@charset "UTF-8";

/*  HACK
==========================================================*/
html:has(.z-limitedPink) {
  overflow-x: clip;
}
.fn-serif-palt {
  letter-spacing: -0.1em !important;
}

.fn-cl {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fn-en {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
}


.z-inner {
  /* width: calc(1265/1440 *100%); */
  width: 127.3rem;
  max-width: 90%;
  /* box-sizing:content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; */
  /* padding: 0 10rem; */
  margin: 0 auto;
}
.z-inner--1440 {
  width: 144rem;
  max-width: 100%;
  margin: 0 auto;
} 

#header {}
.is-in #header{}

/* .h_wrap:not(.h_fixed){ 
  margin-top: -120px;
}
@media only screen and (min-width: 751px) and (max-width: 1110px) {
  .h_wrap:not(.h_fixed){ 
    margin-top: -81px;
  }
}
@media only screen and (max-width: 750px) {
  .h_wrap:not(.h_fixed){ 
    margin-top: -16vw;
  }
} */
.z-limitedPink {
  /* font-family: "Helvetica Neue", "Noto Serif JP"; */
  font-feature-settings: "palt";
  color:#231815 ;
  color:#fff ;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(1.6rem ,calc(24/1440 *100vw),2.4rem);
  margin-bottom: 0;
  background-color: #e4007f;
}

@media print, screen and (max-width:1280px) {
  /* .z-inner {
    padding: 0 7%;
  } */
} 
@media print, screen and (max-width:750px) {
  .z-limitedPink {
    font-size: 1.4rem;
  }
  
} 


#footer{ background-color: #fff; margin-top: 0; padding-top: 46px;}
@media only screen and (min-width: 751px) and (max-width: 1220px) {
  #footer {
    margin-top: 0;
    padding-top: 4.6vw;
  }
}
@media only screen and (max-width: 750px) {
  #footer {
    margin-top: 0;
    padding-top: 46px;
  }
}

/*  共通
==========================================================*/
.z-mt100 {
  margin-top: 10rem;
}
.z-mt140 {
  margin-top: 14rem;
}

.z-mt160 {
  margin-top: 16rem;
}
.z-uppercase {
  text-transform: uppercase;
}
.z-bgGray {
  background-color: #c9caca;
}
.z-c_gray {
  color: #c9caca;
}
.z-bgMain {
  background-color: #e4007f;
  color: #fff;
}
.z-c_main {
  color: #e4007f;
}
.z-border {
  border-inline: 4px solid #fff;
}
.z-pore {
  position: relative;
}
.z-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .z-mt100 {
    margin-top: 5rem;
  }
  .z-mt140 {
    margin-top: 7rem;
  }
  .z-mt160 {
    margin-top: 8rem;
  }
  .z-border {
    border-inline: 2px solid #fff;
  }
}

 @media only screen and (min-width:751px) {
  .zsp-show{ display: none;}
  .zsp-hide{ display: block;}
}

@media only screen and (max-width: 750px) {
  .zsp-show{display: block;}
  .zsp-hide{ display: none;}
}

@media only screen and (min-width:821px) {
  .ztb-show{ display: none;}
  .ztb-hide{ display: block;}
}

@media only screen and (max-width: 820px) {
  .ztb-show{display: block;}
  .ztb-hide{ display: none;}
}

@media only screen and (min-width:501px) {
  .z500-show{ display: none;}
  .z500-hide{ display: block;}
}

@media only screen and (max-width: 500px) {
  .z500-show{display: block;}
  .z500-hide{ display: none;}
}
@media only screen and (min-width:401px) {
  .z400-show{ display: none;}
  .z400-hide{ display: block;}
}

@media only screen and (max-width: 400px) {
  .z400-show{display: block;}
  .z400-hide{ display: none;}
}
@media only screen and (min-width:451px) {
  .z450-show{ display: none;}
  .z450-hide{ display: block;}
}

@media only screen and (max-width: 450px) {
  .z450-show{display: block;}
  .z450-hide{ display: none;}
}
@media only screen and (min-width:901px) {
  .z900-show{ display: none;}
  .z900-hide{ display: block;}
}

@media only screen and (max-width: 900px) {
  .z900-show{display: block;}
  .z900-hide{ display: none;}
}

@media only screen and (min-width:1281px) {
  .z1280-show{ display: none;}
  .z1280-hide{ display: block;}
}

@media only screen and (max-width: 1280px) {
  .z1280-show{display: block;}
  .z1280-hide{ display: none;}
}



/*  module
==========================================================*/



