@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :sub.css
 style info :下層共通のスタイル
=================================================================== */
/* ==========================================================
  BASE
========================================================== */
body {
  position: relative;
}
body: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;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

/* ==========================================================
  COMMON
========================================================== */
.contentArea .titPage {
  background: -webkit-gradient(linear, left top, right top, from(#0730a7), to(#049ec9));
  background: linear-gradient(90deg, #0730a7 0%, #049ec9 100%);
  padding: 3px 0;
}
.contentArea .titPage .in {
  border-top: 1px solid #5ab3d0;
  border-bottom: 1px solid #5ab3d0;
}
.contentArea .titPage .in span {
  display: block;
  font-weight: 900;
  padding: 0.8em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .titPage .in span {
    font-size: 36px;
    width: min(96%, 1120px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .titPage .in span {
    font-size: 1.6vw;
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .titPage .in span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .titPage .in span {
    font-size: 4.4vw;
    width: 96%;
  }
}
.contentArea .anchorNav {
  border-bottom: 4px solid #aeb5b8;
  background: #e8e8e9;
}
.contentArea .anchorNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5em 3em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNav ul li.new:before {
    top: -24px;
    right: -16px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNav ul li.new:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNav ul li.new:after {
    content: "";
    display: inline-block;
    background: url(../img/shared/icn_new.png) no-repeat 0 0/100%;
    pointer-events: none;
    aspect-ratio: 105/39;
    width: 12vw;
  }
}
.contentArea .anchorNav ul li a {
  color: #2a91c8;
  font-weight: 700;
  text-align: left;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat center left/0.9em;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .anchorNav ul li a {
    display: block;
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .anchorNav ul li a {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .anchorNav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .anchorNav ul li a {
    display: inline-block;
    font-size: 3.8vw;
  }
}
.contentArea .anchorNav ul li a:hover {
  color: #e3552a;
}
@media screen and (min-width: 768px) {
  .contentArea .sec {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .sec {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .sec {
    margin-bottom: 10vw;
  }
}
.contentArea .titMain {
  background: url(../img/shared/bg_soccer_pattern.png), -webkit-gradient(linear, right top, left top, from(rgb(125, 204, 243)), color-stop(36%, rgb(0, 184, 238)), color-stop(70%, rgb(0, 77, 182)), to(rgb(24, 0, 143)));
  background: url(../img/shared/bg_soccer_pattern.png), linear-gradient(-90deg, rgb(125, 204, 243) 0%, rgb(0, 184, 238) 36%, rgb(0, 77, 182) 70%, rgb(24, 0, 143) 100%);
  border-bottom: solid 4px #fde812;
}
@media screen and (min-width: 768px) {
  .contentArea .titMain {
    padding: min(4.2vw, 60px) 0;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .titMain {
    padding: 2vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .titMain {
    background-size: 240%;
    padding: 4vw 0;
    margin-bottom: 8vw;
  }
}
.contentArea .titMain .in {
  background: url(../img/shared/icn_inazuma.svg) no-repeat center left;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contentArea .titMain .in {
    background-size: auto 3em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .titMain .in {
    background-size: auto 2em;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .titMain .in.new:before {
    top: -24px;
    right: -20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .titMain .in.new:before {
    top: -0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .titMain .in.new:before {
    top: -5vw;
    right: -2vw;
  }
}
.contentArea .titMain .in span {
  display: block;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#d7faff));
  background: linear-gradient(180deg, #fff 50%, #d7faff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.6));
  position: relative;
  top: -0.1em;
  padding-left: 1.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .titMain .in span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .titMain .in span {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .titMain .in span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .titMain .in span {
    font-size: 5vw;
  }
}
.contentArea .titDiamond {
  -webkit-filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.5));
  display: inline-block;
  text-align: center;
  margin-bottom: 1em;
}
.contentArea .titDiamond span {
  display: inline-block;
  color: #000;
  font-weight: 900;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eeff12));
  background: linear-gradient(90deg, #7cff85, #eeff12);
  clip-path: polygon(4% 0, 96% 0, 100% 48%, 95% 100%, 3% 100%, 0 48%);
  padding: 0.3em 2em 0.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .titDiamond span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .titDiamond span {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .titDiamond span {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .contentArea .titDiamond span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .titDiamond span {
    font-size: 5vw;
  }
}
.contentArea .txtRead {
  font-weight: 700;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 62.79%, rgba(20, 50, 42, 0.7) 100%);
  border-left: solid 5px #7cff85;
  border-right: solid 5px #eeff12;
  padding: 1em;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .contentArea .txtRead {
    font-size: 20px;
    width: min(96%, 1020px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .txtRead {
    font-size: 1vw;
    width: 44%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .txtRead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .txtRead {
    width: 90%;
  }
}
.contentArea .txtRead em {
  color: #ffd800;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contentArea .txtRead .sTxt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .txtRead .sTxt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .txtRead .sTxt {
    font-size: 3vw;
  }
}
.contentArea .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentArea .listBox {
    gap: 40px 4%;
    width: min(96%, 1100px);
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .listBox {
    gap: 2vw 4%;
    width: 50%;
    margin: 0 auto 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .listBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
    width: 90%;
    margin: 0 auto 10vw;
  }
}
.contentArea .listBox > li {
  background: url(../img/shared/bg_inazuma.png) no-repeat, linear-gradient(215deg, rgb(0, 184, 238) 50%, rgb(0, 77, 182) 100%);
  border-radius: 16px;
  border: solid 3px #38590c;
}
@media screen and (min-width: 768px) {
  .contentArea .listBox > li {
    background-position: bottom -30px right -80px, 0 0;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .listBox > li {
    background-position: bottom -4vw right -8vw, 0 0;
    background-size: 42vw, auto;
  }
}
.contentArea .listBox > li figure {
  border: solid 3px #fff;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.contentArea .listBox > li figure img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.contentArea .listBox > li .slider {
  border-radius: 14px 14px 0 0;
  margin-bottom: 0;
}
.contentArea .listBox > li .slider .slick-list {
  border: solid 3px #fff;
  border-radius: 14px 14px 0 0;
}
.contentArea .listBox > li .slider a.modal_img:before {
  bottom: 6px;
  right: 6px;
}
.contentArea .listBox > li .slider .slick-arrow {
  display: none !important;
}
.contentArea .listBox > li .slider .slick-dots {
  bottom: -1.4em;
  text-align: right;
}
.contentArea .listBox > li .slider .slick-dots li {
  width: 4em;
  height: 0.6em;
}
.contentArea .listBox > li .slider .slick-dots li button {
  background: #ada07a;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  padding: 0;
}
.contentArea .listBox > li .slider .slick-dots li button:before {
  display: none;
}
.contentArea .listBox > li .slider .slick-dots li.slick-active button {
  background: #ffe900;
}
.contentArea .listBox > li dl dt {
  color: #000000;
  font-weight: 900;
  background: linear-gradient(60deg, #eeff12, #7cff85);
  padding: 0.4em 1em;
  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 (min-width: 768px) {
  .contentArea .listBox > li dl dt {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .listBox > li dl dt {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .listBox > li dl dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .listBox > li dl dt {
    font-size: 5vw;
  }
}
.contentArea .listBox > li dl dd {
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 2px 2px 3px #0060bf, -2px 2px 3px #0060bf, 2px -2px 3px #0060bf, -2px -2px 3px #0060bf, 2px 0px 3px #0060bf, 0px 2px 1px #0060bf, -2px 0px 3px #0060bf, 0px -2px 3px #0060bf;
  padding: 1em 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .listBox > li dl dd {
    font-size: 20px;
    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 (min-width: 1921px) {
  .contentArea .listBox > li dl dd {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .listBox > li dl dd {
    font-size: 16px;
  }
}
.contentArea .listBox > li dl dd em {
  color: #ffd800;
  font-weight: 700;
}
.contentArea .listBox > li .txt {
  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 (min-width: 768px) {
  .contentArea .listBox > li .txt {
    height: calc(100% - min(26vw, 280px));
  }
}
.contentArea .listBox > li .txt p {
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 2px 2px 3px #0060bf, -2px 2px 3px #0060bf, 2px -2px 3px #0060bf, -2px -2px 3px #0060bf, 2px 0px 3px #0060bf, 0px 2px 1px #0060bf, -2px 0px 3px #0060bf, 0px -2px 3px #0060bf;
}
@media screen and (min-width: 768px) {
  .contentArea .listBox > li .txt p {
    font-size: 24px;
    padding: 1em 0.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .listBox > li .txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .listBox > li .txt p {
    padding: 2em 0.5em;
  }
}
.contentArea .listBox > li .txt p em {
  color: #ffd800;
  font-weight: 700;
}
.contentArea .listBox > li .txt p span {
  line-height: 1.6;
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .listBox > li .txt p span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .listBox > li .txt p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .listBox > li .txt p span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .listBox.threeColumns {
    gap: 40px 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .listBox.threeColumns {
    gap: 40px 4%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .listBox.threeColumns > li {
    width: 32%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .listBox.threeColumns > li {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .listBox.threeColumns > li dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .listBox.threeColumns > li dl dt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .listBox.threeColumns > li dl dd {
    font-size: 18px;
    padding: 2em 0.5em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .listBox.threeColumns > li dl dd {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .listBox.threeColumns > li dl dd {
    font-size: 16px;
    padding: 1em 0.5em;
  }
}
.contentArea .listBoxImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentArea .listBoxImg {
    gap: 40px 4%;
    width: min(96%, 1100px);
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .listBoxImg {
    gap: 2vw 4%;
    width: 50%;
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .listBoxImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
    width: 90%;
    margin: 0 auto 10vw;
  }
}
.contentArea .listBoxImg > li {
  border-radius: 16px;
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .contentArea .listBoxImg > li {
    width: 48%;
  }
}
.contentArea .listBoxImg > li figure img {
  border-radius: 14px;
}
.contentArea .inListBox {
  border-radius: 20px;
  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 (min-width: 768px) {
  .contentArea .inListBox {
    width: min(96%, 1240px);
    padding: min(6vw, 60px) min(4vw, 40px);
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inListBox {
    width: 60%;
    padding: 3vw 2vw;
    margin: 0 auto 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inListBox {
    width: 90%;
    padding: 6vw;
    margin: 0 auto 10vw;
  }
}
.contentArea .inListBox p {
  font-weight: 900;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inListBox p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inListBox p {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .inListBox p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inListBox p {
    font-size: 3.8vw;
  }
}
.contentArea .inListBox .main {
  border-radius: 10px;
  border: 2px solid #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .inListBox .main {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inListBox .main {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inListBox .main {
    margin-bottom: 10vw;
  }
}
.contentArea .inListBox .inList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentArea .inListBox .inList {
    gap: 40px 2%;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inListBox .inList {
    gap: 2vw 2%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inListBox .inList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inListBox .inList li {
    width: 32%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .inListBox .inList li {
    width: 48%;
  }
}
.contentArea .inListBox .inList li figure {
  border-radius: 10px;
  border: 2px solid #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .inListBox .inList li figure {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inListBox .inList li figure {
    margin-bottom: 2vw;
  }
}
.contentArea .inListBox .inList li dl {
  font-weight: 900;
  text-align: left;
}
.contentArea .inListBox .inList li dl dt {
  color: #a0ff60;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inListBox .inList li dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inListBox .inList li dl dt {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .inListBox .inList li dl dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inListBox .inList li dl dt {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inListBox .inList li dl dd {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inListBox .inList li dl dd {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .inListBox .inList li dl dd {
    font-size: 16px;
  }
}
.contentArea .detailBox {
  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);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(4vw, 50px);
    width: min(96%, 1100px);
    padding: min(3vw, 40px) min(4vw, 40px);
    margin: 0 auto min(6vw, 60px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .detailBox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .detailBox {
    width: 92%;
    padding: 6vw;
    margin: 0 auto 6vw;
  }
}
.contentArea .detailBox figure {
  border-radius: 16px;
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox figure {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .detailBox figure {
    margin-bottom: 4vw;
  }
}
.contentArea .detailBox figure a.modal_img:before {
  bottom: 10px;
  right: 10px;
}
.contentArea .detailBox figure a img {
  border-radius: 14px;
}
.contentArea .detailBox .slider {
  border-radius: 16px;
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox .slider {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .detailBox .slider {
    margin-bottom: 12vw;
  }
}
.contentArea .detailBox .slider .slick-list {
  border-radius: 14px;
}
.contentArea .detailBox .slider a.modal_img:before {
  bottom: 6px;
  right: 6px;
}
.contentArea .detailBox .slider .slick-arrow {
  display: none !important;
}
.contentArea .detailBox .slider .slick-dots {
  bottom: -1.6em;
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox .slider .slick-dots {
    text-align: right;
  }
}
.contentArea .detailBox .slider .slick-dots li {
  width: 16%;
  height: auto;
  aspect-ratio: 6/1;
}
.contentArea .detailBox .slider .slick-dots li button {
  background: #ada07a;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  padding: 0;
}
.contentArea .detailBox .slider .slick-dots li button:before {
  display: none;
}
.contentArea .detailBox .slider .slick-dots li.slick-active button {
  background: #ffe900;
}
.contentArea .detailBox dl {
  font-weight: 900;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox dl {
    width: 49%;
  }
}
.contentArea .detailBox dl dt {
  -webkit-filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.5));
}
.contentArea .detailBox dl dt span {
  color: #000;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#eeff12), to(#7cff85));
  background: linear-gradient(90deg, #eeff12, #7cff85);
  padding: 0 2em 0.1em 1.5em;
  margin-bottom: 0.5em;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 100% 100%, 0 100%, 0% 50%);
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox dl dt span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .detailBox dl dt span {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .detailBox dl dt span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .detailBox dl dt span {
    font-size: 5vw;
  }
}
.contentArea .detailBox dl dd {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 0.2em rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox dl dd {
    font-size: 26px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .detailBox dl dd {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .detailBox dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .detailBox dl dd {
    font-size: 4vw;
  }
}
.contentArea .detailBox dl dd em {
  color: #ffe900;
  font-weight: 900;
}
.contentArea .detailBox.simple {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 62.79%, rgba(20, 50, 42, 0.7) 100%);
}
.contentArea .detailBox.simple dl dt {
  color: #a0ff60;
  font-weight: 900;
  text-shadow: 0 0 0.2em rgb(0, 0, 0);
  -webkit-filter: none;
          filter: none;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .detailBox.simple dl dt {
    font-size: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .detailBox.simple dl dt {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .detailBox.simple dl dt {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .detailBox.simple dl dt {
    font-size: 4.6vw;
  }
}
.contentArea .detailBox.simple dl dd {
  color: #cecece;
}
.contentArea .slideAll.swiper-container {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea .slideAll.swiper-container {
    padding: 120px 40px 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container {
    padding: 5vw 2vw 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideAll.swiper-container {
    padding: 10vw 4vw 14vw;
    margin-bottom: 10vw;
  }
}
.contentArea .slideAll.swiper-container .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide {
  background: url(../img/shared/bg_inazuma.png) no-repeat, linear-gradient(215deg, rgb(0, 184, 238) 50%, rgb(0, 77, 182) 100%);
  border-radius: 16px;
  border: solid 3px #38590c;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide {
    background-position: bottom -30px right -80px, 0 0;
    width: 390px;
    margin: 0 15px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide {
    background-position: bottom -1vw right -3vw, 0 0;
    background-size: 12vw, auto;
    width: 22vw;
    margin: 0 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide {
    background-position: bottom -4vw right -8vw, 0 0;
    background-size: 42vw, auto;
    width: 74%;
    margin: 0 2vw;
  }
}
.contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide:first-of-type {
  margin-left: 0;
}
.contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide figure {
  border: solid 3px #fff;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide figure img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl {
  font-weight: 900;
}
.contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dt {
  color: #000000;
  background: linear-gradient(60deg, #eeff12, #7cff85);
  padding: 0.4em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dt {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dt {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dt {
    font-size: 5vw;
  }
}
.contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dd {
  line-height: 1.8;
  text-shadow: 2px 2px 3px #0060bf, -2px 2px 3px #0060bf, 2px -2px 3px #0060bf, -2px -2px 3px #0060bf, 2px 0px 3px #0060bf, 0px 2px 1px #0060bf, -2px 0px 3px #0060bf, 0px -2px 3px #0060bf;
  padding: 1em 0.5em;
  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 (min-width: 768px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dd {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dd {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideAll.swiper-container .swiper-wrapper .swiper-slide dl dd {
    font-size: 16px;
  }
}
.contentArea .slideAll.swiper-container .swiper-scrollbar {
  display: block;
  position: relative;
  background: #1d4277;
  border-radius: 100vw;
  margin: 0 auto;
  left: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .slideAll.swiper-container .swiper-scrollbar {
    top: 40px;
    width: 580px;
    height: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container .swiper-scrollbar {
    top: 2vw;
    width: 40%;
    height: 0.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideAll.swiper-container .swiper-scrollbar {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideAll.swiper-container .swiper-scrollbar {
    width: 60%;
    height: 2.6vw;
    bottom: -8vw;
  }
}
.contentArea .slideAll.swiper-container .swiper-scrollbar-drag {
  border-radius: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(#024fb9), to(#01c9fd));
  background: linear-gradient(90deg, #024fb9 0%, #01c9fd 100%);
  cursor: pointer;
}
.contentArea .slideAll.swiper-container .swiper-button-prev,
.contentArea .slideAll.swiper-container .swiper-button-next {
  display: block;
  top: auto;
  aspect-ratio: 41/42;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-button-next {
    width: 43px;
    bottom: 6px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-button-next {
    width: 2vw;
    bottom: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-button-next {
    width: 31px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-button-next {
    width: 8vw;
    bottom: 3.4vw;
  }
}
.contentArea .slideAll.swiper-container .swiper-button-prev:after,
.contentArea .slideAll.swiper-container .swiper-button-next:after {
  display: none;
}
.contentArea .slideAll.swiper-container .swiper-button-prev,
.contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-next {
  background: url(../img/shared/bg_slide_arrow_l.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 350px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 22vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideAll.swiper-container .swiper-button-prev,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-next {
    left: 12%;
  }
}
.contentArea .slideAll.swiper-container .swiper-button-next,
.contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-prev {
  background: url(../img/shared/bg_slide_arrow_r.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .contentArea .slideAll.swiper-container .swiper-button-next,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 350px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .slideAll.swiper-container .swiper-button-next,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 22vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .slideAll.swiper-container .swiper-button-next,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .slideAll.swiper-container .swiper-button-next,
  .contentArea .slideAll.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 12%;
  }
}