@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@font-face {
  font-family: 'Segma';
  src: url('fonts/Segma-M.woff2') format('woff2'),
       url('fonts/Segma-M.woff') format('woff'),
       url('fonts/Segma-M.ttf') format('truetype');
       font-weight: 500;
       font-style: normal;
}
@font-face {
  font-family: 'Segma';
  src: url('fonts/Segma-B.woff2') format('woff2'),
       url('fonts/Segma-B.woff') format('woff'),
       url('fonts/Segma-B.ttf') format('truetype');
       font-weight: 700;
       font-style: normal;
}
@font-face {
  font-family: 'Segma-M';
  src: url('fonts/Segma-M.woff2') format('woff2'),
       url('fonts/Segma-M.woff') format('woff'),
       url('fonts/Segma-M.ttf') format('truetype');
}
:root	{
	--color-Prim: #50a064;
	--color-Seco: #1e1e1e;
	--color-white: #fff;
	--main-font: 'Segma', 'Noto Sans JP', sans-serif;
	--main-fontE: 'Segma-M', 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: block; position: relative; width: 100%; padding: 0; margin: 0; color: #000; font-family: var(--main-font); font-weight: 500; font-feature-settings: "palt"; letter-spacing:.04em; position: relative; container-type: inline-size; overflow-wrap: anywhere;  word-break: normal; line-break: strict; }
.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 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: 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 1s cubic-bezier(.24,.155,.275,.945); }
.scrollIn.showin	{ opacity: 1; transition-delay: .3s; }
@keyframes fadein	{ 
	from	{ opacity: 0; }
	to	{ opacity: 1; }
}

