@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :beta-test.css
 style info ベータテスト告知ページのスタイル
=================================================================== */
#beta-test {
  position: relative;
}
#beta-test:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #beta-test:before {
    background-image: url(../img/beta-test/bg_trial_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  #beta-test:before {
    background-image: url(../img/beta-test/bg_trial_sp.jpg);
  }
}

#wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #wrap .btnMenuBeta {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #wrap .btnMenuBeta {
    cursor: pointer;
    position: fixed;
    top: 14vw;
    right: 0;
    z-index: 9997;
    width: 28vw;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
#wrap .btnMenuBeta.sc {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #wrap .btnMenuBeta.sc {
    top: 0;
  }
}
#wrap .gNaviBeta {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    top: max(-2vw, -26px);
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta {
    background: rgba(0, 0, 0, 0.5) url(../img/beta-test/bg_black-stripe.png) repeat 0 0/3%;
    position: fixed;
    top: 12vw;
    right: -100%;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 16vw 0 60vw;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta.opens {
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta.sc {
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta h1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta h1 {
    width: 50%;
    margin: 0 auto 10vw;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta dl {
    border: solid 1px #fff;
    border-radius: 10px;
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) 12px, rgba(0, 0, 0, 0.85) 12px, rgba(0, 0, 0, 0.85) 18px);
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl {
    position: relative;
    right: -10vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta dl dt {
    background: url(../img/shared/bg_arrow_yellow.svg), -webkit-gradient(linear, left top, right top, from(#024fb9), to(#01c9fd));
    background: url(../img/shared/bg_arrow_yellow.svg), linear-gradient(90deg, #024fb9 0%, #01c9fd 100%);
    background-repeat: no-repeat;
    background-position: left min(1.4vw, 20px) center, 0 0;
    background-size: min(1.2vw, 14px), auto;
    padding: min(0.6vw, 8px) 10px min(0.8vw, 12px) min(3.8vw, 40px);
    border-radius: 9px 9px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dt {
    background: -webkit-gradient(linear, left top, right top, from(#eeff12), to(#7cff85));
    background: linear-gradient(90deg, #eeff12, #7cff85);
    border-radius: 100px 0 0 100px;
    padding: 3px;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta dl dt.new:before {
    top: min(0.8vw, -14px);
    right: -12px;
    width: min(7vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dt.new:before {
    top: -2vw;
    right: 10vw;
    width: 14vw;
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dt a {
    display: block;
    background: #00285f url(../img/shared/bg_arrow_yellow.svg) no-repeat left 1.6em center/0.8em;
    line-height: 1;
    border-radius: 100px 0 0 100px;
    padding: 0.6em 3em;
    height: 6vw;
  }
}
#wrap .gNaviBeta dl dt a img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dt a img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px 0;
    padding: min(0.4vw, 10px) 0 min(1vw, 18px) min(1vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dd ul {
    position: relative;
    right: -10vw;
  }
}
#wrap .gNaviBeta dl dd ul li {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta dl dd ul li {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dd ul li {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#024fb9), to(#01c9fd));
    background: linear-gradient(90deg, #024fb9 0%, #01c9fd 100%);
    border-radius: 100px 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1em;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta dl dd ul li.new:before {
    top: min(0.8vw, 6px);
    right: 4px;
    width: min(7vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dd ul li.new:before {
    top: -3vw;
    right: 20vw;
    width: 14vw;
    height: 6vw;
  }
}
#wrap .gNaviBeta dl dd ul li a {
  display: block;
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dd ul li a {
    line-height: 1;
    border-radius: 100px 0 0 100px;
    height: 6vw;
    padding: 0.6em;
  }
}
#wrap .gNaviBeta dl dd ul li a:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  position: relative;
  top: auto;
  right: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dd ul li a:before {
    top: -2vw;
  }
}
#wrap .gNaviBeta dl dd ul li a img {
  width: auto;
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta dl dd ul li a img {
    height: min(2vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta dl dd ul li a img {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) #wrap .gNaviBeta dl dd ul li a img, :lang(fr) #wrap .gNaviBeta dl dd ul li a img, :lang(it) #wrap .gNaviBeta dl dd ul li a img, :lang(de) #wrap .gNaviBeta dl dd ul li a img, :lang(es) #wrap .gNaviBeta dl dd ul li a img, :lang(pt-BR) #wrap .gNaviBeta dl dd ul li a img, .pt-br #wrap .gNaviBeta dl dd ul li a img {
    height: min(1.5vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta .menuBoxL {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta .menuBoxL dl dd ul {
    padding: min(1vw, 20px) 0 min(1.8vw, 28px) min(1vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta .menuBoxR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8px 0;
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta .menuBoxR dl:nth-of-type(2) dt {
    border-radius: 9px;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta p a {
    display: block;
    color: #20c58d;
    font-weight: 700;
    text-align: center;
    border: solid 3px #20c58d;
    border-radius: 100px;
    padding: 0.8em 1em;
    font-size: 4vw;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #wrap .gNaviBeta .btnCloseBeta {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #wrap .gNaviBeta .btnCloseBeta {
    cursor: pointer;
    position: absolute;
    top: 6vw;
    right: 4vw;
    width: 20vw;
  }
}

.linkList {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.linkList li {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 16px;
  -webkit-box-shadow: 5px 5px 0 rgba(105, 112, 110, 0.7);
          box-shadow: 5px 5px 0 rgba(105, 112, 110, 0.7);
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .linkList li {
    width: 48%;
  }
}
.linkList li:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.linkList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a91c8;
  font-weight: 900;
  background: #fff;
  border-radius: 10px;
  padding: 0.6em;
}
@media screen and (min-width: 768px) {
  .linkList li a {
    min-height: 50px;
  }
}

.visualArea {
  position: relative;
  z-index: 1;
}
.visualArea .bgArea {
  position: absolute;
  top: 0;
  background-color: #6ec2fe;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .visualArea .bgArea {
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    height: 1540px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .visualArea .bgArea {
    height: 1360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .visualArea .bgArea {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 62%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 200% 62%, 0% 100%);
    height: 110vw;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .bgArea {
    background-size: 100%;
    height: 216vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .visualArea .bgArea.bgPs {
    background-image: url(../img/beta-test/bg_ps_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .bgArea.bgPs {
    background-image: url(../img/beta-test/bg_ps_sp.jpg);
    padding-top: 92vw;
  }
}
.visualArea .bgArea.bgPs figure {
  position: relative;
}
@media screen and (min-width: 768px) {
  .visualArea .bgArea.bgPs figure {
    width: min(140%, 1920px);
    top: max(-4vw, -40px);
    left: calc(50% - min(70%, 960px));
  }
}
.visualArea .bgArea.bgSteam {
  background-color: #e3f3f3;
}
@media screen and (min-width: 768px) {
  .visualArea .bgArea.bgSteam {
    background-image: url(../img/beta-test/bg_steam_pc.jpg);
    background-size: min(130%, 1920px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .bgArea.bgSteam {
    background-image: url(../img/beta-test/bg_steam_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .visualArea .bgArea.bgSwitch {
    background-image: url(../img/beta-test/bg_switch_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .bgArea.bgSwitch {
    background-image: url(../img/beta-test/bg_switch_sp.jpg);
  }
}
.visualArea .bgArea.bgSwitch figure {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .visualArea .bgArea.bgSwitch figure.haru {
    width: min(56vw, 746px);
    top: max(-4vw, -55px);
    left: calc(50% - min(58vw, 780px));
  }
}
@media screen and (max-width: 767px) {
  .visualArea .bgArea.bgSwitch figure.haru {
    top: -2vw;
    left: -28%;
    width: 104%;
  }
}
@media screen and (min-width: 768px) {
  .visualArea .bgArea.bgSwitch figure.other {
    width: min(58vw, 770px);
    top: min(12vw, 160px);
    right: calc(50% - min(52vw, 700px));
  }
}
@media screen and (max-width: 767px) {
  .visualArea .bgArea.bgSwitch figure.other {
    bottom: -8vw;
    left: -5%;
    width: 118%;
  }
}
.visualArea .inner .in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: min(96%, 1320px);
    padding-top: min(26vw, 360px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .in {
    padding: 16vw 0 103.4vw;
  }
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .main {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .in .main {
    width: 80%;
    margin: 0 auto;
  }
}
.visualArea .inner .in .main h1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .main h1 {
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .in .main h1 {
    margin-bottom: 2vw;
    left: 2%;
  }
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .main .date {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .in .main .date {
    padding: 0 4vw;
  }
}
.visualArea .inner .in .main .newsBtn {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 16px;
  -webkit-box-shadow: 5px 5px 0 rgba(105, 112, 110, 0.7);
          box-shadow: 5px 5px 0 rgba(105, 112, 110, 0.7);
  padding: 5px;
  margin: 1.6em auto;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .main .newsBtn {
    width: 86%;
  }
}
.visualArea .inner .in .main .newsBtn:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .main .newsBtn.new:before {
    top: -10px;
    right: -10px;
    width: 80px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .in .main .newsBtn.new:before {
    top: -2vw;
  }
}
.visualArea .inner .in .main .newsBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a91c8;
  font-weight: 900;
  background: #fff;
  border-radius: 10px;
  padding: 0.6em;
  min-height: 3em;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 740px;
    padding: 0 min(2vw, 40px);
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 8px), linear-gradient(60deg, #7cff85, #eeff12);
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .linkBox .storeBtn {
    width: min(58%, 400px);
    margin-bottom: 20px;
  }
}
.visualArea .inner .in .linkBox .storeBtn a {
  display: block;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat left 1.5em center/1em, linear-gradient(60deg, #ff3f3a, #ffc000);
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .in .linkBox .storeBtn a img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .slideBnr {
    background: rgba(0, 0, 0, 0.5) url(../img/beta-test/bg_black-stripe.png) repeat 0 0/3%;
  }
}
.visualArea .inner .slideBnr.swiper-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .slideBnr.swiper-container {
    padding: 0 40px min(38vw, 540px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .visualArea .inner .slideBnr.swiper-container {
    padding: 0 40px min(34vw, 460px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .slideBnr.swiper-container {
    padding: 10vw 10vw 20vw;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
  }
}
@media screen and (min-width: 768px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide {
    width: min(26vw, 340px);
    margin: 0 min(1vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide:first-of-type {
    margin-left: 0;
  }
}
.visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 8px;
  padding: 5px;
}
.visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide a img {
  border-radius: 4px;
}
.visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide a.modal_img:before {
  display: none;
}
.visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide a:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide.new:before {
    top: -10px;
    right: -6px;
    width: min(6vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-wrapper .swiper-slide.new:before {
    top: -2vw;
  }
}
.visualArea .inner .slideBnr.swiper-container .swiper-scrollbar {
  position: relative;
  background: #1d4277;
  left: auto;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-scrollbar {
    display: block;
    top: min(2vw, 40px);
    width: min(40vw, 580px);
    height: min(1vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-scrollbar {
    display: none;
  }
}
.visualArea .inner .slideBnr.swiper-container .swiper-scrollbar-drag {
  background: -webkit-gradient(linear, left top, right top, from(#024fb9), to(#01c9fd));
  background: linear-gradient(90deg, #024fb9 0%, #01c9fd 100%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .visualArea .inner .slideBnr.swiper-container .swiper-scrollbar-drag {
    display: none;
  }
}
.visualArea .inner .platform {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .visualArea .inner .platform {
    width: min(42vw, 559px);
    top: min(1vw, 20px);
    right: min(1vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner .platform {
    width: 62%;
    top: 2vw;
    left: 2vw;
  }
}
.visualArea .band {
  position: relative;
}
@media screen and (min-width: 768px) {
  .visualArea .band {
    margin: max(-29vw, -410px) 0 min(12vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .band {
    margin: -10vw 0 10vw;
  }
}
.visualArea .band .bandBg {
  background: linear-gradient(30deg, rgb(125, 204, 243) 0%, rgb(0, 184, 238) 36%, rgb(0, 77, 182) 70%, rgb(24, 0, 143) 100%);
  position: relative;
  left: -10%;
  z-index: 1;
  display: block;
  width: 120%;
  overflow: hidden;
  -webkit-transform: rotate(-8.6deg);
          transform: rotate(-8.6deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .visualArea .band .bandBg {
    height: min(24vw, 340px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .band .bandBg {
    height: 90vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hant) .visualArea .band .bandBg, .zh-tw .visualArea .band .bandBg {
    height: 98vw;
  }
}
.visualArea .band .bandBg .pattern {
  mix-blend-mode: soft-light;
  -webkit-transform: rotate(8.6deg);
          transform: rotate(8.6deg);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .visualArea .band .bandBg .pattern {
    width: 100%;
    top: -100%;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .band .bandBg .pattern {
    width: 160%;
    top: -5%;
  }
}
.visualArea .band .read {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .visualArea .band .read {
    top: max(-4vw, -50px);
    left: calc(50% - min(46%, 605px));
    width: min(92%, 1210px);
  }
}
@media screen and (max-width: 767px) {
  .visualArea .band .read {
    width: 88%;
    top: -2vw;
    left: 6%;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .visualArea .band .read, :lang(fr) .visualArea .band .read, :lang(it) .visualArea .band .read, :lang(de) .visualArea .band .read, :lang(es) .visualArea .band .read, :lang(pt-BR) .visualArea .band .read, .pt-br .visualArea .band .read {
    top: max(-5.8vw, -70px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .visualArea .band .read, :lang(fr) .visualArea .band .read, :lang(it) .visualArea .band .read, :lang(de) .visualArea .band .read, :lang(es) .visualArea .band .read, :lang(pt-BR) .visualArea .band .read, .pt-br .visualArea .band .read {
    top: -4vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hant) .visualArea .band .read, .zh-tw .visualArea .band .read {
    top: 6vw;
  }
}

.contentArea {
  color: #fff;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contentArea {
    padding-top: 30vw;
    margin-top: -26vw;
  }
}
.contentArea:before {
  opacity: 0;
  background: rgba(5, 37, 0, 0.75);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: skewY(-8.6deg);
          transform: skewY(-8.6deg);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  -webkit-clip-path: none;
          clip-path: none;
}
@media screen and (min-width: 768px) {
  .contentArea:before {
    height: calc(100% + 480px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea:before {
    height: 120%;
  }
}
.contentArea.dark:before {
  opacity: 1;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
@media screen and (min-width: 768px) {
  .contentArea {
    padding-top: min(20vw, 500px);
    margin-top: max(-28vw, -500px);
  }
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container .swiper-wrapper .swiper-slide:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide:first-of-type, .contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2) {
    margin-left: 0;
  }
}
.contentArea .slideMovie.swiper-container,
.contentArea .slideTips.swiper-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container,
  .contentArea .slideTips.swiper-container {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideMovie.swiper-container,
  .contentArea .slideTips.swiper-container {
    padding: 0 4vw 14vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container .swiper-wrapper .swiper-slide,
  .contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideMovie.swiper-container .swiper-wrapper .swiper-slide,
  .contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 2vw;
  }
}
.contentArea .slideMovie.swiper-container .swiper-wrapper .swiper-slide a,
.contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.contentArea .slideMovie.swiper-container .swiper-wrapper .swiper-slide.movieIcn:after,
.contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide.movieIcn:after {
  height: 34%;
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container .swiper-wrapper .swiper-slide.new:before,
  .contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide.new:before {
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideMovie.swiper-container .swiper-wrapper .swiper-slide.new:before,
  .contentArea .slideTips.swiper-container .swiper-wrapper .swiper-slide.new:before {
    top: -2vw;
  }
}
.contentArea .slideMovie.swiper-container .swiper-scrollbar,
.contentArea .slideTips.swiper-container .swiper-scrollbar {
  display: block;
  position: relative;
  background: #1d4277;
  margin: 0 auto;
  left: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container .swiper-scrollbar,
  .contentArea .slideTips.swiper-container .swiper-scrollbar {
    top: 40px;
    width: 580px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideMovie.swiper-container .swiper-scrollbar,
  .contentArea .slideTips.swiper-container .swiper-scrollbar {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideMovie.swiper-container .swiper-scrollbar,
  .contentArea .slideTips.swiper-container .swiper-scrollbar {
    width: 60%;
    height: 2.6vw;
    bottom: -8vw;
  }
}
.contentArea .slideMovie.swiper-container .swiper-scrollbar-drag,
.contentArea .slideTips.swiper-container .swiper-scrollbar-drag {
  background: -webkit-gradient(linear, left top, right top, from(#024fb9), to(#01c9fd));
  background: linear-gradient(90deg, #024fb9 0%, #01c9fd 100%);
  cursor: pointer;
}
.contentArea .slideMovie.swiper-container .swiper-button-prev,
.contentArea .slideMovie.swiper-container .swiper-button-next,
.contentArea .slideTips.swiper-container .swiper-button-prev,
.contentArea .slideTips.swiper-container .swiper-button-next {
  display: block;
  top: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container .swiper-button-prev,
  .contentArea .slideMovie.swiper-container .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-button-next {
    width: 41px;
    height: 42px;
    bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideMovie.swiper-container .swiper-button-prev,
  .contentArea .slideMovie.swiper-container .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-button-next {
    width: 31px;
    height: 32px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideMovie.swiper-container .swiper-button-prev,
  .contentArea .slideMovie.swiper-container .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-button-next {
    width: 8vw;
    height: 8vw;
    bottom: 3.4vw;
  }
}
.contentArea .slideMovie.swiper-container .swiper-button-prev:after,
.contentArea .slideMovie.swiper-container .swiper-button-next:after,
.contentArea .slideTips.swiper-container .swiper-button-prev:after,
.contentArea .slideTips.swiper-container .swiper-button-next:after {
  display: none;
}
.contentArea .slideMovie.swiper-container .swiper-button-prev,
.contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-next,
.contentArea .slideTips.swiper-container .swiper-button-prev,
.contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-next {
  background: url(../img/shared/bg_slide_arrow_l.png) no-repeat 0 0/auto 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container .swiper-button-prev,
  .contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 350px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideMovie.swiper-container .swiper-button-prev,
  .contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideMovie.swiper-container .swiper-button-prev,
  .contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-next {
    left: 12%;
  }
}
.contentArea .slideMovie.swiper-container .swiper-button-next,
.contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-prev,
.contentArea .slideTips.swiper-container .swiper-button-next,
.contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-prev {
  background: url(../img/shared/bg_slide_arrow_r.png) no-repeat 0 0/auto 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .slideMovie.swiper-container .swiper-button-next,
  .contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 350px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideMovie.swiper-container .swiper-button-next,
  .contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideMovie.swiper-container .swiper-button-next,
  .contentArea .slideMovie.swiper-container .swiper-container-rtl .swiper-button-prev,
  .contentArea .slideTips.swiper-container .swiper-button-next,
  .contentArea .slideTips.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 12%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
    width: 80%;
    margin: 0 auto 16vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .linkList:first-of-type {
    display: none;
  }
}
.contentArea .movie {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .movie {
    z-index: 0;
    margin-bottom: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .movie h2 {
    width: min(96%, 1260px);
    height: min(9vw, 113px);
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .movie h2 {
    height: 12vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea .movie h2 {
    height: min(10vw, 133px);
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .contentArea .movie h2 {
    height: 14vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(es) .contentArea .movie h2, :lang(pt-BR) .contentArea .movie h2, .pt-br .contentArea .movie h2 {
    height: min(10vw, 134px);
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .contentArea .movie h2, :lang(pt-BR) .contentArea .movie h2, .pt-br .contentArea .movie h2 {
    height: 14vw;
  }
}
.contentArea .movie h2 img {
  width: auto;
  height: 100%;
}
.contentArea .movie .swiper-container .swiper-wrapper .swiper-slide {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .contentArea .movie .swiper-container .swiper-wrapper .swiper-slide {
    width: clamp(400px, 40%, 500px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .movie .swiper-container .swiper-wrapper .swiper-slide {
    width: 74%;
  }
}
.contentArea .movie .swiper-container .swiper-wrapper .swiper-slide:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.contentArea .mode {
  position: relative;
  background: url(../img/beta-test/bg_black-stripe.png) repeat 0 0;
}
@media screen and (min-width: 768px) {
  .contentArea .mode {
    padding: min(8vw, 80px) 0;
    margin-bottom: min(10vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode {
    padding: 12vw 0;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main {
    margin-bottom: min(8vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main .read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
    width: min(96%, 1260px);
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .read {
    padding: 0 4vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main .read h2 {
    height: min(8.2vw, 102px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .read h2 {
    height: 14vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea .mode#vs .main .read h2 {
    height: min(8.3vw, 111px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea .mode#vs .main .read h2 {
    height: 18vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea .mode#vs .main .read h2 {
    height: min(8.1vw, 108px);
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .contentArea .mode#vs .main .read h2 {
    height: 20vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(it) .contentArea .mode#vs .main .read h2 {
    height: min(8vw, 107px);
  }
}
@media screen and (max-width: 767px) {
  :lang(it) .contentArea .mode#vs .main .read h2 {
    height: 22vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(de) .contentArea .mode#vs .main .read h2 {
    height: min(5.7vw, 76px);
  }
}
@media screen and (max-width: 767px) {
  :lang(de) .contentArea .mode#vs .main .read h2 {
    height: 13vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(es) .contentArea .mode#vs .main .read h2 {
    height: min(7.9vw, 105px);
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .contentArea .mode#vs .main .read h2 {
    height: 20vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(pt-BR) .contentArea .mode#vs .main .read h2, .pt-br .contentArea .mode#vs .main .read h2 {
    height: min(9.6vw, 128px);
  }
}
@media screen and (max-width: 767px) {
  :lang(pt-BR) .contentArea .mode#vs .main .read h2, .pt-br .contentArea .mode#vs .main .read h2 {
    height: 24vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea .mode#vs .main .read h2, .zh-tw .contentArea .mode#vs .main .read h2 {
    height: min(8.6vw, 115px);
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hans) .contentArea .mode#vs .main .read h2, .zh-cn .contentArea .mode#vs .main .read h2 {
    height: min(8.6vw, 114px);
  }
}
.contentArea .mode#vs .main .read h2 img {
  width: auto;
  height: 100%;
}
.contentArea .mode#vs .main .read p {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main .read p {
    text-align: left;
    font-size: clamp(18px, 2.4vw, 32px);
  }
}
.contentArea .mode#vs .main .read p em {
  color: #e9ff0c;
  font-weight: 900;
}
.contentArea .mode#vs .main .slideImg {
  position: relative;
}
.contentArea .mode#vs .main .slideImg .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main .slideImg .inner {
    gap: 0 10px;
    height: min(26vw, 364px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .slideImg .inner {
    gap: 0 2vw;
    height: 40vw;
    margin-bottom: 2vw;
  }
}
.contentArea .mode#vs .main .slideImg .inner ul {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 10000%;
  min-width: 50%;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main .slideImg .inner ul {
    -webkit-animation: 100s linear infinite;
            animation: 100s linear infinite;
    gap: 0 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .slideImg .inner ul {
    gap: 0 2vw;
    padding-right: 2vw;
  }
}
.contentArea .mode#vs .main .slideImg .inner ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.contentArea .mode#vs .main .slideImg .inner ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
@-webkit-keyframes slideStart {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.99999% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideStart {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.99999% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideEnd {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideEnd {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.contentArea .mode#vs .main .slideImg .inner ul li {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main .slideImg .inner ul li {
    height: min(26vw, 364px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .slideImg .inner ul li {
    height: 40vw;
  }
}
.contentArea .mode#vs .main .slideImg .inner ul li img,
.contentArea .mode#vs .main .slideImg .inner ul li video {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .slideImg .inner.slideSpA ul {
    -webkit-animation: 100s linear infinite;
            animation: 100s linear infinite;
  }
}
.contentArea .mode#vs .main .slideImg .inner.slideSpA ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.contentArea .mode#vs .main .slideImg .inner.slideSpA ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .slideImg .inner.slideSpB ul {
    -webkit-animation: 74.8s linear infinite;
            animation: 74.8s linear infinite;
  }
}
.contentArea .mode#vs .main .slideImg .inner.slideSpB ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.contentArea .mode#vs .main .slideImg .inner.slideSpB ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .slideImg .inner.slideSpC ul {
    -webkit-animation: 50s linear infinite;
            animation: 50s linear infinite;
  }
}
.contentArea .mode#vs .main .slideImg .inner.slideSpC ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.contentArea .mode#vs .main .slideImg .inner.slideSpC ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
.contentArea .mode#vs .main .slideImg p {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs .main .slideImg p {
    top: min(15vw, 220px);
    left: calc(50% - min(48%, 597px));
    width: min(96%, 1194px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs .main .slideImg p {
    top: 66vw;
    left: 5%;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea .mode#vs .main .slideImg p, :lang(fr) .contentArea .mode#vs .main .slideImg p, :lang(it) .contentArea .mode#vs .main .slideImg p, :lang(de) .contentArea .mode#vs .main .slideImg p, :lang(es) .contentArea .mode#vs .main .slideImg p, :lang(pt-BR) .contentArea .mode#vs .main .slideImg p, .pt-br .contentArea .mode#vs .main .slideImg p {
    left: calc(50% - min(44.5%, 587px));
    width: min(89%, 1174px);
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea .mode#vs .main .slideImg p, .zh-tw .contentArea .mode#vs .main .slideImg p, :lang(zh-cmn-Hans) .contentArea .mode#vs .main .slideImg p, .zh-cn .contentArea .mode#vs .main .slideImg p {
    left: calc(50% - min(35.5%, 464px));
    width: min(71%, 928px);
  }
}
.contentArea .mode#vs #tips {
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips {
    padding-top: 20px;
    margin-bottom: min(4vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips {
    position: relative;
    z-index: 0;
    padding-top: 2vw;
    margin-bottom: 10vw;
  }
}
.contentArea .mode#vs #tips > h3 {
  margin-bottom: 2.6em;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips > h3 {
    height: min(3.1vw, 41px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips > h3 {
    height: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  :not(:lang(ja)) .contentArea .mode#vs #tips > h3 {
    height: 5.4vw;
  }
}
.contentArea .mode#vs #tips > h3 span img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips .swiper-container {
    height: 500px;
    padding-bottom: 74px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .mode#vs #tips .swiper-container {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips .swiper-container {
    height: 98vw;
    padding-bottom: 17vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips .swiper-container .swiper-wrapper {
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips .swiper-container .swiper-wrapper {
    gap: 4vw 0;
  }
}
.contentArea .mode#vs #tips .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips .swiper-container .swiper-wrapper .swiper-slide {
    width: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .mode#vs #tips .swiper-container .swiper-wrapper .swiper-slide {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips .swiper-container .swiper-wrapper .swiper-slide {
    width: 40vw;
  }
}
.contentArea .mode#vs #tips .swiper-container .swiper-wrapper .swiper-slide .inner {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 5px;
}
.contentArea .mode#vs #tips .swiper-container .swiper-wrapper .swiper-slide .inner:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: min(96%, 1260px);
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips > ul {
    width: 80%;
    margin: 0 auto 12vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips > ul > li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips > ul > li {
    margin-bottom: 10vw;
  }
}
.contentArea .mode#vs #tips > ul > li h3 {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips > ul > li h3 {
    height: min(8.7vw, 87px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.contentArea .mode#vs #tips > ul > li h3 span {
  display: block;
}
.contentArea .mode#vs #tips > ul > li h3 span img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: min(3.2vw, 42px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: min(8.7vw, 87px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: 11.4vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(it) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(de) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(es) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: min(3.1vw, 41px);
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(it) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(de) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(es) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: 5.4vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(pt-BR) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, .pt-br .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: min(3.3vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  :lang(pt-BR) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, .pt-br .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: 5.4vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, .zh-tw .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(zh-cmn-Hans) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, .zh-cn .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: min(3.3vw, 43px);
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hant) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, .zh-tw .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, :lang(zh-cmn-Hans) .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span, .zh-cn .contentArea .mode#vs #tips > ul > li:nth-of-type(1) h3 span {
    height: 5.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: min(6.1vw, 83px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: 16vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(fr) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(it) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(es) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: min(6.3vw, 84px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(fr) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(it) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(es) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: 11.4vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(de) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: min(5.9vw, 79px);
  }
}
@media screen and (max-width: 767px) {
  :lang(de) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: 10.7vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(pt-BR) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, .pt-br .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: min(5.9vw, 79px);
  }
}
@media screen and (max-width: 767px) {
  :lang(pt-BR) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, .pt-br .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: 10.7vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, .zh-tw .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(zh-cmn-Hans) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, .zh-cn .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: min(3.2vw, 42px);
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hant) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, .zh-tw .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, :lang(zh-cmn-Hans) .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span, .zh-cn .contentArea .mode#vs #tips > ul > li:nth-of-type(2) h3 span {
    height: 5.4vw;
  }
}
.contentArea .mode#vs #tips > ul > li figure,
.contentArea .mode#vs #tips > ul > li .slider {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 3em;
}
.contentArea .mode#vs #tips > ul > li figure:hover,
.contentArea .mode#vs #tips > ul > li .slider:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.contentArea .mode#vs #tips > ul > li .slider .slick-arrow {
  display: none !important;
}
.contentArea .mode#vs #tips > ul > li .slider .slick-dots {
  bottom: -2em;
}
.contentArea .mode#vs #tips > ul > li .slider .slick-dots li {
  width: 1em;
  height: 1em;
}
.contentArea .mode#vs #tips > ul > li .slider .slick-dots li button {
  background: #ada07a;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}
.contentArea .mode#vs #tips > ul > li .slider .slick-dots li button:before {
  display: none;
}
.contentArea .mode#vs #tips > ul > li .slider .slick-dots li.slick-active button {
  background: #ffe900;
}
.contentArea .mode#vs #tips > ul > li a img {
  border-radius: 6px;
  border: solid 2px #000;
}
.contentArea .mode#vs #tips > ul > li a.modal_img:before {
  bottom: 3px;
  right: 3px;
}
.contentArea .mode#vs #tips > ul > li p {
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #tips > ul > li p {
    font-size: clamp(16px, 1.8vw, 20px);
  }
}
.contentArea .mode#vs #tips > ul > li p em {
  color: #eeff12;
  font-weight: 700;
}
.contentArea .mode#vs #players {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players {
    height: 110vw;
    max-height: 1300px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .contentArea .mode#vs #players {
    height: 120vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players {
    height: 420vw;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  :not(:lang(ja)):not(.zh-tw):not(:lang(zh-cmn-Hant)):not(.zh-cn):not(:lang(zh-cmn-Hans)) .contentArea .mode#vs #players {
    height: 120vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  :not(:lang(ja)):not(.zh-tw):not(:lang(zh-cmn-Hant)):not(.zh-cn):not(:lang(zh-cmn-Hans)) .contentArea .mode#vs #players {
    height: 130vw;
  }
}
.contentArea .mode#vs #players .inner {
  background-color: #1d1e0b;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner {
    background-image: url(../img/beta-test/bg_player_pc.jpg);
    -webkit-clip-path: ellipse(120% 50% at 50% 50%);
            clip-path: ellipse(120% 50% at 50% 50%);
    padding: 80px 0 min(20vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner {
    background-image: url(../img/beta-test/bg_player_sp.jpg);
    -webkit-clip-path: ellipse(200% 50% at 50% 50%);
            clip-path: ellipse(200% 50% at 50% 50%);
    padding: 8vw 0 20vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner h2 {
    height: min(8.3vw, 111px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner h2 {
    height: 16vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea .mode#vs #players .inner h2, :lang(de) .contentArea .mode#vs #players .inner h2 :lang(pt-BR) .contentArea .mode#vs #players .inner h2, .pt-br .contentArea .mode#vs #players .inner h2 {
    height: min(7.4vw, 99px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea .mode#vs #players .inner h2, :lang(de) .contentArea .mode#vs #players .inner h2 :lang(pt-BR) .contentArea .mode#vs #players .inner h2, .pt-br .contentArea .mode#vs #players .inner h2 {
    height: 14vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea .mode#vs #players .inner h2, .zh-tw .contentArea .mode#vs #players .inner h2, :lang(zh-cmn-Hans) .contentArea .mode#vs #players .inner h2, .zh-cn .contentArea .mode#vs #players .inner h2 {
    height: min(7.4vw, 99px);
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea .mode#vs #players .inner h2 {
    height: min(7.3vw, 97px);
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .contentArea .mode#vs #players .inner h2 {
    height: 14vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(it) .contentArea .mode#vs #players .inner h2, :lang(es) .contentArea .mode#vs #players .inner h2 {
    height: min(7.4vw, 98px);
  }
}
@media screen and (max-width: 767px) {
  :lang(it) .contentArea .mode#vs #players .inner h2, :lang(es) .contentArea .mode#vs #players .inner h2 {
    height: 14vw;
  }
}
.contentArea .mode#vs #players .inner h2 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner h2.new:before {
    top: -30px;
    right: calc(50% - 170px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner h2.new:before {
    top: -2vw;
  }
}
.contentArea .mode#vs #players .inner .txt {
  font-weight: 900;
  text-shadow: 0 0 6px #000;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .txt {
    font-size: clamp(20px, 2vw, 26px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .txt {
    font-size: 4vw;
    padding: 0 4vw;
    margin-bottom: 40px;
  }
}
.contentArea .mode#vs #players .inner .box {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(96%, 1220px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box {
    width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-btn {
    width: 23%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .mode#vs #players .inner .box .slider-btn {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-btn {
    padding: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 29vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: 0.8em, 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide {
    font-size: clamp(14px, 1.4vw, 18px);
    text-align: left;
    background-image: url(../img/shared/bg_arrow_yellow.svg), -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
    background-image: url(../img/shared/bg_arrow_yellow.svg), linear-gradient(90deg, #7cff85, #eaff00);
    background-position: right 0.8em center, 0 0;
    border-radius: 0 20px 20px 0;
    gap: 0 0.6em;
    width: 94% !important;
    padding: 1.2em;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide {
    padding: 1.2em 0.6em;
    gap: 0 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide {
    font-size: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 1.3;
    background-image: url(../img/shared/bg_arrow_yellow.svg), -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
    background-image: url(../img/shared/bg_arrow_yellow.svg), linear-gradient(90deg, #7cff85, #eaff00);
    background-position: center bottom 0.4em, 0 0;
    border-radius: 20px 20px 0 0;
    padding: 0 0.2em 1.8em;
    width: 24% !important;
    height: 24vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  color: #deff0e;
  background-image: url(../img/shared/bg_arrow_yellow.svg), -webkit-gradient(linear, left top, right top, color-stop(50%, #004db6), to(#00ccff));
  background-image: url(../img/shared/bg_arrow_yellow.svg), linear-gradient(90deg, #004db6 50%, #00ccff);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    height: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
    top: 6vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide:before {
    width: min(5vw, 72px);
    height: min(5vw, 72px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide:before {
    position: absolute;
    top: 1vw;
    width: 10vw;
    height: 10vw;
    margin: -4vw auto 0;
  }
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide:nth-child(1):before {
  background-image: url(../img/beta-test/icn_team_inazuma-all-stars.png);
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide:nth-child(2):before {
  background-image: url(../img/beta-test/icn_team_national-champs.png);
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide:nth-child(3):before {
  background-image: url(../img/beta-test/icn_team_alius-masters.png);
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide:nth-child(4):before {
  background-image: url(../img/beta-test/icn_team_additional-player.png);
}
.contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide .newIcn {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide .newIcn {
    top: -10px;
    right: -10px;
    width: min(8vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-btn .swiper-wrapper .swiper-slide .newIcn {
    display: none;
    width: 14vw;
    bottom: 10vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team {
    width: 74%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .mode#vs #players .inner .box .slider-team {
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team:before {
    display: block;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper {
    margin-bottom: 12vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 {
  background: url(../img/beta-test/bg_black-stripe.png) repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 {
    margin-bottom: 8vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:before, .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:after {
  content: "";
  display: block;
  width: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#7cff85), to(#eaff00));
  background: linear-gradient(0deg, #7cff85, #eaff00);
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:before, .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:after {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:before, .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:after {
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:before, .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3:after {
    height: 16vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span {
    padding: 1vw 0;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span:before {
    width: 98px;
    height: 98px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span:before {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span:before {
    width: 14vw;
    height: 14vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span img {
    height: min(4vw, 51px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide h3 span img {
    height: 6.8vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide#teamA h3 span:before {
  background-image: url(../img/beta-test/icn_team_inazuma-all-stars.png);
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide#teamB h3 span:before {
  background-image: url(../img/beta-test/icn_team_national-champs.png);
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide#teamC h3 span:before {
  background-image: url(../img/beta-test/icn_team_alius-masters.png);
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide#teamD h3 span:before {
  background-image: url(../img/beta-test/icn_team_additional-player.png);
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul {
    gap: 1em 2%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul {
    gap: 1em 3%;
    padding: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul li {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul li {
    width: 31.3%;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul li p:not(:lang(ja)) {
  font-weight: 700;
  line-height: 1.2;
  word-wrap: break-word;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul li p:not(:lang(ja)) {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #players .inner .box .slider-team .swiper-wrapper .swiper-slide ul li p:not(:lang(ja)) {
    font-size: 4vw;
  }
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-prev,
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #000;
  font-weight: 700;
  line-height: 1;
  background: #ffe900;
  border-radius: 100px;
  left: auto;
  right: auto;
  width: auto;
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-prev:before, .contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-prev:after,
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-next:before,
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-prev {
  padding: 0.4em 2em 0.5em 1em;
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-prev:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-prev:after {
  display: none;
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-next {
  padding: 0.4em 1em 0.5em 2em;
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-next:before {
  display: none;
}
.contentArea .mode#vs #players .inner .box .slider-team .arrow .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contentArea .mode#vs #gallery {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(96%, 1260px);
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #gallery {
    width: 80%;
    padding-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #gallery dl {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #gallery dl dt {
    width: min(94%, 565px);
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #gallery dl dt {
    margin-bottom: 4vw;
  }
}
.contentArea .mode#vs #gallery dl dd {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #gallery dl dd {
    font-size: clamp(20px, 2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .mode#vs #gallery dl dd {
    margin-bottom: 4vw;
  }
}
.contentArea .mode#vs #gallery dl dd em {
  color: #e9ff0c;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #gallery dl dd em {
    font-size: clamp(30px, 2.6vw, 36px);
  }
}
.contentArea .mode#vs #gallery dl dd em span {
  position: relative;
  top: 0.1em;
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #gallery dl dd em span {
    font-size: clamp(40px, 3.4vw, 46px);
  }
}
.contentArea .mode#vs #gallery figure {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 10px;
  padding: 5px;
}
.contentArea .mode#vs #gallery figure:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .contentArea .mode#vs #gallery figure {
    width: 48%;
  }
}
.contentArea .mode#vs #gallery figure a img {
  border-radius: 6px;
  border: solid 2px #000;
}
.contentArea .mode#vs #gallery figure a.modal_img:before {
  bottom: 3px;
  right: 3px;
}
.contentArea #story .mode {
  position: relative;
}
.contentArea #story .mode .read {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .read {
    text-align: left;
    top: min(0.4vw, 8px);
    width: min(96%, 1260px);
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode .read {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .read h2 {
    width: min(55vw, 725px);
    height: min(7.7vw, 102px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode .read h2 {
    height: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .read h2.new:before {
    top: -44px;
    right: -6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #story .mode .read h2.new:before {
    width: 80px;
    top: -36px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode .read h2.new:before {
    top: -8vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea #story .mode .read h2, :lang(fr) .contentArea #story .mode .read h2, :lang(es) .contentArea #story .mode .read h2 {
    height: min(7.5vw, 100px);
  }
}
@media screen and (min-width: 768px) {
  :lang(it) .contentArea #story .mode .read h2, :lang(de) .contentArea #story .mode .read h2, .pt-br .contentArea #story .mode .read h2, :lang(zh-cmn-Hant) .contentArea #story .mode .read h2 {
    height: min(7.6vw, 101px);
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea #story .mode .read h2, .zh-tw .contentArea #story .mode .read h2, :lang(zh-cmn-Hans) .contentArea #story .mode .read h2, .zh-cn .contentArea #story .mode .read h2 {
    width: min(32vw, 422px);
    height: min(8.6vw, 114px);
  }
}
.contentArea #story .mode .read h2 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode .in {
    margin-bottom: 18vw;
  }
}
.contentArea #story .mode .in dl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .in dl {
    width: min(40%, 700px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode .in dl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .in dl dt {
    width: min(90%, 397px);
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode .in dl dt {
    width: 60%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea #story .mode .in dl dt {
    width: min(90%, 392px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea #story .mode .in dl dt {
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea #story .mode .in dl dt {
    width: min(90%, 395px);
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .contentArea #story .mode .in dl dt {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  :lang(it) .contentArea #story .mode .in dl dt {
    width: min(90%, 389px);
  }
}
@media screen and (max-width: 767px) {
  :lang(it) .contentArea #story .mode .in dl dt {
    width: 63%;
  }
}
@media screen and (min-width: 768px) {
  :lang(de) .contentArea #story .mode .in dl dt {
    width: min(90%, 386px);
  }
}
@media screen and (max-width: 767px) {
  :lang(de) .contentArea #story .mode .in dl dt {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  :lang(es) .contentArea #story .mode .in dl dt {
    width: min(90%, 392px);
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .contentArea #story .mode .in dl dt {
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea #story .mode .in dl dt, .zh-tw .contentArea #story .mode .in dl dt {
    width: min(90%, 395px);
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hant) .contentArea #story .mode .in dl dt, .zh-tw .contentArea #story .mode .in dl dt {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hans) .contentArea #story .mode .in dl dt, .zh-cn .contentArea #story .mode .in dl dt {
    width: min(90%, 395px);
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hans) .contentArea #story .mode .in dl dt, .zh-cn .contentArea #story .mode .in dl dt {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  :lang(pt-BR) .contentArea #story .mode .in dl dt, .pt-br .contentArea #story .mode .in dl dt {
    width: min(90%, 386px);
  }
}
@media screen and (max-width: 767px) {
  :lang(pt-BR) .contentArea #story .mode .in dl dt, .pt-br .contentArea #story .mode .in dl dt {
    width: 62%;
  }
}
.contentArea #story .mode .in dl dd {
  font-weight: 900;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .in dl dd {
    font-size: clamp(16px, 1.8vw, 24px);
    width: min(90%, 620px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode .in dl dd {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  :lang(en) .contentArea #story .mode .in dl dd, :lang(fr) .contentArea #story .mode .in dl dd, :lang(it) .contentArea #story .mode .in dl dd, :lang(de) .contentArea #story .mode .in dl dd, :lang(es) .contentArea #story .mode .in dl dd, :lang(pt-BR) .contentArea #story .mode .in dl dd, .pt-br .contentArea #story .mode .in dl dd {
    font-size: 2vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .in dl dd span {
    font-size: 16px;
  }
}
.contentArea #story .mode .in .imgBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode .in .imgBox {
    width: min(60%, 800px);
  }
}
.contentArea #story .mode .in .imgBox .slider .slick-arrow {
  display: none !important;
}
.contentArea #story .mode .in .imgBox .slider .slick-dots {
  bottom: -2em;
}
.contentArea #story .mode .in .imgBox .slider .slick-dots li {
  width: 1em;
  height: 1em;
}
.contentArea #story .mode .in .imgBox .slider .slick-dots li button {
  background: #ada07a;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}
.contentArea #story .mode .in .imgBox .slider .slick-dots li button:before {
  display: none;
}
.contentArea #story .mode .in .imgBox .slider .slick-dots li.slick-active button {
  background: #ffe900;
}
.contentArea #story .mode #character {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character {
    height: 160vw;
    max-height: 2000px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .contentArea #story .mode #character {
    height: 170vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character {
    height: 424vw;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  :not(:lang(ja)) .contentArea #story .mode #character {
    height: 152vw;
    max-height: 1900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  :not(:lang(ja)) .contentArea #story .mode #character {
    height: 156vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  :not(:lang(ja)) .contentArea #story .mode #character {
    height: 164vw;
  }
}
@media screen and (max-width: 767px) {
  :not(:lang(ja)) .contentArea #story .mode #character {
    height: 392vw;
  }
}
.contentArea #story .mode #character .inner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner {
    background-image: url(../img/beta-test/bg_story-chara_pc.jpg);
    -webkit-clip-path: ellipse(120% 50% at 50% 50%);
            clip-path: ellipse(120% 50% at 50% 50%);
    padding: 80px 0 min(20vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner {
    background-image: url(../img/beta-test/bg_story-chara_sp.jpg);
    -webkit-clip-path: ellipse(200% 50% at 50% 50%);
            clip-path: ellipse(200% 50% at 50% 50%);
    padding: 8vw 0 20vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner h2 {
    width: min(25vw, 325px);
    height: min(6.1vw, 81px);
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner h2 {
    width: 64vw;
    height: 11vw;
    margin: 0 auto 2vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea #story .mode #character .inner h2 {
    width: min(44vw, 592px);
    height: min(4.6vw, 61px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea #story .mode #character .inner h2 {
    width: 88vw;
    height: 9vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea #story .mode #character .inner h2 {
    width: min(34vw, 448px);
    height: min(5.2vw, 69px);
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .contentArea #story .mode #character .inner h2 {
    width: 78vw;
    height: 9vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(it) .contentArea #story .mode #character .inner h2 {
    width: min(29vw, 385px);
    height: min(5.2vw, 69px);
  }
}
@media screen and (max-width: 767px) {
  :lang(it) .contentArea #story .mode #character .inner h2 {
    width: 70vw;
    height: 9vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(de) .contentArea #story .mode #character .inner h2 {
    width: min(40vw, 524px);
    height: min(4.6vw, 61px);
  }
}
@media screen and (max-width: 767px) {
  :lang(de) .contentArea #story .mode #character .inner h2 {
    width: 82vw;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(es) .contentArea #story .mode #character .inner h2 {
    width: min(29vw, 386px);
    height: min(5.2vw, 69px);
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .contentArea #story .mode #character .inner h2 {
    width: 70vw;
    height: 9vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea #story .mode #character .inner h2, .zh-tw .contentArea #story .mode #character .inner h2 {
    width: min(20vw, 262px);
    height: min(5.2vw, 69px);
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hans) .contentArea #story .mode #character .inner h2, .zh-cn .contentArea #story .mode #character .inner h2 {
    width: min(20vw, 262px);
    height: min(5.3vw, 70px);
  }
}
@media screen and (min-width: 768px) {
  :lang(pt-BR) .contentArea #story .mode #character .inner h2, .pt-br .contentArea #story .mode #character .inner h2 {
    width: min(44vw, 448px);
    height: min(5.2vw, 69px);
  }
}
@media screen and (max-width: 767px) {
  :lang(pt-BR) .contentArea #story .mode #character .inner h2, .pt-br .contentArea #story .mode #character .inner h2 {
    width: 84vw;
    height: 10vw;
  }
}
.contentArea #story .mode #character .inner h2 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner h2.new:before {
    top: -44px;
    right: -6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #story .mode #character .inner h2.new:before {
    width: 80px;
    top: -36px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner h2.new:before {
    top: -6vw;
    right: 10vw;
  }
}
.contentArea #story .mode #character .inner .txt {
  color: #000;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .txt {
    font-size: clamp(20px, 2vw, 26px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .txt {
    font-size: 4vw;
    padding: 0 4vw;
    margin-bottom: 40px;
  }
}
.contentArea #story .mode #character .inner .box {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(96%, 1220px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box {
    width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara {
    width: 23%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara {
    padding: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 25vw;
  }
}
.contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: 0.8em, 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide {
    font-size: clamp(14px, 1.4vw, 18px);
    text-align: left;
    background-image: url(../img/shared/bg_arrow_yellow.svg), -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
    background-image: url(../img/shared/bg_arrow_yellow.svg), linear-gradient(90deg, #7cff85, #eaff00);
    background-position: right 0.8em center, 0 0;
    border-radius: 0 20px 20px 0;
    gap: 0 0.6em;
    width: 94% !important;
    padding: 1.2em;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide {
    padding: 1.2em 0.6em;
    gap: 0 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 1.3;
    background-image: url(../img/shared/bg_arrow_yellow.svg), -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
    background-image: url(../img/shared/bg_arrow_yellow.svg), linear-gradient(90deg, #7cff85, #eaff00);
    background-position: center bottom 0.4em, 0 0;
    border-radius: 20px 20px 0 0;
    padding: 0 0.2em 1.8em;
    width: 32% !important;
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  :not(:lang(ja)):not(.zh-tw):not(:lang(zh-cmn-Hant)):not(.zh-cn):not(:lang(zh-cmn-Hans)) .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide {
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide {
    height: 27vw !important;
  }
}
.contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  color: #deff0e;
  background-image: url(../img/shared/bg_arrow_yellow.svg), -webkit-gradient(linear, left top, right top, color-stop(50%, #004db6), to(#00ccff));
  background-image: url(../img/shared/bg_arrow_yellow.svg), linear-gradient(90deg, #004db6 50%, #00ccff);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
    top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  :not(:lang(ja)):not(.zh-tw):not(:lang(zh-cmn-Hant)):not(.zh-cn):not(:lang(zh-cmn-Hans)) .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    height: 32vw !important;
  }
}
.contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide:before {
    width: min(5vw, 72px);
    height: min(5vw, 72px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide:before {
    position: absolute;
    top: 1vw;
    width: 10vw;
    height: 10vw;
    margin: -4vw auto 0;
  }
}
.contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide:nth-child(1):before {
  background-image: url(../img/beta-test/icn_team_nagumohara.png);
}
.contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide:nth-child(2):before {
  background-image: url(../img/beta-test/icn_team_raimon.png);
}
.contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide:nth-child(3):before {
  background-image: url(../img/beta-test/icn_team_hokuyo.png);
}
.contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide .newIcn {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide .newIcn {
    top: -10px;
    right: -10px;
    width: min(8vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-btn-chara .swiper-wrapper .swiper-slide .newIcn {
    display: none;
    width: 14vw;
    bottom: 10vw;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara {
    width: 74%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara {
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara:before {
    display: block;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(1, 201, 253, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(1, 201, 253, 0.5) 100%);
    width: 100%;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper {
    margin-bottom: 12vw;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 {
  background: url(../img/beta-test/bg_black-stripe.png) repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:before, .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:after {
  content: "";
  display: block;
  width: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#7cff85), to(#eaff00));
  background: linear-gradient(0deg, #7cff85, #eaff00);
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:before, .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:after {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:before, .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:after {
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:before, .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3:after {
    height: 16vw;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span {
    padding: 1vw 0;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span:before {
    width: 98px;
    height: 98px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span:before {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span:before {
    width: 14vw;
    height: 14vw;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
    height: min(4.1vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(fr) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(it) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(de) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(pt-BR) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, .pt-br .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
    height: min(4.2vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(fr) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(it) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(de) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(pt-BR) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, .pt-br .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
    height: 7vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(es) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
    height: min(3.9vw, 51px);
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
    height: 7vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, .zh-tw .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, :lang(zh-cmn-Hans) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img, .zh-cn .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide h3 span img {
    height: min(4.3vw, 57px);
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA h3 span:before {
  background-image: url(../img/beta-test/icn_team_nagumohara.png);
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul {
    left: 2%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul li {
    margin-left: -15%;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul li:nth-of-type(5), .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul li:nth-of-type(6) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul li:nth-of-type(5), .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul li:nth-of-type(6) {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul li:nth-of-type(5), .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamA ul li:nth-of-type(6) {
    top: -10vw;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB h3 span:before {
  background-image: url(../img/beta-test/icn_team_raimon.png);
}
@media screen and (min-width: 768px) {
  :lang(pt-BR) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB h3 span img, .pt-br .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB h3 span img {
    height: min(3.9vw, 51px);
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB h3 span img, .zh-tw .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB h3 span img, :lang(zh-cmn-Hans) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB h3 span img, .zh-cn .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB h3 span img {
    height: min(4.3vw, 55px);
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB ul {
    left: 2%;
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB ul {
    margin-top: -8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamB ul li {
    margin-left: -10%;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC h3 span:before {
  background-image: url(../img/beta-test/icn_team_hokuyo.png);
}
@media screen and (min-width: 768px) {
  :lang(es) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC h3 span img, :lang(zh-cmn-Hant) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC h3 span img, .zh-tw .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC h3 span img, :lang(zh-cmn-Hans) .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC h3 span img, .zh-cn .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC h3 span img {
    height: min(4.2vw, 56px);
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC ul {
    left: 2%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide#teamC ul li {
    margin-left: -10%;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li {
    width: min(39%, 345px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li {
    width: 50%;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li:nth-of-type(4) {
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li figure {
    margin-bottom: 10px;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li p:lang(ja) {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li p:lang(ja) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li p:lang(ja) {
    width: 80%;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li p:not(:lang(ja)) {
  font-weight: 700;
  text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
  line-height: 1.2;
  word-wrap: break-word;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li p:not(:lang(ja)) {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li p:not(:lang(ja)) {
    padding: 0 7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #story .mode #character .inner .box .slider-team-chara .swiper-wrapper .swiper-slide ul li p:not(:lang(ja)) {
    font-size: 4vw;
  }
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-prev,
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #000;
  font-weight: 700;
  line-height: 1;
  background: #ffe900;
  border-radius: 100px;
  left: auto;
  right: auto;
  width: auto;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-prev:before, .contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-prev:after,
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-next:before,
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-prev {
  padding: 0.4em 2em 0.5em 1em;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-prev:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-prev:after {
  display: none;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-next {
  padding: 0.4em 1em 0.5em 2em;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-next:before {
  display: none;
}
.contentArea #story .mode #character .inner .box .slider-team-chara .arrow .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contentArea #forcusBattle {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(96%, 1260px);
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forcusBattle {
    width: 80%;
    padding-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle dl {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle dl dt {
    width: min(94%, 565px);
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forcusBattle dl dt {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle dl dt.new:before {
    top: -24px;
    right: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #forcusBattle dl dt.new:before {
    width: 80px;
    top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forcusBattle dl dt.new:before {
    top: -2vw;
  }
}
.contentArea #forcusBattle dl dd {
  font-weight: 900;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle dl dd {
    font-size: clamp(20px, 2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forcusBattle dl dd {
    margin-bottom: 4vw;
  }
}
.contentArea #forcusBattle dl dd em {
  color: #e9ff0c;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle dl dd em {
    font-size: clamp(30px, 2.6vw, 36px);
  }
}
.contentArea #forcusBattle dl dd em span {
  position: relative;
  top: 0.1em;
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle dl dd em span {
    font-size: clamp(40px, 3.4vw, 46px);
  }
}
.contentArea #forcusBattle figure {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 10px;
  padding: 5px;
}
.contentArea #forcusBattle figure:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .contentArea #forcusBattle figure {
    width: 48%;
  }
}
.contentArea #forcusBattle figure a img {
  border-radius: 6px;
  border: solid 2px #000;
}
.contentArea #forcusBattle figure a.modal_img:before {
  bottom: 3px;
  right: 3px;
}
.contentArea #forPlayer {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer {
    width: min(96%, 1100px);
    padding-top: 20px;
    margin: 0 auto min(10vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer h2 {
    height: min(5.1vw, 73px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer h2 {
    height: 12vw;
    margin-bottom: 8vw;
  }
}
.contentArea #forPlayer h2 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea #forPlayer h2 {
    height: min(4.6vw, 67px);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea #forPlayer h2 {
    height: 9.4vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea #forPlayer h2, :lang(it) .contentArea #forPlayer h2, :lang(es) .contentArea #forPlayer h2, :lang(pt-BR) .contentArea #forPlayer h2, .pt-br .contentArea #forPlayer h2 {
    height: min(10.2vw, 147px);
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .contentArea #forPlayer h2, :lang(it) .contentArea #forPlayer h2, :lang(es) .contentArea #forPlayer h2, :lang(pt-BR) .contentArea #forPlayer h2, .pt-br .contentArea #forPlayer h2 {
    height: 20.4vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(de) .contentArea #forPlayer h2 {
    height: min(4.7vw, 67px);
  }
}
@media screen and (max-width: 767px) {
  :lang(de) .contentArea #forPlayer h2 {
    height: 9.2vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea #forPlayer h2, .zh-tw .contentArea #forPlayer h2 {
    height: min(5.3vw, 75px);
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hant) .contentArea #forPlayer h2, .zh-tw .contentArea #forPlayer h2 {
    height: 12vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hans) .contentArea #forPlayer h2, .zh-cn .contentArea #forPlayer h2 {
    height: min(5.3vw, 76px);
  }
}
@media screen and (max-width: 767px) {
  :lang(zh-cmn-Hans) .contentArea #forPlayer h2, .zh-cn .contentArea #forPlayer h2 {
    height: 12vw;
  }
}
.contentArea #forPlayer .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .btnList {
    gap: 60px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8vw 0;
    width: 80%;
    margin: 0 auto 8vw;
  }
}
.contentArea #forPlayer .btnList li {
  border-radius: 32px;
  overflow: hidden;
}
.contentArea #forPlayer .btnList li.post, .contentArea #forPlayer .btnList li.research {
  background-repeat: repeat;
  background-position: center center;
  background-size: 70%;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .btnList li.post, .contentArea #forPlayer .btnList li.research {
    width: 48%;
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .btnList li.post, .contentArea #forPlayer .btnList li.research {
    padding: 10vw 0;
  }
}
.contentArea #forPlayer .btnList li.post h4, .contentArea #forPlayer .btnList li.research h4 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .btnList li.post h4, .contentArea #forPlayer .btnList li.research h4 {
    width: min(30.6vw, 440px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .btnList li.post h4, .contentArea #forPlayer .btnList li.research h4 {
    width: 90%;
  }
}
.contentArea #forPlayer .btnList li.post figure, .contentArea #forPlayer .btnList li.research figure {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .btnList li.post figure, .contentArea #forPlayer .btnList li.research figure {
    width: min(17vw, 244px);
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .btnList li.post figure, .contentArea #forPlayer .btnList li.research figure {
    width: 60%;
    padding: 2vw 0 4vw;
  }
}
.contentArea #forPlayer .btnList li.post p, .contentArea #forPlayer .btnList li.research p {
  display: inline-block;
  color: #1d1e0b;
  font-weight: 700;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 1.2em 0;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .btnList li.post p, .contentArea #forPlayer .btnList li.research p {
    font-size: 18px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .btnList li.post p, .contentArea #forPlayer .btnList li.research p {
    width: 80%;
  }
}
.contentArea #forPlayer .btnList li.post {
  background-image: url(../img/beta-test/bg_inazuma-post.png);
}
.contentArea #forPlayer .btnList li.research {
  background-image: url(../img/beta-test/bg_inazuma-research.png);
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .btnList li:nth-child(3) {
    width: 100%;
  }
}
.contentArea #forPlayer .btnList li:nth-child(3) a img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .btnList li:nth-child(3) a img {
    width: 160%;
    left: -30%;
  }
}
.contentArea #forPlayer .bnrBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .bnrBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4em 2%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .bnrBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
    width: 80%;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .bnrBox li {
    width: 32.1%;
  }
}
.contentArea #forPlayer .bnrBox li a {
  display: block;
  overflow: hidden;
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 8px;
  padding: 5px;
}
.contentArea #forPlayer .bnrBox li a:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .bnrBox li.new:before {
    top: -10px;
    right: -6px;
    width: min(6vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .bnrBox li.new:before {
    top: -2vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .linkList {
    width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .linkList {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .linkList li {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) .contentArea #forPlayer .linkList li a, :lang(pt-BR) .contentArea #forPlayer .linkList li a, .pt-br .contentArea #forPlayer .linkList li a {
    min-height: 90px;
  }
}
.contentArea #forPlayer .newsBtn {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  border-radius: 16px;
  -webkit-box-shadow: 5px 5px 0 rgba(105, 112, 110, 0.7);
          box-shadow: 5px 5px 0 rgba(105, 112, 110, 0.7);
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .newsBtn {
    width: 730px;
    margin: 1.6em auto;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .newsBtn {
    width: 80%;
    margin: 0 auto 4vw;
  }
}
.contentArea #forPlayer .newsBtn:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .contentArea #forPlayer .newsBtn.new:before {
    top: -10px;
    right: -10px;
    width: 80px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #forPlayer .newsBtn.new:before {
    top: -2vw;
  }
}
.contentArea #forPlayer .newsBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a91c8;
  font-weight: 900;
  background: #fff;
  border-radius: 10px;
  padding: 0.6em;
  min-height: 3em;
}