/* aos */
[data-aos=fade-up] {
transform: translate(0, 20px);
will-change: transform;
}

[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0);
  will-change: transform;
}

[data-aos=fade-right] {
  transform: translate3d(20px, 0, 0);
  will-change: transform;
}

[data-aos="mask-bg"] {
  display: block;
  width: fit-content;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  transition-delay: calc(var(--delay) + 200ms);
  /* background-color: #c9caca; */
}
[data-aos="mask-bg"]::before {
  background-color: #e4007f;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
[data-aos="mask-bg"].aos-animate::before {
  animation: mask-right 1s cubic-bezier(0.8, 0, 0.170, 1);
}


[data-aos="mask-bg"] * {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: calc(var(--delay) + 600ms);
}

[data-aos="mask-bg"].aos-animate * {
  opacity: 1;
}

[data-aos="mask-bg"]::after {
  background-color: #c9caca;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

[data-aos="mask-bg"].aos-animate::after {
  animation: mask-right 1s cubic-bezier(0.8, 0, 0.170, 1);
  animation-delay: var(--delay);
}
.z-bgGray [data-aos="mask-bg"]::after,.z-bgGray[data-aos="mask-bg"]::after {
  background-color: #e4007f;
}
.z-bgGray [data-aos="mask-bg"]::before ,.z-bgGray[data-aos="mask-bg"]::before {
  background-color: #c9caca;
}
@keyframes mask-right {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}

/* 
.anim-maskBg {
  display: block;
  width: fit-content;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  transition-delay: calc(var(--delay, 300ms) + 200ms);
  background-color: #c9caca;
}
.anim-maskBg.z-active  {
  background-color: unset;
}
.anim-maskBg * {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: calc(var(--delay, 300ms) + 600ms);
}
.anim-maskBg.z-active *{
  opacity: 1;
}

.anim-maskBg::after {
  background-color: #e4007f;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
 
.anim-maskBg.z-active::after {
  animation: mask-right 1s cubic-bezier(0.8, 0, 0.170, 1);
  animation-delay: var(--delay, 300ms);
} */


@keyframes mask-right {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}

[data-aos="clip-text"] {
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50% , 0 50%);
  clip-path: polygon(0 50%, 100% 50%, 100% 50% , 0 50%);
}
[data-aos="clip-text"].aos-animate {
  animation: clipText 0.5s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: var(--aos-delay, 300ms) !important;
}

/* .anim-clipText {
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50% , 0 50%);
  clip-path: polygon(0 50%, 100% 50%, 100% 50% , 0 50%);
}
.anim-clipText.z-active {
  animation: clipText 0.5s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: var(--delay, 300ms) !important;
} */

@keyframes clipText {
  0% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50% , 0 50%);
    clip-path: polygon(0 50%, 100% 50%, 100% 50% , 0 50%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }

}

@media screen and (max-width: 750px) {
  [data-aos="clip-text"].aos-animate {
    animation: clipText 0.7s cubic-bezier(0.8, 0, 0.2, 1) forwards;
    animation-delay: var(--aos-delay, 300ms) !important;
  }
  
}

/*  Loading
==========================================================*/
#zloading-screen{position: fixed; top: 0; left: 0; width: 100%; height: 100vh; /*height: 100dvh; */
  z-index: 1000;background-color: #000; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center;}
#zloading-screen dd{ font-size: 0.9em; margin-top: 1em;}
#zloading-screen dl{
    animation:zloadingblink .4s ease-in-out infinite alternate;
}

@keyframes zloadingblink{
  0% {opacity:0;}
  100% {opacity:1;}
}


/*  コンポーネント
==========================================================*/

