@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :best-shot.css
 style info :イナズマベストショットのスタイル
=================================================================== */
.contentArea {
  color: #000;
  font-weight: bold;
  background: url(../img/topics/bg_content.jpg) repeat 0 0;
}
@media screen and (min-width: 768px) {
  .contentArea {
    font-size: clamp(16px, 1.7vw, 18px);
    padding: 140px 0 60px;
    margin-top: -82px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea {
    font-size: 0.9vw;
    padding: 6vw 0 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea {
    padding: 26vw 0 18vw;
  }
}
.contentArea .visual {
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .contentArea .visual {
    background-image: url(/victory-road/best-shot/img/bg_main_pc.jpg);
    height: 710px;
    padding-top: 14px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .visual {
    background-size: 100%;
    height: 36.8vw;
    padding-top: 1vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .visual {
    background-image: url(/victory-road/best-shot/img/bg_main_sp.jpg);
    background-size: 100%;
    height: 131.6vw;
    padding-top: 5vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .contentArea .visual {
    background-image: url(/victory-road/en/best-shot/img/bg_main_sp.jpg);
  }
}
.contentArea .visual h1 {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .visual h1 {
    width: min(96%, 829px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .visual h1 {
    width: 42vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .visual h1 {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .contentArea .visual h1 {
    width: min(96%, 752px);
  }
}
.contentArea .inner {
  background: url(../img/topics/bg_white-line.png) repeat 0 0;
  margin: 0 auto 3.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner {
    border-radius: 30px;
    width: min(90%, 1080px);
    padding: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner {
    width: 50%;
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner {
    padding: 10vw 6vw;
  }
}
.contentArea .inner h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0.05em 0.05em #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 167)), to(rgb(4, 158, 201)));
  background: linear-gradient(90deg, rgb(7, 48, 167) 0%, rgb(4, 158, 201) 100%);
  outline: solid 1px #5ab3d0;
  outline-offset: -0.2em;
  padding: 0.8em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner h2 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box {
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box {
    margin-bottom: 14vw;
  }
}
.contentArea .inner .box h3 {
  font-weight: 700;
  text-align: left;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.5%, #ffe900), to(#ffb800));
  background: linear-gradient(90deg, #ffe900 25.5%, #ffb800 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box h3 {
    font-size: 18px;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box h3 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box h3 {
    font-size: 4.6vw;
    margin-bottom: 6vw;
  }
}
.contentArea .inner .box .txtLarge {
  color: #0580c0;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .txtLarge {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .txtLarge {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .txtLarge {
    font-size: 6.2vw;
  }
}
.contentArea .inner .box .noteTxt {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em 0;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .noteTxt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .noteTxt {
    font-size: 0.8vw;
  }
}
.contentArea .inner .box .flow {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5em 0;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .flow {
    width: min(100%, 750px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .flow {
    width: 80%;
  }
}
.contentArea .inner .box .flow > li {
  border-radius: 10px;
  border: 2px solid #b9ecff;
  background: #edfaff;
  padding: 1.5em;
}
.contentArea .inner .box .flow > li p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .flow > li p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .flow > li p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .flow > li p {
    font-size: 4.6vw;
  }
}
.contentArea .inner .box .flow > li p em {
  color: #0580c0;
  font-weight: 700;
}
.contentArea .inner .box .flow > li p em a {
  color: #0580c0;
}
.contentArea .inner .box .flow > li p.redTxt {
  color: #dc1068;
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .flow > li p.redTxt {
    font-size: 4.2vw;
  }
}
.contentArea .inner .box .prize dt {
  color: #fff;
  font-weight: 900;
  border-radius: 100em;
  padding: 0.6em 1.5em 0.7em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .prize dt {
    display: inline-block;
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .prize dt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .prize dt {
    display: block;
    font-size: 5.6vw;
  }
}
.contentArea .inner .box .prize dt.pink {
  background: #dc1068;
}
.contentArea .inner .box .prize dt.blue {
  background: #31a5c7;
}
.contentArea .inner .box .prize dd p {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .prize dd p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .prize dd p {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .prize dd p {
    font-size: 4.4vw;
  }
}
.contentArea .inner .box .prize dd p em {
  color: #31a5c7;
  font-weight: 700;
}
.contentArea .inner .box .prize dd .txtList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em 0;
  margin: 0.2em auto;
}
.contentArea .inner .box .prize dd .txtList li {
  color: #dc1068;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .prize dd .txtList li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .prize dd .txtList li {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .prize dd .txtList li {
    font-size: 4.4vw;
  }
}
.contentArea .inner .box .prize dd .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .prize dd .imgList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .prize dd .imgList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5em 0;
    width: 94%;
  }
}
.contentArea .inner .box .prize dd .imgList li {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .prize dd .imgList li {
    width: 34%;
  }
}
.contentArea .inner .box .prize dd .imgList.pink li {
  border: 2px solid #ffbad8;
}
.contentArea .inner .box .prize dd .imgList.blue li {
  border: 2px solid #31a5c7;
}
.contentArea .inner .box .btnX {
  color: #000;
  font-weight: 700;
  background: #fff url(../img/shared/bg_arrow_yellow.svg) no-repeat right 1em center/1em;
  border: solid 1px;
  border-radius: 100px;
  border: 6px solid #efefef;
  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;
  padding: 0.6em 1em;
  margin: 1em auto 0;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .btnX {
    font-size: 20px;
    width: min(96%, 320px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .btnX {
    font-size: 1vw;
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .btnX {
    font-size: 4vw;
  }
}
.contentArea .inner .box .btnX:before {
  content: "";
  display: block;
  background: #efefef url(/victory-road/best-shot/img/icn_x.svg) no-repeat center center/1.4em;
  border-radius: 100%;
  width: 1.4em;
  height: 1.4em;
  padding: 0.5em;
}
.contentArea .inner .box .btnX:hover {
  color: #fff;
  border: 6px solid #000;
  background-color: #272c30;
}
.contentArea .inner .box .btnX:hover:before {
  background-color: #fff;
}
.contentArea .inner .box .btnG {
  color: #000;
  font-weight: 700;
  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;
  border-radius: 100em;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 1.8em;
  margin: 1em auto 0;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .btnG {
    width: min(96%, 420px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .btnG {
    font-size: 1vw;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .btnG {
    font-size: 4vw;
    width: calc(100% - 3.6em);
  }
}
.contentArea .inner .box .btnG:before {
  content: "";
  width: 1.2em;
  height: 1.4em;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat center center/100%;
}
.contentArea .inner .box .btnG:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff3f3a), to(#ffc000));
  background: linear-gradient(90deg, #ff3f3a 0%, #ffc000 100%);
}
.contentArea .inner .box .termsBox {
  font-weight: 500;
  text-align: left;
  border-radius: 10px;
  background: #eaeef1;
  margin-inline: auto;
  padding: 1.5em 1em 1.5em 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .termsBox {
    font-size: 14px;
    width: min(100%, 750px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .box .termsBox {
    font-size: 0.8vw;
    width: 80%;
  }
}
.contentArea .inner .box .termsBox .in {
  padding-right: 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .box .termsBox .in {
    max-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .box .termsBox .in {
    max-height: 100vw;
  }
}
.contentArea .inner .box .termsBox .in .simplebar-track.simplebar-vertical {
  background: #fff;
  border-radius: 7px;
  width: 8px;
}
.contentArea .inner .box .termsBox .in .simplebar-track .simplebar-scrollbar:before {
  background: #0580c0;
  left: 0;
  right: 0;
  opacity: 1;
}
.contentArea .inner .box .termsBox .in p {
  margin-bottom: 2em;
}
.contentArea .inner .box .termsBox .in dl {
  margin-bottom: 1.5em;
}
.contentArea .inner .box .termsBox .in dl dt {
  font-weight: 700;
  border-radius: 8px;
  background: #b6d0e3;
  padding: 0.4em 1em 0.6em;
}
.contentArea .inner .box .termsBox .in dl dd {
  padding: 1em;
}
.contentArea .inner .box .termsBox .in dl dd span {
  display: inline-block;
  padding-left: 1em;
  margin-top: 0.2em;
}
:lang(en) .contentArea .inner .box .termsBox .in dl dd span {
  padding-left: 0.4em;
}
.contentArea .inner .box .termsBox .in dl dd .anoTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em 0;
  margin-top: 0.5em;
}
.contentArea .inner .box .termsBox .in dl dd .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .inner .box .termsBox .in dl dd .anoTxt li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.contentArea .inner .box .termsBox .in dl dd .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5em 0;
}
.contentArea .inner .box .termsBox .in dl dd .list > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(en) .contentArea .inner .box .termsBox .in dl dd .list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .inner .box .termsBox .in dl dd .list > li .listIn {
  margin-top: 0.5em;
}
.contentArea .inner .box .termsBox .in dl dd .list > li .listIn li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}