@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-hint-blink-out {
  0%, 8.33%, 25%, 33.33%, 41.67%, 58.33%, 66.67%, 75%, 91.67%, 100% {
    opacity: 0.95;
  }
  16.67%, 50%, 83.33% {
    opacity: 0.2;
  }
}
.m-sp {
  display: none;
}
@media (max-width: 767px) {
  .m-sp {
    display: block;
  }
}

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

.m-pc_inline {
  display: inline;
}
@media (max-width: 767px) {
  .m-pc_inline {
    display: none;
  }
}

.m-space {
  display: none;
}
@media (max-width: 767px) {
  .m-space {
    display: inline-block;
    width: 1em;
  }
}

.m-strong {
  font-weight: bold;
}

.m-narrow {
  letter-spacing: -0.2em;
  display: inline-block;
}

.m-br {
  margin-top: 1em;
  display: block;
  content: "";
}

.m-sup {
  vertical-align: super;
  font-size: 10px;
  display: inline-block;
  transform: scale(0.9);
  transform-origin: left bottom;
}

.m-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.m-event_none {
  pointer-events: none;
}

.m-inner {
  display: block;
  width: 1280px;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .m-inner {
    width: 91.4666666667vw;
  }
}

.m-fadein {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(40px);
}
@media (max-width: 767px) {
  .m-fadein {
    transform: translateY(8vw);
    will-change: transform;
  }
}
.m-fadein.is_show {
  opacity: 1;
  transform: translateY(0);
}

.m-fadein_delay {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(40px);
}
@media (max-width: 767px) {
  .m-fadein_delay {
    transform: translateY(8vw);
    will-change: transform;
  }
}
.is_show .m-fadein_delay {
  opacity: 1;
  transform: translateY(0);
}
.m-fadein_delay-01 {
  transition-delay: 0s;
}
.m-fadein_delay-02 {
  transition-delay: 0.15s;
}
.m-fadein_delay-03 {
  transition-delay: 0.3s;
}
.m-fadein_delay-04 {
  transition-delay: 0.45s;
}
.m-fadein_delay-05 {
  transition-delay: 0.6s;
}

/*# sourceMappingURL=module.css.map */
