@charset "UTF-8";
/* ------------------------------
PC
------------------------------ */
#contents {
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", Meiryo, sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #000;
  hanging-punctuation: first allow-end last;
}
@media (max-width: 959px) {
  #contents {
    font-size: 9px;
  }
}
#contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents .wrap {
  min-width: 960px;
  overflow-x: hidden;
  background-color: #000;
}
#contents .wrap .inner {
  position: relative;
  width: 100vw;
  margin: auto;
}
@media (max-width: 959px) {
  #contents .wrap .inner {
    width: 960px;
  }
}
#contents .wrap h2.ttl {
  width: 36.9791666667vw;
  margin: 0 auto;
}
@media (max-width: 959px) {
  #contents .wrap h2.ttl {
    width: 355px;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents .main_area {
  background: url("../img/main_bg_ff9.png") no-repeat center top/108.3333333333vw auto;
}
@media (max-width: 959px) {
  #contents .main_area {
    background: url("../img/main_bg_ff9.png") no-repeat center top/2120px auto;
  }
}
#contents .main_area .ixa_logo {
  position: absolute;
  top: 0.5208333333vw;
  width: 18.2291666667vw;
}
@media (max-width: 959px) {
  #contents .main_area .ixa_logo {
    top: 5px;
    width: 175px;
  }
}
#contents .main_area .nav_flx {
  position: absolute;
  top: 1.0416666667vw;
  right: 2.6041666667vw;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5208333333vw;
}
@media (max-width: 959px) {
  #contents .main_area .nav_flx {
    top: 10px;
    right: 25px;
    gap: 5px;
  }
}
#contents .main_area .nav_flx .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28.2vw;
}
@media (max-width: 959px) {
  #contents .main_area .nav_flx .nav {
    width: 270px;
  }
}
#contents .main_area .nav_flx .nav li[class^=nav_item__] {
  width: 50%;
  height: 2.9166666667vw;
  background-image: url("../img/nav_sprite.png");
  background-repeat: no-repeat;
  background-position-y: 0;
  background-size: 300% 200%;
}
@media (max-width: 959px) {
  #contents .main_area .nav_flx .nav li[class^=nav_item__] {
    height: 28px;
  }
}
#contents .main_area .nav_flx .nav li[class^=nav_item__]:hover {
  background-position-y: 100%;
}
#contents .main_area .nav_flx .nav li[class^=nav_item__] a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#contents .main_area .nav_flx .nav .nav_item__about {
  background-position-x: 0%;
}
#contents .main_area .nav_flx .nav .nav_item__terms {
  background-position-x: 50%;
}
#contents .main_area .nav_flx .nav .nav_item__inquiry {
  background-position-x: 100%;
}
#contents .main_area .nav_flx .btn_login {
  display: block;
  width: 12.7083333333vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../img/btn_login.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 200%;
}
@media (max-width: 959px) {
  #contents .main_area .nav_flx .btn_login {
    width: 122px;
  }
}
#contents .main_area .nav_flx .btn_login:hover {
  background-position: 0 100%;
}
#contents .main_area .chara {
  position: relative;
  left: -1.9791666667vw;
  width: calc(1274 / 1920 * 100vw);/*calc([画像サイズ] / 1920 * 100vw)*/
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 959px) {
  #contents .main_area .chara {
    left: -19px;
    width: calc(1274px / 2);/*calc([画像サイズ] / 2)*/
  }
}
#contents .main_area .catch {
  position: absolute;
  top: 5.9895833333vw;
  left: calc(50% + 15.4166666667vw);
  width: 3.2291666667vw;
}
@media (max-width: 959px) {
  #contents .main_area .catch {
    top: 57.5px;
    left: calc(50% + 148px);
    width: 31px;
  }
}
#contents .contents {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.9375vw;
}
@media (max-width: 959px) {
  #contents .contents {
    padding-bottom: 9px;
  }
}
#contents .contents .col_left {
  width: 19.8958333333vw;
}
@media (max-width: 959px) {
  #contents .contents .col_left {
    width: 191px;
  }
}
#contents .contents .col_left .btn_play {
  display: block;
  width: 14.7916666667vw;
  height: 14.7916666667vw;
  margin: 0 auto 1.3020833333vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../img/btn_play.png");
  -webkit-filter: drop-shadow(0 0 2.6041666667vw rgba(255, 133, 133, 0.3));
          filter: drop-shadow(0 0 2.6041666667vw rgba(255, 133, 133, 0.3));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% 100%;
}
@media (max-width: 959px) {
  #contents .contents .col_left .btn_play {
    width: 142px;
    height: 142px;
    margin: 0 auto 12.5px;
    -webkit-filter: drop-shadow(0 0 25px rgba(255, 133, 133, 0.3));
            filter: drop-shadow(0 0 25px rgba(255, 133, 133, 0.3));
  }
}
#contents .contents .col_left .btn_play:hover {
  -webkit-filter: drop-shadow(0 0 2.6041666667vw rgba(255, 133, 133, 0.5));
          filter: drop-shadow(0 0 2.6041666667vw rgba(255, 133, 133, 0.5));
  background-position: 100% 0;
}
@media (max-width: 959px) {
  #contents .contents .col_left .btn_play:hover {
    -webkit-filter: drop-shadow(0 0 25px rgba(255, 133, 133, 0.5));
            filter: drop-shadow(0 0 25px rgba(255, 133, 133, 0.5));
  }
}
#messBox {
  width: 14.7916666667vw;
  height: 14.7916666667vw;
  margin: 0 auto 1.3020833333vw;
  background: url("../img/btn_play_maintenance.png") no-repeat;
  background-position: 0 0;
  background-size: 200% 100%;
}
@media (max-width: 959px) {
  #messBox {
    width: 142px;
    height: 142px;
    margin: 0 auto 12.5px;
  }
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
#messBox td {
  font-size: 0.7070707070707071vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 0.6060606060606061vw;
}
@media (max-width: 959px) {
  #contents .contents .col_left .textSize {
    font-size: 7px;
  }
}
#contents .contents .col_left .btn_auth {
  display: block;
  width: 16.5625vw;
  height: 3.2291666667vw;
  margin: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../img/btn_auth.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 200%;
}
@media (max-width: 959px) {
  #contents .contents .col_left .btn_auth {
    width: 159px;
    height: 31px;
  }
}
#contents .contents .col_left .btn_auth:hover {
  background-position: 0 100%;
}
#contents .contents .col_center {
  width: 44.6875vw;
}
@media (max-width: 959px) {
  #contents .contents .col_center {
    width: 429px;
  }
}
#contents .contents .col_center .tab_wrap {
  width: 100%;
  margin-bottom: 0.9375vw;
}
@media (max-width: 959px) {
  #contents .contents .col_center .tab_wrap {
    margin-bottom: 9px;
  }
}
#contents .contents .col_center .tab_wrap .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#contents .contents .col_center .tab_wrap .tab li[class^=tab_item__] {
  width: 16.6666666667%;
  height: 1.6145833333vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-image: url("../img/tab_sprite.png");
  background-repeat: no-repeat;
  background-position-y: 0;
  background-size: 600% 300%;
}
@media (max-width: 959px) {
  #contents .contents .col_center .tab_wrap .tab li[class^=tab_item__] {
    height: 15.5px;
  }
}
#contents .contents .col_center .tab_wrap .tab li[class^=tab_item__]:hover {
  background-position-y: 50%;
}
#contents .contents .col_center .tab_wrap .tab li[class^=tab_item__].active {
  background-position-y: 100%;
}
#contents .contents .col_center .tab_wrap .tab .tab_item__new {
  background-position-x: 0;
}
#contents .contents .col_center .tab_wrap .tab .tab_item__notice {
  background-position-x: 20%;
}
#contents .contents .col_center .tab_wrap .tab .tab_item__event {
  background-position-x: 40%;
}
#contents .contents .col_center .tab_wrap .tab .tab_item__maintenance {
  background-position-x: 60%;
}
#contents .contents .col_center .tab_wrap .tab .tab_item__update {
  background-position-x: 80%;
}
#contents .contents .col_center .tab_wrap .tab .tab_item__history {
  background-position-x: 100%;
}
#contents .contents .col_center .tab_wrap .tab-content {
  display: none;
  height: 8.75vw;
  padding: 0.2083333333vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 50% 50%/calc(100% - 0.4166666667vw) calc(100% - 0.4166666667vw) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(13%, #b17d1f), color-stop(43%, #eec06c), color-stop(73%, #b17d1f));
  background: linear-gradient(#fff, #fff) 50% 50%/calc(100% - 0.4166666667vw) calc(100% - 0.4166666667vw) no-repeat, linear-gradient(#b17d1f 13%, #eec06c 43%, #b17d1f 73%);
  background-color: #fff;
  border-radius: 0;
}
@media (max-width: 959px) {
  #contents .contents .col_center .tab_wrap .tab-content {
    height: 84px;
    padding: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(13%, #b17d1f), color-stop(43%, #eec06c), color-stop(73%, #b17d1f));
    background: linear-gradient(#fff, #fff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(#b17d1f 13%, #eec06c 43%, #b17d1f 73%);
  }
}
#contents .contents .col_center .tab_wrap .tab-content.active {
  display: block;
}
#contents .contents .col_center .tab_wrap .tab-content .news_list {
  height: 100%;
  padding: 0.2604166667vw 1.0416666667vw;
  overflow-y: scroll;
}
@media (max-width: 959px) {
  #contents .contents .col_center .tab_wrap .tab-content .news_list {
    padding: 2.5px 10px;
  }
}
#contents .contents .col_center .tab_wrap .tab-content .news_list li {
  padding: 0.2083333333vw 0;
  font-size: 0.9375vw;
  color: #a1721e;
  border-bottom: dotted 0.1041666667vw #a1721e;
}
@media (max-width: 959px) {
  #contents .contents .col_center .tab_wrap .tab-content .news_list li {
    padding: 2px 0;
    font-size: 9px;
    border-bottom: dotted 1px #a1721e;
  }
}
#contents .contents .col_center .tab_wrap .tab-content .news_list li .txt {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#contents .contents .col_center .tab_wrap .tab-content .news_list li .txt a {
  margin-left: 1em;
}
#contents .contents .col_center .tab_wrap .tab-content .news_list li:last-child {
  border-bottom: none;
}
#contents .contents .col_center .bnr_s_wrap {
  position: relative;
}
#contents .contents .col_center .bnr_s_wrap .swiper-slide {
  width: 10.4166666667vw !important;
  margin: 0 0.7291666667vw;
}
@media (max-width: 959px) {
  #contents .contents .col_center .bnr_s_wrap .swiper-slide {
    width: 100px !important;
    margin: 0 7px;
  }
}
#contents .contents .col_center .bnr_s_wrap .swiper-button-prev,
#contents .contents .col_center .bnr_s_wrap .swiper-button-next {
  top: 0.625vw;
  width: 0.9895833333vw;
  height: 1.9791666667vw;
  margin-top: 0;
}
@media (max-width: 959px) {
  #contents .contents .col_center .bnr_s_wrap .swiper-button-prev,
  #contents .contents .col_center .bnr_s_wrap .swiper-button-next {
    top: 6px;
    width: 9.5px;
    height: 19px;
  }
}
#contents .contents .col_center .bnr_s_wrap .swiper-button-prev {
  left: 2.7604166667vw;
}
@media (max-width: 959px) {
  #contents .contents .col_center .bnr_s_wrap .swiper-button-prev {
    left: 26.5px;
  }
}
#contents .contents .col_center .bnr_s_wrap .swiper-button-next {
  right: 2.7604166667vw;
}
@media (max-width: 959px) {
  #contents .contents .col_center .bnr_s_wrap .swiper-button-next {
    right: 53px;
  }
}
#contents .contents .col_center .bnr_s_wrap .swiper-button-prev::after,
#contents .contents .col_center .bnr_s_wrap .swiper-button-next::after {
  width: 0.9895833333vw;
  height: 1.9791666667vw;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 959px) {
  #contents .contents .col_center .bnr_s_wrap .swiper-button-prev::after,
  #contents .contents .col_center .bnr_s_wrap .swiper-button-next::after {
    width: 9.5px;
    height: 19px;
  }
}
#contents .contents .col_center .bnr_s_wrap .swiper-button-prev::after {
  background-image: url("../img/arrow_prev.png");
}
#contents .contents .col_center .bnr_s_wrap .swiper-button-next::after {
  background-image: url("../img/arrow_next.png");
}
#contents .contents .col_center .bnr_s_wrap .bnr_s {
  width: 35.625vw;
}
@media (max-width: 959px) {
  #contents .contents .col_center .bnr_s_wrap .bnr_s {
    width: 342px;
  }
}
#contents .contents .col_right {
  width: 35.4166666667vw;
  padding: 0 2.6041666667vw;
}
@media (max-width: 959px) {
  #contents .contents .col_right {
    width: 340px;
    padding: 0 25px;
  }
}
#contents .contents .col_right .bnr_l {
  padding-bottom: 1.7708333333vw;
  /* ページネーションの余白 */
}
@media (max-width: 959px) {
  #contents .contents .col_right .bnr_l {
    padding-bottom: 17px;
  }
}
#contents .contents .col_right .bnr_l .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#contents .contents .col_right .bnr_l .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.46875vw;
}
@media (max-width: 959px) {
  #contents .contents .col_right .bnr_l .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  #contents .contents .col_right .bnr_l .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4.5px;
  }
}
#contents .contents .col_right .bnr_l .swiper-pagination-bullet {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #c29138;
}
@media (max-width: 959px) {
  #contents .contents .col_right .bnr_l .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
#contents .contents .col_right .bnr_l .swiper-pagination {
  bottom: 0.5208333333vw;
}
@media (max-width: 959px) {
  #contents .contents .col_right .bnr_l .swiper-pagination {
    bottom: 5px;
  }
}
#contents .spec {
  width: 24.5833333333vw;
  margin: 0 auto;
}
@media (max-width: 959px) {
  #contents .spec {
    width: 236px;
  }
}