.ani-slidein {
  opacity: 0;
  filter: blur(2px);
}
.ani-slidein.left {
  transform: translateX(-20px);
}
.ani-slidein.left02 {
  transform: translateX(-50px);
}
.ani-slidein.right {
  transform: translateX(20px);
}
.ani-slidein.top {
  transform: translateY(-20px);
}
.ani-slidein.bottom {
  transform: translateY(20px);
}

.ani-fadein {
  opacity: 0;
}

.ani-clipin.left {
  clip-path: inset(0 100% 0 0);
}
.ani-clipin.right {
  clip-path: inset(0 0 0 100%);
}
.ani-clipin.center {
  clip-path: inset(50% 0 50% 0);
}
@media (max-width: 480px) {
  .ani-clipin.top-sp {
    clip-path: inset(0 0 100% 0);
  }
}
@media (max-width: 480px) {
  .ani-clipin.fadein-sp {
    clip-path: inset(0);
    opacity: 0;
  }
}

.ani-cl.red-wht {
  color: #c31727;
}
.ani-cl.wht-red {
  color: #fff;
}

.effect.ani-slidein {
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, filter 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  opacity: 1;
  filter: blur(0);
  transform: translate(0);
}
.effect.ani-slidein.quick {
  transition: transform 0.4s 0s, opacity 0.4s 0s;
}
.effect.ani-slidein.trans-1 {
  transition: transform 1s 0s, opacity 1s 0s;
}
.effect.ani-slidein.trans-2 {
  transition: transform 2s 0s, opacity 2s 0s;
}
.effect.ani-fadein {
  transition: opacity 0.5s;
  opacity: 1;
}
.effect.ani-clipin {
  transition: clip-path cubic-bezier(0.95, 0, 0.25, 0.9) 0.5s;
  clip-path: inset(0);
}
.effect.ani-clipin.slow {
  transition: clip-path 2s;
}
@media (max-width: 480px) {
  .effect.ani-clipin.fadein-sp {
    transition: opacity 0.5s;
    opacity: 1;
  }
}
.effect.animated-text {
  transition: stroke-dashoffset 3s ease-in 0s;
  stroke-dashoffset: 0;
}
.effect.ani-cl {
  transition: color cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
}
.effect.ani-cl.red-wht {
  color: #fff;
}
.effect.ani-cl.wht-red {
  color: #c31727;
}

.delay-0 {
  transition-delay: 0s !important;
  animation-delay: 0s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay-11 {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.delay-13 {
  transition-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.delay-17 {
  transition-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.delay-18 {
  transition-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.delay-19 {
  transition-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.delay-20 {
  transition-delay: 2s !important;
  animation-delay: 2s !important;
}

.delay-21 {
  transition-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.delay-30 {
  transition-delay: 3s !important;
  animation-delay: 3s !important;
}

@media (max-width: 480px) {
  .delay-0-sp {
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }
}

@media (max-width: 480px) {
  .delay-5-sp {
    transition-delay: 0.5s !important;
    animation-delay: 0.5s !important;
  }
}

@media (max-width: 480px) {
  .delay-7-sp {
    transition-delay: 0.7s !important;
    animation-delay: 0.7s !important;
  }
}

@media (max-width: 480px) {
  .delay-12-sp {
    transition-delay: 1.2s !important;
    animation-delay: 1.2s !important;
  }
}

.animate-scroll-start#header {
  transition: transform 0.3s ease-in-out 0.2s;
}
.animate-scroll-start#header.effect {
  transform: translateY(-100%);
}
.animate-scroll-start#visual {
  position: relative;
}
.animate-scroll-start#visual::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.animate-scroll-start#visual .visual__ttl {
  transition: filter 0.3s ease-in-out 0.2s;
}
.animate-scroll-start#visual.effect {
  z-index: 0;
}
.animate-scroll-start#visual.effect::before {
  opacity: 0.5;
}
.animate-scroll-start#visual.effect .visual__ttl {
  filter: url(#frame-text);
  text-shadow: none;
}
.animate-scroll-start#visual.effect .visual__scroll {
  opacity: 0;
}
.animate-scroll-start#contents {
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
}
.animate-scroll-start#contents.effect {
  opacity: 1;
  transform: translateY(0);
}

.ani-org01 {
  animation: ani-org01 0.6s both;
  animation-play-state: paused;
}
.ani-org01.effect {
  animation-play-state: running;
}

@keyframes ani-org01 {
  0% {
    clip-path: inset(50% 0 50% 0);
    filter: brightness(0);
  }
  50% {
    clip-path: inset(0% 0 0% 0);
    filter: brightness(0);
  }
  80% {
    clip-path: inset(0% 0 0% 0);
    filter: brightness(0);
  }
  100% {
    filter: brightness(1);
  }
}/*# sourceMappingURL=animation.css.map */