@-webkit-keyframes loading-anm {
  0% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes loading-anm {
  0% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes loading-fade {
  0% {
    scale: 1.1;
    opacity: 0.3;
  }
  100% {
    scale: 1.3;
    opacity: 0;
  }
}
@keyframes loading-fade {
  0% {
    scale: 1.1;
    opacity: 0.3;
  }
  100% {
    scale: 1.3;
    opacity: 0;
  }
}
#wrapper {
  padding-top: 86px;
  overflow-x: hidden;
}

#loading {
  background-color: #f5347f;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 10000;
  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;
}
#loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
}
#loading.fade {
  scale: 1.5;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#loading.fade::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#loading.fade > p > img {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#loading > p {
  position: relative;
  width: 330px;
  -webkit-filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.6));
}
#loading > p > img {
  position: relative;
}
#loading > p > img:first-of-type {
  -webkit-animation-name: loading-anm;
  animation-name: loading-anm;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#loading > p > img:last-of-type {
  -webkit-animation-name: loading-fade;
  animation-name: loading-fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

section {
  position: relative;
  background-color: #f5347f;
}

.btn {
  display: block;
  position: relative;
  color: #4f4f4f;
  width: 400px;
  height: 60px;
}
.btn.hidden {
  visibility: hidden;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5a35ad;
  position: absolute;
  top: 8px;
  left: 8px;
}
.btn > p {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  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;
  font-size: 2.4rem;
}
.btn > p::before, .btn > p::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #4f4f4f;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn > p:after {
  rotate: 90deg;
}