/* タイトル */
.z-heading2 {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(5.5rem ,calc(115/1440 *100vw),11.5rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
}
/* .z-heading2__en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 5.4rem;
  line-height: calc(60/54);
  letter-spacing: 0.05em;
}
.z-heading2__ja {
  font-size: 1.4rem;
  line-height: calc(36/14);
  letter-spacing: 0.05em;
} */

.z-heading3 {
  letter-spacing: 0;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(4rem ,calc(64/1440 *100vw),6.4rem);
  line-height: 0.9;
}
.z-heading3__ja {
  color: #231815;
  display: block;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.8em;
  letter-spacing: -0.04em;
  font-size: clamp(1.8rem ,calc(28/1440 *100vw),2.8rem);
}



/* ボタン */

.z-btn {
  width: fit-content;
  max-width: 100%;
  margin-top: 3rem;
}
.z-btn__link {
  position: relative;
  width: calc(290em/24);
  max-width: 100%;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(5rem ,calc(70/1440 *100vw),7rem);
  padding: calc(16em/24) 1.2em;
  line-height: 1.2;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;

  text-align: center;
  font-size: clamp(2.2rem ,calc(24/1200 *100vw),2.4rem);
  background-color: #fff;
  color: #e4007f;
  overflow: hidden;
  z-index: 1;
}
.z-btn__link::after {
  content: "";
  display: block;
  width: calc(8em/24);
  aspect-ratio: 8/19;
  height: auto;
  /* background: url(../../../img/special/limited2026/icon-arrow_white.svg) no-repeat center center / contain; */
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .2s;
}


@media print, screen and (max-height: 750px) {
  .z-btn__link {
    height: 6rem;  
  }
}

/* hoverアニメーション */
.z-expand::before {
  background-color: #eb6ea5;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .25s, transform 0s;
  transition-delay: 0s, .2s;
}
.z-expand:hover {
  color: #fff;
  opacity: 1 !important;
}
.z-expand:hover::before {
   opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .3s, transform .3s ease-in-out;
}
/* .z-btn__link:hover::after {
  background: url(../../../img/special/limited2026/icon-arrow_white.svg) no-repeat center center / contain;
}
.z-btn__link--white::after {
    background: url(../../../img/special/limited2026/icon-arrow.svg) no-repeat center center / contain;
} */



/*  KV
==========================================================*/
.z-kv {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/740;
  position: relative;
  overflow: clip;
}
.z-kv__bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/740;
}
.z-kv__img {
  width: calc(466/1440 *100%);
  height: auto;
  aspect-ratio: 466/679;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: calc(295/1440 *100%);
}
.z-kv__img[data-aos="mask-bg"]::after {
  background-color: #e4007f;
}
.z-kv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z-kv__product {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/888;
  position: absolute;
  top: 0;
  right: 0;
  will-change: transform;
}
.z-kv__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z-kv__product .anim-fadeBlur {
  animation-delay: 2s !important;
}


/* テキストスライド */
.z-marquee-wrapper {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: calc(20/1440 *100vw);
}

/* 共通 */
.z-marquee {
  position: absolute;
  overflow: clip;
  white-space: nowrap;
  line-height: 1.5;
  background-color: #e4007f;
}

.z-marquee__inner {
  display: flex;
  gap: 1rem;
}

/* 上 */
.z-marquee--top {
  top: 0;
  left: 0;
  width: calc(100% - 1.5em);

}

.z-marquee--top .z-marquee__inner {
  animation: slideLeft 15s linear infinite;
}

/* 下 */
.z-marquee--bottom {
  bottom: 0;
  right: 0;
  width: calc(100% - 1.5em);
}

.z-marquee--bottom .z-marquee__inner {
  animation: slideRight 15s linear infinite;
}

/* 左 */
.z-marquee--left {
  left: 0;
  bottom: 0;
  height: calc(100% - 1.5em);
  writing-mode: vertical-rl;
  
}

.z-marquee--left .z-marquee__inner {
  animation: slideUp 10s linear infinite;
}

