@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue";
  src: url("./fonts/HelveticaNeueLight.woff2") format("woff2"), url("./fonts/HelveticaNeueLight.woff") format("woff"), url("./fonts/HelveticaNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./fonts/HelveticaNeueRoman.woff2") format("woff2"), url("./fonts/HelveticaNeueRoman.woff") format("woff"), url("./fonts/HelveticaNeueRoman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./fonts/HelveticaNeueMedium.woff2") format("woff2"), url("./fonts/HelveticaNeueMedium.woff") format("woff"), url("./fonts/HelveticaNeueMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./fonts/HelveticaNeueBold.woff2") format("woff2"), url("./fonts/HelveticaNeueBold.woff") format("woff"), url("./fonts/HelveticaNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@-webkit-keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------
animation
--------------------------------------------------------------*/
@-webkit-keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes anime-fade-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@keyframes anime-fade-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@-webkit-keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
*[data-a=pop-up] {
  -webkit-transform: scale(0);
          transform: scale(0);
}

*[data-a=pop-up-out] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-a=fade-in-out] {
  opacity: 0;
}

*[data-a=fade-in] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-in2] {
  opacity: 0;
}

*[data-a=fade-out] {
  opacity: 1;
}

*[data-a=fade-up] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-up-b] {
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-down] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
*[data-a=up] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-left] {
  opacity: 0;
}

*[data-a=fade-right] {
  opacity: 0;
}

*[data-a=move-left] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

*[data-a=move-right] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

*[data-a=tra-fade-in] {
  opacity: 0 !important;
}
*[data-a=tra-fade-in].anime-active {
  opacity: 1 !important;
}

*[data-a=zoom-up] {
  opacity: 0;
}

@-webkit-keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
*[data-a=zoom-in] {
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
}

@-webkit-keyframes anime-zoom-in {
  0% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-in {
  0% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-in-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
@keyframes anime-zoom-in-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
.anime-fade-in2 {
  -webkit-animation-name: anime-fade-in;
          animation-name: anime-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-out {
  -webkit-animation-name: anime-fade-out;
          animation-name: anime-fade-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-in-out {
  -webkit-animation-name: anime-fade-in-out;
          animation-name: anime-fade-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-pop-up {
  -webkit-animation-name: anime-pop-up;
          animation-name: anime-pop-up;
  -webkit-animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
          animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
}

.anime-pop-up-out {
  -webkit-animation-name: anime-pop-up-out;
          animation-name: anime-pop-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left {
  -webkit-animation-name: anime-fade-left;
          animation-name: anime-fade-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left-out {
  -webkit-animation-name: anime-fade-left-out;
          animation-name: anime-fade-left-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right {
  -webkit-animation-name: anime-fade-right;
          animation-name: anime-fade-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right-out {
  -webkit-animation-name: anime-fade-right-out;
          animation-name: anime-fade-right-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-left {
  -webkit-animation-name: anime-move-left;
          animation-name: anime-move-left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-right {
  -webkit-animation-name: anime-move-right;
          animation-name: anime-move-right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

*[data-a=slide-mask] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  text-indent: 102%;
  overflow: hidden;
  white-space: nowrap;
}
*[data-a=slide-mask]::before {
  content: "";
  width: 0%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -5%;
  background: #000;
}
*[data-a=slide-mask].anime-active::before {
  -webkit-animation: anime-sm-mask 1s infinite;
          animation: anime-sm-mask 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
          animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: 2;
}

*[data-a=slide-mask-b] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  text-indent: 102%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 0 10px;
  margin: 0 0 -10px;
}
*[data-a=slide-mask-b]::before {
  content: "";
  width: 0%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -5%;
  background: rgb(0, 255, 157);
  background: -webkit-linear-gradient(-45deg, rgb(0, 255, 157) 0%, rgb(117, 180, 253) 100%);
  background: -webkit-linear-gradient(315deg, rgb(0, 255, 157) 0%, rgb(117, 180, 253) 100%);
  background: linear-gradient(135deg, rgb(0, 255, 157) 0%, rgb(117, 180, 253) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ff9d", endColorstr="#75b4fd",GradientType=1 );
}

#product-name span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
          transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 769px) {
  #product-name span {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}
#product-name.anime-active span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}
@media (min-width: 769px) {
  #product-name.anime-active span {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@media (min-width: 769px) {
  .copy__title2 {
    display: none;
  }
}
.copy__title2 span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
          transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.copy__title2.anime-active span {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}

.copy__title div {
  display: inline-block;
}
@media (max-width: 768px) {
  .copy__title div {
    display: none;
  }
}
.copy__title span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
          transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.copy__title.anime-active span {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}

*[data-a=fade-txt-kv] span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
          transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 769px) {
  *[data-a=fade-txt-kv] span {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}
*[data-a=fade-txt-kv].anime-active span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}
@media (min-width: 769px) {
  *[data-a=fade-txt-kv].anime-active span {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

*[data-a=fade-txt] span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
          transform: translate3d(0, 10px, -50px) scale(1, 0.2) rotateX(0deg);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
*[data-a=fade-txt].anime-active span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}

*[data-a=fade-txt-sp] span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, -50px) scale(1, 0.2) rotateX(0deg);
          transform: translate3d(0, 20px, -50px) scale(1, 0.2) rotateX(0deg);
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
*[data-a=fade-txt-sp].anime-active span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}

*[data-a=fade-txt2] span {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: inline-block;
  opacity: 0;
}
*[data-a=fade-txt2].anime-active span {
  opacity: 1;
}

.anime-slide-mask-b::before {
  -webkit-animation: anime-sm-mask 1s infinite;
          animation: anime-sm-mask 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
          animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: 2;
}

.anime-slide-mask-b {
  -webkit-animation: anime-sm-txt 1s infinite;
          animation: anime-sm-txt 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
          animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.anime-slide-mask::before {
  /*
  animation: anime-sm-mask 1s infinite;
  animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 2;
  */
}

@-webkit-keyframes anime-slide-mask {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}

@keyframes anime-slide-mask {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}
@-webkit-keyframes anime-sm-txt {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}
@keyframes anime-sm-txt {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}
@-webkit-keyframes anime-sm-mask {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  50% {
    width: 102%;
    left: 0;
    right: auto;
  }
  51% {
    width: 102%;
    left: auto;
    right: -2%;
  }
  100% {
    width: 0%;
    left: auto;
    right: -2%;
  }
}
@keyframes anime-sm-mask {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  50% {
    width: 102%;
    left: 0;
    right: auto;
  }
  51% {
    width: 102%;
    left: auto;
    right: -2%;
  }
  100% {
    width: 0%;
    left: auto;
    right: -2%;
  }
}
*[data-a=mask] {
  -webkit-mask-image: url("../img/specer.png");
          mask-image: url("../img/specer.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% 0%;
          mask-size: 100% 0%;
}

.anime-mask {
  -webkit-animation-name: anime-mask;
          animation-name: anime-mask;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-mask {
  0% {
    -webkit-mask-image: url("../img/specer.png");
            mask-image: url("../img/specer.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@keyframes anime-mask {
  0% {
    -webkit-mask-image: url("../img/specer.png");
            mask-image: url("../img/specer.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.anm-fade-up {
  -webkit-animation-name: anime-fade-up;
          animation-name: anime-fade-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anm-fade-up-out {
  -webkit-animation-name: anime-fade-up-out;
          animation-name: anime-fade-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-blur {
  -webkit-animation-name: anime-fade-blur;
          animation-name: anime-fade-blur;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

*[data-a=bg--gray].anime-active {
  background: #858585 !important;
}

*[data-a=fade-blur] {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@-webkit-keyframes anime-fade-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes anime-fade-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
*[data-a=fade-blur] {
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.anime-shake {
  -webkit-animation-name: anime-shake;
          animation-name: anime-shake;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

@-webkit-keyframes anime-shake {
  0% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  40% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  60% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  70% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  90% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes anime-shake {
  0% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  40% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  60% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  70% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  90% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.anime-shake-x {
  -webkit-animation-name: anime-shake-x;
          animation-name: anime-shake-x;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

@-webkit-keyframes anime-shake-x {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes anime-shake-x {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.anime-shake-end {
  -webkit-animation-name: anime-shake;
          animation-name: anime-shake;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

@-webkit-keyframes anime-shake-end {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes anime-shake-end {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.anime-hop {
  -webkit-animation-name: anime-hop;
          animation-name: anime-hop;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

@-webkit-keyframes anime-hop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  9% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  13% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  17% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime-hop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  9% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  13% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  17% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.anime-sec--hide {
  display: none;
}

*[data-a=sec--view] {
  display: none;
}

.anime-sec--view {
  display: block;
}

*[data-a=txt--view] {
  display: inline;
  opacity: 0;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}

.anime-txt--view {
  -webkit-animation-name: anime-txt--view;
          animation-name: anime-txt--view;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-txt--view {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}

@keyframes anime-txt--view {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
.anime-btn-active .off {
  pointer-events: none;
  display: none;
}
.anime-btn-active button, .anime-btn-active a {
  pointer-events: all !important;
  position: relative;
  z-index: 10;
}

.anime-sec-mask {
  pointer-events: all !important;
}

*[data-a-btn=sec-mask] {
  pointer-events: none;
}

.anime-fade-h-title span {
  -webkit-animation-name: anime-fade-in;
          animation-name: anime-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anime-fade-h-title::before {
  -webkit-animation-name: anime-h-title-before;
          animation-name: anime-h-title-before;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

*[data-a=fade-h-title] span {
  opacity: 0;
}

@-webkit-keyframes anime-fade-h-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-fade-h-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-h-title-before {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}
@keyframes anime-h-title-before {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}
*[data-a=fade-test] {
  opacity: 0;
}
*[data-a=fade-test].anime-active {
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.anime-reverse {
  animation-direction: reverse;
}

*[data-a=stroke-line] {
  opacity: 0;
}
*[data-a=stroke-line] path {
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
}
*[data-a=stroke-line].anime-active {
  opacity: 1;
}
*[data-a=stroke-line].anime-active path {
  -webkit-animation: just 1.2s infinite;
          animation: just 1.2s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes just {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes just {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
*[data-a=tra-fade-up] {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
}
*[data-a=tra-fade-up].anime-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

*[data-a=tra-fade-in] {
  opacity: 0 !important;
}
*[data-a=tra-fade-in].anime-active {
  opacity: 1 !important;
}

*[data-a=tra-fade-in-b] {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0 !important;
}
*[data-a=tra-fade-in-b].anime-active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1 !important;
}

*[data-a=tra-fade-up] {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
}
*[data-a=tra-fade-up].anime-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

*[data-a=tra-fade-up-b] {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0;
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
}
@media (max-width: 768px) {
  *[data-a=tra-fade-up-b] {
    -webkit-clip-path: inset(8%);
            clip-path: inset(8%);
  }
}
*[data-a=tra-fade-up-b].anime-active {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

/*
*[data-a="tra-fade-up-b"]{
	opacity: 0!important;
	filter: blur(30px);
	transform: translateY(30px) scale(0.95)!important;
	&.anime-active{
		filter: blur(0px);
		opacity: 1!important;
		transform: translateY(0px) scale(1)!important;
	}
}
	*/
*[data-a=mask-move-up] > * {
  display: block;
  overflow: hidden;
}
*[data-a=mask-move-up] > *:nth-child(1) > * {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
*[data-a=mask-move-up] > *:nth-child(2) > * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
*[data-a=mask-move-up] > *:nth-child(3) > * {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
*[data-a=mask-move-up] > *:nth-child(4) > * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
*[data-a=mask-move-up] > *:nth-child(5) > * {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
*[data-a=mask-move-up] > *:nth-child(6) > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
*[data-a=mask-move-up] > *:nth-child(7) > * {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
*[data-a=mask-move-up] > *:nth-child(8) > * {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
*[data-a=mask-move-up] > *:nth-child(9) > * {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
*[data-a=mask-move-up] > *:nth-child(10) > * {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
*[data-a=mask-move-up] > * > * {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
*[data-a=mask-move-up].anime-active > * > * {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

*[data-a=mask-right] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-right].anime-active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

*[data-a=mask-up] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(100% 0% 0 0%);
          clip-path: inset(100% 0% 0 0%);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-up].anime-active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

*[data-a=mask-left] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0% 0 100%);
          clip-path: inset(0 0% 0 100%);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-left].anime-active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

@-webkit-keyframes anime-mask-right {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@keyframes anime-mask-right {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
*[data-a=fade-zoomout] {
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
*[data-a=fade-zoomout].anime-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-a=mask-down] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0% 100% 0%);
          clip-path: inset(0 0% 100% 0%);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-down].anime-active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

@-webkit-keyframes anime-mask-down {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@keyframes anime-mask-down {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
*[data-a=slide-zoom] {
  opacity: 0;
  -webkit-clip-path: inset(60px);
          clip-path: inset(60px);
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (max-width: 768px) {
  *[data-a=slide-zoom] {
    -webkit-clip-path: inset(20px);
            clip-path: inset(20px);
  }
}
*[data-a=slide-zoom].anime-active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

*[data-a=slide-bottom] {
  -webkit-clip-path: inset(0% 0% 100% 0);
          clip-path: inset(0% 0% 100% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-bottom].anime-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

*[data-a=slide-top] {
  -webkit-clip-path: inset(100% 0% 0% 0);
          clip-path: inset(100% 0% 0% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-top].anime-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

*[data-a=slide-right] {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-right].anime-active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

*[data-a=slide-left] {
  opacity: 0;
  -webkit-clip-path: inset(0 0% 0 100%);
          clip-path: inset(0 0% 0 100%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-left] > * {
  display: block;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
*[data-a=slide-left].anime-active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
*[data-a=slide-left].anime-active > * {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-a=square] {
  opacity: 0;
  right: 0px !important;
  bottom: 260px !important;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=square].anime-active {
  opacity: 1;
  right: -80px !important;
  bottom: 60px !important;
}

*[data-a=move-down] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.anime-move-down {
  -webkit-animation-name: anime-move-down;
          animation-name: anime-move-down;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-down-out {
  -webkit-animation-name: anime-move-down-out;
          animation-name: anime-move-down-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-move-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes anime-move-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime-move-down-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes anime-move-down-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.anime-hikari {
  -webkit-animation-name: anime-hikari;
          animation-name: anime-hikari;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-hikari {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  70% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes anime-hikari {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  70% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
html, body, main, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

picture {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  overflow-y: auto;
  overflow-x: hidden;
  color: #333;
  padding: 0;
  margin: 0;
}
body:lang(en) {
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
    letter-spacing: 0em;
  }
}
p {
  line-height: 2.2;
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-top: 0;
}

small {
  font-size: 0.89em;
}

main {
  display: block;
  position: relative;
}

img {
  /*
  vertical-align: top;
  pointer-events: none;
  user-select: none;
  */
}

a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 769px) {
  a {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pic {
  width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

ul, menu {
  list-style: none;
}

input[type=text],
input[type=email],
input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

.ff--en {
  font-family: "Inter", sans-serif;
  font-weight: 200 !important;
}

hr {
  border: none;
}

.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

body.home.in-glasses-stage .site-wrap::after {
  background: #E8E8E8;
}
@media (max-width: 768px) {
  body.home.in-glasses-stage .site-wrap::after {
    background: #dfdedb;
  }
}
body.home .site-wrap::after {
  content: "";
  width: 100%;
  height: calc(100% - 100vh);
  background: #fff;
  position: absolute;
  left: 0;
  top: 100vh;
  z-index: 2;
}
body.home.loaded .kv {
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
body.home .site-main {
  background: #fff;
}
body.home.active .main-conts {
  visibility: visible;
}
body.home .main-conts {
  visibility: hidden;
}
body.home .kv {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
@media (max-width: 768px) {
  body.home .kv {
    height: calc(var(--vh, 1vh) * 100);
  }
}
body.home .kv__video {
  width: 100%;
  height: 100%;
}
body.home .kv video {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
  -o-object-position: center;
     object-position: center;
}
body.home .copy {
  height: 100vh;
  position: relative;
  z-index: 10;
  pointer-events: none;
  color: #000;
  opacity: 1;
}
@media (max-width: 768px) {
  body.home .copy {
    height: calc(var(--vh, 1vh) * 100);
  }
}
body.home .copy.active {
  color: #fff;
}
body.home .copy.active span {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
body.home .copy > div {
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  font-size: 4.125rem;
  line-height: 1;
}
@media (max-width: 1180px) {
  body.home .copy > div {
    left: 40px;
  }
}
@media (max-width: 768px) {
  body.home .copy > div {
    font-size: 2.5rem;
  }
}
body.home .copy > div strong {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 500;
}
body.home .copy > div strong else {
  font-weight: 400;
}
@media (max-width: 920px) {
  body.home .copy > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 768px) {
  body.home .copy > div {
    font-size: 12vw;
    left: 10vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  body.home .copy > div strong {
    line-height: 1.2;
  }
}
body.home.active .copy {
  opacity: 1;
}
body.home.active .site-wrap::after {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
body.home .lineup canvas {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
body.home .lineup #pager,
body.home .lineup #current-name-wrap,
body.home .lineup .splide3d-ui {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
body.home .main-conts {
  position: relative;
  z-index: 20;
}
body.home .sect--products {
  position: relative;
}
body.home .sect--products__title {
  position: absolute;
  left: 80px;
  top: 30px;
  z-index: 10;
  mix-blend-mode: difference;
}
@media (max-width: 1180px) {
  body.home .sect--products__title {
    left: 40px;
  }
}
@media (max-width: 768px) {
  body.home .sect--products__title {
    left: 10px;
    top: 10px;
  }
}
body.home .sect--products__title h3 {
  color: #fff;
}
body.home .sect--products__title h3 div {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 4.3125rem;
}
body.home .sect--products__title h3 div else {
  font-weight: 400;
}
@media (max-width: 768px) {
  body.home .sect--products__title h3 div {
    font-size: 2.125rem;
  }
}
body.home .sect--products__title > div {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.5625rem;
  color: #fff;
}
body.home .sect--products__title > div else {
  font-weight: 400;
}
@media (max-width: 768px) {
  body.home .sect--products__title > div {
    font-size: 0.75rem;
  }
}
body.home .sect--products-full a {
  opacity: 0.9;
}
body.home .sect--products-full a img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media (min-width: 769px) {
  body.home .sect--products-full a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body.home .sect--products-full a:not(.nothover):hover {
    opacity: 1;
  }
  body.home .sect--products-full a:not(.nothover):hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.home .sect--products-full .sect--products__title {
  top: 50px;
  color: #fff;
  mix-blend-mode: normal;
}
body.home .sect--products-full .cont--products__txt {
  mix-blend-mode: normal;
  color: #fff;
  bottom: 60px;
  width: calc(100% - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  body.home .sect--products-full .cont--products__txt {
    bottom: 20px;
    width: calc(100% - 30px);
  }
}
body.home .sect--products .cont--products__03,
body.home .sect--products .cont--products__02,
body.home .sect--products .cont--products__01 {
  pointer-events: none;
}
body.home .sect--products .cont--products__03 .splide__track,
body.home .sect--products .cont--products__02 .splide__track,
body.home .sect--products .cont--products__01 .splide__track {
  pointer-events: all;
}
body.home .sect--products .cont--products__03 .splide__list,
body.home .sect--products .cont--products__02 .splide__list,
body.home .sect--products .cont--products__01 .splide__list {
  padding-bottom: 50px !important;
}
body.home .sect--products .cont--products__03 .splide__pagination,
body.home .sect--products .cont--products__02 .splide__pagination,
body.home .sect--products .cont--products__01 .splide__pagination {
  pointer-events: none;
}
body.home .sect--products .cont--products {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  body.home .sect--products .cont--products {
    padding-bottom: 50px;
  }
}
body.home .sect--products .cont--products .splide__pagination-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 20;
}
body.home .sect--products .cont--products .splide__pagination-wrap {
  margin: 0px auto 0;
  width: calc(100% - 100px);
  height: 2px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
body.home .sect--products .cont--products .splide__pagination-wrap .splide__pagination-bar {
  height: 2px;
  background: #000;
  position: absolute;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  position: absolute;
  left: 0;
  top: 0;
}
body.home .sect--products .cont--products .splide__pagination {
  top: -32px;
  position: relative;
  bottom: 0;
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2px;
  padding: 0;
  margin: 0;
  margin: auto;
  background: #efefef;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
body.home .sect--products .cont--products .splide__pagination li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
}
body.home .sect--products .cont--products .splide__pagination li button {
  margin: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 2px;
  background: #fff;
  padding: 0;
  width: 100%;
  border-radius: 0;
}
body.home .sect--products .cont--products .splide__pagination li button.is-active {
  background: #333;
}
body.home .sect--products .cont--products .splide-scrollbar {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
}
body.home .sect--products .cont--products .cont--products__01 .splide__pagination,
body.home .sect--products .cont--products .cont--products__03 .splide__pagination {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
body.home .sect--products .cont--products .cont--products__02 .splide__pagination {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body.home .sect--products .cont--products__img {
  position: relative;
}
body.home .sect--products .cont--products__img figcaption {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  body.home .sect--products .cont--products__img figcaption {
    width: calc(100% - 32px);
  }
}
body.home .sect--products .cont--products__img figcaption * {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.625rem;
  margin: 0;
  line-height: 2;
}
body.home .sect--products .cont--products__img figcaption * else {
  font-weight: 400;
}
@media (max-width: 768px) {
  body.home .sect--products .cont--products__img figcaption * {
    font-size: 0.5rem;
  }
}
body.home .sect--products .cont--products__img figcaption p {
  text-align: right;
}
body.home .sect--products .cont--products img {
  width: 518px;
  height: auto;
}
@media (max-width: 1280px) {
  body.home .sect--products .cont--products img {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  body.home .sect--products .cont--products img {
    width: 60vw;
  }
}
body.home .cont--products .splide__track {
  will-change: transform;
}
body.home .cont--products .splide__slide {
  will-change: transform, opacity;
}
body.home .cont--products .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0.8;
}
@media (max-width: 768px) {
  body.home .cont--products .splide__slide a {
    opacity: 1;
  }
}
body.home .cont--products .splide__slide a picture {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.home .cont--products .splide__slide a picture img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media (min-width: 769px) {
  body.home .cont--products .splide__slide a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body.home .cont--products .splide__slide a:not(.nothover):hover {
    opacity: 1;
  }
  body.home .cont--products .splide__slide a:not(.nothover):hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.home .cont--products__txt {
  mix-blend-mode: difference;
  pointer-events: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  body.home .cont--products__txt {
    left: 10px;
    bottom: 11px;
    width: calc(100% - 20px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
body.home .cont--products__txt::after {
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url("data:image/svg+xml,%3csvg%20height='16.315'%20viewBox='0%200%2026.279%2016.315'%20width='26.279'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20stroke='%23fff'%3e%3cpath%20d='m5578.861%20699.681s5.643%204.8%207.627%209.13c2.346-4.44%208.046-9.13%208.046-9.13'%20transform='matrix(0%20-1%201%200%20-683.662%205594.852)'/%3e%3cpath%20d='m5583.391%20689.117v25.149'%20transform='matrix(0%20-1%201%200%20-689.117%205591.728)'/%3e%3c/g%3e%3c/svg%3e") no-repeat;
  width: 25px;
  height: 15px;
  background-size: contain;
}
@media (max-width: 768px) {
  body.home .cont--products__txt::after {
    width: 16px;
    height: 10px;
  }
}
body.home .cont--products__txt .num {
  padding-bottom: 0.2em;
}
@media (max-width: 768px) {
  body.home .cont--products__txt .num {
    font-size: 0.625rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.home .cont--products__txt .num {
    font-size: 0.5625rem;
  }
}
body.home .cont--products__txt .num__model, body.home .cont--products__txt .num__item {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.9375rem;
}
body.home .cont--products__txt .num__model else, body.home .cont--products__txt .num__item else {
  font-weight: 400;
}
@media (max-width: 768px) {
  body.home .cont--products__txt .num__model, body.home .cont--products__txt .num__item {
    font-size: 0.625rem;
  }
}
body.home .cont--products__txt .txt__model, body.home .cont--products__txt .txt__item {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.75rem;
}
body.home .cont--products__txt .txt__model else, body.home .cont--products__txt .txt__item else {
  font-weight: 400;
}
@media (max-width: 768px) {
  body.home .cont--products__txt .txt__model, body.home .cont--products__txt .txt__item {
    font-size: 0.625rem;
  }
}
body.home .cont--products__txt h3 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.5625rem;
}
body.home .cont--products__txt h3 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  body.home .cont--products__txt h3 {
    font-size: 0.875rem;
  }
}
body.home .cont--products__txt h3 span {
  font-size: 1.0625rem;
  margin-left: 0.2em;
}
@media (max-width: 768px) {
  body.home .cont--products__txt h3 span {
    font-size: 0.6875rem;
  }
}
@media (min-width: 769px) {
  body.touch-device .lineup__title {
    padding: 0 40px;
  }
  body.touch-device .seq-ui {
    bottom: 0px;
  }
  body.touch-device .seq-title {
    bottom: 50px;
  }
  body.touch-device .lineup {
    height: auto;
    min-height: 70vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.touch-device .lineup__inner .lineup__bg,
  body.touch-device .lineup__inner .lineup__gra {
    display: none;
  }
  body.touch-device #glasses-stage {
    display: none;
  }
  body.touch-device.in-glasses-stage .site-wrap::after {
    background: #dfdedb;
  }
}
@media (min-width: 769px) {
  body.touch-device .lineup header h2,
  body.touch-device .sect--concept__cont h2,
  body.touch-device .page .sec--features__header,
  body.touch-device .page .sect--lineup h2 {
    font-size: 4.375rem;
  }
  body.touch-device .lineup header > strong {
    font-size: 2.5rem;
  }
}

/* 親が position:relative になるよう JS 側で補正済み */
.video-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
  z-index: 3000;
}

.video-loader.is-show {
  opacity: 1;
  visibility: visible;
}

.video-loader__inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  font: 600 14px/1.1 system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
  color: #222;
}

.video-loader.is-error .video-loader__inner {
  background: #fff3f3;
  color: #b00020;
}

.video-loader__spinner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #dcdcdc;
  border-top-color: #222;
  display: inline-block;
  -webkit-animation: spin 0.9s linear infinite;
          animation: spin 0.9s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pager li.is-active {
  background: var(--accent);
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.lineup {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: clip;
}
.lineup.active canvas {
  opacity: 1;
}
.lineup.active #pager,
.lineup.active #current-name-wrap,
.lineup.active .splide3d-ui {
  opacity: 1;
}
.lineup canvas {
  opacity: 0;
}
.lineup #pager,
.lineup #current-name-wrap,
.lineup .splide3d-ui {
  opacity: 0;
}
@media (max-width: 768px) {
  .lineup {
    height: auto;
  }
}
.lineup__title {
  padding: 0px 60px 0px;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media (max-width: 1180px) {
  .lineup__title {
    padding: 150px 40px 210px;
  }
}
@media (max-width: 768px) {
  .lineup__title {
    top: 0px;
    padding: 65px 7px 70px;
  }
}
.lineup header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 80px;
  top: 10%;
  z-index: 10;
}
@media (max-width: 1180px) {
  .lineup header {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .lineup header {
    left: 20px;
  }
}
.lineup header h2 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 6rem;
  margin-bottom: 0.1em;
}
.lineup header h2 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .lineup header h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .lineup header h2 {
    font-size: 12vw;
  }
}
.lineup header > strong {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 2.3125rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lineup header > strong else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .lineup header > strong {
    font-size: 6vw;
  }
}
.lineup header > strong > div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lineup header > strong span {
  line-height: 1.5;
  display: block;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 1.125rem;
  margin-left: 10px;
}
.lineup header > strong span else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .lineup header > strong span {
    font-size: 3vw;
  }
}
.lineup__bg {
  position: relative;
}
@media (min-width: 769px) {
  .lineup__bg {
    aspect-ratio: 16/9;
    min-width: 1980px;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  .lineup__bg {
    min-width: 1800px;
  }
}
@media (max-width: 768px) {
  .lineup__bg {
    min-width: 100%;
    height: 190vw;
    height: 0;
  }
}

#glasses-stage {
  width: 100%;
  min-width: 1980px;
  height: 100vh;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1600px) {
  #glasses-stage {
    min-width: 1800px;
  }
}
@media (max-width: 768px) {
  #glasses-stage {
    -ms-touch-action: none;
        touch-action: none;
    height: 120vw;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  #glasses-stage {
    height: 0px !important;
  }
}
#glasses-stage canvas {
  width: 100% !important;
  height: 100% !important;
}

.splide3d-ui {
  max-width: 620px;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 90px;
  pointer-events: none;
  z-index: 200;
}
@media (max-width: 768px) {
  .splide3d-ui {
    bottom: 43vw;
  }
}

.splide3d-ui button {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 60px;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .splide3d-ui button:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .splide3d-ui button:not(.nothover):hover {
    opacity: 1;
  }
}

#prev {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  left: 0px;
}
#prev * {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (max-width: 768px) {
  #prev {
    left: 20px;
  }
}
#prev::before {
  pointer-events: none;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  left: 50%;
  top: 50%;
  background: none;
  width: 30px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%235c5c5c" stroke-width=".6"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #prev::before {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23000" stroke-width=".6"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
  }
}

#next {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  right: 0px;
}
#next * {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (max-width: 768px) {
  #next {
    right: 20px;
  }
}
#next::before {
  pointer-events: none;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: none;
  width: 30px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%235c5c5c" stroke-width=".6"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #next::before {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23000" stroke-width=".6"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
  }
}

.dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  margin: 0;
  pointer-events: auto;
}

#current-name-wrap {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 120px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  text-align: center;
  line-height: 1;
  font-size: 3.25rem;
}
#current-name-wrap else {
  font-weight: 400;
}
@media (max-width: 768px) {
  #current-name-wrap {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #current-name-wrap {
    bottom: 0px;
  }
}
#current-name-wrap span {
  display: block;
  height: 1em;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #current-name-wrap span {
    font-size: 1rem;
  }
}

.dots li.is-active {
  background: #000;
}

.dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  margin: 0;
  pointer-events: auto;
}

#pager {
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  gap: 0px;
}
@media (max-width: 768px) {
  #pager {
    bottom: -40px;
  }
}
#pager li {
  width: 18px;
  height: 30px;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
#pager li::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  border: solid 1px rgba(0, 0, 0, 0);
}
@media (min-width: 769px) {
  #pager li:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #pager li:not(.nothover):hover::after {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
  }
  #pager li:not(.nothover):hover::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
#pager li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
#pager li.is-active::before {
  background: rgb(0, 0, 0);
}
#pager li.is-active::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  border: solid 1px rgba(0, 0, 0, 0.4);
}

body.touch-device .seq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.touch-device .seq-wrap::after {
  content: "";
  width: 100%;
  height: 15vh;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
body.touch-device .seq-wrap::before {
  content: "";
  width: 100%;
  height: 15vh;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.seq-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: none;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.seq-wrap.active {
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
@media (max-width: 768px) {
  .seq-wrap {
    height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#seq-viewer {
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

#seq-overlay {
  position: absolute;
  inset: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

#seq-overlay:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.seq-ui {
  max-width: 620px;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 90px;
  pointer-events: none;
  z-index: 200;
}
@media (max-width: 768px) {
  .seq-ui {
    bottom: 0vw;
  }
}

.seq-ui button {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 60px;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .seq-ui button:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .seq-ui button:not(.nothover):hover {
    opacity: 1;
  }
}

#seq-prev {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  left: 0px;
}
#seq-prev * {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (max-width: 768px) {
  #seq-prev {
    left: 20px;
  }
}
#seq-prev::before {
  pointer-events: none;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  left: 50%;
  top: 50%;
  background: none;
  width: 30px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%235c5c5c" stroke-width=".6"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #seq-prev::before {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23000" stroke-width=".6"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
  }
}

#seq-next {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  right: 0px;
}
#seq-next * {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (max-width: 768px) {
  #seq-next {
    right: 20px;
  }
}
#seq-next::before {
  pointer-events: none;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: none;
  width: 30px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%235c5c5c" stroke-width=".6"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #seq-next::before {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23000" stroke-width=".6"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
  }
}

.seq-title {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  text-align: center;
  line-height: 1;
  font-size: 3.25rem;
}
.seq-title else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .seq-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .seq-title {
    bottom: 40px;
  }
}
.seq-title span {
  display: block;
  height: 1em;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .seq-title span {
    font-size: 1rem;
  }
}

.seq-title span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.seq-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.seq-dots li {
  width: 18px;
  height: 30px;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
.seq-dots li::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  border: solid 1px rgba(0, 0, 0, 0);
}
@media (min-width: 769px) {
  .seq-dots li:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .seq-dots li:not(.nothover):hover::after {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
  }
  .seq-dots li:not(.nothover):hover::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.seq-dots li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.seq-dots li.active::before {
  background: rgb(0, 0, 0);
}
.seq-dots li.active::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  border: solid 1px rgba(0, 0, 0, 0.4);
}

.equalizer-wrap {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  mix-blend-mode: difference;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 24px;
  top: 70px;
  z-index: 1000;
  /* それぞれのバーに異なるアニメーションの遅延を与え、ランダム感を演出 */
  /* アニメーション定義 */
}
.equalizer-wrap.active {
      width: fit-content;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 768px) {
  .equalizer-wrap {
    top: 70px;
    right: 20px;
  }
}
.equalizer-wrap .sound-stats {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.875rem;
}
.equalizer-wrap .sound-stats else {
  font-weight: 400;
}
.equalizer-wrap .equalizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 真ん中を基準にする */
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 60px;
  height: 30px;
  margin: 0 auto;
}
.equalizer-wrap .equalizer.active .bar {
  background-color: #fff;
  -webkit-animation: equalize 1s infinite;
          animation: equalize 1s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  /* 真ん中を中心に上下に動くように */
}
.equalizer-wrap .equalizer.active .bar:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.equalizer-wrap .equalizer.active .bar:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.equalizer-wrap .equalizer.active .bar:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.equalizer-wrap .equalizer.active .bar:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.equalizer-wrap .equalizer.active .bar:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.equalizer-wrap .bar {
  width: 3px;
  background-color: #fff;
  height: 2px;
}
@-webkit-keyframes equalize {
  0% {
    height: 50%;
    /* 基準となる高さ */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    height: 100%;
    /* 最大の高さ */
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50% {
    height: 30%;
    /* 小さくする */
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  75% {
    height: 80%;
    /* 中くらいの高さ */
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    height: 50%;
    /* 元に戻る */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes equalize {
  0% {
    height: 50%;
    /* 基準となる高さ */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    height: 100%;
    /* 最大の高さ */
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50% {
    height: 30%;
    /* 小さくする */
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  75% {
    height: 80%;
    /* 中くらいの高さ */
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    height: 50%;
    /* 元に戻る */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 初回60枚プリロード中に出す薄いローディング */
#seq-loader {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 9999;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

body.seq-loading #seq-loader {
  display: grid;
}

#seq-loader .stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#seq-loader .spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #333;
  -webkit-animation: spin 0.9s linear infinite;
          animation: spin 0.9s linear infinite;
}

#seq-loader .meter {
  width: min(320px, 60vw);
  height: 2px;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
}

#seq-loader .meter i {
  display: block;
  height: 100%;
  width: 0%;
  background: #111;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

#seq-loader .pct {
  font: 600 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto;
  color: #222;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
svg.hotspot-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 18;
}

.hotspot-line {
  stroke: #111;
  stroke-width: 1.6;
  stroke-linecap: round;
}

/* tip をフェード＋スケールで表示（線アニメ後に data-show=1 を付与） */
.hotspot-tip {
  opacity: 0;
  -webkit-transform: translate(-50%, calc(-100% - 14px)) scale(0.98);
          transform: translate(-50%, calc(-100% - 14px)) scale(0.98);
  -webkit-transition: opacity 0.22s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.22s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.22s ease, transform 0.28s ease;
  transition: opacity 0.22s ease, transform 0.28s ease, -webkit-transform 0.28s ease;
  z-index: 20;
}

.hotspot-tip[data-show="1"] {
  opacity: 1;
  -webkit-transform: translate(-50%, calc(-100% - 14px)) scale(1);
          transform: translate(-50%, calc(-100% - 14px)) scale(1);
}

.t-title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .t-title {
    font-size: 16px;
  }
}

.t-body {
  font-size: 14px;
}
@media (max-width: 768px) {
  .t-body {
    font-size: 12px;
  }
}

.t-title,
.t-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.t-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 3px !important;
  top: 5px !important;
  background: none !important;
  cursor: pointer !important;
}
.t-x span {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  display: block;
}

.hotspot-tip {
  padding: 40px !important;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.75) !important;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border: none !important;
}
@media (max-width: 768px) {
  .hotspot-tip {
    padding: 20px !important;
  }
}

.segX {
  height: 1px !important;
  background: #666 !important;
}

.hotspot-tip.show {
  pointer-events: all !important;
}

.segY {
  width: 1px !important;
  background: #666 !important;
}

@media (min-width: 769px) {
  body.touch-device.page .sec--main__header {
    height: calc(var(--vh, 1vh) * 100);
  }
  body.touch-device.page .page-header {
    height: calc(var(--vh, 1vh) * 100);
  }
  body.touch-device.page .page-header::after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    background: transparent;
    right: 0;
    top: 0;
    z-index: 100;
  }
  body.touch-device.page .page-header::before {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 100;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  body.touch-device.page h1 {
    font-size: 4.375rem;
  }
}
body.touch-device .sect--lineup h2,
body.touch-device .sec--features__header h2,
body.touch-device .sect--gallery__header h2 {
  font-size: 3.125rem;
}

.page {
  background: #E7E7E7;
}
.page h1 {
  display: none;
}
.page.active {
  display: block;
}
.page::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #E7E7E7;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}
.page .page-header {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .page .page-header {
    margin-top: calc(var(--vh, 1vh) * -25);
    top: 100px;
    height: calc(var(--vh, 1vh) * 80);
  }
}
.page .page-header canvas {
  /*レティナ対応*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}
@media (min-width: 769px) {
  .page .page-header canvas {
    width: auto !important;
    height: 100vh !important;
  }
}
@media (max-width: 768px) {
  .page .page-header canvas {
    width: 100% !important;
    height: auto !important;
  }
}
.page .site-wrap {
  overflow: clip;
}
@media (max-width: 768px) {
  .page .site-wrap {
    overflow: clip;
  }
}
.page .site-main {
  background: #E7E7E7;
}
.page .page-mask {
  /*
  opacity: 1;
  &.fade-out{
      opacity: 1!important;
  }
      */
}
.page .collection-note {
  pointer-events: none;
}
.page .collection-note * {
  opacity: 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.page .icon360 {
  pointer-events: none;
  position: absolute;
  left: 35px;
  bottom: 105px;
  z-index: 100;
  width: 33px;
  height: 43px;
}
@media (max-width: 768px) {
  .page .icon360 {
    display: none;
    bottom: 95px;
    left: 25px;
    width: 33px;
    height: 43px;
  }
}
.page .site-main {
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .page .site-main {
    min-height: 200vh;
  }
}
.page .site-main .sec--main__header #product-name {
  white-space: nowrap;
}
@media (min-width: 769px) {
  .page .site-main .sec--main__header h1,
  .page .site-main .sec--main__header .numbers {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}
.page .site-main picture {
  display: block;
}
@media (min-width: 769px) {
  .page.open .collection-note * {
    opacity: 1;
  }
}
.page.open .sec--products__contents {
  opacity: 1;
}
.page.open .page-mask {
  /*
  opacity: 0;
  &.fade-out{
      opacity: 1!important;
  }
  */
}
.page.open .kv__video {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 769px) {
  .page.open .kv__video {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.page.open .kv__video video {
  width: 100%;
  height: auto;
}
.page.open .site-main .sec--main__header h1 {
  opacity: 1;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 769px) {
  .page.open .site-main .sec--main__header h1 {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.page.open .site-main .sec--main__header .numbers {
  opacity: 1;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 769px) {
  .page.open .site-main .sec--main__header .numbers {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.page #main.active {
  display: block;
}
.page .site-footer.active {
  display: block;
}
.page .scroller {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 769px) {
  .page .scroller {
    display: none;
  }
}
@media (max-width: 768px) {
  .page .scroller {
    display: none;
  }
}
.page .sec--main {
  position: relative;
}
.page .sec--main__header {
  width: 100%;
  z-index: 103;
  text-align: right;
  left: 0;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  z-index: 0;
}
@media (min-width: 769px) {
  .page .sec--main__header {
    mix-blend-mode: difference;
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  .page .sec--main__header {
    height: 100vh;
  }
  .page .sec--main__header > div {
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page .sec--main__header {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding: 0;
    margin-bottom: 0;
    padding-right: 0px;
    position: relative;
  }
}
.page .sec--main__header > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  padding: 0 30px;
  z-index: 12;
}
.page .sec--main__header > div.has-brandname {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .page .sec--main__header > div {
    gap: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .sec--main__header .brandname {
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2.8125rem;
}
@media (max-width: 768px) {
  .page .sec--main__header .brandname {
    color: #000;
  }
}
.page .sec--main__header .brandname else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .sec--main__header .brandname {
    font-size: 1.875rem;
  }
}
@media (max-width: 375px) {
  .page .sec--main__header .brandname {
    font-size: 1.5rem;
  }
}
.page .sec--main__header .h1-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .page .sec--main__header .h1-wrap {
    gap: 10px;
  }
}
.page .sec--main__header h1 {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 7rem;
}
@media (max-width: 768px) {
  .page .sec--main__header h1 {
    color: #000;
  }
}
@media (max-width: 768px) {
  .page .sec--main__header h1 {
    gap: 15px;
  }
}
.page .sec--main__header h1 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .sec--main__header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 375px) {
  .page .sec--main__header h1 {
    font-size: 2.5rem;
  }
}
.page .sec--main__header h1 .numbers span {
  color: #fff;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .page .sec--main__header h1 .numbers span {
    color: #000;
  }
}
@media (max-width: 768px) {
  .page .sec--main__header h1 .numbers span {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .page .sec--main__header h1 .numbers span {
    font-size: 1rem;
  }
}
.page .sec--main__header .numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  display: flex;
  gap: 10px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.6875rem;
}
.page .sec--main__header .numbers .series-title {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.625rem;
  line-height: 1;
}
.page .sec--main__header .numbers .series-title else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .sec--main__header .numbers {
    color: #000;
  }
}
.page .sec--main__header .numbers else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .sec--main__header .numbers {
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .page .sec--main__header .numbers {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page .sec--main__header .numbers .model,
.page .sec--main__header .numbers .items {
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
  font-size: 0.6875rem;
}
@media (max-width: 768px) {
  .page .sec--main__header .numbers .model,
  .page .sec--main__header .numbers .items {
    font-size: 0.6875rem;
  }
}
.page .sec--main__header .numbers .model__num,
.page .sec--main__header .numbers .items__num {
  margin-right: 3px;
  font-size: 0.6875rem;
}
@media (max-width: 768px) {
  .page .sec--main__header .numbers .model__num,
  .page .sec--main__header .numbers .items__num {
    font-size: 0.6875rem;
  }
}
.page .sec--products {
  padding: 110px 0px 0px 0px;
  position: relative;
}
@media (min-width: 769px) {
  .page .sec--products {
    margin-bottom: -120px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}
.page .sec--products.read02 {
  border-bottom: none;
  margin-bottom: 100px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .page .sec--products.read02 {
    padding-top: 120px;
    margin-bottom: 0px;
  }
}
.page .sec--products.read02 .sec--products__read strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .page .sec--products.read02 .sec--products__read strong {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.page .sec--products.read02 .sec--products__read strong small {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .page .sec--products.read02 .sec--products__read strong small {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .page .sec--products.read02 .sec--products__read strong small {
    display: block;
  }
}
@media (max-width: 768px) {
  .page .sec--products {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    padding: 10px 20px 0px;
  }
}
.page .sec--products__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1420px;
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 0 40px;
  opacity: 0;
}
@media (max-width: 768px) {
  .page .sec--products__contents {
    padding: 0;
  }
}
.page .sec--products__read {
  position: relative;
  z-index: 3;
}
.page .sec--products__read h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .page .sec--products__read h3 {
    font-size: 1.0625rem;
  }
}
.page .sec--products__read p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.7;
}
@media (max-width: 768px) {
  .page .sec--products__read p {
    font-size: 0.75rem;
  }
}
.page .sec--list {
  position: relative;
  z-index: 2;
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .page .sec--list {
    padding: 0px 0 0;
  }
}
.page .sec--features {
  padding: 190px 0 150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page .sec--features {
    padding: 0px 0 60px 0px;
  }
}
.page .sec--features__header {
  max-width: 1420px;
  margin: auto;
  padding: 0 40px 112px 40px;
}
@media (max-width: 768px) {
  .page .sec--features__header {
    padding: 0 20px 40px;
  }
}
.page .sec--features__header h2 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 6rem;
  margin-bottom: 6px;
}
.page .sec--features__header h2 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .sec--features__header h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  .page .sec--features__header h2 {
    font-size: 14vw;
  }
}
.page .sec--features__header > span {
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}
.page .sec--features__list {
  max-width: 1420px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .page .sec--features__list {
    padding: 0px;
  }
}
.page .sec--features__list.img-list {
  max-width: 1420px;
  padding: 0 40px;
}
@media (min-width: 769px) {
  .page .sec--features__list.img-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .page .sec--features__list.img-list {
    padding: 0 16px;
    gap: 20px;
    max-width: 560px;
  }
}
.page .sec--features__list.img-list li > div {
  width: 100%;
  aspect-ratio: 2800/1867;
}
.page .sec--features__list.img-list li > div img {
  vertical-align: middle;
  background: #f9f9f9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page .sec--features__list {
    gap: 60px;
  }
}
.page .sec--features__list:not(.img-list) li figure img {
  background: #f9f9f9;
}
.page .sec--features__list:not(.img-list) li:nth-child(even) figcaption {
  padding: 0 110px 0 50px;
}
@media (max-width: 1280px) {
  .page .sec--features__list:not(.img-list) li:nth-child(even) figcaption {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 768px) {
  .page .sec--features__list:not(.img-list) li:nth-child(even) figcaption {
    padding: 0 25px;
  }
}
.page .sec--features__list:not(.img-list) li:nth-child(odd) figcaption {
  padding: 0 50px 0 110px;
}
@media (max-width: 1280px) {
  .page .sec--features__list:not(.img-list) li:nth-child(odd) figcaption {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 768px) {
  .page .sec--features__list:not(.img-list) li:nth-child(odd) figcaption {
    padding: 0 25px;
  }
}
.page .sec--features__list:not(.img-list) li figcaption h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .page .sec--features__list:not(.img-list) li figcaption h3 {
    font-size: 1.0625rem;
  }
}
.page .sec--features__list:not(.img-list) li figcaption p {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
}
@media (max-width: 768px) {
  .page .sec--features__list:not(.img-list) li figcaption p {
    font-size: 0.8125rem;
  }
}
.page .sec--features__list:not(.img-list) li:nth-child(odd) figure {
  display: grid;
  grid-template-columns: 480fr 480fr;
  grid-template-rows: 1fr;
  gap: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .page .sec--features__list:not(.img-list) li:nth-child(odd) figure {
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .page .sec--features__list:not(.img-list) li:nth-child(odd) figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.page .sec--features__list:not(.img-list) li:nth-child(odd) figure img {
  width: 100%;
  height: auto;
}
.page .sec--features__list:not(.img-list) li:nth-child(even) {
  margin: 0 0 0 auto;
}
.page .sec--features__list:not(.img-list) li:nth-child(even) figure {
  display: grid;
  grid-template-columns: 480fr 480fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .page .sec--features__list:not(.img-list) li:nth-child(even) figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.page .sec--features__list:not(.img-list) li:nth-child(even) figure .img {
  grid-row: 1;
  grid-column: 2;
}
.page .sec--features__list:not(.img-list) li:nth-child(even) figure figcaption {
  grid-row: 1;
  grid-column: 1;
}
.page .sec--features__list:not(.img-list) li:nth-child(even) figure img {
  width: 100%;
  height: auto;
}
.page .sec--gallery {
  position: relative;
  width: 100%;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .page .sec--gallery {
    padding-bottom: 100px;
    height: 400vw;
  }
}
@media (max-width: 768px) {
  .page .sec--gallery > div {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 40vw;
  }
}
.page .sec--gallery__header {
  max-width: 1420px;
  width: 100%;
  margin: auto;
  padding: 90px 40px 80px 40px;
}
@media (max-width: 768px) {
  .page .sec--gallery__header {
    padding: 0 20px 40px;
  }
}
.page .sec--gallery__header h2 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 6rem;
  margin-bottom: 0px;
}
.page .sec--gallery__header h2 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .sec--gallery__header h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  .page .sec--gallery__header h2 {
    font-size: 14vw;
  }
}
.page .sec--gallery .cont--gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page .sec--gallery .cont--gallery.gallery--static {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page .sec--gallery .cont--gallery picture {
  display: block;
}
.page .sec--gallery .cont--gallery img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100vh;
  height: calc(100vh - 200px);
  width: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .page .sec--gallery .cont--gallery img {
    width: 100vw;
    height: auto;
  }
}
.page .color-ball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.page .color-ball > button {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .page .color-ball > button {
    width: 28px;
    height: 28px;
  }
}
.page .color-ball > button::before {
  content: "";
  width: 42px;
  height: 42px;
  border: 3px rgb(255, 255, 255) solid;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 20;
}
@media (min-width: 769px) {
  .page .color-ball > button::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  .page .color-ball > button::before {
    border: 3px rgb(255, 255, 255) solid;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 769px) {
  .page .color-ball > button:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .page .color-ball > button:not(.nothover):hover::before {
    width: 34px;
    height: 34px;
    opacity: 1;
  }
}
.page .color-ball > button.current::before {
  width: 32px;
  height: 32px;
  opacity: 1;
}
.page .color-ball > button.current i {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.page .color-ball > button i {
  background: #ccc;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgb(0, 0, 0);
          box-shadow: 0px 0px 1px 0px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .page .color-ball > button i {
    width: 28px;
    height: 28px;
  }
}
.page .color-ball > button i span {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 32px;
  height: 16px;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 768px) {
  .page .color-ball > button i span {
    width: 28px;
    height: 14px;
    border-radius: 14px 14px 0 0;
  }
}
.page .ul-products {
  margin: auto;
  list-style: none;
}
.page .ul-products .product {
  padding-top: 200px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  /*
  &:nth-child(odd){
      .product__photos{
          clip-path:inset(0 0 0 2px  );
      }
  }
  &:nth-child(even){
      .product__photos{
              clip-path:inset(0 2px 0 0 );
      }
  }
      */
}
.page .ul-products .product:first-child {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .page .ul-products .product:first-child {
    padding-top: 0px;
  }
}
.page .ul-products .product:first-child::before {
  display: none;
}
@media (max-width: 768px) {
  .page .ul-products .product {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .page .ul-products .product {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
  .page .ul-products .product:last-child {
    padding-bottom: 80px;
  }
}
.page .ul-products .product:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page .ul-products .product__wrap {
    width: 100%;
    padding: 100px 0 0;
    display: block;
  }
}
.page .ul-products .product .product__details {
  max-width: 1420px;
  padding: 0 40px;
  margin: auto;
  gap: 30px;
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0px;
    padding: 0 0px;
  }
}
.page .ul-products .product .product__details > div:nth-child(1) {
  position: relative;
}
.page .ul-products .product .product__details-grid > div {
  display: grid;
  grid-template-columns: 652fr 545fr;
  grid-template-rows: 1fr;
  gap: 100px;
}
@media (max-width: 1280px) {
  .page .ul-products .product .product__details-grid > div {
    grid-template-columns: 700fr 545fr;
    gap: 3vw;
  }
}
@media (max-width: 960px) {
  .page .ul-products .product .product__details-grid > div {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.page .ul-products .product .product__details-grid > div .product__data {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 40px;
}
@media (max-width: 1280px) {
  .page .ul-products .product .product__details-grid > div .product__data {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .page .ul-products .product .product__details-grid > div .product__data {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .product__data {
    margin-top: 40px;
    gap: 20px;
    padding: 0 20px;
  }
}
.page .ul-products .product .product__details-grid > div .product__data small {
  font-weight: 300;
  font-size: 0.625rem;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}
.page .ul-products .product .product__details-grid > div .product__size {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .product__size {
    padding: 8px 0;
  }
}
.page .ul-products .product .product__details-grid > div .product__size > div {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .product__size > div {
    padding: 8px 0;
  }
}
.page .ul-products .product .product__details-grid > div .product__size > div dt {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .product__size > div dt {
    margin-bottom: 10px;
  }
}
.page .ul-products .product .product__details-grid > div .product__size > div:first-child {
  border-left: none;
}
.page .ul-products .product .product__details-grid > div .product__size > div::before {
  display: none;
}
.page .ul-products .product .product__details-grid > div .product__material {
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .product__material dl {
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.page .ul-products .product .product__details-grid > div .product__material dd ul {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 5px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1280px) {
  .page .ul-products .product .product__details-grid > div .product__material dd ul {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: none;
    grid-auto-flow: column;
  }
}
.page .ul-products .product .product__details-grid > div .product__material dd ul li {
  font-size: 0.75rem;
  line-height: 1.6;
}
.page .ul-products .product .product__details-grid > div .splide__track {
  height: 100%;
}
.page .ul-products .product .product__details-grid > div .splide__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .ul-products .product .product__details-grid > div .splide__slide .item-wrap {
  max-width: 500px;
  width: calc(100% - 120px);
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .page .ul-products .product .product__details-grid > div .splide__slide .item-wrap {
    margin: 2vw auto 6vw;
  }
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .splide__slide .item-wrap {
    margin: 2vw auto 0vw;
  }
}
.page .ul-products .product .product__details-grid > div .splide__slide .item-wrap img {
  width: 100%;
}
.page .ul-products .product .product__details-grid > div .splide__arrows {
  width: 100%;
  height: 80px;
  -webkit-transform: translate(0, -200px);
          transform: translate(0, -200px);
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .splide__arrows {
    -webkit-transform: translate(0, -40vw);
            transform: translate(0, -40vw);
  }
}
.page .ul-products .product .product__details-grid > div .navigation-wrap {
  width: 100%;
  bottom: 55px;
}
@media (max-width: 1280px) {
  .page .ul-products .product .product__details-grid > div .navigation-wrap {
    bottom: 5vw;
  }
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .navigation-wrap {
    width: 95%;
  }
}
.page .ul-products .product .product__details-grid > div .splide__arrows > *::before {
  pointer-events: none;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: none;
  width: 30px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23555" stroke-width=".6"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .page .ul-products .product .product__details-grid > div .splide__arrows > *::before {
    width: 20px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .page .ul-products .product .product__details-grid > div .splide__arrows > *::before {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23000" stroke-width=".6"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 24px;
  }
}
.page .ul-products .product .product__details-grid > div .splide__arrows > *.splide__arrow--prev {
  left: 0;
  position: relative;
}
.page .ul-products .product .product__details-grid > div .splide__arrows > *.splide__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.page .ul-products .product .product__details-grid > div .splide__arrows > *.splide__arrow--next {
  right: 0;
  position: relative;
}
@media (max-width: 1280px) {
  .page .ul-products .product .product__details-grid > div .color-data {
    top: calc(100% - 50px);
    bottom: auto;
  }
}
.page .ul-products .product .product__details-grid > div .color-ball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.page .ul-products .product .product__details-grid > div .color-name {
  height: 55px;
}
.page .ul-products .product h3 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 3.875rem;
  max-width: 1420px;
  padding: 0 40px;
  margin: auto auto -80px;
}
.page .ul-products .product h3 else {
  font-weight: 400;
}
.page .ul-products .product h3 div {
  display: block;
}
@media (max-width: 768px) {
  .page .ul-products .product h3 {
    font-size: 2.125rem;
    font-size: 9vw;
    padding: 0 20px;
    margin: 0 0px 0px;
  }
}
.page .ul-products .product__details {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width: 768px) {
  .page .ul-products .product__details {
    grid-row: 3;
    grid-column: 1;
    padding: 0 25px;
  }
}
.page .ul-products .product__details .splide__slide {
  mix-blend-mode: plus-lighter;
}
.page .ul-products .product__details .splide__slide.is-active .item-wrap {
  opacity: 1;
}
.page .ul-products .product__details .splide__slide.is-active .color-name {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.page .ul-products .product__details .item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  width: 100%;
  max-width: 800px;
  margin: auto;
  aspect-ratio: 2560/1500;
  overflow: hidden;
  margin-bottom: 20px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .item-wrap {
    aspect-ratio: 2560/1500;
    position: relative;
    margin: auto;
  }
}
.page .ul-products .product__details .item-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .item-wrap img {
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
.page .ul-products .product__details .color-name {
  margin-top: 0px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  padding: 0 10px;
}
.page .ul-products .product__details .color-name > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.75rem;
}
.page .ul-products .product__details .color-name > div else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .color-name {
    padding: 0 0px;
    margin-top: 12vw;
  }
  .page .ul-products .product__details .color-name > div:nth-child(1) {
    font-size: 0.75rem;
  }
}
.page .ul-products .product__details .color-name > span {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.75rem;
}
.page .ul-products .product__details .color-name > span else {
  font-weight: 400;
}
.page .ul-products .product__details .color-data {
  padding-bottom: 0px;
  bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 100;
}
.page .ul-products .product__details .color-data .color-ball {
  pointer-events: all;
}
.page .ul-products .product__details .color-data > *:first-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}
.page .ul-products .product__details .color-data > *:first-child span {
  margin-right: 2px;
  font-size: 0.875rem;
}
.page .ul-products .product__details .product__data {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__data {
    margin-top: 30px;
    padding: 0 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.page .ul-products .product__details .product__size {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__size {
    padding: 15px 0;
    gap: 4vw;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}
.page .ul-products .product__details .product__size--B {
  margin-top: 0px;
  border-top: none !important;
}
.page .ul-products .product__details .product__size > div {
  width: 33.3%;
  position: relative;
  border-left: solid 1px #ccc;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__size > div {
    border-left: none;
  }
  .page .ul-products .product__details .product__size > div::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ccc;
  }
  .page .ul-products .product__details .product__size > div:last-child::after {
    display: none;
  }
}
.page .ul-products .product__details .product__size > div::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__size > div::before {
    right: -2vw;
  }
}
.page .ul-products .product__details .product__size > div:last-child::before {
  display: none;
}
.page .ul-products .product__details .product__size > div > span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7em;
  display: block;
  position: absolute;
  top: -20px;
}
.page .ul-products .product__details .product__size > div dl {
  position: relative;
  margin: auto;
  padding: 2px 15px;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__size > div dl {
    padding: 0;
  }
}
.page .ul-products .product__details .product__size > div dl dt {
  font-size: 0.75rem;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__size > div dl dt {
    font-size: 0.625rem;
  }
}
.page .ul-products .product__details .product__size > div dl dt else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__size > div dl dt {
    margin-bottom: 5px;
  }
}
.page .ul-products .product__details .product__size > div dl dd {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  color: #000;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__size > div dl dd {
    font-size: 0.875rem;
  }
}
.page .ul-products .product__details .product__size > div dl dd else {
  font-weight: 400;
}
.page .ul-products .product__details .product__size > div dl dd span {
  letter-spacing: 0.04em;
}
.page .ul-products .product__details .product__material {
  border-left: solid 1px #ccc;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  padding: 2px 15px;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__material {
    padding: 0;
    border-left: none;
  }
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__material dl {
    padding-top: 15px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
  }
}
.page .ul-products .product__details .product__material dl dt {
  font-size: 0.75rem;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__material dl dt {
    font-size: 0.625rem;
  }
}
.page .ul-products .product__details .product__material dl dt else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__material dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.page .ul-products .product__details .product__material dl dd ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 5px 30px;
}
@media (max-width: 1280px) {
  .page .ul-products .product__details .product__material dl dd ul {
    grid-template-columns: auto auto;
  }
}
.page .ul-products .product__details .product__material dl dd ul li {
  text-align: justify;
  word-break: break-all;
  font-weight: 300;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__material dl dd ul li {
    font-size: 0.75rem;
  }
}
.page .ul-products .product__details .product__material dl dd ul:lang(en) li {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__material dl dd ul:lang(en) li {
    font-size: 0.75rem;
  }
}
.page .ul-products .product__details .product__material dl dd ul:lang(en) li else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .product__material dl dd ul {
    gap: 5px 20px;
  }
  .page .ul-products .product__details .product__material dl dd ul:lang(en) {
    grid-template-columns: 1fr;
  }
}
.page .ul-products .product__details .navigation-wrap {
  width: 70%;
  height: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .page .ul-products .product__details .navigation-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .page .ul-products .product__details .navigation-wrap {
    width: 100%;
    bottom: 7vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.page .ul-products .product__details .splide__arrows {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .page .ul-products .product__details .splide__arrows {
    width: 110%;
    height: 80px;
    -webkit-transform: translate(-5%, -220px);
            transform: translate(-5%, -220px);
  }
}
@media (max-width: 880px) {
  .page .ul-products .product__details .splide__arrows {
    width: 110%;
    height: 80px;
    -webkit-transform: translate(-5%, 0vw);
            transform: translate(-5%, 0vw);
  }
}
@media (max-width: 768px) {
  .page .ul-products .product__details .splide__arrows {
    height: 40px;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: calc(100% - 20px);
    margin: auto;
    z-index: 100;
  }
}
.page .ul-products .product__details .splide__arrows > * {
  pointer-events: all;
  background: rgba(255, 255, 255, 0);
  width: 50px;
  position: relative;
  border-radius: 0;
  top: 0%;
  height: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 0.5;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .splide__arrows > * {
    width: 36px;
  }
}
@media (min-width: 769px) {
  .page .ul-products .product__details .splide__arrows > *:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .page .ul-products .product__details .splide__arrows > *:not(.nothover):hover {
    opacity: 1;
  }
}
.page .ul-products .product__details .splide__arrows > *::before {
  pointer-events: none;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: none;
  width: 40px;
  height: 80px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23555" stroke-width=".6"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page .ul-products .product__details .splide__arrows > *::before {
    width: 20px;
    height: 40px;
  }
}
.page .ul-products .product__details .splide__arrows > *.splide__arrow--prev {
  left: 0;
  position: relative;
}
.page .ul-products .product__details .splide__arrows > *.splide__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.page .ul-products .product__details .splide__arrows > *.splide__arrow--next {
  right: 0;
  position: relative;
}
.page .ul-products .product__photos {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page .ul-products .product__photos {
    margin-top: 40px;
    right: 0px;
    width: 100%;
    height: auto;
    position: relative;
  }
}
.page .ul-products .product__photos .splide__arrows {
  background: none !important;
  pointer-events: none;
  width: 100%;
  height: 45px;
  mix-blend-mode: difference;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: calc(100% - 50px);
  z-index: 1000;
}
@media (max-width: 768px) {
  .page .ul-products .product__photos .splide__arrows {
    width: 100%;
  }
}
.page .ul-products .product__photos .splide__arrows > * {
  pointer-events: all;
  background: rgba(255, 255, 255, 0);
  width: 50px;
  position: relative;
  border-radius: 0;
  top: 0%;
  height: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media (max-width: 768px) {
  .page .ul-products .product__photos .splide__arrows > * {
    width: 36px;
  }
}
.page .ul-products .product__photos .splide__arrows > * svg {
  display: none;
}
.page .ul-products .product__photos .splide__arrows > *::before {
  pointer-events: none;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: none;
  width: 30px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 12.4 23.3" xmlns="http://www.w3.org/2000/svg"><path d="m.4.4 11.3 11.3-11.3 11.3" fill="none" stroke="%23fff" stroke-width=".6"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page .ul-products .product__photos .splide__arrows > *::before {
    width: 15px;
    height: 30px;
  }
}
.page .ul-products .product__photos .splide__arrows > *.splide__arrow--prev {
  left: 0;
  position: relative;
}
.page .ul-products .product__photos .splide__arrows > *.splide__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.page .ul-products .product__photos .splide__arrows > *.splide__arrow--next {
  right: 0;
  position: relative;
}
.page .ul-products .product__photos .splide__slide {
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (min-width: 769px) {
  .page .ul-products .product__photos .splide__slide.slide-product {
    width: 100%;
    min-width: 560px;
    max-width: 720px;
  }
}
.page .ul-products .product__photos .splide__slide.slide-product figure {
  background: -webkit-linear-gradient(25deg, #f0edee 0%, #f5f3f2);
  background: linear-gradient(65deg, #f0edee 0%, #f5f3f2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.page .ul-products .product__photos .splide__slide.slide-product.slide-Top img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
@media (max-width: 768px) {
  .page .ul-products .product__photos .splide__slide {
    width: 80%;
    min-width: 300px;
  }
  .page .ul-products .product__photos .splide__slide * {
    width: 100%;
    height: auto;
  }
}
.page .ul-products .product__photos .splide__slide:not(.is-active) {
  opacity: 1;
}
.page .ul-products .product__photos img {
  width: 100%;
  height: auto;
}
.page .ul-products .product__photos .splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 0;
  display: none;
}
@media (max-width: 768px) {
  .page .ul-products .product__photos .splide__pagination {
    left: 0px;
  }
}
.page .ul-products .product__photos .splide__pagination li {
  height: 2px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .page .ul-products .product__photos .splide__pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .ul-products .product__photos .splide__pagination .splide__pagination__page {
  width: 44px;
  height: 44px;
  opacity: 0.4;
  background: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.page .ul-products .product__photos .splide__pagination .splide__pagination__page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .page .ul-products .product__photos .splide__pagination .splide__pagination__page:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .page .ul-products .product__photos .splide__pagination .splide__pagination__page:not(.nothover):hover {
    opacity: 1;
  }
}
.page .ul-products .product__photos .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.page .sec--bottom {
  padding: 120px 0 0;
}
.page .sect--lineup {
  padding: 0 40px;
  padding-bottom: 100px;
  max-width: 1420px;
  margin: auto;
}
@media (max-width: 768px) {
  .page .sect--lineup {
    padding: 0 20px 100px;
  }
}
.page .sect--lineup h2 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 6rem;
  margin-bottom: 6px;
}
.page .sect--lineup h2 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .page .sect--lineup h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  .page .sect--lineup h2 {
    font-size: 14vw;
  }
}

@media (min-width: 769px) {
  body.touch-device .sec--main__header > div {
    top: calc(var(--vh, 1vh) * 100 - 90px);
  }
}

.imageWrapper {
  position: relative;
  background: #d9d9d9;
}
.imageWrapper picture .fade-image {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
}
.imageWrapper picture .fade-image.current {
  opacity: 1;
}
.imageWrapper picture:nth-child(n+2) .fade-image {
  position: absolute;
  top: 0;
  left: 0;
}

.read-02 {
  margin-top: 200px;
  max-width: 1180px;
  padding: 0 40px;
  margin: auto;
}

.model__title,
.items__title {
  text-transform: capitalize;
}

.play-btn[aria-pressed=true] {
  background: rgba(0, 0, 0, 0.92);
  pointer-events: none;
  /* ← これでクリックできなくなる */
  opacity: 0.6;
  /* 見た目で無効化っぽくする（任意） */
  cursor: not-allowed;
  /* マウスカーソルも禁止マークに */
}

@media (max-width: 768px) {
  .zoom-wrap {
    bottom: 20px !important;
  }
  .play-btn {
    width: 40px !important;
    height: 40px !important;
    bottom: 15px !important;
    left: 20px !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .play-btn {
    bottom: 100px !important;
    left: 25px !important;
  }
}
@media (max-width: 768px) {
  .play-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}
body.load .site-header {
  -webkit-transition: all 0.8s cubic-bezier(0.52, 0.23, 0.38, 0.92);
  transition: all 0.8s cubic-bezier(0.52, 0.23, 0.38, 0.92);
}
body.load .global-nav, body.load .global-nav2 {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
body.load .nav-toggle-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.load .nav-toggle-wrap .nav-toggle {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.load .nav-toggle-wrap .nav-toggle span:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header {
  position: fixed;
  width: 100%;
  height: 63px;
  padding: 0 27px;
  left: 0;
  top: 25px;
  z-index: 6000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media (max-width: 768px) {
  .site-header {
    top: 0px;
    padding: 14px 20px 0 9px;
    height: 45px;
  }
}
.site-header.hide {
  -webkit-transform: translateY(calc(-160% - 100px));
          transform: translateY(calc(-160% - 100px));
}
.site-header__title {
  pointer-events: all;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.75rem;
}
.site-header__title a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (min-width: 769px) {
  .site-header__title a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-header__title a:not(.nothover):hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .site-header__title a {
    gap: 11px;
  }
}
.site-header__title a .brand-logo {
  width: 112px;
  height: auto;
}
@media (max-width: 768px) {
  .site-header__title a .brand-logo {
    position: relative;
    top: 10px;
    left: 10px;
    width: 80px;
  }
}
.site-header__title .collection-title-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-transition: 0s all ease;
  transition: 0s all ease;
}
.site-header__title else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .site-header__title {
    font-size: 0.5rem;
  }
}
.site-header__title .brand-copy {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.7);
}
.site-header__title .brand-copy else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .site-header__title .brand-copy {
    font-size: 0.5rem;
  }
}
@media (max-width: 768px) {
  .site-header__title .brand-copy {
    display: none;
  }
}
.site-header__nav {
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  gap: 28px;
}
@media (max-width: 768px) {
  .site-header__nav {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .site-header__nav .nav-look, .site-header__nav .nav-gallery {
    display: none;
  }
}
.site-header__nav .nav-lng-en, .site-header__nav .nav-look, .site-header__nav .nav-gallery, .site-header__nav .nav-lng-ja {
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  .site-header__nav .nav-lng-en:not(.nothover), .site-header__nav .nav-look:not(.nothover), .site-header__nav .nav-gallery:not(.nothover), .site-header__nav .nav-lng-ja:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-header__nav .nav-lng-en:not(.nothover):hover, .site-header__nav .nav-look:not(.nothover):hover, .site-header__nav .nav-gallery:not(.nothover):hover, .site-header__nav .nav-lng-ja:not(.nothover):hover {
    opacity: 0.6;
  }
}
.site-header__nav .nav-lng-en else, .site-header__nav .nav-look else, .site-header__nav .nav-gallery else, .site-header__nav .nav-lng-ja else {
  font-weight: 400;
}

body.touch-device .global-nav__inner {
  height: calc(var(--vh, 1vh) * 100);
}

.global-nav {
  -webkit-transition: 0s ease all;
  transition: 0s ease all;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  pointer-events: none;
  right: 0;
  top: 0;
  position: fixed;
  width: 50%;
  height: 100vh;
  z-index: 3000;
  background: -webkit-linear-gradient(25deg, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(65deg, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  padding: 0 30px 0 100px;
  overflow-y: auto;
}
.global-nav.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 768px) {
  .global-nav.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (min-width: 769px) {
  .global-nav {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
@media (max-width: 768px) {
  .global-nav {
    background: -webkit-linear-gradient(25deg, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(65deg, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.2) 100%);
    padding: 3vh 30px 0;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-height: 550px) {
  .global-nav {
    padding: 0 30px 0 30px;
    display: block;
    overflow-y: auto;
    height: 100%;
  }
}
.global-nav__inner {
  height: calc(var(--vh2, 1vh) * 100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .global-nav__inner {
    gap: 0vh;
  }
}
@media (max-height: 550px) {
  .global-nav__inner {
    gap: 0vh;
    display: block;
    height: 100%;
  }
}
.global-nav a {
  display: block;
  padding: 10px 0;
  position: relative;
}
.global-nav a.current {
  opacity: 1;
}
.global-nav a.current span::before {
  width: 100%;
}
@media (min-width: 769px) {
  .global-nav a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav a:not(.nothover):hover {
    opacity: 1;
  }
}
.global-nav a span {
  position: relative;
}
.global-nav a span::before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 0%;
  height: 1px;
  background: #fff;
}
.global-nav.active li {
  -webkit-animation-name: nav-li;
          animation-name: nav-li;
}
@-webkit-keyframes nav-li {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes nav-li {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.global-nav__site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .global-nav__site {
    height: calc(var(--vh, 1vh) * 45);
    gap: 2.5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-height: 550px) {
  .global-nav__site {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-top: 100px;
  }
}
.global-nav__site li:first-child {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__site li:nth-child(2) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__site li:nth-child(3) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__site li:nth-child(4) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__site li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2rem;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.global-nav__site li a else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .global-nav__site li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .global-nav__site li a {
    gap: 17px;
  }
}
@media (max-height: 550px) {
  .global-nav__site li a {
    font-size: 1.25rem;
    gap: 5px;
  }
}
.global-nav__site li a[target=_blank]::after {
  content: "";
  background: url("data:image/svg+xml,%3csvg%20height='12.203'%20viewBox='0%200%2012.203%2012.203'%20width='12.203'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m54.694%2010h-1v-9h-9v-1h10z'%20transform='translate(-42.491)'/%3e%3cpath%20d='m.354%2011.7-.708-.7%2011.354-11.354.7.708z'%20transform='translate(.354%20.5)'/%3e%3c/svg%3e") no-repeat;
  width: 23px;
  height: 23px;
  background-size: cover;
}
@media (max-width: 768px) {
  .global-nav__site li a[target=_blank]::after {
    width: 17px;
    height: 17px;
  }
}
@media (max-height: 550px) {
  .global-nav__site li a[target=_blank]::after {
    width: 14px;
    height: 14px;
  }
}
.global-nav__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .global-nav__sns {
    gap: 2vh;
    height: calc(var(--vh, 1vh) * 30);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: calc(var(--vh, 1vh) * 10);
  }
}
@media (max-height: 550px) {
  .global-nav__sns {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    margin-top: 5vh;
  }
}
.global-nav__sns li:first-child {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__sns li:nth-child(2) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__sns li:nth-child(3) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__sns li:nth-child(4) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav__sns li a {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.125rem;
  opacity: 0.7;
}
.global-nav__sns li a else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .global-nav__sns li a {
    font-size: 0.8125rem;
  }
}
@media (max-height: 550px) {
  .global-nav__sns li a {
    display: block;
    font-size: 0.875rem;
  }
}
.global-nav__copyrights {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0;
  margin: 0;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .global-nav__copyrights {
    font-size: 0.5625rem;
  }
}
.global-nav__copyrights else {
  font-weight: 400;
}
.global-nav__copyrights else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .global-nav__copyrights {
    position: relative;
    bottom: 15px;
    right: auto;
    left: 0px;
  }
}
@media (max-height: 550px) {
  .global-nav__copyrights {
    position: relative;
    bottom: 0px;
    right: auto;
    left: 0px;
    margin-top: 5vh;
    font-size: 0.375rem;
    padding-bottom: 40px;
  }
}

.global-nav2 {
  -webkit-transition: 0s ease all;
  transition: 0s ease all;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  pointer-events: none;
  right: 0;
  top: 0;
  position: fixed;
  width: 50%;
  height: 100vh;
  z-index: 4000;
  padding: 0 30px 0 100px;
  overflow-y: auto;
}
.global-nav2.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 768px) {
  .global-nav2.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-width: 768px) {
  .global-nav2 {
    padding: 3vh 30px 0;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-height: 550px) {
  .global-nav2 {
    padding: 0 30px 0 30px;
    display: block;
    overflow-y: auto;
    height: 100%;
  }
}
.global-nav2__inner {
  height: calc(var(--vh2, 1vh) * 100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .global-nav2__inner {
    gap: 0vh;
  }
}
@media (max-height: 550px) {
  .global-nav2__inner {
    gap: 0vh;
    display: block;
    height: 100%;
  }
}
.global-nav2 a {
  display: block;
  padding: 10px 0;
  color: #000 !important;
  position: relative;
}
.global-nav2 a.current {
  opacity: 1;
}
.global-nav2 a.current span::before {
  width: 100%;
}
@media (min-width: 769px) {
  .global-nav2 a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav2 a:not(.nothover):hover {
    opacity: 1;
  }
}
.global-nav2 a span {
  position: relative;
}
.global-nav2 a span::before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 0%;
  height: 1px;
  background: #000;
}
.global-nav2.active li {
  -webkit-animation-name: nav-li;
          animation-name: nav-li;
}
@keyframes nav-li {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.global-nav2__site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .global-nav2__site {
    height: calc(var(--vh, 1vh) * 45);
    gap: 2.5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-height: 550px) {
  .global-nav2__site {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-top: 100px;
  }
}
.global-nav2__site li:first-child {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__site li:nth-child(2) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__site li:nth-child(3) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__site li:nth-child(4) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__site li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2rem;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.global-nav2__site li a else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .global-nav2__site li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .global-nav2__site li a {
    gap: 17px;
  }
}
@media (max-height: 550px) {
  .global-nav2__site li a {
    font-size: 1.25rem;
    gap: 5px;
  }
}
.global-nav2__site li a[target=_blank]::after {
  content: "";
  background: url("data:image/svg+xml,%3csvg%20height='12.203'%20viewBox='0%200%2012.203%2012.203'%20width='12.203'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m54.694%2010h-1v-9h-9v-1h10z'%20transform='translate(-42.491)'/%3e%3cpath%20d='m.354%2011.7-.708-.7%2011.354-11.354.7.708z'%20transform='translate(.354%20.5)'/%3e%3c/svg%3e") no-repeat;
  width: 23px;
  height: 23px;
  background-size: cover;
}
@media (max-width: 768px) {
  .global-nav2__site li a[target=_blank]::after {
    width: 17px;
    height: 17px;
  }
}
@media (max-height: 550px) {
  .global-nav2__site li a[target=_blank]::after {
    width: 14px;
    height: 14px;
  }
}
.global-nav2__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .global-nav2__sns {
    gap: 2vh;
    height: calc(var(--vh, 1vh) * 30);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: calc(var(--vh, 1vh) * 10);
  }
}
@media (max-height: 550px) {
  .global-nav2__sns {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    margin-top: 5vh;
  }
}
.global-nav2__sns li:first-child {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__sns li:nth-child(2) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__sns li:nth-child(3) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__sns li:nth-child(4) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.global-nav2__sns li a {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.125rem;
  opacity: 0.7;
}
.global-nav2__sns li a else {
  font-weight: 400;
}
.global-nav2__sns li a else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .global-nav2__sns li a {
    font-size: 0.8125rem;
  }
}
@media (max-height: 550px) {
  .global-nav2__sns li a {
    display: block;
    font-size: 0.875rem;
  }
}
.global-nav2__copyrights {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0;
  margin: 0;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .global-nav2__copyrights {
    font-size: 0.5625rem;
  }
}
.global-nav2__copyrights else {
  font-weight: 400;
}
.global-nav2__copyrights else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .global-nav2__copyrights {
    position: relative;
    bottom: 15px;
    right: auto;
    left: 0px;
  }
}
@media (max-height: 550px) {
  .global-nav2__copyrights {
    position: relative;
    bottom: 0px;
    right: auto;
    left: 0px;
    margin-top: 5vh;
    font-size: 0.375rem;
    padding-bottom: 40px;
  }
}

.global-nav-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  pointer-events: none;
}
.global-nav-bg.active {
  pointer-events: all;
}

.nav-toggle-wrap {
  position: relative;
  width: 47px;
  height: 50px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.nav-toggle-wrap.open .nav-toggle span {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
}
@media (min-width: 769px) {
  .nav-toggle-wrap:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .nav-toggle-wrap:not(.nothover):hover .nav-toggle {
    width: 80%;
  }
}
.nav-toggle-wrap .nav-toggle {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  height: 10px;
}
.nav-toggle-wrap .nav-toggle span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background: #fff;
  display: block;
}
.nav-toggle-wrap .nav-toggle span:nth-child(1) {
  width: 50%;
  z-index: 2;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation-name: anime-nav-toggle-top2;
          animation-name: anime-nav-toggle-top2;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap .nav-toggle span:nth-child(1).active {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.nav-toggle-wrap .nav-toggle span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  display: none;
}
.nav-toggle-wrap .nav-toggle span:nth-child(3) {
  z-index: 2;
  bottom: 0;
  -webkit-animation-name: anime-nav-toggle-bottom2;
          animation-name: anime-nav-toggle-bottom2;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap .nav-toggle span:nth-child(3).active {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.nav-toggle-wrap.active span:nth-child(1) {
  width: 100%;
  -webkit-animation-name: anime-nav-toggle-top;
          animation-name: anime-nav-toggle-top;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap.active span:nth-child(2) {
  width: 0;
}
.nav-toggle-wrap.active span:nth-child(3) {
  width: 100%;
  -webkit-animation-name: anime-nav-toggle-bottom;
          animation-name: anime-nav-toggle-bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}

@keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
}
@keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-15deg);
            transform: translateY(50%) rotate(-15deg);
  }
}
@keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-15deg);
            transform: translateY(50%) rotate(-15deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-15deg);
            transform: translateY(50%) rotate(-15deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
@keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-15deg);
            transform: translateY(50%) rotate(-15deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
.site-footer {
  background: #1E2527;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 140px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
@media (max-width: 1180px) {
  .site-footer {
    padding: 100px 40px 100px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    display: block;
    height: auto;
    padding: 65px 25px 45px;
  }
}
.site-footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 65px;
}
@media (max-width: 1280px) {
  .site-footer__nav {
    gap: 45px;
  }
}
@media (max-width: 960px) {
  .site-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav {
    gap: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-footer__nav-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}
@media (max-width: 1280px) {
  .site-footer__nav-site {
    gap: 3vw;
  }
}
@media (max-width: 960px) {
  .site-footer__nav-site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-site {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 45px;
  }
}
.site-footer__nav-site img {
  width: 146px;
  height: auto;
}
@media (max-width: 1280px) {
  .site-footer__nav-site img {
    width: 10vw;
  }
}
@media (max-width: 960px) {
  .site-footer__nav-site img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-site img {
    width: 98px;
  }
}
.site-footer__nav-site menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .site-footer__nav-site menu {
    gap: 2.5vw;
  }
}
@media (max-width: 960px) {
  .site-footer__nav-site menu {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-site menu {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-footer__nav-site menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .site-footer__nav-site menu li a {
    height: 40px;
  }
}
.site-footer__nav-site menu li a else {
  font-weight: 400;
}
@media (min-width: 769px) {
  .site-footer__nav-site menu li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer__nav-site menu li a:not(.nothover):hover {
    opacity: 1;
  }
}
.site-footer__nav-site menu li a[target=_blank]::after {
  content: "";
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12.203'%20height='12.203'%20viewBox='0%200%2012.203%2012.203'%3e%3cg%20id='グループ_362'%20data-name='グループ%20362'%20transform='translate(0.315%200.445)'%3e%3cpath%20id='パス_75'%20data-name='パス%2075'%20d='M54.694,10h-1V1h-9V0h10Z'%20transform='translate(-42.806%20-0.445)'%20fill='%23fff'/%3e%3cpath%20id='線_2'%20data-name='線%202'%20d='M.354,11.7-.354,11,11-.354,11.7.354Z'%20transform='translate(0.039%200.055)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e") no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
}
@media (max-width: 768px) {
  .site-footer__nav-sns {
    width: 100%;
  }
}
.site-footer__nav-sns menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .site-footer__nav-sns menu {
    gap: 2.5vw;
  }
}
@media (max-width: 960px) {
  .site-footer__nav-sns menu {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-sns menu {
    width: 100%;
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer__nav-sns menu li a {
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.875rem;
}
.site-footer__nav-sns menu li a else {
  font-weight: 400;
}
@media (min-width: 769px) {
  .site-footer__nav-sns menu li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer__nav-sns menu li a:not(.nothover):hover {
    opacity: 1;
  }
}
.site-footer__copyrights {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  opacity: 0.4;
}
@media (min-width: 769px) {
  .site-footer__copyrights {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .site-footer__copyrights {
    margin-top: 50px;
    position: relative;
  }
}
.site-footer__copyrights else {
  font-weight: 400;
}

.page .site-footer-s {
  background: transparent;
}

.site-footer-s {
  width: 100%;
  position: relative;
  z-index: 20;
  padding: 10px 20px 10px;
}
@media (max-width: 768px) {
  .site-footer-s {
    display: block;
    height: auto;
    padding: 30px 25px 10px;
  }
}
.site-footer-s__copyrights {
  text-align: center;
  color: #000;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 0.625rem;
}
.site-footer-s__copyrights else {
  font-weight: 400;
}

@media (min-width: 769px) {
  .site-bottom menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-bottom {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2000;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-bottom .collection-note {
    padding: 0 10px;
  }
  .site-bottom .collection-note:lang(en) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    text-align: center;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    font-family: "Helvetica Neue";
    font-weight: 300;
  }
  .site-bottom .collection-note:lang(en) else {
    font-weight: 400;
  }
  .site-bottom menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 55%;
  }
  .site-bottom menu li {
    letter-spacing: 0.05em;
    font-family: "Helvetica Neue";
    font-weight: 300;
    font-size: 0.875rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .site-bottom menu li else {
    font-weight: 400;
  }
  .site-bottom menu li::before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
  }
  .site-bottom menu li:first-child {
    width: 80%;
  }
}
.site-bottom .collection-note {
  cursor: pointer;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  display: none;
}
@media (max-width: 768px) {
  .site-bottom .collection-note {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .site-bottom .collection-note {
    display: block;
    width: 45%;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-bottom .collection-note.hide {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  pointer-events: none;
}
.site-bottom .collection-note span.anime-active {
  mix-blend-mode: normal;
}
.site-bottom .collection-note span::after {
  /*
  content:"×";
  @include mx.fs(10);
  position: relative;
  left: 0.3em;
  top:-0.35em;
  */
}

body.loaded .modal {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.modal {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal--page {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  background: -webkit-linear-gradient(75deg, rgba(81, 98, 106, 0.3) 44%, rgba(49, 58, 62, 0.3) 100%);
  background: linear-gradient(15deg, rgba(81, 98, 106, 0.3) 44%, rgba(49, 58, 62, 0.3) 100%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.modal--page .close-modal {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 50px;
  z-index: 300;
  mix-blend-mode: difference;
  /* その他のスタイル */
}
@media (max-width: 768px) {
  .modal--page .close-modal {
    top: -5px;
  }
}
.modal--page .close-modal > div {
  margin: auto;
  max-width: 1150px;
}
.modal--page .close-modal > div span {
  display: block;
  width: 47px;
  height: 47px;
  opacity: 0.7;
  margin: 0 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .modal--page .close-modal > div span {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 769px) {
  .modal--page .close-modal > div span:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal--page .close-modal > div span:not(.nothover):hover::before, .modal--page .close-modal > div span:not(.nothover):hover::after {
    height: 80%;
  }
}
.modal--page .close-modal > div span::before {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(73deg);
          transform: translate(-50%, -50%) rotate(73deg);
  background-color: #fff;
  z-index: 2;
}
.modal--page .close-modal > div span::after {
  -webkit-transition: ease all 0.6s;
  transition: ease all 0.6s;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-73deg);
          transform: translate(-50%, -50%) rotate(-73deg);
  background-color: #fff;
  z-index: 2;
}
.modal--page.active {
  opacity: 1;
  pointer-events: all;
}
.modal--page.active .modal__inner ul li img {
  opacity: 1;
}
@media (max-width: 768px) {
  .modal--page {
    padding: 20px 20px 120px;
  }
}
.modal--page .modal__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  max-width: 1480px;
  margin: auto;
}
.modal--page .modal__inner ul li {
  overflow: hidden;
}
.modal--page .modal__inner ul li img {
  display: block;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.modal--page .modal__inner.active {
  display: block;
}
.modal--page .modal__inner.active .modal__content {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .modal--page .modal__inner.active .modal__content {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .modal--page .modal__inner {
    display: block;
    height: auto;
    padding: 0px;
  }
}
.modal--page .modal-main {
  position: relative;
  background: #fff;
  width: 100%;
  margin: auto;
  padding: 40px 110px;
  max-width: 1150px;
}
@media (max-width: 1380px) {
  .modal--page .modal-main {
    padding: 60px;
  }
}
@media (max-width: 1180px) {
  .modal--page .modal-main {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .modal--page .modal-main {
    padding: 4vw;
  }
}
.modal--page .modal-main h3 {
  color: #000;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .modal--page .modal-main h3 {
    font-size: 1.25rem;
  }
}
.modal--page .modal-main h3 else {
  font-weight: 400;
}
.modal--page .modal-main p {
  font-size: 1rem;
}
.modal--page .modal-main__contents {
  width: 100%;
  padding: 40px;
  border-radius: 6px;
}
@media (max-width: 1380px) {
  .modal--page .modal-main__contents {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .modal--page .modal-main__contents {
    padding: 0vw;
  }
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents {
    padding: 0px;
  }
}
.modal--page .modal-main__contents ul {
  display: grid;
  gap: 40px 0px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .modal--page .modal-main__contents ul {
    gap: 30px 0;
  }
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents ul {
    gap: 20px 0;
  }
}
.modal--page .modal-main__contents ul.look li:nth-child(1), .modal--page .modal-main__contents ul.look li:nth-child(6), .modal--page .modal-main__contents ul.look li:nth-child(13), .modal--page .modal-main__contents ul.look li:nth-child(18), .modal--page .modal-main__contents ul.look li:nth-child(25), .modal--page .modal-main__contents ul.look li:nth-child(30), .modal--page .modal-main__contents ul.look li:nth-child(33) {
  width: 100%;
  aspect-ratio: 907/605;
}
.modal--page .modal-main__contents ul.look li:nth-child(1) img, .modal--page .modal-main__contents ul.look li:nth-child(6) img, .modal--page .modal-main__contents ul.look li:nth-child(13) img, .modal--page .modal-main__contents ul.look li:nth-child(18) img, .modal--page .modal-main__contents ul.look li:nth-child(25) img, .modal--page .modal-main__contents ul.look li:nth-child(30) img, .modal--page .modal-main__contents ul.look li:nth-child(33) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul.look li:nth-child(2), .modal--page .modal-main__contents ul.look li:nth-child(5), .modal--page .modal-main__contents ul.look li:nth-child(9), .modal--page .modal-main__contents ul.look li:nth-child(12), .modal--page .modal-main__contents ul.look li:nth-child(14), .modal--page .modal-main__contents ul.look li:nth-child(17), .modal--page .modal-main__contents ul.look li:nth-child(21), .modal--page .modal-main__contents ul.look li:nth-child(24), .modal--page .modal-main__contents ul.look li:nth-child(26), .modal--page .modal-main__contents ul.look li:nth-child(29), .modal--page .modal-main__contents ul.look li:nth-child(36), .modal--page .modal-main__contents ul.look li:nth-child(39) {
  width: 40%;
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents ul.look li:nth-child(2), .modal--page .modal-main__contents ul.look li:nth-child(5), .modal--page .modal-main__contents ul.look li:nth-child(9), .modal--page .modal-main__contents ul.look li:nth-child(12), .modal--page .modal-main__contents ul.look li:nth-child(14), .modal--page .modal-main__contents ul.look li:nth-child(17), .modal--page .modal-main__contents ul.look li:nth-child(21), .modal--page .modal-main__contents ul.look li:nth-child(24), .modal--page .modal-main__contents ul.look li:nth-child(26), .modal--page .modal-main__contents ul.look li:nth-child(29), .modal--page .modal-main__contents ul.look li:nth-child(36), .modal--page .modal-main__contents ul.look li:nth-child(39) {
    width: 38.3%;
  }
}
.modal--page .modal-main__contents ul.look li:nth-child(2) img, .modal--page .modal-main__contents ul.look li:nth-child(5) img, .modal--page .modal-main__contents ul.look li:nth-child(9) img, .modal--page .modal-main__contents ul.look li:nth-child(12) img, .modal--page .modal-main__contents ul.look li:nth-child(14) img, .modal--page .modal-main__contents ul.look li:nth-child(17) img, .modal--page .modal-main__contents ul.look li:nth-child(21) img, .modal--page .modal-main__contents ul.look li:nth-child(24) img, .modal--page .modal-main__contents ul.look li:nth-child(26) img, .modal--page .modal-main__contents ul.look li:nth-child(29) img, .modal--page .modal-main__contents ul.look li:nth-child(36) img, .modal--page .modal-main__contents ul.look li:nth-child(39) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul.look li:nth-child(3), .modal--page .modal-main__contents ul.look li:nth-child(4), .modal--page .modal-main__contents ul.look li:nth-child(10), .modal--page .modal-main__contents ul.look li:nth-child(11), .modal--page .modal-main__contents ul.look li:nth-child(15), .modal--page .modal-main__contents ul.look li:nth-child(16), .modal--page .modal-main__contents ul.look li:nth-child(22), .modal--page .modal-main__contents ul.look li:nth-child(23), .modal--page .modal-main__contents ul.look li:nth-child(27), .modal--page .modal-main__contents ul.look li:nth-child(28), .modal--page .modal-main__contents ul.look li:nth-child(37), .modal--page .modal-main__contents ul.look li:nth-child(38) {
  width: 58%;
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents ul.look li:nth-child(3), .modal--page .modal-main__contents ul.look li:nth-child(4), .modal--page .modal-main__contents ul.look li:nth-child(10), .modal--page .modal-main__contents ul.look li:nth-child(11), .modal--page .modal-main__contents ul.look li:nth-child(15), .modal--page .modal-main__contents ul.look li:nth-child(16), .modal--page .modal-main__contents ul.look li:nth-child(22), .modal--page .modal-main__contents ul.look li:nth-child(23), .modal--page .modal-main__contents ul.look li:nth-child(27), .modal--page .modal-main__contents ul.look li:nth-child(28), .modal--page .modal-main__contents ul.look li:nth-child(37), .modal--page .modal-main__contents ul.look li:nth-child(38) {
    width: 57.4%;
  }
}
.modal--page .modal-main__contents ul.look li:nth-child(3) img, .modal--page .modal-main__contents ul.look li:nth-child(4) img, .modal--page .modal-main__contents ul.look li:nth-child(10) img, .modal--page .modal-main__contents ul.look li:nth-child(11) img, .modal--page .modal-main__contents ul.look li:nth-child(15) img, .modal--page .modal-main__contents ul.look li:nth-child(16) img, .modal--page .modal-main__contents ul.look li:nth-child(22) img, .modal--page .modal-main__contents ul.look li:nth-child(23) img, .modal--page .modal-main__contents ul.look li:nth-child(27) img, .modal--page .modal-main__contents ul.look li:nth-child(28) img, .modal--page .modal-main__contents ul.look li:nth-child(37) img, .modal--page .modal-main__contents ul.look li:nth-child(38) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul.look li:nth-child(7), .modal--page .modal-main__contents ul.look li:nth-child(8), .modal--page .modal-main__contents ul.look li:nth-child(19), .modal--page .modal-main__contents ul.look li:nth-child(20), .modal--page .modal-main__contents ul.look li:nth-child(19), .modal--page .modal-main__contents ul.look li:nth-child(20), .modal--page .modal-main__contents ul.look li:nth-child(31), .modal--page .modal-main__contents ul.look li:nth-child(32), .modal--page .modal-main__contents ul.look li:nth-child(34), .modal--page .modal-main__contents ul.look li:nth-child(35) {
  width: 49%;
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents ul.look li:nth-child(7), .modal--page .modal-main__contents ul.look li:nth-child(8), .modal--page .modal-main__contents ul.look li:nth-child(19), .modal--page .modal-main__contents ul.look li:nth-child(20), .modal--page .modal-main__contents ul.look li:nth-child(19), .modal--page .modal-main__contents ul.look li:nth-child(20), .modal--page .modal-main__contents ul.look li:nth-child(31), .modal--page .modal-main__contents ul.look li:nth-child(32), .modal--page .modal-main__contents ul.look li:nth-child(34), .modal--page .modal-main__contents ul.look li:nth-child(35) {
    width: 48%;
  }
}
.modal--page .modal-main__contents ul.look li:nth-child(7) img, .modal--page .modal-main__contents ul.look li:nth-child(8) img, .modal--page .modal-main__contents ul.look li:nth-child(19) img, .modal--page .modal-main__contents ul.look li:nth-child(20) img, .modal--page .modal-main__contents ul.look li:nth-child(19) img, .modal--page .modal-main__contents ul.look li:nth-child(20) img, .modal--page .modal-main__contents ul.look li:nth-child(31) img, .modal--page .modal-main__contents ul.look li:nth-child(32) img, .modal--page .modal-main__contents ul.look li:nth-child(34) img, .modal--page .modal-main__contents ul.look li:nth-child(35) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul.gallery li:nth-child(1), .modal--page .modal-main__contents ul.gallery li:nth-child(6), .modal--page .modal-main__contents ul.gallery li:nth-child(13), .modal--page .modal-main__contents ul.gallery li:nth-child(18), .modal--page .modal-main__contents ul.gallery li:nth-child(25), .modal--page .modal-main__contents ul.gallery li:nth-child(30), .modal--page .modal-main__contents ul.gallery li:nth-child(37), .modal--page .modal-main__contents ul.gallery li:nth-child(42) {
  width: 100%;
  aspect-ratio: 907/605;
}
.modal--page .modal-main__contents ul.gallery li:nth-child(1) img, .modal--page .modal-main__contents ul.gallery li:nth-child(6) img, .modal--page .modal-main__contents ul.gallery li:nth-child(13) img, .modal--page .modal-main__contents ul.gallery li:nth-child(18) img, .modal--page .modal-main__contents ul.gallery li:nth-child(25) img, .modal--page .modal-main__contents ul.gallery li:nth-child(30) img, .modal--page .modal-main__contents ul.gallery li:nth-child(37) img, .modal--page .modal-main__contents ul.gallery li:nth-child(42) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul.gallery li:nth-child(3), .modal--page .modal-main__contents ul.gallery li:nth-child(4), .modal--page .modal-main__contents ul.gallery li:nth-child(10), .modal--page .modal-main__contents ul.gallery li:nth-child(11), .modal--page .modal-main__contents ul.gallery li:nth-child(15), .modal--page .modal-main__contents ul.gallery li:nth-child(16), .modal--page .modal-main__contents ul.gallery li:nth-child(22), .modal--page .modal-main__contents ul.gallery li:nth-child(23), .modal--page .modal-main__contents ul.gallery li:nth-child(27), .modal--page .modal-main__contents ul.gallery li:nth-child(28), .modal--page .modal-main__contents ul.gallery li:nth-child(34), .modal--page .modal-main__contents ul.gallery li:nth-child(35), .modal--page .modal-main__contents ul.gallery li:nth-child(39), .modal--page .modal-main__contents ul.gallery li:nth-child(40) {
  width: 40%;
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents ul.gallery li:nth-child(3), .modal--page .modal-main__contents ul.gallery li:nth-child(4), .modal--page .modal-main__contents ul.gallery li:nth-child(10), .modal--page .modal-main__contents ul.gallery li:nth-child(11), .modal--page .modal-main__contents ul.gallery li:nth-child(15), .modal--page .modal-main__contents ul.gallery li:nth-child(16), .modal--page .modal-main__contents ul.gallery li:nth-child(22), .modal--page .modal-main__contents ul.gallery li:nth-child(23), .modal--page .modal-main__contents ul.gallery li:nth-child(27), .modal--page .modal-main__contents ul.gallery li:nth-child(28), .modal--page .modal-main__contents ul.gallery li:nth-child(34), .modal--page .modal-main__contents ul.gallery li:nth-child(35), .modal--page .modal-main__contents ul.gallery li:nth-child(39), .modal--page .modal-main__contents ul.gallery li:nth-child(40) {
    width: 38.3%;
  }
}
.modal--page .modal-main__contents ul.gallery li:nth-child(3) img, .modal--page .modal-main__contents ul.gallery li:nth-child(4) img, .modal--page .modal-main__contents ul.gallery li:nth-child(10) img, .modal--page .modal-main__contents ul.gallery li:nth-child(11) img, .modal--page .modal-main__contents ul.gallery li:nth-child(15) img, .modal--page .modal-main__contents ul.gallery li:nth-child(16) img, .modal--page .modal-main__contents ul.gallery li:nth-child(22) img, .modal--page .modal-main__contents ul.gallery li:nth-child(23) img, .modal--page .modal-main__contents ul.gallery li:nth-child(27) img, .modal--page .modal-main__contents ul.gallery li:nth-child(28) img, .modal--page .modal-main__contents ul.gallery li:nth-child(34) img, .modal--page .modal-main__contents ul.gallery li:nth-child(35) img, .modal--page .modal-main__contents ul.gallery li:nth-child(39) img, .modal--page .modal-main__contents ul.gallery li:nth-child(40) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul.gallery li:nth-child(2), .modal--page .modal-main__contents ul.gallery li:nth-child(5), .modal--page .modal-main__contents ul.gallery li:nth-child(9), .modal--page .modal-main__contents ul.gallery li:nth-child(12), .modal--page .modal-main__contents ul.gallery li:nth-child(14), .modal--page .modal-main__contents ul.gallery li:nth-child(17), .modal--page .modal-main__contents ul.gallery li:nth-child(21), .modal--page .modal-main__contents ul.gallery li:nth-child(24), .modal--page .modal-main__contents ul.gallery li:nth-child(26), .modal--page .modal-main__contents ul.gallery li:nth-child(29), .modal--page .modal-main__contents ul.gallery li:nth-child(33), .modal--page .modal-main__contents ul.gallery li:nth-child(36), .modal--page .modal-main__contents ul.gallery li:nth-child(38), .modal--page .modal-main__contents ul.gallery li:nth-child(41) {
  width: 58%;
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents ul.gallery li:nth-child(2), .modal--page .modal-main__contents ul.gallery li:nth-child(5), .modal--page .modal-main__contents ul.gallery li:nth-child(9), .modal--page .modal-main__contents ul.gallery li:nth-child(12), .modal--page .modal-main__contents ul.gallery li:nth-child(14), .modal--page .modal-main__contents ul.gallery li:nth-child(17), .modal--page .modal-main__contents ul.gallery li:nth-child(21), .modal--page .modal-main__contents ul.gallery li:nth-child(24), .modal--page .modal-main__contents ul.gallery li:nth-child(26), .modal--page .modal-main__contents ul.gallery li:nth-child(29), .modal--page .modal-main__contents ul.gallery li:nth-child(33), .modal--page .modal-main__contents ul.gallery li:nth-child(36), .modal--page .modal-main__contents ul.gallery li:nth-child(38), .modal--page .modal-main__contents ul.gallery li:nth-child(41) {
    width: 57.4%;
  }
}
.modal--page .modal-main__contents ul.gallery li:nth-child(2) img, .modal--page .modal-main__contents ul.gallery li:nth-child(5) img, .modal--page .modal-main__contents ul.gallery li:nth-child(9) img, .modal--page .modal-main__contents ul.gallery li:nth-child(12) img, .modal--page .modal-main__contents ul.gallery li:nth-child(14) img, .modal--page .modal-main__contents ul.gallery li:nth-child(17) img, .modal--page .modal-main__contents ul.gallery li:nth-child(21) img, .modal--page .modal-main__contents ul.gallery li:nth-child(24) img, .modal--page .modal-main__contents ul.gallery li:nth-child(26) img, .modal--page .modal-main__contents ul.gallery li:nth-child(29) img, .modal--page .modal-main__contents ul.gallery li:nth-child(33) img, .modal--page .modal-main__contents ul.gallery li:nth-child(36) img, .modal--page .modal-main__contents ul.gallery li:nth-child(38) img, .modal--page .modal-main__contents ul.gallery li:nth-child(41) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul.gallery li:nth-child(7), .modal--page .modal-main__contents ul.gallery li:nth-child(8), .modal--page .modal-main__contents ul.gallery li:nth-child(19), .modal--page .modal-main__contents ul.gallery li:nth-child(20), .modal--page .modal-main__contents ul.gallery li:nth-child(19), .modal--page .modal-main__contents ul.gallery li:nth-child(20), .modal--page .modal-main__contents ul.gallery li:nth-child(31), .modal--page .modal-main__contents ul.gallery li:nth-child(32), .modal--page .modal-main__contents ul.gallery li:nth-child(43), .modal--page .modal-main__contents ul.gallery li:nth-child(44) {
  width: 49%;
}
@media (max-width: 768px) {
  .modal--page .modal-main__contents ul.gallery li:nth-child(7), .modal--page .modal-main__contents ul.gallery li:nth-child(8), .modal--page .modal-main__contents ul.gallery li:nth-child(19), .modal--page .modal-main__contents ul.gallery li:nth-child(20), .modal--page .modal-main__contents ul.gallery li:nth-child(19), .modal--page .modal-main__contents ul.gallery li:nth-child(20), .modal--page .modal-main__contents ul.gallery li:nth-child(31), .modal--page .modal-main__contents ul.gallery li:nth-child(32), .modal--page .modal-main__contents ul.gallery li:nth-child(43), .modal--page .modal-main__contents ul.gallery li:nth-child(44) {
    width: 48%;
  }
}
.modal--page .modal-main__contents ul.gallery li:nth-child(7) img, .modal--page .modal-main__contents ul.gallery li:nth-child(8) img, .modal--page .modal-main__contents ul.gallery li:nth-child(19) img, .modal--page .modal-main__contents ul.gallery li:nth-child(20) img, .modal--page .modal-main__contents ul.gallery li:nth-child(19) img, .modal--page .modal-main__contents ul.gallery li:nth-child(20) img, .modal--page .modal-main__contents ul.gallery li:nth-child(31) img, .modal--page .modal-main__contents ul.gallery li:nth-child(32) img, .modal--page .modal-main__contents ul.gallery li:nth-child(43) img, .modal--page .modal-main__contents ul.gallery li:nth-child(44) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal--page .modal-main__contents ul li {
  width: auto;
  padding: 0;
  margin: 0;
  /*

  &:nth-child(1){
  	grid-column: 1 / span 6;
  	height: 567px;
  }
  &:nth-child(2){
  	grid-column: 1 / span 2;
  }
  &:nth-child(3){
  	grid-column: 3 / span 4;
  }
  &:nth-child(4){
  	grid-column: 1 / span 4;
  }
  &:nth-child(5){
  	grid-column: 5 / span 2;
  }
  &:nth-child(6){
  	grid-column: 1 / span 6;
  	height: 567px;
  }
  &:nth-child(7){
  	grid-column: 1 / span 3;
  }
  &:nth-child(8){
  	grid-column: 4 / span 3;
  }
  &:nth-child(9){
  	grid-column: 1 / span 2;
  }
  &:nth-child(10){
  	grid-column: 3 / span 4;
  }
  &:nth-child(11){
  	grid-column: 1 / span 4;
  }
  &:nth-child(12){
  	grid-column: 5 / span 2;
  }
  	*/
  /*
  img{
  	//clip-path:inset(0px);
  	transition: all 0.6s ease;
  	vertical-align: top;
  	width: 100%;
  	height:100%;
  	object-fit: cover;
  	object-position: top;
  }
  */
}
.modal--page .modal-main__contents ul li img {
  -webkit-clip-path: inset(0px);
          clip-path: inset(0px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 769px) {
  .modal--page .modal-main__contents ul li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal--page .modal-main__contents ul li a:not(.nothover):hover img {
    -webkit-clip-path: inset(10px);
            clip-path: inset(10px);
  }
}

.page.laxury .ul-products .product h3 {
  margin: auto auto 65px;
}
@media (max-width: 768px) {
  .page.laxury .ul-products .product h3 {
    margin: auto auto 15px;
  }
}

.splide--kv img {
  width: 100%;
  height: auto;
  display: block;
}

.splide--kv .splide__slide img {
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: opacity 1.8s ease, -webkit-transform 5s ease;
  transition: opacity 1.8s ease, -webkit-transform 5s ease;
  transition: opacity 1.8s ease, transform 5s ease;
  transition: opacity 1.8s ease, transform 5s ease, -webkit-transform 5s ease;
}
@media (max-width: 768px) {
  .splide--kv .splide__slide img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.splide--kv .splide__slide.is-active img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .splide--kv .splide__slide.is-active img {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
.splide--kv .splide__slide.is-fading img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0;
  -webkit-transition: opacity 2s ease, -webkit-transform 5s ease;
  transition: opacity 2s ease, -webkit-transform 5s ease;
  transition: opacity 2s ease, transform 5s ease;
  transition: opacity 2s ease, transform 5s ease, -webkit-transform 5s ease;
}
@media (max-width: 768px) {
  .splide--kv .splide__slide.is-fading img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

body.laxury {
  opacity: 1;
}

body.laxury.active {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.luxury-kv {
  overflow: clip;
}

.laxury .collection-note {
  mix-blend-mode: difference;
  display: block !important;
}
.laxury .collection-note * {
  color: #fff;
  opacity: 1 !important;
}
.laxury .site-main {
  background: #F3EFEE;
}
.laxury .luxury-bottom {
  padding: 200px 0;
  background: #E7E7E7;
}
@media (max-width: 768px) {
  .laxury .luxury-bottom {
    padding: 85px 0;
  }
  .laxury .luxury-bottom .sect__title h2 {
    margin-bottom: 20px;
  }
  .laxury .luxury-bottom .sect__title h2 img {
    font-size: 2.5rem;
    height: 1em;
    width: auto;
  }
}
.laxury h1 {
  display: block;
}
.laxury .sec--main__concept {
  padding: 160px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.laxury .sec--main__concept picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.laxury .sec--main__concept .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .laxury .sec--main__concept {
    padding: 100px 0;
    margin-bottom: 120px;
  }
}
.laxury .sec--main__concept .concept-text {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .laxury .sec--main__concept .concept-text {
    padding: 0 20px;
  }
}
.laxury .sec--main__concept .concept-text > div {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 2.8;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .laxury .sec--main__concept .concept-text > div {
    font-size: 0.875rem;
    line-height: 2.4;
  }
}
.laxury .sec--main__concept .concept-text p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 2.8;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .laxury .sec--main__concept .concept-text p {
    font-size: 0.875rem;
    line-height: 2.4;
  }
}
.laxury .sec--main__concept .concept-text p > span {
  display: block;
}
.laxury .sec--main__concept .concept-text h1 {
  margin-bottom: 50px;
  font-size: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media (max-width: 768px) {
  .laxury .sec--main__concept .concept-text h1 {
    gap: 1.3em;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.laxury .sec--main__concept .concept-text h1 .text1 {
  height: 0.82em;
  width: auto;
}
.laxury .sec--main__concept .concept-text h1 .text2 {
  height: 1.12em;
  width: auto;
}
.laxury .sec--list {
  padding: 150px 0 0 0;
}
@media (max-width: 960px) {
  .laxury .sec--list {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 768px) {
  .laxury .sec--list {
    padding: 0px 0 0 0;
  }
}
.laxury .sec--list__title {
  max-width: 1420px;
  padding: 0 40px;
  margin: auto;
  margin-bottom: 140px;
}
@media (max-width: 960px) {
  .laxury .sec--list__title {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .laxury .sec--list__title {
    margin-bottom: 120px;
    padding: 0 20px;
  }
}
.laxury .sec--list__title h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.2em;
}
@media (max-width: 768px) {
  .laxury .sec--list__title h2 {
    gap: 1em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.laxury .sec--list__title h2 > div span {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
}
.laxury .sec--list__title h2 > div span else {
  font-weight: 400;
}
.laxury .sec--list__title h2 > div > span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .laxury .sec--list__title h2 > div > span {
    font-size: 1.25rem;
  }
}
.laxury .sec--list__title h2 > div > span > span {
  margin-left: 8px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .laxury .sec--list__title h2 > div > span > span {
    font-size: 0.75rem;
  }
}
.laxury .sec--list__title h2 img {
  height: 1em;
  width: auto;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .laxury .sec--list__title h2 img {
    font-size: 3rem;
  }
}
.laxury .sec--list__title p {
  max-width: 1190px;
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 2.8;
}
@media (max-width: 768px) {
  .laxury .sec--list__title p {
    font-size: 0.875rem;
    line-height: 2.4;
  }
}
@media (max-width: 768px) {
  .laxury .product__wrap {
    padding-top: 0 !important;
  }
}
.laxury .product__wrap h3 img {
  font-size: 3rem;
  height: 1em;
  width: auto;
}
@media (max-width: 768px) {
  .laxury .product__wrap h3 img {
    font-size: 1.875rem;
  }
}
.laxury .ul-products {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .laxury .ul-products {
    padding-bottom: 0px;
  }
}
.laxury .ul-products .product {
  padding-top: 240px;
}
@media (max-width: 960px) {
  .laxury .ul-products .product {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .laxury .ul-products .product {
    padding-top: 100px;
  }
}
.laxury .sec--gallery {
  overflow: clip;
  width: 75%;
  margin: 150px 0 0px auto;
}
@media (max-width: 960px) {
  .laxury .sec--gallery {
    margin: 0px 0 0px auto;
    width: 100%;
    padding-bottom: 120px;
  }
}
.laxury .sec--gallery:has(.gallery--static) {
  margin: 150px auto 0px auto;
  width: 100%;
}
@media (max-width: 768px) {
  .laxury .sec--gallery {
    height: 400vw;
  }
}
@media (max-width: 768px) {
  .laxury .sec--gallery > div {
    z-index: 2;
    top: 60vw;
  }
}
.laxury .sec--gallery .cont--gallery {
  padding-top: 0px;
}
@media (min-width: 769px) and (min-height: 1120px) {
  .laxury .sec--gallery .cont--gallery {
    padding-top: 10vh;
  }
}
.laxury .sec--gallery .cont--gallery picture {
  display: block;
}
.laxury .sec--gallery .cont--gallery img {
  height: calc(100vh - 150px - 0px);
}
@media (min-width: 769px) and (min-height: 1120px) {
  .laxury .sec--gallery .cont--gallery img {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .laxury .sec--gallery .cont--gallery img {
    width: 100vw;
    height: auto;
  }
}
.laxury .sec--gallery .gallery-thumbs {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .laxury .sec--gallery .gallery-thumbs {
    margin-top: 20px;
  }
}
.laxury .sec--gallery .gallery-thumbs > * {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .laxury .sec--gallery .gallery-thumbs > * {
    height: 70px;
  }
}
.laxury .sec--gallery .gallery-thumbs img {
  vertical-align: bottom;
  width: 90px;
  height: auto;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media (max-width: 768px) {
  .laxury .sec--gallery .gallery-thumbs img {
    width: 78px;
  }
}
.laxury .sec--gallery .gallery-thumbs img.current {
  width: 110px;
  height: auto;
}
@media (max-width: 768px) {
  .laxury .sec--gallery .gallery-thumbs img.current {
    width: 90px;
  }
}
.laxury .other-lineup-nav {
  max-width: 790px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .laxury .other-lineup-nav {
    padding: 0 20px;
  }
}
.laxury .other-lineup-nav h3 {
  text-align: center;
}
.laxury .other-lineup-nav h3 img {
  font-size: 2.5rem;
  height: 1em;
  width: auto;
}
@media (max-width: 768px) {
  .laxury .other-lineup-nav h3 img {
    font-size: 1.25rem;
  }
}
.laxury .other-lineup-nav a {
  margin-top: 35px;
  width: 100%;
  border-radius: 100px;
  border: solid 1px #707070;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .laxury .other-lineup-nav a {
    margin-top: 20px;
    height: 70px;
  }
}
@media (min-width: 769px) {
  .laxury .other-lineup-nav a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .laxury .other-lineup-nav a:not(.nothover):hover::after {
    right: auto;
    left: 0;
  }
  .laxury .other-lineup-nav a:not(.nothover):hover .icon {
    right: 40px;
  }
}
.laxury .other-lineup-nav a::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
}
.laxury .other-lineup-nav a .text {
  font-size: 1.375rem;
  height: 1em;
  width: auto;
  mix-blend-mode: difference;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .laxury .other-lineup-nav a .text {
    font-size: 0.75rem;
  }
}
@media (max-width: 375px) {
  .laxury .other-lineup-nav a .text {
    font-size: 0.6875rem;
  }
}
.laxury .other-lineup-nav a .icon {
  width: 55px;
  height: 11px;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  mix-blend-mode: difference;
}
@media (min-width: 769px) {
  .laxury .other-lineup-nav a .icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media (max-width: 768px) {
  .laxury .other-lineup-nav a .icon {
    right: 15px;
    width: 24px;
    eight: 8px;
  }
}

body.laxury .sec--list__title h2 img:lang(en) {
  height: 0.9em;
}

body.laxury .ul-products .product h3 div img {
  height: 1em;
}

body.laxury .sec--list__title h2 img.fs-s {
  height: 0.5em !important;
}

@media (max-width: 405px) {
  body.cfrp .concept-text .text2, body.cfrp .concept-text .text1 {
    font-size: 5.5vw;
  }
}
html {
  background: #E7E7E7;
}
html.home {
  background: #E8E8E8;
}

body {
  background: #E8E8E8;
  opacity: 0;
}
body.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}

body.loaded {
  /*
  .mask{
      transition: all ease 3s;
  }
  */
}

.site-main {
  position: relative;
}

.site-wrap {
  position: relative;
  overflow: clip;
}

body.loaded .collection-note * {
  opacity: 1;
}

.testview {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 100px;
  background: #000;
  height: 50px;
  z-index: 100000;
  color: #fff;
  padding: 10px;
}

.scroller {
  width: 1px;
  height: 100px;
  position: absolute;
  left: 35px;
  top: calc(var(--vh, 1vh) * 100 - 40);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.2);
  mix-blend-mode: difference;
  overflow: hidden;
  z-index: 100;
}
@media (max-width: 768px) {
  .scroller {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 75px;
    left: 17px;
  }
}
.scroller__inner {
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 2;
  -webkit-animation-name: scroller;
          animation-name: scroller;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.08, 0.46, 0.87);
          animation-timing-function: cubic-bezier(0.52, 0.08, 0.46, 0.87);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroller {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  70% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scroller {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  70% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
body.touch-device .series-items a.has-img ul.anime-active li:first-child {
  -webkit-animation: fadeInOutImage 6s infinite;
          animation: fadeInOutImage 6s infinite;
}

.main-conts {
  width: 100%;
  position: relative;
  z-index: 2;
}

.sect-title {
  mix-blend-mode: difference;
  position: fixed;
  right: 40px;
  bottom: 40px;
  top: auto;
  z-index: 100;
  line-height: 1;
}
@media (max-width: 768px) {
  .sect-title {
    right: 20px;
    bottom: 65px;
  }
}
.sect-title.active h3 {
  opacity: 1;
}
@media (min-width: 769px) {
  .sect-title.active h3 {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.sect-title h3 {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
}
@media (min-width: 769px) {
  .sect-title h3 {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media (max-width: 768px) {
  .sect-title h3 {
    font-size: 1.25rem;
  }
}
.sect-title h3 else {
  font-weight: 400;
}
.sect-title h3 else {
  font-weight: 400;
}
@media (max-width: 375px) {
  .sect-title h3 {
    font-size: 1.125rem;
  }
}
.sect-title--basic {
  mix-blend-mode: normal;
}
.sect-title--basic.anime-active {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  bottom: 40px;
}
@media (max-width: 768px) {
  .sect-title--basic.anime-active {
    bottom: 30px;
  }
}

.cont--other {
  z-index: 0;
  position: relative;
}
.cont--other__header {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .cont--other__header {
    margin-bottom: 65px;
  }
}
.cont--other__header h2 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2.75rem;
  text-align: center;
  color: #000;
}
.cont--other__header h2 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont--other__header h2 {
    font-size: 2rem;
  }
}
.cont--other__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}
@media (max-width: 960px) {
  .cont--other__products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 768px) {
  .cont--other__products {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.cont--other__products li {
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cont--other__products li {
    border-bottom: solid 1px #808080;
  }
}
.cont--other__products li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 0px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont--other__products li a {
    padding: 5px 0px 0px;
  }
}
.cont--other__products li a::before {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 2;
}
@media (min-width: 769px) {
  .cont--other__products li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cont--other__products li a:not(.nothover):hover::before {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cont--other__products li a {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
.cont--other__products li a figure {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .cont--other__products li a figure {
    padding-bottom: 20px;
  }
}
.cont--other__products li a img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .cont--other__products li a img {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media (max-width: 768px) {
  .cont--other__products li a img {
    width: 120%;
    height: 120%;
    height: auto;
    margin-left: -10%;
  }
}
.cont--other__products li a figcaption {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 0.875rem;
  color: #5A5A5A;
}
.cont--other__products li a figcaption else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont--other__products li a figcaption {
    font-size: 0.75rem;
  }
}
.cont--other__products li a figcaption::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 0%;
  top: 50%;
  background: none;
  width: 12px;
  height: 12px;
}

.sect__title h3 {
  text-align: center;
  font-size: 2.9375rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
}
@media (max-width: 768px) {
  .sect__title h3 {
    font-size: 1.875rem;
  }
}
.sect__title h3 else {
  font-weight: 400;
}
@media (max-width: 1180px) {
  .sect__title h3 {
    font-size: 1.875rem;
  }
}
.sect--concept__inner {
  padding: 200px 80px 200px;
  max-width: 1400px;
  margin: auto;
}
@media (min-width: 769px) {
  .sect--concept__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1180px) {
  .sect--concept__inner {
    padding: 200px 40px 200px;
  }
}
@media (max-width: 768px) {
  .sect--concept__inner {
    min-height: 100vh;
    min-height: auto;
    padding: 140px 20px 80px;
  }
}
.sect--concept__cont {
  text-align: left;
}
.sect--concept__cont h2 {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 6rem;
  margin-bottom: 30px;
}
.sect--concept__cont h2 else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .sect--concept__cont h2 {
    font-size: 3rem;
  }
}
.sect--concept__cont h2 br {
  display: none;
}
@media (max-width: 768px) {
  .sect--concept__cont h2 {
    font-size: 12vw;
  }
}
@media (max-width: 920px) {
  .sect--concept__cont h2 {
    line-height: 1;
  }
  .sect--concept__cont h2 br {
    display: block;
  }
}
.sect--concept__cont p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  font-weight: 300;
}
.sect--concept__cont p > span {
  display: block;
}
.sect--concept__cont p:lang(en) {
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
}
.sect--concept__cont p:lang(en) else {
  font-weight: 400;
}
@media (max-width: 1180px) {
  .sect--concept__cont p {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .sect--concept__cont p {
    font-size: 0.75rem;
  }
}
.sect--luxury {
  padding: 150px 40px 150px;
  max-width: 2680px;
  margin: auto;
  max-width: 1420px;
}
@media (max-width: 1180px) {
  .sect--luxury {
    padding: 150px 40px 210px;
  }
}
@media (max-width: 768px) {
  .sect--luxury {
    padding: 100px 20px 70px;
  }
}
.sect--luxury header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.sect--luxury header img {
  height: auto;
}
.sect--luxury__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
@media (max-width: 920px) {
  .sect--luxury__main {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.sect--luxury__main > div {
  position: relative;
  overflow: clip;
  /*
   a[href] {
      pointer-events: none;
      &::after{
       content:"COMING SOON";
       white-space: nowrap;
       position: absolute;
       left: 50%;
       top:50%;
       transform: translate(-50%,-50%);
       z-index: 2;
       @include mx.fe(300);
       @include mx.pc{
           @include mx.fs(40);
       }
      }
  }
      */
}
@media (max-width: 768px) {
  .sect--luxury__main > div a[href] {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .sect--luxury__main > div a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--luxury__main > div a:not(.nothover):hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.sect--luxury__main > div p {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.1875rem;
  font-weight: 300;
  margin: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .sect--luxury__main > div p {
    right: 15px;
    bottom: 5px;
  }
}
.sect--luxury__main > div p else {
  font-weight: 400;
}
@media (max-width: 768px) {
  .sect--luxury__main > div p {
    font-size: 1rem;
  }
}
.sect--luxury__main > div picture {
  width: 100%;
  height: 100%;
}
.sect--luxury__main > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .sect--luxury__main > div img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.sect--cat__high-end {
  position: relative;
  padding: 0px 0 430px;
  position: relative;
}
.sect--cat__high-end.anime-active {
  pointer-events: all;
}
@media (max-width: 768px) {
  .sect--cat__high-end {
    padding: 0px 0 185px;
  }
}
.sect--cat__high-end .bg--high-end {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: calc(100% + 100vh);
  position: absolute;
  left: 0;
  top: -30vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), color-stop(80%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.sect--cat__standard {
  pointer-events: none;
  position: relative;
  padding: 0px 0 361px;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .sect--cat__standard {
    padding: 0px 0 217px;
  }
}
.sect--cat__standard.anime-active {
  pointer-events: all;
}
.sect--cat__standard .sect--cat__0202 {
  margin-top: 223px;
}
@media (max-width: 768px) {
  .sect--cat__standard .sect--cat__0202 {
    margin-top: 62px;
  }
}
.sect--cat__standard .sect--cat__0203 {
  margin-top: 227px;
}
@media (max-width: 768px) {
  .sect--cat__standard .sect--cat__0203 {
    margin-top: 72px;
  }
}
.sect--cat__standard .sect--cat__0204 {
  margin-top: 215px;
}
@media (max-width: 768px) {
  .sect--cat__standard .sect--cat__0204 {
    margin-top: 73px;
  }
}
.sect--cat__standard .sect--cat__0205 {
  margin-top: 162px;
}
@media (max-width: 768px) {
  .sect--cat__standard .sect--cat__0205 {
    margin-top: 59px;
  }
}
.sect--cat__standard .bg--standard {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: calc(100% + 200vh);
  position: absolute;
  left: 0;
  top: -100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(192, 201, 211)), color-stop(0%, rgba(192, 201, 211, 0)), color-stop(5%, rgb(192, 201, 211)), color-stop(80%, rgb(192, 201, 211)), to(rgba(192, 201, 211, 0)));
  background: -webkit-linear-gradient(bottom, rgb(192, 201, 211) 0%, rgba(192, 201, 211, 0) 0%, rgb(192, 201, 211) 5%, rgb(192, 201, 211) 80%, rgba(192, 201, 211, 0) 100%);
  background: linear-gradient(0deg, rgb(192, 201, 211) 0%, rgba(192, 201, 211, 0) 0%, rgb(192, 201, 211) 5%, rgb(192, 201, 211) 80%, rgba(192, 201, 211, 0) 100%);
}
.sect--cat__ladies {
  position: relative;
  padding: 0px 0 421px;
  position: relative;
}
.sect--cat__ladies.anime-active {
  pointer-events: all;
}
@media (max-width: 768px) {
  .sect--cat__ladies {
    padding: 0px 0 268px;
  }
}
.sect--cat__ladies .bg--ladies {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: calc(100% + 180vh);
  position: absolute;
  left: 0;
  top: -60vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(220, 214, 217)), color-stop(0%, rgba(220, 214, 217, 0)), color-stop(5%, rgb(220, 214, 217)), color-stop(80%, rgb(220, 214, 217)), to(rgba(220, 214, 217, 0)));
  background: -webkit-linear-gradient(bottom, rgb(220, 214, 217) 0%, rgba(220, 214, 217, 0) 0%, rgb(220, 214, 217) 5%, rgb(220, 214, 217) 80%, rgba(220, 214, 217, 0) 100%);
  background: linear-gradient(0deg, rgb(220, 214, 217) 0%, rgba(220, 214, 217, 0) 0%, rgb(220, 214, 217) 5%, rgb(220, 214, 217) 80%, rgba(220, 214, 217, 0) 100%);
}
.sect--cat__sp {
  position: relative;
  padding: 0px 0 421px;
  position: relative;
}
.sect--cat__sp.anime-active {
  pointer-events: all;
}
@media (max-width: 768px) {
  .sect--cat__sp {
    padding: 0px 0 268px;
  }
}
.sect--cat__sp .bg--sp {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: calc(100% + 160vh);
  position: absolute;
  left: 0;
  top: -60vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(193, 209, 190)), color-stop(0%, rgba(193, 209, 190, 0)), color-stop(5%, rgb(193, 209, 190)), color-stop(80%, rgb(193, 209, 190)), to(rgba(193, 209, 190, 0)));
  background: -webkit-linear-gradient(bottom, rgb(193, 209, 190) 0%, rgba(193, 209, 190, 0) 0%, rgb(193, 209, 190) 5%, rgb(193, 209, 190) 80%, rgba(193, 209, 190, 0) 100%);
  background: linear-gradient(0deg, rgb(193, 209, 190) 0%, rgba(193, 209, 190, 0) 0%, rgb(193, 209, 190) 5%, rgb(193, 209, 190) 80%, rgba(193, 209, 190, 0) 100%);
}
.sect--cat__basic {
  position: relative;
  padding: 0px 0 210px;
  position: relative;
}
.sect--cat__basic.anime-active {
  pointer-events: all;
}
@media (max-width: 768px) {
  .sect--cat__basic {
    padding: 0px 0 160px;
  }
}
.sect--cat__basic .bg--basic {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: calc(100% + 160vh);
  position: absolute;
  left: 0;
  top: -80vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(148, 132, 106)), color-stop(0%, rgba(148, 132, 106, 0)), color-stop(30%, rgb(148, 132, 106)), color-stop(70%, rgb(148, 132, 106)), to(rgba(148, 132, 106, 0)));
  background: -webkit-linear-gradient(bottom, rgb(148, 132, 106) 0%, rgba(148, 132, 106, 0) 0%, rgb(148, 132, 106) 30%, rgb(148, 132, 106) 70%, rgba(148, 132, 106, 0) 100%);
  background: linear-gradient(0deg, rgb(148, 132, 106) 0%, rgba(148, 132, 106, 0) 0%, rgb(148, 132, 106) 30%, rgb(148, 132, 106) 70%, rgba(148, 132, 106, 0) 100%);
}
.sect--cat__series {
  max-width: 1512px;
  margin: 0 auto 0;
}
.sect--cat__series.column-2 {
  display: grid;
  grid-template-columns: 546fr 526fr;
  grid-template-rows: 1fr;
  gap: 163px;
}
@media (max-width: 1280px) {
  .sect--cat__series.column-2 {
    gap: 133px;
  }
}
@media (max-width: 768px) {
  .sect--cat__series.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 62px;
  }
  .sect--cat__series.column-2 > div:nth-child(2) {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 769px) {
  .sect--cat__series.column-2 > div:nth-child(2) {
    padding-right: 135px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .sect--cat__series.column-2 > div:nth-child(2) {
    padding-right: 0px;
  }
}
.sect--cat__series.column-2r {
  display: grid;
  grid-template-columns: 526fr 580fr;
  grid-template-rows: 1fr;
  gap: 214px;
}
@media (max-width: 1280px) {
  .sect--cat__series.column-2r {
    gap: 124px;
  }
}
@media (max-width: 768px) {
  .sect--cat__series.column-2r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 62px;
  }
  .sect--cat__series.column-2r > div:nth-child(1) {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .sect--cat__series.column-2r > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sect--cat__series.column-2r > div:nth-child(1) {
    padding-left: 90px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .sect--cat__series.column-2r > div:nth-child(1) {
    padding-left: 0px;
  }
}
.sect--cat .w-680 {
  max-width: 680px;
  margin: 0;
}
@media (max-width: 768px) {
  .sect--cat .w-680 {
    width: calc(100% - 85px);
  }
}
.sect--cat .w-1158 {
  max-width: 1158px;
  margin: 0;
}
@media (min-width: 769px) {
  .sect--cat .w-1158 {
    margin: 0 177px;
  }
}
@media (max-width: 768px) {
  .sect--cat .w-1158 {
    width: calc(100% - 27px);
  }
}
.sect--cat .w-526 {
  max-width: 616px;
  margin: 0;
}
@media (max-width: 1180px) {
  .sect--cat .w-526 {
    width: calc(100% - 70px);
  }
}
@media (max-width: 768px) {
  .sect--cat .w-526 {
    width: calc(100% - 176px);
  }
}
@media (max-width: 768px) {
  .sect--cat .series-items--npm-58 {
    margin: 0 0 0 auto;
  }
}
.sect--cat .series-items--s-808t {
  margin: 0 0 0 auto;
}
@media (min-width: 769px) {
  .sect--cat .series-items--np-01-h {
    margin-top: 462px;
  }
}
@media (max-width: 768px) {
  .sect--cat .series-items--np-01-h {
    margin: 0 0 0 auto;
  }
}
.sect--cat .series-items--s-24t {
  height: auto;
}
@media (min-width: 769px) {
  .sect--cat .series-items--s-24t {
    margin: 0 0 0 354px;
  }
}
@media (max-width: 1180px) {
  .sect--cat .series-items--s-24t {
    margin: 0 0 0 140px;
  }
}
@media (max-width: 768px) {
  .sect--cat .series-items--s-24t {
    margin: 0;
  }
}
.sect--cat .series-items--m-170 {
  margin: auto 0 auto auto;
  height: auto;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .sect--cat .series-items--m-170 {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .sect--cat .series-items--m-152 {
    margin-top: 462px;
  }
}
@media (max-width: 768px) {
  .sect--cat .series-items--m-152 {
    margin: 0 0 0 auto;
  }
}
.sect--cat .series-items--m-152 a {
  height: auto;
}
.sect--cat .series-items--s-775t {
  margin: auto 0 auto auto;
  height: auto;
}
@media (max-width: 768px) {
  .sect--cat .series-items--s-775t {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .sect--cat .series-items--npm-137 {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  .sect--cat .series-items--s-605t {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 769px) {
  .sect--cat .series-items--sp-27_zeiss {
    margin-top: 462px;
  }
}
@media (max-width: 768px) {
  .sect--cat .series-items--sp-27_zeiss {
    margin: 16px 0 0 auto;
  }
}

body.home .collection-note {
  mix-blend-mode: difference;
}
body.home .collection-note * {
  color: #fff;
}

.collection-note {
  position: fixed;
  left: 40px;
  bottom: 20px;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 2100;
}
@media (min-width: 769px) {
  .collection-note {
    mix-blend-mode: difference;
  }
}
@media (max-width: 768px) {
  .collection-note {
    font-size: 0.875rem;
  }
}
.collection-note * {
  color: #000;
  opacity: 1;
}
@media (min-width: 769px) {
  .collection-note * {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .collection-note {
    left: 10px;
    bottom: 8px;
  }
  .collection-note * {
    opacity: 1;
  }
}
.collection-note.hide {
  opacity: 0;
  pointer-events: none;
}
.collection-note.anime-active {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 768px) {
  .collection-note.anime-active {
    bottom: 2px;
  }
}
.collection-note span {
  /*
  &::after{
      content:"×";
      @include mx.fs(10);
      position: relative;
      left: 0.3em;
      top:-0.35em;
  }
      */
}
.kv.hide {
  opacity: 0;
  visibility: hidden;
}

.cont-switch {
  position: relative;
  z-index: 0;
}
.cont-switch__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cont-switch__inner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cont-switch__inner.active {
  opacity: 1;
  z-index: 3;
}
.cont-switch__inner figcaption {
  position: absolute;
  width: 50% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media (max-width: 768px) {
  .cont-switch__inner figcaption {
    width: 80% !important;
  }
}
.cont-switch__inner:first-child {
  position: relative;
  z-index: 1;
}

* {
  -webkit-tap-highlight-color: transparent;
}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}