.top-contents {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  padding: 25px 0 55px;
}
.top-contents-bg {
  position: absolute;
  top: 20px;
  left: -70px;
  opacity: 0;
  scale: 1.1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-contents-bg.anm {
  scale: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-contents-chara {
  position: absolute;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-contents-chara.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-contents-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 30px;
}
.top-mv {
  background-image: url(/fight/assets/img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 70px;
  overflow: hidden;
}
.top-mv-slide {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
}
.top-mv-slide > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: blur(30px) brightness(5);
  filter: blur(30px) brightness(5);
}
.top-mv-slide > li.on {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mv-slide > li > img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-mv-shadow {
  position: relative;
}
.top-mv-shadow img {
  width: 100%;
}
.top-mv-logo {
  position: relative;
  width: 22.5%;
  margin: -14.375% auto 0;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-mv-logo.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mv-logo img {
  -webkit-filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.6));
}
.top-mv-lead {
  margin-top: 40px;
  text-align: center;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 2px 2px 2px rgba(90, 53, 173, 0.75);
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}
.top-mv-lead.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-news {
  position: relative;
}
.top-news .top-contents-chara {
  top: -80px;
  right: 25px;
}
.top-news-title {
  opacity: 0;
  translate: -20px 0px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-news-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-news-body {
  max-width: 1000px;
  margin-top: 25px;
  margin-left: 15px;
}
.top-news-body .btn {
  margin: 40px auto 0;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-news-body .btn.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-news-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
.top-news-list > ul:first-of-type > li {
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-news-list > ul:first-of-type > li.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-news-list > ul:nth-of-type(n+2) {
  margin-top: 25px;
}
.top-news-list > ul > li {
  width: calc((100% - 75px) / 4);
}
.top-news-card {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 100%;
}
.top-news-card > dl > dt img {
  width: 100%;
}
.top-news-card > dl > dd {
  padding: 20px;
}
.top-news-card-title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
}
.top-movie {
  background-image: url(/fight/assets/img/movie_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 110px;
}
.top-movie .top-contents {
  z-index: 5;
  padding-bottom: 0;
}
.top-movie-title {
  opacity: 0;
  translate: -20px 0px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-movie-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-movie-list {
  margin-top: -25px;
  position: relative;
}
.top-movie-list > li {
  position: relative;
  padding-bottom: 41.25%;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-movie-list > li.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-movie-list > li:nth-of-type(n+2) {
  margin-top: 60px;
}
.top-movie-list > li > video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-movie-btn {
  width: 86px;
  height: 86px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}
.top-movie-btn:before, .top-movie-btn:after {
  content: "";
  background-color: #5a35ad;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-movie-btn:before {
  top: 5px;
  left: 5px;
}
.top-movie-btn:after {
  background-color: #f5347f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-movie-btn > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  margin-left: 10px;
}
.top-event .top-contents-chara {
  top: -95px;
  right: 20px;
}
.top-event-title {
  opacity: 0;
  translate: -20px 0px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-event-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-event-body {
  margin-top: 40px;
  max-width: 970px;
  margin-left: 50px;
}
.top-event-body .btn {
  margin: 40px auto 0;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-event-body .btn.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-event-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
}
.top-event-list > ul:first-of-type > li {
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-event-list > ul:first-of-type > li.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-event-list > ul:nth-of-type(n+2) {
  margin-top: 40px;
}
.top-event-list > ul > li {
  width: calc((100% - 140px) / 3);
}
.top-event-card {
  display: block;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
.top-event-card img {
  width: 100%;
}
.top-special {
  background-image: url(/fight/assets/img/special_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.top-special-title {
  opacity: 0;
  translate: -20px 0px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-special-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-special-comingsoon {
  height: 400px;
  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;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-special-comingsoon.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-follow .top-contents-chara {
  top: -110px;
  right: 30px;
}
.top-follow-title {
  opacity: 0;
  translate: -20px 0px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-follow-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-follow-list {
  margin-top: 40px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-follow-list.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-follow-list > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.top-follow-list > dl > dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-follow-list > dl > dt > p {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px #5a35ad;
}
.top-follow-list > dl > dd {
  width: 320px;
  position: relative;
}
.top-follow-list > dl > dd .twitter-timeline > iframe {
  width: 100% !important;
}
.top-follow-list > dl > dd > iframe {
  min-width: auto !important;
  height: 360px !important;
  margin: 0 !important;
}
.top-app {
  background-image: url(/fight/assets/img/app_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.top-app-list {
  margin: 70px auto 0;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
}
.top-app-list > li {
  width: calc(50% - 20px);
}
.top-app-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-app-dl > dt {
  width: 120px;
}
.top-app-dl > dd > p {
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 1px 1px 1px #5a35ad;
}
.top-app-dl > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
}
.top-app-dl > dd > ul > li > a > img {
  max-width: none;
  height: 50px;
}
.top-app-btn {
  display: block;
  position: relative;
  width: 470px;
  margin: 80px auto 0;
}
.top-app-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5a35ad;
  position: absolute;
  top: 8px;
  left: 8px;
}
.top-app-btn > p {
  top: 0px;
  left: 0px;
  position: relative;
}

.modal {
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  display: none;
  padding-top: 100px;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d85085;
  opacity: 0.9;
}
.modal-close {
  width: 50px;
  position: fixed;
  right: calc(50% - 375px);
  top: 30px;
  cursor: pointer;
  pointer-events: auto;
}
.modal-close > img {
  width: 100%;
}
.modal-body {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  height: calc(100vh - 100px);
  height: calc(100dvh - 100px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-body::-webkit-scrollbar {
  display: none;
}
.modal-btn-tw, .modal-btn-top {
  margin: 0 auto;
  display: block;
  position: relative;
}
.modal-btn-tw::before, .modal-btn-top::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5a35ad;
  position: absolute;
  top: 8px;
  left: 8px;
}
.modal-btn-tw > p, .modal-btn-top > p {
  top: 0px;
  left: 0px;
  position: relative;
}
.modal-btn-tw {
  margin-top: 70px;
  width: 470px;
}
.modal-btn-tw:before {
  background-color: #1d9bf0;
}
.modal-btn-top {
  margin-top: 70px;
  width: 380px;
}
.modal-contents {
  pointer-events: auto;
  position: relative;
  color: #fff;
  padding: 0 0 100px;
}
.modal-contents > h2 {
  line-height: 1.3;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.modal-contents > h3 {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 70px;
  padding-left: 28px;
  position: relative;
}
.modal-contents > h3:before {
  content: "";
  width: 18px;
  height: 4px;
  background-color: #5a35ad;
  position: absolute;
  left: 0;
  top: 20px;
}
.modal-contents > p {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.modal-contents > p > a {
  color: #5a35ad;
  text-decoration: underline;
  display: inline-block;
}
.modal-contents > p > a:hover {
  text-decoration: none;
}
.modal-contents > dl {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-contents > dl > dt {
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-contents > dl > dd {
  line-height: 1.3;
  width: calc(100% - 80px);
  padding-left: 30px;
}
.modal-contents > dl > dd > p {
  font-size: 2.2rem;
}
.modal-contents > dl > dd > a {
  margin-top: 5px;
  display: inline-block;
  font-size: 2.6rem;
  color: #5a35ad;
  text-decoration: underline;
  display: inline-block;
}
.modal-contents > dl > dd > a:hover {
  text-decoration: none;
}
.modal-contents > dl > dd > a[target=_blank] {
  padding-right: 30px;
  background-image: url(/fight/assets/img/icon_tab.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.modal-yt {
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  display: none;
}
.modal-yt-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
.modal-yt-close {
  width: 50px;
  position: absolute;
  right: 0;
  top: -70px;
  cursor: pointer;
}
.modal-yt-body {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-yt-contents {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.modal-yt-contents > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  #wrapper {
    padding-top: 50px;
  }
  #loading > p {
    width: 180px;
    -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
  }
  .btn {
    width: 200px;
    height: 40px;
  }
  .btn.hidden {
    display: none;
  }
  .btn::before {
    top: 4px;
    left: 4px;
  }
  .btn > p {
    font-size: 1.6rem;
  }
  .btn > p::before, .btn > p::after {
    width: 10px;
    right: 15px;
    height: 2px;
  }
  .top-contents {
    padding: 20px 0 35px;
  }
  .top-contents-bg {
    display: none;
  }
  .top-contents-inner {
    padding: 0 15px;
  }
  .top-mv {
    padding-bottom: 9.3333333333vw;
  }
  .top-mv-slide {
    padding-bottom: 125.3333333333vw;
  }
  .top-mv-logo {
    margin: -22vw auto 0;
    width: 46.6666666667vw;
  }
  .top-mv-logo img {
    -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
  }
  .top-mv-lead {
    text-shadow: 1px 2px 2px rgba(90, 53, 173, 0.75);
    line-height: 1.8;
    font-size: 3.4666666667vw;
  }
  .top-mv-lead {
    margin: 4vw auto 0;
  }
  .top-news .top-contents-chara {
    top: -35px;
    width: 260px;
    right: -85px;
  }
  .top-news-title {
    width: 145px;
    margin: 0 auto;
  }
  .top-news-body {
    margin: 20px auto 0;
  }
  .top-news-list > ul {
    gap: 15px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-news-list > ul:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .top-news-list > ul > li {
    width: calc(50% - 15px);
  }
  .top-news-card > dl > dd {
    padding: 15px;
  }
  .top-news-card-date {
    font-size: 1.2rem;
  }
  .top-news-card-title {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .top-movie {
    padding-bottom: 60px;
  }
  .top-movie-title {
    width: 200px;
    margin: 0 auto;
  }
  .top-movie-list {
    margin-top: 15px;
  }
  .top-movie-list > li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .top-movie-btn {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
  .top-movie-btn:before {
    top: 0.8vw;
    left: 0.8vw;
  }
  .top-movie-btn > img {
    margin-left: 1.3333333333vw;
    width: 3.7333333333vw;
  }
  .top-event .top-contents-chara {
    width: 275px;
    top: -40px;
    right: -65px;
  }
  .top-event-title {
    width: 190px;
    margin: 0 auto;
  }
  .top-event-body {
    margin: 25px -15px 0;
  }
  .top-event-body .btn {
    margin-top: 30px;
  }
  .top-event-list > ul {
    display: block;
  }
  .top-event-list > ul:nth-of-type(odd) > li:nth-of-type(odd) {
    padding-right: 30px;
  }
  .top-event-list > ul:nth-of-type(odd) > li:nth-of-type(even) {
    padding-left: 30px;
  }
  .top-event-list > ul:nth-of-type(even) > li:nth-of-type(odd) {
    padding-left: 30px;
  }
  .top-event-list > ul:nth-of-type(even) > li:nth-of-type(even) {
    padding-right: 30px;
  }
  .top-event-list > ul:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .top-event-list > ul > li {
    width: 100%;
  }
  .top-event-list > ul > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .top-special .top-contents {
    padding-bottom: 70px;
  }
  .top-special-title {
    width: 205px;
    margin: 0 auto;
  }
  .top-special-comingsoon {
    height: auto;
    width: 130px;
    margin: 40px auto 0;
  }
  .top-follow .top-contents-chara {
    width: 250px;
    top: -40px;
    right: -80px;
  }
  .top-follow-title {
    width: 240px;
    margin: 0 auto;
  }
  .top-follow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 20px 0 0;
    gap: 20px 0;
  }
  .top-follow-list > dl {
    display: block;
  }
  .top-follow-list > dl > dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
  }
  .top-follow-list > dl > dt > img {
    width: 35px;
  }
  .top-follow-list > dl > dd {
    margin: 10px auto 0;
    width: 69.3333333333vw;
  }
  .top-app .top-contents {
    padding-bottom: 45px;
  }
  .top-app-title {
    width: 225px;
    margin: 0 auto;
  }
  .top-app-list {
    margin-top: 30px;
    display: block;
  }
  .top-app-list > li {
    width: 100%;
  }
  .top-app-list > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .top-app-dl {
    gap: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-app-dl > dt {
    width: 75px;
  }
  .top-app-dl > dd > p {
    font-size: 2rem;
  }
  .top-app-dl > dd > ul {
    gap: 0 15px;
    margin-top: 10px;
  }
  .top-app-dl > dd > ul > li > a > img {
    height: 35px;
  }
  .top-app-btn {
    margin-top: 45px;
    width: 290px;
  }
  .top-app-btn::before {
    top: 4px;
    left: 4px;
  }
  .modal {
    padding-top: 16vw;
  }
  .modal-close {
    width: 8vw;
    right: 4vw;
    top: 4vw;
  }
  .modal-body {
    height: calc(100vh - 16vw);
    height: calc(100dvh - 16vw);
  }
  .modal-btn-tw::before, .modal-btn-top::before {
    top: 4px;
    left: 4px;
  }
  .modal-btn-tw {
    margin-top: 9.3333333333vw;
    width: 77.3333333333vw;
  }
  .modal-btn-top {
    margin-top: 9.3333333333vw;
    width: 62.6666666667vw;
  }
  .modal-contents {
    padding: 0 4vw 29.3333333333vw;
  }
  .modal-contents > h2 {
    font-size: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .modal-contents > h3 {
    margin-top: 10.6666666667vw;
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .modal-contents > h3:before {
    top: 3.3333333333vw;
    width: 3.2vw;
    height: 0.8vw;
  }
  .modal-contents > p {
    font-size: 4vw;
    margin-top: 3.3333333333vw;
  }
  .modal-contents > dl {
    margin-top: 8vw;
  }
  .modal-contents > dl > dt {
    border-radius: 5px;
    width: 13.3333333333vw;
  }
  .modal-contents > dl > dd {
    width: calc(100% - 13.3333333333vw);
    padding-left: 4vw;
  }
  .modal-contents > dl > dd > p {
    font-size: 4.2666666667vw;
  }
  .modal-contents > dl > dd > a {
    margin-top: 0.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .modal-contents > dl > dd > a[target=_blank] {
    padding-right: 5.3333333333vw;
    background-size: 3.4666666667vw;
  }
  .modal-yt-close {
    width: 9.3333333333vw;
    right: 0;
    top: -13.3333333333vw;
  }
  .modal-yt-body {
    padding: 0 4vw;
  }
}
@media (any-hover: hover) {
  .btn > p {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn:hover > p {
    top: 8px;
    left: 8px;
  }
  .top-news-card::after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-news-card:hover::after {
    width: 100%;
  }
  .top-movie-btn + video {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-movie-btn:hover:after {
    top: 5px;
    left: 5px;
  }
  .top-movie-btn:hover > img {
    top: 5px;
    left: 5px;
  }
  .top-movie-btn:hover + video {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
  }
  .top-event-card::after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-event-card:hover::after {
    width: 100%;
  }
  .top-app-dl > dd > ul > li > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-app-dl > dd > ul > li > a:hover {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
  }
  .top-app-btn > p {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-app-btn:hover > p {
    top: 8px;
    left: 8px;
  }
  .modal-close {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .modal-close:hover {
    opacity: 0.5;
  }
  .modal-btn-tw > p, .modal-btn-top > p {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .modal-btn-tw:hover > p, .modal-btn-top:hover > p {
    top: 8px;
    left: 8px;
  }
  .modal-yt-close {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .modal-yt-close:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1099px) {
  .top-contents-bg {
    width: 480px;
  }
  .top-news .top-contents-chara {
    right: -100px;
  }
  .top-news-title > img {
    max-width: none;
    height: 100px;
  }
  .top-movie-title > img {
    max-width: none;
    height: 100px;
  }
  .top-event .top-contents-chara {
    right: -100px;
  }
  .top-event-title > img {
    max-width: none;
    height: 100px;
  }
  .top-event-list > ul {
    gap: 0 40px;
  }
  .top-event-list > ul > li {
    width: calc((100% - 80px) / 3);
  }
  .top-special-title > img {
    max-width: none;
    height: 100px;
  }
  .top-follow .top-contents-chara {
    top: -150px;
    right: -160px;
  }
  .top-follow-title > img {
    max-width: none;
    height: 85px;
  }
  .top-follow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px 0;
    margin-left: 80px;
  }
  .top-follow-list > dl > dd {
    width: 540px;
  }
  .top-app-title > img {
    max-width: none;
    height: 85px;
  }
  .top-app-list {
    display: block;
    max-width: 600px;
  }
  .top-app-list > li {
    width: 100%;
  }
  .top-app-list > li:nth-of-type(n+2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .top-app-dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767.99px), print {
  .top-follow-list > dl > dt > p {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .top-app-list > li:nth-of-type(n+3) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}