@-webkit-keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------
animation
--------------------------------------------------------------*/
@-webkit-keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes anime-fade-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@keyframes anime-fade-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@-webkit-keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
*[data-a=pop-up] {
  -webkit-transform: scale(0);
          transform: scale(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

small {
  font-size: 0.89em;
}

main {
  display: block;
  position: relative;
}

img {
  vertical-align: top;
}

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

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

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

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

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

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

ul, menu {
  list-style: none;
}

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

textarea {
  resize: vertical;
}

hr {
  border: none;
}

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

h1, h2.h3, h4 {
  font-weight: 700;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
  background: #fff;
}
@media (max-width: 768px) {
  .site-logo img {
    width: 50px;
    height: auto;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 0.75rem;
  }
}

.kv {
  pointer-events: none;
  position: relative;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(#46c9c1), to(#2725cc));
  background: linear-gradient(to right, #46c9c1 0%, #2725cc 100%);
  z-index: 2;
  opacity: 0;
}
@media (min-width: 769px) and (max-width: 1400px) and (min-height: 791px) {
  .kv #kv-slider img {
    height: 60vw;
    width: auto;
  }
}
@media (min-width: 769px) {
  .kv #kv-slider img {
    max-height: calc(100vh - 120px);
    width: auto;
  }
}
@media (max-width: 768px) {
  .kv {
    padding: 5px 0;
  }
  .kv #kv-slider img {
    height: 100vw;
    width: auto;
  }
}
.kv.active {
  -webkit-transition: all 1.5s ease 1s;
  transition: all 1.5s ease 1s;
  opacity: 1;
}
.kv.active .site-title {
  -webkit-transition: all 1.2s ease 1.4s;
  transition: all 1.2s ease 1.4s;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.kv.not-animation {
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}
.kv.not-animation .site-title {
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}

.site-title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  width: 620px;
  height: 620px;
}
@media (min-width: 769px) and (max-height: 790px) {
  .site-title {
    width: calc(100vh - 220px);
    height: calc(100vh - 220px);
  }
}
@media (min-width: 769px) and (min-height: 791px) and (max-width: 1400px) {
  .site-title {
    width: 45vw;
    height: 45vw;
  }
}
@media (max-width: 768px) {
  .site-title {
    width: 68vw;
    height: 68vw;
  }
}
.site-title h1 {
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-title__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.site-title__circle img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: spin 40s linear infinite;
          animation: spin 40s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.site-wrap {
  overflow: clip;
}

.site-main {
  background: #f5f5ff;
  position: relative;
}

.main-contents {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.main-contents .sect {
  position: relative;
  z-index: 2;
  margin: 190px auto;
}
.main-contents .sect__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .main-contents .sect__title h2 {
    gap: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1400px) {
  .main-contents .sect__title h2 img {
    height: 80px;
    width: auto;
  }
}
@media (max-width: 1080px) {
  .main-contents .sect__title h2 img {
    height: 7vw;
    width: auto;
  }
}
@media (max-width: 768px) {
  .main-contents .sect__title h2 img {
    height: 37px;
    width: auto;
  }
  .main-contents .sect__title h2 img.sp-h {
    height: 87px;
  }
}
@media (max-width: 768px) {
  .main-contents .sect {
    margin: 75px auto;
  }
}
.main-contents .sect__inner {
  max-width: 1440px;
  padding: 0 80px;
  margin: auto;
}
@media (max-width: 1380px) {
  .main-contents .sect__inner {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .main-contents .sect__inner {
    padding: 0 40px;
  }
}
@media (max-width: 1080px) {
  .main-contents .sect__inner {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-contents .sect__inner {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .main-contents .sect__inner {
    padding: 0 20px;
  }
}
.main-contents .sect--music-video .sect__title h2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main-contents .sect--music-video .sect__title h2 {
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-contents .sect--music-video .sect__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.main-contents .sect--music-video .sect__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main-contents .sect--music-video .sect__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.main-contents .sect--music-video .sect__inner > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.main-contents .sect--music-video .sect__inner > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.main-contents .sect--music-video .sect__inner > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.main-contents .sect--music-video .sect__inner > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.main-contents .sect--music-video .sect__inner > *:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/span 3;
}
@media (max-width: 1440px) {
  .main-contents .sect--music-video .sect__inner {
    -ms-grid-columns: 1fr 80px 0.7fr;
    grid-template-columns: 1fr 0.7fr;
    gap: 0 80px;
  }
}
@media (max-width: 1280px) {
  .main-contents .sect--music-video .sect__inner {
    -ms-grid-columns: 1fr 40px 0.7fr;
    grid-template-columns: 1fr 0.7fr;
    gap: 0 40px;
  }
}
@media (max-width: 1080px) {
  .main-contents .sect--music-video .sect__inner {
    -ms-grid-columns: 1fr 30px 0.7fr;
    grid-template-columns: 1fr 0.7fr;
    gap: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-contents .sect--music-video .sect__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 20px;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(1) p {
    text-align: center;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(2) h4 {
    height: 15px;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(2) h4 img {
    height: 15px;
    width: auto;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(2) p:last-child {
    margin-top: 20px;
  }
  .main-contents .sect--music-video .sect__inner > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .main-contents .sect--music-video__left p {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .main-contents .sect--music-video__right > div {
    position: sticky;
    left: 0;
    top: 20px;
  }
}
.main-contents .sect--music-video__right .video-wrap {
  margin: auto;
  max-width: 400px;
  overflow: clip;
  position: relative;
  aspect-ratio: 970/1729;
}
@media (min-width: 769px) {
  .main-contents .sect--music-video__right .video-wrap {
    max-height: calc(100vh - 40px);
    width: auto;
  }
}
@media (max-width: 768px) {
  .main-contents .sect--music-video__right .video-wrap {
    width: calc(100% - 90px);
  }
}
.main-contents .sect--music-video__right #play-mv {
  overflow: clip;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (min-width: 769px) {
  .main-contents .sect--music-video__right #play-mv:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .main-contents .sect--music-video__right #play-mv:not(.nothover):hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
.main-contents .sect--music-video__right #play-mv picture {
  display: block;
  width: 100%;
  height: 100%;
}
.main-contents .sect--music-video__right #play-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-contents .sect--music-video__right iframe {
  width: 100%;
  height: 100%;
}
.main-contents .sect--music-video__right #play-mv {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-contents .sect--music-video__right #play-mv.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.main-contents .sect--profile {
  padding-bottom: 225px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main-contents .sect--profile {
    padding-bottom: 80px;
  }
}
.main-contents .cont--dirt-clessic {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .main-contents .cont--dirt-clessic {
    margin-top: 40px;
  }
}
.main-contents .cont--dirt-clessic__read {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media (max-width: 768px) {
  .main-contents .cont--dirt-clessic__read {
    gap: 45px;
  }
}
.main-contents .cont--dirt-clessic__read p {
  margin: 0;
  line-height: 2.3;
}
.main-contents .cont--dirt-clessic__link {
  max-width: 1440px;
  padding: 0 80px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .main-contents .cont--dirt-clessic__link {
    margin-top: 50px;
  }
}
@media (max-width: 1380px) {
  .main-contents .cont--dirt-clessic__link {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .main-contents .cont--dirt-clessic__link {
    padding: 0 40px;
  }
}
@media (max-width: 1080px) {
  .main-contents .cont--dirt-clessic__link {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-contents .cont--dirt-clessic__link {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .main-contents .cont--dirt-clessic__link ul {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 66px 1fr 66px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 66px;
  }
  .main-contents .cont--dirt-clessic__link ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main-contents .cont--dirt-clessic__link ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .main-contents .cont--dirt-clessic__link ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .main-contents .cont--dirt-clessic__link ul {
    gap: 30px;
  }
}
@media (min-width: 769px) {
  .main-contents .cont--dirt-clessic__link ul li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .main-contents .cont--dirt-clessic__link ul li a:not(.nothover):hover {
    display: block;
    opacity: 0.8;
  }
}
.main-contents .cont--dirt-clessic__link ul li a img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .main-contents .cont--dirt-clessic__link ul li a img {
    height: 45vw !important;
    width: auto;
  }
}
.main-contents .cont--music-video__read {
  font-size: 1.125rem;
}
.main-contents .cont--music-video__song {
  background: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .main-contents .cont--music-video__song {
    padding: 25px;
  }
}
.main-contents .cont--music-video__song h4 {
  font-size: 1.5rem;
}
.main-contents .cont--music-video__song p {
  margin-bottom: 0;
}
.main-contents .cont--interview .interview-wrap {
  margin: auto;
  overflow: clip;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 769px) {
  .main-contents .cont--interview .interview-wrap {
    max-height: calc(100vh - 100px);
    width: auto;
  }
}
.main-contents .cont--interview .interview-wrap iframe {
  width: 100%;
  height: 100%;
}
.main-contents .cont--interview .interview-wrap #play-interview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 769px) {
  .main-contents .cont--interview .interview-wrap #play-interview:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .main-contents .cont--interview .interview-wrap #play-interview:not(.nothover):hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.main-contents .cont--interview .interview-wrap #play-interview.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.main-contents .cont--interview p {
  margin-top: 20px;
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .main-contents .cont--interview p {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .main-contents .cont--interview p {
    text-align: left;
  }
}
.main-contents .cont--interview p span {
  display: inline-block;
}
@media (max-width: 768px) {
  .main-contents .cont--interview p span {
    display: inline;
  }
}
.main-contents .cont--profile figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.12fr 80px 7fr;
  grid-template-columns: 5.12fr 7fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.main-contents .cont--profile figure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main-contents .cont--profile figure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1180px) {
  .main-contents .cont--profile figure {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .main-contents .cont--profile figure {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    rid-template-rows: auto;
    gap: 35px;
  }
}
.main-contents .cont--profile figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .main-contents .cont--profile figure figcaption {
    gap: 0.5em;
  }
}
.main-contents .cont--profile figure figcaption h3 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #2725cc;
}
@media (max-width: 768px) {
  .main-contents .cont--profile figure figcaption h3 {
    font-size: 1.875rem;
  }
}
.main-contents .cont--profile figure figcaption strong {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .main-contents .cont--profile figure figcaption strong {
    font-size: 1rem;
  }
}
.main-contents .cont--profile__details {
  margin-top: 60px;
  padding: 40px;
  background: #fff;
}
@media (max-width: 768px) {
  .main-contents .cont--profile__details {
    margin-top: 30px;
    padding: 25px;
  }
}
.main-contents .cont--profile__details p {
  line-height: 2;
  margin: 0;
}

@media (min-width: 769px) {
  #dirt-clessic-slider {
    visibility: visible;
  }
}

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

.title-s3 {
  color: #2725cc;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .title-s3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .title-s3 {
    margin-bottom: 20px;
  }
}

.site-footer {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 200px 0 80px;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 70px 0 4dvb;
  }
}
.site-footer p {
  margin: 0;
}
.site-footer__header h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .site-footer__header h2 img {
    height: 23px;
    width: auto;
  }
}
.site-footer .cont {
  max-width: 1440px;
  padding: 0 0px;
  margin: auto;
}
@media (max-width: 1380px) {
  .site-footer .cont {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .site-footer .cont {
    padding: 0 40px;
  }
}
@media (max-width: 1080px) {
  .site-footer .cont {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .site-footer .cont {
    padding: 0 20px;
  }
}
.site-footer .banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 30px;
  gap: 25px;
}
@media (min-width: 769px) {
  .site-footer .banner-link li {
    width: calc(25% - 25px);
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .site-footer .banner-link li {
    width: calc(25% - 20px);
    height: auto;
    gap: 20px;
  }
}
.site-footer .banner-link li.spacer {
  width: calc(12.5% - 25px);
}
@media (max-width: 768px) {
  .site-footer .banner-link li.spacer {
    display: none;
  }
}
@media (max-width: 1080px) {
  .site-footer .banner-link {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .site-footer .banner-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 25px;
    margin: 50px auto 20px;
  }
  .site-footer .banner-link > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer .banner-link > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .site-footer .banner-link .spacer {
    display: none;
  }
}
.site-footer p {
  text-align: center;
}
.site-footer .sns-link {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .site-footer .sns-link {
    margin-top: 45px;
    gap: 15px;
  }
  .site-footer .sns-link li:nth-child(1) img {
    width: 34px;
  }
  .site-footer .sns-link li:nth-child(2) img {
    width: 36px;
  }
  .site-footer .sns-link li:nth-child(3) img {
    width: 35px;
  }
  .site-footer .sns-link li:nth-child(4) img {
    width: 37px;
  }
}
.site-footer .text-link {
  margin: 45px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .site-footer .text-link {
    margin: 15px auto 40px;
  }
}
.site-footer .text-link li:last-child a::after {
  display: none;
}
.site-footer .text-link li a {
  font-size: 1rem;
  position: relative;
  padding: 0 13px;
}
@media (min-width: 769px) {
  .site-footer .text-link li a:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-footer .text-link li a:not(.nothover):hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .site-footer .text-link li a {
    font-size: 0.625rem;
  }
}
.site-footer .text-link li a::after {
  content: "";
  width: 1px;
  height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
}
.site-footer .copyright {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .site-footer .copyright {
    font-size: 0.625rem;
  }
}

.bg {
  width: 1300px;
  height: 1300px;
  background: radial-gradient(circle, rgba(70, 201, 193, 0.38) 0%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .bg {
    width: 90%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .bg {
    width: 500px;
    height: auto;
  }
}
.bg--01 {
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .bg--01 {
    left: 0;
    top: 0;
  }
}
.bg--02 {
  left: 80%;
  top: 20%;
}
.bg--03 {
  left: 0px;
  top: 47%;
}
@media (max-width: 768px) {
  .bg--03 {
    top: 37%;
  }
}
.bg--04 {
  left: 80%;
  top: 73%;
}
@media (max-width: 768px) {
  .bg--04 {
    top: 53%;
  }
}
@media (min-width: 769px) {
  .bg--04-02 {
    display: none;
  }
}
@media (max-width: 768px) {
  .bg--04-02 {
    left: 0%;
    top: 62%;
  }
}
.bg--05 {
  left: 0%;
  top: 100%;
}
@media (max-width: 768px) {
  .bg--05 {
    left: 100%;
    top: 74%;
  }
}

.splide__arrow {
  width: 38px !important;
  height: 38px !important;
  background: #000 !important;
  opacity: 1 !important;
  border: solid 1px #fff !important;
  position: relative;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::after {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg height="24.84" viewBox="0 0 33.13 24.84" width="33.13" xmlns="http://www.w3.org/2000/svg"><g fill="%23fff"><path d="m9.07 11.42h24.06v2h-24.06z"/><path d="m13.84 1.41-1.42-1.41-12.42 12.42 12.42 12.42 1.42-1.41-11.01-11.01z"/></g></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.splide__arrow--next::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}