/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

************************************/
html {
  font-size: 625%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 580%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff732;
  color: #fff;
  font-size: .16rem;
  font-family: sans-serif;
}

body.is-fixed {
  overflow-y: hidden;
}

a {
  color: inherit;
  transition: 0.2s all ease 0s;
}

p {
  line-height: 1.6;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #fff732;
  text-decoration: none;
}

sub {
  vertical-align: baseline;
  font-size: .7em;
}

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

.billing {
  vertical-align: middle;
  margin: .7vw 0 0;
  color: #ccc;
  font-size: .11rem;
  line-height: 1.4;
  text-align: center;
}

.billing img {
  vertical-align: middle;
  width: 1.5em;
  margin: 0 0 0 .5em;
  transform: translate(0, -15%);
}

@media screen and (max-width: 767px) {
  .billing {
    font-size: 1.5vw;
    text-align: center;
  }
}

.btn-arrow {
  display: block;
  width: .38rem;
  height: .38rem;
  border-top: 8px solid #000;
  border-right: 8px solid #000;
  background: transparent;
  transform: rotate(45deg);
}

.btn-arrow:hover {
  border-color: #9b2903;
  cursor: pointer;
}

.cast__bridge-photo {
  margin: -1rem 0 0;
}

.cast__slide {
  margin: -6.6vw 0 0;
}

.comment {
  padding: 0 0 min(1rem, 10vw) 0;
  background: #000;
  color: #fff;
}

.comment__catch {
  margin: min(1rem, 10vw) 0 0 0;
  padding: 0 .1rem;
  text-align: center;
}

.comment__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .8rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  max-width: 1480px;
  margin: min(0.5rem, 5vw) auto 0 auto;
  padding: 0 .2rem;
}

@media screen and (max-width: 767px) {
  .comment__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.comment__txt {
  font-weight: bold;
  font-size: min(0.19rem, 3.4vw);
  line-height: 1.7;
}

.comment__name {
  margin: .8em 0 0;
  color: #fff732;
  font-weight: bold;
  font-size: min(0.19rem, 3.4vw);
}

.comment__name em {
  margin: 0 .1em 0 0;
  font-size: 1.7em;
}

.footer {
  position: relative;
  z-index: 1;
  padding: .5rem 0 368px;
  background: #000 url(images/foot_bg.jpg) no-repeat center bottom;
}

@media screen and (max-width: 767px) {
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(180deg, #000 0%, transparent 100%);
  }
}

.footer__billing {
  width: min(1078px, 90vw);
  margin: 0 auto;
}

.intro {
  position: relative;
  z-index: 1;
  background: #000;
}

.intro img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .intro {
    height: auto;
  }
}

.intro__container {
  padding-top: 31.5vw;
  opacity: 0;
  pointer-events: none;
  transition: 0.05s ease 0.8s opacity, 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s transform;
  transform: scale(1.8);
  transform-origin: center bottom;
}

@media screen and (max-width: 767px) {
  .intro__container {
    padding-top: 40vw;
  }
}

.is-show .intro__container {
  opacity: 1;
  pointer-events: all;
  transform: scale(1) rotate(0);
}

.intro__txt {
  padding: .2em;
  font-weight: bold;
  font-size: 1.875vw;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .intro__txt {
    font-size: .15rem;
  }
}

.intro__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  display: flex;
}

.intro__bg-item {
  opacity: 0;
  transition: .2s ease opacity, .2s ease transform;
  transform: translate(0, 0.5rem);
}

.is-show .intro__bg-item {
  opacity: 1;
  transform: translate(0, 0);
}

.intro__bg-item:nth-of-type(1) {
  transition-delay: .3s;
}

.intro__bg-item:nth-of-type(2) {
  transition-delay: .4s;
}

.intro__bg-item:nth-of-type(3) {
  transition-delay: .5s;
}

.intro__bg-item:nth-of-type(4) {
  transition-delay: .6s;
}

.main {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-animation: quake .3s linear forwards .8s;
  animation: quake .3s linear forwards .8s;
  aspect-ratio: 16 / 9.1;
}

