@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@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; background-color: #D9D9D9; }
.pi_lgzformat div	{ letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:0; font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 500; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; color:#000; -webkit-font-smoothing: antialiased; font-feature-settings: normal; }
.pi_lgzformat .en	{ font-family: "Sofia Sans", sans-serif; 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 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%; container-type: inline-size; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1; }
.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; }
@keyframes blur	{ 
	from	{ opacity: 0; filter: blur(20px); }
	to	{ opacity: 1; filter: blur(0px); }
}

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 0; z-index: 1; }
.mainimg_wrapper > h1	{ position: absolute; line-height: 1; transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }
.mainimg_wrapper > h1.active	{ opacity: 1; transition-delay: 1.5s; }
.mainimg	{ width: 100%; height: 100%; aspect-ratio: 2 / 1; overflow: hidden; container-type: inline-size; }
@media (min-width: 768px) {
	.mainimg_wrapper > h1	{ top: 33%; left: 18%; width: 11%; }
}
@media (max-width: 767.9px)	{ 
	.mainimg	{ aspect-ratio: 7 / 9; }
	.mainimg_wrapper > h1	{ top: 30%; left: 14%; width: 24%; }
}
#js-main-movie	{ width: 100%; height: 100%; aspect-ratio: 16 / 9; }

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; padding: 130px 0 130px; margin: 0; position: relative; z-index: 2; }
.introwrapper	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; }
.introwrapper > h2	{ opacity: 0; width: 100%; color:#000; font-size: 18px; font-size: clamp(24px, 50px, 4.4vw); line-height: 1.2; font-weight: 700; text-align: center; margin: 0 0 60px; }
.introwrapper > p	{ opacity: 0; width: 100%; color:#000; font-size: 18px; font-size: clamp(12px, 18px, 1.3vw); line-height: 2; font-weight: 500; text-align: center; letter-spacing:.1rem; font-feature-settings: normal; margin: 0 0 1.5em; }
.delayin02	{ animation-delay: .2s; }
.delayin03	{ animation-delay: .4s; }
.delayin04	{ animation-delay: .6s; }
.introwrapper.active > h2,
.introwrapper.active > p	{ animation-name: blur; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
@media (max-width: 767.999px) {
	.introduction	{ padding: 40px 0; }
	.introwrapper	{ margin: 0; }
	.introwrapper > p	{ width: 80%; position: static; font-size: 13px; letter-spacing:.06rem;  }
}
/* ------------ MOVIE ------------- */
.movie_wrapper	{ position: relative; width: 80%; max-width: 1200px; aspect-ratio: 16/9; overflow: hidden; margin: 0 0 130px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.movie_poster,
.movie_iframe	{ width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; top: 0; left: 0; transition: opacity 1s ease; }
.movie_iframe	{ opacity: 0; pointer-events: none; }
.movie_wrapper > b	{ font-size: clamp(26px, 48px, 4vw); line-height: 1; color:#fff; font-weight: 400; letter-spacing:.08em; white-space: nowrap; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
@media (max-width: 767.999px) {
	.movie_wrapper	{ position: relative; width: 98%; margin: 0 0 40px; }
}

/* ------------ MID ITEM AREA ------------- */
#bgchange	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; margin: 0; position: relative; background-color: #D9D9D9; transition: all .5s; transition-delay: .3s; position: relative; z-index: 2; }
.bgcolor02	{ background-color: #D9D9D9; }
.bgcolor03	{ background-color: #D9D9D9; }
.bgcolor04	{ background-color: #D9D9D9; }

.itemarea	{ display: -webkit-flex; display: flex; flex-direction: column; width: 100%; align-items: center; justify-content: center; container-type: inline-size; position: relative; }

.styling-wrapper	{ width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; }
.styling-wrapper > h3	{ width: 100%; color:#000; font-size: 18px; line-height: 1; font-weight: 900; letter-spacing:.06em; margin: 0 0 10px; }
.styling-wrapper > ul	{ display: -webkit-flex; display: flex; align-items: flex-start; gap: 12px; }
.styling-wrapper > ul > li	{ display: -webkit-flex; display: flex; }
.styling-wrapper > ul > li > a	{ display: -webkit-flex; display: flex; flex-direction: column; gap: 12px; }
.styling-wrapper > ul > li > a > p	{ width: 100%; height: 100%; aspect-ratio: 4 / 5; overflow: hidden; }
.styling-wrapper > ul > li > a > p img	{ transition: all .5s; }
.styling-wrapper > ul > li > a > b	{ color:#000; font-size: 14px; line-height: 1.4; font-weight: 700; letter-spacing:.06em; }
@media (min-width: 768px) {
	.styling-wrapper	{ width: calc(50cqw - 30px); position: absolute; top: 28cqw; right: 20px; }
	.styling-wrapper > ul > li	{ width: calc(100% / 3 - 8px); }
	.styling-wrapper > ul > li > a:hover > p img	{ transform: scale(1.05); }
}
@media (max-width: 767.9px)	{ 
	.itemarea	{ padding-bottom: 80px; }
	.styling-wrapper	{ padding: 0 20px; }
	.styling-wrapper > ul	{ flex-wrap: wrap; }
	.styling-wrapper > ul > li	{ width: calc(50% - 8px); }
	.styling-wrapper > ul > li > a	{ gap: 10px; }
	.styling-wrapper > ul > li > a > b	{ font-size: 13px; }
}

/* ------------ SWIPER LAYOUT ------------- */
.pi_lgzformat .slider-set { width: 100%; margin: 0 0 100px; }
.pi_lgzformat .swiper { width: 100%; margin-bottom: 20px; }

/* ----- main (A, C) ----- */
.swiper-A, .swiper-C { }
.swiper-A .swiper-slide,
.swiper-C .swiper-slide	{ display: flex; justify-content: center; align-items: center; transition-duration: 300ms !important; }

/* ----- text (E) ----- */
.swiper-E	{ width: 100%; }
.swiper-E .swiper-slide	{ display: flex; align-items: center; justify-content: center; transition-duration: 300ms !important; }
.iteminformation	{ width: 78%; max-width: 640px; padding: 0 20px;  }
.iteminformation	{ font-size: clamp(12px, 18px, 1.3vw); line-height: 2; font-weight: 500; text-align: left; letter-spacing:.1rem; font-feature-settings: normal; }
@media (min-width: 768px) {
	.swiper-E .swiper-slide	{ justify-content: flex-end; }
}

/* ----- thumbnail (B, D) ----- */
.swiper-B, .swiper-D { padding-bottom: 20px; }
.swiper-B .swiper-slide,
.swiper-D .swiper-slide { height: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer; opacity: 0.5; transition: opacity 0.3s ease; }
.swiper-B .swiper-slide-thumb-active,
.swiper-D .swiper-slide-thumb-active { opacity: 1; }

/* ----- thumbnail bar ----- */
.pi_lgzformat .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal	{ width: 100%; }
.pi_lgzformat .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal	{ left: 0; }
.pi_lgzformat .thumbnail-scrollbar	{ bottom: 0; height: 2px!important; background: rgba(0, 0, 0, 0.1); border-radius: 0; --swiper-scrollbar-sides-offset: 0%; }
.pi_lgzformat .swiper-scrollbar-drag	{ background: #000; border-radius: 0; }

/* ----- nav button ----- */
.pi_lgzformat .swiper-button-prev,
.pi_lgzformat .swiper-rtl .swiper-button-next	{ left: var(--swiper-navigation-sides-offset,0px); right: auto }
.pi_lgzformat .swiper-button-next,
.pi_lgzformat .swiper-rtl .swiper-button-prev	{ right: var(--swiper-navigation-sides-offset,0px); left: auto }
.pi_lgzformat .swiper-button-next,
.pi_lgzformat .swiper-button-prev	{ z-index: 5; }
.swiper-A .swiper-button-prev, .swiper-A .swiper-button-next,
.swiper-C .swiper-button-prev, .swiper-C .swiper-button-next	{ color: #fff; background-color: rgba(0, 0, 0, 0); width: 60px; height: 60px; }
.swiper-A .swiper-button-prev::after, .swiper-A .swiper-button-next::after,
.swiper-C .swiper-button-prev::after, .swiper-C .swiper-button-next::after	{ font-size: 30px; font-weight: 300; }
@media (max-width: 767.9px)	{ 
	.swiper-A .swiper-button-prev, .swiper-A .swiper-button-next,
	.swiper-C .swiper-button-prev, .swiper-C .swiper-button-next	{ width: 30px; height: 80px; }
	.swiper-A .swiper-button-prev::after, .swiper-A .swiper-button-next::after,
	.swiper-C .swiper-button-prev::after, .swiper-C .swiper-button-next::after	{ font-size: 18px; }
}
.lookwrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.detailwrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.detailwrapper .detailinner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; gap: 20px; }
.feawrapper	{ display: -webkit-flex; display: flex; justify-content: flex-end; width: 100%; }
.feawrapper > h3	{ width: 78%; max-width: 640px; padding: 0 20px; color:#000; font-size: 18px; line-height: 1; font-weight: 900; letter-spacing:.06em;  }

@media (min-width: 768px) {
	.lookwrapper .swiper-A	{ width: calc(50% - 10px); }
	.lookwrapper .swiper-B	{ width: calc(50% - 10px); }
	.detailwrapper .swiper-C	{ width: calc(50% - 10px); order: 2; }
	.detailwrapper .detailinner	{ width: calc(50% - 10px); order: 1; }
}
@media (max-width: 767.9px)	{ 
	.pi_lgzformat .slider-set { width: calc(100% - 10px); overflow: hidden; margin: 0 0 10px; }
	.pi_lgzformat .swiper { margin-bottom: 5px; }
	.lookwrapper	{ gap: 0; flex-wrap: wrap; }
	.lookwrapper .swiper-A	{ width: 100%; }
	.lookwrapper .swiper-B	{ width: 100%; }
	.detailwrapper	{  gap: 10px;  flex-wrap: wrap; }
	.detailwrapper .swiper-C	{ width: 100%; }
	.detailwrapper .detailinner	{ gap: 10px; }
	.feawrapper, 
	.swiper-B,
	.swiper-D,
	.swiper-E	{ overflow: hidden; height: 0; display: none; visibility: hidden; }
}

.material	{ width: 100%; height: 100%; aspect-ratio: 4 / 5; 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; z-index: 2; }
.material li	{ width: 100%; height: 100%; aspect-ratio: 4 / 5; }
.material li:first-child	{ z-index: 1; position: relative; }
.material li:nth-child(2)	{ z-index: 4; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; background-color: rgba(255,255,255,1); transition:.5s cubic-bezier(.12,.51,.55,.94); transform: translateY(-100%); }
.material li:nth-child(2)	{ padding: 20% 18%; display: -webkit-flex; display: flex; flex-direction: column; }
.material li > strong	{ color:#000; font-size: clamp(12px, 16px, 1vw); text-align: left; line-height: 2; display: -webkit-flex; display: flex; direction: ltr; unicode-bidi: bidi-override; }
.material li > p	{ color:#000; font-size: clamp(12px, 16px, 1vw); text-align: left; line-height: 2; display: -webkit-flex; display: flex; direction: ltr; unicode-bidi: bidi-override; }
.material.active li:nth-child(2)	{ transform: translateY(0); }
.material li.mattle	{ z-index: 12; position: absolute; left: 0; bottom: 10px; right: 0; width: 100%; height: 66px; display: -webkit-flex; display: flex; align-items: center; z-index: 2; padding: 0 10px 0 60px;}
.material li.mattle > b	{ color:#fff; font-size: clamp(16px, 22px, 1.2vw); font-weight: 700; line-height: 1.3; white-space: nowrap; }
.material li.sptogglebtn	{ z-index: 11; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 62px;}
.material li.open_mark	{ z-index: 2; position: absolute; left: 20px; top: 20px; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.15); border: 2px solid #fff; opacity: 1; transition:.5s cubic-bezier(.12,.51,.55,.94); }
.material li.open_mark::before, 
.material li.open_mark::after	{ content: ""; display: block; width: 12px; height: 2px; background-color: #fff; position: absolute; inset: 0; margin: auto; transition:.5s cubic-bezier(.12,.51,.55,.94);  }
.material li.open_mark::after	{ -webkit-transform: rotate(90deg); transform: rotate(90deg); }
@media (min-width: 768px) {
	.material li:not(:first-child) 	{ display: none; }
	.midsetimages	{ width: 100%; padding: 0 2%; }
	.material li.sptogglebtn	{ display: none; }
}
@media (max-width: 767.9px)	{ 
	.midsetwrapper	{ margin: 0 0 60px; }
	.midsetheader > h3	{ margin: 0 0 20px; }
	.material li:nth-child(2) > strong	{ color:#000; font-size: 18px; line-height: 1; font-weight: 900; letter-spacing:.06em; margin: 0 0 20px; }
	.material li:nth-child(2) > p	{ width: 100%; font-size: 14px; }
	.material li.mattle	{ height: 46px; padding: 0 10px 0 45px;}
	.material li.mattle > b	{ font-size:max(2vw,18px); }
	.material li.open_mark	{ z-index: 5; left: 10px; bottom: 20px; width: 32px; height: 32px; border: 1px solid #fff; }
	.material li.open_mark::before, 
	.material li.open_mark::after	{ width: 12px; height: 1px; }
	.material.active li.open_mark	{ border: 1px solid #000; transform:rotate(225deg); background-color: rgba(0, 0, 0, 0); }
	.material.active li.open_mark::before, 
	.material.active li.open_mark::after	{ background-color: #000; }
}

/* ------------ BLOCK ------------- */
@media (max-width: 767.999px)	{ .pconly { display: none!important; } }
@media (min-width: 768px)	{ .pconly { display: inline-block; } }
@media (max-width: 767.999px)	{ .sponly { display: inline-block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }

