@charset "UTF-8";
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #000;
  line-height: 1;
  font-weight: 400;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 390px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
/* アニメーション--------------------------- */
.fade-blur {
  opacity: 0;
}

.fade-blur.active {
  animation-name: fade-blur;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-blur {
  0% {
    opacity: 0;
    filter: blur(6px);
  }
  99% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
.clippath-left {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  position: relative;
}

.clippath-left.active {
  animation: clippath-left;
  animation-duration: 4.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path;
  opacity: 0;
}

@keyframes clippath-left {
  0% {
    opacity: 0;
    transform: scale(1.05);
    clip-path: inset(0 100% 0 0);
  }
  33% {
    opacity: 1;
    clip-path: inset(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-left-fast {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  position: relative;
}

.clippath-right {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  position: relative;
}

.clippath-right.active {
  animation: clippath-right;
  animation-duration: 4.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path;
  opacity: 0;
}

@keyframes clippath-right {
  0% {
    opacity: 0;
    transform: scale(1.05);
    clip-path: inset(0 0 0 100%);
  }
  33% {
    opacity: 1;
    clip-path: inset(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-left-2 {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.clippath-left-2.active {
  animation: clippath-left-2;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path;
  opacity: 0;
}

@keyframes clippath-left-2 {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    margin-left: 0.7vw;
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
}

.fade.active {
  animation-name: fade;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slice-bg-top {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slice-bg-top-bg {
  0% {
    bottom: 100%;
    top: 0;
  }
  50% {
    bottom: 0;
    top: 0;
  }
  99% {
    top: 100%;
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
    top: 100%;
    bottom: 0;
  }
}
.slice-bg-top.active > * span, .slice-bg-top.active > *::after {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.slice-bg-top.active > * span {
  animation-name: slice-bg-top;
}

@media screen and (max-width: 768px) {
  .slice-bg-top.active > * span {
    animation-duration: 0.8s;
    animation-delay: 0.8s;
    animation-name: clippath-top;
    opacity: 1;
    clip-path: inset(0 0 100% 0);
    animation-timing-function: ease;
  }
}
.slice-bg-top.active > *::after {
  animation-name: slice-bg-top-bg;
}

@media screen and (max-width: 768px) {
  .slice-bg-top.active > *::after {
    animation-name: none;
  }
}
.slice-bg-top > * span {
  opacity: 0;
}

.slice-bg-top > *:nth-child(2), .slice-bg-top > *:nth-child(2)::after {
  animation-delay: 0.6s;
}

.slice-bg-top > *:nth-child(3), .slice-bg-top > *:nth-child(3)::after {
  animation-delay: 0.7s;
}

.slice-bg-top > *:nth-child(4), .slice-bg-top > *:nth-child(4)::after {
  animation-delay: 0.8s;
}

.slice-bg-top > *:nth-child(5), .slice-bg-top > *:nth-child(5)::after {
  animation-delay: 0.9s;
}

.slice-bg-top > *:nth-child(6), .slice-bg-top > *:nth-child(6)::after {
  animation-delay: 1s;
}

.slice-bg-top > *:nth-child(7), .slice-bg-top > *:nth-child(7)::after {
  animation-delay: 1.1s;
}

.slice-bg-top > *:nth-child(8), .slice-bg-top > *:nth-child(8)::after {
  animation-delay: 1.2s;
}

.slice-bg-top > *:nth-child(9), .slice-bg-top > *:nth-child(9)::after {
  animation-delay: 1.3s;
}

.slice-bg-top > *:nth-child(10), .slice-bg-top > *:nth-child(10)::after {
  animation-delay: 1.4s;
}

@keyframes slice-bg-left-bg {
  0% {
    right: 100%;
    left: 0;
  }
  50% {
    right: 0;
    left: 0;
  }
  99% {
    left: 100%;
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 0;
    left: 100%;
    right: 0;
  }
}
.slice-bg-left.active > * span, .slice-bg-left.active > *::after {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.slice-bg-left.active > * span {
  animation-name: slice-bg-top;
}

.slice-bg-left.active > *::after {
  animation-name: slice-bg-left-bg;
}

.slice-bg-left > * span {
  opacity: 0;
}

.slice-bg-left > *:nth-child(2) span, .slice-bg-left > *:nth-child(2)::after {
  animation-delay: 0.6s;
}

.slice-bg-left > *:nth-child(3) span, .slice-bg-left > *:nth-child(3)::after {
  animation-delay: 0.7s;
}

.slice-bg-left > *:nth-child(4) span, .slice-bg-left > *:nth-child(4)::after {
  animation-delay: 0.8s;
}

.slice-bg-left > *:nth-child(5) span, .slice-bg-left > *:nth-child(5)::after {
  animation-delay: 0.9s;
}

.slice-bg-left > *:nth-child(6) span, .slice-bg-left > *:nth-child(6)::after {
  animation-delay: 1s;
}

.slice-bg-left > *:nth-child(7) span, .slice-bg-left > *:nth-child(7)::after {
  animation-delay: 1.1s;
}

.slice-bg-left > *:nth-child(8) span, .slice-bg-left > *:nth-child(8)::after {
  animation-delay: 1.2s;
}

.slice-bg-left > *:nth-child(9) span, .slice-bg-left > *:nth-child(9)::after {
  animation-delay: 1.3s;
}

.slice-bg-left > *:nth-child(10) span, .slice-bg-left > *:nth-child(10)::after {
  animation-delay: 1.4s;
}

.photo-lcol-in,
.photo-rcol-in {
  opacity: 0;
}

.photo-lcol-in.active,
.photo-rcol-in.active {
  animation-name: photo-lcol-in;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.photo-rcol-in.active {
  animation-name: photo-rcol-in;
}

@keyframes photo-lcol-in {
  0% {
    opacity: 0;
    transform: translateY(-6%);
    clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0);
  }
}
@keyframes photo-rcol-in {
  0% {
    opacity: 0;
    transform: translateY(6%);
    clip-path: inset(100% 0% 0% 0%);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0);
  }
}
.header-lcol,
.header-rcol {
  opacity: 0;
}

.header-lcol.active,
.header-rcol.active {
  animation-name: header-lcol;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .header-lcol.active,
  .header-rcol.active {
    animation-name: fade-slide !important;
    animation-duration: 4.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .header-lcol.active {
    animation-name: fade-slide-02 !important;
    opacity: 0;
  }
}
.header-rcol.active {
  animation-name: header-rcol;
}

@keyframes header-lcol {
  0% {
    opacity: 0;
    transform: translateY(-10%);
    clip-path: inset(0% 0% 100% 0%);
    filter: blur(3vw);
    transform: scale(1.05);
  }
  50% {
    filter: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0);
    filter: none;
    transform: scale(1);
  }
}
@keyframes header-rcol {
  0% {
    opacity: 0;
    transform: translateY(10%);
    clip-path: inset(100% 0% 0% 0%);
    filter: blur(3vw);
    transform: scale(1.05);
  }
  50% {
    filter: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0);
    filter: none;
    transform: scale(1);
  }
}
@keyframes fade-slide {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-slide-02 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv01-3 {
  0% {
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    transform: scale(1.2);
    opacity: 0;
  }
  20% {
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
.scaled-in.active {
  animation-name: scaled-in;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  animation-fill-mode: forwards;
}

@keyframes scaled-in {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bdr-anim {
  0% {
    top: 0;
    bottom: 100%;
    opacity: 0;
  }
  70% {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    bottom: 0;
  }
}
.read-down02.active {
  opacity: 1;
  animation-name: read-down02;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes read-down02 {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(150%);
  }
}
.fadeup {
  opacity: 0;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.fadeup.active {
  animation-name: fadeup;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path, opacity, filter, scale;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.txt-ani span {
  display: inline-block;
  opacity: 0;
  -ms-transform: translateX(10px);
      transform: translateX(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.txt-ani.is-visible span {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.clip-text {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s ease;
  transition-delay: 0.6s;
}

.clip-text.active {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.clippath-left-text {
  clip-path: inset(0 100% 0 0);
  position: relative;
}

.clippath-left-text.active {
  animation: clippath-left-text;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path;
}

@keyframes clippath-left-text {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  33% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
  }
}
.fade0 {
  animation-name: fade;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade01-1 {
  animation-name: fade01-1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade01-2 {
  animation-name: fade01-2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade01-3 {
  animation-name: fade01-3;
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fade01-1 {
  0% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes fade01-2 {
  0% {
    opacity: 1;
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes fade01-3 {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fade02-1 {
  animation-name: mv02-1;
  animation-duration: 0.8s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade02-2 {
  animation-name: mv02-1;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade02-3 {
  animation-name: mv02-2;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  will-change: clip-path;
}

.fade02-4 {
  animation-name: mv02-1;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 2.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade02-5 {
  animation-name: mv02-3;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 2.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes mv02-1 {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mv02-2 {
  from {
    clip-path: inset(0 100% 0% 0%);
    opacity: 1;
  }
  to {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes mv02-3 {
  from {
    opacity: 0;
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade01-1-sp {
  animation-name: fade01-sp;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade01-sp {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fade03-1 {
  animation-name: mv03-1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 4.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path;
  opacity: 0;
}

@keyframes mv03-1 {
  from {
    clip-path: inset(0 100% 0% 0%);
    opacity: 1;
  }
  to {
    clip-path: inset(0);
    opacity: 1;
  }
}
.fadein-txt-w {
  opacity: 0;
}

.fadein-txt-w.active {
  opacity: 1;
  animation-name: fadein-txt-w;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadein-txt-w {
  from {
    transform: translateX(-5%);
    opacity: 1;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
.fadein-left {
  opacity: 0;
}

.fadein-left.active {
  opacity: 1;
  animation-name: fadein-left;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadein-left {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
.img-ani03 {
  opacity: 0;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.img-ani03.active {
  animation-name: img-ani03;
  animation-duration: 5s;
  animation-delay: 0.4s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
}

@keyframes img-ani03 {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadein-up1 {
  opacity: 0;
}

.fadein-up1.active {
  opacity: 1;
  animation-name: fadein-up1;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadein-up1 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.door-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  overflow: visible;
}

.bg-left.active {
  opacity: 1;
  animation-name: bg-left;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .bg-left.active {
    animation-name: bg-down;
    animation-timing-function: ease-out;
  }
}

@keyframes bg-left {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(150%);
  }
}
.bg-left.door-bg {
  left: 0;
}
.bg-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bg-left::before {
    top: -200px;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
}

.bg-right.active {
  opacity: 1;
  animation-name: bg-right;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .bg-right.active {
    animation-name: bg-down;
    animation-timing-function: ease-out;
  }
}

@keyframes bg-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-150%);
  }
}
.bg-right.door-bg {
  right: 0;
}
.bg-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bg-right::before {
    top: -200px;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
}

.bg-down.active {
  opacity: 1;
  animation-name: bg-down;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes bg-down {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(150%);
  }
}
.bg-down {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.bg-down::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}

/* ---------------------------------------------
  component
  --------------------------------------------- */
body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  color: #1C242C;
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

body.is-bg-colored {
  background-color: #EAEADC;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.flex-box {
  display: -ms-flexbox;
  display: flex;
}

.flex-box-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.slide-box {
  overflow: hidden;
}

/* ヘッダー--------------------------- */
.header {
  position: relative;
}
.header-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header-block {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.header-img {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header-img .photo-slider {
    display: block;
    width: 100%;
    aspect-ratio: 375/667;
    overflow: hidden;
  }
  .header-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(33, 33, 33, 0.4) 0%, rgba(33, 33, 33, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.8s ease;
    transition-delay: 1s;
    z-index: 1;
  }
}
.header-img .img {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header-img .img {
    width: 100%;
  }
}
.header-img .img img {
  max-width: 100.2%;
  width: 100.2%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .header-img.active::before {
    opacity: 1;
  }
}
.header .txt-logo {
  margin: 0;
  position: absolute;
  top: 85%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  animation-delay: 1.5s !important;
}
@media screen and (max-width: 767px) {
  .header .txt-logo {
    right: inherit;
    top: 2%;
    left: 4.8%;
    -ms-transform: none;
        transform: none;
  }
  .header .txt-logo img {
    width: 16vw;
  }
}

.mv-text {
  position: absolute;
  top: 22.5%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-text {
    z-index: 2;
    top: 61.2%;
  }
}
.mv-text.active .mv-ttl-01::before, .mv-text.active .mv-ttl-01::after {
  clip-path: inset(0);
}

.mv-ttl-01 {
  margin: 0 auto;
  margin-bottom: 2.9282576867vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.756954612vw;
}
@media screen and (max-width: 767px) {
  .mv-ttl-01 {
    width: 88%;
    margin-bottom: 4.2666666667vw;
  }
}
.mv-ttl-01::before, .mv-ttl-01::after {
  content: "";
  display: block;
  width: 2.4890190337vw;
  height: 1px;
  background-color: #1C242C;
  transition: 0.5s ease;
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .mv-ttl-01::before, .mv-ttl-01::after {
    width: 6.4vw;
    background-color: #fff;
  }
}
.mv-ttl-01::before {
  clip-path: inset(0 0 0 100%);
}
.mv-ttl-01::after {
  clip-path: inset(0 100% 0 0);
}
.mv-ttl-01 .text {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .mv-ttl-01 .text {
    width: 71%;
  }
}

.mv-ttl-02 {
  width: 34.8%;
  margin: 0 auto;
  margin-bottom: 2.196193265vw;
  position: relative;
  left: -0.2%;
}
@media screen and (max-width: 767px) {
  .mv-ttl-02 {
    width: 80%;
    top: -64%;
    left: 0;
  }
}
.mv-ttl-02 .text {
  display: block;
  position: relative;
  z-index: 1;
}
.mv-ttl-02 .bg {
  display: block;
  width: 88%;
  position: absolute;
  top: 90%;
  left: 5.4%;
}

.mv-ttl-03 {
  width: 7.4%;
  position: relative;
  position: absolute;
  top: 100%;
  left: 49%;
}
@media screen and (max-width: 767px) {
  .mv-ttl-03 {
    width: 20%;
    top: 110%;
    left: 44%;
  }
}

.mv-ttl-04 {
  width: 10%;
  position: relative;
  margin: 0 auto;
  position: absolute;
  top: 109%;
  left: 56.6%;
}
@media screen and (max-width: 767px) {
  .mv-ttl-04 {
    width: 29%;
    top: 111.6%;
    left: 64.8%;
  }
}

/* リード--------------------------- */
.lead {
  margin: 0;
  padding-top: min(6.588579795vw, 120px);
  padding-bottom: min(5.8565153734vw, 100px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lead {
    padding-top: min(14.6666666667vw, 100px);
    padding-bottom: min(18.6666666667vw, 80px);
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.lead .text {
  font-size: 1.2445095168vw;
  font-size: max(1.4641288433vw, 16px);
  font-weight: 400;
  line-height: 3;
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .lead .text {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    line-height: 2.5;
  }
}

/* items nav  --------------------------- */
.p-links {
  width: 100%;
  z-index: 99;
  margin-bottom: 13.3235724744vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-links {
    padding: 0 2.6666666667vw;
    margin-bottom: 17.0666666667vw;
  }
}
.p-links::before {
  content: "";
  display: block;
  width: 1px;
  height: max(100px, 11.7130307467vw);
  background-color: #1C242C;
  margin: 0 auto;
  margin-bottom: 7.027818448vw;
  transition: 0.5s ease;
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 767px) {
  .p-links::before {
    height: 26.6666666667vw;
    margin-bottom: 24vw;
  }
}
.p-links__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2.9282576867vw;
}
@media screen and (max-width: 767px) {
  .p-links__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16vw 2.6666666667vw;
  }
}
.p-links__list__item {
  width: max(160px, 17.5695461201vw);
  -ms-transform: translateY(10%);
      transform: translateY(10%);
  transition: 1s ease;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-links__list__item {
    width: 100%;
  }
}
.p-links__list__item:nth-child(1) .num {
  color: #E0EEFC;
}
.p-links__list__item:nth-child(1) .index-ttl::before {
  background-color: #E0EEFC;
}
.p-links__list__item:nth-child(2) {
  transition-delay: 0.3s;
}
.p-links__list__item:nth-child(2) .num {
  color: #62758A;
}
.p-links__list__item:nth-child(2) .index-ttl::before {
  background-color: #62758A;
}
.p-links__list__item:nth-child(3) {
  transition-delay: 0.6s;
}
.p-links__list__item:nth-child(3) .num {
  color: #C9BCB0;
}
.p-links__list__item:nth-child(3) .index-ttl::before {
  background-color: #C9BCB0;
}
.p-links__list__item:nth-child(4) {
  transition-delay: 0.9s;
}
.p-links__list__item:nth-child(4) .num {
  color: #7ABCB5;
}
.p-links__list__item:nth-child(4) .index-ttl::before {
  background-color: #7ABCB5;
}
.p-links__list a {
  position: relative;
  transition: 0.3s ease;
  display: block;
}
.p-links__list a:hover {
  opacity: 0.7;
}
.p-links .num {
  position: absolute;
  top: -12%;
  left: 1.6%;
  transition: 0.3s ease;
  font-size: 3.3674963397vw;
  font-style: italic;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-links .num {
    font-size: 10.6666666667vw;
    left: 1%;
  }
}
.p-links .img {
  position: relative;
}
.p-links .img img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}
.p-links .index-ttl {
  font-size: 1.1713030747vw;
  text-align: center;
  margin-top: 1.317715959vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.5856515373vw;
}
@media screen and (max-width: 767px) {
  .p-links .index-ttl {
    font-size: 4.2666666667vw;
    margin-top: 3.7333333333vw;
    gap: 1.6vw;
  }
}
.p-links .index-ttl::before {
  content: "";
  display: block;
  width: 1.1713030747vw;
  height: 1.0248901903vw;
  -webkit-mask-image: url("../img/check.svg");
          mask-image: url("../img/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 767px) {
  .p-links .index-ttl::before {
    width: 4.2666666667vw;
    height: 3.7333333333vw;
  }
}
.p-links.active::before {
  clip-path: inset(0);
}
.p-links.active .p-links__list__item {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

/* 商品リンク先リスト--------------------------- */
.link-box {
  width: 29.28vw;
  max-width: 100%;
  min-width: 270px;
}

@media screen and (max-width: 767px) {
  .link-box {
    width: 88vw;
    min-width: 0;
  }
}
.link-box-main {
  position: relative;
  padding-bottom: 1.4em;
  margin-bottom: 1.4em;
}

.link-box-main::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 100%;
  opacity: 0;
  bottom: 0;
  background-color: #D0D0D0;
  transition: right 1.2s cubic-bezier(0, 0.55, 0.45, 1) 0.3s, opacity 0.1s linear;
}

.link-box.active .link-box-main::after {
  right: 0;
  opacity: 1;
}

.cart-btm {
  width: 100%;
  text-decoration: none;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0.1em 0;
  font-size: 1rem;
  font-size: max(clamp(1rem, 0.53rem + 0.5415162455vw, 1.18rem), 0.98vw);
  position: relative;
  opacity: 0;
  left: -0.8em;
  top: -0.3em;
  transition: opacity 1.2s ease, left 0.6s ease, top 0.6s ease;
  will-change: opacity, left;
}
.cart-btm:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1365px) {
  .cart-btm {
    font-size: clamp(0.81rem, 0.57rem + 0.5016722408vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .cart-btm {
    font-size: 4.26vw;
  }
}
.cart-btm:nth-child(0) {
  transition-delay: 0s;
}

.link-box-sub .cart-btm:nth-child(0) {
  transition-delay: 0.3s;
}

.cart-btm:nth-child(1) {
  transition-delay: 0.1s;
}

.link-box-sub .cart-btm:nth-child(1) {
  transition-delay: 0.4s;
}

.cart-btm:nth-child(2) {
  transition-delay: 0.2s;
}

.link-box-sub .cart-btm:nth-child(2) {
  transition-delay: 0.5s;
}

.cart-btm:nth-child(3) {
  transition-delay: 0.3s;
}

.link-box-sub .cart-btm:nth-child(3) {
  transition-delay: 0.6s;
}

.cart-btm:nth-child(4) {
  transition-delay: 0.4s;
}

.link-box-sub .cart-btm:nth-child(4) {
  transition-delay: 0.7s;
}

.cart-btm:nth-child(5) {
  transition-delay: 0.5s;
}

.link-box-sub .cart-btm:nth-child(5) {
  transition-delay: 0.8s;
}

.cart-btm:nth-child(6) {
  transition-delay: 0.6s;
}

.link-box-sub .cart-btm:nth-child(6) {
  transition-delay: 0.9s;
}

.cart-btm:nth-child(7) {
  transition-delay: 0.7s;
}

.link-box-sub .cart-btm:nth-child(7) {
  transition-delay: 1s;
}

.cart-btm:nth-child(8) {
  transition-delay: 0.8s;
}

.link-box-sub .cart-btm:nth-child(8) {
  transition-delay: 1.1s;
}

.cart-btm:nth-child(9) {
  transition-delay: 0.9s;
}

.link-box-sub .cart-btm:nth-child(9) {
  transition-delay: 1.2s;
}

.cart-btm:nth-child(10) {
  transition-delay: 1s;
}

.link-box-sub .cart-btm:nth-child(10) {
  transition-delay: 1.3s;
}

.cart-btm * {
  font-family: "Shippori Mincho", serif;
}

.link-box.active .cart-btm {
  opacity: 1;
  left: 0;
  top: 0;
}

.cart-title {
  -ms-flex: 1;
      flex: 1;
  font-size: 0.87em;
  letter-spacing: 0.086em;
}

.cart-yen {
  position: relative;
  letter-spacing: 0.05em;
  width: 5.71em;
  text-align: right;
  white-space: nowrap;
  font-family: "Shippori Mincho", serif;
  font-size: 0.87em;
}

.cart-btm--l .cart-yen::before,
.cart-btm--s .cart-yen::before {
  content: "";
  display: block;
  background: center center/contain no-repeat url("../img/size-l.svg");
  width: 0.938em;
  height: 0.938em;
  position: absolute;
  left: -2px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.cart-btm--s .cart-yen::before {
  background-image: url("../img/size-s.svg");
}

.cart-tax {
  font-family: "Shippori Mincho", serif;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.5em;
  white-space: nowrap;
  letter-spacing: 0;
  margin-inline: 0.4em 1em;
  margin-bottom: -0.5em;
}

.cart-btn {
  --cart-btn-color: #E6E6E9;
  --cart-btn-arrow: url("../img/arrow-white.svg");
  position: relative;
  font-size: 0.62em;
  line-height: 1.5em;
  width: 5.8em;
  padding: 0.25em 0;
  background: var(--cart-btn-color);
  border: 0.5px solid var(--cart-btn-color);
  display: inline-block;
  text-align: center;
  color: #000;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.link-box-sub .cart-btn {
  background-color: transparent;
  color: #1A1311;
  border-color: #D6D6D6;
  --cart-btn-arrow: url("../img/arrow-white.svg");
}

.cart-btn--gray {
  --cart-btn-color: #E6E6E9;
  --cart-btn-arrow: url("../img/arrow-black.svg");
}

.cart-btn--white {
  --cart-btn-color: #fff;
  --cart-btn-arrow: url("../img/arrow-black.svg");
}

.cart-btn--01 {
  --cart-btn-color: #E0EEFC;
  --cart-btn-arrow: url("../img/arrow-black.svg");
}

.cart-btn--02 {
  color: #fff;
  --cart-btn-color: #62758A;
  --cart-btn-arrow: url("../img/arrow-black.svg");
}

.cart-btn--03 {
  --cart-btn-color: #C9BCB0;
  --cart-btn-arrow: url("../img/arrow-black.svg");
}

.cart-btn--04 {
  --cart-btn-color: #7ABCB5;
  color: #fff;
  --cart-btn-arrow: url("../img/arrow-black.svg");
}

.cart-btm:hover .cart-btn {
  background: #fff;
  border-color: var(--cart-btn-color);
  color: #000;
}

.link-box-sub .cart-btm:hover .cart-btn {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.cart-btn span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}

.cart-btm:hover .cart-btn span {
  transform: translate3d(-0.5rem, 0, 0);
}

.cart-btn::after {
  content: "";
  position: absolute;
  display: block;
  background: center center/contain no-repeat var(--cart-btn-arrow);
  width: 1.1em;
  height: 100%;
  right: 2.09em;
  opacity: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.cart-btm:hover .cart-btn::after {
  opacity: 1;
  right: 0.3em;
}

/* 商品セクションのレイアウト--------------------------- */
/* items head --------------------------- */
.scene-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  gap: 9.5168374817vw;
  margin-bottom: 2.196193265vw;
  padding: 3.8067349927vw 0 3.074670571vw;
  margin-bottom: 10.3953147877vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .scene-head {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 15.4666666667vw;
    padding: 13.3333333333vw 3.7333333333vw 11.2vw 5.3333333333vw;
    gap: 6.4vw;
  }
}
.scene-head__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.scene-head__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 6.588579795vw;
  min-width: 35.8711566618vw;
}
@media screen and (max-width: 767px) {
  .scene-head__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    margin-left: 0;
    min-width: 100%;
  }
}
.scene-head__sub {
  width: 100%;
  font-size: 2.3426061493vw;
  font-family: "Cormorant Garamond", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.4641288433vw;
  color: #1C242C;
  padding-left: 0.439238653vw;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .scene-head__sub {
    font-size: 8.5333333333vw;
  }
}
.scene-head__sub::after {
  content: "";
  display: block;
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  background-color: #E0EEFC;
  margin-top: 0.7320644217vw;
  clip-path: inset(0 100% 0 0);
  transition: 0.5s ease;
}
.scene-head__sub.active::after {
  clip-path: inset(0);
}
.scene-head__ttl {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.270863836vw;
  font-weight: 300;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .scene-head__ttl {
    font-size: 13.8666666667vw;
    line-height: 1.3;
  }
}
.scene-head__lead {
  font-size: max(1.2445095168vw, 13px);
  line-height: 2.5;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .scene-head__lead {
    font-size: 3.7333333333vw;
    line-height: 2.214;
  }
}
.scene-head.active .items-head__ttl span {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.scene-head.active .items-head__ttl::before {
  clip-path: inset(0);
}

.items-desc {
  font-size: max(1.1713030747vw, 13px);
  font-weight: 400;
  line-height: 2;
  max-width: 600px;
  margin-top: 3.953147877vw;
}
@media screen and (max-width: 767px) {
  .items-desc {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin-top: 9.0666666667vw;
  }
  .items-desc.active {
    animation-duration: 0.5s;
  }
}

.items-text .link-box {
  margin-top: 3.953147877vw;
}
@media screen and (max-width: 767px) {
  .items-text .link-box {
    margin-top: 8vw;
  }
}
.items-text .notice {
  font-size: 13px;
  font-size: 0.9516837482vw;
  margin-top: 1.0248901903vw;
}
@media screen and (max-width: 767px) {
  .items-text .notice {
    font-size: 3.4666666667vw;
    margin-top: 4.2666666667vw;
  }
}

/* 商品セクション --------------------------- */
.items {
  position: relative;
}

.items-photo {
  overflow: hidden;
  width: 42.4597364568vw;
  aspect-ratio: 580/765;
}
.items-photo.left {
  position: absolute;
  top: 0;
  left: 3.6603221083vw;
}

.items-photo a {
  display: block;
}

@media screen and (max-width: 767px) {
  .items-photo {
    width: 100vw;
    aspect-ratio: 375/494;
    overflow: hidden;
  }
}
/* items ttl --------------------------- */
.items-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4.0995607613vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .items-head {
    width: 100%;
    padding: 0 5.3333333333vw;
    padding-top: 0 !important;
    gap: 8vw;
    margin-bottom: 8vw;
  }
}

.items-num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .items-num {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.items-num.active::before {
  clip-path: inset(0);
}

.items-ttl {
  font-size: 2.196193265vw;
  font-size: max(2.196193265vw, 20px);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.5s ease;
  transition-delay: 0.8s;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .items-ttl {
    font-size: 7.4666666667vw;
  }
}

.items-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8052708638vw;
  padding-left: 0.439238653vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .items-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8vw 6.4vw;
  }
}
.items-list li {
  font-size: max(1.317715959vw, 14px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.9516837482vw;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s ease;
  opacity: 0;
  -ms-transform: translateX(-5%);
      transform: translateX(-5%);
}
@media screen and (max-width: 767px) {
  .items-list li {
    font-size: 3.7333333333vw;
  }
}
.items-list li::before {
  content: "";
  display: block;
  width: 1.4641288433vw;
  height: 1.2445095168vw;
  background: url("../img/checkbox.svg") no-repeat top right/100%;
}
@media screen and (max-width: 767px) {
  .items-list li::before {
    width: 5.3333333333vw;
    height: 4.5333333333vw;
  }
}
.items-list.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7320644217vw 0.5856515373vw;
}
@media screen and (max-width: 767px) {
  .items-list.row {
    gap: 4.8vw 0vw;
  }
}
.items-list.active li {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.items-list.active li:nth-child(2) {
  transition-delay: 0.08s;
}
.items-list.active li:nth-child(3) {
  transition-delay: 0.12s;
}
.items-list.active li:nth-child(4) {
  transition-delay: 0.16s;
}
.items-list.active li:nth-child(5) {
  transition-delay: 0.2s;
}
.items-list.active li:nth-child(6) {
  transition-delay: 0.24s;
}
.items-list.active li:nth-child(7) {
  transition-delay: 0.28s;
}
.items-list.active li:nth-child(8) {
  transition-delay: 0.32s;
}
.items-list.active li:nth-child(9) {
  transition-delay: 0.36s;
}
.items-list.active li:nth-child(10) {
  transition-delay: 0.4s;
}
.items-list.active li:nth-child(11) {
  transition-delay: 0.44s;
}
.items-list.active li:nth-child(12) {
  transition-delay: 0.48s;
}
.items-list.active li:nth-child(13) {
  transition-delay: 0.52s;
}
.items-list.active li:nth-child(14) {
  transition-delay: 0.56s;
}
.items-list.active li:nth-child(15) {
  transition-delay: 0.6s;
}
.items-list.active li:nth-child(16) {
  transition-delay: 0.64s;
}
.items-list.active li:nth-child(17) {
  transition-delay: 0.68s;
}
.items-list.active li:nth-child(18) {
  transition-delay: 0.72s;
}
.items-list.active li:nth-child(19) {
  transition-delay: 0.76s;
}
.items-list.active li:nth-child(20) {
  transition-delay: 0.8s;
}
.items-list.active li:nth-child(21) {
  transition-delay: 0.84s;
}
.items-list.active li:nth-child(22) {
  transition-delay: 0.88s;
}
.items-list.active li:nth-child(23) {
  transition-delay: 0.92s;
}
.items-list.active li:nth-child(24) {
  transition-delay: 0.96s;
}
.items-list.active li:nth-child(25) {
  transition-delay: 1s;
}
.items-list.active li:nth-child(26) {
  transition-delay: 1.04s;
}
.items-list.active li:nth-child(27) {
  transition-delay: 1.08s;
}
.items-list.active li:nth-child(28) {
  transition-delay: 1.12s;
}
.items-list.active li:nth-child(29) {
  transition-delay: 1.16s;
}
.items-list.active li:nth-child(30) {
  transition-delay: 1.2s;
}
.items-list.active li:nth-child(31) {
  transition-delay: 1.24s;
}
.items-list.active li:nth-child(32) {
  transition-delay: 1.28s;
}
.items-list.active li:nth-child(33) {
  transition-delay: 1.32s;
}
.items-list.active li:nth-child(34) {
  transition-delay: 1.36s;
}
.items-list.active li:nth-child(35) {
  transition-delay: 1.4s;
}
.items-list.active li:nth-child(36) {
  transition-delay: 1.44s;
}
.items-list.active li:nth-child(37) {
  transition-delay: 1.48s;
}
.items-list.active li:nth-child(38) {
  transition-delay: 1.52s;
}
.items-list.active li:nth-child(39) {
  transition-delay: 1.56s;
}
.items-list.active li:nth-child(40) {
  transition-delay: 1.6s;
}
.items-list.active li:nth-child(41) {
  transition-delay: 1.64s;
}
.items-list.active li:nth-child(42) {
  transition-delay: 1.68s;
}
.items-list.active li:nth-child(43) {
  transition-delay: 1.72s;
}
.items-list.active li:nth-child(44) {
  transition-delay: 1.76s;
}
.items-list.active li:nth-child(45) {
  transition-delay: 1.8s;
}
.items-list.active li:nth-child(46) {
  transition-delay: 1.84s;
}
.items-list.active li:nth-child(47) {
  transition-delay: 1.88s;
}
.items-list.active li:nth-child(48) {
  transition-delay: 1.92s;
}
.items-list.active li:nth-child(49) {
  transition-delay: 1.96s;
}
.items-list.active li:nth-child(50) {
  transition-delay: 2s;
}
.items-list.active li:nth-child(51) {
  transition-delay: 2.04s;
}
.items-list.active li:nth-child(52) {
  transition-delay: 2.08s;
}
.items-list.active li:nth-child(53) {
  transition-delay: 2.12s;
}
.items-list.active li:nth-child(54) {
  transition-delay: 2.16s;
}
.items-list.active li:nth-child(55) {
  transition-delay: 2.2s;
}
.items-list.active li:nth-child(56) {
  transition-delay: 2.24s;
}
.items-list.active li:nth-child(57) {
  transition-delay: 2.28s;
}
.items-list.active li:nth-child(58) {
  transition-delay: 2.32s;
}
.items-list.active li:nth-child(59) {
  transition-delay: 2.36s;
}
.items-list.active li:nth-child(60) {
  transition-delay: 2.4s;
}
.items-list.active li:nth-child(61) {
  transition-delay: 2.44s;
}
.items-list.active li:nth-child(62) {
  transition-delay: 2.48s;
}
.items-list.active li:nth-child(63) {
  transition-delay: 2.52s;
}
.items-list.active li:nth-child(64) {
  transition-delay: 2.56s;
}
.items-list.active li:nth-child(65) {
  transition-delay: 2.6s;
}
.items-list.active li:nth-child(66) {
  transition-delay: 2.64s;
}
.items-list.active li:nth-child(67) {
  transition-delay: 2.68s;
}
.items-list.active li:nth-child(68) {
  transition-delay: 2.72s;
}
.items-list.active li:nth-child(69) {
  transition-delay: 2.76s;
}
.items-list.active li:nth-child(70) {
  transition-delay: 2.8s;
}
.items-list.active li:nth-child(71) {
  transition-delay: 2.84s;
}
.items-list.active li:nth-child(72) {
  transition-delay: 2.88s;
}
.items-list.active li:nth-child(73) {
  transition-delay: 2.92s;
}
.items-list.active li:nth-child(74) {
  transition-delay: 2.96s;
}
.items-list.active li:nth-child(75) {
  transition-delay: 3s;
}
.items-list.active li:nth-child(76) {
  transition-delay: 3.04s;
}
.items-list.active li:nth-child(77) {
  transition-delay: 3.08s;
}
.items-list.active li:nth-child(78) {
  transition-delay: 3.12s;
}
.items-list.active li:nth-child(79) {
  transition-delay: 3.16s;
}
.items-list.active li:nth-child(80) {
  transition-delay: 3.2s;
}
.items-list.active li:nth-child(81) {
  transition-delay: 3.24s;
}
.items-list.active li:nth-child(82) {
  transition-delay: 3.28s;
}
.items-list.active li:nth-child(83) {
  transition-delay: 3.32s;
}
.items-list.active li:nth-child(84) {
  transition-delay: 3.36s;
}
.items-list.active li:nth-child(85) {
  transition-delay: 3.4s;
}
.items-list.active li:nth-child(86) {
  transition-delay: 3.44s;
}
.items-list.active li:nth-child(87) {
  transition-delay: 3.48s;
}
.items-list.active li:nth-child(88) {
  transition-delay: 3.52s;
}
.items-list.active li:nth-child(89) {
  transition-delay: 3.56s;
}
.items-list.active li:nth-child(90) {
  transition-delay: 3.6s;
}
.items-list.active li:nth-child(91) {
  transition-delay: 3.64s;
}
.items-list.active li:nth-child(92) {
  transition-delay: 3.68s;
}
.items-list.active li:nth-child(93) {
  transition-delay: 3.72s;
}
.items-list.active li:nth-child(94) {
  transition-delay: 3.76s;
}
.items-list.active li:nth-child(95) {
  transition-delay: 3.8s;
}
.items-list.active li:nth-child(96) {
  transition-delay: 3.84s;
}
.items-list.active li:nth-child(97) {
  transition-delay: 3.88s;
}
.items-list.active li:nth-child(98) {
  transition-delay: 3.92s;
}
.items-list.active li:nth-child(99) {
  transition-delay: 3.96s;
}
.items-list.active li:nth-child(100) {
  transition-delay: 4s;
}
.items-list.active li:nth-child(101) {
  transition-delay: 4.04s;
}
.items-list.active li:nth-child(102) {
  transition-delay: 4.08s;
}
.items-list.active li:nth-child(103) {
  transition-delay: 4.12s;
}
.items-list.active li:nth-child(104) {
  transition-delay: 4.16s;
}
.items-list.active li:nth-child(105) {
  transition-delay: 4.2s;
}
.items-list.active li:nth-child(106) {
  transition-delay: 4.24s;
}
.items-list.active li:nth-child(107) {
  transition-delay: 4.28s;
}
.items-list.active li:nth-child(108) {
  transition-delay: 4.32s;
}
.items-list.active li:nth-child(109) {
  transition-delay: 4.36s;
}
.items-list.active li:nth-child(110) {
  transition-delay: 4.4s;
}
.items-list.active li:nth-child(111) {
  transition-delay: 4.44s;
}
.items-list.active li:nth-child(112) {
  transition-delay: 4.48s;
}
.items-list.active li:nth-child(113) {
  transition-delay: 4.52s;
}
.items-list.active li:nth-child(114) {
  transition-delay: 4.56s;
}
.items-list.active li:nth-child(115) {
  transition-delay: 4.6s;
}
.items-list.active li:nth-child(116) {
  transition-delay: 4.64s;
}
.items-list.active li:nth-child(117) {
  transition-delay: 4.68s;
}
.items-list.active li:nth-child(118) {
  transition-delay: 4.72s;
}
.items-list.active li:nth-child(119) {
  transition-delay: 4.76s;
}
.items-list.active li:nth-child(120) {
  transition-delay: 4.8s;
}
.items-list.active li:nth-child(121) {
  transition-delay: 4.84s;
}
.items-list.active li:nth-child(122) {
  transition-delay: 4.88s;
}
.items-list.active li:nth-child(123) {
  transition-delay: 4.92s;
}
.items-list.active li:nth-child(124) {
  transition-delay: 4.96s;
}
.items-list.active li:nth-child(125) {
  transition-delay: 5s;
}
.items-list.active li:nth-child(126) {
  transition-delay: 5.04s;
}
.items-list.active li:nth-child(127) {
  transition-delay: 5.08s;
}
.items-list.active li:nth-child(128) {
  transition-delay: 5.12s;
}
.items-list.active li:nth-child(129) {
  transition-delay: 5.16s;
}
.items-list.active li:nth-child(130) {
  transition-delay: 5.2s;
}
.items-list.active li:nth-child(131) {
  transition-delay: 5.24s;
}
.items-list.active li:nth-child(132) {
  transition-delay: 5.28s;
}
.items-list.active li:nth-child(133) {
  transition-delay: 5.32s;
}
.items-list.active li:nth-child(134) {
  transition-delay: 5.36s;
}
.items-list.active li:nth-child(135) {
  transition-delay: 5.4s;
}
.items-list.active li:nth-child(136) {
  transition-delay: 5.44s;
}
.items-list.active li:nth-child(137) {
  transition-delay: 5.48s;
}
.items-list.active li:nth-child(138) {
  transition-delay: 5.52s;
}
.items-list.active li:nth-child(139) {
  transition-delay: 5.56s;
}
.items-list.active li:nth-child(140) {
  transition-delay: 5.6s;
}
.items-list.active li:nth-child(141) {
  transition-delay: 5.64s;
}
.items-list.active li:nth-child(142) {
  transition-delay: 5.68s;
}
.items-list.active li:nth-child(143) {
  transition-delay: 5.72s;
}
.items-list.active li:nth-child(144) {
  transition-delay: 5.76s;
}
.items-list.active li:nth-child(145) {
  transition-delay: 5.8s;
}
.items-list.active li:nth-child(146) {
  transition-delay: 5.84s;
}
.items-list.active li:nth-child(147) {
  transition-delay: 5.88s;
}
.items-list.active li:nth-child(148) {
  transition-delay: 5.92s;
}
.items-list.active li:nth-child(149) {
  transition-delay: 5.96s;
}
.items-list.active li:nth-child(150) {
  transition-delay: 6s;
}
.items-list.active li:nth-child(151) {
  transition-delay: 6.04s;
}
.items-list.active li:nth-child(152) {
  transition-delay: 6.08s;
}
.items-list.active li:nth-child(153) {
  transition-delay: 6.12s;
}
.items-list.active li:nth-child(154) {
  transition-delay: 6.16s;
}
.items-list.active li:nth-child(155) {
  transition-delay: 6.2s;
}
.items-list.active li:nth-child(156) {
  transition-delay: 6.24s;
}
.items-list.active li:nth-child(157) {
  transition-delay: 6.28s;
}
.items-list.active li:nth-child(158) {
  transition-delay: 6.32s;
}
.items-list.active li:nth-child(159) {
  transition-delay: 6.36s;
}
.items-list.active li:nth-child(160) {
  transition-delay: 6.4s;
}
.items-list.active li:nth-child(161) {
  transition-delay: 6.44s;
}
.items-list.active li:nth-child(162) {
  transition-delay: 6.48s;
}
.items-list.active li:nth-child(163) {
  transition-delay: 6.52s;
}
.items-list.active li:nth-child(164) {
  transition-delay: 6.56s;
}
.items-list.active li:nth-child(165) {
  transition-delay: 6.6s;
}
.items-list.active li:nth-child(166) {
  transition-delay: 6.64s;
}
.items-list.active li:nth-child(167) {
  transition-delay: 6.68s;
}
.items-list.active li:nth-child(168) {
  transition-delay: 6.72s;
}
.items-list.active li:nth-child(169) {
  transition-delay: 6.76s;
}
.items-list.active li:nth-child(170) {
  transition-delay: 6.8s;
}
.items-list.active li:nth-child(171) {
  transition-delay: 6.84s;
}
.items-list.active li:nth-child(172) {
  transition-delay: 6.88s;
}
.items-list.active li:nth-child(173) {
  transition-delay: 6.92s;
}
.items-list.active li:nth-child(174) {
  transition-delay: 6.96s;
}
.items-list.active li:nth-child(175) {
  transition-delay: 7s;
}
.items-list.active li:nth-child(176) {
  transition-delay: 7.04s;
}
.items-list.active li:nth-child(177) {
  transition-delay: 7.08s;
}
.items-list.active li:nth-child(178) {
  transition-delay: 7.12s;
}
.items-list.active li:nth-child(179) {
  transition-delay: 7.16s;
}
.items-list.active li:nth-child(180) {
  transition-delay: 7.2s;
}
.items-list.active li:nth-child(181) {
  transition-delay: 7.24s;
}
.items-list.active li:nth-child(182) {
  transition-delay: 7.28s;
}
.items-list.active li:nth-child(183) {
  transition-delay: 7.32s;
}
.items-list.active li:nth-child(184) {
  transition-delay: 7.36s;
}
.items-list.active li:nth-child(185) {
  transition-delay: 7.4s;
}
.items-list.active li:nth-child(186) {
  transition-delay: 7.44s;
}
.items-list.active li:nth-child(187) {
  transition-delay: 7.48s;
}
.items-list.active li:nth-child(188) {
  transition-delay: 7.52s;
}
.items-list.active li:nth-child(189) {
  transition-delay: 7.56s;
}
.items-list.active li:nth-child(190) {
  transition-delay: 7.6s;
}
.items-list.active li:nth-child(191) {
  transition-delay: 7.64s;
}
.items-list.active li:nth-child(192) {
  transition-delay: 7.68s;
}
.items-list.active li:nth-child(193) {
  transition-delay: 7.72s;
}
.items-list.active li:nth-child(194) {
  transition-delay: 7.76s;
}
.items-list.active li:nth-child(195) {
  transition-delay: 7.8s;
}
.items-list.active li:nth-child(196) {
  transition-delay: 7.84s;
}
.items-list.active li:nth-child(197) {
  transition-delay: 7.88s;
}
.items-list.active li:nth-child(198) {
  transition-delay: 7.92s;
}
.items-list.active li:nth-child(199) {
  transition-delay: 7.96s;
}
.items-list.active li:nth-child(200) {
  transition-delay: 8s;
}
.items-list.active li:nth-child(201) {
  transition-delay: 8.04s;
}
.items-list.active li:nth-child(202) {
  transition-delay: 8.08s;
}
.items-list.active li:nth-child(203) {
  transition-delay: 8.12s;
}
.items-list.active li:nth-child(204) {
  transition-delay: 8.16s;
}
.items-list.active li:nth-child(205) {
  transition-delay: 8.2s;
}
.items-list.active li:nth-child(206) {
  transition-delay: 8.24s;
}
.items-list.active li:nth-child(207) {
  transition-delay: 8.28s;
}
.items-list.active li:nth-child(208) {
  transition-delay: 8.32s;
}
.items-list.active li:nth-child(209) {
  transition-delay: 8.36s;
}
.items-list.active li:nth-child(210) {
  transition-delay: 8.4s;
}
.items-list.active li:nth-child(211) {
  transition-delay: 8.44s;
}
.items-list.active li:nth-child(212) {
  transition-delay: 8.48s;
}
.items-list.active li:nth-child(213) {
  transition-delay: 8.52s;
}
.items-list.active li:nth-child(214) {
  transition-delay: 8.56s;
}
.items-list.active li:nth-child(215) {
  transition-delay: 8.6s;
}
.items-list.active li:nth-child(216) {
  transition-delay: 8.64s;
}
.items-list.active li:nth-child(217) {
  transition-delay: 8.68s;
}
.items-list.active li:nth-child(218) {
  transition-delay: 8.72s;
}
.items-list.active li:nth-child(219) {
  transition-delay: 8.76s;
}
.items-list.active li:nth-child(220) {
  transition-delay: 8.8s;
}
.items-list.active li:nth-child(221) {
  transition-delay: 8.84s;
}
.items-list.active li:nth-child(222) {
  transition-delay: 8.88s;
}
.items-list.active li:nth-child(223) {
  transition-delay: 8.92s;
}
.items-list.active li:nth-child(224) {
  transition-delay: 8.96s;
}
.items-list.active li:nth-child(225) {
  transition-delay: 9s;
}
.items-list.active li:nth-child(226) {
  transition-delay: 9.04s;
}
.items-list.active li:nth-child(227) {
  transition-delay: 9.08s;
}
.items-list.active li:nth-child(228) {
  transition-delay: 9.12s;
}
.items-list.active li:nth-child(229) {
  transition-delay: 9.16s;
}
.items-list.active li:nth-child(230) {
  transition-delay: 9.2s;
}
.items-list.active li:nth-child(231) {
  transition-delay: 9.24s;
}
.items-list.active li:nth-child(232) {
  transition-delay: 9.28s;
}
.items-list.active li:nth-child(233) {
  transition-delay: 9.32s;
}
.items-list.active li:nth-child(234) {
  transition-delay: 9.36s;
}
.items-list.active li:nth-child(235) {
  transition-delay: 9.4s;
}
.items-list.active li:nth-child(236) {
  transition-delay: 9.44s;
}
.items-list.active li:nth-child(237) {
  transition-delay: 9.48s;
}
.items-list.active li:nth-child(238) {
  transition-delay: 9.52s;
}
.items-list.active li:nth-child(239) {
  transition-delay: 9.56s;
}
.items-list.active li:nth-child(240) {
  transition-delay: 9.6s;
}
.items-list.active li:nth-child(241) {
  transition-delay: 9.64s;
}
.items-list.active li:nth-child(242) {
  transition-delay: 9.68s;
}
.items-list.active li:nth-child(243) {
  transition-delay: 9.72s;
}
.items-list.active li:nth-child(244) {
  transition-delay: 9.76s;
}
.items-list.active li:nth-child(245) {
  transition-delay: 9.8s;
}
.items-list.active li:nth-child(246) {
  transition-delay: 9.84s;
}
.items-list.active li:nth-child(247) {
  transition-delay: 9.88s;
}
.items-list.active li:nth-child(248) {
  transition-delay: 9.92s;
}
.items-list.active li:nth-child(249) {
  transition-delay: 9.96s;
}
.items-list.active li:nth-child(250) {
  transition-delay: 10s;
}
.items-list.active li:nth-child(251) {
  transition-delay: 10.04s;
}
.items-list.active li:nth-child(252) {
  transition-delay: 10.08s;
}
.items-list.active li:nth-child(253) {
  transition-delay: 10.12s;
}
.items-list.active li:nth-child(254) {
  transition-delay: 10.16s;
}
.items-list.active li:nth-child(255) {
  transition-delay: 10.2s;
}
.items-list.active li:nth-child(256) {
  transition-delay: 10.24s;
}
.items-list.active li:nth-child(257) {
  transition-delay: 10.28s;
}
.items-list.active li:nth-child(258) {
  transition-delay: 10.32s;
}
.items-list.active li:nth-child(259) {
  transition-delay: 10.36s;
}
.items-list.active li:nth-child(260) {
  transition-delay: 10.4s;
}
.items-list.active li:nth-child(261) {
  transition-delay: 10.44s;
}
.items-list.active li:nth-child(262) {
  transition-delay: 10.48s;
}
.items-list.active li:nth-child(263) {
  transition-delay: 10.52s;
}
.items-list.active li:nth-child(264) {
  transition-delay: 10.56s;
}
.items-list.active li:nth-child(265) {
  transition-delay: 10.6s;
}
.items-list.active li:nth-child(266) {
  transition-delay: 10.64s;
}
.items-list.active li:nth-child(267) {
  transition-delay: 10.68s;
}
.items-list.active li:nth-child(268) {
  transition-delay: 10.72s;
}
.items-list.active li:nth-child(269) {
  transition-delay: 10.76s;
}
.items-list.active li:nth-child(270) {
  transition-delay: 10.8s;
}
.items-list.active li:nth-child(271) {
  transition-delay: 10.84s;
}
.items-list.active li:nth-child(272) {
  transition-delay: 10.88s;
}
.items-list.active li:nth-child(273) {
  transition-delay: 10.92s;
}
.items-list.active li:nth-child(274) {
  transition-delay: 10.96s;
}
.items-list.active li:nth-child(275) {
  transition-delay: 11s;
}
.items-list.active li:nth-child(276) {
  transition-delay: 11.04s;
}
.items-list.active li:nth-child(277) {
  transition-delay: 11.08s;
}
.items-list.active li:nth-child(278) {
  transition-delay: 11.12s;
}
.items-list.active li:nth-child(279) {
  transition-delay: 11.16s;
}
.items-list.active li:nth-child(280) {
  transition-delay: 11.2s;
}
.items-list.active li:nth-child(281) {
  transition-delay: 11.24s;
}
.items-list.active li:nth-child(282) {
  transition-delay: 11.28s;
}
.items-list.active li:nth-child(283) {
  transition-delay: 11.32s;
}
.items-list.active li:nth-child(284) {
  transition-delay: 11.36s;
}
.items-list.active li:nth-child(285) {
  transition-delay: 11.4s;
}
.items-list.active li:nth-child(286) {
  transition-delay: 11.44s;
}
.items-list.active li:nth-child(287) {
  transition-delay: 11.48s;
}
.items-list.active li:nth-child(288) {
  transition-delay: 11.52s;
}
.items-list.active li:nth-child(289) {
  transition-delay: 11.56s;
}
.items-list.active li:nth-child(290) {
  transition-delay: 11.6s;
}
.items-list.active li:nth-child(291) {
  transition-delay: 11.64s;
}
.items-list.active li:nth-child(292) {
  transition-delay: 11.68s;
}
.items-list.active li:nth-child(293) {
  transition-delay: 11.72s;
}
.items-list.active li:nth-child(294) {
  transition-delay: 11.76s;
}
.items-list.active li:nth-child(295) {
  transition-delay: 11.8s;
}
.items-list.active li:nth-child(296) {
  transition-delay: 11.84s;
}
.items-list.active li:nth-child(297) {
  transition-delay: 11.88s;
}
.items-list.active li:nth-child(298) {
  transition-delay: 11.92s;
}
.items-list.active li:nth-child(299) {
  transition-delay: 11.96s;
}
.items-list.active li:nth-child(300) {
  transition-delay: 12s;
}
.items-list.active li:nth-child(301) {
  transition-delay: 12.04s;
}
.items-list.active li:nth-child(302) {
  transition-delay: 12.08s;
}
.items-list.active li:nth-child(303) {
  transition-delay: 12.12s;
}
.items-list.active li:nth-child(304) {
  transition-delay: 12.16s;
}
.items-list.active li:nth-child(305) {
  transition-delay: 12.2s;
}
.items-list.active li:nth-child(306) {
  transition-delay: 12.24s;
}
.items-list.active li:nth-child(307) {
  transition-delay: 12.28s;
}
.items-list.active li:nth-child(308) {
  transition-delay: 12.32s;
}
.items-list.active li:nth-child(309) {
  transition-delay: 12.36s;
}
.items-list.active li:nth-child(310) {
  transition-delay: 12.4s;
}
.items-list.active li:nth-child(311) {
  transition-delay: 12.44s;
}
.items-list.active li:nth-child(312) {
  transition-delay: 12.48s;
}
.items-list.active li:nth-child(313) {
  transition-delay: 12.52s;
}
.items-list.active li:nth-child(314) {
  transition-delay: 12.56s;
}
.items-list.active li:nth-child(315) {
  transition-delay: 12.6s;
}
.items-list.active li:nth-child(316) {
  transition-delay: 12.64s;
}
.items-list.active li:nth-child(317) {
  transition-delay: 12.68s;
}
.items-list.active li:nth-child(318) {
  transition-delay: 12.72s;
}
.items-list.active li:nth-child(319) {
  transition-delay: 12.76s;
}
.items-list.active li:nth-child(320) {
  transition-delay: 12.8s;
}
.items-list.active li:nth-child(321) {
  transition-delay: 12.84s;
}
.items-list.active li:nth-child(322) {
  transition-delay: 12.88s;
}
.items-list.active li:nth-child(323) {
  transition-delay: 12.92s;
}
.items-list.active li:nth-child(324) {
  transition-delay: 12.96s;
}
.items-list.active li:nth-child(325) {
  transition-delay: 13s;
}
.items-list.active li:nth-child(326) {
  transition-delay: 13.04s;
}
.items-list.active li:nth-child(327) {
  transition-delay: 13.08s;
}
.items-list.active li:nth-child(328) {
  transition-delay: 13.12s;
}
.items-list.active li:nth-child(329) {
  transition-delay: 13.16s;
}
.items-list.active li:nth-child(330) {
  transition-delay: 13.2s;
}
.items-list.active li:nth-child(331) {
  transition-delay: 13.24s;
}
.items-list.active li:nth-child(332) {
  transition-delay: 13.28s;
}
.items-list.active li:nth-child(333) {
  transition-delay: 13.32s;
}
.items-list.active li:nth-child(334) {
  transition-delay: 13.36s;
}
.items-list.active li:nth-child(335) {
  transition-delay: 13.4s;
}
.items-list.active li:nth-child(336) {
  transition-delay: 13.44s;
}
.items-list.active li:nth-child(337) {
  transition-delay: 13.48s;
}
.items-list.active li:nth-child(338) {
  transition-delay: 13.52s;
}
.items-list.active li:nth-child(339) {
  transition-delay: 13.56s;
}
.items-list.active li:nth-child(340) {
  transition-delay: 13.6s;
}
.items-list.active li:nth-child(341) {
  transition-delay: 13.64s;
}
.items-list.active li:nth-child(342) {
  transition-delay: 13.68s;
}
.items-list.active li:nth-child(343) {
  transition-delay: 13.72s;
}
.items-list.active li:nth-child(344) {
  transition-delay: 13.76s;
}
.items-list.active li:nth-child(345) {
  transition-delay: 13.8s;
}
.items-list.active li:nth-child(346) {
  transition-delay: 13.84s;
}
.items-list.active li:nth-child(347) {
  transition-delay: 13.88s;
}
.items-list.active li:nth-child(348) {
  transition-delay: 13.92s;
}
.items-list.active li:nth-child(349) {
  transition-delay: 13.96s;
}
.items-list.active li:nth-child(350) {
  transition-delay: 14s;
}
.items-list.active li:nth-child(351) {
  transition-delay: 14.04s;
}
.items-list.active li:nth-child(352) {
  transition-delay: 14.08s;
}
.items-list.active li:nth-child(353) {
  transition-delay: 14.12s;
}
.items-list.active li:nth-child(354) {
  transition-delay: 14.16s;
}
.items-list.active li:nth-child(355) {
  transition-delay: 14.2s;
}
.items-list.active li:nth-child(356) {
  transition-delay: 14.24s;
}
.items-list.active li:nth-child(357) {
  transition-delay: 14.28s;
}
.items-list.active li:nth-child(358) {
  transition-delay: 14.32s;
}
.items-list.active li:nth-child(359) {
  transition-delay: 14.36s;
}
.items-list.active li:nth-child(360) {
  transition-delay: 14.4s;
}
.items-list.active li:nth-child(361) {
  transition-delay: 14.44s;
}
.items-list.active li:nth-child(362) {
  transition-delay: 14.48s;
}
.items-list.active li:nth-child(363) {
  transition-delay: 14.52s;
}
.items-list.active li:nth-child(364) {
  transition-delay: 14.56s;
}
.items-list.active li:nth-child(365) {
  transition-delay: 14.6s;
}
.items-list.active li:nth-child(366) {
  transition-delay: 14.64s;
}
.items-list.active li:nth-child(367) {
  transition-delay: 14.68s;
}
.items-list.active li:nth-child(368) {
  transition-delay: 14.72s;
}
.items-list.active li:nth-child(369) {
  transition-delay: 14.76s;
}
.items-list.active li:nth-child(370) {
  transition-delay: 14.8s;
}
.items-list.active li:nth-child(371) {
  transition-delay: 14.84s;
}
.items-list.active li:nth-child(372) {
  transition-delay: 14.88s;
}
.items-list.active li:nth-child(373) {
  transition-delay: 14.92s;
}
.items-list.active li:nth-child(374) {
  transition-delay: 14.96s;
}
.items-list.active li:nth-child(375) {
  transition-delay: 15s;
}
.items-list.active li:nth-child(376) {
  transition-delay: 15.04s;
}
.items-list.active li:nth-child(377) {
  transition-delay: 15.08s;
}
.items-list.active li:nth-child(378) {
  transition-delay: 15.12s;
}
.items-list.active li:nth-child(379) {
  transition-delay: 15.16s;
}
.items-list.active li:nth-child(380) {
  transition-delay: 15.2s;
}
.items-list.active li:nth-child(381) {
  transition-delay: 15.24s;
}
.items-list.active li:nth-child(382) {
  transition-delay: 15.28s;
}
.items-list.active li:nth-child(383) {
  transition-delay: 15.32s;
}
.items-list.active li:nth-child(384) {
  transition-delay: 15.36s;
}
.items-list.active li:nth-child(385) {
  transition-delay: 15.4s;
}
.items-list.active li:nth-child(386) {
  transition-delay: 15.44s;
}
.items-list.active li:nth-child(387) {
  transition-delay: 15.48s;
}
.items-list.active li:nth-child(388) {
  transition-delay: 15.52s;
}
.items-list.active li:nth-child(389) {
  transition-delay: 15.56s;
}
.items-list.active li:nth-child(390) {
  transition-delay: 15.6s;
}
.items-list.active li:nth-child(391) {
  transition-delay: 15.64s;
}
.items-list.active li:nth-child(392) {
  transition-delay: 15.68s;
}
.items-list.active li:nth-child(393) {
  transition-delay: 15.72s;
}
.items-list.active li:nth-child(394) {
  transition-delay: 15.76s;
}
.items-list.active li:nth-child(395) {
  transition-delay: 15.8s;
}
.items-list.active li:nth-child(396) {
  transition-delay: 15.84s;
}
.items-list.active li:nth-child(397) {
  transition-delay: 15.88s;
}
.items-list.active li:nth-child(398) {
  transition-delay: 15.92s;
}
.items-list.active li:nth-child(399) {
  transition-delay: 15.96s;
}
.items-list.active li:nth-child(400) {
  transition-delay: 16s;
}
.items-list.active li:nth-child(401) {
  transition-delay: 16.04s;
}
.items-list.active li:nth-child(402) {
  transition-delay: 16.08s;
}
.items-list.active li:nth-child(403) {
  transition-delay: 16.12s;
}
.items-list.active li:nth-child(404) {
  transition-delay: 16.16s;
}
.items-list.active li:nth-child(405) {
  transition-delay: 16.2s;
}
.items-list.active li:nth-child(406) {
  transition-delay: 16.24s;
}
.items-list.active li:nth-child(407) {
  transition-delay: 16.28s;
}
.items-list.active li:nth-child(408) {
  transition-delay: 16.32s;
}
.items-list.active li:nth-child(409) {
  transition-delay: 16.36s;
}
.items-list.active li:nth-child(410) {
  transition-delay: 16.4s;
}
.items-list.active li:nth-child(411) {
  transition-delay: 16.44s;
}
.items-list.active li:nth-child(412) {
  transition-delay: 16.48s;
}
.items-list.active li:nth-child(413) {
  transition-delay: 16.52s;
}
.items-list.active li:nth-child(414) {
  transition-delay: 16.56s;
}
.items-list.active li:nth-child(415) {
  transition-delay: 16.6s;
}
.items-list.active li:nth-child(416) {
  transition-delay: 16.64s;
}
.items-list.active li:nth-child(417) {
  transition-delay: 16.68s;
}
.items-list.active li:nth-child(418) {
  transition-delay: 16.72s;
}
.items-list.active li:nth-child(419) {
  transition-delay: 16.76s;
}
.items-list.active li:nth-child(420) {
  transition-delay: 16.8s;
}
.items-list.active li:nth-child(421) {
  transition-delay: 16.84s;
}
.items-list.active li:nth-child(422) {
  transition-delay: 16.88s;
}
.items-list.active li:nth-child(423) {
  transition-delay: 16.92s;
}
.items-list.active li:nth-child(424) {
  transition-delay: 16.96s;
}
.items-list.active li:nth-child(425) {
  transition-delay: 17s;
}
.items-list.active li:nth-child(426) {
  transition-delay: 17.04s;
}
.items-list.active li:nth-child(427) {
  transition-delay: 17.08s;
}
.items-list.active li:nth-child(428) {
  transition-delay: 17.12s;
}
.items-list.active li:nth-child(429) {
  transition-delay: 17.16s;
}
.items-list.active li:nth-child(430) {
  transition-delay: 17.2s;
}
.items-list.active li:nth-child(431) {
  transition-delay: 17.24s;
}
.items-list.active li:nth-child(432) {
  transition-delay: 17.28s;
}
.items-list.active li:nth-child(433) {
  transition-delay: 17.32s;
}
.items-list.active li:nth-child(434) {
  transition-delay: 17.36s;
}
.items-list.active li:nth-child(435) {
  transition-delay: 17.4s;
}
.items-list.active li:nth-child(436) {
  transition-delay: 17.44s;
}
.items-list.active li:nth-child(437) {
  transition-delay: 17.48s;
}
.items-list.active li:nth-child(438) {
  transition-delay: 17.52s;
}
.items-list.active li:nth-child(439) {
  transition-delay: 17.56s;
}
.items-list.active li:nth-child(440) {
  transition-delay: 17.6s;
}
.items-list.active li:nth-child(441) {
  transition-delay: 17.64s;
}
.items-list.active li:nth-child(442) {
  transition-delay: 17.68s;
}
.items-list.active li:nth-child(443) {
  transition-delay: 17.72s;
}
.items-list.active li:nth-child(444) {
  transition-delay: 17.76s;
}
.items-list.active li:nth-child(445) {
  transition-delay: 17.8s;
}
.items-list.active li:nth-child(446) {
  transition-delay: 17.84s;
}
.items-list.active li:nth-child(447) {
  transition-delay: 17.88s;
}
.items-list.active li:nth-child(448) {
  transition-delay: 17.92s;
}
.items-list.active li:nth-child(449) {
  transition-delay: 17.96s;
}
.items-list.active li:nth-child(450) {
  transition-delay: 18s;
}
.items-list.active li:nth-child(451) {
  transition-delay: 18.04s;
}
.items-list.active li:nth-child(452) {
  transition-delay: 18.08s;
}
.items-list.active li:nth-child(453) {
  transition-delay: 18.12s;
}
.items-list.active li:nth-child(454) {
  transition-delay: 18.16s;
}
.items-list.active li:nth-child(455) {
  transition-delay: 18.2s;
}
.items-list.active li:nth-child(456) {
  transition-delay: 18.24s;
}
.items-list.active li:nth-child(457) {
  transition-delay: 18.28s;
}
.items-list.active li:nth-child(458) {
  transition-delay: 18.32s;
}
.items-list.active li:nth-child(459) {
  transition-delay: 18.36s;
}
.items-list.active li:nth-child(460) {
  transition-delay: 18.4s;
}
.items-list.active li:nth-child(461) {
  transition-delay: 18.44s;
}
.items-list.active li:nth-child(462) {
  transition-delay: 18.48s;
}
.items-list.active li:nth-child(463) {
  transition-delay: 18.52s;
}
.items-list.active li:nth-child(464) {
  transition-delay: 18.56s;
}
.items-list.active li:nth-child(465) {
  transition-delay: 18.6s;
}
.items-list.active li:nth-child(466) {
  transition-delay: 18.64s;
}
.items-list.active li:nth-child(467) {
  transition-delay: 18.68s;
}
.items-list.active li:nth-child(468) {
  transition-delay: 18.72s;
}
.items-list.active li:nth-child(469) {
  transition-delay: 18.76s;
}
.items-list.active li:nth-child(470) {
  transition-delay: 18.8s;
}
.items-list.active li:nth-child(471) {
  transition-delay: 18.84s;
}
.items-list.active li:nth-child(472) {
  transition-delay: 18.88s;
}
.items-list.active li:nth-child(473) {
  transition-delay: 18.92s;
}
.items-list.active li:nth-child(474) {
  transition-delay: 18.96s;
}
.items-list.active li:nth-child(475) {
  transition-delay: 19s;
}
.items-list.active li:nth-child(476) {
  transition-delay: 19.04s;
}
.items-list.active li:nth-child(477) {
  transition-delay: 19.08s;
}
.items-list.active li:nth-child(478) {
  transition-delay: 19.12s;
}
.items-list.active li:nth-child(479) {
  transition-delay: 19.16s;
}
.items-list.active li:nth-child(480) {
  transition-delay: 19.2s;
}
.items-list.active li:nth-child(481) {
  transition-delay: 19.24s;
}
.items-list.active li:nth-child(482) {
  transition-delay: 19.28s;
}
.items-list.active li:nth-child(483) {
  transition-delay: 19.32s;
}
.items-list.active li:nth-child(484) {
  transition-delay: 19.36s;
}
.items-list.active li:nth-child(485) {
  transition-delay: 19.4s;
}
.items-list.active li:nth-child(486) {
  transition-delay: 19.44s;
}
.items-list.active li:nth-child(487) {
  transition-delay: 19.48s;
}
.items-list.active li:nth-child(488) {
  transition-delay: 19.52s;
}
.items-list.active li:nth-child(489) {
  transition-delay: 19.56s;
}
.items-list.active li:nth-child(490) {
  transition-delay: 19.6s;
}
.items-list.active li:nth-child(491) {
  transition-delay: 19.64s;
}
.items-list.active li:nth-child(492) {
  transition-delay: 19.68s;
}
.items-list.active li:nth-child(493) {
  transition-delay: 19.72s;
}
.items-list.active li:nth-child(494) {
  transition-delay: 19.76s;
}
.items-list.active li:nth-child(495) {
  transition-delay: 19.8s;
}
.items-list.active li:nth-child(496) {
  transition-delay: 19.84s;
}
.items-list.active li:nth-child(497) {
  transition-delay: 19.88s;
}
.items-list.active li:nth-child(498) {
  transition-delay: 19.92s;
}
.items-list.active li:nth-child(499) {
  transition-delay: 19.96s;
}
.items-list.active li:nth-child(500) {
  transition-delay: 20s;
}
.items-list.active li:nth-child(501) {
  transition-delay: 20.04s;
}
.items-list.active li:nth-child(502) {
  transition-delay: 20.08s;
}
.items-list.active li:nth-child(503) {
  transition-delay: 20.12s;
}
.items-list.active li:nth-child(504) {
  transition-delay: 20.16s;
}
.items-list.active li:nth-child(505) {
  transition-delay: 20.2s;
}
.items-list.active li:nth-child(506) {
  transition-delay: 20.24s;
}
.items-list.active li:nth-child(507) {
  transition-delay: 20.28s;
}
.items-list.active li:nth-child(508) {
  transition-delay: 20.32s;
}
.items-list.active li:nth-child(509) {
  transition-delay: 20.36s;
}
.items-list.active li:nth-child(510) {
  transition-delay: 20.4s;
}
.items-list.active li:nth-child(511) {
  transition-delay: 20.44s;
}
.items-list.active li:nth-child(512) {
  transition-delay: 20.48s;
}
.items-list.active li:nth-child(513) {
  transition-delay: 20.52s;
}
.items-list.active li:nth-child(514) {
  transition-delay: 20.56s;
}
.items-list.active li:nth-child(515) {
  transition-delay: 20.6s;
}
.items-list.active li:nth-child(516) {
  transition-delay: 20.64s;
}
.items-list.active li:nth-child(517) {
  transition-delay: 20.68s;
}
.items-list.active li:nth-child(518) {
  transition-delay: 20.72s;
}
.items-list.active li:nth-child(519) {
  transition-delay: 20.76s;
}
.items-list.active li:nth-child(520) {
  transition-delay: 20.8s;
}
.items-list.active li:nth-child(521) {
  transition-delay: 20.84s;
}
.items-list.active li:nth-child(522) {
  transition-delay: 20.88s;
}
.items-list.active li:nth-child(523) {
  transition-delay: 20.92s;
}
.items-list.active li:nth-child(524) {
  transition-delay: 20.96s;
}
.items-list.active li:nth-child(525) {
  transition-delay: 21s;
}
.items-list.active li:nth-child(526) {
  transition-delay: 21.04s;
}
.items-list.active li:nth-child(527) {
  transition-delay: 21.08s;
}
.items-list.active li:nth-child(528) {
  transition-delay: 21.12s;
}
.items-list.active li:nth-child(529) {
  transition-delay: 21.16s;
}
.items-list.active li:nth-child(530) {
  transition-delay: 21.2s;
}
.items-list.active li:nth-child(531) {
  transition-delay: 21.24s;
}
.items-list.active li:nth-child(532) {
  transition-delay: 21.28s;
}
.items-list.active li:nth-child(533) {
  transition-delay: 21.32s;
}
.items-list.active li:nth-child(534) {
  transition-delay: 21.36s;
}
.items-list.active li:nth-child(535) {
  transition-delay: 21.4s;
}
.items-list.active li:nth-child(536) {
  transition-delay: 21.44s;
}
.items-list.active li:nth-child(537) {
  transition-delay: 21.48s;
}
.items-list.active li:nth-child(538) {
  transition-delay: 21.52s;
}
.items-list.active li:nth-child(539) {
  transition-delay: 21.56s;
}
.items-list.active li:nth-child(540) {
  transition-delay: 21.6s;
}
.items-list.active li:nth-child(541) {
  transition-delay: 21.64s;
}
.items-list.active li:nth-child(542) {
  transition-delay: 21.68s;
}
.items-list.active li:nth-child(543) {
  transition-delay: 21.72s;
}
.items-list.active li:nth-child(544) {
  transition-delay: 21.76s;
}
.items-list.active li:nth-child(545) {
  transition-delay: 21.8s;
}
.items-list.active li:nth-child(546) {
  transition-delay: 21.84s;
}
.items-list.active li:nth-child(547) {
  transition-delay: 21.88s;
}
.items-list.active li:nth-child(548) {
  transition-delay: 21.92s;
}
.items-list.active li:nth-child(549) {
  transition-delay: 21.96s;
}
.items-list.active li:nth-child(550) {
  transition-delay: 22s;
}
.items-list.active li:nth-child(551) {
  transition-delay: 22.04s;
}
.items-list.active li:nth-child(552) {
  transition-delay: 22.08s;
}
.items-list.active li:nth-child(553) {
  transition-delay: 22.12s;
}
.items-list.active li:nth-child(554) {
  transition-delay: 22.16s;
}
.items-list.active li:nth-child(555) {
  transition-delay: 22.2s;
}
.items-list.active li:nth-child(556) {
  transition-delay: 22.24s;
}
.items-list.active li:nth-child(557) {
  transition-delay: 22.28s;
}
.items-list.active li:nth-child(558) {
  transition-delay: 22.32s;
}
.items-list.active li:nth-child(559) {
  transition-delay: 22.36s;
}
.items-list.active li:nth-child(560) {
  transition-delay: 22.4s;
}
.items-list.active li:nth-child(561) {
  transition-delay: 22.44s;
}
.items-list.active li:nth-child(562) {
  transition-delay: 22.48s;
}
.items-list.active li:nth-child(563) {
  transition-delay: 22.52s;
}
.items-list.active li:nth-child(564) {
  transition-delay: 22.56s;
}
.items-list.active li:nth-child(565) {
  transition-delay: 22.6s;
}
.items-list.active li:nth-child(566) {
  transition-delay: 22.64s;
}
.items-list.active li:nth-child(567) {
  transition-delay: 22.68s;
}
.items-list.active li:nth-child(568) {
  transition-delay: 22.72s;
}
.items-list.active li:nth-child(569) {
  transition-delay: 22.76s;
}
.items-list.active li:nth-child(570) {
  transition-delay: 22.8s;
}
.items-list.active li:nth-child(571) {
  transition-delay: 22.84s;
}
.items-list.active li:nth-child(572) {
  transition-delay: 22.88s;
}
.items-list.active li:nth-child(573) {
  transition-delay: 22.92s;
}
.items-list.active li:nth-child(574) {
  transition-delay: 22.96s;
}
.items-list.active li:nth-child(575) {
  transition-delay: 23s;
}
.items-list.active li:nth-child(576) {
  transition-delay: 23.04s;
}
.items-list.active li:nth-child(577) {
  transition-delay: 23.08s;
}
.items-list.active li:nth-child(578) {
  transition-delay: 23.12s;
}
.items-list.active li:nth-child(579) {
  transition-delay: 23.16s;
}
.items-list.active li:nth-child(580) {
  transition-delay: 23.2s;
}
.items-list.active li:nth-child(581) {
  transition-delay: 23.24s;
}
.items-list.active li:nth-child(582) {
  transition-delay: 23.28s;
}
.items-list.active li:nth-child(583) {
  transition-delay: 23.32s;
}
.items-list.active li:nth-child(584) {
  transition-delay: 23.36s;
}
.items-list.active li:nth-child(585) {
  transition-delay: 23.4s;
}
.items-list.active li:nth-child(586) {
  transition-delay: 23.44s;
}
.items-list.active li:nth-child(587) {
  transition-delay: 23.48s;
}
.items-list.active li:nth-child(588) {
  transition-delay: 23.52s;
}
.items-list.active li:nth-child(589) {
  transition-delay: 23.56s;
}
.items-list.active li:nth-child(590) {
  transition-delay: 23.6s;
}
.items-list.active li:nth-child(591) {
  transition-delay: 23.64s;
}
.items-list.active li:nth-child(592) {
  transition-delay: 23.68s;
}
.items-list.active li:nth-child(593) {
  transition-delay: 23.72s;
}
.items-list.active li:nth-child(594) {
  transition-delay: 23.76s;
}
.items-list.active li:nth-child(595) {
  transition-delay: 23.8s;
}
.items-list.active li:nth-child(596) {
  transition-delay: 23.84s;
}
.items-list.active li:nth-child(597) {
  transition-delay: 23.88s;
}
.items-list.active li:nth-child(598) {
  transition-delay: 23.92s;
}
.items-list.active li:nth-child(599) {
  transition-delay: 23.96s;
}
.items-list.active li:nth-child(600) {
  transition-delay: 24s;
}
.items-list.active li:nth-child(601) {
  transition-delay: 24.04s;
}
.items-list.active li:nth-child(602) {
  transition-delay: 24.08s;
}
.items-list.active li:nth-child(603) {
  transition-delay: 24.12s;
}
.items-list.active li:nth-child(604) {
  transition-delay: 24.16s;
}
.items-list.active li:nth-child(605) {
  transition-delay: 24.2s;
}
.items-list.active li:nth-child(606) {
  transition-delay: 24.24s;
}
.items-list.active li:nth-child(607) {
  transition-delay: 24.28s;
}
.items-list.active li:nth-child(608) {
  transition-delay: 24.32s;
}
.items-list.active li:nth-child(609) {
  transition-delay: 24.36s;
}
.items-list.active li:nth-child(610) {
  transition-delay: 24.4s;
}
.items-list.active li:nth-child(611) {
  transition-delay: 24.44s;
}
.items-list.active li:nth-child(612) {
  transition-delay: 24.48s;
}
.items-list.active li:nth-child(613) {
  transition-delay: 24.52s;
}
.items-list.active li:nth-child(614) {
  transition-delay: 24.56s;
}
.items-list.active li:nth-child(615) {
  transition-delay: 24.6s;
}
.items-list.active li:nth-child(616) {
  transition-delay: 24.64s;
}
.items-list.active li:nth-child(617) {
  transition-delay: 24.68s;
}
.items-list.active li:nth-child(618) {
  transition-delay: 24.72s;
}
.items-list.active li:nth-child(619) {
  transition-delay: 24.76s;
}
.items-list.active li:nth-child(620) {
  transition-delay: 24.8s;
}
.items-list.active li:nth-child(621) {
  transition-delay: 24.84s;
}
.items-list.active li:nth-child(622) {
  transition-delay: 24.88s;
}
.items-list.active li:nth-child(623) {
  transition-delay: 24.92s;
}
.items-list.active li:nth-child(624) {
  transition-delay: 24.96s;
}
.items-list.active li:nth-child(625) {
  transition-delay: 25s;
}
.items-list.active li:nth-child(626) {
  transition-delay: 25.04s;
}
.items-list.active li:nth-child(627) {
  transition-delay: 25.08s;
}
.items-list.active li:nth-child(628) {
  transition-delay: 25.12s;
}
.items-list.active li:nth-child(629) {
  transition-delay: 25.16s;
}
.items-list.active li:nth-child(630) {
  transition-delay: 25.2s;
}
.items-list.active li:nth-child(631) {
  transition-delay: 25.24s;
}
.items-list.active li:nth-child(632) {
  transition-delay: 25.28s;
}
.items-list.active li:nth-child(633) {
  transition-delay: 25.32s;
}
.items-list.active li:nth-child(634) {
  transition-delay: 25.36s;
}
.items-list.active li:nth-child(635) {
  transition-delay: 25.4s;
}
.items-list.active li:nth-child(636) {
  transition-delay: 25.44s;
}
.items-list.active li:nth-child(637) {
  transition-delay: 25.48s;
}
.items-list.active li:nth-child(638) {
  transition-delay: 25.52s;
}
.items-list.active li:nth-child(639) {
  transition-delay: 25.56s;
}
.items-list.active li:nth-child(640) {
  transition-delay: 25.6s;
}
.items-list.active li:nth-child(641) {
  transition-delay: 25.64s;
}
.items-list.active li:nth-child(642) {
  transition-delay: 25.68s;
}
.items-list.active li:nth-child(643) {
  transition-delay: 25.72s;
}
.items-list.active li:nth-child(644) {
  transition-delay: 25.76s;
}
.items-list.active li:nth-child(645) {
  transition-delay: 25.8s;
}
.items-list.active li:nth-child(646) {
  transition-delay: 25.84s;
}
.items-list.active li:nth-child(647) {
  transition-delay: 25.88s;
}
.items-list.active li:nth-child(648) {
  transition-delay: 25.92s;
}
.items-list.active li:nth-child(649) {
  transition-delay: 25.96s;
}
.items-list.active li:nth-child(650) {
  transition-delay: 26s;
}
.items-list.active li:nth-child(651) {
  transition-delay: 26.04s;
}
.items-list.active li:nth-child(652) {
  transition-delay: 26.08s;
}
.items-list.active li:nth-child(653) {
  transition-delay: 26.12s;
}
.items-list.active li:nth-child(654) {
  transition-delay: 26.16s;
}
.items-list.active li:nth-child(655) {
  transition-delay: 26.2s;
}
.items-list.active li:nth-child(656) {
  transition-delay: 26.24s;
}
.items-list.active li:nth-child(657) {
  transition-delay: 26.28s;
}
.items-list.active li:nth-child(658) {
  transition-delay: 26.32s;
}
.items-list.active li:nth-child(659) {
  transition-delay: 26.36s;
}
.items-list.active li:nth-child(660) {
  transition-delay: 26.4s;
}
.items-list.active li:nth-child(661) {
  transition-delay: 26.44s;
}
.items-list.active li:nth-child(662) {
  transition-delay: 26.48s;
}
.items-list.active li:nth-child(663) {
  transition-delay: 26.52s;
}
.items-list.active li:nth-child(664) {
  transition-delay: 26.56s;
}
.items-list.active li:nth-child(665) {
  transition-delay: 26.6s;
}
.items-list.active li:nth-child(666) {
  transition-delay: 26.64s;
}
.items-list.active li:nth-child(667) {
  transition-delay: 26.68s;
}
.items-list.active li:nth-child(668) {
  transition-delay: 26.72s;
}
.items-list.active li:nth-child(669) {
  transition-delay: 26.76s;
}
.items-list.active li:nth-child(670) {
  transition-delay: 26.8s;
}
.items-list.active li:nth-child(671) {
  transition-delay: 26.84s;
}
.items-list.active li:nth-child(672) {
  transition-delay: 26.88s;
}
.items-list.active li:nth-child(673) {
  transition-delay: 26.92s;
}
.items-list.active li:nth-child(674) {
  transition-delay: 26.96s;
}
.items-list.active li:nth-child(675) {
  transition-delay: 27s;
}
.items-list.active li:nth-child(676) {
  transition-delay: 27.04s;
}
.items-list.active li:nth-child(677) {
  transition-delay: 27.08s;
}
.items-list.active li:nth-child(678) {
  transition-delay: 27.12s;
}
.items-list.active li:nth-child(679) {
  transition-delay: 27.16s;
}
.items-list.active li:nth-child(680) {
  transition-delay: 27.2s;
}
.items-list.active li:nth-child(681) {
  transition-delay: 27.24s;
}
.items-list.active li:nth-child(682) {
  transition-delay: 27.28s;
}
.items-list.active li:nth-child(683) {
  transition-delay: 27.32s;
}
.items-list.active li:nth-child(684) {
  transition-delay: 27.36s;
}
.items-list.active li:nth-child(685) {
  transition-delay: 27.4s;
}
.items-list.active li:nth-child(686) {
  transition-delay: 27.44s;
}
.items-list.active li:nth-child(687) {
  transition-delay: 27.48s;
}
.items-list.active li:nth-child(688) {
  transition-delay: 27.52s;
}
.items-list.active li:nth-child(689) {
  transition-delay: 27.56s;
}
.items-list.active li:nth-child(690) {
  transition-delay: 27.6s;
}
.items-list.active li:nth-child(691) {
  transition-delay: 27.64s;
}
.items-list.active li:nth-child(692) {
  transition-delay: 27.68s;
}
.items-list.active li:nth-child(693) {
  transition-delay: 27.72s;
}
.items-list.active li:nth-child(694) {
  transition-delay: 27.76s;
}
.items-list.active li:nth-child(695) {
  transition-delay: 27.8s;
}
.items-list.active li:nth-child(696) {
  transition-delay: 27.84s;
}
.items-list.active li:nth-child(697) {
  transition-delay: 27.88s;
}
.items-list.active li:nth-child(698) {
  transition-delay: 27.92s;
}
.items-list.active li:nth-child(699) {
  transition-delay: 27.96s;
}
.items-list.active li:nth-child(700) {
  transition-delay: 28s;
}
.items-list.active li:nth-child(701) {
  transition-delay: 28.04s;
}
.items-list.active li:nth-child(702) {
  transition-delay: 28.08s;
}
.items-list.active li:nth-child(703) {
  transition-delay: 28.12s;
}
.items-list.active li:nth-child(704) {
  transition-delay: 28.16s;
}
.items-list.active li:nth-child(705) {
  transition-delay: 28.2s;
}
.items-list.active li:nth-child(706) {
  transition-delay: 28.24s;
}
.items-list.active li:nth-child(707) {
  transition-delay: 28.28s;
}
.items-list.active li:nth-child(708) {
  transition-delay: 28.32s;
}
.items-list.active li:nth-child(709) {
  transition-delay: 28.36s;
}
.items-list.active li:nth-child(710) {
  transition-delay: 28.4s;
}
.items-list.active li:nth-child(711) {
  transition-delay: 28.44s;
}
.items-list.active li:nth-child(712) {
  transition-delay: 28.48s;
}
.items-list.active li:nth-child(713) {
  transition-delay: 28.52s;
}
.items-list.active li:nth-child(714) {
  transition-delay: 28.56s;
}
.items-list.active li:nth-child(715) {
  transition-delay: 28.6s;
}
.items-list.active li:nth-child(716) {
  transition-delay: 28.64s;
}
.items-list.active li:nth-child(717) {
  transition-delay: 28.68s;
}
.items-list.active li:nth-child(718) {
  transition-delay: 28.72s;
}
.items-list.active li:nth-child(719) {
  transition-delay: 28.76s;
}
.items-list.active li:nth-child(720) {
  transition-delay: 28.8s;
}
.items-list.active li:nth-child(721) {
  transition-delay: 28.84s;
}
.items-list.active li:nth-child(722) {
  transition-delay: 28.88s;
}
.items-list.active li:nth-child(723) {
  transition-delay: 28.92s;
}
.items-list.active li:nth-child(724) {
  transition-delay: 28.96s;
}
.items-list.active li:nth-child(725) {
  transition-delay: 29s;
}
.items-list.active li:nth-child(726) {
  transition-delay: 29.04s;
}
.items-list.active li:nth-child(727) {
  transition-delay: 29.08s;
}
.items-list.active li:nth-child(728) {
  transition-delay: 29.12s;
}
.items-list.active li:nth-child(729) {
  transition-delay: 29.16s;
}
.items-list.active li:nth-child(730) {
  transition-delay: 29.2s;
}
.items-list.active li:nth-child(731) {
  transition-delay: 29.24s;
}
.items-list.active li:nth-child(732) {
  transition-delay: 29.28s;
}
.items-list.active li:nth-child(733) {
  transition-delay: 29.32s;
}
.items-list.active li:nth-child(734) {
  transition-delay: 29.36s;
}
.items-list.active li:nth-child(735) {
  transition-delay: 29.4s;
}
.items-list.active li:nth-child(736) {
  transition-delay: 29.44s;
}
.items-list.active li:nth-child(737) {
  transition-delay: 29.48s;
}
.items-list.active li:nth-child(738) {
  transition-delay: 29.52s;
}
.items-list.active li:nth-child(739) {
  transition-delay: 29.56s;
}
.items-list.active li:nth-child(740) {
  transition-delay: 29.6s;
}
.items-list.active li:nth-child(741) {
  transition-delay: 29.64s;
}
.items-list.active li:nth-child(742) {
  transition-delay: 29.68s;
}
.items-list.active li:nth-child(743) {
  transition-delay: 29.72s;
}
.items-list.active li:nth-child(744) {
  transition-delay: 29.76s;
}
.items-list.active li:nth-child(745) {
  transition-delay: 29.8s;
}
.items-list.active li:nth-child(746) {
  transition-delay: 29.84s;
}
.items-list.active li:nth-child(747) {
  transition-delay: 29.88s;
}
.items-list.active li:nth-child(748) {
  transition-delay: 29.92s;
}
.items-list.active li:nth-child(749) {
  transition-delay: 29.96s;
}
.items-list.active li:nth-child(750) {
  transition-delay: 30s;
}
.items-list.active li:nth-child(751) {
  transition-delay: 30.04s;
}
.items-list.active li:nth-child(752) {
  transition-delay: 30.08s;
}
.items-list.active li:nth-child(753) {
  transition-delay: 30.12s;
}
.items-list.active li:nth-child(754) {
  transition-delay: 30.16s;
}
.items-list.active li:nth-child(755) {
  transition-delay: 30.2s;
}
.items-list.active li:nth-child(756) {
  transition-delay: 30.24s;
}
.items-list.active li:nth-child(757) {
  transition-delay: 30.28s;
}
.items-list.active li:nth-child(758) {
  transition-delay: 30.32s;
}
.items-list.active li:nth-child(759) {
  transition-delay: 30.36s;
}
.items-list.active li:nth-child(760) {
  transition-delay: 30.4s;
}
.items-list.active li:nth-child(761) {
  transition-delay: 30.44s;
}
.items-list.active li:nth-child(762) {
  transition-delay: 30.48s;
}
.items-list.active li:nth-child(763) {
  transition-delay: 30.52s;
}
.items-list.active li:nth-child(764) {
  transition-delay: 30.56s;
}
.items-list.active li:nth-child(765) {
  transition-delay: 30.6s;
}
.items-list.active li:nth-child(766) {
  transition-delay: 30.64s;
}
.items-list.active li:nth-child(767) {
  transition-delay: 30.68s;
}
.items-list.active li:nth-child(768) {
  transition-delay: 30.72s;
}
.items-list.active li:nth-child(769) {
  transition-delay: 30.76s;
}
.items-list.active li:nth-child(770) {
  transition-delay: 30.8s;
}
.items-list.active li:nth-child(771) {
  transition-delay: 30.84s;
}
.items-list.active li:nth-child(772) {
  transition-delay: 30.88s;
}
.items-list.active li:nth-child(773) {
  transition-delay: 30.92s;
}
.items-list.active li:nth-child(774) {
  transition-delay: 30.96s;
}
.items-list.active li:nth-child(775) {
  transition-delay: 31s;
}
.items-list.active li:nth-child(776) {
  transition-delay: 31.04s;
}
.items-list.active li:nth-child(777) {
  transition-delay: 31.08s;
}
.items-list.active li:nth-child(778) {
  transition-delay: 31.12s;
}
.items-list.active li:nth-child(779) {
  transition-delay: 31.16s;
}
.items-list.active li:nth-child(780) {
  transition-delay: 31.2s;
}
.items-list.active li:nth-child(781) {
  transition-delay: 31.24s;
}
.items-list.active li:nth-child(782) {
  transition-delay: 31.28s;
}
.items-list.active li:nth-child(783) {
  transition-delay: 31.32s;
}
.items-list.active li:nth-child(784) {
  transition-delay: 31.36s;
}
.items-list.active li:nth-child(785) {
  transition-delay: 31.4s;
}
.items-list.active li:nth-child(786) {
  transition-delay: 31.44s;
}
.items-list.active li:nth-child(787) {
  transition-delay: 31.48s;
}
.items-list.active li:nth-child(788) {
  transition-delay: 31.52s;
}
.items-list.active li:nth-child(789) {
  transition-delay: 31.56s;
}
.items-list.active li:nth-child(790) {
  transition-delay: 31.6s;
}
.items-list.active li:nth-child(791) {
  transition-delay: 31.64s;
}
.items-list.active li:nth-child(792) {
  transition-delay: 31.68s;
}
.items-list.active li:nth-child(793) {
  transition-delay: 31.72s;
}
.items-list.active li:nth-child(794) {
  transition-delay: 31.76s;
}
.items-list.active li:nth-child(795) {
  transition-delay: 31.8s;
}
.items-list.active li:nth-child(796) {
  transition-delay: 31.84s;
}
.items-list.active li:nth-child(797) {
  transition-delay: 31.88s;
}
.items-list.active li:nth-child(798) {
  transition-delay: 31.92s;
}
.items-list.active li:nth-child(799) {
  transition-delay: 31.96s;
}
.items-list.active li:nth-child(800) {
  transition-delay: 32s;
}
.items-list.active li:nth-child(801) {
  transition-delay: 32.04s;
}
.items-list.active li:nth-child(802) {
  transition-delay: 32.08s;
}
.items-list.active li:nth-child(803) {
  transition-delay: 32.12s;
}
.items-list.active li:nth-child(804) {
  transition-delay: 32.16s;
}
.items-list.active li:nth-child(805) {
  transition-delay: 32.2s;
}
.items-list.active li:nth-child(806) {
  transition-delay: 32.24s;
}
.items-list.active li:nth-child(807) {
  transition-delay: 32.28s;
}
.items-list.active li:nth-child(808) {
  transition-delay: 32.32s;
}
.items-list.active li:nth-child(809) {
  transition-delay: 32.36s;
}
.items-list.active li:nth-child(810) {
  transition-delay: 32.4s;
}
.items-list.active li:nth-child(811) {
  transition-delay: 32.44s;
}
.items-list.active li:nth-child(812) {
  transition-delay: 32.48s;
}
.items-list.active li:nth-child(813) {
  transition-delay: 32.52s;
}
.items-list.active li:nth-child(814) {
  transition-delay: 32.56s;
}
.items-list.active li:nth-child(815) {
  transition-delay: 32.6s;
}
.items-list.active li:nth-child(816) {
  transition-delay: 32.64s;
}
.items-list.active li:nth-child(817) {
  transition-delay: 32.68s;
}
.items-list.active li:nth-child(818) {
  transition-delay: 32.72s;
}
.items-list.active li:nth-child(819) {
  transition-delay: 32.76s;
}
.items-list.active li:nth-child(820) {
  transition-delay: 32.8s;
}
.items-list.active li:nth-child(821) {
  transition-delay: 32.84s;
}
.items-list.active li:nth-child(822) {
  transition-delay: 32.88s;
}
.items-list.active li:nth-child(823) {
  transition-delay: 32.92s;
}
.items-list.active li:nth-child(824) {
  transition-delay: 32.96s;
}
.items-list.active li:nth-child(825) {
  transition-delay: 33s;
}
.items-list.active li:nth-child(826) {
  transition-delay: 33.04s;
}
.items-list.active li:nth-child(827) {
  transition-delay: 33.08s;
}
.items-list.active li:nth-child(828) {
  transition-delay: 33.12s;
}
.items-list.active li:nth-child(829) {
  transition-delay: 33.16s;
}
.items-list.active li:nth-child(830) {
  transition-delay: 33.2s;
}
.items-list.active li:nth-child(831) {
  transition-delay: 33.24s;
}
.items-list.active li:nth-child(832) {
  transition-delay: 33.28s;
}
.items-list.active li:nth-child(833) {
  transition-delay: 33.32s;
}
.items-list.active li:nth-child(834) {
  transition-delay: 33.36s;
}
.items-list.active li:nth-child(835) {
  transition-delay: 33.4s;
}
.items-list.active li:nth-child(836) {
  transition-delay: 33.44s;
}
.items-list.active li:nth-child(837) {
  transition-delay: 33.48s;
}
.items-list.active li:nth-child(838) {
  transition-delay: 33.52s;
}
.items-list.active li:nth-child(839) {
  transition-delay: 33.56s;
}
.items-list.active li:nth-child(840) {
  transition-delay: 33.6s;
}
.items-list.active li:nth-child(841) {
  transition-delay: 33.64s;
}
.items-list.active li:nth-child(842) {
  transition-delay: 33.68s;
}
.items-list.active li:nth-child(843) {
  transition-delay: 33.72s;
}
.items-list.active li:nth-child(844) {
  transition-delay: 33.76s;
}
.items-list.active li:nth-child(845) {
  transition-delay: 33.8s;
}
.items-list.active li:nth-child(846) {
  transition-delay: 33.84s;
}
.items-list.active li:nth-child(847) {
  transition-delay: 33.88s;
}
.items-list.active li:nth-child(848) {
  transition-delay: 33.92s;
}
.items-list.active li:nth-child(849) {
  transition-delay: 33.96s;
}
.items-list.active li:nth-child(850) {
  transition-delay: 34s;
}
.items-list.active li:nth-child(851) {
  transition-delay: 34.04s;
}
.items-list.active li:nth-child(852) {
  transition-delay: 34.08s;
}
.items-list.active li:nth-child(853) {
  transition-delay: 34.12s;
}
.items-list.active li:nth-child(854) {
  transition-delay: 34.16s;
}
.items-list.active li:nth-child(855) {
  transition-delay: 34.2s;
}
.items-list.active li:nth-child(856) {
  transition-delay: 34.24s;
}
.items-list.active li:nth-child(857) {
  transition-delay: 34.28s;
}
.items-list.active li:nth-child(858) {
  transition-delay: 34.32s;
}
.items-list.active li:nth-child(859) {
  transition-delay: 34.36s;
}
.items-list.active li:nth-child(860) {
  transition-delay: 34.4s;
}
.items-list.active li:nth-child(861) {
  transition-delay: 34.44s;
}
.items-list.active li:nth-child(862) {
  transition-delay: 34.48s;
}
.items-list.active li:nth-child(863) {
  transition-delay: 34.52s;
}
.items-list.active li:nth-child(864) {
  transition-delay: 34.56s;
}
.items-list.active li:nth-child(865) {
  transition-delay: 34.6s;
}
.items-list.active li:nth-child(866) {
  transition-delay: 34.64s;
}
.items-list.active li:nth-child(867) {
  transition-delay: 34.68s;
}
.items-list.active li:nth-child(868) {
  transition-delay: 34.72s;
}
.items-list.active li:nth-child(869) {
  transition-delay: 34.76s;
}
.items-list.active li:nth-child(870) {
  transition-delay: 34.8s;
}
.items-list.active li:nth-child(871) {
  transition-delay: 34.84s;
}
.items-list.active li:nth-child(872) {
  transition-delay: 34.88s;
}
.items-list.active li:nth-child(873) {
  transition-delay: 34.92s;
}
.items-list.active li:nth-child(874) {
  transition-delay: 34.96s;
}
.items-list.active li:nth-child(875) {
  transition-delay: 35s;
}
.items-list.active li:nth-child(876) {
  transition-delay: 35.04s;
}
.items-list.active li:nth-child(877) {
  transition-delay: 35.08s;
}
.items-list.active li:nth-child(878) {
  transition-delay: 35.12s;
}
.items-list.active li:nth-child(879) {
  transition-delay: 35.16s;
}
.items-list.active li:nth-child(880) {
  transition-delay: 35.2s;
}
.items-list.active li:nth-child(881) {
  transition-delay: 35.24s;
}
.items-list.active li:nth-child(882) {
  transition-delay: 35.28s;
}
.items-list.active li:nth-child(883) {
  transition-delay: 35.32s;
}
.items-list.active li:nth-child(884) {
  transition-delay: 35.36s;
}
.items-list.active li:nth-child(885) {
  transition-delay: 35.4s;
}
.items-list.active li:nth-child(886) {
  transition-delay: 35.44s;
}
.items-list.active li:nth-child(887) {
  transition-delay: 35.48s;
}
.items-list.active li:nth-child(888) {
  transition-delay: 35.52s;
}
.items-list.active li:nth-child(889) {
  transition-delay: 35.56s;
}
.items-list.active li:nth-child(890) {
  transition-delay: 35.6s;
}
.items-list.active li:nth-child(891) {
  transition-delay: 35.64s;
}
.items-list.active li:nth-child(892) {
  transition-delay: 35.68s;
}
.items-list.active li:nth-child(893) {
  transition-delay: 35.72s;
}
.items-list.active li:nth-child(894) {
  transition-delay: 35.76s;
}
.items-list.active li:nth-child(895) {
  transition-delay: 35.8s;
}
.items-list.active li:nth-child(896) {
  transition-delay: 35.84s;
}
.items-list.active li:nth-child(897) {
  transition-delay: 35.88s;
}
.items-list.active li:nth-child(898) {
  transition-delay: 35.92s;
}
.items-list.active li:nth-child(899) {
  transition-delay: 35.96s;
}
.items-list.active li:nth-child(900) {
  transition-delay: 36s;
}
.items-list.active li:nth-child(901) {
  transition-delay: 36.04s;
}
.items-list.active li:nth-child(902) {
  transition-delay: 36.08s;
}
.items-list.active li:nth-child(903) {
  transition-delay: 36.12s;
}
.items-list.active li:nth-child(904) {
  transition-delay: 36.16s;
}
.items-list.active li:nth-child(905) {
  transition-delay: 36.2s;
}
.items-list.active li:nth-child(906) {
  transition-delay: 36.24s;
}
.items-list.active li:nth-child(907) {
  transition-delay: 36.28s;
}
.items-list.active li:nth-child(908) {
  transition-delay: 36.32s;
}
.items-list.active li:nth-child(909) {
  transition-delay: 36.36s;
}
.items-list.active li:nth-child(910) {
  transition-delay: 36.4s;
}
.items-list.active li:nth-child(911) {
  transition-delay: 36.44s;
}
.items-list.active li:nth-child(912) {
  transition-delay: 36.48s;
}
.items-list.active li:nth-child(913) {
  transition-delay: 36.52s;
}
.items-list.active li:nth-child(914) {
  transition-delay: 36.56s;
}
.items-list.active li:nth-child(915) {
  transition-delay: 36.6s;
}
.items-list.active li:nth-child(916) {
  transition-delay: 36.64s;
}
.items-list.active li:nth-child(917) {
  transition-delay: 36.68s;
}
.items-list.active li:nth-child(918) {
  transition-delay: 36.72s;
}
.items-list.active li:nth-child(919) {
  transition-delay: 36.76s;
}
.items-list.active li:nth-child(920) {
  transition-delay: 36.8s;
}
.items-list.active li:nth-child(921) {
  transition-delay: 36.84s;
}
.items-list.active li:nth-child(922) {
  transition-delay: 36.88s;
}
.items-list.active li:nth-child(923) {
  transition-delay: 36.92s;
}
.items-list.active li:nth-child(924) {
  transition-delay: 36.96s;
}
.items-list.active li:nth-child(925) {
  transition-delay: 37s;
}
.items-list.active li:nth-child(926) {
  transition-delay: 37.04s;
}
.items-list.active li:nth-child(927) {
  transition-delay: 37.08s;
}
.items-list.active li:nth-child(928) {
  transition-delay: 37.12s;
}
.items-list.active li:nth-child(929) {
  transition-delay: 37.16s;
}
.items-list.active li:nth-child(930) {
  transition-delay: 37.2s;
}
.items-list.active li:nth-child(931) {
  transition-delay: 37.24s;
}
.items-list.active li:nth-child(932) {
  transition-delay: 37.28s;
}
.items-list.active li:nth-child(933) {
  transition-delay: 37.32s;
}
.items-list.active li:nth-child(934) {
  transition-delay: 37.36s;
}
.items-list.active li:nth-child(935) {
  transition-delay: 37.4s;
}
.items-list.active li:nth-child(936) {
  transition-delay: 37.44s;
}
.items-list.active li:nth-child(937) {
  transition-delay: 37.48s;
}
.items-list.active li:nth-child(938) {
  transition-delay: 37.52s;
}
.items-list.active li:nth-child(939) {
  transition-delay: 37.56s;
}
.items-list.active li:nth-child(940) {
  transition-delay: 37.6s;
}
.items-list.active li:nth-child(941) {
  transition-delay: 37.64s;
}
.items-list.active li:nth-child(942) {
  transition-delay: 37.68s;
}
.items-list.active li:nth-child(943) {
  transition-delay: 37.72s;
}
.items-list.active li:nth-child(944) {
  transition-delay: 37.76s;
}
.items-list.active li:nth-child(945) {
  transition-delay: 37.8s;
}
.items-list.active li:nth-child(946) {
  transition-delay: 37.84s;
}
.items-list.active li:nth-child(947) {
  transition-delay: 37.88s;
}
.items-list.active li:nth-child(948) {
  transition-delay: 37.92s;
}
.items-list.active li:nth-child(949) {
  transition-delay: 37.96s;
}
.items-list.active li:nth-child(950) {
  transition-delay: 38s;
}
.items-list.active li:nth-child(951) {
  transition-delay: 38.04s;
}
.items-list.active li:nth-child(952) {
  transition-delay: 38.08s;
}
.items-list.active li:nth-child(953) {
  transition-delay: 38.12s;
}
.items-list.active li:nth-child(954) {
  transition-delay: 38.16s;
}
.items-list.active li:nth-child(955) {
  transition-delay: 38.2s;
}
.items-list.active li:nth-child(956) {
  transition-delay: 38.24s;
}
.items-list.active li:nth-child(957) {
  transition-delay: 38.28s;
}
.items-list.active li:nth-child(958) {
  transition-delay: 38.32s;
}
.items-list.active li:nth-child(959) {
  transition-delay: 38.36s;
}
.items-list.active li:nth-child(960) {
  transition-delay: 38.4s;
}
.items-list.active li:nth-child(961) {
  transition-delay: 38.44s;
}
.items-list.active li:nth-child(962) {
  transition-delay: 38.48s;
}
.items-list.active li:nth-child(963) {
  transition-delay: 38.52s;
}
.items-list.active li:nth-child(964) {
  transition-delay: 38.56s;
}
.items-list.active li:nth-child(965) {
  transition-delay: 38.6s;
}
.items-list.active li:nth-child(966) {
  transition-delay: 38.64s;
}
.items-list.active li:nth-child(967) {
  transition-delay: 38.68s;
}
.items-list.active li:nth-child(968) {
  transition-delay: 38.72s;
}
.items-list.active li:nth-child(969) {
  transition-delay: 38.76s;
}
.items-list.active li:nth-child(970) {
  transition-delay: 38.8s;
}
.items-list.active li:nth-child(971) {
  transition-delay: 38.84s;
}
.items-list.active li:nth-child(972) {
  transition-delay: 38.88s;
}
.items-list.active li:nth-child(973) {
  transition-delay: 38.92s;
}
.items-list.active li:nth-child(974) {
  transition-delay: 38.96s;
}
.items-list.active li:nth-child(975) {
  transition-delay: 39s;
}
.items-list.active li:nth-child(976) {
  transition-delay: 39.04s;
}
.items-list.active li:nth-child(977) {
  transition-delay: 39.08s;
}
.items-list.active li:nth-child(978) {
  transition-delay: 39.12s;
}
.items-list.active li:nth-child(979) {
  transition-delay: 39.16s;
}
.items-list.active li:nth-child(980) {
  transition-delay: 39.2s;
}
.items-list.active li:nth-child(981) {
  transition-delay: 39.24s;
}
.items-list.active li:nth-child(982) {
  transition-delay: 39.28s;
}
.items-list.active li:nth-child(983) {
  transition-delay: 39.32s;
}
.items-list.active li:nth-child(984) {
  transition-delay: 39.36s;
}
.items-list.active li:nth-child(985) {
  transition-delay: 39.4s;
}
.items-list.active li:nth-child(986) {
  transition-delay: 39.44s;
}
.items-list.active li:nth-child(987) {
  transition-delay: 39.48s;
}
.items-list.active li:nth-child(988) {
  transition-delay: 39.52s;
}
.items-list.active li:nth-child(989) {
  transition-delay: 39.56s;
}
.items-list.active li:nth-child(990) {
  transition-delay: 39.6s;
}
.items-list.active li:nth-child(991) {
  transition-delay: 39.64s;
}
.items-list.active li:nth-child(992) {
  transition-delay: 39.68s;
}
.items-list.active li:nth-child(993) {
  transition-delay: 39.72s;
}
.items-list.active li:nth-child(994) {
  transition-delay: 39.76s;
}
.items-list.active li:nth-child(995) {
  transition-delay: 39.8s;
}
.items-list.active li:nth-child(996) {
  transition-delay: 39.84s;
}
.items-list.active li:nth-child(997) {
  transition-delay: 39.88s;
}
.items-list.active li:nth-child(998) {
  transition-delay: 39.92s;
}
.items-list.active li:nth-child(999) {
  transition-delay: 39.96s;
}

.items-desc {
  font-size: max(1.2445095168vw, 13px);
  font-weight: 400;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .items-desc {
    font-size: 3.7333333333vw;
    line-height: 2.2;
  }
  .items-desc.active {
    animation-duration: 0.5s;
  }
}

/* 商品セクション --------------------------- */
.items {
  position: relative;
}

.items-photo {
  overflow: hidden;
  width: 42.4597364568vw;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .items-photo {
    width: 100%;
    position: static;
  }
}

.items-photo a {
  display: block;
}

.items-inner {
  width: 100%;
}

.items-text {
  width: 29.2825768668vw;
  margin: 0 auto;
  margin-top: 4.7584187408vw;
}
@media screen and (max-width: 767px) {
  .items-text {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin-top: 10.1333333333vw;
  }
}

.items-left .items-head {
  margin-left: 12.4450951684vw;
}
@media screen and (max-width: 767px) {
  .items-left .items-head {
    margin-left: 0;
  }
}
.items-left .items-inner {
  padding-left: 46.1200585652vw;
}
@media screen and (max-width: 767px) {
  .items-left .items-inner {
    padding-left: 0;
  }
}
.items-left .items-ttl {
  margin-right: 0;
}
.items-left .items-photo {
  left: 3.8067349927vw;
}

.items-right .items-head {
  margin-left: 10.2489019034vw;
}
@media screen and (max-width: 767px) {
  .items-right .items-head {
    margin-left: 0;
  }
}
.items-right .items-inner {
  padding-right: 49.6339677892vw;
}
@media screen and (max-width: 767px) {
  .items-right .items-inner {
    padding-right: 0;
  }
}
.items-right .items-ttl {
  margin-right: 0;
}
.items-right .items-photo {
  right: 3.6603221083vw;
}

/* 各 scene  --------------------------- */
.scene01 .scene-head__bg {
  background-color: rgba(224, 238, 252, 0.3);
}

.scene02 .scene-head {
  margin-bottom: 10.8345534407vw;
}
@media screen and (max-width: 767px) {
  .scene02 .scene-head {
    margin-bottom: 18.6666666667vw;
  }
}
.scene02 .scene-head__sub::after {
  background-color: #62758A;
}
.scene02 .scene-head__bg {
  background-color: rgba(98, 117, 138, 0.15);
}

@media screen and (max-width: 767px) {
  .scene03 .scene-head {
    gap: 8vw;
  }
}
.scene03 .scene-head__bg {
  background-color: rgba(201, 188, 176, 0.15);
}
.scene03 .scene-head__sub::after {
  background-color: #C9BCB0;
}
@media screen and (max-width: 767px) {
  .scene03 .scene-head__ttl {
    line-height: 1.15;
  }
}

.scene04 .scene-head__bg {
  background-color: rgba(122, 188, 181, 0.15);
}
.scene04 .scene-head__sub::after {
  background-color: #7ABCB5;
}

/* 各 items  --------------------------- */
.items-01 {
  margin-bottom: 18.3016105417vw;
}
@media screen and (max-width: 767px) {
  .items-01 {
    margin-bottom: 17.0666666667vw;
  }
}
.items-01 .items-head {
  padding-top: 1.0980966325vw;
}
.items-01 .items-num {
  width: 5.5636896047vw;
}
@media screen and (max-width: 767px) {
  .items-01 .items-num {
    width: 16vw;
  }
}

.items-02 {
  margin-bottom: 17.5695461201vw;
}
@media screen and (max-width: 767px) {
  .items-02 {
    margin-bottom: 17.0666666667vw;
  }
}
.items-02 .items-head {
  padding-top: 1.0980966325vw;
  gap: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .items-02 .items-head {
    gap: 5.3333333333vw;
  }
}
.items-02 .items-num {
  width: 7.8330893119vw;
}
@media screen and (max-width: 767px) {
  .items-02 .items-num {
    width: 23.4666666667vw;
  }
}

.items-03 {
  margin-bottom: 21.9619326501vw;
}
@media screen and (max-width: 767px) {
  .items-03 {
    margin-bottom: 13.3333333333vw;
  }
}
.items-03 .items-head {
  padding-top: 1.317715959vw;
  gap: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .items-03 .items-head {
    gap: 6.4vw;
  }
}
.items-03 .items-num {
  width: 7.6134699854vw;
}
@media screen and (max-width: 767px) {
  .items-03 .items-num {
    width: 21.8666666667vw;
  }
}
.items-03 .link-box {
  margin-top: 6.7349926794vw;
}

.items-04 {
  margin-bottom: 13.17715959vw;
}
@media screen and (max-width: 767px) {
  .items-04 {
    margin-bottom: 18.1333333333vw;
  }
}
.items-04 .items-head {
  padding-top: 1.0980966325vw;
  gap: 2.3426061493vw;
}
@media screen and (max-width: 767px) {
  .items-04 .items-head {
    gap: 6.9333333333vw;
  }
}
.items-04 .items-num {
  gap: 1.756954612vw;
  width: 7.6134699854vw;
}
@media screen and (max-width: 767px) {
  .items-04 .items-num {
    width: 21.3333333333vw;
  }
}

.items-05 {
  margin-bottom: 17.5695461201vw;
}
@media screen and (max-width: 767px) {
  .items-05 {
    margin-bottom: 18.1333333333vw;
  }
}
.items-05 .items-head {
  padding-top: 1.317715959vw;
  gap: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .items-05 .items-head {
    gap: 6.4vw;
  }
}
.items-05 .items-num {
  width: 7.6134699854vw;
}
@media screen and (max-width: 767px) {
  .items-05 .items-num {
    width: 22.4vw;
  }
}
.items-05 .items-desc {
  margin-top: 2.9282576867vw;
}
@media screen and (max-width: 767px) {
  .items-05 .items-desc {
    margin-top: 8.5333333333vw;
  }
}

.items-06 {
  margin-bottom: 24.1581259151vw;
}
@media screen and (max-width: 767px) {
  .items-06 {
    margin-bottom: 14.4vw;
  }
}
.items-06 .items-head {
  padding-top: 1.0980966325vw;
  gap: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .items-06 .items-head {
    gap: 6.4vw;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.items-06 .items-num {
  gap: 2.0497803807vw;
  width: 7.7598828697vw;
}
@media screen and (max-width: 767px) {
  .items-06 .items-num {
    width: 22.4vw;
  }
}
.items-06 .items-text {
  width: 30.7467057101vw;
}
@media screen and (max-width: 767px) {
  .items-06 .items-text {
    width: 100%;
  }
}

.items-07 {
  margin-bottom: 21.9619326501vw;
}
@media screen and (max-width: 767px) {
  .items-07 {
    margin-bottom: 17.6vw;
  }
}
.items-07 .items-head {
  padding-top: 1.0248901903vw;
  gap: 2.635431918vw;
}
@media screen and (max-width: 767px) {
  .items-07 .items-head {
    gap: 6.4vw;
  }
}
.items-07 .items-num {
  width: 7.3206442167vw;
}
@media screen and (max-width: 767px) {
  .items-07 .items-num {
    width: 21.3333333333vw;
  }
}

.items-08 {
  margin-bottom: 15.2269399707vw;
}
@media screen and (max-width: 767px) {
  .items-08 {
    margin-bottom: 21.8666666667vw;
  }
}
.items-08 .items-head {
  padding-top: 0.878477306vw;
}
@media screen and (max-width: 767px) {
  .items-08 .items-head {
    gap: 6.4vw;
  }
}
.items-08 .items-num {
  width: 7.467057101vw;
}
@media screen and (max-width: 767px) {
  .items-08 .items-num {
    width: 21.8666666667vw;
  }
}

.items-09 {
  margin-bottom: 17.1303074671vw;
}
@media screen and (max-width: 767px) {
  .items-09 {
    margin-bottom: 17.6vw;
  }
}
.items-09 .items-head {
  padding-top: 1.1713030747vw;
  gap: 2.0497803807vw;
}
@media screen and (max-width: 767px) {
  .items-09 .items-head {
    gap: 5.3333333333vw;
  }
}
.items-09 .items-num {
  width: 7.6866764275vw;
}
@media screen and (max-width: 767px) {
  .items-09 .items-num {
    width: 22.4vw;
  }
}

.items-10 {
  margin-bottom: 24.1581259151vw;
}
@media screen and (max-width: 767px) {
  .items-10 {
    margin-bottom: 25.0666666667vw;
  }
}
.items-10 .items-head {
  padding-top: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  .items-10 .items-head {
    gap: 5.3333333333vw;
  }
}
.items-10 .items-num {
  width: 6.0029282577vw;
}
@media screen and (max-width: 767px) {
  .items-10 .items-num {
    width: 17.0666666667vw;
  }
}

/* end-block------------------ */
.end-block {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  overflow: hidden;
}

.end-block .bgi-photo {
  position: absolute;
  top: 0;
  left: 0;
}

/*banner-block-----------------------------*/
.banner-block {
  margin: 3.3% auto 64px;
  position: relative;
}

.banner-block a {
  display: block;
  transition: 0.6s ease-in-out;
}

.banner-block a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.banner-block .c-btn01 {
  width: 36%;
  min-width: 602px;
  margin: 0 auto 1.2rem;
  border: 1px solid #000;
  transition: 0.3s;
  display: block;
}

.banner-block .c-btn01 img {
  width: 100%;
}

.banner-block .line {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 5% auto 0;
  background: #000;
}

.banner-block .flex-box {
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 36%;
  min-width: 600px;
  margin: 5% auto 0;
}

.banner-block .flex-box .c-btn01 {
  width: 48%;
  min-width: 290px;
  margin: 0;
}

/* ページトップボタン---------------------------- */
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 99;
}

#pagetop .btn-loading {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #CCC;
  border-radius: 100%;
  transition: color 0.2s;
  overflow: hidden;
}

#pagetop .btn-loading01:before,
#pagetop .btn-loading01:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #231815;
  pointer-events: none;
}

#pagetop .btn-loading:before {
  bottom: 0;
  left: 0;
}

#pagetop .btn-loading:after {
  top: 0;
  right: 0;
}

#pagetop:hover .btn-loading {
  color: #65A04D;
}

#pagetop:hover .btn-loading:before,
#pagetop:hover .btn-loading:after {
  height: 100%;
}

#pagetop:hover .btn-loading:before {
  transition: height 0.1s 0.1s linear;
}

#pagetop:hover .btn-loading:after {
  transition: height 0.1s linear;
}

#pagetop .btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #FFF;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 99;
}

#pagetop .btn-loading span img {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

/* フッター--------------------------------------------- */
.footer {
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
}

.footer img {
  transition: 0.3s;
}

.footer img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.footer_sns .instagram {
  display: block;
  width: 3%;
  min-width: 20px;
  margin: 0 auto 1.6%;
  opacity: 1;
  transition: 0.3s;
}

.f-ow {
  width: 7.96%;
  min-width: 102px;
  margin: 25px auto 0 auto;
}

.footer_copyright {
  font-family: "Helvetica", sans-serif;
  font-size: max(0.6vw, 10px);
  letter-spacing: 0.02em;
  margin: 2.8% 0 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* バナー--------------------------- */
  .banner-block {
    margin-top: 16vw;
    margin-bottom: 9.6vw;
  }
  .banner-block .c-btn01 {
    width: 80%;
    min-width: auto;
    margin-bottom: 12px;
  }
  .banner-block .line {
    display: none;
  }
  .banner-block .flex-box {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 80%;
    min-width: auto;
    margin: 0 auto;
  }
  .banner-block .flex-box .c-btn01 {
    min-width: auto;
  }
  .banner-block .flex-box {
    margin-top: 9.6vw;
  }
  /* ページトップボタン--------------------------- */
  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 30;
  }
  #pagetop .btn-loading {
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #CCC;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65A04D;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #FFF;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  /* フッター--------------------------- */
  .footer {
    padding-bottom: 20px;
  }
  .footer_sns {
    margin: 0 auto;
  }
  .footer_sns .instagram {
    width: 2.73%;
    min-width: 35px;
  }
  .f-ow {
    margin-top: 5.86vw;
    width: 9.37%;
    min-width: 120px;
  }
  .footer_copyright {
    margin-top: 9vw;
    font-size: max(0.6vw, 8px);
  }
  .footer_copyright img {
    width: 72vw;
  }
}