@media screen and (max-width: 767px) {
  .main {
    aspect-ratio: 1500 / 1994;
  }
}

@-webkit-keyframes quake {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  12.5% {
    transform: translate(0.1rem, 0) rotate(3deg);
  }

  25% {
    transform: translate(0, 0.2rem) rotate(-2deg);
  }

  37.5% {
    transform: translate(0.2rem, -0.1rem) rotate(1deg);
  }

  50% {
    transform: translate(0, 0) rotate(-2deg);
  }

  62.5% {
    transform: translate(-0.1rem, 0.2rem) rotate(1deg);
  }

  75% {
    transform: translate(0, 0.1rem) rotate(0);
  }

  87.5% {
    transform: translate(0.1rem, 0) rotate(3deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes quake {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  12.5% {
    transform: translate(0.1rem, 0) rotate(3deg);
  }

  25% {
    transform: translate(0, 0.2rem) rotate(-2deg);
  }

  37.5% {
    transform: translate(0.2rem, -0.1rem) rotate(1deg);
  }

  50% {
    transform: translate(0, 0) rotate(-2deg);
  }

  62.5% {
    transform: translate(-0.1rem, 0.2rem) rotate(1deg);
  }

  75% {
    transform: translate(0, 0.1rem) rotate(0);
  }

  87.5% {
    transform: translate(0.1rem, 0) rotate(3deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

.main__title {
  position: absolute;
  top: .7vw;
  left: .7vw;
  width: 71.6vw;
  opacity: 0;
  filter: drop-shadow(3px 3px 3px #000);
  transform: scale(8);
  -webkit-animation: open 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards 0.3s;
  animation: open 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards 0.3s;
}

.main__title img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .main__title {
    top: 81.4vw;
    width: 98vw;
  }
}

@-webkit-keyframes open {
  0% {
    opacity: 1;
    transform: scale(8);
  }

  80% {
    opacity: 1;
  }

  85% {
    opacity: 1;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes open {
  0% {
    opacity: 1;
    transform: scale(8);
  }

  80% {
    opacity: 1;
  }

  85% {
    opacity: 1;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.main__bg img {
  width: 100%;
  max-width: 100%;
}

.main__navi {
  position: absolute;
  right: 0;
  bottom: 4.3vw;
  background: #000;
}

@media screen and (max-width: 767px) {
  .main__navi {
    display: none;
  }
}

.main__navi::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.6vw;
  display: block;
  border: 1.84vw solid transparent;
  border-right-color: #000;
  border-bottom-color: #000;
}

.sp__navi {
  display: none;
  background: #000;
}

@media screen and (max-width: 767px) {
  .sp__navi {
    display: block;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease opacity;
}

.modal.is-show {
  opacity: 1;
  pointer-events: all;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal__container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: .3rem;
  opacity: 0;
  pointer-events: none;
  transition: .5s ease opacity .1s, .5s ease transform .1s;
  transform: translate(0, 20px);
}

.is-show .modal__container {
  opacity: 1;
  transform: translate(0, 0);
}

.modal__close {
  position: fixed;
  top: 0;
  right: .1rem;
  z-index: 2;
  background: transparent;
}

.modal__close:hover {
  cursor: pointer;
}

.modal__close span {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}

.modal__close span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: #fff732;
  transform: rotate(45deg);
}

.modal__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: #fff732;
  transform: rotate(-45deg);
}

.movie-player {
  max-width: 1000px;
  margin: 0 auto;
}

.is-show .movie-player {
  pointer-events: all;
}

.movie-player__contents {
  width: 100%;
  background: #000;
}

.movie-player__contents iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1080;
}

.movie-player__selector {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}

.movie-player__btn {
  position: relative;
  flex-basis: calc((100% - 2px) / 3);
  padding: 1em .8em;
  background: #fff732;
  color: #000;
  font-weight: bold;
  font-size: .14rem;
  text-align: center;
  transition: 0.2s all ease 0s;
}

.movie-player__btn:hover {
  background: #000;
  color: #fff732;
  cursor: pointer;
}

.movie-player__btn.is-active {
  background: #000;
  color: #fff732;
}

@media screen and (max-width: 767px) {
  .movie-player__btn {
    flex-basis: calc((100% - 2px) / 2);
    font-size: 2.5vw;
  }
}

.movie {
  padding: 0 .2rem .4rem;
}

@media screen and (max-width: 767px) {
  .movie {
    background-size: cover;
  }
}

.movie__container {
  position: relative;
  max-width: 960px;
  margin: .4rem auto 0;
}

.movie__inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .2rem;
}

.movie__arrow {
  color: #fff732;
}

.movie__arrow:hover {
  cursor: pointer;
}

.movie__dots {
  position: relative;
  flex-basis: 20%;
}

@media screen and (max-width: 767px) {
  .movie__dots {
    flex-basis: auto;
    padding: 0 15px;
  }
}

.movie__dots .slick-dots {
  position: relative;
  bottom: 0;
}

.movie__dots .slick-dots li.slick-active button::before,
.movie__dots .slick-dots li button::before {
  color: #fff732;
  font-size: 8px;
}

.mvtk {
  padding: .2rem;
  background: url("images/mvtk_bg.jpg");
}

.mvtk__container {
  max-width: 840px;
  margin: .2rem auto 0;
}

@media screen and (max-width: 767px) {
  .mvtk__container {
    max-width: 342px;
  }
}

.navigation {
  display: flex;
  gap: 1.4vw;
  align-items: center;
  padding: 1.2vw 1.37vw;
}

@media screen and (max-width: 767px) {
  .navigation {
    flex-wrap: wrap;
    gap: 4vw 2vw;
    justify-content: space-around;
    padding: 5vw 3.5vw;
  }
}

.navigation__item {
  height: 1.25vw;
  transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1) transform;
}

.navigation__item:hover {
  transform: scale(1.2) rotate(-3deg);
}

.navigation__item img {
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .navigation__item {
    height: 3.7vw;
  }
}

.photo {
  position: relative;
  z-index: 50;
  display: flex;
}

@media screen and (max-width: 767px) {
  .photo {
    background-image: linear-gradient(180deg, #000 0%, #000 30%, #fff732 30%, transparent 100%);
  }
}

.photo.-photo02 {
  background-image: linear-gradient(0deg, #000 0%, #000 50%, #fff732 50%, #fff732 100%);
}

@media screen and (max-width: 767px) {
  .photo.-photo02 {
    background-image: linear-gradient(0deg, #000 0%, #000 70%, #fff732 70%, #fff732 100%);
  }
}

@media screen and (max-width: 767px) {
  .photo {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.photo__item {
  opacity: 0;
  transition: 0.2s ease opacity, 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) transform;
  transform: rotate(0) translate(0, -0.5rem) scale(1.5);
}

.is-show .photo__item {
  opacity: 1;
}

.photo__item img {
  width: 100%;
  max-width: none;
}

.photo__item:nth-of-type(1) {
  z-index: 5;
  transition-delay: .1s;
}

.is-show .photo__item:nth-of-type(1) {
  transform: rotate(-3deg) translate(0, 0) scale(1);
}

.photo__item:nth-of-type(2) {
  transition-delay: .15s;
}

.is-show .photo__item:nth-of-type(2) {
  transform: rotate(-4deg) translate(0, 1.87vw) scale(1);
}

.photo__item:nth-of-type(3) {
  z-index: 5;
  transition-delay: .2s;
}

.is-show .photo__item:nth-of-type(3) {
  transform: rotate(2deg) translate(0, 0) scale(1);
}

.photo__item:nth-of-type(4) {
  transition-delay: .25s;
}

.is-show .photo__item:nth-of-type(4) {
  transform: rotate(-3deg) translate(0, 1.87vw) scale(1);
}

.photo__item:nth-of-type(5) {
  transition-delay: .3s;
}

.is-show .photo__item:nth-of-type(5) {
  transform: rotate(4deg) translate(0, 0) scale(1);
}

@media screen and (max-width: 767px) {
  .photo__item {
    flex-basis: 33%;
  }
}

.profile {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .profile {
    display: block;
  }
}

.profile__photo {
  flex-basis: 60%;
}

@media screen and (max-width: 767px) {
  .profile__photo {
    width: 110%;
  }
}

.profile__content {
  flex: 1;
  margin: 0 0 0 -7.5%;
  padding: 0 4.25% 0 0;
  color: #000;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s all;
  transform: scale(1.5) rotate(-15deg);
}

.slick-current .profile__content {
  opacity: 1;
  transform: scale(1) rotate(0);
}

@media screen and (max-width: 767px) {
  .profile__content {
    margin: -18% 0 0;
    padding: 0;
  }
}

.profile__name {
  padding: 0 0 0 3%;
  font-weight: bold;
  font-size: min(0.2rem, 4vw);
}

.profile__txt {
  margin: .8em 0 0;
  padding: 0 0 0 3%;
  font-size: min(0.14rem, 2.5vw);
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .profile__txt {
    padding: 0 3%;
  }
}

.slide {
  position: relative;
}

.slide__control {
  position: absolute;
  right: 40.4%;
  bottom: 13.5%;
}

@media screen and (max-width: 767px) {
  .slide__control {
    position: static;
    margin: .2rem 0 0;
    text-align: center;
  }
}

.slide__arrow {
  display: inline-block;
}

.slide__arrow.-prev {
  transform: scaleX(-1);
}

.staff {
  position: relative;
  z-index: 10;
  margin: -.5rem 0 0;
  padding: 4vw 0;
  background: url(images/staff_bg.png) no-repeat center center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .staff {
    margin: .5rem 0 0;
    padding: 0 3% 8vw;
  }
}

.staff__container {
  max-width: 750px;
  margin: 0 auto;
  padding: 2.2vw 0 0;
  background: url(images/staff_catch.png) no-repeat left top;
}

@media screen and (max-width: 767px) {
  .staff__container {
    background-size: contain;
  }
}

.staff__heading {
  font-weight: bold;
  font-size: min(0.23rem, 4vw);
}

.staff__txt {
  margin: .6em 0 0;
  font-size: min(0.14rem, 2.5vw);
  line-height: 1.8;
}

.story {
  background-color: #000;
}

.story__wrapper {
  background: url(images/story_bg@2x.jpg) no-repeat center center/cover;
  opacity: 0;
  transition: .4s ease .3s opacity;
}

@media screen and (max-width: 767px) {
  .story__wrapper {
    background-image: url(images/story_bg-sp.jpg);
  }
}

.is-show .story__wrapper {
  opacity: 1;
}

.story__container {
  width: min(1048px, 85vw);
  margin: 0 auto;
  padding: 15.375vw 0 24vw;
}

@media screen and (max-width: 767px) {
  .story__container {
    padding: 40vw 0;
  }
}

.story__catch {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) 0.9s all;
  transform: translate(-0.5rem, 0);
}

.is-show .story__catch {
  opacity: 1;
  transform: translate(0, 0);
}

.story__txt {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: .19rem;
  line-height: 2.2;
  text-align: justify;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) 0.9s all;
  transform: translate(0.5rem, 0);
}

@media screen and (max-width: 767px) {
  .story__txt {
    font-size: 3vw;
  }
}

.is-show .story__txt {
  opacity: 1;
  transform: translate(0, 0);
}

.tieup {
  display: flex;
  gap: .13rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .tieup {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.tieup__item:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.totop {
  position: fixed;
  right: .2rem;
  bottom: -.1rem;
  z-index: 100;
  width: min(197px, 25vw);
  transition: 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) transform, 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) bottom;
  transform: translate(0, 100%);
}

.totop.is-show {
  transform: translate(0, 0);
}

.totop:hover {
  bottom: 0;
}

.fade-in {
  opacity: 0;
}

.fade-in.is-show {
  opacity: 1;
  transition: .7s ease opacity 1s;
}

@-webkit-keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@-webkit-keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@-webkit-keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

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

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}