@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
  font-family: 'Segma-M';
  src: url('fonts/Segma-M.woff') format('woff'),
       url('fonts/Segma-M.woff2') format('woff2'),
       url('fonts/Segma-M.ttf') format('truetype');
}
@font-face {
  font-family: 'Segma-B';
  src: url('fonts/Segma-B.woff') format('woff'),
       url('fonts/Segma-B.woff2') format('woff2'),
       url('fonts/Segma-B.ttf') format('truetype');
}

#site_body { overflow-x: visible; }

@media (max-width: 1000px) {
 .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: 2; }
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: 2; }
.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; container-type: inline-size; }
.pi_lgzformat div	{ letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:0; font-family: "Noto Sans JP", sans-serif; font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; color:#fff; -webkit-font-smoothing: antialiased; }
.pi_lgzformat .en	{ font-family: "Segma-M", sans-serif; }
.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; z-index: 3; }

.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.scrollIn.active	{ opacity: 1; transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transition-delay: .3s; transition-delay: .3s; }

/* ------------ BG AREA ------------- */
.bgarea	{ display:block; position:fixed; top:48px; left:0; width:100%; height: calc(100vh - 48px); }
.bgarea::before	{ content:""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 2; }
.bgarea .slick-list	{ width: 100%; height: 100%; }
.bgslider	{ width: 100%; height: 100%; }
.bgslider .slick-track	{ height: 100%;  }
.bgsImg	{ width: 100%; height: 100%; overflow: hidden; }
.bgsImg picture, 
.bgsImg picture img,
.bgsImg img	{ width: 100%; height: 100%; object-fit: cover; /* object-position: right bottom; filter: blur(10px); */ }

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; line-height: 1; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin: 0 0 100px; z-index: 2; }
.mainimg_wrapper > h1	{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; list-style: none; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mainimg_wrapper > h1 	{ font-size: 5vw; line-height: 1.2; letter-spacing:0; text-align: left; color:#fff; transition: opacity 2s cubic-bezier(.12,.51,.55,.94); opacity: 0; white-space: nowrap; }
.mainimg_wrapper > h1.active	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
@media (max-width: 767.9px) {
	.mainimg_wrapper	{ margin: 0 0 60px; }
	.mainimg_wrapper > h1	{ font-size: 7vw; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 10%; margin: 0 0 100px; }
.introinner	{ width: 100%; max-width: 1200px; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.introinner > h2	{ font-size: clamp(22px, 38px, 3vw); font-weight: 500; line-height: 1.2em; letter-spacing:.1em; text-align: center; margin: 0 0 40px; }
.introinner > p	{ font-size: 17px; line-height: 2; font-weight: 400; text-align: center; letter-spacing:.1em; padding: .4em 0 0; }
@media (max-width: 767.9px) {
	.introduction	{ padding: 0 8%; margin: 0 0 60px; }
	.introinner	{ flex-wrap: wrap; }
	.introinner > h2	{ margin: 0 0 20px; line-height: 1.2; }
	.introinner > p	{ width: 100%; font-size: 13px; text-align: left; }
	.introinner > p br.pc	{ display: none; }
}

/* ------------ ITEM NAME ------------- */
.itemdit	{ display: -webkit-flex; display: flex; flex-direction: column; gap: .8em 0; }
.itemdit > p,
.itemdit > a	{ display: -webkit-flex; display: flex; margin: 0; gap: .5em 1.6em; transition: opacity .4s; opacity: 1; }
.itemdit > p > strong,
.itemdit > a > strong	{ font-family: "Segma-M", sans-serif; color:#fff; font-size: 16px; line-height: 1; font-weight: 500; letter-spacing:0; }
.itemdit > p > strong	{ text-decoration: none; }
.itemdit > p > b,
.itemdit > a > b	{ color:#fff;  white-space: nowrap; font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:0; }
.itemdit > p > b	{ text-decoration: none; }
.itemdit > p > span.prc, 
.itemdit > a > span.prc	{ font-family: "Segma-M", sans-serif; color:#fff; white-space: nowrap; font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:0; padding: 0; margin: 0; }
.itemdit > p > span.prc i, 
.itemdit > a > span.prc i	{ font-size: 13px; line-height: 1; }
@media (min-width: 768px) {
	.itemdit > a:hover	{ opacity: .5; }
}
@media (max-width: 767.9px) {
	.itemdit > p > strong,
	.itemdit > a > strong	{ font-size: 14px; }
	.itemdit > p > b,
	.itemdit > a > b	{ font-size: 14px; }
	.itemdit > p > span.prc, 
	.itemdit > a > span.prc	{ font-size: 14px; }
	.itemdit > p > span.prc i, 
	.itemdit > a > span.prc i	{ font-size: 11px; }
}

.slunedtxlis	{ width: 100%; padding: 20px 0 0; margin: 0; display: -webkit-flex; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 5cqw 0; }
.spsetwap01	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 16cqw; }
.spsetwap01 .itemallwrapper	{ width: 90%; }
.spsetwap02	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 5%; margin: 0 0 16cqw; }
.spsetwap02 .itemallwrapper	{ width: 90%; }
.wtsetwap09	{ width: 100%; display: -webkit-flex; display: flex; padding: 0; margin: 0 0 16cqw; }
.wtsetwap09 .itemallwrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: flex-end; justify-content: flex-start; flex-direction: row-reverse; position: relative; }
.wtsetwap09 .itemallinner	{ display: -webkit-flex; display: flex; flex-direction: column; }
.wtsetwap09 .itemallittle	{ width: 65%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; padding: 0 0 20cqw; }
.wtsetwap09 .itemallittle .itemdit	{ padding: 0 0 0 8cqw; }
.wtsetwap02	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 16cqw; }
.wtsetwap02 .itemallwrapper	{ width: 50%; }
.wtsetwap03	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 16cqw; }
.wtsetwap03 .itemallwrapper	{ width: 75%; }
.wtsetwap04	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-end; padding: 0; margin: 0 0 16cqw; }
.wtsetwap04 .itemallwrapper	{ width: 75%; }

.wtsetwaptm01	{ width: 100%; display: -webkit-flex; display: flex; padding: 0; margin: 0 0 16cqw; }
.wtsetwaptm01 .itemallwrapper	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-end; position: relative; }
.wtsetwaptm01 .itemallinner	{ width: 100%; display: -webkit-flex; display: flex; padding: 0 20% 0 0; margin: 0 0 4cqw; }
.wtsetwaptm01 .itemallittle	{ width: 65%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }

.wtsetwaptm02	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; margin: 0 0 16cqw; gap: 20px 0; }
.wtsetwaptm02 .itemallwrapper	{ width: 80%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px 0; position: relative; }
.wtsetwaptm02 .itemallittle	{ width: 80%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.wtsetwaptm02 .itemallinner	{ width: 80%; display: -webkit-flex; display: flex; padding: 0; margin: 0; }
.wtsetwaptm02 .itemdit	{ width: 80%; }

.wtsetwaptm03	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-end; padding: 0; margin: 0 0 16cqw; }
.wtsetwaptm03 .itemallwrapper	{ width: 60%; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; position: relative; }
.wtsetwaptm03 .itemallinner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; padding: 0; margin: 0; }
.wtsetwaptm03 .itemdit	{ padding: 20px 0 0; }
@media (min-width: 768px) {
	.wtsetwap09 .itemallinner	{ position: absolute; left: 0; bottom: 0; width: 40%; }
	.wtsetwap09 .itemallinner .itemdit	{ display: none; }
}
@media (max-width: 767.9px) {
	.slunedtxlis	{ width: 100%; max-width: 100%; padding: 14px 5% 0; margin: 0; gap: 14px 0; }
	.spsetwap01	{ padding: 0 10px; margin: 0 0 60px; }
	.spsetwap01 .itemallwrapper	{ width: 94%; }
	.spsetwap02	{ padding: 0; margin: 0 0 20px; }
	.spsetwap02 .itemallwrapper	{ width: 100%; }
	.wtsetwap09	{ margin: 0 0 10cqw; }
	.wtsetwap09 .itemallwrapper	{ flex-direction: column; align-items: flex-start; }
	.wtsetwap09 .itemdit > a	{ padding: 14px;  }
	.wtsetwap09 .itemallittle	{ width: 100%; padding: 0 0 0 25%; }
	.wtsetwap09 .itemallittle .itemdit	{ display: none; }
	.wtsetwap09 .itemallinner	{ width: 65%; transform: translateY(-8cqw); }
	.wtsetwap02 .itemallwrapper	{ width: 78%; }
	.wtsetwap02 .slunedtxlis	{ padding: 14px 0 0; }
	.wtsetwap03 .itemallwrapper	{ width: 100%; }
	.wtsetwap03 .slunedtxlis	{ padding: 14px 14px 0; }
	.wtsetwap04	{ margin: 0 0 30cqw; }
	.wtsetwap04 .itemallwrapper	{ width: 86%; }
	.wtsetwap04 .slunedtxlis	{ padding: 14px 0 0; }
	.wtsetwaptm01 .itemallinner	{ padding: 0 10% 0 0; margin: 0 0 2cqw; }
	.wtsetwaptm01 .itemallittle	{ width: 75%; gap: 2cqw 0; }
	.wtsetwaptm01 .slunedtxlis	{ padding: 14px 0 0; }

	.wtsetwaptm02	{ margin: 0 0 16cqw; gap: 14px 0; }
	.wtsetwaptm02 .itemallwrapper	{ width: 90%; gap: 14px 0; }
	.wtsetwaptm02 .itemallittle	{ width: 100%; }
	.wtsetwaptm02 .itemallinner	{ width: 100%; }
	.wtsetwaptm02 .itemdit	{ width: 90%; }


	.wtsetwaptm03 .itemallwrapper	{ width: 80%; }
	.wtsetwaptm03 .itemdit	{ padding: 2cqw 0 0; }
}

/* ------------ SWIPER ------------- */
.pi_lgzformat .swiper-slide	{ overflow: hidden; }
.pi_lgzformat .swiper-outside	{ width: 100%; overflow: hidden; position: relative; padding: 0; 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: -24px; 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: 767.9px) {
	.pi_lgzformat .swiper-outside	{ padding: 0 5% 20px; 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; }
}

/* ------------ SLICK ------------- */
.slick-dots	{ display: -webkit-flex; display: flex; justify-content: flex-end; bottom: 0; padding: 0; }
.slick-dots li	{ margin: 0; width: 24px; height: 24px; }
.slick-dots li button	{ padding: 0; width: 24px; height: 24px; }
.slick-dots li button::before	{ content:""; opacity: 1!important; width: 12px; height: 12px; background-color: rgba(255,255,255,.7); border-radius: 50%; border: 1px solid #fff; }
.slick-dots li.slick-active button:before	{ background-color: #444; opacity: 1!important; }
.slick-dotted.slick-slider	{ margin-bottom: 0; }


/* ------------ BLOCK ------------- */
@media (min-width: 768px)	{ .pconly { display: block; } }
@media (max-width: 767.9px)	{ .sponly { display: block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }
@media (max-width: 767.9px)	{ .pconly { display: none!important; } }
