@charset "UTF-8";

#mv {
  height: calc(100svh - 116px);
  max-height: none;
  min-height: 560px;
  background-image: url("../img/bg_mv_sp@2x.jpg");
}
#mv .logo_25th {
  top: 35%;
  max-width: 64vw;
  max-height: none;
}
@keyframes logo_25th {
  0% {
    top: 35%;
  }
  100% {
    top: 42%;
  }
}
#mv .title_mv {
  bottom: 0%;
  max-width: 90%;
  max-height: none;
}

#is {
  background-image: url("../img/bg_is_sp@2x.jpg");
  padding: 30vw 0;
}
#is .title_is {
  width: 82vw;
}
#is .text_is {
  font-size: 3.58vw;
}
#is .img_drop {
  bottom: -28vw;
  width: 50vw;
}

#history {
  background-image: url("../img/bg_history_sp@2x.jpg");
  background-size: 100% 184.6153vw;
  padding: 130vw 0 30vw;
}
#history .box {
  top: 30vw;
  left: 0;
  width: 81vw;
  padding: 15vw 6.5vw;
}
#history .box h2 .en {
  font-size: 11vw;
}
#history .box h2 .ja {
  font-size: 3.8vw;
  margin-top: 1em;
}
#history .box p {
  font-size: 3.8vw;
  margin-top: 10vw;
}

#special {
  background-image: url("../img/bg_special_sp@2x.jpg");
  padding: 20vw 0;
}
#special h2 .en {
  font-size: 11vw;
}
#special h2 .ja {
  font-size: 3.8vw;
}
#special .list_special {
  flex-direction: column;
  gap: 15vw;
  width: 92vw;
  margin: 15vw auto 0;
}
#special .list_special li {
  width: 100%;
}
#special .list_special li .text {
  padding: 6.5vw 7.5vw 7.5vw;
}
#special .list_special li .text h3 {
  font-size: 3.8vw;
  margin-bottom: 5vw;
}
#special .list_special li .text p {
  font-size: 3.8vw;
}
#special .list_special li .text a {
  font-size: 3.8vw;
  margin-top: 5vw;
}
#special .comingsoon {
  font-size: 6vw;
  margin-top: 15vw;
}

#banner {
  background-image: url("../img/bg_banner_sp@2x.jpg");
  padding: 30vw 0;
}
#banner .list_banner {
  flex-direction: column;
  align-items: center;
  gap: 6vw;
}
#banner .list_banner li {
  width: 80vw;
}
