.nav {
  background-image: none !important;
}

.top-mv {
  background-color: #000;
}

.top-mv-bg {
  position: relative;
}

.top-mv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/mv_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.top-mv-bg img {
  width: 100%;
}

.top-mv-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 11.5%;
  width: 40%;
}

.top-mv-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 3.125%;
  width: 40.625%;
}

.top-resist {
  padding: min(100px, 9%) 20px;
  background-image: url(../img/common/bg_main.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}

.top-resist>h2 {
  width: 410px;
  margin: 0 auto;
}

.top-resist-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0px auto 0;
}

.top-resist-link.store-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1130px;
  margin: 10px auto 0px;
  justify-content: center;
  padding-right: 30px;
}

.top-resist-link>li {
  width: 25%;
}

.top-resist-cp {
  margin: 40px auto 0;
  width: 440px;
  display: block;
}

.top-resist-bnr {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 20px;
  max-width: 900px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-resist-bnr>li {
  width: calc(50% - 20px);
}

.top-resist-bnr>li:nth-of-type(n + 3) {
  margin-right: auto;
}

.top-news {
  padding: min(100px, 9%) 20px;
  background-image: url(../img/common/bg_02.png);
  background-position: center top;
  color: #fff;
}

.top-news-btn {
  width: 440px;
  display: block;
  margin: 40px auto 0;
  position: relative;
}

.top-chara {
  padding: min(100px, 9%) 20px;
  background-image: url(../img/common/bg_main.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}

.top-chara-list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-chara-list>li {
  width: 16.6%;
}

.top-chara-list>li>a {
  position: relative;
  display: block;
}

.top-chara-voice {
  margin-top: 90px;
}

.top-chara-voice>p {
  margin-top: -30px;
  color: #fff;
  text-align: center;
  font-size: min(2.8rem, 2.8vw);
  line-height: 2;
}

.top-story {
  padding: min(100px, 9%) 0;
  background-image: url(../img/top/story_bg.jpg);
  background-size: cover;
  background-position: center center;
}

.top-story-text>li {
  margin: 0 auto;
}

.top-story-text>li:first-of-type {
  width: min(740px, 67.2727272727%);
}

.top-story-text>li:last-of-type {
  margin-top: min(50px, 4.5454545455%);
  width: min(970px, 88.1818181818%);
}

.top-story-btn {
  width: 440px;
  display: block;
  margin: 60px auto 0;
}

.top-music {
  padding: min(100px, 9%) 0;
}

.top-music-detail>h3 {
  width: 410px;
  margin: 0 auto;
}

.top-music-detail-pic {
  max-width: 700px;
  margin: 25px auto 0;
}

.top-music-detail-text {
  margin-top: 20px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}

.top-music-btn {
  width: 440px;
  display: block;
  margin: 40px auto 0;
}

.top-movie {
  padding: min(100px, 9%) 0;
  background-image: url(../img/common/bg_main.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}

.top-movie-player {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000;
}

.top-movie-player.on::after {
  opacity: 1;
}

.top-movie-player.on>video {
  opacity: 1;
}

.top-movie-player.on .top-movie-player-btn {
  margin-top: 0;
  opacity: 1;
}

.top-movie-player::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/movie_mask.png);
  background-position: center center;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-movie-player>video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-movie-player-btn {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  width: 10.625vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  margin-top: 10px;
}

.top-movie-btn {
  width: 440px;
  display: block;
  margin: 60px auto 0;
}

.top-system {
  padding: min(100px, 9%) 0;
  background-image: url(../img/common/bg_02.png);
  background-position: center top;
  color: #fff;
}

.top-system-detail:nth-of-type(n + 2) {
  margin-top: 80px;
}

.top-system-detail>h3 {
  max-width: 960px;
  margin: 0 auto;
}

.top-system-detail>ul {
  padding: 0 60px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-system-detail>ul>li {
  width: 240px;
}

.top-system-detail>p {
  text-align: center;
  font-size: min(2vw, 1.8rem);
  line-height: 2;
  margin-top: 20px;
}

.top-tw {
  padding: min(100px, 9%) 0;
}

.top-tw>h2 {
  width: 250px;
  margin: 0 auto;
}

.top-tw-frame {
  margin: 50px auto 0;
  max-width: 700px;
  position: relative;
}

.top-tw-frame .twitter-timeline {
  height: 550px !important;
}

.top-spec {
  padding: min(100px, 9%) 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.top-spec>h2 {
  width: 340px;
  margin: 0 auto;
}

.top-spec-info {
  font-size: 1.8rem;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-spec-info-detail>li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.top-spec-info-attention {
  margin-top: 10px;
  font-size: 1.4rem;
}

.top-spec-info-release {
  margin-top: 10px;
}

.top-spec-btn {
  width: 440px;
  display: block;
  margin: 40px auto 0;
}

@media screen and (max-width: 759.98px) {
  .top-mv-title {
    width: 82.3333333333%;
    margin-bottom: 20%;
  }

  .top-resist {
    background-image: url(../img/common/bg_main_sp.jpg);
    padding: 50px 10px;
  }

  .top-resist>h2 {
    width: 84vw;
  }

  .top-resist-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 4px;
  }

  .top-resist-link.store-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 10px 0 0 -7px;
    justify-content: center;
    padding-right: 0px;
  }

  .top-resist-link>li {
    width: calc(50% - 2px);
  }

  .top-resist-cp {
    margin-top: 20px;
    width: 72vw;
  }

  .top-resist-bnr {
    padding: 0 5px;
    gap: 20px 0;
  }

  .top-resist-bnr>li {
    width: 100%;
  }

  .top-news {
    background-size: 70px;
    padding: 50px 10px;
  }

  .top-news-btn {
    margin-top: 30px;
    width: 72vw;
  }

  .top-chara {
    background-image: url(../img/common/bg_main_sp.jpg);
    padding: 50px 0;
  }

  .top-chara-list>li {
    width: 33.33333%;
  }

  .top-chara-voice {
    margin-top: 50px;
  }

  .top-chara-voice>p {
    margin-top: -2.6666666667vw;
    font-size: 4.8vw;
  }

  .top-story {
    padding: 50px 0;
    background-image: url(../img/top/story_bg_sp.jpg);
  }

  .top-story-text>li {
    margin-top: 4vw;
  }

  .top-story-text>li:first-of-type {
    width: 78.6666666667vw;
  }

  .top-story-text>li:last-of-type {
    margin-top: 8vw;
    width: 70.6666666667vw;
  }

  .top-story-btn {
    margin-top: 40px;
    width: 72vw;
  }

  .top-music {
    padding: 50px 0;
  }

  .top-music-detail {
    padding: 0 15px;
  }

  .top-music-detail>h3 {
    width: 65.3333333333vw;
  }

  .top-music-detail-pic {
    margin-top: 20px;
  }

  .top-music-detail-text {
    margin-top: 10px;
    line-height: 1.7;
    font-size: 3.4666666667vw;
  }

  .top-music-btn {
    margin-top: 25px;
    width: 72vw;
  }

  .top-movie {
    background-image: url(../img/common/bg_main_sp.jpg);
    padding: 50px 0;
  }

  .top-movie-player::after {
    background-size: 10px;
  }

  .top-movie-player-btn {
    width: 22.6666666667vw;
  }

  .top-movie-btn {
    margin-top: 30px;
    width: 72vw;
  }

  .top-system {
    background-size: 70px;
    padding: 50px 0;
  }

  .top-system-detail:nth-of-type(n + 2) {
    margin-top: 40px;
  }

  .top-system-detail>h3 {
    width: 89.3333333333vw;
  }

  .top-system-detail>ul {
    padding: 0;
  }

  .top-system-detail>p {
    padding: 0 15px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.7;
  }

  .top-tw {
    padding: 50px 15px;
  }

  .top-tw>h2 {
    width: 41.3333333333vw;
  }

  .top-tw-frame {
    margin-top: 25px;
  }

  .top-spec {
    padding: 50px 15px;
  }

  .top-spec>h2 {
    width: 56vw;
  }

  .top-spec-info {
    margin-top: 25px;
    font-size: 1.6rem;
  }

  .top-spec-info-detail>li:nth-of-type(n + 2) {
    margin-top: 5px;
  }

  .top-spec-info-attention {
    font-size: 1.3rem;
  }

  .top-spec-info-release {
    margin-top: 5px;
  }

  .top-spec-btn {
    margin-top: 25px;
    width: 72vw;
  }

  .top-mv-bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/top/mv_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}

@media (any-hover: hover) {
  .top-resist-link>li>a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .top-resist-link>li>a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }

  .top-resist-cp.anm-comp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .top-resist-cp.anm-comp:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .top-resist-bnr>li>a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-resist-bnr>li>a:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .top-news-btn.anm-comp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-news-btn.anm-comp:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .top-chara-list>li>a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-chara-list>li>a:after {
    content: "";
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 30px 15px rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0px 0px 30px 15px rgba(255, 255, 255, 0.15) inset;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }

  .top-chara-list>li>a:hover {
    z-index: 10;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }

  .top-chara-list>li>a:hover:after {
    opacity: 1;
  }

  .top-story-btn.anm-comp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-story-btn.anm-comp:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .top-music-btn.anm-comp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-music-btn.anm-comp:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .top-movie-player-btn>img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-movie-player-btn>img:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }

  .top-movie-btn.anm-comp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-movie-btn.anm-comp:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .top-spec-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .top-spec-btn:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}

/* TOP BANNER */

.top-mv .top_link {
  position: absolute;
  top: 14%;
  left: 0;
  right: -84%;
  margin: auto;
  width: 16%;
}

.top-mv .top_link img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-mv .top_link {
    top: 13%;
    right: -70%;
    width: 30%;
  }
}