/* 右 */
.z-marquee--right {
  right: 0;
  height: calc(100% - 1.5em);
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.z-marquee--right .z-marquee__inner {
  animation: slideDown 10s linear infinite;
}

@keyframes slideLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes slideRight {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@keyframes slideUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes slideDown {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}
@media print, screen and (max-width:750px) {
  .z-kv {
    aspect-ratio: 750/1140;
  }
  .z-kv__img {
    aspect-ratio: 390/534;
    width: calc(390/750 *100vw);
    left: 7vw;
    top: 72%;
  }
  .z-kv__bg {
    aspect-ratio: 750/1140;
  }
  .z-kv__product {
    aspect-ratio: 750/1140;
    top: 19vw;
  }

  .z-marquee-wrapper {
    font-size: calc(17/375 *100vw);
  }
  .z-marquee--top .z-marquee__inner {
    animation: slideLeft 7s linear infinite;
  }
  .z-marquee--bottom .z-marquee__inner {
    animation: slideRight 7s linear infinite;
  }
  .z-marquee--right .z-marquee__inner {
    animation: slideDown 5s linear infinite;
  }
  .z-marquee--right .z-marquee__inner {
    animation: slideDown 5s linear infinite;
  }
  
  
}


/*  PUSH BEYOND LIMITS
==========================================================*/

.z-about {
  background-color: #231815;
  color: #fff;
  padding-top: 8rem;
}
.z-heading2--about {
  margin-bottom: -0.12em;
}
.z-about__logo {
  display: block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: clamp(10rem ,calc(216/1440 *100vw),21.6rem);
  height: auto;
  aspect-ratio: 216/366; 
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #231815;
}
.z-about__contents {
  border: 4px solid #fff;
  border-bottom: none !important;
  padding: 5.5rem 21% 8rem  clamp(2rem ,calc(70/1440 *100vw),7rem);
}
.z-about__txt { 
  margin-top:1.2em;
  text-align: justify;
}

@media only screen and (max-width: 750px) {
  .z-about {
    padding-top: 5rem;
  }
  .z-heading3--about {
    margin-top: 0.4em;
    font-size: clamp(3.4rem ,calc(35/375 *100vw),4.5rem);
  }
  .z-about__contents {
    border: 2px solid #fff;
    padding: 3rem clamp(2rem, calc(70 / 1440 * 100vw), 7rem) 5rem;
  }
  .z-about__logo { 
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 400px) {
  .z-about__contents {
    padding-inline: 7%;
  }
}

/*  PRODUCT
==========================================================*/
.z-product__contents {
  display: flex;
  gap: 3rem 0;
  padding: 8rem 0;
}
.z-product:before {
  content: "";
  display: block;
  /* width: calc(560/1440 *100%); */
  aspect-ratio: 560/686;
	height: 100%;
  background-color: #e4007f;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  right:0;
}
.z-product__ttl--small {
  font-size: calc(52em/64);
  display: block;
}
.z-product .z-border {
  border-color: #e4007f;
}
.z-product__txtFrame {
flex: 1;
}
.z-product__color {
  font-size: clamp(3rem ,calc(70/1440 *100vw),7rem);
  line-height: 1.2;
  padding-block: 0.1em ;
  margin-top: 0.5em;
}
.z-product__slide {
  width: calc(535/1265 *100%);
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: url(../../../img/special/limited2026/product-bg.jpg) no-repeat center center / contain;
}
.z-productSlide__item {
  width: 100%;
  height: 100%;
}
.z-productSlide__item img {
  width: 100%;
  height: 100%;
}
.z-btn--product,.z-heading3--product,.z-product__color {
  padding-inline:  clamp(2rem ,calc(70/1440 *100vw),7rem);
}
.z-btn--product {
  margin-top: 1em;
}
.z-productSlide__ttl {
  width: calc(430/535 *100%);
  position: absolute;
  left: 10%;
  bottom: 12%;
}

@media screen and (max-width: 750px) { 
  .z-product__contents {
    flex-direction: column-reverse;
    gap: calc(65/375 *100vw);
    padding: 5rem 0 6rem;
  }
  .z-product__slide {
    /* width: 53.5rem; */
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .z-product:before {
    height: calc(380 / 375 * 100vw);
    top: 4rem;
    bottom: unset;
  }
  
  .z-heading3--product {
    font-size: clamp(5rem ,calc(50/375 *100vw),6.4rem);
  }

}

/*  FEATURE
==========================================================*/
.z-feature {
  padding-bottom: 14rem;
}
.z-feature__kv img{
  width: 100%;
  height: auto;
}
.z-featureList {
z-index: 2;
overflow: hidden;
}
.z-inner--feature {
  border-bottom:4px solid #fff;
  padding-bottom: 12rem;
}
.z-featureList__item {
  padding-top:12rem;
  display: flex;
}
.z-featureList__item--reverse {
  flex-direction: row-reverse;
}

.z-featureList__txtFrame {
  width: calc(849/1265 *100%);
}
.z-featureList__imgFrame {
  flex: 1;
  aspect-ratio: 1/1;
}
.z-featureList__imgFrame img{
width: 100%;
height: 100%;
object-fit: cover;
}
.z-featureList__magnetForce {
  position: absolute;
  inset: 0;
}
.z-featureList__imgFrame-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1265/740;
  z-index: -1;
  will-change: transform;
}
.z-featureList__ttl {
  text-transform: uppercase;
  color: #c9caca;
  font-size: clamp(6rem ,calc(132/1440 *100vw),13.2rem);
  line-height: 1.2;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: flex;
  gap: 0.26em;
  align-items: center;
  padding-right: clamp(2rem ,calc(70/1440 *100vw),7rem);
}
.z-featureList__ttl--reverse {
  flex-direction: row-reverse;
  gap: 0.36em;
  padding: 0 0 0  clamp(2rem ,calc(70/1440 *100vw),7rem);
}
.z-featureList__num {
  color: #fff;
  border: 4px solid #fff;
  border-left: none;
  font-size: calc(105em/132);
  line-height: 1.1;
  display: inline-block;
  padding: 0 0.1em 0  clamp(2rem ,calc(70/1440 *100vw),7rem);
}
.z-featureList__num--reverse {
  border-right: none !important;
  border-left: 4px solid #fff;
  padding: 0 clamp(2rem ,calc(70/1440 *100vw),7rem) 0 0.1em;
}
.z-featureList__copy {
  margin-top: 0.8em;
  letter-spacing: 0;
  font-size: clamp(2rem ,calc(36/1440 *100vw),3.6rem);
  line-height: 1.4;
}
.z-featureList__txt {
  margin-top: 1em;
  text-align: justify;
}
.z-featureList__copy, .z-featureList__txt{
  padding-inline:  clamp(2rem ,calc(70/1440 *100vw),7rem);
}
.z-btn--feature {
  position: absolute;
  bottom: 0;
  margin: 0 auto -1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media only screen and (max-width: 991px) {
  .z-featureList__item {
    padding-top: 8rem;
  }
  .z-inner--feature {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .z-feature {
    padding-bottom: 8rem;
  }
  .z-featureList__item {
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 5rem;
  padding-top: min(12vw,8rem);
  }
  .z-featureList__item:first-child {
    padding-top: 26vw;
  }

  .z-featureList__txtFrame {
  width: 100%;
  }
  .z-featureList__imgFrame {
    max-width: 90%;
    margin: 0 auto;
  }
  .z-featureList__imgFrame-01 {
    max-width: 100vw;
    width: 100vw;
  }
  .z-inner--feature {
    border-bottom:2px solid #fff;
  }
  .z-featureList__num  {
    border: 2px solid #fff;
    border-left: none;
  }
  .z-featureList__num--reverse {
    border-left: 2px solid #fff;
  
  }


}


/*  LTD2026 BLUE
==========================================================*/

.z-ltdBlue {
  background-color: #0a2e8a;
}
.z-ltdBlue__ttl {
  letter-spacing: -0.04em;
  margin-bottom: 0.25em;
}


.z-ltdBlue .z-inner {
  max-width: 100%;
}
.z-ltdBlue__flex {
display: flex;
}
.z-ltdBlue__logo {
  display: block;
  flex: 1;
  height: auto;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.z-ltdBlue__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}
.z-ltdBlue__contents {
  width: clamp(20rem ,calc(970/1440 *100%),970rem);
  /* width: 97rem; */
  padding: 6.4rem clamp(2rem ,calc(70/1440 *100vw),7rem);
  text-align: center;
}
.z-ltdBlue__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem calc(50/803 *100%);
  width: 100%;
}
.z-ltdBlue__item {
  width: 100%;
  aspect-ratio: 1/1;
}
.z-ltdBlue__item img{
width: 100%;
height: 100%;
object-fit: cover;
}
.z-ltdBlue__coming {
  margin: 0.25em auto 0;
  letter-spacing: -0.02em;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,60%, 100% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
}

@media screen and (max-width: 750px) {
  .z-ltdBlue__contents {
    width: 75%;
    max-width: 100%;
  }
  .z-ltdBlue__items {
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 90%;
    margin: 0 auto;
}
  .z-ltdBlue__logo img {
    height: auto;
    position: sticky;
    top: 37%;
  
  }
  .z-ltdBlue__ttl {
    font-size: clamp(3.6rem ,calc(70/750 *100vw),7rem);
    margin-bottom: 3rem;
  }
  .z-ltdBlue__coming {
    font-size: clamp(3.4rem ,calc(70/750 *100vw),7rem);
    margin-top: 4rem;
  }
}

.anim-fadeBlur  {
  opacity: 0;
  will-change: transform, filter, opacity;
}
.z-active.anim-fadeBlur {
  filter: blur(20px);
  transform: scale(1.05);
  animation: fadeBlur 1.5s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}


/* .z-dots__wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 8px;
}

.z-dots__wrap li {
  width: 7px;
  height: 7px;
  background-color: #BEBEBE;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.9;
}

.z-dots__wrap li:hover,
.z-dots__wrap li.slick-active {
  background: #009286;
}
.z-dots__wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
} 


@media print, screen and (max-width:1279px) and (min-width:991px){
  .z-productsList{
  width:clamp(20rem ,calc(300/1366 *100vw), 35.5rem );
  margin: 0 auto calc(40/1366 *100vw);
}
.z-dots__wrap {
margin-top: 1rem;
}
}
*/