/* ------------ TAB ------------- */
.pg-content-switcher	{ width: 100%; display: flex; background-color: #fff; }
.pg-content-switcher__buttons	{ width: 100%; display: flex; position: relative; color: #989898; }
.pg-content-switcher__button	{ width: 50%; height: 3cqw; display: flex; justify-content: center; align-items: flex-end; padding-bottom: 1cqw; text-decoration: none; cursor: pointer; }
.pg-content-switcher__button span	{ font-size: clamp(13px, 1.333cqw, 32px); color: #ddd; transition: color 0.4s ease; letter-spacing: .02em; }
.pg-content-switcher__buttons::before	{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #ccc; }
.pg-content-switcher__line	{ position: absolute; bottom: 0; left: 0; width: 50%; height: 2px; background-color: #000; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); pointer-events: none; }
.pg-content-switcher__button:first-child.is-current ~ .pg-content-switcher__line { transform: translateX(0); }
.pg-content-switcher__button:nth-child(2).is-current ~ .pg-content-switcher__line { transform: translateX(100%); }
.pg-content-switcher__buttons:has(.pg-content-switcher__button:nth-child(1):hover) .pg-content-switcher__line	{ transform: translateX(0); }
.pg-content-switcher__buttons:has(.pg-content-switcher__button:nth-child(2):hover) .pg-content-switcher__line	{ transform: translateX(100%); }
.pg-content-switcher__button.is-current	{ pointer-events: none; }
.pg-content-switcher__button.is-current span,
.pg-content-switcher__button:hover span { color: #000; }
@media (max-width: 767.9px) {
  .pg-content-switcher__button	{ height: 10.6666cqw; padding-bottom: 3cqw; }
  .pg-content-switcher__line	{ height: 3px; }
  .pg-content-switcher__button span	{ font-size: 3.35cqw; }
}

/* ------------ MAIN AREA ------------- */
.main_wrapper	{ width: 100%; display: flex; line-height: 1; position: relative; }
.main_wrapper > div.full	{ width: 100%; line-height: 1; }
.main_wrapper > div.half	{ width: 50%; line-height: 1; }
.mainimg_innew	{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; }
.mainimg_innew_inner	{ position: relative; width: 100%; height: 100%; }
.mainimg_innew_inner > h1,
.mainimg_innew_inner > h2	{ line-height: 1.2; font-weight: 700; letter-spacing:.01em; text-align: left; color:#fff; transition: opacity 2s cubic-bezier(.12,.51,.55,.94); opacity: 0; white-space: nowrap; filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3)); }
.mainimg_innew_inner.model > h1,
.mainimg_innew_inner.model > h2	{ color:#666666; filter: drop-shadow(3px 3px 10px rgba(255,255,255,1)); }
.mainimg_innew_inner > h1	{ position: absolute; left: 7.5%; top: 8cqw; font-size: 4.4vw; }
.mainimg_innew_inner > h2	{ position: absolute; left: 8%; top: 14.4cqw; font-size: 2vw; }
.mainimg_innew_inner.model > h1	{ top: 8cqw; }
.mainimg_innew_inner.model > h2	{ top: 14.4cqw; }
.mainimg_innew_inner > h1.showin	{ opacity: 1; -webkit-transition-delay: .3s; transition-delay: .3s; }
.mainimg_innew_inner > h2.showin	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
@media (max-width: 767px) {
	.mainimg_wrapper	{ margin: 0 0 20cqw; }
	.mainimg_innew_inner > h1	{ font-size: 8.4vw; top: 13%; }
	.mainimg_innew_inner > h2	{ font-size: 3.4vw; top: 26%; }
	.mainimg_innew_inner.model > h1	{ top: 10%; }
	.mainimg_innew_inner.model > h2	{ top: 23%; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 14cqw 8cqw; margin: 0; }
.introduction > h3	{ font-family: var(--main-fontE); font-weight: 700; font-size: clamp(18px, 2cqw, 42px); line-height: 2; margin: 0 0 1.6cqw; letter-spacing:.02em; }
.introduction > p	{ font-size: clamp(14px, 1.4cqw, 28px); line-height: 2; }
@media (min-width: 768px)	{ 
	br.spon	{ display: none!important; }
}
@media (max-width: 767.9px)	{ 
	br.pcon	{ display: none!important; }
	.introduction	{ padding: 20cqw 8cqw; }
	.introduction > h3	{ font-size: 5.6cqw; margin: 0 0 3cqw; }
	.introduction > p	{ font-size: 3.7cqw; line-height: 1.7; }
}

/* ------------ LOOK LIST ------------- */
.look_wrapper	{ width: 100%; display: flex; position: relative; }
.look_detail_area	{ display: flex; position: relative; }
.look_detail_area > h3	{ color:#000; font-family: var(--font-etx); 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-direction: column; align-items: flex-start; flex-wrap: wrap; }
.look_credit > a > strong	{ 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-etx); color:#000; font-weight: 400; line-height: 1; }
.look_credit > a > span	{ font-size: clamp(12px, 1cqw, 13px); }
.look_credit > a:hover	{ color:#000; opacity: 1; }
@media (min-width: 768px)	{ 
	.look_wrapper	{ width: 84%; align-items: flex-start; justify-content: space-between; margin: 0 8% 18cqw; }
	.look_wrapper.look02	{ margin: 0 16% 6cqw 0; align-items: flex-end; }
	.look_detail_area	{ display: flex; align-items: flex-end; justify-content: flex-start; }
	.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: 42cqw; }
	.look_credit	{ width: 58%; }
	.look_credit > a	{ padding: 0; gap: .8cqw; }
	.look_credit > a > strong	{ font-size: clamp(16px, 1.6cqw, 20px); }
	.look_credit > a > strong span	{ font-size: clamp(12px, 1cqw, 14px); }
	.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_credit > p	{ padding: 4cqw 0 0; font-size: clamp(12px, 1.2cqw, 16px); line-height: 2; margin: 0 0 10cqw; width: 90%; }
	.look_variation_area	{ width: 36cqw; gap: 1.15cqw; padding-top: 8cqw; }
	.look02 .look_variation_area	{ width: 42cqw; order: 1; display: flex; flex-direction: column; align-items: flex-end; }
	.look02 .look_detail_area	{ order: 2; }
}
@media (max-width: 767.9px)	{ 
	.look_wrapper	{ flex-wrap: wrap; margin: 0 0 32cqw; }
	.look_wrapper.look02	{ margin: 0 0 2cqw; }
	.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 0 0 10cqw; margin: 0; }
	.slunedtxlis .look_credit	{ padding: 0; }
	.look_credit > a	{ gap: 1.4cqw; }
	.look_credit > a > strong	{ font-size: 4cqw; line-height: 1.45; }
	.look_credit > a > strong span	{ font-size: 3cqw; }
	.look_credit > a > b	{ width: 15cqw; min-width: 60px; border-radius: 12cqw; }
	.look_credit > a > b > span	{ font-size: 2.8cqw; }
	.look_credit > p	{ padding: 4cqw 0 0; font-size: 3.2cqw; line-height: 2; margin: 0 0 10cqw; width: 100%; }
	.look_variation_area	{ width: 100%; padding: 0 5.333cqw; gap: 3cqw; justify-content: space-between; }
	.look_variation_img.spr	{ padding: 0 0 0 10cqw; }
	.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; }
}

/* ------------ 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 .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 8% 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: 80cqw; }
	.pi_lgzformat .swiper-wrapper	{ gap: 0; }
	.pi_lgzformat .swiper-slide img,
	.pi_lgzformat .swiper-slide picture	{ width: auto; height: 100%; }
}
.pi_lgzformat .swiper-slide	{ opacity: 1; 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; }
}

/* ------------ 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 18cqw; }
.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.last	{ margin: 0 0 16cqw; }
.wtsetwap-02 .itemallwrapper	{ width: 50%; }
.wtsetwap-03	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 18cqw; }
.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; flex-wrap: wrap; justify-content: flex-start; padding: 0; margin: 0 0 18cqw; }
.wtsetwap-04 .itemallwrapper	{ width: 100%; }
.wtsetwap-05	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 15px; margin: 0 0 16cqw; }
.wtsetwap-06	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 6cqw; }
.wtsetwap-07	{ width: 100%; flex-direction: column; display: -webkit-flex; display: flex; justify-content: center; align-items: center; padding: 0; margin: 0 0 18cqw; }
.wtsetwap-07 .slunedtxlis,
.wtsetwap-07 .itemallwrapper	{ width: 72%; }
.wtsetwap-09	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-end; padding: 0 6cqw; margin: 0 0 18cqw; }
.wtsetwap-09 .itemallwrapper	{ width: 72%; }
.wtsetwap-3col1	{ width: 100%; display: -webkit-flex; display: flex; justify-content: space-between; padding: 0 15px; margin: 0 0 16cqw; }
.wtsetwap-3col1 .col3img     { flex: 0 0 auto; width: calc(100% / 3 - 10px); height: auto; }

.wtsetwap-10	{ width: 100%; flex-direction: column; display: -webkit-flex; display: flex; justify-content: center; align-items: flex-start; padding: 0; margin: 0 0 3cqw; }
.wtsetwap-10 .itemallwrapper	{ width: 80%; }

.wtsetwap-11	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; align-items: flex-start;  padding: 0; margin: 0 0 3cqw; }
.wtsetwap-11 .itemallwrapper	{ width: 42%; }
.wtsetwap-11 .slunedtxlis	{ width: 40%; padding: 1cqw 5cqw; }

.wtsetwap-12	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-end; padding: 0; margin: -20cqw 0 20cqw; }
.wtsetwap-12 .itemallwrapper	{ width: 42%; }
.wtsetwap-12 .slunedtxlis	{ width: 42%; padding: 3cqw 1cqw; }


@media (min-width: 768px) {
	.wtsetwap-04 .slunedtxlis	{ padding-left: 5cqw; }
	.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: 3cqw;  }
	.wtsetwap-01 .itemallwrapper	{ width: 100%; margin: 0 0 3cqw; }
	.wtsetwap-02 .itemallwrapper	{ width: 84%; }
	.wtsetwap-02.last	{ margin: 0 0 32cqw; }
	.wtsetwap-03	{ margin: 0 0 32cqw; }
	.wtsetwap-03 .swiper-wrapper 	{ gap: 0; }
	.wtsetwap-03 .swiper-slide:not(:last-child)	{ margin-right: 3cqw;  }
	.wtsetwap-03 .itemallwrapper	{ width: 100%; margin: 0 0 3cqw; }
	.wtsetwap-04	{ margin: 0 0 32cqw; }
	.wtsetwap-04 .itemallwrapper	{ margin: 0 0 4cqw; }
	.wtsetwap-05	{ width: 100%; padding: 0; }
	.wtsetwap-05 .itemallwrapper	{ width: 100%; margin: 0; }
	.wtsetwap-05 .swiper-slide:not(:last-child)	{ margin-right: 3cqw;  }
	.wtsetwap-06	{ width: 100%; padding: 0; margin: 0 0 10cqw; }
	.wtsetwap-06 .itemallwrapper	{ width: 100%; margin: 0 0 3cqw; }
	.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 32cqw; }
	.wtsetwap-07 .slunedtxlis	{ width: 84%; }
	.wtsetwap-07 .itemallwrapper	{ width: 100%; }
	.wtsetwap-07 .slunedtxlis	{ padding: 4cqw 0 0; }
	.wtsetwap-09	{ padding: 0; margin: 0 0 30cqw; }
	.wtsetwap-09 .itemallwrapper	{ width: 74%; }
	.wtsetwap-3col1	{ flex-direction: column; align-items: center; justify-content: center; align-items: flex-end;  padding: 0 5.333cqw; gap: 20px; margin: 0 0 32cqw; }
	.wtsetwap-3col1 .col3img     { width: 88%; }

	.wtsetwap-10	{ margin: 0 0 3cqw; }
	.wtsetwap-10 .itemallwrapper	{ width: 100%; }
	.wtsetwap-11	{ flex-direction: column; align-items: flex-start; margin: 0 0 28cqw; }
	.wtsetwap-11 .itemallwrapper	{ width: 70%; }
	.wtsetwap-11 .slunedtxlis	{ width: 100%; padding: 4cqw 8cqw; }
	.wtsetwap-12	{ margin: 0 0 28cqw; }
	.wtsetwap-12 .itemallwrapper	{ width: 70%; }
	.wtsetwap-12 .slunedtxlis	{ width: 70%; padding: 4cqw 0; }

}

.wtsetwap01	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; padding: 0; margin: 0 0 6cqw; }
.wtsetwap01 .itemallwrapper	{ width: 100%; }
.wtsetwap02	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 3cqw; }
.wtsetwap02 .itemallwrapper	{ width: 50%; }
.wtsetwap03	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0 20px; margin: 0 0 12cqw; }
.wtsetwap04	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; padding: 0; margin: 0 0 6cqw; }
.wtsetwap04 .itemallwrapper	{ width: 100%; }
.wtsetwap05	{ width: 100%; display: -webkit-flex; display: flex; padding: 0 5% 0 0; margin: 0 0 12cqw; }
.wtsetwap05 .itemallwrapper	{ width: 100%; display: -webkit-flex; display: flex; gap: 0 20px; flex-direction: row; align-items: flex-start; }
.wtsetwap05 .itemallinner	{ width: calc(50% - 10px); display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
.wtsetwap06	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; padding: 0; margin: 0 0 6cqw; }
.wtsetwap06 .itemallwrapper	{ width: 100%; }
.wtsetwap07	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 0; margin: 0 0 12cqw; }
.wtsetwap07 .itemallwrapper	{ width: 76%; display: -webkit-flex; display: flex; }
.wtsetwap07 .swiper-wrapper 	{ gap: 0 20px; }
.wtsetwap07 .itemallinner	{ width: calc(50% - 10px); display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
.wtsetwap08	{ width: 100%; display: -webkit-flex; display: flex; padding: 0 5% 0 0; margin: 0 0 12cqw; }
.wtsetwap08 .itemallwrapper	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; gap: 0 20px; flex-direction: row; align-items: flex-start; }
.wtsetwap08 .itemallinner	{ width: 50%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
.wtsetwap08 .itemallittle	{ width: 41.3%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
.wtsetwap09	{ width: 100%; display: -webkit-flex; display: flex; padding: 0 0 0 5%; margin: 0 0 12cqw; }
.wtsetwap09 .itemallwrapper	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-start; gap: 0 20px; flex-direction: row-reverse; align-items: flex-start; }
.wtsetwap09 .itemallinner	{ width: 50%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }
.wtsetwap09 .itemallittle	{ width: 41.3%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 20px 0; }

@media (min-width: 768px) {
}
@media (max-width: 767.9px) {
	.wtsetwap01 .itemallwrapper	{ width: 100%; margin: 0 0 12cqw; }
	.wtsetwap02 .itemallwrapper	{ width: 84%; }
	.wtsetwap03	{ padding: 0; }
	.wtsetwap03 .itemallwrapper	{ width: 100%; margin: 0 0 12cqw; }
	.wtsetwap04 .itemallwrapper	{ width: 100%; margin: 0 0 6cqw; }
	.wtsetwap05	{ padding: 0; }
	.wtsetwap05 .itemallwrapper	{ flex-direction: column; justify-content: center; align-items: center; gap: 5px 0; margin: 0 0 12cqw; }
	.wtsetwap05 .itemallinner	{ width: 84%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 5px 0; }
	.wtsetwap07 .swiper-wrapper 	{ gap: 0 5px; }
	.wtsetwap07 .itemallwrapper	{ width: 100%; margin: 0 0 6cqw; }
	.wtsetwap08	{ padding: 0 0 0 8%; }
	.wtsetwap08 .itemallwrapper	{ width: 100%; flex-direction: column; align-items: flex-start; gap: 5px 0; margin: 0 0 12cqw; }
	.wtsetwap08 .itemallinner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 5px 0; }
	.wtsetwap08 .itemallittle	{ width: 74%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 5px 0; }
	.wtsetwap09	{ padding: 0 8% 0 0; }
	.wtsetwap09 .itemallwrapper	{ width: 100%; flex-direction: column; align-items: flex-end; gap: 5px 0; margin: 0 0 12cqw; }
	.wtsetwap09 .itemallinner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 5px 0; }
	.wtsetwap09 .itemallittle	{ width: 74%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 5px 0; }
}

.allitembtn	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 0 6%; margin: 0 0 35cqw; }
.allitembtn.end	{ margin: 0 0 10cqw; }
.allitembtn > a	{ color:#000; font-size: 1.2cqw; line-height: 1; font-weight: 700; letter-spacing:.1em; width: 45%; height: 100%; aspect-ratio: 48 / 7; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 2px solid #000; background-color: #fff; transition: color .8s ease, background-color .8s ease; }
@media (min-width: 1400px) {
	.allitembtn > a	{ border: 3px solid #000; }
	.allitembtn > a:hover	{ background-color: #000; color:#fff; }
}
@media (max-width: 767.9px) {
	.allitembtn	{ margin: 0 0 35cqw; }
	.allitembtn.end	{ margin: 0 0 20cqw; }
	.allitembtn > a	{ font-size: 3cqw; width: 100%; }
}

.slunedtxlis	{ width: 100%; padding: 2cqw 1cqw; margin: 0; display: -webkit-flex; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 30px 0; }
.wtsetwap02 .slunedtxlis	{ padding: 1cqw 0; }
.wtsetwap07 .slunedtxlis	{ padding: 1cqw 0; }
.itemdit	{ display: -webkit-flex; display: flex; flex-direction: column; gap: 1cqw; }
.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: 500; 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:0; 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; }


@media (min-width: 1000.1px) {
	.itemdit > a:hover	{ color:#000; opacity: .5; }
}
@media (max-width: 767.9px) {
	.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; }
}

.content-section	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; position: relative;  }
.itemswap	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6cqh 0 0; margin: 0 0 12cqh; }
.itemswap > h2	{ font-size: clamp(26px, 42px, 2vw); line-height: 1; font-weight: 500; letter-spacing:.2rem; margin: 0 0 3em;  }
.itemswap > ul	{ width: 70%; display: -webkit-flex; display: flex; gap: 5px;  }
.itemswap > ul > li	{ height: 100%; aspect-ratio: 3 / 4; line-height: 1; background-color: #fff; flex-grow: 1; display: -webkit-flex; display: flex; }
.itemswap > ul > li > a	{ width: 100%; height: 100%; aspect-ratio: 3 / 4; position: relative; line-height: 1; overflow: hidden; background-color: #000; }
.itemswap > ul > li > a > strong	{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); white-space: nowrap; font-size: 1.4vw; font-weight: 500; letter-spacing:.2rem; color:#fff;  }
.itemswap > ul > li > a > img	{ opacity: 1; transform: scale(1) translateZ(0); transition: opacity 1s ease-out,transform 1s ease; transition-property: opacity,transform; }
@media (min-width: 768px) {
	.itemswap > ul > li > a:hover > img	{ opacity: .6; transform: scale(1.1) translateZ(0); transition: opacity 1s ease-out,transform 1s ease; transition-property: opacity,transform; }
}
@media (max-width: 1100px) {
	.itemswap > ul	{ width: 90%;  }
}
@media (max-width: 767px) {
	.itemswap	{ padding: 4cqh 0 0; }
	.itemswap > h2	{ margin: 0 0 2em; }
	.itemswap > ul	{ width: 70%; gap: 10px; flex-wrap: wrap; }
	.itemswap > ul > li	{ width: 100%; }
	.itemswap > ul > li > a > strong	{ font-size: 5vw; }
}

/* ------------ MORE CONTENT ------------- */
.morecontent	{ padding: 0 0 16cqw; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fff; }
.moreBtn	{ width: 100%; display: flex; flex-direction: column; gap: 4cqw; align-items: center; justify-content: center; }
.moreBtn > a	{ width: 39.5cqw; height: 100%; aspect-ratio: 100 / 14; display: flex; align-items: center; justify-content: center; line-height: 1; border: 1px solid #000; transition: all .5s; }
.moreBtn > a > span	{ color:#000; font-size: 1.3cqw; line-height: 1; font-weight: 400; letter-spacing:.08em; transition: all .5s; }
@media (min-width: 768px)	{ 
	.moreBtn > a:hover	{ background-color: #000; }
	.moreBtn > a:hover > span	{ color:#fff; }
}
@media (max-width: 767.9px)	{ 
	.morecontent	{ padding: 0 0 20cqw; }
	.moreBtn	{ gap: 10cqw; }
	.moreBtn > a	{ width: 84%; aspect-ratio: 6 / 1; }
	.moreBtn > a > span	{ font-size: 14px; }
}


/* ------------ 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;
}
