@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
  font-family: 'SofiaPro';
  src: url('fonts/SofiaProRegular.woff') format('woff'),
       url('fonts/SofiaProRegular.woff2') format('woff2'),
       url('fonts/SofiaProRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'SofiaProM';
  src: url('fonts/SofiaProMedium.woff') format('woff'),
       url('fonts/SofiaProMedium.woff2') format('woff2'),
       url('fonts/SofiaProMedium.ttf') format('truetype');
}
@media (max-width: 999.99px) {
 .result_suggest_title .result_suggest_list { margin: 0 -1.5rem!important; }
}
.search_feature.active, 
.search_styling.active, 
.result_suggest	{ background-color: #fff; position: relative; z-index: 6; }
search_box	{ z-index: 3; }
.header_caution { height: 48px; }
#contents { width: 100%!important; max-width: 100%!important; padding: 0; margin: 0; }
#pisss { width: 100%!important; max-width: 100%!important; }
#pi { width: 100%!important; max-width: 100%!important; margin: 0; background-color: transparent!important; padding: 0; }
#pi > img { display: none!important; }
@media (min-width: 768px)	{
	.result_suggest_title .result_suggest_list { margin: 0 -1.5rem 0; }
}
.section_main, 
.seach_sort_wrapper,
.search_contents,
.bread	{ background-color: #fff; }
.seach_sort_wrapper,
.search_contents,
.bread,
.store_footer	{ position: relative; z-index: 6; }
.result_suggest	{ margin: 0; }
.pi_description	{ padding: 0!important; background-color: #fff; }
.pi_lgzformat	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; padding: 0; margin: 0; letter-spacing:0; position: relative; background-color: #F7F1E3; }
.pi_lgzformat div	{ letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:0; font-family: "SofiaPro", "Noto Sans JP", sans-serif; font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; color:#000; -webkit-font-smoothing: antialiased; }
.pi_lgzformat .eng	{ font-family: "SofiaPro", sans-serif; font-optical-sizing: auto; font-style: normal; }
.pi_lgzformat img, 
.pi_lgzformat picture	{ width: 100%; vertical-align: bottom; line-height: 1;  }
.pi_lgzformat ul:before,
.pi_lgzformat ol:before,
.pi_lgzformat dl:before, 
.pi_lgzformat ul:after, 
.pi_lgzformat ol:after, 
.pi_lgzformat dl:after	{ display: none!important; }
.pi_lgzformat img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.pi_lgzformat .small {font-size:80%;}
.pi_lgzformat .center-text	{ text-align: center; }
.pi_lgzformat_inner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; container-type: inline-size; }
.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; }
.scrollIn.active	{ opacity: 1; transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1); transition-delay: .3s; }
.inVewImg	{ overflow: hidden; }
.inVewImg > img, 
.inVewImg > picture, 
.inVewImg > picture > img	{ opacity: 0; transform: scale(1.06); }
.inVewImg.active > img, 
.inVewImg.active > picture, 
.inVewImg.active > picture > img	{ opacity: 1; transform: scale(1) translateZ(0); transition: opacity 1s ease-out,transform 1.6s ease-out; transition-property: opacity,transform; transition-delay: .4s; }
.swiper-slide > img,
.swiper-slide > picture, 
.swiper-slide > picture > img	{ opacity: 0; transform: scale(1.1); }
.active .swiper-slide > img, 
.active .swiper-slide > picture, 
.active .swiper-slide > picture > img	{ opacity: 1; transform: scale(1) translateZ(0); transition: opacity 1s ease-out,transform 1.6s ease-out; transition-property: opacity,transform; transition-delay: .2s; }

@keyframes blur	{ 
	from	{ opacity: 0; filter: blur(20px); }
	to	{ opacity: 1; filter: blur(0px); }
}


/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; line-height: 1; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin: 0; background-color: rgba(255,255,255,1); }
.mainimg_wrapper > h1	{ position: absolute; left: 5%; top: 16%; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; width: 38%; opacity: 0; }
.mainimg_wrapper.active > h1	{ animation: blur 1.6s ease forwards 1s; }
.mainimg_wrapper > h1 strong.logo1	{ width: 43%; line-height: 1; }
.mainimg_wrapper > h1 strong.logo2	{ width: 32%; line-height: 1; }
.mainimg_wrapper > h1 b	{ width: 5%; line-height: 1; }
.mainimg_wrapper > p { position: absolute; right: 5%; top: 5%; width: 10%; }
@media screen and (max-width: 1200px) {
	.mainimg_wrapper	{ margin: 0; }
}
@media (max-width: 767px) {
	.mainimg_wrapper > h1	{ flex-direction: column; align-items: center; justify-content: center; width: 45%; gap: 5cqw; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
	.mainimg_wrapper > h1 strong.logo1	{ width: 100%; line-height: 1; }
	.mainimg_wrapper > h1 strong.logo2	{ width: 64%; line-height: 1; }
	.mainimg_wrapper > h1 b	{ width: 14%; line-height: 1; }
	/* .mainimg_wrapper > h1	{ left: 10%; top: 70%; width: 70%; } */
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 10%; margin: 0 0 120px; }
.introinner	{ width: 100%; max-width: 1200px; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 0 0; }
.introinner > h2	{ font-family: "SofiaProM", sans-serif; font-size: clamp(22px, 36px, 3vw); font-weight: 400; line-height: 1.2em; text-align: center; margin: 0 0 40px; }
.introinner > h2 span	{ font-size: clamp(16px, 30px, 2vw); font-weight: 400; }
.introinner > p	{ font-size: 16px; line-height: 2; font-weight: 500; text-align: center; letter-spacing:.1em; padding: .4em 0 0; }
@media (max-width: 1200px) {
	.introinner > p	{ font-size: 14px; text-align: left; }
	.introinner > p br	{ display: none; }
}
@media (max-width: 767px) {
	.introduction	{ padding: 0 8%; margin: 0 0 60px; }
	.introinner	{ flex-wrap: wrap; padding: 60px 0 0; }
	.introinner > h2	{ margin: 0 0 20px; line-height: 1.2; }
	.introinner > p	{ font-size: 13px; text-align: left; }
}

/* ------------ SWIPER ------------- */
.pi_lgzformat .swiper-slide	{ overflow: hidden; }
.pi_lgzformat .swiper-outside	{ width: 100%; overflow: hidden; position: relative; padding: 0 0 1.4em; margin: 0; }
.pi_lgzformat .swiper-outsidenosw	{ width: 100%; overflow: hidden; position: relative; padding: 0; margin: 0 0 1.4em; }
.pi_lgzformat .swiper-container	{ width: 100%; height: auto; position: relative; padding: 0; }
.pi_lgzformat .swiper-wrapper	{ display: flex; }
.pi_lgzformat .swiper-wrapper:hover	{ cursor: -webkit-grab; cursor: grab; }
.pi_lgzformat .swiper-wrapper:active	{ cursor: -webkit-grabbing; cursor: grabbing; }
.pi_lgzformat .swiper-slide	{ flex: 0 0 auto; width: calc(25% - 7px); height: auto; }
.pi_lgzformat .switem .swiper-slide	{ flex: 0 0 auto; width: calc(50% - 5px); height: auto; }
.pi_lgzformat .switem2 .swiper-slide	{ flex: 0 0 auto; width: calc(33% - 2px); height: auto; }
.pi_lgzformat .swiper-slide > a	{ display: -webkit-flex; display: flex; flex-direction: column; }
.pi_lgzformat .swiper-slide img	{ display: block; width: 100%; height: auto; object-fit: cover; }
.pi_lgzformat .swiper-horizontal > .swiper-scrollbar	{ left: var(--swiper-scrollbar-sides-offset,0); height: var(--swiper-scrollbar-size,10px); width: 100%; bottom: -29px; background-color: transparent; cursor: pointer; }
.pi_lgzformat .swiper-scrollbar::before	{ content: ""; background-color: #e7e1d4; width: 100%; height: 2px; position: absolute; top: 0; left: 0; margin: auto; border-radius: 3px; }
.pi_lgzformat .swiper-scrollbar-drag	{ position: relative; background-color: transparent; }
.pi_lgzformat .swiper-scrollbar-drag::before	{ content: ""; display: block; width: 100%; height: 2px; background-color: #000000; border-radius: 3px; position: absolute; top: 0; margin: auto; }
@media (max-width: 999.99px) {
	.pi_lgzformat .swiper-outside	{ padding: 0 8% 36px; margin: 0; }
	.pi_lgzformat .swiper-outsidenosw	{ padding: 0; margin: 0 0 1.4em; }
	.pi_lgzformat .swiper-slide	{ flex: 0 0 auto; width: calc(68% - 8px); height: auto; }
	.pi_lgzformat .imgsw .swiper-slide	{ flex: 0 0 auto; width: calc(73% - 5px); height: auto; }
	.pi_lgzformat .switem2 .swiper-slide, 
	.pi_lgzformat .switem .swiper-slide	{ flex: 0 0 auto; width: 80%; height: auto; }
}
.pi_lgzformat .swiper-slide	{ opacity: 0; transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1); }
.pi_lgzformat .active .swiper-slide	{ opacity: 1; transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1); }
@media (min-width: 1000.1px) {
	.pi_lgzformat .swiper-wrapper:hover	{ cursor: auto; }
	.swiper-scrollbar	{ display: none; }
	.pi_lgzformat .active .swiper-slide:nth-child(2)	{ -webkit-transition-delay: .3s; transition-delay: .3s; }
	.pi_lgzformat .active .swiper-slide:nth-child(3)	{ -webkit-transition-delay: .6s; transition-delay: .6s; }
	.pi_lgzformat .active .swiper-slide:nth-child(4)	{ -webkit-transition-delay: .9s; transition-delay: .9s; }
	.pi_lgzformat .active .swiper-slide:nth-child(5)	{ -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
	.pi_lgzformat .active .swiper-slide:nth-child(6)	{ -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }
}

/* ------------ ITEM NAME ------------- */
.itemallwrapper	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.slunedtxlis	{ width: 100%; padding: 0; margin: 0; display: -webkit-flex; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 30px 0; }
.itemdit	{ display: -webkit-flex; display: flex; flex-direction: column; }
.itemdit > p,
.itemdit > a	{ display: -webkit-flex; display: flex; flex-direction: column; width: 100%; margin: 0 0 .6em; gap: .6em; transition: opacity .4s; opacity: 1; }
.itemdit > p > strong,
.itemdit > a > strong	{ width: 100%; font-family: "SofiaPro", sans-serif; color:#000; font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:0; }
.itemdit > p > strong	{ text-decoration: none; }
.itemdit > p > b,
.itemdit > a > b	{ font-family: "SofiaPro", sans-serif; color:#000; white-space: nowrap; font-size: 15px; line-height: 1; font-weight: 400; letter-spacing:0; }
.itemdit > p > b	{ text-decoration: none; }
.itemdit > p > span.prc, 
.itemdit > a > span.prc	{ color:#000; white-space: nowrap; font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:0; padding: 0; margin: 0; font-family: "SofiaPro", "Noto Sans JP", sans-serif!important; }
.itemdit > p > span.prc i, 
.itemdit > a > span.prc i	{ font-size: 13px; line-height: 1; }
.itemdit > p > strong,
.itemdit > p > span.prc	{ color:#000; }
.itemdit > p > span.son	{ color:#000; white-space: nowrap; font-size: 15px; line-height: 1; font-weight: 400; letter-spacing:.02em; }
@media (min-width: 1000.1px) {
	.itemdit > a:hover	{ opacity: .5; }
}
@media (max-width: 1300px) {
	.itemdit > p > strong,
	.itemdit > a > strong	{ font-size: 15px; line-height: 1.3; letter-spacing:.03em; }
	.itemdit > p > b,
	.itemdit > a > b	{ font-size: 15px; line-height: 1.3; letter-spacing:.03em; }
	.itemdit > p > span.prc, 
	.itemdit > a > span.prc, 
	.itemdit > p > span.son	{ font-size: 14px; }
	.itemdit > p > span.prc i, 
	.itemdit > a > span.prc i	{ font-size: 12px; }
}
@media (max-width: 1100px) {
	.itemdit > p > strong,
	.itemdit > a > strong	{ font-size: 14px; letter-spacing:.03em; }
	.itemdit > p > b,
	.itemdit > a > b	{ font-size: 14px; letter-spacing:.03em; }
	.itemdit > p > span.prc, 
	.itemdit > a > span.prc, 
	.itemdit > p > span.son	{ font-size: 14px; }
	.itemdit > p > span.prc i, 
	.itemdit > a > span.prc i	{ font-size: 11px; }
}
@media (max-width: 999.99px) {
	.slunedtxlis	{ width: 100%; max-width: 100%; padding: 0 8%; margin: 0 0 40px; gap: 20px 0; }
	.set03 .slunedtxlis	{ padding: 0; }
	.itemdit > p,
	.itemdit > a	{ flex-wrap: wrap; margin: 0 0 1.2em; gap: .3em .8em; transition: opacity .4s; opacity: 1; }
	.itemdit > p > strong,
	.itemdit > a > strong	{ width: 100%; }
	.itemdit > p > b,
	.itemdit > a > b	{ padding: 0; border-left: 0; }
	.itemdit > p > span.prc, 
	.itemdit > a > span.prc	{ padding: 0; border-left: 0; }
	.itemdit > p > span.son	{ padding: 0; border-left: 0; }
}

.spsetwap01	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 12px; }
.spsetwap01 .itemallwrapper	{ width: 74%; }
.spsetwap02	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 10cqw; container-type: inline-size; }
.spsetwap02 .itemallwrapper	{ width: 74%; position: relative; }
.spsetwap02 .itemas	{ display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; }
.spsetwap02 .itemas .inVewImg:nth-child(1)	{ width: calc(55% - 6px); }
.spsetwap02 .itemas .inVewImg:nth-child(2)	{ width: calc(45% - 6px); }
@media (min-width: 1000px) {
	.spsetwap02 .slunedtxlis	{ width: 60%; position: absolute; top: 45cqw; left: 56%; padding: 0 0 0 6px; }
}
.spsetwap03	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 10cqw; }
.spsetwap03 .itemallwrapper	{ width: 74%; }
.spsetwap04	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 12px; margin: 0 0 10cqw; }
.spsetwap04 .itemallwrapper	{ width: 100%; }
.spsetwap04 .slunedtxlis	{ padding: 0 0 0 3%; }
.spsetwap05	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 10cqw; }
.spsetwap05 .itemallwrapper	{ width: 74%; }
@media (min-width: 1000px) {
	.spsetwap05 .slunedtxlis	{ width: 100%; padding: 0 0 0 51%; }
}
.spsetwap06	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 3cqw; }
.spsetwap06 .itemallwrapper	{ width: 74%; }
.spsetwap06 .itemallwrapper > p	{ width: 100%; font-size: clamp(13px, 16px, 1vw); font-weight: 400; letter-spacing:.12em; line-height: 2; }
.spsetwap07	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 10cqw; }
.spsetwap07 .itemallwrapper	{ width: 60%; flex-direction: row; gap: 12px; }
.spsetwap08	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 5%; margin: 0 0 8cqw; }
.spsetwap08 .itemallwrapper	{ width: 82%; margin: 0 0 4cqw; }
.spsetwap08 .aboutarea	{ width: 82%; display: -webkit-flex; display: flex; align-items: flex-start; gap: 3cqw;  }
.spsetwap08 .aboutarea > h5	{ font-family: "SofiaProM", sans-serif; font-size: clamp(16px, 22px, 1.3vw); font-weight: 400; line-height: 1.2; white-space: nowrap; }
.aboutxt	{ flex-grow: 1; }
.aboutxt > p	{ font-size: clamp(12px, 16px, 1vw); font-weight: 400; letter-spacing:.1em; line-height: 2; }
.aboutxt > p span	{ font-size: clamp(12px, 14px, .8vw); }
.aboutxt > p > a	{ text-decoration: underline; }
.spsetwap09	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 5%; padding: 5cqw; margin: 0 0 8cqw; border-top: 1px solid #c5baa2; }
.spsetwap09 > h6	{ font-family: "SofiaProM", sans-serif; font-size: clamp(20px, 32px, 2vw); font-weight: 400; line-height: 1.2; white-space: nowrap; margin: 0 0 2cqw;  }
.spsetwap09 > ul	{ display: -webkit-flex; display: flex; flex-direction: column; gap: .5cqw; padding: 0 0 0 1em; }
.spsetwap09 > ul > li	{ list-style-type: disc;  font-size: clamp(13px, 18px, 1.2vw); font-weight: 400; line-height: 1.2; }
.spsetwap09 > ul > li a	{ font-size: inherit; font-weight: 400; }
.spsetwapinner	{ display: -webkit-flex; display: flex; flex-direction: column; }
.spsetwapinner > strong	{ padding: 1cqw 0 .4cqw .9em; font-size: clamp(12px, 16px, 1vw); font-weight: 400; line-height: 1.2; }
.spsetwapinner > ul	{ display: -webkit-flex; display: flex; flex-direction: column; gap: .5cqw; padding: 0 0 0 1em; }
.spsetwapinner > ul > li	{ list-style-type: disc; font-size: clamp(13px, 17px, 1.1vw); font-weight: 400; line-height: 1.2; }
.spsetwapinner > ul > li a	{ font-size: inherit; font-weight: 400; line-height: 1.5; }

@media (max-width: 999.99px) {
	.spsetwap01	{ padding: 0 8%; margin: 0 0 6px; }
	.spsetwap01 .itemallwrapper	{ width: 100%; }
	.spsetwap02	{ padding: 0; margin: 0 0 3cqw; }
	.spsetwap02 .itemallwrapper	{ width: 100%; }
	.spsetwap02 .itemas	{ align-items: flex-end; }
	.spsetwap02 .itemas .inVewImg:nth-child(1)	{ width: 60%; order: 2; transform: translateX(-14%); padding: 0 0 12cqw; }
	.spsetwap02 .itemas .inVewImg:nth-child(2)	{ width: 40%; order: 1; position: relative; z-index: 2; box-sizing: content-box!important; border: 6px solid #F7F1E3; }
	.spsetwap02 .slunedtxlis	{ padding-top: 1cqw; }
	.spsetwap03	{ padding: 0; margin: 0 0 3cqw; }
	.spsetwap03 .itemallwrapper	{ width: 100%; }
	.spsetwap04	{ padding: 0; margin: 0 0 3cqw; }
	.spsetwap04 .itemallwrapper	{ width: 100%; }
	.spsetwap04 .slunedtxlis	{ padding: 0 8%; }
	.spsetwap05	{ padding: 0; margin: 0 0 3cqw; }
	.spsetwap05 .itemallwrapper	{ width: 100%; }
	.spsetwap06	{ padding: 0; margin: 0 0 8cqw; }
	.spsetwap06 .itemallwrapper	{ width: 100%; }
	.spsetwap06 .itemallwrapper > p	{ padding: 0 8%; }
	.spsetwap07	{ padding: 0 8%; margin: 0 0 20cqw; }
	.spsetwap07 .itemallwrapper	{ width: 100%; gap: 6px; }
	.spsetwap08	{ padding: 0 8%; margin: 0 0 10cqw; }
	.spsetwap08 .itemallwrapper	{ width: 100%; }
	.spsetwap08 .aboutarea	{ width: 100%; flex-wrap: wrap; gap: 3cqw; }
	.spsetwap08 .aboutarea > h5	{ width: 100%; text-align: left; }
	.spsetwap08 .aboutarea > p	{ line-height: 1.8;  }
	.spsetwap09	{ padding: 6cqw 8% 0; margin: 0 0 10cqw; }
	.spsetwapinner > strong	{ padding: 3cqw 0 1cqw 1.1em; }
	.spsetwapinner > ul	{ gap: 6px 0; }
}

.message-wrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 0; margin: 0 0 10cqw; }
.message-inner	{ width: 100%; background-color: #fff; padding: 4cqw 17%; }
.message-inner > h4	{ font-family: "SofiaProM", sans-serif; font-size: clamp(18px, 28px, 2vw); font-weight: 400; line-height: 1.2; margin: 0 0 2cqw; }
.message-inner > p	{ font-size: clamp(13px, 16px, 1vw); font-weight: 500; letter-spacing:.12em; line-height: 2; }
.message-inner > p.signature	{ font-size: clamp(15px, 18px, 1vw); letter-spacing:.4em; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-end; }
.message-inner > p.signature span	{ font-size: clamp(12px, 14px, 1vw); letter-spacing:.08em; }
.message-inner > p:not(:last-child)	{ margin-bottom: 1cqw;  }
@media (max-width: 999.99px) {
	.message-wrapper	{ padding: 0; margin: 0 0 15cqw; }
	.message-inner	{ padding: 8cqw; }
	.message-inner > h4	{ text-align: center; margin: 0 0 4cqw; }
	.message-inner > p.signature	{ padding: 12px 0 0; }
	.message-inner > p:not(:last-child)	{ margin-bottom: 2cqw;  }
}

/* ------------ BLOCK ------------- */
@media (min-width: 768px)	{ .pconly { display: block; } }
@media (max-width: 767px)	{ .sponly { display: block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }
@media (max-width: 767px)	{ .pconly { display: none!important; } }
