@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :story.css
 style info :ストーリーページのスタイル
=================================================================== */
@media screen and (min-width: 768px) {
  body.synopsis:before {
    background-image: url(../img/story/synopsis/bg_synopsis_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  body.synopsis:before {
    background-image: url(../img/story/synopsis/bg_synopsis_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  body.storySystem:before {
    background-image: url(../img/story/story-system/bg_story-system_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  body.storySystem:before {
    background-image: url(../img/story/story-system/bg_story-system_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  :lang(it) .contentArea, .contentArea:lang(pt-BR), .pt-br .contentArea {
    padding: 50px 0 180px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(it) .contentArea, .contentArea:lang(pt-BR), .pt-br .contentArea {
    padding: 2vw 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(it) .contentArea .ttlBox, .contentArea .ttlBox:lang(pt-BR), .pt-br .contentArea .ttlBox {
    margin: 24vw auto 8vw;
  }
}
@media screen and (min-width: 1921px) {
  :lang(it) .contentArea .ttlBox h1 .enTxt, .contentArea .ttlBox h1 .enTxt:lang(pt-BR), .pt-br .contentArea .ttlBox h1 .enTxt {
    height: 3.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  :lang(it) .contentArea .ttlBox h1 .enTxt, .contentArea .ttlBox h1 .enTxt:lang(pt-BR), .pt-br .contentArea .ttlBox h1 .enTxt {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  :lang(it) .contentArea .ttlBox h1 .enTxt, .contentArea .ttlBox h1 .enTxt:lang(pt-BR), .pt-br .contentArea .ttlBox h1 .enTxt {
    height: 9.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNavStory {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .anchorNavStory {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNavStory {
    padding: 6vw 0;
  }
}
.contentArea .anchorNavStory ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNavStory ul {
    width: min(96%, 1040px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .anchorNavStory ul {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNavStory ul {
    width: 90%;
  }
}
.contentArea .anchorNavStory ul li {
  background: -webkit-gradient(linear, left top, right top, from(#0730a7), to(#049ec9));
  background: linear-gradient(90deg, #0730a7 0%, #049ec9 100%);
  width: 48%;
  padding: 3px 0;
}
.contentArea .anchorNavStory ul li a {
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #5ab3d0;
  border-bottom: 1px solid #5ab3d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNavStory ul li a {
    font-size: 20px;
    height: 90px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .anchorNavStory ul li a {
    font-size: 1vw;
    height: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .anchorNavStory ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNavStory ul li a {
    font-size: 3vw;
    height: 10vw;
  }
}
.contentArea .anchorNavStory ul li a:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
.contentArea .anchorNavStory ul li.current {
  pointer-events: none;
}
.contentArea .anchorNavStory ul li.current, .contentArea .anchorNavStory ul li:hover {
  background: linear-gradient(60deg, #ff3f3a, #ffc000);
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNavStory ul li.current, .contentArea .anchorNavStory ul li:hover {
    padding: 7px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNavStory ul li.current, .contentArea .anchorNavStory ul li:hover {
    padding: 4px;
  }
}
.contentArea .anchorNavStory ul li.current a, .contentArea .anchorNavStory ul li:hover a {
  color: #e3552a;
  background: #fff;
  border: none;
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNavStory ul li.current a, .contentArea .anchorNavStory ul li:hover a {
    height: 84px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .anchorNavStory ul li.current a, .contentArea .anchorNavStory ul li:hover a {
    height: 3.8vw;
  }
}
.contentArea #synopsis {
  overflow: hidden;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis {
    padding: 14vw 0;
  }
}
.contentArea #synopsis .inner {
  background-image: url(../img/story/synopsis/bg_chara01.png), url(../img/story/synopsis/bg_chara02.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner {
    background-position: left max(50% - 42vw, 50% - 564px) top 248px, right max(50% - 42vw, 50% - 560px) top 460px;
    background-size: min(60%, 690px) auto;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner {
    background-position: left calc(50% - 26vw) top 13.4vw, right calc(50% - 26vw) top 24vw;
    background-size: 30% auto;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner {
    background-size: 92%;
    background-position: left -450% top 134vw, right -450% top 166vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner:lang(en) {
    padding: 100px 0 110px;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner h3 {
    width: min(96%, 980px);
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner h3 {
    width: 44%;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner h3 {
    position: relative;
    left: 4%;
    width: 94%;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(zh-cmn-Hant) .contentArea #synopsis .inner h3, .zh-cmn-Hant .contentArea #synopsis .inner h3, :lang(zh-cmn-Hans) .contentArea #synopsis .inner h3, .zh-cmn-Hans .contentArea #synopsis .inner h3 {
    width: min(96%, 700px);
  }
}
@media screen and (min-width: 1921px) {
  :lang(zh-cmn-Hant) .contentArea #synopsis .inner h3, .zh-cmn-Hant .contentArea #synopsis .inner h3, :lang(zh-cmn-Hans) .contentArea #synopsis .inner h3, .zh-cmn-Hans .contentArea #synopsis .inner h3 {
    width: 34%;
  }
}
.contentArea #synopsis .inner .main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner .main {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner .main {
    clear: both;
    padding-bottom: 132vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main .txt {
    width: 750px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #synopsis .inner .main .txt {
    width: 80%;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner .main .txt {
    width: 40%;
    margin: 0 auto 2vw;
  }
}
.contentArea #synopsis .inner .main .chara {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main .chara.charaA {
    left: max(50% - 68vw, 50% - 620px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner .main .chara.charaA {
    width: 18%;
    left: calc(50% - 36vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #synopsis .inner .main .chara.charaA {
    width: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner .main .chara.charaA {
    width: 50%;
    left: -4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main .chara.charaA:lang(en), .contentArea #synopsis .inner .main .chara.charaA:lang(fr), .contentArea #synopsis .inner .main .chara.charaA:lang(it), .contentArea #synopsis .inner .main .chara.charaA:lang(de), .contentArea #synopsis .inner .main .chara.charaA:lang(pt-BR), .pt-br .contentArea #synopsis .inner .main .chara.charaA {
    left: max(50% - 68vw, 50% - 660px);
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main .chara.charaA:lang(es) {
    left: max(50% - 68vw, 50% - 680px);
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main .chara.charaB {
    right: max(50% - 68vw, 50% - 630px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner .main .chara.charaB {
    width: 18%;
    right: calc(50% - 36vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #synopsis .inner .main .chara.charaB {
    width: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner .main .chara.charaB {
    width: 48%;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main .chara.charaB:lang(en), .contentArea #synopsis .inner .main .chara.charaB:lang(fr), .contentArea #synopsis .inner .main .chara.charaB:lang(it), .contentArea #synopsis .inner .main .chara.charaB:lang(de), .contentArea #synopsis .inner .main .chara.charaB:lang(pt-BR), .pt-br .contentArea #synopsis .inner .main .chara.charaB {
    right: max(50% - 68vw, 50% - 660px);
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .main .chara.charaB:lang(es) {
    right: max(50% - 68vw, 50% - 680px);
  }
}
.contentArea #synopsis .inner .synopsisList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .synopsisList {
    width: min(96%, 1240px);
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner .synopsisList {
    width: 60%;
    margin: 3vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner .synopsisList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10vw 0;
    width: 90%;
    margin: 10vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .synopsisList > li {
    width: 48%;
  }
}
.contentArea #synopsis .inner .synopsisList > li .slider {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  border-radius: 14px;
  padding: 4px;
}
.contentArea #synopsis .inner .synopsisList > li .slider .slick-list {
  border-radius: 10px;
}
.contentArea #synopsis .inner .synopsisList > li .slider a.modal_img:before {
  bottom: 6px;
  right: 6px;
}
.contentArea #synopsis .inner .synopsisList > li .slider .slick-arrow {
  display: none !important;
}
.contentArea #synopsis .inner .synopsisList > li .slider .slick-dots {
  bottom: -1.8em;
  text-align: right;
}
.contentArea #synopsis .inner .synopsisList > li .slider .slick-dots li {
  width: 16%;
  height: auto;
  aspect-ratio: 6/1;
}
.contentArea #synopsis .inner .synopsisList > li .slider .slick-dots li button {
  background: #ada07a;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  padding: 0;
}
.contentArea #synopsis .inner .synopsisList > li .slider .slick-dots li button:before {
  display: none;
}
.contentArea #synopsis .inner .synopsisList > li .slider .slick-dots li.slick-active button {
  background: #ffe900;
}
.contentArea #synopsis .inner .synopsisList > li dl {
  font-weight: 700;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 62.79%, rgba(20, 50, 42, 0.7) 100%);
  border-radius: 16px;
  padding: 1.5em 1em 2em;
  margin-top: 4em;
}
.contentArea #synopsis .inner .synopsisList > li dl dt {
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .synopsisList > li dl dt {
    font-size: 32px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner .synopsisList > li dl dt {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #synopsis .inner .synopsisList > li dl dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner .synopsisList > li dl dt {
    font-size: 5.6vw;
  }
}
.contentArea #synopsis .inner .synopsisList > li dl dd {
  color: #cecece;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .inner .synopsisList > li dl dd {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .inner .synopsisList > li dl dd {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #synopsis .inner .synopsisList > li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .inner .synopsisList > li dl dd {
    font-size: 4vw;
  }
}
.contentArea #synopsis .bgSlide {
  background-image: url(../img/story/synopsis/bg_slide_synopsis.png);
  background-image: url(../img/story/synopsis/bg_slide_synopsis.webp);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contentArea #synopsis .bgSlide {
    height: 280px;
    margin-top: 60px;
    -webkit-animation: bg-slider_pc 50s linear infinite;
            animation: bg-slider_pc 50s linear infinite;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .bgSlide {
    height: 14vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #synopsis .bgSlide {
    height: 56vw;
    margin-top: 10vw;
    -webkit-animation: bg-slider_sp 50s linear infinite;
            animation: bg-slider_sp 50s linear infinite;
  }
}
@-webkit-keyframes bg-slider_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2340px 0;
  }
}
@keyframes bg-slider_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2340px 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #synopsis .bgSlide from {
    background-position: 0 0;
  }
  .contentArea #synopsis .bgSlide to {
    background-position: -102vw 0;
  }
}
@-webkit-keyframes bg-slider_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -409vw 0;
  }
}
@keyframes bg-slider_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -409vw 0;
  }
}
.contentArea #storySystem {
  border-bottom: 1px solid #ededed;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem {
    padding-bottom: 14vw;
  }
}
.contentArea #storySystem #scout .selectCharaBox {
  position: relative;
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox {
    margin: 140px 0 50px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox {
    margin: 6vw 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #scout .selectCharaBox {
    margin-bottom: 6vw;
  }
}
.contentArea #storySystem #scout .selectCharaBox .in {
  background: url(../img/story/story-system/bg_select-chara.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 560px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox .in {
    height: 22vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea #storySystem #scout .selectCharaBox .in {
    height: 530px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #storySystem #scout .selectCharaBox .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #scout .selectCharaBox .in {
    padding: 6vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox .in .chara {
    position: absolute;
    top: -90px;
    left: calc(50% - 660px);
    width: 720px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox .in .chara {
    top: -4vw;
    left: calc(50% - 27vw);
    width: 29vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea #storySystem #scout .selectCharaBox .in .chara {
    left: calc(50% - 520px);
    width: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #storySystem #scout .selectCharaBox .in .chara {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #scout .selectCharaBox .in .chara {
    width: 90%;
    margin: 0 auto 2vw;
  }
}
.contentArea #storySystem #scout .selectCharaBox .in .infoBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: min(96%, 1100px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox {
    display: block;
  }
}
.contentArea #storySystem #scout .selectCharaBox .in .infoBox dl {
  font-weight: 700;
  text-align: left;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 62.79%, rgba(20, 50, 42, 0.7) 100%);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl {
    width: 530px;
    padding: 32px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl {
    width: 24vw;
    padding: 1.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl {
    width: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl {
    width: 90%;
    padding: 6vw;
    margin-inline: auto;
  }
}
.contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dt {
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dt {
    font-size: 32px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dt {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dt {
    font-size: 5.6vw;
  }
}
.contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dd {
  color: #cecece;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dd {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dd {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl dd {
    font-size: 18px;
  }
}
.contentArea #storySystem #scout .selectCharaBox .in .infoBox dl .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  color: #006836;
  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;
  margin: 1.5em auto 0;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl .btn {
    width: min(80%, 300px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl .btn {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #scout .selectCharaBox .in .infoBox dl .btn {
    width: 70%;
  }
}
.contentArea #storySystem #scout .selectCharaBox .in .infoBox dl .btn:hover {
  color: #fff;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.contentArea #storySystem #scout .selectCharaBox .in .infoBox dl .btn:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
.contentArea #storySystem #scout .specialBtn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #scout .specialBtn {
    width: min(96%, 900px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #scout .specialBtn {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #scout .specialBtn {
    width: 90%;
  }
}
.contentArea #storySystem #nineThemeSongs .songList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #nineThemeSongs .songList {
    gap: 1em 0;
    width: min(96%, 1200px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #nineThemeSongs .songList {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #nineThemeSongs .songList {
    gap: 2vw 0;
    width: 90%;
  }
}
.contentArea #storySystem #nineThemeSongs .songList li {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 62.79%, rgba(20, 50, 42, 0.7) 100%);
  border-radius: 16px;
  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;
  padding: 1.5em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #nineThemeSongs .songList li {
    width: 32.4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contentArea #storySystem #nineThemeSongs .songList li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #nineThemeSongs .songList li {
    width: 49%;
  }
}
.contentArea #storySystem #nineThemeSongs .songList li span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6em;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #nineThemeSongs .songList li span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #nineThemeSongs .songList li span {
    font-size: 0.9vw;
  }
}
.contentArea #storySystem #nineThemeSongs .songList li span:before {
  content: "";
  background: url(../img/shared/icn_inazuma_green.svg) no-repeat 0 0/100%;
  aspect-ratio: 17/25;
  width: 1em;
}
.contentArea #storySystem #nineThemeSongs .songList li.secret {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0.7em 1em;
}
.contentArea #storySystem #nineThemeSongs .songList li.secret .sTxt {
  -webkit-text-fill-color: #d9d9d9;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #nineThemeSongs .songList li.secret .sTxt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea #storySystem #nineThemeSongs .songList li.secret .sTxt {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea #storySystem #nineThemeSongs .songList li.secret .sTxt {
    font-size: 2.6vw;
  }
}
.contentArea #storySystem #nineThemeSongs .songList li.secret .sTxt:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .contentArea #storySystem #nineThemeSongs .songList li.secret figure {
    width: 60%;
  }
}