@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');
}
:root	{
	--color-prm: #FFECE2;
	--color-sec: #EAECCC;
	--font-jp: "Noto Sans JP", sans-serif;
	--font-en: "Segma-M", sans-serif;
	--font-mix: "Segma-M", "Noto Sans JP", sans-serif;
}

/* ------------ FONT
.hepta-slab-<uniquifier> {
  font-family: "Hepta Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tk-helvetica-neue-lt-pro { font-family: "helvetica-neue-lt-pro",sans-serif; }
------------- */

@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; }
#site_body	{ overflow: visible; }
#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: 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	{ letter-spacing:0; font-family: var(--font-jp); font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; -webkit-font-smoothing: antialiased; font-feature-settings: normal; }
.pi_lgzformat div	{ letter-spacing:0; }
.pi_lgzformat img, 
.pi_lgzformat picture	{ width: 100%; height: auto; vertical-align: bottom; line-height: 1; opacity: 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 .small {font-size:80%;}
.pi_lgzformat .center-text	{ text-align: center; }
.pi_lgzformat_inner	{ width: 100%; container-type: inline-size; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1; }
.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }

#loading-mask	{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 90; transition: opacity 1s ease; pointer-events: none; }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; transition: opacity 1.5s cubic-bezier(.24,.155,.275,.945); }
.scrollIn.active	{ opacity: 1; transition-delay: .4s; }
@keyframes fadein	{ 
	from	{ opacity: 0; }
	to	{ opacity: 1; }
}

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; line-height: 1; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin: 0; }
.mainimg_wrapper > h1	{ position: absolute; top: 40%; left: 20%; 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-family: var(--font-en); font-size: 4.2vw; line-height: 1.2; font-weight: 400; letter-spacing:0; text-align: left; color:#fff; transition: opacity 2s cubic-bezier(.12,.51,.55,.94); opacity: 0; white-space: nowrap;  filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.2)); }
.mainimg_wrapper > h1.active	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
@media (max-width: 767px) {
	.mainimg_wrapper > h1	{ top: 34%; left: 50%; font-size: 12vw; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12cqw 0; margin: 0; }
.introinner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.introinner > h2	{ font-size: 2.1cqw; font-weight: 700; line-height: 1.2em; letter-spacing:.1em; text-align: center; margin: 0 0 3.6cqw; }
.introinner > p	{ font-size: clamp(14px, 20px, 1.4vw); font-weight: 400; line-height: 2; text-align: center; letter-spacing:.1em; margin: 0 0 1.4cqw; }
@media (min-width: 768px) {
	.introinner > p br.sp	{ display: none; }
}
@media (max-width: 767px) {
	.introduction	{ padding: 20cqw 4%; margin: 0; }
	.introinner > p	{ margin: 0 0 3cqw; }
}

.pi_lgzformat > h3	{ text-align: center; font-family: var(--font-en); font-size: clamp(16px, 26px, 1.6vw); line-height: 2; font-weight: 400; letter-spacing:.06em; margin: 0 0 10cqw; }
@media (max-width: 767px) {
	.pi_lgzformat > h3	{ margin: 0 0 18cqw; }
}

/* ------------ LOOK LIST ------------- */
.look_wrapperwrapper	{ width: 100%; display: flex; align-items: center; justify-content: center; }
.look_wrapper	{ width: 100%; max-width: 1200px; display: flex; position: relative; }
.look_detail_area	{ display: flex; position: relative; }
.look_detail_area > h3	{ color:#000; font-family: var(--font-en); font-weight: 500; line-height: 1; letter-spacing: 0; }
.look_variation_area	{ display: flex; flex-wrap: wrap; }
.look_variation_img	{ width: 100%; display: flex; line-height: 1; }
.look_credit	{ display: flex; flex-direction: column; align-items: flex-start; }
.look_credit > a	{ display: flex; flex-wrap: wrap; }
.look_credit > a > p	{ width: 100%; color:#000; font-family: var(--font-mix); font-weight: 500; line-height: 1.555; letter-spacing: 0; }
.look_credit > a > b	{ aspect-ratio: 47 / 19; line-height: 1; display: flex; align-items: center; justify-content: center; border: 1px solid #000; }
.look_credit > a > b > span	{ font-family: var(--font-en); color:#000; font-weight: 400; line-height: 1; }
@media (min-width: 768px)	{ 
	.look_wrapper	{ align-items: flex-start; justify-content: space-between; margin: 0 0 8cqw; }
	.look_wrapper.look01	{ margin: 0 0 20cqw; }
	.look_detail_area	{ display: flex; align-items: flex-end; justify-content: flex-start; flex-wrap: wrap; width: 49%; }
	.col-sticky .look_detail_area	{ position: -webkit-sticky; position: sticky; top: 80px; left: 0; }
	.look_detail_area > h3	{ font-size: clamp(28px, 3.126cqw, 60px); }
	.col-sticky .look_detail_area > h3	{ position: absolute; top: 0; left: 45.6cqw; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
	.look_img	{ width: 100%; }
	.look_credit > a	{ padding: 1.4cqw 2.6cqw; gap: .8cqw; }
	.look_credit > a > p	{ font-size: clamp(12px, .9375cqw, 18px); }
	.look_credit > a > b	{ width: 4.895cqw; min-width: 60px; border-radius: 4cqw; transition: background-color .8s ease; }
	.look_credit > a > b > span	{ font-size: clamp(12px, .9375cqw, 18px); transition: color .8s ease; }
	.look_credit > a:hover > b	{ background-color: #000; }
	.look_credit > a:hover > b > span	{ color:#fff; }
	.look_variation_area	{ width: 49%; gap: 1.15cqw; padding: 0 0 20cqw; }
}
@media (max-width: 767.9px)	{ 
	.look_wrapper	{ flex-wrap: wrap; margin: 0 0 34cqw; }
	.look_detail_area	{ width: 100%; flex-direction: column; margin: 0 0 5cqw; }
	.look_detail_area > h3	{ font-size: 7.5cqw; padding: 0 5.3cqw; margin: 0 0 3cqw; }
	.look_credit	{ padding: 0; margin: 0; }
	.look_credit > a	{ padding: 5cqw 5.333cqw 0; gap: 1.4cqw; }
	.look_credit > a > p	{ font-size: 2.933cqw; line-height: 1.45; }
	.look_credit > a > b	{ width: 12.533cqw; min-width: 47px; border-radius: 12cqw; }
	.look_credit > a > b > span	{ font-size: 2.4cqw; }
	.look_variation_area	{ width: 100%; padding: 0; gap: 4cqw; justify-content: space-between; }
	.look_variation_img	{ padding: 0 4cqw;  }
	.look_variation_img.sp50	{ width: calc(50% - .65cqw); }
}
.look_wrapper.col-single	{ align-items: center; justify-content: center; padding: 0 2cqw 0 0; }
.col-single .look_detail_area	{ flex-grow: 0; display: flex; flex-direction: column; align-items: flex-start; }
.col-single .look_detail_area > h3	{ position: absolute; top: 0; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
.col-single .look_credit > a	{ padding: 1.4cqw 0 0; gap: .8cqw; }
@media (min-width: 768px)	{ 
	.col-single .look_detail_area > h3	{ left: 45.6cqw; font-size: clamp(28px, 3.126cqw, 60px); }
}
@media (max-width: 767.9px)	{ 
	.look_wrapper.col-single	{ padding: 0; }
	.col-single .look_detail_area	{ width: 68.26cqw; }
	.col-single .look_detail_area > h3	{ right: -10cqw; font-size: clamp(28px, 3.126cqw, 60px); padding: 0; margin: 0; }
	.col-single .look_img	{ width: 100%; }
	.col-single .look_credit > a	{ padding: 5cqw 0 0; gap: 1.4cqw; }
}
.look_wrapper.col-double	{ align-items: flex-start; justify-content: flex-start; padding: 0; flex-wrap: wrap; }
.col-double .look_detail_area	{ width: 100%; display: flex; flex-wrap: wrap; }
.col-double .look_detail_area > h3	{ width: 100%; padding: 0 8cqw; margin: 0 0 1.5cqw; }
.col-double .look_img	{ width: 100%; display: flex; }
.col-double .look_img > div	{ width: 50%; }
.col-double .look_credit	{ padding: 0 4cqw; }
@media (max-width: 767.9px)	{ 
	.col-double .look_detail_area > h3	{ padding: 0 5cqw; margin: 0 0 3cqw; }
	.col-double .look_img	{ flex-wrap: wrap; }
	.col-double .look_img > div	{ width: 100%; }
	.col-double .look_credit	{ padding: 0; }
}

/* ------------ MIDROLL ------------- */
.midlook_wrapper	{ width: 100%; display: flex; justify-content: center; padding: 0 0 0 9cqw; margin: 0 0 8cqw; }
.midlook_inner	{ width: 50.4cqw; list-style-type: none; display: flex; align-items: flex-start; justify-content: center; }
.midlook_inner > li	{ width: 50%; }
.midlook_inner > li	{ display: flex; }
.midlook_inner > li:last-child	{ padding: 12cqw 0 0; }
@media (min-width: 768px)	{ 
	.midlook_inner > li:first-child	{ position: -webkit-sticky; position: sticky; top: 60px;  }
	.midlook_inner > li:last-child	{ padding: 20cqw 0; }
}

@media (max-width: 767.9px)	{ 
	.midlook_wrapper	{ padding: 0; margin: 0 0 23cqw; }
	.midlook_inner	{ width: 100%; }
	.midlook_inner > li:first-child	{ position: -webkit-sticky; position: sticky; top: 120px;  }
	.midlook_inner > li:last-child	{ padding: 50cqw 0; }
}

/* ------------ ITEM NAME ------------- */
.itemallwrapper	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.wtsetwap-01	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 24cqw; }
.wtsetwap-01 .itemallwrapper	{ width: 80%; display: -webkit-flex; display: flex; }
.wtsetwap-01 .swiper-wrapper 	{ gap: 0 20px; }
.wtsetwap-01 .itemallinner	{ width: calc(50% - 10px); display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
.wtsetwap-02	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 3cqw; }
.wtsetwap-02 .itemallwrapper	{ width: 50%; }
.wtsetwap-03	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 20cqw; }
.wtsetwap-03 .itemallwrapper	{ width: 72%; display: -webkit-flex; display: flex; }
.wtsetwap-03 .swiper-wrapper 	{ gap: 0 20px; }
.wtsetwap-03 .itemallinner	{ width: calc(50% - 10px); display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
.wtsetwap-04	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; padding: 0; margin: 0 0 6cqw; }
.wtsetwap-04 .itemallwrapper	{ width: 100%; }
.wtsetwap-05	{ width: 90%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 20px; margin: 0 0 20cqw; }
.wtsetwap-06	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 6cqw; }
.wtsetwap-07	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 3cqw; }
.wtsetwap-07 .itemallwrapper	{ width: 72%; }
.wtsetwap-09	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-end; padding: 0 6cqw; margin: 0 0 6cqw; }
.wtsetwap-09 .itemallwrapper	{ width: 72%; }
.wtsetwap-10	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 3cqw; }
.wtsetwap-10 .itemallwrapper	{ width: 72%; }
.wtsetwap-11	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; padding: 0; margin: 0 0 6cqw; }
.wtsetwap-11 .itemallwrapper	{ width: 100%; }
.wtsetwap-12	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 6cqw; }
.wtsetwap-12 .itemallwrapper	{ width: 50%; }
.wtsetwap-122	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 6cqw; }
.wtsetwap-122 .itemallwrapper	{ width: 70%; }
.wtsetwap-13	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 20cqw; }
.wtsetwap-13 .itemallwrapper	{ width: 72%; }
.wtsetwap-14	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 6cqw; }
.wtsetwap-14 .itemallwrapper	{ width: 72%; display: -webkit-flex; display: flex; }
.wtsetwap-14 .swiper-wrapper 	{ gap: 0 20px; }
.wtsetwap-14 .itemallinner	{ width: calc(50% - 10px); display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
@media (min-width: 768px) {
	.pi_lgzformat .wtsetwap-06	{ width: 100%; overflow: hidden; }
	.pi_lgzformat .wtsetwap-06 .swiper-slide	{ width: auto; height: 46.2cqw; }
	.pi_lgzformat .wtsetwap-06 .swiper-slide img,
	.pi_lgzformat .wtsetwap-06 .swiper-slide picture	{ width: auto; height: 100%; }
}
@media (max-width: 767.9px) {
	.wtsetwap-01 .swiper-wrapper 	{ gap: 0; }
	.wtsetwap-01 .swiper-slide:not(:last-child)	{ margin-right: 6cqw;  }
	.wtsetwap-01 .itemallwrapper	{ width: 100%; margin: 0 0 6cqw; }
	.wtsetwap-02 .itemallwrapper	{ width: 84%;  margin: 0 0 6cqw; }
	.wtsetwap-03	{ margin: 0 0 40cqw; }
	.wtsetwap-03 .swiper-wrapper 	{ gap: 0; }
	.wtsetwap-03 .swiper-slide:not(:last-child)	{ margin-right: 6cqw;  }
	.wtsetwap-03 .itemallwrapper	{ width: 100%; margin: 0 0 6cqw; }
	.wtsetwap-04	{ margin: 0 0 12cqw; }
	.wtsetwap-05	{ width: 100%; padding: 0; }
	.wtsetwap-05 .itemallwrapper	{ width: 100%; margin: 0 0 12cqw; }
	.wtsetwap-05 .swiper-slide:not(:last-child)	{ margin-right: 6cqw;  }
	.wtsetwap-06	{ width: 100%; padding: 0; margin: 0 0 10cqw; }
	.wtsetwap-06 .itemallwrapper	{ width: 100%; margin: 0 0 6cqw; }
	.pi_lgzformat .wtsetwap-06 .swiper-slide	{ height: 60cqw; margin: 0; }
	.pi_lgzformat .wtsetwap-06 .swiper-outside	{ padding-left: 0; padding-right: 0; }
	.wtsetwap-07	{ margin: 0 0 6cqw; }
	.wtsetwap-07 .itemallwrapper	{ width: 84%; }
	.wtsetwap-09	{ padding: 0; margin: 0 0 30cqw; }
	.wtsetwap-09 .itemallwrapper	{ width: 74%; }
	.wtsetwap-10	{ margin: 0 0 6cqw; }
	.wtsetwap-10 .itemallwrapper	{ width: 100%; }
	.wtsetwap-11	{ margin: 0 0 6cqw; }
	.wtsetwap-12	{ margin: 0 0 6cqw; }
	.wtsetwap-12 .itemallwrapper	{ width: 84%; }
	.wtsetwap-122	{ margin: 0 0 6cqw; }
	.wtsetwap-122 .itemallwrapper	{ width: 100%; }
	.wtsetwap-13 .slunedtxlis, 
	.wtsetwap-10 .slunedtxlis, 
	.wtsetwap-12 .slunedtxlis	{ padding: 0; }
	.wtsetwap-13	{ margin: 0 0 26cqw; }
	.wtsetwap-13 .itemallwrapper	{ width: 84%; }
	.wtsetwap-14	{ margin: 0 0 6cqw; }
	.wtsetwap-14 .swiper-wrapper 	{ gap: 0; }
	.wtsetwap-14 .swiper-slide:not(:last-child)	{ margin-right: 6cqw;  }
	.wtsetwap-14 .itemallwrapper	{ width: 100%; margin: 0 0 6cqw; }
}
.slunedtxlis	{ width: 100%; margin: 0; display: -webkit-flex; display: flex; align-items: flex-start; flex-wrap: wrap; }
.wtsetwap02 .slunedtxlis	{ padding: 1cqw 0; }
.wtsetwap07 .slunedtxlis	{ padding: 1cqw 0; }
.itemdit	{ display: -webkit-flex; display: flex; flex-direction: column; gap: 1cqw; padding: 1cqw 0; }
.itemdit > p,
.itemdit > a	{ color:#000; display: -webkit-flex; display: flex; flex-wrap: wrap; width: 100%; margin: 0 0 .6em; gap: 1em; transition: opacity .6s; opacity: 1; }
.itemdit > a.soon	{ pointer-events: none; }
.itemdit > p strong,
.itemdit > a strong	{ white-space: nowrap; font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:.06em; }
.itemdit > p strong	{ text-decoration: none; }
.itemdit > p span.prc, 
.itemdit > a span.color, 
.itemdit > a span.prc	{ white-space: nowrap; font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:.06em; padding: 0; margin: 0; }
.itemdit > a span.color	{ color:#3164B0; width: 100%; }
.itemdit > a b	{ font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:0; padding: 0; margin: 0; }
.itemdit > a span > b	{ font-size: 16px; line-height: 1; font-weight: 400; letter-spacing:0; padding: 0; margin: 0; color:#000; }
@media (min-width: 1000.1px) {
	.itemdit > a:hover	{ color:#000; opacity: .5; }
}
@media (max-width: 767.9px) {
	.itemdit	{ padding: 3cqw 4cqw; }
	.wtsetwap-12 .itemdit	{ padding: 3cqw 0; }
	.wtsetwap07 .slunedtxlis, 
	.slunedtxlis	{ width: 100%; max-width: 100%; padding: 0 8%; margin: 0; gap: 20px 0; }
	.wtsetwap-09 .slunedtxlis	{ padding: 4cqw 0; margin: 0; gap: 20px 0; }
	.wtsetwap02 .slunedtxlis	{ padding: 4cqw 0 0; }
	.wtsetwap05 .itemdit	{ padding: 3cqw 0 0; }
	.wtsetwap08 .itemdit	{ padding: 3cqw 0 0; }
	.wtsetwap09 .itemdit	{ padding: 3cqw 0 0; }
	.itemdit > p,
	.itemdit > a	{ flex-wrap: wrap; margin: 0 0 1.2em; gap: .4em; transition: opacity .4s; opacity: 1; }
	.itemdit > p strong,
	.itemdit > a strong	{ width: 100%; font-size: 14px; }
	.itemdit > p span.prc, 
	.itemdit > a span.color, 
	.itemdit > a span.prc	{ width: 100%; padding: 0; border-left: 0; font-size: 14px; }
	.itemdit > a b	{ font-size: 13px; }
	.itemdit > a span > b	{ font-size: 13px; }
}

/* ------------ SWIPER ------------- */
.pi_lgzformat .swiper-slide	{ overflow: hidden; }
.pi_lgzformat .swiper-outside	{ width: 100%; overflow: hidden; position: relative; padding: 0; margin: 0; opacity: 1; }
.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: 25%; height: auto; }
.pi_lgzformat .switem .swiper-slide	{ flex: 0 0 auto; width: 50%; 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: #f0f0f0; 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 (min-width: 768px) {
	.pi_lgzformat .swiper-wrapper	{ display: flex; flex-direction: column; gap: 3cqw; }
	.pi_lgzformat .switem .swiper-slide	{ width: 100%; }
	.pi_lgzformat .switem2	{ gap: 0 15px; }
	.pi_lgzformat .switem2 .swiper-slide	{ flex: 0 0 auto; width: calc(100% / 3 - 10px); height: auto; }
	.pi_lgzformat .wtsetwap07 .swiper-slide	{ flex: 0 0 auto; width: 50% - 10px; height: auto; }
}
@media (max-width: 767.9px) {
	.pi_lgzformat .swiper-outside	{ padding: 0 4cqw 30px; margin: 0; }
	.pi_lgzformat .swiper-outsidenosw	{ padding: 0; margin: 0 0 1.4em; }
	.pi_lgzformat .swiper-slide	{ flex: 0 0 auto; width: 88%; height: auto; }
	.pi_lgzformat .imgsw .swiper-slide	{ flex: 0 0 auto; width: auto; height: 90cqw; }
	.pi_lgzformat .switem2 .swiper-slide, 
	.pi_lgzformat .switem .swiper-slide	{ flex: 0 0 auto; width: auto; height: 90cqw; }
	.pi_lgzformat .swiper-wrapper	{ gap: 0 3cqw; }
	.pi_lgzformat .swiper-slide img,
	.pi_lgzformat .swiper-slide picture	{ width: auto; height: 100%; }
}
.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: 768px) {
	.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; }
}

/* ------------ LAST IMG ------------- */
.lastimg_wrapper	{ width: 100%; display: flex; }
.lastimg_wrapper.middl	{ margin: 0 0 10cqw;  }
@media (max-width: 767.9px)	{ 
	.lastimg_wrapper.middl	{ margin: 0 0 19cqw;  }
}

/* ------------ 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; } }

.no-transition * {
  transition: none !important;
}
