@charset "UTF-8";
/* -----------------------------------------------------------------------
Functions
----------------------------------------------------------------------- */
.page-extra-story {
  /* -----------------------------------------------------------------------
  ローディング画面
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  BGM
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  メインビジュアル
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  youtube モーダル
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  ナビゲーション
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  Story 新たな未来へ
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  Parallax Section
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  Character
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  左01_マシュー
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  右02_エイ
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  左03_ニコル
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  右04_カギロイ
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  左05_シュルク
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  右06_レックス
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  左07_ナエル
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  右08_謎
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  BATTLE
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  SYSTEM
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  kizuna
  ----------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  モーダル内
  ----------------------------------------------------------------------- */
}
@media (max-width: 759px) {
  .page-extra-story .pc {
    display: none;
  }
}
.page-extra-story .sp {
  display: none;
}
@media (max-width: 759px) {
  .page-extra-story .sp {
    display: block;
  }
}
.page-extra-story .main {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}
.page-extra-story #loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 999;
}
.page-extra-story #loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.page-extra-story .bgm {
  position: absolute;
  top: 2.34375vw;
  left: 2.34375vw;
  margin-top: 46px;
}
@media (max-width: 759px) {
  .page-extra-story .bgm {
    margin-top: 60px;
  }
}
.page-extra-story .bgm__wrap p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 3px;
}
.page-extra-story .bgm__wrap button {
  color: #f52800;
  border-bottom: 2px solid #f52800;
  font-size: 15px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.2s;
}
.page-extra-story .bgm__wrap button:hover {
  color: #f52800;
}
.page-extra-story .bgm-btn {
  display: flex;
  align-items: center;
}
.page-extra-story .bgm-btn__txt {
  margin-right: 10px;
}
.page-extra-story .bgm-on {
  background-image: url(../img/img_bgm-off.svg);
  background-size: 100% 100%;
  cursor: pointer;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 5px;
}
.page-extra-story .bgm-on.-on {
  background-image: url(../img/img_bgm-on.svg);
}
.page-extra-story .bgm-btn .active-off {
  color: #fff;
  border-bottom: none;
  padding-bottom: 3px;
}
.page-extra-story .mv {
  background: url(../img/img_bg.png) 0 0 repeat;
  background-size: 50% auto;
  overflow: hidden;
  padding-bottom: 11.71875vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv {
    padding-bottom: 120vw;
    background-size: 100% auto;
  }
}
.page-extra-story .mv__img {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -6vw;
  margin-bottom: 6vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;

}
@media (max-width: 759px) {
  .page-extra-story .mv__img {
    height: 141.4666666667vw;
  }
}
.page-extra-story .mv__block {
  position: absolute;
  top: 17.65625vw;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  z-index: 5;
}
@media (max-width: 759px) {
  .page-extra-story .mv__block {
    top: 113.3333333333vw;
    height: 165.3333333333vw;
    transform: translate(0, 0);
    left: 0;
  }
}
.page-extra-story .mv__title {
  max-width: 39.140625vw;
  width: 100%;
  margin: 0 auto 0 7.8125vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv__title {
    width: 86.6666666667vw;
    max-width: 86.6666666667vw;
    margin: 0 auto;
  }
}
.page-extra-story .mv__inner {
  width: 39.140625vw;
  margin-bottom: 6.953125vw;
  text-align: center;
}
@media (max-width: 759px) {
  .page-extra-story .mv__inner {
    width: 86.6666666667vw;
    margin-bottom: 8vw;
  }
}
.page-extra-story .mv__logo {
  width: 39.140625vw;
  margin: 0 auto 1.328125vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv__logo {
    width: 86.6666666667vw;
    margin: 0 auto -4vw;
  }
}
.page-extra-story .mv__title-dlc {
  display: block;
  width: 30.390625vw;
  margin: 0 auto 4.84375vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv__title-dlc {
    width: 66.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.page-extra-story .mv__title-date {
  width: 32.1875vw;
  margin: 0 auto;
}
@media (max-width: 759px) {
  .page-extra-story .mv__title-date {
    width: 71.6vw;
    margin: 0 auto 1.3333333333vw;
  }
}
.page-extra-story .mv__title-play {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 759px) {
  .page-extra-story .mv__title-play {
    height: 3.8666666667vw;
  }
  .page-extra-story .mv__title-play img {
    fill: #fff;
  }
}
.page-extra-story .mv__title-play-arrow {
  width: 1.5625vw;
  margin-right: 0.625vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv__title-play-arrow {
    width: 5.2vw;
    margin-right: 2vw;
  }
}
.page-extra-story .mv__title-play-txt {
  height: 1.328125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .mv__title-play-txt {
	height: auto;
	width:9.625vw;
  }
}
@media (max-width: 759px) {
  .page-extra-story .mv__title-play-txt {
    height: 3.8666666667vw;
  }
}
.page-extra-story .mv__content {
  display: flex;
  align-items: center;
  max-width: 2770px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.488vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv__content {
    flex-direction: column;
    width: 100%;
  }
}
.page-extra-story .mv__content-mov {
  width: 46.09375vw;
  margin-right: 5.15625vw;
  height: 16.71875vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv__content-mov {
    margin-right: 0;
    height: 30.6666666667vw;
    width: 110%;
    margin-bottom: 6.6666666667vw;
  }
}
.page-extra-story .mv__content-mov .button-link {
  display: block;
  height: 100%;
  position: relative;
}
.page-extra-story .mv__content-mov .frame {
  position: absolute;
  height: 16.71875vw;
  width: 39.84375vw;
  pointer-events: none;
  z-index: 10;
  top: -0.46875vw;
  right: -2.5vw;
}
@media (max-width: 759px) {
  .page-extra-story .mv__content-mov .frame {
    width: 81.3333333333vw;
    height: 32.8vw;
    right: -3.7333333333vw;
    top: -1.0666666667vw;
  }
}
.page-extra-story .mv__content-mov .frame img {
  width: 100%;
  height: 100%;
}
.page-extra-story .mv__mov-body {
  width: 100%;
}
.page-extra-story .mv__mov-btn {
  position: absolute;
  bottom: 0.390625vw;
  right: 3.125vw;
  z-index: 10;
  background-image: url(../img/img_movie-off.svg);
  background-repeat: no-repeat;
  width: 11.875vw;
  height: 3.203125vw;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (max-width: 759px) {
  .page-extra-story .mv__mov-btn {
    bottom: 2.5333333333vw;
    right: 10.8vw;
    width: 30.2666666667vw;
    height: 8vw;
  }
}
.page-extra-story .mv__mov-body .mask {
  display: block;
  height: 15.625vw;
  -webkit-mask-image: url("../img/img_mask.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  -webkit-mask-position: right center;
  margin-right: -1.953125vw;
  z-index: 10;
  transition: -webkit-mask-size 1.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 759px) {
  .page-extra-story .mv__mov-body .mask {
    margin-right: spPc(-25px);
    height: 30.6666666667vw;
  }
}
.page-extra-story .mv__mov-body .mask video {
  width: 100%;
}
.page-extra-story .mv__content-mov .button-link:hover .mv__mov-btn {
  background-image: url(../img/img_movie-on.svg);
  width: 11.875vw;
  height: 3.203125vw;
  background-size: contain;
}
@media (max-width: 759px) {
  .page-extra-story .mv__content-mov .button-link:hover .mv__mov-btn {
    bottom: 2.5333333333vw;
    right: 10.8vw;
    width: 30.2666666667vw;
    height: 8vw;
  }
}
.page-extra-story .mv__mov-txt {
  align-items: center;
  display: flex;
}
.page-extra-story .mv__mov-txt img {
  height: 10.9375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .mv__mov-txt img {
    height: 175px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .mv__mov-txt img {
    height: 36vw;
  }
}
.page-extra-story .youtube-link {
  text-align: center;
  cursor: pointer;
}
@media (max-width: 759px) {
  .page-extra-story .youtube-link {
    text-align: left;
    margin: 0 auto 0 0;
    width: 94.5333333333vw;
    height: 30.6666666667vw;
  }
}
.page-extra-story .button-link:hover {
  opacity: 0.8;
  transition: 0.8s;
}
.page-extra-story #modal-content {
  padding: 0;
  margin: 0;
  position: fixed;
  display: none;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img_modal-bg.png) repeat 0 0;
  background-size: 10% auto;
  overflow-y: auto;
}
@media (max-width: 759px) {
  .page-extra-story #modal-content {
    background-size: 25% auto;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
@supports (-webkit-touch-callout: none) {
  .page-extra-story #modal-content {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
.page-extra-story #modal-content .inner {
  width: 75vw;
  height: 42.1875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (min-width: 1601px) {
  .page-extra-story #modal-content .inner {
    width: 1200px;
    height: 675px;
  }
}
@media (max-width: 759px) {
  .page-extra-story #modal-content .inner {
    width: 88vw;
    height: 49.4666666667vw;
  }
}
.page-extra-story #modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
}
.page-extra-story #modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.page-extra-story .nav {
  background-color: #010100;
  border-top: 1px solid #ae904c;
  border-bottom: 1px solid #ae904c;
  background-image: linear-gradient(to top, #221c0f, #000);
}
.page-extra-story .nav ul {
  max-width: 68.75vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 3.828125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .nav ul {
    gap: 61.25px;
    max-width: 1100px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .nav ul {
    gap: 0;
    max-width: 85.3333333333vw;
    flex-wrap: wrap;
    padding: 1.3333333333vw;
  }
}
.page-extra-story .nav ul li {
  list-style-type: none;
  padding-top: 1.796875vw;
  padding-bottom: 1.796875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .nav ul li {
    padding-top: 28.75px;
    padding-bottom: 28.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .nav ul li {
    width: 50%;
  }
}
.page-extra-story .nav ul li a {
  display: inline-block;
  height: 5.46875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .nav ul li a {
    height: 87.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .nav ul li a {
    height: 14.6666666667vw;
  }
}
.page-extra-story .nav ul li a .pc {
  display: flex;
  flex-direction: column;
}
.page-extra-story .nav ul li a .pc svg {
  height: 2.96875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .nav ul li a .pc svg {
    height: 47.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .nav ul li a .pc {
    display: none;
  }
}
@media (max-width: 759px) {
  .page-extra-story .nav ul li a .sp {
    padding: 1.3333333333vw 0;
  }
  .page-extra-story .nav ul li a .sp img {
    height: 12.6666666667vw;
  }
}
.page-extra-story .nav__arrow {
  width: 1.640625vw;
  height: 1.171875vw;
  margin: 1.015625vw auto 0;
  transition-duration: 0.3s;
}
@media (min-width: 1601px) {
  .page-extra-story .nav__arrow {
    width: 26.25px;
    height: 18.75px;
    margin: 16.25px auto 0;
  }
}
@media (max-width: 759px) {
  .page-extra-story .nav__arrow {
    width: 5.3333333333vw;
    height: 3.6vw;
    margin: 0 auto;
    margin-right: 2.9333333333vw;
  }
}
.page-extra-story .nav ul li a:hover .nav__arrow {
  transform: translateY(5px);
}
.page-extra-story .nav ul li svg .st0 {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.page-extra-story .nav ul li svg {
  fill: #f52800;
}
.page-extra-story .nav ul li a:hover svg {
  fill: #f52800;
}
.page-extra-story .nav ul li a:hover .st0 {
  fill: #f52800;
}
.page-extra-story .nav__img {
  height: 2.96875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .nav__img {
    height: 47.5px;
  }
}
.page-extra-story .story__bg {
  position: relative;
  height: 60.9375vw;
  background: #000;
  text-align: center;
}
.page-extra-story .story__bg .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 60.9375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .story__bg .slide-img img {
    height: 975px;
    max-width: 2000px;
    width: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__bg .slide-img img {
    height: 145.3333333333vw;
  }
}
@media (min-width: 1601px) {
  .page-extra-story .story__bg {
    height: 975px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__bg {
    height: 145.3333333333vw;
  }
  .page-extra-story .story__bg .slide-img {
    height: 100%;
  }
}
.page-extra-story .story__txt {
  position: absolute;
  top: 6.546875vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1601px) {
  .page-extra-story .story__txt {
    top: 128.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__txt {
    top: 7.866667vw;
    width: 100%;
    height: 133.3333333333vw;
  }
}
.page-extra-story .story__txt h2 {
  text-align: center;
}
.page-extra-story .story__txt h2 img {
  width: auto;
  height: 10.5918vw;
}
@media (min-width: 1601px) {
  .page-extra-story .story__txt h2 img {
    height: 168px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__txt h2 img {
    height: 24.092307vw;
  }
}
.page-extra-story .story__txt p {
  text-align: center;
  margin-top: 6.640625vw;
  text-align: center;
}
@media (min-width: 1601px) {
  .page-extra-story .story__txt p {
    margin-top: 106.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__txt p {
    margin-top: 48.666667vw;
  }
}
.page-extra-story .story__txt p img {
  width: 42.1875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .story__txt p img {
    width: 675px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__txt p img {
    width: 91.266667vw;
  }
}
.page-extra-story .story__wrapper {
  width: 100%;
  overflow: hidden;
}
.page-extra-story .story__wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.page-extra-story .story__wrapper .swiper-wrapper .swiper-slide {
  width: 241.171875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .story__wrapper .swiper-wrapper .swiper-slide {
    width: 3858.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__wrapper .swiper-wrapper .swiper-slide {
    width: 411.4666666667vw;
  }
}
.page-extra-story .story__wrapper .swiper-wrapper .swiper-slide img {
  max-width: none;
  width: 241.171875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .story__wrapper .swiper-wrapper .swiper-slide img {
    width: 3858.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .story__wrapper .swiper-wrapper .swiper-slide img {
    width: 411.4666666667vw;
  }
}
.page-extra-story .parallax {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 100vh;
  background-position: 15% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-extra-story .parallax.-chara {
  background-image: url(../img/img_character-bg.png);
}
.page-extra-story .parallax.-battle {
  background-image: url(../img/img_battle-bg.png);
}
.page-extra-story .parallax.-system {
  background-image: url(../img/img_system-bg.png);
}
.page-extra-story .section.-chara {
  margin-top: -100vh;
}
.page-extra-story .chara {
  overflow: hidden;
}
@media (max-width: 759px) {
  .page-extra-story .chara {
    background-size: 100% 100%;
  }
}
.page-extra-story .chara h2 {
  text-align: center;
  margin-bottom: 7.5vw;
  padding-top: 8.046875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara h2 {
    margin-bottom: 120px;
    padding-top: 162.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara h2 {
    padding-top: 13.3333333333vw;
    margin-bottom: 28.8vw;
  }
}
.page-extra-story .chara h2 img {
  width: auto;
  height: 7.65625vw;
  margin-top:0;
  margin-bottom:0;
}
@media (min-width: 1601px) {
  .page-extra-story .chara h2 img {
    height: 122.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara h2 img {
    height: 27.0666666667vw;
  }
}
.page-extra-story .chara__inner {
  width: 66.015625vw;
  height: 39.0625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__inner {
    width: 1056.25px;
    height: 625px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__inner {
    width: 100%;
    height: auto;
  }
}
.page-extra-story .chara__wrap {
  max-width: 2770px;
  margin: 0 auto;
}
.page-extra-story .chara__desc {
  position: absolute;
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc {
    position: relative;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-title {
    height: 17.3333333333vw;
    width: 94.6666666667vw;
    position: absolute;
    right: -2vw;
    top: 8.6666666667vw;
  }
}
.page-extra-story .chara__desc-title img {
  height: 2.734375vw;
  position: relative;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-title img {
    height: 43.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: right;
       object-position: right;
  }
}
.page-extra-story .chara__desc-line {
  margin-bottom: 1.25vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-line {
    margin-bottom: 20px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-line {
    margin-bottom: 0vw;
  }
}
.page-extra-story .chara__img-wrap {
  position: relative;
}
.page-extra-story .chara__desc-line img {
  height: 2.03125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-line img {
    height: 32.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-line img {
    height: 5.2vw;
  }
}
.page-extra-story .chara__desc-cv {
  display: flex;
  align-items: center;
  width: 10.859375vw;
  height: 1.5625vw;
  margin-bottom: 2.734375vw;
  position: relative;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-cv {
    width: 173.75px;
    height: 25px;
    margin-bottom: 43.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-cv {
    width: auto;
    height: 4vw;
    margin-bottom: 7.0666666667vw;
  }
}
.page-extra-story .chara__desc-cv img {
  height: 100%;
}
.page-extra-story .chara__desc-txt {
  width: 29.84375vw;
  margin-bottom: 2.734375vw;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.328125vw;
  line-height: 2.12;
  letter-spacing: 0.04em;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-txt {
    width: 477.5px;
    margin-bottom: 43.75px;
    font-size: 21.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-txt {
    width: 83.7333333333vw;
    margin-bottom: 6vw;
    font-size: 3.5333333333vw;
    line-height: 1.77;
  }
}
.page-extra-story .chara__bg {
  position: absolute;
  top: 0;
  height: 39.0625vw;
  width: auto;
  max-width: unset;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 0;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__bg {
    height: 625px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__bg {
    height: 80vw;
  }
}
.page-extra-story .chara__desc-img {
  width: 35.15625vw;
  height: 18.75vw;
  position: relative;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-img {
    width: 562.5px;
    height: 300px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-img {
    width: 80vw;
    height: 42.6666666667vw;
    margin: 0 auto;
  }
}
.page-extra-story .chara__desc-img .swiper-pagination {
  bottom: -3.125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-img .swiper-pagination {
    bottom: -50px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-img .swiper-pagination {
    bottom: -8.6666666667vw;
  }
}
.page-extra-story .chara__desc-img .swiper-img {
  overflow: hidden;
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-img .swiper-img.swiper-ios {
    overflow: hidden;
  }
}
.page-extra-story .chara__desc-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/img_slide-on.svg) no-repeat;
  width: 2.34375vw;
  height: 1.953125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 37.5px;
    height: 31.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.page-extra-story .chara__desc-img .swiper-pagination .swiper-pagination-bullet {
  background: url(../img/img_slide-off.svg) no-repeat;
  width: 2.34375vw;
  height: 1.953125vw;
  opacity: 1 !important;
}
.page-extra-story .chara__desc-img .swiper-pagination .swiper-pagination-bullet:hover {
  background: url(../img/img_slide-on.svg) no-repeat;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-img .swiper-pagination .swiper-pagination-bullet {
    width: 37.5px;
    height: 31.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-img .swiper-pagination .swiper-pagination-bullet {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.page-extra-story .chara__desc-img.frame::before {
  background: url(../img/img_chara-mask.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 36.875vw;
  height: 20.46875vw;
  top: -0.859375vw;
  left: -0.859375vw;
  pointer-events: none;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__desc-img.frame::before {
    width: 590px;
    height: 327.5px;
    top: -13.75px;
    left: -13.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__desc-img.frame::before {
    width: 83.7333333333vw;
    height: 46.4vw;
    top: -1.8666666667vw;
    left: -1.8666666667vw;
  }
}
.page-extra-story .audio_btn {
  width: 11.171875vw;
  height: 2.1875vw;
  background: url(../img/img_voice-off.svg) no-repeat;
  cursor: pointer;
  margin-left: 2.109375vw;
  transition-duration: 0.3s;
}
@media (min-width: 1601px) {
  .page-extra-story .audio_btn {
    margin-left: 33.75px;
    width: 178.75px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .audio_btn {
    width: 34vw;
    height: 6.6666666667vw;
    margin-left: 5.4666666667vw;
  }
}
@media (min-width: 761px) {
  .page-extra-story .audio_btn {
    background-size: 100% auto;
  }
}
@media (min-width: 761px) {
  .page-extra-story .audio_btn:hover {
    background: url(../img/img_voice-on.svg) no-repeat;
    background-size: contain;
  }
}
.page-extra-story .audio_btn.-on {
  background: url(../img/img_voice-on.svg) no-repeat;
  background-size: 100% auto;
}
.page-extra-story .chara__wrap.-matthew {
  padding-bottom: 30.9375vw;
  margin-top: 20.234375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-matthew {
    padding-bottom: 495px;
    margin-top: 323.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-matthew {
    margin-top: 0;
    padding-bottom: 21.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-matthew .chara__bg {
  right: -12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-matthew .chara__bg {
    right: -200px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-matthew .chara__bg {
    right: 3.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-matthew .chara__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-matthew .chara__img-wrap {
    height: 80vw;
  }
}
.page-extra-story .chara__wrap.-matthew .chara__txt {
  width: 7.03125vw;
  height: 26.40625vw;
  position: absolute;
  top: 19.140625vw;
  left: 0;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-matthew .chara__txt {
    width: 112.5px;
    height: 422.5px;
    top: 306.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-matthew .chara__txt {
    width: 13.3333333333vw;
    height: 54.1333333333vw;
    top: 32vw;
    left: 25.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-matthew .chara__img {
  width: 29.6875vw;
  position: absolute;
  top: -12.5vw;
  left: 5.46875vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-matthew .chara__img {
    width: 475px;
    top: -200px;
    left: 87.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-matthew .chara__img {
    width: 49.3333333333vw;
    top: -24.5333333333vw;
    left: auto;
    right: 10.8vw;
  }
}
.page-extra-story .chara__wrap.-matthew .chara__desc {
  top: 0;
  right: -7.421875vw;
  width: 36.875vw;
  padding-top: 7.03125vw;
  z-index: 1;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-matthew .chara__desc {
    right: -118.75px;
    width: 590px;
    padding-top: 112.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-matthew .chara__desc {
    right: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 30.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-matthew .chara__desc-title {
  margin-bottom: 1.0625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-matthew .chara__desc-title {
    margin-bottom: 17px;
  }
}
.page-extra-story .chara__wrap.-matthew .chara__desc-line {
  margin-left: -15.625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-matthew .chara__desc-line {
    margin-left: -250px;
  }
}
.page-extra-story .chara__wrap.-ei {
  padding-bottom: 30.9375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei {
    padding-bottom: 495px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei {
    padding-bottom: 40vw;
  }
}
.page-extra-story .chara__wrap.-ei .chara__bg {
  left: -12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__bg {
    left: -200px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__bg {
    left: 3.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-ei .chara__inner {
  margin: 0 auto;
  position: relative;
  width: 66.015625vw;
  height: 39.0625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__inner {
    width: 1056.25px;
    height: 625px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__img-wrap {
    height: 80vw;
  }
}
.page-extra-story .chara__wrap.-ei .chara__txt {
  width: 6.25vw;
  height: 25.234375vw;
  -o-object-fit: fill;
     object-fit: fill;
  position: absolute;
  top: 21.09375vw;
  right: -3.90625vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__txt {
    width: 100px;
    height: 403.75px;
    top: 337.5px;
    right: -62.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__txt {
    width: 13.3333333333vw;
    height: 51.7333333333vw;
    top: 40.8vw;
    right: 29.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-ei .chara__img {
  width: 58.59375vw;
  position: absolute;
  top: -10.9375vw;
  right: -25vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__img {
    width: 937.5px;
    top: -175px;
    right: -400px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__img {
    width: 92.8vw;
    top: -13.3333333333vw;
    right: -0.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-ei .chara__desc {
  padding-top: 6.875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__desc {
    padding-top: 110px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__desc {
    right: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 30.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-ei .chara__desc-title {
  margin-bottom: 1.171875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-title {
    margin-bottom: 18.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-title {
    height: 17.3333333333vw;
    width: 120vw;
    right: 0.6666666667vw;
    top: 10.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-ei .chara__desc-title img {
  height: 2.96875vw;
  margin-left: 1.5625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-title img {
    height: 47.5px;
    margin-left: 25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-title img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    -o-object-position: left;
       object-position: left;
  }
}
.page-extra-story .chara__wrap.-ei .chara__desc-cv {
  margin-left: 1.5625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-cv {
    margin-left: 25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-cv {
    margin-left: 0;
  }
}
.page-extra-story .chara__wrap.-ei .chara__desc-txt {
  margin-left: 1.5625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-txt {
    margin-left: 25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-txt {
    margin-left: 0;
  }
}
.page-extra-story .chara__wrap.-ei .chara__desc-img {
  position: relative;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-img {
    margin-left: 21.25px;
  }
}
@media (min-width: 761px) {
  .page-extra-story .chara__wrap.-ei .chara__desc-img {
    margin-left: 1.328125vw;
  }
}
.page-extra-story .chara__wrap.-nikol {
  padding-bottom: 35.15625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol {
    padding-bottom: 562.5px;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__bg {
  right: 4.6875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__bg {
    right: 75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__bg {
    right: 3.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__inner {
  margin: 0 auto;
  position: relative;
  width: 98.828125vw;
  height: 39.0625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__inner {
    width: 1581.25px;
    height: 625px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__img-wrap {
    height: 81.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__txt {
  width: 6.640625vw;
  height: 28.4375vw;
  position: absolute;
  top: 23.4375vw;
  left: 11.71875vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__txt {
    width: 106.25px;
    height: 455px;
    top: 375px;
    left: 187.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__txt {
    width: 13.3333333333vw;
    height: 54.8vw;
    top: 31.4666666667vw;
    left: 14.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__txt img {
  -o-object-fit: fill;
     object-fit: fill;
}
.page-extra-story .chara__wrap.-nikol .chara__img {
  width: 44.921875vw;
  position: absolute;
  top: -13.28125vw;
  left: 10.9375vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__img {
    width: 718.75px;
    top: -212.5px;
    left: 175px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__img {
    width: 74.6666666667vw;
    top: -25.3333333333vw;
    left: 24vw;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__desc {
  top: 7.03125vw;
  right: 9.375vw;
  margin-right: 0.78125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc {
    top: 112.5px;
    right: 150px;
    margin-right: 12.5px;
    width: 590px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc {
    left: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 25.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__desc-title {
  margin-bottom: 4.6875vw;
  margin-left: 12.734375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-title {
    margin-bottom: 75px;
    margin-left: 25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-title {
    height: 17.3333333333vw;
    width: 94.6666666667vw;
    right: -2.6666666667vw;
    top: 4vw;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__desc-title img {
  height: 2.8125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-title img {
    height: 45px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: right;
       object-position: right;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__desc-line {
  position: absolute;
  top: 10.9375vw;
  right: 14.0625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-line {
    top: 175px;
    right: 225px;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__desc-cv {
  margin-left: 12.734375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-cv {
    margin-left: 25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-cv {
    margin-left: 0;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__desc-txt {
  width: 29.84375vw;
  margin-left: 12.734375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-txt {
    width: 477.5px;
    margin-left: 25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-txt {
    width: 83.7333333333vw;
    margin-left: 0;
  }
}
.page-extra-story .chara__wrap.-nikol .chara__desc-img {
  position: relative;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-img {
    margin-left: 25px !important;
  }
}
@media (min-width: 761px) {
  .page-extra-story .chara__wrap.-nikol .chara__desc-img {
    margin-left: 12.734375vw;
  }
}
.page-extra-story .chara__wrap.-glimmer {
  padding-bottom: 35.15625vw;
  background-position: right top;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer {
    padding-bottom: 562.5px;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__bg {
  left: -12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__bg {
    left: -200px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__bg {
    left: 4vw;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__img-wrap {
    height: 96.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__txt {
  width: 7.03125vw;
  height: 26.40625vw;
  position: absolute;
  top: 25vw;
  right: -4.84375vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__txt {
    width: 112.5px;
    height: 422.5px;
    top: 400px;
    right: -77.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__txt {
    width: 13.3333333333vw;
    height: 45.0666666667vw;
    top: 54.6666666667vw;
    right: 19.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__img {
  position: absolute;
  width: 39.0625vw;
  top: -18.75vw;
  right: -7.65625vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__img {
    width: 625px;
    top: -300px;
    right: -122.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__img {
    width: 60.4vw;
    top: -20vw;
    right: 28vw;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__desc {
  padding-top: 6.640625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc {
    padding-top: 106.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc {
    right: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 30.6666666667vw;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-title {
    right: -1.8666666667vw;
    height: 17.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__desc-title img {
  height: 3.203125vw;
  margin-left: 1.328125vw;
  margin-bottom: 0.78125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-title img {
    height: 51.25px;
    margin-left: 35px;
    margin-bottom: 12.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__desc-line {
  margin-bottom: 1.5625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-line {
    margin-bottom: 25px;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__desc-cv {
  width: 29.84375vw;
  margin-left: 1.5625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-cv {
    width: 477.5px;
    margin-left: 35px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-cv {
    margin-left: 0;
  }
}
.page-extra-story .chara__wrap.-glimmer .chara__desc-txt {
  margin-left: 1.5625vw;
  width: 29.84375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-txt {
    width: 477.5px;
    margin-left: 35px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-txt {
    width: 83.7333333333vw;
    margin-left: 0;
  }
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-img {
    margin-left: 25px;
  }
}
@media (min-width: 761px) {
  .page-extra-story .chara__wrap.-glimmer .chara__desc-img {
    margin-left: 1.5625vw;
  }
}
.page-extra-story .chara__wrap.-shulk {
  background-repeat: no-repeat;
  padding-bottom: 35.15625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk {
    padding-bottom: 562.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk {
    padding-bottom: 29.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__bg {
  right: -12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__bg {
    right: -200px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__bg {
    right: 3.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__img-wrap {
    height: 80vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__txt {
  position: absolute;
  width: 7.03125vw;
  height: 26.40625vw;
  top: 18.75vw;
  left: -2.34375vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__txt {
    width: 112.5px;
    height: 422.5px;
    bottom: -87.5px;
    left: -112.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__txt {
    width: 13.3333333333vw;
    height: 62.6666666667vw;
    top: 26.4vw;
    left: 23.4666666667vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__img {
  position: absolute;
  width: 44.53125vw;
  top: -10.9375vw;
  left: -4.6875vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__img {
    width: 712.5px;
    top: -175px;
    left: -75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__img {
    width: 72.6666666667vw;
    top: -21.3333333333vw;
    left: 25.4666666667vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__desc {
  right: -7.03125vw;
  padding-top: 6.640625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc {
    right: -112.5px;
    padding-top: 106.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc {
    right: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 26.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__desc-title {
  margin-bottom: 2.734375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-title {
    margin-bottom: 43.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-title {
    height: 18vw;
    width: 98.6666666667vw;
    right: -4vw;
    top: 9.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__desc-title img {
  height: 3.046875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-title img {
    height: 48.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__desc-title a img {
  width: 11.796875vw;
  height: 100%;
  transition-duration: 0.3s;
  margin-top: -0.78125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-title a img {
    width: 181.25px;
    margin-top: -12.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-title a img {
    width: 28.8vw;
    height: 11.6vw;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__desc-title a:hover img {
  filter: brightness(1.4);
}
.page-extra-story .chara__wrap.-shulk .chara__desc-line {
  position: absolute;
  top: 10.625vw;
  right: -3.125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-line {
    top: 170px;
    right: -50px;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__desc-cv {
  height: 1.5625vw;
  margin-bottom: 2.734375vw;
  margin-top: 4.0625vw;
  width: 100%;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-cv {
    height: 25px;
    margin-bottom: 43.75px;
    margin-top: 65px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-cv {
    width: auto;
    height: 4vw;
    margin-bottom: 7.0666666667vw;
  }
}
.page-extra-story .chara__wrap.-shulk .chara__desc-txt {
  z-index: 3;
  position: relative;
  margin-bottom: 2.34375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-txt {
    margin-bottom: 37.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-shulk .chara__desc-txt {
    width: 83.7333333333vw;
    margin-left: 0;
    margin-bottom: 6vw;
  }
}
.page-extra-story .chara__wrap.-rex {
  padding-bottom: 35.15625vw;
  background-position: right top;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex {
    padding-bottom: 562.5px;
  }
}
.page-extra-story .chara__wrap.-rex .chara__bg {
  left: -12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__bg {
    left: -200px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__bg {
    left: 3.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-rex .chara__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__img-wrap {
    height: 80vw;
  }
}
.page-extra-story .chara__wrap.-rex .chara__txt {
  position: absolute;
  width: 7.03125vw;
  height: 26.40625vw;
  top: 19.53125vw;
  right: -4.6875vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__txt {
    width: 112.5px;
    height: 422.5px;
    top: 312.5px;
    right: -75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__txt {
    width: 13.3333333333vw;
    height: 54.1333333333vw;
    top: 32.6666666667vw;
    right: 13.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-rex .chara__img {
  position: absolute;
  width: 71.875vw;
  top: -15.625vw;
  right: -23.4375vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__img {
    width: 1150px;
    top: -250px;
    right: -375px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__img {
    position: relative;
    width: 113.3333333333vw;
    top: -18.6666666667vw;
    right: 4.8vw;
  }
}
.page-extra-story .chara__wrap.-rex .chara__desc {
  top: 0;
  z-index: 3;
  padding-top: 7.03125vw;
  left: 1.5625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__desc {
    padding-top: 112.5px;
    left: 25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__desc {
    right: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 36.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-rex .chara__desc-title {
  margin-bottom: 4.0625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-title {
    margin-bottom: 65px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-title {
    height: 17.3333333333vw;
    width: 98.6666666667vw;
    left: -12.6666666667vw;
    top: 16vw;
  }
}
.page-extra-story .chara__wrap.-rex .chara__desc-title img {
  height: 3.046875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-title img {
    height: 48.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.page-extra-story .chara__wrap.-rex .chara__desc-title a img {
  transition-duration: 0.3s;
  height: 3.359375vw;
  margin-left: 0.78125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-title a img {
    height: 53.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-title a img {
    height: 11.4666666667vw;
    width: 29.7333333333vw;
    position: absolute;
    margin-left: 0;
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-extra-story .chara__wrap.-rex .chara__desc-title a:hover img {
  filter: brightness(1.4);
}
.page-extra-story .chara__wrap.-rex .chara__desc-line {
  position: absolute;
  top: 10.9375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-line {
    top: 175px;
  }
}
.page-extra-story .chara__wrap.-rex .chara__desc-cv {
  display: flex;
  align-items: center;
  height: 1.5625vw;
  margin-bottom: 2.34375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-cv {
    height: 25px;
    margin-bottom: 37.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-cv {
    height: 4vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-rex .chara__desc-txt {
    margin-bottom: 7.0666666667vw;
  }
}
.page-extra-story .chara__wrap.-nael {
  padding-bottom: 46.875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael {
    padding-bottom: 750px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael {
    padding-bottom: 34.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-nael .chara__bg {
  right: -12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael .chara__bg {
    right: -200px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__bg {
    right: 3.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-nael .chara__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__img-wrap {
    height: 80vw;
  }
}
.page-extra-story .chara__wrap.-nael .chara__txt {
  position: absolute;
  width: 7.03125vw;
  height: 26.40625vw;
  top: 19.53125vw;
  left: 2.34375vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael .chara__txt {
    width: 112.5px;
    height: 422.5px;
    top: 312.5px;
    left: 37.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__txt {
    width: 13.3333333333vw;
    height: 54.1333333333vw;
    top: 32vw;
    left: 33.0666666667vw;
  }
}
.page-extra-story .chara__wrap.-nael .chara__img {
  position: absolute;
  width: 66.40625vw;
  top: -14.0625vw;
  left: -11.71875vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael .chara__img {
    width: 1062.5px;
    top: -225px;
    left: -187.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__img {
    width: 118.6666666667vw;
    top: -22.6666666667vw;
    left: 10.8vw;
  }
}
.page-extra-story .chara__wrap.-nael .chara__desc {
  top: 0;
  right: -6.25vw;
  padding-top: 7.03125vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael .chara__desc {
    right: -100px;
    padding-top: 112.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__desc {
    right: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 30.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-nael .chara__desc-title {
  margin-bottom: 4.6875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael .chara__desc-title {
    margin-bottom: 75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__desc-title {
    height: 17.3333333333vw;
    width: 98.6666666667vw;
    right: -2.6666666667vw;
    top: 8.6666666667vw;
  }
}
.page-extra-story .chara__wrap.-nael .chara__desc-title img {
  height: 2.96875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael .chara__desc-title img {
    height: 47.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-nael .chara__desc-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: right;
       object-position: right;
  }
}
.page-extra-story .chara__wrap.-nael .chara__desc-line {
  position: absolute;
  right: -1.5625vw;
  top: 10.9375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-nael .chara__desc-line {
    right: -25px;
    top: 175px;
  }
}
.page-extra-story .chara__wrap.-nael .chara__desc-cv {
  display: flex;
  align-items: center;
}
.page-extra-story .chara__wrap.-secret {
  padding-bottom: 15.625vw;
  background-position: right top;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-secret {
    padding-bottom: 250px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret {
    padding-bottom: 75px;
  }
}
.page-extra-story .chara__wrap.-secret .chara__bg {
  height: 32.03125vw;
  left: -12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-secret .chara__bg {
    left: -200px;
    height: 512.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret .chara__bg {
    height: 80vw;
    left: 3.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-secret .chara__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret .chara__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret .chara__img-wrap {
    height: 80vw;
  }
}
.page-extra-story .chara__wrap.-secret .chara__img {
  position: absolute;
  width: 92.96875vw;
  top: -32.03125vw;
  right: -28.90625vw;
  z-index: 2;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-secret .chara__img {
    width: 1487.5px;
    top: -512.5px;
    right: -462.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret .chara__img {
    position: relative;
    width: 158.6666666667vw;
    top: -28vw;
    right: 38.666667vw;
  }
}
.page-extra-story .chara__wrap.-secret .chara__desc {
  position: absolute;
  top: 0;
  left: 1.5625vw;
  padding-top: 5.46875vw;
  z-index: 3;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-secret .chara__desc {
    padding-top: 87.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret .chara__desc {
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 83.7333333333vw;
    padding-top: 33.3333333333vw;
  }
}
.page-extra-story .chara__wrap.-secret .chara__desc-title {
  margin-bottom: 3.125vw;
  margin-left: 12.5vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-secret .chara__desc-title {
    margin-bottom: 50px;
    margin-left: 200px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret .chara__desc-title {
    height: 15.3333333333vw;
    right: -2.6666666667vw;
    top: 16.1333333333vw;
    margin-left: 0;
  }
}
.page-extra-story .chara__wrap.-secret .chara__desc-title img {
  height: 3.59375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-secret .chara__desc-title img {
    height: 57.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .chara__wrap.-secret .chara__desc-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.page-extra-story .chara__wrap.-secret .chara__desc-line {
  position: absolute;
  top: 8.59375vw;
  left: 0;
}
@media (min-width: 1601px) {
  .page-extra-story .chara__wrap.-secret .chara__desc-line {
    top: 137.5px;
  }
}
.page-extra-story .battle {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-top: -100vh;
}
.page-extra-story .battle__head {
  padding-bottom: 7.8125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__head {
    padding-bottom: 125px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__head {
    padding-bottom: 13.6vw;
  }
}
.page-extra-story .battle h2 {
  text-align: center;
  margin-bottom: 3.125vw;
  padding-top: 8.046875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .battle h2 {
    margin-bottom: 50px;
    padding-top: 128.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle h2 {
    margin-bottom: 7.7333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.page-extra-story .battle h2 img {
  height: 9.441386vw;
}
@media (min-width: 1601px) {
  .page-extra-story .battle h2 img {
    height: 150px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle h2 img {
    height: 21.56409vw;
  }
}
.page-extra-story .battle p {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.328125vw;
  line-height: 2.12;
  letter-spacing: 0.04em;
}
@media (min-width: 1601px) {
  .page-extra-story .battle p {
    font-size: 21.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle p {
    font-size: 3.4666666667vw;
    line-height: 1.81;
  }
}
.page-extra-story .battle__left-block {
  display: flex;
  align-items: center;
  width: 84.375vw;
  position: relative;
  margin: 0 auto 7.34375vw;
  justify-content: space-between;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__left-block {
    width: 1350px;
    margin: 0 auto 117.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__left-block {
    padding-top: 18.6666666667vw;
    flex-direction: column;
    width: 83.8666666667vw;
    margin: 0 auto 5.6vw;
  }
}
.page-extra-story .battle__inner h3 img {
  margin-bottom: 3.90625vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__inner h3 img {
    margin-bottom: 62.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__inner h3 img {
    margin-bottom: 0vw;
  }
}
.page-extra-story .battle__left-block h3 img, .page-extra-story .battle__right-block h3 img {
  height: 8.4375vw;
  -o-object-position: right;
     object-position: right;
  left: 0;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__left-block h3 img, .page-extra-story .battle__right-block h3 img {
    height: 135px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__left-block h3 img, .page-extra-story .battle__right-block h3 img {
    max-width: unset;
    height: 17.3333333333vw;
    left: -4.4vw;
  }
}
.page-extra-story .battle__right-block h3 img {
  -o-object-position: left;
     object-position: left;
  right: -2.5vw;
  left: auto;
}
@media (max-width: 759px) {
  .page-extra-story .battle__right-block h3 img {
    right: auto;
    left: -4vw;
  }
}
@media (min-width: 1601px) {
  .page-extra-story .battle__right-block h3 img {
    right: -40px;
  }
}
.page-extra-story .battle__inner-txt {
  padding-top: 9.375vw;
  margin-left: 2.34375vw;
  width: 27.34375vw;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__inner-txt {
    width: 437.5px;
    padding-top: 150px;
    margin-left: 37.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__inner-txt {
    padding-top: 1.3333333333vw;
    margin-left: 0;
    margin-bottom: 4vw;
    width: 83.8666666667vw;
  }
}
.page-extra-story .battle__inner-txt p {
  text-align: justify;
}
.page-extra-story .battle__right-block .battle__inner-txt {
  margin-right: 2.34375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__right-block .battle__inner-txt {
    margin-right: 37.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__right-block .battle__inner-txt {
    margin-right: 0;
  }
}
.page-extra-story .battle__left-block .mask {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../img/img_battle-mask.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  z-index: 1;
  transition: -webkit-mask-size 1.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.page-extra-story .battle__left-block .battle__movie {
  position: relative;
  width: 49.53125vw;
  height: 27.65625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__left-block .battle__movie {
    width: 792.5px;
    height: 442.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__left-block .battle__movie {
    width: 83.4666666667vw;
    height: 47.0666666667vw;
  }
}
.page-extra-story .battle__movie.frame::before {
  background: url(../img/img_battle-frame.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 50vw;
  height: 28.125vw;
  top: -0.234375vw;
  left: -0.234375vw;
  pointer-events: none;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__movie.frame::before {
    width: 800px;
    height: 450px;
    top: -3.75px;
    left: -3.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__movie.frame::before {
    width: 83.4666666667vw;
    height: 47.0666666667vw;
    top: 0vw;
    left: 0vw;
  }
}
.page-extra-story .battle__right-block {
  display: flex;
  position: relative;
  width: 84.375vw;
  margin: 0 auto 10.3125vw;
  justify-content: space-between;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__right-block {
    width: 1350px;
    margin: 0 auto 165px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__right-block {
    padding-top: 18.6666666667vw;
    flex-direction: column;
    width: 83.8666666667vw;
    margin: 0 auto 10vw;
  }
}
.page-extra-story .battle__right-block .mask {
  display: block;
  -webkit-mask-image: url("../img/img_battle-mask.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  z-index: 1;
  transition: -webkit-mask-size 1.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 49.53125vw;
  height: 27.65625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .battle__right-block .mask {
    width: 792.5px;
    height: 442.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .battle__right-block .mask {
    width: 83.4666666667vw;
    height: 47.0666666667vw;
  }
}
.page-extra-story .battle__right-block .battle__movie {
  position: relative;
  z-index: 99;
}
.page-extra-story .m-video__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-extra-story .m-video__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 6.25vw;
  height: 6.25vw;
  pointer-events: none;
}
@media (min-width: 1601px) {
  .page-extra-story .m-video__icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .m-video__icon {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.page-extra-story .m-video__control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-extra-story .m-video__poster {
  background-color: #000;
  transition: -webkit-mask-size 1.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
.page-extra-story .m-video__poster img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 2;
}
.page-extra-story .js-movie.-play .m-video__poster {
  height: 0;
}
.page-extra-story .js-movie .js-movie__button {
  opacity: 1;
}
.page-extra-story .js-movie video {
  width: 100%;
  height: 100%;
}
.page-extra-story .js-movie.-play {
  background-color: transparent;
}
.page-extra-story .js-movie.-play .js-movie__button {
  opacity: 0;
}
.page-extra-story .js-movie.-play .m-video__control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}
.page-extra-story .js-movie.-play .m-video__poster img {
  display: none;
}
.page-extra-story .js-movie__button .m-video__icon {
  cursor: pointer;
  transition: 0.5s;
}
.page-extra-story .system {
  background-size: cover;
  overflow: hidden;
  background-size: cover;
  background-position: 15% 50%;
  margin-top: -100vh;
}
.page-extra-story .system h2 {
  text-align: center;
  margin-bottom: 7.1875vw;
  padding-top: 8.046875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .system h2 {
    margin-bottom: 115px;
    padding-top: 128.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system h2 {
    margin-bottom: 14.5333333333vw;
    padding-top: 13.2vw;
  }
}
.page-extra-story .system h2 img {
  height: 9.441386vw;
}
@media (min-width: 1601px) {
  .page-extra-story .system h2 img {
    height: 150px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system h2 img {
    height: 21.56409vw;
  }
}
.page-extra-story .system p {
  color: #fff;
  font-size: 1.328125vw;
  line-height: 2.12;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media (min-width: 1601px) {
  .page-extra-story .system p {
    font-size: 21.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system p {
    font-size: 3.4666666667vw;
    line-height: 1.81;
  }
}
.page-extra-story .system__block {
  display: flex;
  align-items: center;
  width: 79.453125vw;
  margin: 0 auto 7.8125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .system__block {
    width: 1271.25px;
    margin: 0 auto 125px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__block {
    width: 83.7333333333vw;
    margin: 0 auto;
    flex-direction: column;
  }
}
.page-extra-story .system__inner h3 {
  height: 8.203125vw;
  position: relative;
}
@media (min-width: 1601px) {
  .page-extra-story .system__inner h3 {
    height: 131.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__inner h3 {
    height: 18.6666666667vw;
  }
}
.page-extra-story .system__inner h3 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 759px) {
  .page-extra-story .system__inner h3 img {
    position: absolute;
    -o-object-position: right;
       object-position: right;
    max-width: unset;
    top: 0;
    left: -9.0666666667vw;
    height: 16.6666666667vw;
    width: 94.6666666667vw;
  }
}
.page-extra-story .system__inner-txt {
  width: 28.125vw;
  margin-left: 2.34375vw;
  margin-top: 1.5625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .system__inner-txt {
    width: 450px;
    margin-top: 25px;
    margin-left: 37.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__inner-txt {
    margin-top: 0;
    width: 83.7333333333vw;
    margin: 1.3333333333vw auto 4.8vw;
  }
}
.page-extra-story .system__slide-img {
  width: 43.359375vw;
  height: 24.609375vw;
  position: relative;
}
@media (min-width: 1601px) {
  .page-extra-story .system__slide-img {
    width: 693.75px;
    height: 393.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__slide-img {
    width: 80vw;
    height: 44.9333333333vw;
  }
}
.page-extra-story .system__slide-img .swiper-img {
  overflow: hidden;
}
.page-extra-story .system__slide-img .swiper-pagination {
  bottom: -3.125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .system__slide-img .swiper-pagination {
    bottom: -50px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__slide-img .swiper-pagination {
    bottom: -8vw;
  }
}
.page-extra-story .system__slide-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/img_slide-on.svg) no-repeat;
  width: 2.34375vw;
  height: 1.953125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .system__slide-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 37.5px;
    height: 31.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__slide-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.page-extra-story .system__slide-img .swiper-pagination .swiper-pagination-bullet {
  background: url(../img/img_slide-off.svg) no-repeat;
  width: 2.34375vw;
  height: 1.953125vw;
  opacity: 1 !important;
  transition: 0.2s;
}
.page-extra-story .system__slide-img .swiper-pagination .swiper-pagination-bullet:hover {
  background: url(../img/img_slide-on.svg) no-repeat;
}
@media (min-width: 1601px) {
  .page-extra-story .system__slide-img .swiper-pagination .swiper-pagination-bullet {
    width: 37.5px;
    height: 31.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__slide-img .swiper-pagination .swiper-pagination-bullet {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.page-extra-story .system__slide-img.frame::before {
  background: url(../img/img_system-mask.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 45.46875vw;
  height: 26.40625vw;
  top: -1.171875vw;
  left: -1.171875vw;
  pointer-events: none;
}
@media (min-width: 1601px) {
  .page-extra-story .system__slide-img.frame::before {
    width: 727.5px;
    height: 422.5px;
    top: -18.75px;
    left: -18.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .system__slide-img.frame::before {
    width: 83.7333333333vw;
    height: 48.6666666667vw;
    top: -2vw;
    left: -2vw;
  }
}
.page-extra-story .swiper-system {
  overflow: hidden;
  width: 84.375vw;
  height: 38.28125vw;
  margin: 0 auto 10.15625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .swiper-system {
    width: 1350px;
    height: 612.5px;
    margin: 0 auto 162.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system {
    margin-bottom: 13.3333333333vw;
  }
}
.page-extra-story .kizuna {
  background: url(../img/img_kizuna-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 84.375vw;
  height: 38.28125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna {
    width: 1350px;
    height: 612.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna {
    width: 90.6666666667vw;
    height: 119.6vw;
    margin-top: 13.3333333333vw;
  }
}
.page-extra-story .kizuna h3 {
  padding-top: 3.4375vw;
  text-align: center;
  margin-bottom: 2.578125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna h3 {
    margin-bottom: 41.25px;
    padding-top: 55px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna h3 {
    padding-top: 9.3333333333vw;
  }
}
.page-extra-story .kizuna h3 img {
  height: 4.609375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna h3 img {
    height: 73.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna h3 img {
    height: 16vw;
    margin-bottom: 3.7333333333vw;
  }
}
.page-extra-story .kizuna__list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list {
    flex-direction: column;
  }
}
.page-extra-story .kizuna__list-img {
  width: 33.75vw;
  height: 18.984375vw;
  position: relative;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna__list-img {
    width: 540px;
    height: 303.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list-img {
    order: 3;
    width: 61.6vw;
    height: 34.6666666667vw;
  }
}
.page-extra-story .kizuna__list-img.frame {
  z-index: 2;
  margin-left: 7.03125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna__list-img.frame {
    margin-left: 112.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list-img.frame {
    margin-left: 0;
  }
}
.page-extra-story .kizuna__list-img.frame::before {
  background: url(../img/img_system-mask.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 35.46875vw;
  height: 20.703125vw;
  top: -0.859375vw;
  left: -0.859375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna__list-img.frame::before {
    width: 567.5px;
    height: 331.25px;
    top: -13.75px;
    left: -13.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list-img.frame::before {
    width: 64.5333333333vw;
    height: 37.3333333333vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
  }
}
.page-extra-story .kizuna__list h4 {
  position: absolute;
  top: 2.96875vw;
  right: 5.9375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna__list h4 {
    top: 47.5px;
    right: 98.75px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list h4 {
    order: 1;
    position: static;
  }
}
.page-extra-story .kizuna__list h4 img {
  height: 6.09375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna__list h4 img {
    height: 97.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list h4 img {
    height: 12.8vw;
  }
}
.page-extra-story .kizuna__list-txt {
  margin-left: 2.5vw;
  width: 34.53125vw;
  margin-top: 10.15625vw;
  font-size: 1.328125vw;
  line-height: 2.21;
  letter-spacing: 0.04em;
}
@media (min-width: 1601px) {
  .page-extra-story .kizuna__list-txt {
    margin-left: 40px;
    margin-top: 162.5px;
    width: 552.5px;
    font-size: 21.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list-txt {
    order: 2;
    margin-left: 0;
    width: 65.6vw;
    margin-top: 0vw;
    font-size: 3.4666666667vw;
    line-height: 1.81;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 759px) {
  .page-extra-story .kizuna__list-txt p {
    font-size: 3.2vw;
  }
}
.page-extra-story .swiper-system {
  position: relative;
}
.page-extra-story .swiper-system .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.page-extra-story .swiper-system .swiper-slide.swiper-slide-next {
  opacity: 0;
}
.page-extra-story .swiper-system .swiper-button-next {
  background: url(../img/arrow-active.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  color: transparent;
  transition: all 0.3s;
  width: 2.5vw;
  height: 4.0625vw;
  margin-right: 0.78125vw;
  margin-top: -0.78125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .swiper-system .swiper-button-next {
    width: 40px;
    height: 65px;
    margin-right: 12.5px;
    margin-top: -12.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system .swiper-button-next {
    margin-right: 0.4vw;
    width: 6.1333333333vw;
    height: 9.4666666667vw;
    margin-top: 4vw;
  }
}
@media (min-width: 761px) {
  .page-extra-story .swiper-system .swiper-button-next:hover {
    transform: scale(1.2, 1.2);
  }
}
.page-extra-story .swiper-system .swiper-button-prev {
  background: url(../img/arrow-left.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  color: transparent;
  transition: all 0.3s;
  margin-left: 1.5625vw;
  margin-top: -0.78125vw;
  width: 2.5vw;
  height: 4.0625vw;
}
@media (min-width: 1601px) {
  .page-extra-story .swiper-system .swiper-button-prev {
    margin-left: 25px;
    margin-top: -12.5px;
    width: 40px;
    height: 65px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system .swiper-button-prev {
    margin-left: 0.4vw;
    width: 6.1333333333vw;
    height: 9.4666666667vw;
    margin-top: 4vw;
  }
}
@media (min-width: 761px) {
  .page-extra-story .swiper-system .swiper-button-prev:hover {
    transform: scale(1.2, 1.2);
  }
}
@media (min-width: 761px) {
  .page-extra-story .swiper-system .swiper-button-next.swiper-button-disabled {
    background: url(../img/arrow-disable.svg) no-repeat 0 0;
    background-size: 100% 100% !important;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system .swiper-button-next.swiper-button-disabled {
    background: url(../img/arrow-disable.svg);
    background-size: cover;
    margin-left: 0.4vw;
    width: 6.1333333333vw;
    height: 9.4666666667vw;
    margin-top: 4vw;
    opacity: 0.35;
  }
}
@media (min-width: 761px) {
  .page-extra-story .swiper-system .swiper-button-prev.swiper-button-disabled {
    background: url(../img/arrow-left-dis.svg) no-repeat 0 0;
    background-size: 100% 100% !important;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system .swiper-button-prev.swiper-button-disabled {
    background: url(../img/arrow-left-dis.svg);
    background-size: cover;
    margin-left: 0.4vw;
    width: 6.1333333333vw;
    height: 9.4666666667vw;
    margin-top: 4vw;
    opacity: 0.35;
  }
}
.page-extra-story .swiper-system .swiper-pagination {
  bottom: 2.578125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .swiper-system .swiper-pagination {
    bottom: 41.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system .swiper-pagination {
    bottom: 6.6666666667vw;
  }
}
.page-extra-story .swiper-system .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/img_slide-on.svg) no-repeat;
  width: 2.34375vw;
  height: 1.953125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .swiper-system .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 37.5px;
    height: 31.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4vw;
    height: 3.3333333333vw;
  }
}
.page-extra-story .swiper-system .swiper-pagination .swiper-pagination-bullet {
  background: url(../img/img_slide-off.svg) no-repeat;
  opacity: 1 !important;
  width: 2.34375vw;
  height: 1.953125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .swiper-system .swiper-pagination .swiper-pagination-bullet {
    width: 37.5px;
    height: 31.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .swiper-system .swiper-pagination .swiper-pagination-bullet {
    width: 4vw;
    height: 3.3333333333vw;
  }
}
.page-extra-story .swiper-system .swiper-pagination .swiper-pagination-bullet:hover {
  background: url(../img/img_slide-on.svg) no-repeat;
}
.page-extra-story .dlc {
  background: #191914 url(../img/img_dlc-bg.jpg) 0 0 no-repeat;
    background-size: 123% 133.5703125vw;
    background-position: bottom;
    overflow: hidden;
    height: 121.570313vw;
    padding-bottom: 100px;
    text-align: center;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc {
    height: 1945.125px;
    background-size: 1968px 2137.125px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc {
    background: #fff url(../img/img_dlc-bg_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 244vw;
  }
}
.page-extra-story .dlc h2 {
  text-align: center;
  padding-top: 8.046875vw;
  margin-bottom: 3.125vw;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc h2 {
    padding-top: 128.75px;
    margin-bottom: 50px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc h2 {
    padding-top: 13.3333333333vw;
    margin-bottom: 5.0666666667vw;
  }
}
.page-extra-story .dlc h2 img {
  height: 5.9375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc h2 img {
    height: 95px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc h2 img {
    height: 9.4666666667vw;
  }
}
.page-extra-story .dlc__text {
  margin: 0 auto 2.8125vw;
  color: #fff;
  font-size: 1.328125vw;
  line-height: 2.12;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc__text {
    margin: 0 auto 45px;
    font-size: 21.25px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc__text {
    margin: 0 auto 8vw;
    font-size: 3.4666666667vw;
    line-height: 1.81;
    width: 84vw;
  }
}
.page-extra-story .dlc__text.-small {
  font-size: 1.09375vw;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc__text.-small {
    font-size: 17.5px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc__text.-small {
    font-size: 11px;
    margin-top: 1.3333333333vw;
  }
}
.page-extra-story .dlc__bnr {
  width: 42.1875vw;
  height: 5.9375vw;
  margin: 0 auto 3.75vw;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc__bnr {
    width: 675px;
    height: 95px;
    margin: 0 auto 60px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc__bnr {
    width: 90.1333333333vw;
    height: 12.8vw;
    margin: 0 auto 7.6vw;
  }
}
.page-extra-story .dlc__bnr a {
  cursor: pointer;
  transition-duration: 0.3s;
  display: block;
  display: block;
}
.page-extra-story .dlc__bnr a:hover {
  filter: brightness(1.1);
}
.page-extra-story .dlc__bnr-img {
  display: block;
  margin: 0 auto;
  width: 62.5vw;
  height: 16.875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc__bnr-img {
    width: 1000px;
    height: 270px;
  }
}
.page-extra-story .dlc__bnr-img a {
  display: block;
}
@media (max-width: 759px) {
  .page-extra-story .dlc__bnr-img {
    width: 88vw;
    height: 53.0666666667vw;
  }
}
.page-extra-story .dlc__img {
  text-align: center;
  background-image: url(../img/img_bnr-xenoblade3.png);
  background-size: 100% 100%;
  transition: 0.3s;
}
@media (min-width: 761px) {
  .page-extra-story .dlc__img:hover {
    background-image: url(../img/img_bnr-xenoblade3_on.png);
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc__img {
    background-image: url(../img/img_bnr-xenoblade3_sp.png);
  }
}
.page-extra-story .dlc__img a {
  cursor: pointer;
  transition-duration: 0.3s;
}
.page-extra-story .dlc__img a:hover {
  filter: brightness(1.1);
}
.page-extra-story .dlc__img {
  width: 62.5vw;
  height: 16.875vw;
}
@media (min-width: 1601px) {
  .page-extra-story .dlc__img {
    width: 1000px;
    height: 270px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .dlc__img {
    width: 88vw;
    height: 53.0666666667vw;
  }
}
.page-extra-story #btn-link .diagram {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  width: 4.06vw;
  height: 13vw;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
@media (min-width: 1601px) {
  .page-extra-story #btn-link .diagram {
    width: 65px;
    height: 208px;
  }
}
@media (max-width: 759px) {
  .page-extra-story #btn-link .diagram {
    width: 8.6666666667vw;
    height: 27.8666666667vw;
  }
}
.page-extra-story .modal-open {
  cursor: pointer;
}
.page-extra-story .modal-open:hover img {
  opacity: 0.8;
}
.page-extra-story #btn-link {
  position: fixed;
  right: 0px;
  top: 6.25vw;
  z-index: 998;
  opacity: 0;
}
@media (min-width: 1601px) {
  .page-extra-story #btn-link {
    top: 100px;
  }
}
@media (max-width: 759px) {
  .page-extra-story #btn-link {
    top: 21.3333333333vw;
  }
}
.page-extra-story #btn-link.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.page-extra-story #btn-link.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
.page-extra-story .diagram {
  position: relative;
}
.page-extra-story .diagram__arrow {
  width: 0.81vw;
  height: 0.88vw;
  position: absolute;
  top: 9.38vw;
  left: 1.88vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  animation: arrow_right 1s ease-in-out infinite;
}
@media (min-width: 1601px) {
  .page-extra-story .diagram__arrow {
    top: 150px;
    left: 30px;
    width: 13px;
    height: 14px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .diagram__arrow {
    width: 1.8666666667vw;
    height: 2vw;
    top: auto;
    bottom: 5.8666666667vw;
    left: 2.8vw;
  }
}
@keyframes arrow_right {
  0% {
    left: 50%;
    -webkit-clip-path: polygon(0 0, 0 50%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 50%, 0 100%, 0 100%, 0 0);
  }
  10% {
    -webkit-clip-path: polygon(0 0, 0 50%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 50%, 0 100%, 0 100%, 0 0);
  }
  40% {
    -webkit-clip-path: polygon(35% 0, 55% 50%, 35% 100%, 0 100%, 0 0);
    clip-path: polygon(35% 0, 55% 50%, 35% 100%, 0 100%, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(35% 0, 55% 50%, 35% 100%, 0 100%, 0 0);
    clip-path: polygon(35% 0, 55% 50%, 35% 100%, 0 100%, 0 0);
  }
  80% {
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
  }
  100% {
    left: 55%;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
  }
}
.page-extra-story #page-top {
  position: relative;
}
.page-extra-story .page-top {
  position: absolute;
  bottom: 60px;
  right: 60px;
  background: url(../img/btn_pagetop_off.svg) 0 0 repeat;
  width: 70px;
  height: 70px;
  font-size: 0.8rem;
  transition: all 0.3s;
}
@media (max-width: 759px) {
  .page-extra-story .page-top {
    right: 20px;
  }
}
.page-extra-story a:hover .page-top {
  background: url(../img/btn_pagetop_on.svg) 0 0 repeat;
}
.page-extra-story .slide-img img {
  width: 100%;
}
.page-extra-story .mv__title-play-txt {
  fill: #ededed;
}
.page-extra-story .mv__title-play-txt:hover {
  transition: 0.2s;
  fill: #f52800;
}
.page-extra-story .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: url(../img/img_modal-bg.png) repeat 0 0;
  background-size: 10% auto;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}
@media (max-width: 759px) {
  .page-extra-story .modal-container {
    background-size: 25% auto;
	padding: 40px 0;
  }
}
.page-extra-story .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.page-extra-story .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.page-extra-story .modal-body {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 760px) {
  .page-extra-story .modal-body {
    width: 90vw;
	max-width: 1080px;
    padding-top: 4vw;
  }
}

@media (min-width: 1601px) {
  .page-extra-story .modal-body {
    width: 1080px;
  }
}
@media (max-width: 759px) {
  .page-extra-story .modal-body {
    padding-top: 10.6666666667vw;
    width: 90vw;
  }
}
.page-extra-story .modal-close {
  position: absolute;
  cursor: pointer;
  top: 50px;
  right: 50px;
  width: 2.81vw;
  height: 2.81vw;
}
@media (min-width: 1601px) {
  .page-extra-story .modal-close {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media (max-width: 759px) {
  .page-extra-story .modal-close {
    top: 10.6666666667vw;
    right: 9.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.page-extra-story .modal-close svg {
  font-size: 60px;
  transition: all 0.3s;
}
.page-extra-story .modal-close svg {
  fill: #fff;
}
.page-extra-story .modal-close svg:hover {
  transform: scale(0.8, 0.8);
  fill: #f52800;
}
.page-extra-story .modal-content {
  text-align: left;
}
.page-extra-story .modal-content img {
  width: 100%;
  height: 100%;
}
.page-extra-story .footer {
  position: relative;
  color: #fff;
  margin-top: -40px;
}
@media (max-width: 759px) {
  .page-extra-story .footer {
    margin-top: -14.6666666667vw;
  }
}
.page-extra-story .footer__inner {
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
}
@media (max-width: 759px) {
  .page-extra-story .footer__inner {
    height: 14.6666666667vw;
  }
}
.page-extra-story .footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 759px) {
  .page-extra-story .footer__body {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
  }
}
.page-extra-story .footer__submenu-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-extra-story .footer__submenu-list__item {
  margin-left: 2em;
  font-size: 14px;
}
@media (max-width: 759px) {
  .page-extra-story .footer__submenu-list__item {
    font-size: 2.8vw;
  }
}
.page-extra-story .footer__submenu-list__item:first-child {
  margin-left: 0;
}
.page-extra-story .footer__submenu-list__item a {
  align-items: center;
  display: flex;
  transition: all 0.3s;
}
.page-extra-story .footer__submenu-list__item a:hover {
  opacity: 0.8;
}
.page-extra-story .footer__submenu-label {
  padding-left: 5px;
  background: url(../img/ico_arw_footer_submenu01.svg) no-repeat left center;
  background-size: 0.5833333333em auto;
  text-decoration: none;
}
.page-extra-story .footer__submenu .footer__copy {
  margin-right: 31.6666666667em;
}
@media (max-width: 759px) {
  .page-extra-story .footer__submenu .footer__copy {
    width: 100%;
  }
}
.page-extra-story .footer__copy {
  font-size: 14px;
}
@media (max-width: 759px) {
  .page-extra-story .footer__copy {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=local.css.map */