@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Noto+Sans+JP:wght@100..900&display=swap');
#contents {  margin: 0 auto; }
video	{ width: 100%; max-width: 100%; line-height: 1; }
.lgzcontents	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; padding: 0; margin: 0 0 4cqw; letter-spacing:.1em; font-style: normal; line-height:1.75; -webkit-text-size-adjust:100%; color:#323232; -webkit-font-smoothing: antialiased; container-type: inline-size; }
.lgzcontents *	{ letter-spacing:0; font-family: 'Noto Sans JP', sans-serif!important; font-weight: 500; font-style: normal; font-size:14px; line-height:1.75; font-feature-settings: "palt"; -webkit-text-size-adjust:100%; color:#212121; -webkit-font-smoothing: antialiased; }
.lgzcontents i	{ letter-spacing:.05em!important; font-weight: 700; }
.lgzcontents img, 
.lgzcontents picture	{ width: 100%; vertical-align: bottom; line-height: 1;  }
.lgzcontents ul:before,
.lgzcontents ol:before,
.lgzcontents dl:before, 
.lgzcontents ul:after, 
.lgzcontents ol:after, 
.lgzcontents dl:after	{ display: none!important; }
.lgzcontents picture, 
.lgzcontents img	{ width: 100%; height: auto; vertical-align: bottom; line-height: 0; }
.lgzcontents a { transition: all .3s; color:#323232;}
.lgzcontents a:hover { color:#323232; text-decoration:none;}
.lgzcontents .small {font-size:80%;}
.lgzcontents .center-text	{ text-align: center; }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; }
.scrollIn.active	{ transition: opacity 2.4s cubic-bezier(.24,.155,.275,.945); opacity: 1; transition-delay: .3s; }
@keyframes fadein	{ 
	from	{ opacity: 0; }
	to	{ opacity: 1; }
}
@keyframes blur	{ 
	from	{ opacity: 0; filter: blur(20px); }
	to	{ opacity: 1; filter: blur(0px); }
}

/* ------------ MASK ANIMATION IMG ------------- */
.imgmask	{ position: relative; overflow: hidden; clip-path: inset(0 100% 0 0); transition: clip-path 1.8s cubic-bezier(0.25, 1, 0.5, 1);  }
.imgmask.active	{ clip-path: inset(0 0 0 0); -webkit-transition-delay: .3s; transition-delay: .3s; }


/* ------------ PRECAUTIONS ------------- */
.guide_block_caution	{ margin: 48px 0 0; }
.guide_block_caution .guide_block_index	{ border-bottom: 1px solid #D9D9D9; }
.guide_block_caution .guide_block_caution_list	{ padding: 8px 0 0 0; }
.guide_block_review_wrap .guide_block_caution .guide_block_caution_list	{ padding: 8px 0 24px 0; }
.guide_block_caution .guide_block_caution_title	{ font-weight: 300; font-size: 16px; border-top: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9; height: 90px; letter-spacing: 0.1em; display: flex; align-items: center; position: relative; }
.guide_block_caution .guide_block_caution_title .is_push::before,
.guide_block_caution .guide_block_caution_title .is_push::after	{ content: ''; display: block; width: 12px; height: 1px; background: #7B7B7B; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.guide_block_caution .guide_block_caution_title .is_push::after	{ background: #7B7B7B; transform: translateY(-50%) rotate(90deg); transition: 0.5s; }
.guide_block_caution .guide_block_caution_title.is_active .is_push::after	{ transform: rotate(0); transition: 0.5s; }
.guide_block_caution li	{ list-style: disc; margin-left: 18px; font-size: 12px; color: #7B7B7B; line-height:20px; }
.guide_block_index_title	{ font-size: 16px; letter-spacing: 0.1em; line-height: 1.8em; color: #555555; padding: 24px 0; border-top: 1px solid #D9D9D9; position: relative; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.guide_block_index_title .guide_ttl	{ display: flex; align-items: center; }
.guide_block_index_title .guide_ttl::before	{ content: " "; display: inline-block; }
.guide_block_index_title .guide_ttl .color_text	{ font-size: 12px; color: #BE7454; line-height: 1.6em; padding-left: 15px; width: 75%; }
.guide_block_index_title .guide_ttl_toggle_icon	{ position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; width: 24px; height: 24px; }
.guide_block_index .accordion-arrow-1,
.guide_block_index .accordion-arrow-2	{ -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
.guide_block_index .is_active .accordion-arrow-1	{ opacity:0; }
.guide_block_index .is_active .accordion-arrow-2	{ -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.dhithis26-set	{ margin: 0 0 30px; display: -webkit-flex; display: flex; flex-direction: column; gap: 10px; }
.dhithis26-set > b	{ font-size: 14px; }
@media (min-width: 1001px) {
	.ZZpi3tabs::after	{ width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
	.dhithis26-info	{ display: block; }
	.info-half	{ display: -webkit-flex; display: flex; align-items: flex-start; gap: 30px;  }
	.info-half .dhithis26-set	{ width: calc(50% - 15px); }
}

.imagesplit_description	{ font-size: 16px;font-weight: 300; margin-top: 22px; line-height: 1.8; letter-spacing: 0.12em; text-align: left; }
.top_search_wrapper	{margin: 0 -20px; }
.guide_block_index_title .guide_ttl	{ font-size: 16px; margin-left: 10px; }
.guide_block_caution .guide_block_caution_list	{ padding: 8px 10px 0; }
.guide_block_order_inner_title	{ margin-bottom: 26px; }
.guide_block_order_inner_title.nmogn	{ margin-bottom: 0; }
.guide_block_order_inner_title	{ }
.guide_block_order_inner_title span	{ padding-top: 10px; font-weight: normal; }
.guide_block_caution_list a	{ color: #7B7B7B; border-bottom: 1px solid #7B7B7B; text-decoration: none; }
.guide_block_order_inner_title.caution	{ margin-bottom: 10px; }
.guide_block_caution ul	{ /* margin-bottom: 26px; */ }
.guide_block_caution li	{ list-style: disc; margin-left: 18px; color: #1A1A1A; font-size: 14px; line-height: 1.8em; letter-spacing: 0.1em; }
.pc_br	{ display: none; }
@media screen and (max-width:480px) {
	.guide_block_caution	{ margin: 0 0 48px; }
	.sp_br	{ display: none; }
	.pc_br	{ display:block; }
}



/* ------------ MAIN IMG ------------- */
.main_wrapper	{ width: 100%; position: relative; display: -webkit-flex; display: flex; padding: 0; margin: 0 0 6cqw; }
.main_wrapper picture,
.main_wrapper img	{ display: block; width: 100%; height: auto; }
.main_wrapper .main_title	{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; left: 0; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3cqw; z-index: 3; pointer-events: none; }
.main_title > h2	{ width: 16cqw; opacity: 0; transform: translateY(20px); transition: all 1s; }
.main_title > h1	{ color:#fff; font-size: clamp(14px, 58px, 5vw); line-height: 1.6; font-weight: 700; letter-spacing:.06em; text-align: center; opacity: 0; transform: translateY(20px); transition: all 1s; white-space: nowrap; text-align: center; }
.main_title.active > h1	{ opacity: 1; transition-delay: .6s; transform: translateY(0); }
.main_title.active > h2	{ opacity: 1; transition-delay: .8s; transform: translateY(0); }
.main_title > h1,
.main_title > h2	{ filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3)); }

.main_wrapper .slm-button-prev, 
.main_wrapper .slm-button-next	{ color: #fff; background-color: rgba(0, 0, 0, 0); }
@media (min-width: 1000px) {
	.main_title > h1 br	{ display: none; }
}
@media (max-width: 999.9px) {
	.main_wrapper	{ margin: 0 0 6cqw; }
	.main_wrapper .main_title	{ gap: 4cqw; }
	.main_title > h2	{ width: 23cqw; }
	.main_title > h1,
	.main_title > h2	{ filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4)); }
}


.information_wrapper	{ width: 100%; display: flex; align-items: center; justify-content: center; margin: 0 0 6cqw;  }
.information	{ width: 900px; display: flex; flex-direction: column; }
.information_inner	{ width: 100%; display: flex; flex-direction: column; }
.information_inner strong	{ color:#2a2625; font-size: 17px; font-weight: 500; line-height: 1.7; letter-spacing:.03em; margin: 0 0 .3em; }
.information_inner ul,
.information_inner ol	{ padding: 0 0 0 1.6em; margin: 0 0 1em; }
.information_inner ol li	{ list-style-type: decimal; }
.information_inner ul li	{ list-style-type: disc; }
.information_inner ol li, 
.information_inner ul li	{ color:#2a2625; font-size: 16px; font-weight: 400; line-height: 1.7; letter-spacing:.03em; margin: 0 0 .3em; }
.information_inner ol li b	{ color:#e30000; font-size: 16px; font-weight: 600; line-height: 1.7; letter-spacing:.03em; }
.information_inner ul li b	{ color:#2a2625; font-size: 16px; font-weight: 600; line-height: 1.7; letter-spacing:.03em; }
@media (max-width: 999.9px) {
	.information_wrapper	{ padding: 0 5%; }
	.information_inner	{ gap: 10px;  }
	.information_inner strong	{ font-size: 15px; }
	.information_inner ol li, 
	.information_inner ul li,
	.information_inner ol li b,
	.information_inner ul li b	{ font-size: 13px; }
}

.guide_block_order_wrapper	{ display: block; margin: 0 0 3cqw; }
.guide_block_order_inner	{ background-color: #F5F5F5; padding: 24px; margin-top: 16px; }
.guide_block_order_inner_title	{ font-size: 16px; letter-spacing: 0.1em; color: #1A1A1A; position: relative; }
.guide_block_order_inner_title span	{ display: block; padding-top: 16px; font-size: 16px; line-height: 1.8em; letter-spacing: 0.1em; }
.guide_block_order_inner_title span a	{ border-bottom: 1px solid #7B7B7B; }
@media (min-width: 1001px) {
	.guide_block_order_wrapper	{ display: -webkit-flex; display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
	.guide_block_order_inner	{ width: calc(50% - 8px); margin-top: 0; }
	br.sponly	{ display: none; }
}
@media (max-width: 1000px) {
	.guide_block_order_wrapper	{ display: block; margin: 0 0 6cqw; }
	.guide_block_order_inner_title span	{ font-size: 14px; }
	br.pconly	{ display: none; }
}




/* ------------ LOOK ------------- */
.lookrapper	{ width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 0 6cqw; }
.lookinner	{ width: 80%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2cqw;  }
.lookinner > ul	{ display: flex; gap: 2cqw; }
.lookinner > ul li	{ width: calc(50% - 1cqw); height: 100%; aspect-ratio: 2 / 3; }
.lookinner > ul li a	{ display: block; width: 100%; height: 100%; inset: 0;  }
.lookinner > ul li a.imgmask	{ position: relative; overflow: hidden; clip-path: inset(0 100% 0 0); transition: clip-path 1.8s cubic-bezier(0.25, 1, 0.5, 1);  }
.lookinner > ul.active li a.imgmask	{ clip-path: inset(0 0 0 0); -webkit-transition-delay: .2s; transition-delay: .2s; }
.lookinner > ul.active li:nth-child(2) a.imgmask	{ -webkit-transition-delay: .4s; transition-delay: .4s; }
@media (min-width: 1000px) {
	.lookinner > ul li a picture, 
	.lookinner > ul li a img	{ transition: all .3s; }
	.lookinner > ul li a:hover picture, 
	.lookinner > ul li a:hover img	{ transform: scale(1.03); transform-origin: center; }
}
@media (max-width: 999.9px) {
	.lookinner	{ width: 98cqw; gap: 1cqw;  }
	.lookinner > ul	{ gap: 1cqw; }
	.lookinner > ul li	{ width: calc(50% - .5cqw); }
}


/* ------------ ITEM AREA ------------- */
.itemsetwraporld	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; position: relative; background-color: #fff; padding: 0; }
.itemsetheader	{ width: 100%; height: 180px; background-color: #00FF00; display: -webkit-flex; display: flex; align-items: center; position: relative; opacity: 0; transform: translateY(10px); transition: all .9s; }
.itemsetheader.active	{ opacity: 1; transform: translateY(0px); }
.itemsetimages	{ width: 100%; padding: 0 2%; margin: 0 0 6cqw; }
.itemsetwrapper	{ margin: 0; }
.itemsetwrapper.soon	{ margin: 0; pointer-events: none; }
.itemsetinnersplit	{ padding: 0 2%; }
.itemsetinner	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
.itemsetinner h4	{ width: 100%; margin: 0 0 24px; padding: 0 2%; color:#2a2625; font-size: 2.4cqw; font-weight: 500; letter-spacing:.08em; line-height: 1.3; }
.itemset	{ width: 100%; overflow: hidden; padding: 0; margin: 0; list-style: none; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
.itemset li	{ width: 100%; }
.itemset li:first-child	{ width: 100%; line-height: 1; overflow: hidden; position: relative; background-color: #f5f5f5; }
.itemset li:first-child .itemimg	{ position: absolute; top: 10cqw; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; transition: all .3s; }
a:hover .itemset li:first-child .itemimg	{ transform: scale(1.05); transform-origin: center; }
.itemset li:nth-child(2)	{ padding: 8px; }
.itemset li:nth-child(2),
.itemset li:nth-child(2) > del, 
.itemset li:nth-child(2) > b	{ color:#2a2625; font-size: 15px; font-weight: 500; line-height: 1.7; letter-spacing:.08em; }
.itemset li:nth-child(2) > b	{ color: red; }
.itemset li:nth-child(2) > del	{ text-decoration-color: red; }
.itemset li:nth-child(2) > span	{ color:#888888; font-weight: 400; line-height: 1.2; }
.itemset li:nth-child(2) > span.current	{ color:#e50000; font-weight: 400; line-height: 1.2; }
.itemset li:nth-child(2) > span.yotei	{ color:#000; font-weight: 400; font-size: 13px; }
@media (max-width: 999.99px) {
	.itemsetimages	{ padding: 0; }
	.itemsetinner	{ margin: 0 0 4cqw; }
	.itemsetinner h4	{ font-size: 5cqw; margin: 0 0 2cqw; padding: 6cqw 0 0; line-height: 1.5; }
	.itemset li:nth-child(2)	{ padding: 5px; }
	.itemset li:nth-child(2),
	.itemset li:nth-child(2) > del, 
	.itemset li:nth-child(2) > b	{ font-size: 13px; }
	.itemset li:nth-child(2) > span	{ font-size: 12px; line-height: 1.2; }
	.itemset li:nth-child(2) > span.yotei	{ font-size: 12px; }
	.itemset li:nth-child(2) > span.current	{ font-size: 12px; }
}

.item-detailarea	{ width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; gap: 20px 15px; flex-wrap: wrap; margin: 0; }
.item-detailareaitem	{ width: calc(100% / 5 - 12px); container-type: inline-size; }
.item-detailareaitem .swiper-slide	{ container-type: inline-size; }
.item-detailareaitem .swiper-button-next, 
.item-detailareaitem .swiper-button-prev { top: 50cqw; color: #666f; }
.item-detailareaitem .swiper-button-next:after, 
.item-detailareaitem .swiper-button-prev:after	{ font-size: 7cqw; }
.item-detailareaitem .swiper-button-next, 
.item-detailareaitem .swiper-rtl .swiper-button-prev	{ right: 0; }
.item-detailareaitem .swiper-button-prev, 
.item-detailareaitem .swiper-rtl .swiper-button-next	{ left: 0; }

@media (max-width: 1400px) {
	.item-detailarea	{ gap: 20px 12px; }
	.item-detailareaitem	{ width: calc(100% / 4 - 9px); }
}

@media (min-width: 1000px) {
	.itemwaprep .itemsetwrapimg	{ order: 2; }
	.itemwaprep .itemsetinner	{ order: 1; }
	.itemsetinner	{ padding: 40px 0 0; }
	.itemsetinner h4 br.both	{ display: inline-block; }
	.itemsetinnersplit	{ width: 100%; display: -webkit-flex; display: flex; gap: 1.2%; align-items: flex-end; }
	.itemsetinnersplit .itemsetinner	{ width: 50%; }
	.itemsetinnersplit .item-detailarea	{ gap: 2.2%; flex-wrap: nowrap; }
	.itemsetinnersplit .item-detailarea > a	{ width: 50%; }
	.itemsetinnersplit .itemsetinner h4,
	.itemsetinnersplit .itemsetimages	{ padding: 0; }
}
@media (max-width: 999.99px) {
	.itemsetwraporld	{ padding: 0 1cqw; margin: 0 0 40px; }
	.itemsetwrapimg	{ width: 100%; margin: 0 0 30px; }
	.itemsetinner	{ width: 100%; margin: 0; }
	.itemsetinner h3	{ margin: 0 0 20px; }
	.itemsetinner h4 br	{ display: none; }
	.item-detailarea  .itemsetwrapper	{ margin: 0; }
	.item-detailarea > a	{ width: 49%; }
	.itemsetwraporld	{ margin: 0; }
	.item-detailarea	{ gap: 20px 1cqw; }
	.item-detailareaitem	{ width: calc(50% - .5cqw); }
}

/* ------------ ITEM COL2 ------------- */
.itemset2colwrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: flex-start; gap: 0; margin: 0; padding: 0 2%; position: relative; }
.item2colSticky	{ width: 100%; position: -webkit-sticky; position: sticky; top: 64px; right: 0; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.item2coltxtwrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0; }
.item2coltxtInner	{ width: 80%; max-width: 900px; display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; gap: 1cqw; margin: 0 0 5cqw; }
.item2coltxtInner > strong	{ font-family: "Montserrat", sans-serif; font-weight: 300; font-style: normal; font-size: 4cqw; line-height: 1; margin: 0 0 1em; }
.item2coltxtInner > h3	{ color: #000; font-size: 1.7cqw; line-height: 1.8; font-weight: 700; letter-spacing: .08em; margin: 0; }
.item2coltxtInner > p	{ color: #000; font-size: 1cqw; line-height: 1.8; font-weight: 600; letter-spacing: .08em; margin: 0; opacity: 1; }
@media (min-width: 1000px) {
	.item2colSticky	{ width: 50%; }
	.item2coltxtwrapper	{ width: 50%; padding: 8cqw 0 8cqw 2cqw; }
	.reflect .item2colSticky	{ order: 2; }
	.reflect .item2coltxtwrapper	{ order: 1; padding: 8cqw 2cqw 8cqw 0; }
}
@media (max-width: 999.99px) {
	.itemset2colwrapper	{ flex-wrap: wrap; padding: 10px; }
	.item2coltxtwrapper	{ padding: 8% 0 0; }
	.item2coltxtInner	{ width: 100%; gap: 1.8cqw; margin: 0 0 8cqw; padding: 0 5%; }
	.item2coltxtInner > strong	{ font-size: 13cqw; line-height: 1.6; margin: 0 0 2cqw; }
	.item2coltxtInner > h3	{ font-size: 6.6cqw; line-height: 1.5; font-weight: 700; letter-spacing: .08em; margin: 0 0 2cqw; }
	.item2coltxtInner > p	{ font-size: 3.6cqw; line-height: 1.8; font-weight: 600; letter-spacing: .08em; margin: 0; opacity: 1; }
}

/* ------------ SLIDER OPTION ------------- */
.item2colSticky .slm-button-prev,
.item2colSticky .swiper-rtl .slm-button-next	{ left: var(--swiper-navigation-sides-offset,0px); right: auto }
.item2colSticky .slm-button-next,
.item2colSticky .swiper-rtl .slm-button-prev	{ right: var(--swiper-navigation-sides-offset,0px); left: auto }
.item2colSticky .slm-button-next,
.item2colSticky .slm-button-prev	{ z-index: 5; }
.item2colSticky .slm-button-prev, 
.item2colSticky .slm-button-next	{ color: #fff; background-color: rgba(0, 0, 0, 0); width: 60px; height: 60px; }
.item2colSticky .slm-button-prev::after, 
.item2colSticky .slm-button-next::after	{ font-size: 30px; font-weight: 300; }
@media (min-width: 1000px) {
	/* .item2colSticky .swiper	{ max-height: calc(100vh - 64px); } */
}
@media (max-width: 999.99px) {
	.item2colSticky .slm-button-prev, 
	.item2colSticky .slm-button-next	{ width: 30px; height: 80px; top: 45%; }
	.item2colSticky .slm-button-prev::after, 
	.item2colSticky .slm-button-next::after	{ font-size: 18px; }
}

.item2colSticky .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.item2colSticky .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet	{ margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }
.item2colSticky .swiper-pagination-bullet { width: 12px; height: 12px; background-color: transparent; border: 1px solid #fff; opacity: 1; }
.item2colSticky .swiper-pagination-bullet-active { background-color: #fff; border: 1px solid #fff; }
@media (max-width: 999.99px) {
	.item2colSticky .swiper-pagination-bullet { width: 8px; height: 8px; }
	.item2colSticky .swiper-horizontal > .swiper-pagination-bullets, 
	.item2colSticky .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.item2colSticky .swiper-pagination-custom, 
	.item2colSticky .swiper-pagination-fraction { bottom: 2px;}
}

/* ------------ BLOCK ------------- */
@media (max-width: 999.99px)	{ .pconly { display: none!important; } }
@media (min-width: 1000px)	{ .pconly { display: inline-block; } }
@media (max-width: 999.99px)	{ .sponly { display: inline-block; } }
@media (min-width: 1000px)	{ .sponly { display: none!important; } }

.no-transition * {
  transition: none !important;
}
