@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.specialHeader__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__jLogo {
  width: 40px;
  height: 40px;
}
.specialHeader__jLogo img {
  width: 100%;
  height: auto;
}
.specialHeader__eng a {
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  margin-right: 15px;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__title img {
  height: 40px;
}
.specialHeader__gnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.specialHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .specialHeader__gnav__li a, .specialHeader__gnav__li span {
    padding: 0 10px;
  }
}
.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}
.specialHeader__gnav__li span {
  color: rgba(255, 255, 255, 0.4);
}
.specialHeader__ticket {
  margin-right: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__ticket a, .specialHeader__ticket span {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  .specialHeader__ticket a, .specialHeader__ticket span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.specialHeader__ticket span {
  background: #758ebf;
  color: #000;
}
.specialHeader__ticket span:hover {
  background: #758ebf;
}
.specialHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.specialHeader__subnav li a {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}
.specialHeader__subnav li a:hover {
  opacity: 0.7;
}
.specialHeader__subnav li:first-child {
  padding-left: 15px;
}
.specialHeader__subnav li:last-child {
  padding-right: 15px;
}
.specialHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

footer img {
  vertical-align: inherit;
}

footer {
  line-height: 100%;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

.spDISP {
  display: none;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure, .CLM__half > div, .CLM__half > a {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > a:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > div, .CLM__three > a, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n), .CLM__three > a:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li, .nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child, .nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img, .nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a, .nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__bold {
  font-weight: bold;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__through {
  text-decoration: line-through;
}
.txt__underline {
  text-decoration: underline !important;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e60012;
}

.sec {
  text-align: center;
}
.sec__inner90 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  max-width: 1180px;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

img.lazy {
  width: 100%;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}
.list__style__discl {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.list__style__discl li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__discl li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  left: -0.5em;
}
.list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}

/*-----------------------------------

supercup2025.scss

------------------------------------*/
.main {
  overflow: hidden;
}

a {
  color: #000;
}

.list__style__number {
  list-style: auto;
}

.txt__red {
  color: #e60012;
}
.txt__blue {
  color: #003690;
}
.txt__block {
  display: block;
}

.btn {
  display: block;
  background: #000;
  color: #FFF;
  text-align: center;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.5s all;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  margin: 0 auto;
  padding: 1em 0;
  border-radius: 9999px;
  line-height: 1;
  width: 400px;
  border: 2px solid #000;
}
.btn p span {
  font-weight: bold;
}
.btn p span.jpn {
  font-size: 16px;
  font-size: 1.6rem;
}
.btn p span.jpn span {
  font-weight: bold;
}
.btn:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.btn:hover p {
  color: #000;
}
.btn:hover:after, .btn:hover:before {
  color: #000;
}
.btn__ticket {
  width: 700px;
  background: #e60012;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}
.btn__ticket.pcDISP {
  display: flex;
}
.btn__ticket:after {
  transition: 0.5s all;
}
.btn__ticket:hover {
  box-shadow: unset;
  transform: translate(-4px, 4px);
  background: #a9000d;
  color: #fff;
}
.btn__ticket:hover:after {
  color: #fff;
  opacity: 0.6;
}
.btn__ticket:hover p {
  opacity: 0.6;
  color: #fff;
}
.btn__ticket:hover img {
  opacity: 0.6;
}
.btn__ticket img {
  height: 40px;
  margin-right: 10px;
}
.btn__ticket img.emb {
  height: 60px;
}
.btn__ticket p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1;
  display: inline-block;
  transition: 0.5s all;
}
.btn__ticket p .txt__S {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.btn__ticket:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.btn__kobe {
  background-color: #740020;
  background: url(/img/supercup/2025/bg/BG_btn_kobe.jpg) no-repeat top left;
  background-size: cover;
  transition: 0.5s all;
}
.btn__kobe:hover {
  opacity: 0.6;
  background: url(/img/supercup/2025/bg/BG_btn_kobe.jpg) no-repeat top left;
  background-size: cover;
}
.btn__hiroshima {
  background-color: #3b226c;
  background: url(/img/supercup/2025/bg/BG_btn_hiroshima.jpg) no-repeat top left;
  background-size: cover;
  transition: 0.5s all;
}
.btn__hiroshima:hover {
  opacity: 0.6;
  background: url(/img/supercup/2025/bg/BG_btn_hiroshima.jpg) no-repeat top left;
  background-size: cover;
}
.btn__S {
  width: 200px;
}
.btn__S p span.jpn {
  font-size: 14px;
  font-size: 1.4rem;
}
.btn__L {
  width: 100%;
  max-width: 700px;
  padding: 1.5em 0;
}
.btn__L p span.jpn__S {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 0.3em;
}
.btn__L p span.jpn__L {
  font-size: 24px;
  font-size: 2.4rem;
}
.btn__red {
  background: #e60012;
  border: none;
}
.btn__red:after {
  transition: 0.5s all;
}
.btn__red:hover {
  background: #a9000d;
  color: #fff;
}
.btn__red:hover p {
  color: #fff;
  opacity: 0.6;
}
.btn__red:hover:after, .btn__red:hover:before {
  color: #fff;
  opacity: 0.6;
}
.btn__blue {
  background: #003690;
}
.btn__brawn {
  background: #b09d60;
}
.btn__border {
  border: 1px solid #fff;
  background: none;
  display: block;
}
.btn__border--white {
  border: 1px solid #000;
  background: none;
  display: block;
  color: #000;
}
.btn.nolink {
  pointer-events: none;
  background: #aaa;
  color: #7a7a7a;
}
.btn.nolink span, .btn.nolink p, .btn.nolink i {
  color: #7a7a7a;
}
.btn.nolink img {
  opacity: 0.6;
}
.btn.nolink:after, .btn.nolink:before {
  color: #7a7a7a;
}
.btn__kobe.nolink {
  background: url(/img/supercup/2025/bg/BG_btn_kobe_nolink.jpg) no-repeat top left;
  background-size: cover;
}
.btn__hiroshima.nolink {
  background: url(/img/supercup/2025/bg/BG_btn_hiroshima_nolink.jpg) no-repeat top left;
  background-size: cover;
}

.icon__gaibu {
  position: relative;
}
.icon__gaibu:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
.icon__right {
  position: relative;
}
.icon__right:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.icon__ankr {
  position: relative;
}
.icon__ankr:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.icon__zoom {
  position: relative;
}
.icon__zoom:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}

span.btn span, span.btn img, span.btn:after {
  opacity: 0.3;
}
span.btn:hover img {
  opacity: 0.3;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
}

.heading__main, .heading__main--white {
  margin-bottom: 40px;
}
.heading__main.left, .heading__main--white.left {
  text-align: left;
}
.heading__main.center, .heading__main--white.center {
  text-align: center;
}
.heading__main.center .en, .heading__main--white.center .en {
  display: inline-block;
}
.heading__main .en, .heading__main--white .en {
  font-weight: bold;
  font-size: 100px;
  font-size: 10rem;
  font-family: "Archivo Narrow", sans-serif;
  line-height: 1;
  display: block;
  position: relative;
  color: #003690;
}
.heading__main .jp, .heading__main--white .jp {
  color: #003690;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
}
.heading__second, .heading__second--white {
  margin-bottom: 40px;
  border-bottom: 1px solid;
}
.heading__second.left, .heading__second--white.left {
  text-align: left;
}
.heading__second.center, .heading__second--white.center {
  text-align: center;
}
.heading__second.center .en, .heading__second--white.center .en {
  display: inline-block;
}
.heading__second .en, .heading__second--white .en {
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Archivo Narrow", sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #003690;
}
.heading__second .jp, .heading__second--white .jp {
  color: #003690;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
}
.heading__main--white .en, .heading__main--white .jp, .heading__second--white .en, .heading__second--white .jp {
  color: #fff;
}

i.fas {
  margin: 0 0.3em;
}

@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bg {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  80% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.shiny:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(-3%);
  }
}
.accordionList .accordionIndex {
  position: relative;
  z-index: 110;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.accordionList .accordionIndex::after {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  transition: 0.5s all;
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.accordionList .accordionIndex.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f056";
  font-weight: 900;
}
.accordionList .accordionArticle {
  padding-top: 40px;
}

.tabArea {
  background: #003690;
  border-top: 3px solid #fff;
}
.tabArea__wrap {
  width: 980px;
  margin: 0 auto;
}
.tabArea__wrap li {
  text-align: center;
  margin-right: 0;
  width: calc((100% - 2px) / 3);
  border-right: 1px solid #758ebe;
}
.tabArea__wrap li:first-child {
  border-left: 1px solid #758ebe;
}
.tabArea__wrap li a {
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}
.tabArea__wrap li a:hover {
  opacity: 1;
  background: #af9c60;
  color: #fff;
}
.tabArea__wrap li a.nolink {
  pointer-events: none;
  background: #0f2c75;
  opacity: 0.3;
}

.tab li a {
  font-size: 14px;
  font-size: 1.4rem;
  top: 0;
  color: #4f4f4f;
  height: 60px;
  padding: 0;
  line-height: 60px;
  background: #dddddd;
  font-weight: normal;
  font-weight: bold;
}
.tab li.current a {
  background: #dddddd;
  border-bottom: 3px solid #003690;
  color: #000;
}
.tab li.current a:hover {
  opacity: 1;
}

.ticketbtnArea {
  background: url(/img/supercup/2025/bg/BG_ticket.jpg);
  background-size: 2500px;
  animation: bg 100s infinite linear;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
#pageTop {
  bottom: 300px !important;
}

.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 111;
  bottom: 80px;
  right: 0;
  width: 500px;
  box-sizing: border-box;
  background-color: #003690;
  border: 2px solid #fff;
  padding: 20px;
  opacity: 0;
  transition: 0.5s all;
}
.floatingbnrArea.is-active {
  height: 170px;
  opacity: 1;
  position: fixed;
}
.floatingbnrArea .btn {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.floatingbnrArea .btn::after {
  font-size: 16px;
  font-size: 1.6rem;
}
.floatingbnrArea .btn.btn__brown {
  left: 15px;
}
.floatingbnrArea h5 img {
  width: 100%;
}
.floatingbnrArea p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.floatingbnrArea .btn__red {
  margin-top: 0.5em;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  font-size: 30px;
  font-size: 3rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  background: #646464;
  color: #FFF;
  position: absolute;
  right: 20px;
  top: -30px;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: #e60012;
}

/* ==========================================================================
   header
========================================================================== */
.fxscHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #003690;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.fxscHeader__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.fxscHeader__jLogo {
  width: 40px;
  height: 40px;
}
.fxscHeader__jLogo img {
  width: 100%;
  height: auto;
}
.fxscHeader__title img {
  height: 2vw;
  max-height: 40px;
  min-height: 25px;
}
.fxscHeader__gnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 1rem;
}
.fxscHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.fxscHeader__gnav__li a {
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
  height: 70px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
@media screen and (max-width: 1500px) {
  .fxscHeader__gnav__li a {
    padding: 0 0.5rem;
  }
}
.fxscHeader__gnav__li a:hover {
  background: #adb3b5;
  opacity: 1;
}
.fxscHeader__gnav__li a.nolink {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
}
.fxscHeader__ticket, .fxscHeader__premiumseat, .fxscHeader__event, .fxscHeader__xcampaign {
  margin-right: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.fxscHeader__ticket a, .fxscHeader__ticket span, .fxscHeader__premiumseat a, .fxscHeader__premiumseat span, .fxscHeader__event a, .fxscHeader__event span, .fxscHeader__xcampaign a, .fxscHeader__xcampaign span {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
@media screen and (max-width: 1200px) {
  .fxscHeader__ticket a, .fxscHeader__ticket span, .fxscHeader__premiumseat a, .fxscHeader__premiumseat span, .fxscHeader__event a, .fxscHeader__event span, .fxscHeader__xcampaign a, .fxscHeader__xcampaign span {
    padding: 0 0.5rem;
  }
}
.fxscHeader__ticket span, .fxscHeader__premiumseat span, .fxscHeader__event span, .fxscHeader__xcampaign span {
  background: #758ebf;
  color: #003690;
}
.fxscHeader__ticket span:hover, .fxscHeader__premiumseat span:hover, .fxscHeader__event span:hover, .fxscHeader__xcampaign span:hover {
  background: #758ebf;
}
.fxscHeader__premiumseat a, .fxscHeader__premiumseat span {
  background: #000;
}
.fxscHeader__event a, .fxscHeader__event span {
  background: #af9c60;
}
.fxscHeader__xcampaign a, .fxscHeader__xcampaign span {
  background: #fff;
  color: #000;
  line-height: 1;
}
.fxscHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.fxscHeader__subnav li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #003690;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}
.fxscHeader__subnav li a:hover {
  opacity: 0.7;
}
.fxscHeader__subnav li:first-child {
  padding-left: 15px;
}
.fxscHeader__subnav li:last-child {
  padding-right: 15px;
}
.fxscHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

body.eventhatsumode .fxscHeader__gnav__li.eventhatsumode:after,
body.event .fxscHeader__gnav__li.event:after,
body.guide .fxscHeader__gnav__li.guide:after,
body.player .fxscHeader__gnav__li.player:after,
body.gourmet .fxscHeader__gnav__li.gourmet:after,
body.history .fxscHeader__gnav__li.history:after,
body.ng_live .fxscHeader__gnav__li.nextganeration:after,
body.ng_outline .fxscHeader__gnav __li.nextganeration:after,
body.ng_history .fxscHeader__gnav__li.nextganeration:after,
body.ng_member .fxscHeader__gnav__li.nextganeration:after,
body.ng_player .fxscHeader__gnav__li.nextganeration:after {
  content: "";
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #af9c60;
  position: absolute;
  bottom: 0px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  text-align: center;
  padding-top: 70px;
  background: #003690;
}
.kvArea img {
  width: 100%;
  height: auto;
}
.kvArea__others {
  background: url(/img/supercup/2025/bg/BG_ticket.jpg);
  background-size: cover;
  color: #002665;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 70px;
  display: none;
  padding: 60px 0;
  background-position: center;
}
.kvArea__others__title {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 10px;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.kvArea__others__subtitle {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 5px;
  font-weight: bold;
  margin-top: 5px;
}
.kvArea__otherscard {
  background: #003690;
}
.kvArea__otherscard img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
  display: block;
}
.kvArea .kv__matchDay {
  color: #fff;
  text-decoration: underline;
}
.kvArea .kv__matchDay div {
  font-weight: bold;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 10px 0;
}
.kvArea .kv__matchDay div.pk {
  font-size: 20px;
  font-size: 2rem;
}

.embLl {
  background: url(/img/common/team_emb_ll.png) no-repeat;
  display: block;
  height: 130px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 130px;
  background-position: -9999px -9999px;
}

.embLl.embKobe {
  background-position: -650px -520px;
}

.embLl.embHiroshima {
  background-position: 0px -650px;
}

.matchcardArea, .footerbtnArea {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 40px 0 50px;
}
.matchcardArea .day, .footerbtnArea .day {
  position: relative;
}
.matchcardArea .day .num, .footerbtnArea .day .num {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  padding-top: 0.3em;
}
.matchcardArea .day .num a, .footerbtnArea .day .num a {
  display: inline-block;
  font-weight: 700;
}
.matchcardArea .day .logo, .footerbtnArea .day .logo {
  width: 450px;
  margin-bottom: 10px;
}
.matchcardArea .day .daysta, .footerbtnArea .day .daysta {
  line-height: 1.5;
}
.matchcardArea .day .day, .footerbtnArea .day .day {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
}
.matchcardArea .day .day i, .footerbtnArea .day .day i {
  font-style: normal;
  transform: scale(0.8);
  display: inline-block;
  font-weight: 700;
  position: relative;
  top: 5px;
}
.matchcardArea .day .day i:first-child, .footerbtnArea .day .day i:first-child {
  font-size: 23px;
  font-size: 2.3rem;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  vertical-align: bottom;
  top: -15px;
  color: #003690;
  font-weight: 800;
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.matchcardArea .day .stadium, .footerbtnArea .day .stadium {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 900;
  position: relative;
  top: -5px;
}
.matchcardArea .day .tv, .footerbtnArea .day .tv {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding: 10px 0px;
  line-height: 1;
  margin-top: 20px;
  width: 400px;
  border-top: double 6px #fff;
  border-bottom: double 6px #fff;
}
.matchcardArea .day .club, .footerbtnArea .day .club {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.matchcardArea .day .club.left, .footerbtnArea .day .club.left {
  margin-left: -350px;
}
.matchcardArea .day .club.right, .footerbtnArea .day .club.right {
  margin-left: 350px;
}
.matchcardArea .day .club.left .embLl:after, .footerbtnArea .day .club.left .embLl:after {
  background: url(/img/supercup/2025/logo/championlogo.svg) repeat-y top center;
  content: "";
  display: inline-block;
  background-size: cover;
  width: 30px;
  height: 46px;
  position: absolute;
  left: -35px;
  top: 70px;
}
.matchcardArea .day .club i, .footerbtnArea .day .club i {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
}
.matchcardArea .day .club .add, .footerbtnArea .day .club .add {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
.matchcardArea .day .club .embLl, .footerbtnArea .day .club .embLl {
  margin: 0 auto;
}
.matchcardArea .broadcast, .footerbtnArea .broadcast {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 12px 20px;
  font-feature-settings: "palt" 1;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  background: #e60012;
  margin-top: 40px;
}
.matchcardArea .broadcast span, .footerbtnArea .broadcast span {
  font-weight: bold;
  display: inline-block;
}

body.eventhatsumode .kvArea,
body.event .kvArea,
body.guide .kvArea, body.gourmet .kvArea, body.player .kvArea, body.history .kvArea, body.ng_live .kvArea, body.ng_outline .kvArea, body.ng_history .kvArea, body.ng_member .kvArea, body.ng_player .kvArea {
  padding-top: 0;
}
body.eventhatsumode .kvArea > section,
body.event .kvArea > section,
body.guide .kvArea > section, body.gourmet .kvArea > section, body.player .kvArea > section, body.history .kvArea > section, body.ng_live .kvArea > section, body.ng_outline .kvArea > section, body.ng_history .kvArea > section, body.ng_member .kvArea > section, body.ng_player .kvArea > section {
  display: none;
}

body.ng_live .kvArea__text, body.ng_outline .kvArea__text, body.ng_history .kvArea__text, body.ng_member .kvArea__text, body.ng_player .kvArea__text {
  display: none;
}

body.eventhatsumode .kvArea__others.eventhatsumode,
body.event .kvArea__others.event,
body.player .kvArea__others.player,
body.guide .kvArea__others.guide,
body.gourmet .kvArea__others.gourmet,
body.history .kvArea__others.history,
body.ng_live .kvArea__others.ng_live,
body.ng_outline .kvArea__others.ng_outline,
body.ng_history .kvArea__others.ng_history,
body.ng_member .kvArea__others.ng_member,
body.ng_player .kvArea__others.ng_player {
  display: block;
}

/* ==========================================================================
   共通コンテンツbox
========================================================================== */
.box__grass {
  position: relative;
}
.box__grass:after {
  background-image: url(/img/supercup/2024/BG_kirakira.jpg);
  background-position: 0 0;
  background-size: cover;
  content: "";
  height: 700px;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 1;
  height: 95%;
  top: -90px;
  width: 85%;
  border-radius: 0 50px 50px 0;
}
.box__grass.right {
  text-align: right;
}
.box__grass.right:after {
  border-radius: 0 50px 50px 0;
  left: 0;
}
.box__grass.left {
  text-align: left;
}
.box__grass.left:after {
  border-radius: 50px 0px 0px 50px;
  right: 0;
  left: inherit;
}
.box__grass .sec__grass {
  text-align: left;
  width: 80%;
  margin: 0 5%;
  margin-bottom: 40px;
  border-radius: 50px;
  padding: 8%;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.contentsbox {
  position: relative;
  padding: 90px 0;
}
.contentsbox:after {
  content: "";
  background: url(/img/supercup/2025/bg/BG_naname_hiroshima.png) repeat-y top center;
  background-size: inherit;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
}
.contentsbox:nth-child(even):after {
  background: url(/img/supercup/2025/bg/BG_naname_kobe.png) repeat-y top center;
  background-size: inherit;
}
.contentsbox:nth-child(even) .contentsbox__wrap {
  margin-left: 5%;
  margin-right: auto;
}
@media screen and (min-width: 1300px) {
  .contentsbox:nth-child(even) .contentsbox__wrap {
    margin-left: 14vw;
  }
}
.contentsbox:last-child {
  padding-bottom: 0;
}
.contentsbox__wrap {
  border-radius: 50px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
  margin-right: 5%;
  margin-left: auto;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1700px) {
  .contentsbox__wrap {
    margin-right: 18vw;
  }
}
.contentsbox__ttl {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: #000;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.contentsbox__ttl.eventhatsumodeArea__con--ttl {
  background: none;
  padding: none;
  text-align: center;
  display: block;
}
.contentsbox__ttl .jpn {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  margin: 20px 0;
}
.contentsbox__ttl .jpn .jpn__S {
  color: #003690;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.contentsbox__ttl--en {
  color: #af9c60;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
  margin-top: -80px;
  line-height: 1;
  margin-bottom: 20px;
}
.contentsbox__ttl .ttl {
  display: inline;
  vertical-align: middle;
}
.contentsbox__ttl .ttl span {
  color: #fff;
  font-weight: bold;
}
.contentsbox__ttl .ttl span.jpn__L {
  font-size: 34px;
  font-size: 3.4rem;
}
.contentsbox__ttl .num {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10000px;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 5px;
}
.contentsbox__subttl {
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0;
}
.contentsbox__subttl span {
  font-weight: bold;
  line-height: 1;
}
.contentsbox__subttl span.jpn__L {
  font-size: 20px;
  font-size: 2rem;
}
.contentsbox__subttl span.jpn__S {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.contentsbox__underttl {
  border-bottom: 1px solid #000;
  padding-bottom: 0.3em;
  margin-bottom: 20px;
  font-weight: bold;
  display: block;
}
.contentsbox__lead {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 40px 0;
}
.contentsbox__con {
  padding: 40px;
  position: relative;
}
.contentsbox__con + .contentsbox__con {
  margin-top: 100px;
}
.contentsbox__con > .ttl {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.contentsbox__con .subttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.contentsbox__con .subttl.margB0 {
  margin-bottom: 0;
}
.contentsbox__con .num {
  width: 70px;
  height: 70px;
  background: #003690;
  border-radius: 10000px;
  background-size: cover;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-size: 30px;
  font-size: 3rem;
}
.contentsbox__con .img img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: block;
}
.contentsbox__con .img img.pcDISP {
  display: block !important;
}
.contentsbox__con .img img.spDISP {
  display: none !important;
}
.contentsbox__con .img.wide img {
  width: 100%;
  max-width: 100%;
}
.contentsbox__con .img.CLM__half figcaption, .contentsbox__con .img.CLM__three figcaption, .contentsbox__con .img.CLM__one figcaption {
  background: #ebebeb;
  padding: 20px;
}
.contentsbox__con .btnArea {
  margin: 40px 0;
}
.contentsbox__con .list__style {
  margin: 40px 0;
}
.contentsbox__innerbox {
  background: #ededed;
  padding: 40px;
  border: 1px solid #cacaca;
  margin: 40px 0;
}
.contentsbox__innerbox .img {
  padding: 40px;
  background: #fff;
  width: 600px;
  margin: 0 auto;
}
.contentsbox .tokutennum {
  background: #af9c60;
  line-height: 1;
  padding: 0.3em 1em;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin-right: 10px;
  background: #af9c60;
}
.contentsbox .tokutenwrap {
  padding: 40px;
  background: #000;
  color: #fff;
  margin: 40px 0;
  border: double 4px #a99c63;
}
.contentsbox .tokutenwrap .contentsbox__underttl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: double 4px #a99c63;
}
.contentsbox .tokutenwrap ul li {
  font-weight: bold;
}
.contentsbox .tokutenwrap ul li + li {
  margin-top: 0.5em;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   index.html　トップページ　START
========================================================================== 
========================================================================== 
========================================================================== */
/* ==========================================================================
   topbnrwrap
========================================================================== */
.topbnrwrap .sec__inner980 {
  padding: 0;
}
.topbnrwrap a {
  display: block;
}
.topbnrwrap a + a {
  margin-top: 20px;
}
.topbnrwrap a img {
  width: 100%;
}
.topbnrwrap.xcampaign .sec__inner980 {
  padding-top: 90px;
}

/* ==========================================================================
   topticketArea
========================================================================== */
.topticketArea {
  margin: 0px 0 90px;
}
.topticketArea .sec__innerWide {
  padding: 0 5vw;
}
.topticketArea__map {
  border-radius: 50px;
  background: #fff;
  padding: 60px;
}
.topticketArea__map img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.topticketArea__article {
  text-align: right;
  position: relative;
}

/* ==========================================================================
   topnewsArea
========================================================================== */
.topnewsArea {
  margin: 90px 0;
}
.topnewsArea .sec__innerWide {
  padding: 0;
}
.topnewsArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  margin-left: auto;
  border-radius: 30px;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.topnewsArea__list li {
  width: 23.5%;
  position: relative;
  margin-right: 2%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
}
.topnewsArea__list li:last-child {
  margin-right: 0;
}
.topnewsArea__list li a:hover {
  opacity: 1;
}
.topnewsArea__list li a:hover img {
  transform: translateX(-50%) scale(1.05);
  opacity: 1;
}
.topnewsArea__list li a:hover .topnewsArea__list--txt {
  transition: 0.5s all;
  opacity: 0.5;
}
.topnewsArea__list--img {
  overflow: hidden;
  border-bottom: 1px solid #d1d1d1;
}
.topnewsArea__list--img img {
  width: 101%;
  transition: 0.3s ease-in-out;
  opacity: 1;
  right: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.topnewsArea__list--txt {
  background: #fff;
  padding: 30px;
  color: #222;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.topnewsArea__list--txt .day {
  font-family: "Archivo Narrow", sans-serif;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #003690;
}
.topnewsArea__list--txt .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2;
}
.topnewsArea__sublist {
  margin-top: 30px;
}
.topnewsArea__sublist .topnewsArea__list {
  width: 100%;
}
.topnewsArea__sublist .topnewsArea__list--txt {
  background: none;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- start;
  align-items: -webkit- start;
  align-items: start;
  border-radius: 50px;
}
.topnewsArea__sublist .topnewsArea__list--txt .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  width: calc(100% - 7em);
}
.topnewsArea__sublist .topnewsArea__list--txt .day {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0;
  width: 7em;
}
.topnewsArea__sublist .topnewsArea__list li {
  border-radius: 0;
  background: none;
  width: 100%;
  border-right: none;
  z-index: 1;
  margin-right: 0;
  overflow: inherit;
}
.topnewsArea__sublist .topnewsArea__list li article:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
}
.topnewsArea__sublist .topnewsArea__list li article a {
  border-bottom: 1px solid #d1d1d1;
}
.topnewsArea__sublist .topnewsArea__list li article a:hover {
  border-bottom: 0;
}
.topnewsArea__sublist img {
  display: none;
}
.topnewsArea .accordionList .accordionIndex {
  margin: 0;
  font-family: "Archivo Narrow", sans-serif;
  color: #000;
  text-align: center;
  padding: 5px 0;
  position: relative;
  border: 2px solid #000;
  margin-bottom: 20px;
  width: 300px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 50px;
}
.topnewsArea .accordionList .accordionIndex:hover {
  border: 2px solid #af9c60;
  color: #af9c60;
}
.topnewsArea .accordionList .accordionIndex:after {
  position: absolute;
  right: 30px;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  transition: 1s;
  margin: auto;
  top: calc(50% - 5px);
  transform: translateY(-50%);
}
.topnewsArea .accordionList .accordionIndex.active:after {
  transform: rotate(-180deg);
  top: 50%;
}
.topnewsArea__btn {
  width: 80%;
  margin: 0 auto;
}
.topnewsArea__btn .btn:after {
  transform: translateY(-50%) rotate(90deg);
}
.topnewsArea__btn.close .btn:after {
  transform: translateY(-50%) rotate(-90deg);
}

/* ==========================================================================
   topeventArea
========================================================================== */
.topeventArea {
  padding-top: 90px;
  background: #003690;
}
.topeventArea__eventwrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.topeventArea__eventwrap--list {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
}
.topeventArea__eventwrap--list li {
  margin-bottom: 1%;
  width: 49% !important;
  border: 1px solid #fff;
  margin-right: 2% !important;
}
.topeventArea__eventwrap--list li:nth-child(2n) {
  margin-right: 0 !important;
}
.topeventArea__eventwrap--list li a {
  background: #003690;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 1.5rem 4rem 1.5rem 7rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.topeventArea__eventwrap--list li a.nonum {
  padding-left: 4rem;
}
.topeventArea__eventwrap--list li a:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
  transition: 0.5s all;
}
.topeventArea__eventwrap--list li a .num {
  width: 40px;
  height: 40px;
  border-radius: 100000px;
  background: #fff;
  font-weight: bold;
  color: #003690;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.topeventArea__hatsumodewrap {
  padding: 90px 0;
  background: #2c416e;
}
.topeventArea__hatsumodewrap .img {
  width: 980px;
  margin: 0 auto 60px;
}
.topeventArea__hatsumodewrap .img img {
  width: 100%;
}
.topeventArea__hatsumodewrap--list {
  width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}
.topeventArea__hatsumodewrap--list.onecontents > li {
  margin-right: 0 !important;
}
.topeventArea__hatsumodewrap--list li {
  margin-bottom: 1%;
  width: 49% !important;
  margin-right: 2% !important;
}
.topeventArea__hatsumodewrap--list li:nth-child(2n) {
  margin-right: 0 !important;
}
.topeventArea__hatsumodewrap--list li a {
  background: #fff3d3;
  color: #2c416e;
  font-weight: bold;
  display: block;
  text-decoration: none;
  outline: 2px solid #2c416e;
  outline-offset: -5px;
  padding: 1.5rem 4rem 1.5rem 7rem;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}
.topeventArea__hatsumodewrap--list li a.nonum {
  padding-left: 4rem;
}
.topeventArea__hatsumodewrap--list li a:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
  transition: 0.5s all;
}
.topeventArea__hatsumodewrap--list li a .num {
  width: 40px;
  height: 40px;
  background: url(/img/supercup/2025/eventhatsumode/num.svg) no-repeat top center;
  background-size: cover;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}

/* ==========================================================================
   topgourmetArea
========================================================================== */
.topgourmetArea img {
  width: 100%;
}

/* ==========================================================================
   topmovieArea
========================================================================== */
.topmovieArea_video {
  text-align: center;
}
.topmovieArea_video img {
  width: 100%;
}

/* ==========================================================================
   outline
========================================================================== */
.topoutlineArea {
  padding: 80px 0;
  margin: 0;
}
.topoutlineArea__wrap {
  margin: 0 auto;
  padding: 8%;
  border-radius: 50px;
  background: #f2f2f2;
}

.outlineList {
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
}
.outlineList li article {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  text-align: left;
  padding: 1.3em 0;
  border-top: 1px solid #d1d1d1;
  padding: 15px 0;
}
.outlineList li article .item {
  width: 200px;
}
.outlineList li article .detail {
  width: 700px;
  line-height: 1.55;
}

/* ==========================================================================
   topaccessArea
========================================================================== */
.topaccessArea__wrap {
  background: url(/img/supercup/2023/BG_studium2.png) no-repeat;
  background-position: bottom;
  background-color: #003690;
  background-size: cover;
}
.topaccessArea__wrap > .CLM__half {
  padding: 80px 0;
  justify-content: center;
  align-items: center;
}
.topaccessArea__title {
  font-weight: bold;
  font-family: "Archivo Narrow", sans-serif;
  -moz-columns: #fff;
       columns: #fff;
  font-size: 100px;
  font-size: 10rem;
  color: #fff;
  text-align: right;
  padding-right: 40px;
  line-height: 1;
}
.topaccessArea__access {
  width: 55%;
}
.topaccessArea__howto .kome {
  display: inline-block;
  font-weight: normal;
}
.topaccessArea__howto .eki {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-left: 5px;
}
.topaccessArea__howto .eki span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 5px;
}
.topaccessArea__howto .time {
  font-weight: bold;
}
.topaccessArea__howto .time span {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
.topaccessArea__howto li {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- baseline;
  align-items: -webkit- baseline;
  align-items: baseline;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.topaccessArea__howto li:last-child {
  border-bottom: none;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   index.html　トップページ　END
========================================================================== 
========================================================================== 
========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   ticket.html　チケットページ　START
========================================================================== 
========================================================================== 
========================================================================== */
body.ticket .mfp-inline-holder .mfp-content {
  width: 90%;
  box-sizing: border-box;
  margin: 50px 0;
  padding: 30px 5%;
  background: #fff;
  text-align: center;
}
body.ticket .mfp-inline-holder .mfp-content .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
  text-align: center;
}
body.ticket .mfp-inline-holder .mfp-content .mfp-close {
  color: #fff;
  top: -44px;
  font-size: 60px;
  opacity: 1;
}
body.ticket .mfp-wrap {
  top: 0 !important;
}
body.ticket .mfp-container {
  padding: 0;
}

/* ==========================================================================
   footerbtnArea
========================================================================== */
.footerbtnArea {
  position: relative;
  background: url(/img/supercup/2025/bg/BG_ptn.jpg);
  background-position: center;
  content: "";
  width: 100%;
  height: 50%;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.footerbtnArea .day {
  margin-bottom: 40px;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
.scheduleArea {
  background: url(/img/supercup/2025/bg/BG_gray.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
.scheduleArea:after {
  content: "";
  background: url(/img/supercup/2025/bg/BG_naname_blue.png) repeat-y top center;
  background-size: cover;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
}
.scheduleArea:before {
  content: "";
  background: url(/img/supercup/2025/bg/BG_naname_gold.png) repeat-y top center;
  background-size: cover;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  background-position-y: 500px;
}
.scheduleArea__bnr {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.scheduleArea__bnr a:hover {
  opacity: 1;
}
.scheduleArea__bnr a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.scheduleArea__bnr img {
  transition: 0.5s all;
  width: 100%;
}
.scheduleArea > .heading__main.left {
  padding-left: 5%;
  margin-bottom: 50px;
}
.scheduleArea__article {
  position: relative;
  text-align: left;
  width: 80%;
  margin-left: 5%;
  border-radius: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: 1180px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.scheduleArea__article + .scheduleArea__article {
  margin-top: 8%;
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: 5%;
}
.scheduleArea__article > .accordionList.end .accordionIndex.end {
  padding: 0;
}
.scheduleArea__article > .accordionList.end .accordionIndex.end:before, .scheduleArea__article > .accordionList.end .accordionIndex.end:after {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 3px;
  background: #000;
  transition: 0.4s;
  z-index: 1;
}
.scheduleArea__article > .accordionList.end .accordionIndex.end:after {
  content: "";
  transform: translateY(-50%) rotate(90deg);
}
.scheduleArea__article > .accordionList.end .accordionIndex.end:before {
  content: "";
  transform: translateY(-50%);
}
.scheduleArea__article > .accordionList.end .accordionIndex.end.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.scheduleArea__article > .accordionList.end .accordionArticle.end {
  padding: 0;
}
.scheduleArea__article.right {
  text-align: right;
}
.scheduleArea__article.left {
  text-align: left;
}
.scheduleArea__article--top {
  background: #DEDFE0;
  padding: 5% 8%;
  position: relative;
}
.scheduleArea__article--top.pre:after, .scheduleArea__article--top.ippan:after {
  content: "";
  background: url(/img/supercup/2025/ticket/pre_batch.svg) top center;
  background-size: cover;
  background-size: 150px;
  height: 170px;
  width: 170px;
  position: absolute;
  left: 40px;
  top: 40px;
  background-repeat: no-repeat;
}
.scheduleArea__article--top.pre:after {
  background: url(/img/supercup/2025/ticket/pre_batch.svg) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.scheduleArea__article--top.ippan:after {
  background: url(/img/supercup/2025/ticket/ippan_batch.svg) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.scheduleArea__article--top .scheduleArea__article__title {
  text-align: center;
  margin-bottom: 0;
}
.scheduleArea__article--top .scheduleArea__article__title .jp {
  background: none;
  color: #003690;
  font-size: 50px;
  font-size: 5rem;
  padding: 0;
}
.scheduleArea__article--top .scheduleArea__article__title .jp__S {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #003690;
}
.scheduleArea__article--top .lead {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.scheduleArea__article--top .lead span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFDB3C 50%);
}
.scheduleArea__article--top .pointlist {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.scheduleArea__article--top .pointlist li {
  line-height: 1;
  padding: 1em 0;
  border-bottom: 2px solid #fff;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
.scheduleArea__article--top .pointlist li i {
  color: #af9c60;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}
.scheduleArea__article--bottom {
  background: #fff;
  padding: 5% 8%;
  position: relative;
}
.scheduleArea__article__info .btn__ticket {
  margin: 40px auto;
}
.scheduleArea__article__info dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.scheduleArea__article__info dl + dl {
  margin-top: 10px;
}
.scheduleArea__article__info dl dt {
  background: #af9c60;
  width: 200px;
  text-align: left;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1em;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.scheduleArea__article__info dl dt i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  margin-right: 0.1em;
}
.scheduleArea__article__info dl dd {
  padding: 1em;
  text-align: center;
  background: #E0E0E0;
  width: calc(100% - 150px);
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}
.scheduleArea__article__info dl dd.data {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 2rem 0;
}
.scheduleArea__article__info dl dd.data i {
  font-style: normal;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
}
.scheduleArea__article .senkobtnArea {
  margin: 30px 0;
}
.scheduleArea__article .senkobtnArea .btn + .btn {
  margin-top: 30px;
}
.scheduleArea__article .flow {
  margin: 40px auto 0;
  width: 100%;
}
.scheduleArea__article .flow dd figure {
  margin: 30px 0;
}
.scheduleArea__article .flow dd figure a {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.scheduleArea__article .flow dd figure img {
  width: 100%;
}
.scheduleArea__article .flow dd figure figcaption {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.scheduleArea__article .flow dd figure figcaption .step {
  background: #000;
  line-height: 1;
  color: #fff;
  border-radius: 10000px;
  padding: 0px 20px;
  margin-right: 10px;
  font-weight: bold;
}
.scheduleArea__article.noLink::before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
}

/* ==========================================================================
   ankrnav
========================================================================== */
.ankrnavArea {
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 0;
}
.ankrnavArea .ankrnav__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  width: 980px;
  margin: 0 auto;
}
.ankrnavArea .ankrnav__wrap > a, .ankrnavArea .ankrnav__wrap > span {
  background: #fff;
  width: 33.3333333333%;
  padding: 1em 0 2em;
  text-align: center;
  position: relative;
  border-left: 1px solid #E2E2E2;
}
.ankrnavArea .ankrnav__wrap > a:hover, .ankrnavArea .ankrnav__wrap > span:hover {
  opacity: 1;
  background: #f2f2f2;
}
.ankrnavArea .ankrnav__wrap > a:hover:after, .ankrnavArea .ankrnav__wrap > span:hover:after {
  bottom: 0px;
}
.ankrnavArea .ankrnav__wrap > a:last-child, .ankrnavArea .ankrnav__wrap > span:last-child {
  border-right: 1px solid #E2E2E2;
}
.ankrnavArea .ankrnav__wrap > a:after, .ankrnavArea .ankrnav__wrap > span:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
}
.ankrnavArea .ankrnav__wrap > a span, .ankrnavArea .ankrnav__wrap > span span {
  color: #000;
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.ankrnavArea .ankrnav__wrap.CLM__half > a, .ankrnavArea .ankrnav__wrap.CLM__half > span {
  margin-right: 0;
  width: 50%;
}

/* ==========================================================================
   ticketArea
========================================================================== */
.kokuritsubgArea {
  overflow: hidden;
}
.kokuritsubgArea .img {
  background: url(/img/supercup/2024/BG_kokuritsu.jpg) no-repeat;
  background-position: center;
  background-color: #003690;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.ticketArea {
  padding: 90px 0 0;
}
.ticketArea > .heading__main {
  padding-left: 5%;
}
.ticketArea__seat--wrap {
  border-radius: 50px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.ticketArea__seat--wrap img {
  width: 100%;
  margin-bottom: 30px;
}
.ticketArea__price {
  width: 100%;
  max-width: 1180px;
  margin: 90px auto;
  text-align: center;
}
.ticketArea__price .seat-category {
  margin: auto;
}
.ticketArea__price .seat-category table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
}
.ticketArea__price .seat-category table th, .ticketArea__price .seat-category table td {
  height: 50px;
  vertical-align: middle;
  color: #000;
}
.ticketArea__price .seat-category table th span, .ticketArea__price .seat-category table td span {
  font-size: 10px;
  font-size: 1rem;
}
.ticketArea__price .seat-category table th {
  background: #003690;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #fff;
  border: none;
}
.ticketArea__price .seat-category table th:nth-child(1) {
  width: 1%;
}
.ticketArea__price .seat-category table th:nth-child(2) {
  width: 20%;
}
.ticketArea__price .seat-category table th:nth-child(3) {
  width: 5%;
}
.ticketArea__price .seat-category table th:nth-child(4) {
  width: 25%;
}
.ticketArea__price .seat-category table th:nth-child(5) {
  width: 5%;
}
.ticketArea__price .seat-category table th:nth-child(6) {
  width: 10%;
}
.ticketArea__price .seat-category table th:nth-child(7) {
  width: 10%;
}
.ticketArea__price .seat-category table th:nth-child(8) {
  width: 10%;
}
.ticketArea__price .seat-category table td {
  background: #F2F2F2;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #000;
  border-right: 3px solid #fff;
}
.ticketArea__price .seat-category table td:nth-child(2) {
  border-right: 0;
}
.ticketArea__price .seat-category table td:nth-child(2), .ticketArea__price .seat-category table td:nth-child(4) {
  text-align: left;
  font-weight: bold;
  padding: 0 1em;
}
.ticketArea__price .seat-category table td:nth-child(5) {
  padding: 0 0.5em;
}
.ticketArea__price .seat-category table td:nth-child(1), .ticketArea__price .seat-category table td:nth-child(8) {
  border-right: 0;
}
.ticketArea__price .seat-category table td.price {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Archivo Narrow", sans-serif;
  text-align: center;
}
.ticketArea__price .seat-category table td.img {
  position: relative;
  padding: 0;
  border-right: 0;
}
.ticketArea__price .seat-category table td.img img {
  width: 100%;
  display: block;
}
.ticketArea__price .seat-category table td.img:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  font-weight: bold;
  right: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
}
.ticketArea__price .seat-category table td.img.noimg:after {
  content: none;
}
.ticketArea__price .seat-category table td.cate-1, .ticketArea__price .seat-category table td.cate-1-mikiri {
  background: #257d32;
}
.ticketArea__price .seat-category table td.cate-2, .ticketArea__price .seat-category table td.cate-2-mikiri {
  background: #be3431;
}
.ticketArea__price .seat-category table td.cate-3, .ticketArea__price .seat-category table td.cate-3-mikiri {
  background: #247b33;
}
.ticketArea__price .seat-category table td.cate-4, .ticketArea__price .seat-category table td.cate-4-mikiri {
  background: #be3434;
}
.ticketArea__price .seat-category table td.cate-5 {
  background: #dea121;
}
.ticketArea__price .seat-category table td.cate-6 {
  background: #fceb3e;
}
.ticketArea__price .seat-category table td.cate-7-1, .ticketArea__price .seat-category table td.cate-7-2, .ticketArea__price .seat-category table td.cate-7-3 {
  background: #40648c;
}
.ticketArea__price .seat-category table td.wheelchair-main, .ticketArea__price .seat-category table td.wheelchair-back, .ticketArea__price .seat-category table td.wheelchair-goal, .ticketArea__price .seat-category table td.sensory {
  background: #000;
}
.ticketArea__price .seat-category table td.jsapo {
  background: #133893;
}
.ticketArea__price .seat-category table td.terrace {
  background: #36afe7;
}
.ticketArea__price .seat-category table td.lounge {
  background: #920983;
}
.ticketArea__price .seat-category table td a {
  text-decoration: underline;
  font-weight: bold;
}
.ticketArea__price .seat-category table td img.ticket {
  height: 30px;
  vertical-align: middle;
  margin-left: 5px;
}
.ticketArea__price .seat-category table td i.north, .ticketArea__price .seat-category table td i.south {
  line-height: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #fff;
  margin: 0.1em;
  display: inline-block;
}
.ticketArea__price .seat-category table td i.north {
  background: #9b0020;
}
.ticketArea__price .seat-category table td i.south {
  background: #51318f;
}
.ticketArea__price .seat-category table tr {
  background: #F2F2F2;
  border-bottom: 3px solid #fff;
}
.ticketArea__price .seat-category table tr.nolink th, .ticketArea__price .seat-category table tr.nolink td:nth-child(n+2) {
  border: none;
  background: #838383;
}
.ticketArea__price .seat-category table tr.nolink th i, .ticketArea__price .seat-category table tr.nolink td:nth-child(n+2) i {
  opacity: 0.3;
}
.ticketArea__price .seat-category table tr.nolink th a, .ticketArea__price .seat-category table tr.nolink td:nth-child(n+2) a {
  color: #000;
  pointer-events: none;
}
.ticketArea__price .seat-category table tr.nolink th a img, .ticketArea__price .seat-category table tr.nolink td:nth-child(n+2) a img {
  opacity: 0.3;
}
.ticketArea__price .seat-category table tr.nolink th:after, .ticketArea__price .seat-category table tr.nolink td:nth-child(n+2):after {
  background: #838383;
}
.ticketArea__price .attention .kome {
  text-align: right;
}
.ticketArea__seatinfo {
  padding: 90px 0;
  background: url(/img/supercup/2025/bg/BG_black.jpg) no-repeat top center;
  background-size: cover;
  background-position: bottom;
}
.ticketArea__seatinfo .CLM__four {
  width: 90%;
  margin: 0 auto;
}
.ticketArea__seatinfo .CLM__four div {
  border-right: 1px solid #fff;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
}
.ticketArea__seatinfo .CLM__four div:last-child {
  border-right: none;
}
.ticketArea__seatinfo .CLM__four div .ttl {
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.ticketArea__seatinfo .CLM__four div .ttl .num {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 10000px;
  text-align: center;
  color: #fff;
  background: #003690;
  font-size: 23px;
  font-size: 2.3rem;
  position: relative;
  margin: 0 auto;
  margin-top: -30px;
  margin-right: 5px;
}
.ticketArea__seatinfo .CLM__four div .ttl .num:after {
  position: absolute;
  right: 10px;
  top: 0px;
  content: "*";
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.ticketArea__seatinfo .CLM__four div .subttl {
  background: #aaaaaa;
  color: #000;
  line-height: 1;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ticketArea__seatinfo .CLM__four div .img {
  margin-bottom: 1rem;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border: none;
}
.ticketArea__seatinfo .CLM__four div .img img {
  width: 100%;
}
.ticketArea__seatinfo .CLM__four div .txt {
  color: #fff;
  margin-bottom: 1rem;
}
.ticketArea__seatinfo .CLM__four div .accordionList {
  padding-bottom: 20px;
}
.ticketArea__seatinfo .CLM__four div .accordionList .list__style__disc {
  color: #fff;
}
.ticketArea__seatinfo .CLM__four div .accordionList .accordionIndex {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 1rem 3rem;
}
.ticketArea__seatinfo .CLM__four div .accordionList .accordionIndex:after {
  font-size: 14px;
  font-size: 1.4rem;
}
.ticketArea__seatinfo .CLM__four div .accordionList .accordionIndex:before {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  transition: 0.5s all;
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}
.ticketArea__seatinfo .CLM__four div .accordionList .accordionArticle {
  padding-top: 20px;
}
.ticketArea__seatinfo .CLM__four div .btn {
  margin-top: auto;
  width: 100%;
  line-height: 1.3;
}
.ticketArea__seatinfo .CLM__four div .btn.txt__bold p, .ticketArea__seatinfo .CLM__four div .btn.txt__bold span, .ticketArea__seatinfo .CLM__four div .btn.txt__bold i {
  font-weight: bold;
}
.ticketArea__seatinfo .CLM__four div .btn.nolink {
  background: #aaa;
  color: #7a7a7a;
}
.ticketArea__seatinfo .CLM__four div .btn.nolink p, .ticketArea__seatinfo .CLM__four div .btn.nolink span, .ticketArea__seatinfo .CLM__four div .btn.nolink i {
  color: #7a7a7a;
}
.ticketArea__seatinfo .CLM__four div .commonTable {
  margin-bottom: 2rem;
}
.ticketArea__seatinfo .CLM__four div .commonTable .kome {
  display: block;
  line-height: 1;
}
.ticketArea__seatinfo .CLM__four div .commonTable td, .ticketArea__seatinfo .CLM__four div .commonTable th {
  padding: 0.75em;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ==========================================================================
   specialticketArea
========================================================================== */
.specialticketArea {
  padding: 90px 0;
}
.specialticketArea__lead {
  margin-bottom: 90px;
}
.specialticketArea__leadtxt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}
.specialticketArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 980px;
  margin: 0 auto;
}
.specialticketArea__list--item {
  max-width: 300px;
  margin-bottom: 2%;
}
.specialticketArea__list--item a {
  padding: 10px 10px 20px;
  border: none;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  overflow: inherit;
  position: relative;
  background: #fff;
  color: #000;
  width: 100%;
  text-align: center;
}
.specialticketArea__list--item a:hover:after {
  color: #af9c60;
  bottom: 5px;
}
.specialticketArea__list--item a:after {
  color: #af9c60;
  transition: 0.5s all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  top: inherit;
}
.specialticketArea__list--item a img {
  padding: 20px 20px 10px;
}
.specialticketArea__list--item a span.num {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 10000px;
  text-align: center;
  color: #fff;
  background: #003690;
  font-size: 23px;
  font-size: 2.3rem;
  position: relative;
  margin: 0 auto;
  margin-top: -30px;
}
.specialticketArea__list--item a span.num:after {
  position: absolute;
  right: 10px;
  top: 0px;
  content: "*";
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.specialticketArea__list--item a span.txt {
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.kodokuArea {
  background: #fff;
  position: relative;
  z-index: 1;
}
.kodokuArea .contentsbox {
  padding: 0;
}
.kodokuArea .contentsbox:after {
  content: none;
}
.kodokuArea .contentsbox__wrap {
  box-shadow: none;
  padding: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
.kodokuArea .contentsbox__con .img img {
  max-width: 780px;
}
.kodokuArea .contentsbox__con .img.wide img {
  max-width: 100%;
}

/* ==========================================================================
   floatingnavArea
========================================================================== */
.floatingnavArea {
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  bottom: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  transition: 0.5s all;
  height: 0;
}
.floatingnavArea.is-active {
  opacity: 1;
  position: fixed;
  height: inherit;
}
.floatingnavArea__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  width: 980px;
  margin: 0 auto;
}
.floatingnavArea__wrap > a, .floatingnavArea__wrap > span {
  background: #fff;
  width: 33.3333333333%;
  padding: 1em 0 2em;
  text-align: center;
  position: relative;
  border-left: 1px solid #E2E2E2;
  margin-right: 0;
}
.floatingnavArea__wrap > a:hover, .floatingnavArea__wrap > span:hover {
  opacity: 1;
  background: #f2f2f2;
}
.floatingnavArea__wrap > a:hover:after, .floatingnavArea__wrap > span:hover:after {
  bottom: 0px;
}
.floatingnavArea__wrap > a:last-child, .floatingnavArea__wrap > span:last-child {
  border-right: 1px solid #E2E2E2;
}
.floatingnavArea__wrap > a:after, .floatingnavArea__wrap > span:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
}
.floatingnavArea__wrap > a span, .floatingnavArea__wrap > span span {
  color: #000;
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================
   ticket.html　チケットページ　END
========================================================================== 
========================================================================== 
========================================================================== */
/* ============================================
	premiumseat.html
============================================ */
body.premiumseat {
  background: #000;
  color: #fff;
}

.premiumseatkvArea {
  margin-top: 56px;
}
.premiumseatkvArea__kv img {
  width: 100%;
}
.premiumseatkvArea__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
.premiumseatkvArea__wrap--right {
  width: 50%;
}
.premiumseatkvArea__ttl {
  padding-right: 60px;
}
.premiumseatkvArea__ttl .en {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
  color: #af9c60;
  display: block;
  margin-bottom: 20px;
}
.premiumseatkvArea__ttl .jp {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold;
  color: #af9c60;
  display: block;
}
.premiumseatkvArea__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.6;
}

.premiumactivitiesArea {
  background: url(/img/leaguecup/2024/final/bg/BG_black_02.jpg);
  margin-top: 100px;
  padding: 200px 0 150px;
  position: relative;
}
.premiumactivitiesArea:after, .premiumactivitiesArea:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #000;
  border-bottom: 60px solid #000;
  border-left: 1000px solid transparent;
  border-right: 1000px solid #000;
}
.premiumactivitiesArea:before {
  transform: rotate(180deg);
  bottom: inherit;
  top: 0;
}
.premiumactivitiesArea .heading__main--white {
  padding-left: 5%;
}
.premiumactivitiesArea .ttl {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.premiumactivitiesArea .ttl .en {
  color: #af9c60;
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.premiumactivitiesArea__wrap {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
.premiumactivitiesArea__wrap--con {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-bottom: 80px;
}
.premiumactivitiesArea__wrap--con:nth-child(even) {
  margin-right: 0%;
}
.premiumactivitiesArea__wrap--con:nth-child(odd) {
  margin-right: 3%;
}
.premiumactivitiesArea__wrap--con img {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.premiumactivitiesArea__wrap--con figcaption .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.premiumactivitiesArea__wrap--con.wide {
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.premiumactivitiesArea__wrap--con.wide img {
  width: 60%;
  margin-bottom: 0;
}
.premiumactivitiesArea__wrap--con.wide figcaption {
  width: 40%;
  padding-left: 40px;
  box-sizing: border-box;
}
.premiumactivitiesArea__wrap.CLM__three .premiumactivitiesArea__wrap--con {
  margin-right: 2%;
}
.premiumactivitiesArea__wrap.CLM__three .premiumactivitiesArea__wrap--con:nth-child(3) {
  margin-right: 0;
}
.premiumactivitiesArea .btn {
  position: relative;
  z-index: 1;
}

.premiummatchinformationArea {
  margin: 100px 0;
}
.premiummatchinformationArea .sec__innerWide {
  padding: 0 5%;
}
.premiummatchinformationArea__card .card img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.premiumscheduleArea {
  margin: 100px 0;
}
.premiumscheduleArea .sec__innerWide {
  padding: 0 5%;
}
.premiumscheduleArea .kikan {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.premiumscheduleArea .kikan i {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  font-style: normal;
}
.premiumscheduleArea .txt {
  text-align: center;
}

.premiumpriceArea {
  margin: 100px 0;
}
.premiumpriceArea .sec__innerWide {
  padding: 0 5%;
}
.premiumpriceArea__map img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

.premiummapArea {
  margin: 100px 0;
}
.premiummapArea .sec__innerWide {
  padding: 0 5%;
}
.premiummapArea .map {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  color: #000;
}
.premiummapArea .map img {
  width: 100%;
}

.premiumtimtableArea {
  margin: 100px 0;
}
.premiumtimtableArea .sec__innerWide {
  padding: 0 5%;
}
.premiumtimtableArea .map {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.premiumtimtableArea .map img {
  width: 100%;
}
.premiumtimtableArea .btn {
  margin-bottom: 50px;
}

.premiumcontactArea {
  margin: 100px 0 0;
  background: #fff;
  color: #000;
}

/* ==========================================================================
   大会の歴史
========================================================================== */
body.history .history__header {
  box-sizing: border-box;
  width: 980px;
  margin: 50px auto;
}
body.history .history__header__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
body.history .historylist {
  background: url(/img/supercup/2022/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  background-position: bottom;
}
body.history .historylist article .article__inner {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
body.history .historylist__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  width: 980px;
  margin: auto;
}
body.history .historylist__wrap--line {
  width: 15px;
  position: relative;
}
body.history .historylist__wrap--line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  pointer-events: none;
  background: url(/img/supercup/2022/history/line.png) center top repeat-y;
  height: 100%;
  width: 26px;
  background-position: center;
}
body.history .historylist__wrap--line:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ac9a5f;
  position: absolute;
  top: 90px;
  border-radius: 100px;
}
body.history .historylist__wrap--num {
  width: 200px;
  position: relative;
}
body.history .historylist__wrap--con {
  width: calc(100% - 215px);
}
body.history .historylist p.day {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ac9a5f;
  text-align: left;
  margin-top: 50px;
}
body.history .historylist p.match {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #ac9a5f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
body.history .historylist p.match .embM {
  margin: 0;
}
body.history .historylist p.match em {
  font-weight: 900;
  color: #ac9a5f;
  padding: 0 1em;
}
body.history .historylist p.match i {
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
body.history .historylist_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
body.history .historylist_video {
  width: 46%;
  margin-right: 2%;
  position: relative;
}
body.history .historylist_video img {
  width: 100%;
}
body.history .historylist_video a:after {
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon3";
  content: "󬘁";
  color: #fff;
  line-height: 100%;
  opacity: 0.7;
}
body.history .historylist ul {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
body.history .historylist ul li {
  width: 49%;
}
body.history .historylist ul li:nth-child(even) {
  margin-left: 2%;
}
body.history .historylist ul li:nth-child(n+3) {
  margin-top: 2%;
}
body.history .historylist ul img {
  width: 100%;
}
body.history .historylist_num {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  position: relative;
  position: absolute;
  top: 0;
  padding-left: 10px;
  margin-top: 60px;
  color: #ac9a5f;
  line-height: 70px;
}
body.history .historylist_num span {
  font-weight: 900;
}
body.history .historylist_text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  color: #222;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.history .historylist_text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 800;
}
body.history .historylist_text h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
body.history .historylist .btn_open, body.history .historylist .btn_close {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}
body.history .historylist .btn_open span, body.history .historylist .btn_close span {
  width: 350px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: block;
  margin: auto;
}
body.history .lb-nav {
  margin-top: 0 !important;
}
body.history table.commonTable {
  border: 1px solid #d8d8d8;
  margin: 20px 0;
}
body.history table.commonTable caption {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
body.history table.commonTable tbody th {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
body.history table.commonTable tbody td {
  text-align: left;
  padding-left: 10px;
}

/* ==========================================================================
   cautionArea
========================================================================== */
.cautionArea a {
  color: #003690;
  text-decoration: underline;
}
.cautionArea .accordionList .accordionIndex {
  border: none;
  position: relative;
  cursor: pointer;
}
.cautionArea .accordionList .accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d0";
  position: relative;
  left: 5px;
  top: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s all;
}
.cautionArea .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

/* ==========================================================================
   eventArea
========================================================================== */
body.event .contentsbox:after {
  background-repeat: no-repeat;
}

.eventkvArea {
  background: #b9aa7c;
  padding: 90px 0 0;
}
.eventkvArea__bnr {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.eventkvArea__bnr img {
  width: 100%;
}
.eventkvArea__ankr {
  margin: 0 auto;
  background: #003690;
}
.eventkvArea__ankrlist {
  width: 100%;
  max-width: 980px;
  padding: 60px 0;
  margin: 0 auto;
}
.eventkvArea__ankrlist--item {
  margin-bottom: 1%;
  width: 49% !important;
  border: 1px solid #fff;
  margin-right: 2% !important;
}
.eventkvArea__ankrlist--item:nth-child(2n) {
  margin-right: 0 !important;
}
.eventkvArea__ankrlist--item a {
  background: #003690;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 1.5rem 4rem 1.5rem 7rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.eventkvArea__ankrlist--item a.nonum {
  padding-left: 4rem;
}
.eventkvArea__ankrlist--item a:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
  transition: 0.5s all;
}
.eventkvArea__ankrlist--item a .num {
  width: 40px;
  height: 40px;
  border-radius: 100000px;
  background: #fff;
  font-weight: bold;
  color: #003690;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}

.eventArea {
  padding-bottom: 90px;
}
.eventArea .contentsbox__ttl {
  margin: 0 auto;
  display: block;
}

.mapArea {
  position: relative;
  background: #fff;
}
.mapArea img {
  margin: 0 auto;
  display: block;
}

.modelcourseArea {
  background: url(/img/supercup/2025/bg/BG_sky.png);
  background-size: cover;
  background-position: center;
}
.modelcourseArea__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.modelcourseArea__ttl img {
  margin: 0 auto;
}
.modelcourseArea__lead {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}
.modelcourseArea__schedule {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
}
.modelcourseArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.modelcourseArea__list li {
  margin-right: 0 !important;
  width: 33.3333333333% !important;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.modelcourseArea__list li .dot {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 10000px;
  background-color: #003690;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.modelcourseArea__list li .dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  width: 100000%;
  height: 5px;
  background-color: #003690;
  z-index: 0;
}
.modelcourseArea__list li .box {
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  margin: 20px 20px 0;
  border: 5px solid #fff;
  border-radius: 30px;
  margin-top: 80px;
}
.modelcourseArea__list li figure {
  margin: 30px 10px;
  box-sizing: border-box;
}
.modelcourseArea__list li figure .time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 2em;
  border-radius: 6px;
  background-color: #003690;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}
.modelcourseArea__list li figure .ttl {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  text-align: center;
  vertical-align: middle;
}
.modelcourseArea__list li figure .ttl .num {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 10px;
}
.modelcourseArea__list li figure .ttl .txt {
  font-weight: bold;
}
.modelcourseArea__list li figure .ttl .txt span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.modelcourseArea__list li figure .txt {
  text-align: center;
}
.modelcourseArea__list li .img {
  display: block;
  width: 100%;
  margin-top: auto;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.modelcourseArea__list li .img img {
  width: 100%;
}

.eventhatsumodekvArea {
  position: relative;
  background: url(/img/supercup/2025/eventhatsumode/BG_lead_PC.jpg) no-repeat top center;
  background-color: #2c416e;
  padding-bottom: 10px;
}
.eventhatsumodekvArea:before {
  background: url(/img/supercup/2025/eventhatsumode/obi.svg) no-repeat top center;
  content: "";
  width: 100%;
  background-repeat: repeat-x;
  height: 30px;
  position: absolute;
  top: 0;
}
.eventhatsumodekvArea__img .ttl {
  z-index: 1;
  position: relative;
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}
.eventhatsumodekvArea__img--kumolist li {
  position: absolute;
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(1) {
  left: 0;
  top: 10%;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(2) {
  left: 10%;
  top: 30%;
  animation: fuwafuwa2 1.8s ease-in-out infinite alternate-reverse;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(3) {
  left: 0;
  top: 50%;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(4) {
  right: 0;
  top: 10%;
  animation: fuwafuwa2 1.8s ease-in-out infinite alternate-reverse;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(5) {
  right: 10%;
  top: 30%;
}
.eventhatsumodekvArea__img--kumolist li:nth-child(6) {
  right: 0;
  top: 50%;
}
.eventhatsumodekvArea__img--kumolist li img {
  z-index: 1;
  position: relative;
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}
.eventhatsumodekvArea__lead {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 50px;
}
.eventhatsumodekvArea__ankr {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.eventhatsumodekvArea__ankrlist {
  justify-content: space-between;
}
.eventhatsumodekvArea__ankrlist.onecontents > li {
  margin-right: 0 !important;
}
.eventhatsumodekvArea__ankrlist--item {
  margin-bottom: 1%;
  width: 49% !important;
  margin-right: 2% !important;
}
.eventhatsumodekvArea__ankrlist--item:nth-child(2n) {
  margin-right: 0 !important;
}
.eventhatsumodekvArea__ankrlist--item a {
  background: #fff3d3;
  color: #2c416e;
  font-weight: bold;
  display: block;
  text-decoration: none;
  outline: 2px solid #2c416e;
  outline-offset: -5px;
  padding: 1.5rem 4rem 1.5rem 7rem;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}
.eventhatsumodekvArea__ankrlist--item a.nonum {
  padding-left: 4rem;
}
.eventhatsumodekvArea__ankrlist--item a:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
  transition: 0.5s all;
}
.eventhatsumodekvArea__ankrlist--item a .num {
  width: 40px;
  height: 40px;
  background: url(/img/supercup/2025/eventhatsumode/num.svg) no-repeat top center;
  background-size: cover;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.eventhatsumodekvArea .musubi {
  position: relative;
}
.eventhatsumodekvArea .musubi img {
  width: 3000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eventhatsumodeArea {
  background: #FFF3D3;
  padding: 150px 0;
}
.eventhatsumodeArea__con {
  background: #fff;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  border: 2px solid #af9c60;
  outline: 2px solid #af9c60;
  outline-offset: -8px;
  position: relative;
}
.eventhatsumodeArea__con .num {
  background: url(/img/supercup/2025/eventhatsumode/num.svg) no-repeat top center;
}

/* ==========================================================================
   guideArea 事前ガイド
========================================================================== */
.guideArea__lead {
  padding: 60px 0;
  background: url(/img/leaguecup/2024/final/bg/BG_black_02.jpg);
  background-size: 100% auto;
}
.guideArea__img {
  position: relative;
}
.guideArea__img--ttl {
  z-index: 1;
  position: relative;
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}
.guideArea__img--txt {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.guideArea__img--playerlist li {
  position: absolute;
  top: 0;
}
.guideArea__img--playerlist li img {
  width: 100%;
}
.guideArea__img--playerlist li:nth-child(1) {
  left: calc(50% - 580px);
  width: 23%;
  top: 5%;
  max-width: 229px;
}
.guideArea__img--playerlist li:nth-child(2) {
  left: calc(50% - 380px);
  max-width: 120px;
  width: 11%;
}
.guideArea__img--playerlist li:nth-child(3) {
  right: calc(50% - 350px);
  width: 15%;
  top: 0%;
  max-width: 153px;
}
.guideArea__img--playerlist li:nth-child(4) {
  right: calc(50% - 550px);
  top: 4%;
  width: 23%;
  max-width: 230px;
}
.guideArea__ankr {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.guideArea__ankrlist--item {
  margin-bottom: 1%;
  width: 49% !important;
  margin-right: 2% !important;
}
.guideArea__ankrlist--item:nth-child(2n) {
  margin-right: 0 !important;
}
.guideArea__ankrlist--item a {
  position: relative;
  text-decoration: underline;
  background: #003690;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 10000px;
  display: block;
  line-height: 55px;
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}
.guideArea__ankrlist--item a:after {
  color: #003690;
  font-family: "ionicons";
  content: "\f35d";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  transition: 0.5s all;
  color: #fff;
  bottom: -2rem;
}
.guideArea__ankrlist--item a:hover:after {
  bottom: -1rem;
}
.guideArea__ankrlist--item a .txt__L {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 3px;
}
.guideArea__strengths {
  margin-bottom: 50px;
}
.guideArea__strengths .kobe + .hiroshima {
  margin-top: 90px;
}
.guideArea__strengths .kobe > .kome, .guideArea__strengths .hiroshima > .kome {
  margin-bottom: 50px;
}
.guideArea__strengths--ttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 30px;
}
.guideArea__strengths--ttl p {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
.guideArea__strengths--ttl .embLl {
  display: inline-block;
  vertical-align: middle;
}
.guideArea__strengths--txt {
  margin-bottom: 50px;
}
.guideArea__strengths--statscon {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.guideArea__strengths--statscon .ttl {
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 0;
  font-weight: bold;
}
.kobe .guideArea__strengths--statscon .ttl {
  background: #9b0020;
}
.hiroshima .guideArea__strengths--statscon .ttl {
  background: #51318f;
}
.guideArea__strengths--statscon .bottom {
  padding: 20px 10px;
  text-align: center;
}
.guideArea__strengths--statscon .bottom .num {
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
  width: auto;
}
.guideArea__strengths--statscon .bottom .rank {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.kobe .guideArea__strengths--statscon .bottom .rank {
  color: #9b0020;
}
.hiroshima .guideArea__strengths--statscon .bottom .rank {
  color: #51318f;
}
.guideArea__strengths--statscon .bottom span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
.guideArea__strengths--bnr {
  display: block;
  margin-bottom: 50px;
}
.guideArea__strengths--bnr img {
  width: 100%;
}
.guideArea__strengths--moviewrap > .ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.guideArea__strengths--movielist li {
  padding-right: 3%;
  border-right: 1px solid #000;
}
.guideArea__strengths--movielist li:nth-child(3) {
  margin-right: 0;
  border-right: none;
}
.guideArea__strengths--movielist li .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.guideArea__strengths--movielist li a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-right: 50px;
}
.guideArea__strengths--movielist li a:after {
  background: url(/img/supercup/2025/guide/icon_play.svg) repeat-y top center;
  content: "";
  display: inline-block;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.guideArea__strengths--movielist li a i {
  display: inline-block;
  font-size: 20px;
  color: #a5a5a5;
  vertical-align: middle;
  margin-left: 5px;
}
.guideArea__strengths--movielist li a .ttl {
  font-weight: bold;
}
.guideArea__compatibility {
  background: url(/img/supercup/2025/bg/BG_gray.jpg) repeat-y top center;
  background-size: cover;
}
.guideArea__compatibility--lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.guideArea__compatibility--leadtxt {
  text-align: center;
}
.guideArea__compatibility--leadkome {
  text-align: center;
  padding-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.guideArea__compatibility--match {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.guideArea__compatibility--match img {
  width: 100%;
  max-width: 980px;
}
.guideArea__compatibility--box {
  margin-bottom: 2%;
  background: #fff;
  border-radius: 10px;
}
.guideArea__compatibility--box a {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: block;
}
.guideArea__compatibility--box a:hover .wrap:after {
  right: 10px;
}
.guideArea__compatibility--box a .year {
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
}
.guideArea__compatibility--box a .wrap {
  padding: 20px;
  line-height: 1.5;
  position: relative;
}
.guideArea__compatibility--box a .wrap:after {
  font-family: "ionicons";
  content: "\f3d3";
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: 0.5s all;
}
.guideArea__compatibility--box a .wrap .card {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.guideArea__compatibility--box a .wrap .goal {
  font-size: 12px;
  font-size: 1.2rem;
}
.guideArea__pickup {
  background: #fff;
}
.guideArea__pickup--img {
  margin-bottom: 4%;
}
.guideArea__newplayers {
  position: relative;
}
.guideArea__newplayers:before {
  content: "";
  background: url(/img/supercup/2025/bg/BG_naname_gold.png) repeat-y top center;
  background-size: cover;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  background-position-y: 500px;
}
.guideArea__newplayers:after {
  content: "";
  background: url(/img/supercup/2025/bg/BG_naname_blue.png) repeat-y top center;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
}
.guideArea__newplayers .sec__innerWide {
  z-index: 1;
  position: relative;
}
.guideArea__newplayers .kobe + .hiroshima {
  margin-top: 50px;
}
.guideArea__newplayers .embM {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.guideArea__newplayers--ttl {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
}
.kobe .guideArea__newplayers--ttl {
  background: #9b0020;
}
.hiroshima .guideArea__newplayers--ttl {
  background: #51318f;
}
.guideArea__newplayers .commonTable {
  font-size: 14px;
  font-size: 1.4rem;
}
.guideArea__newplayers .commonTable tr, .guideArea__newplayers .commonTable td {
  font-size: 14px;
  font-size: 1.4rem;
}
.guideArea__newplayers .commonTable td {
  padding: 0.5em 2em;
}
.guideArea__endtxt {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 90px;
  z-index: 1;
  position: relative;
  color: #fff;
}

/* ==========================================================================
   matchArea
========================================================================== */
.playerArea {
  overflow: hidden;
}
.playerArea .heading__emb .embLl {
  margin: 0 auto;
}
.playerArea .player_box {
  position: relative;
  margin-bottom: 20px;
}
.playerArea .player_box > a > span {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #a99c63;
  padding: 3px 10px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 1;
}
.playerArea .player_box figure {
  height: 190px;
  overflow: hidden;
}
.playerArea .player_box .data {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  text-align: left;
  color: #fff;
  position: relative;
}
.playerArea .player_box .data .pos {
  background: #000;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: -20px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.playerArea .player_box .data .name {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-weight: "Noto Sans JP", sans-serif;
}
.playerArea .player_box .data ul {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.playerArea .player_box .data ul li {
  padding: 0px 10px;
}
.playerArea .player_box .btnwrap a {
  background: #af9c60;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1em 2em 1em 1em;
  color: #fff;
  position: relative;
  line-height: 1.3;
}
.playerArea .player_box .btnwrap a:hover {
  opacity: 1;
  background: #91814f;
}
.playerArea .player_box .btnwrap a:after {
  color: #fff;
  font-family: "ionicons";
  content: "\f30f";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.playerArea .player_box .btnwrap a .eng_S {
  font-family: "Archivo Narrow", sans-serif;
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.playerArea .tab1 .player_box .data, .playerArea .tab1 .player_box {
  background: #000;
}
.playerArea .tab1 .player_box .data .pos {
  background: #9b0020;
}
.playerArea .tab2 .player_box .data, .playerArea .tab2 .player_box {
  background: #231815;
}
.playerArea .tab2 .player_box .data .pos {
  background: #51318f;
}

body.featuredplayers .tabContents .sec__inner1100 {
  padding-bottom: 0;
}

/* ==========================================================================
   gourmetArea
========================================================================== */
.gourmetArea {
  margin-bottom: 90px;
}
.gourmetArea__btn {
  position: relative;
  background: #003690;
  padding: 5px 10px;
  color: #fff;
  width: 150px;
  display: block;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.gourmetArea__kv {
  background: #e3db8a;
}
.gourmetArea__kv--img {
  position: relative;
}
.gourmetArea__kv--img .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: 80%;
}
.gourmetArea__kv--img .ttl img {
  height: 100%;
}
.gourmetArea__map figure {
  line-height: 0;
}
.gourmetArea__map figure img {
  width: 100%;
}
.gourmetArea__map.map_img {
  margin: 0 auto 60px;
}
.gourmetArea__map img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 980px;
}
.gourmetArea__mapwrap {
  padding: 60px 0 90px;
  margin: 0 auto;
}
.gourmetArea__mapwrap p {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.gourmetArea__mapwrap .commonTable {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 980px;
  width: 100%;
}
.gourmetArea__mapwrap h3 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist {
  width: 90%;
  margin: 0 auto;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li {
  margin-bottom: 1px;
  width: calc((100% - 4px) / 3) !important;
  margin-right: 2px !important;
  position: relative;
  background: #003690;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li:nth-child(3n) {
  margin-right: 0 !important;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li:after {
  transition: 0.5s all;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #af9c60;
  font-weight: bold;
  transition: 0.5s all;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span {
  vertical-align: middle;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span:first-child {
  width: 30px;
  height: 30px;
  border-radius: 100000px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span.embS {
  margin-right: 0;
  display: inline-block;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span.name {
  position: relative;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li span.small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.gourmetArea__mapwrap .gourmetArea__ankrlist li a {
  background: #003690;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 0.5rem 4rem 0.5rem 7rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.gourmetArea__cache {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 980px;
  width: 100%;
}
.gourmetArea__cache .accordionIndex {
  border-bottom: 1px solid #000;
}
.gourmetArea__cache img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.gourmetArea > section {
  box-sizing: border-box;
  width: 90%;
  margin: 90px auto 0;
  max-width: 1380px;
}
.gourmetArea > section h3 {
  font-weight: bold;
  font-size: 26px;
  color: #003690;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}
.gourmetArea > section .g_kv {
  width: 50%;
  margin: 0 auto 35px;
}
.gourmetArea > section .g_kv img {
  width: 100%;
}
.gourmetArea > section ul.g_list li {
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.gourmetArea > section ul.g_list li h4 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #003690;
  margin-bottom: 10px;
}
.gourmetArea > section ul.g_list li h4 .number {
  display: block;
  background: #003690;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
  text-align: center;
  font-weight: bold;
  width: 25px;
  line-height: 25px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 13px;
}
.gourmetArea > section ul.g_list li > p {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 30px 30px 0 0;
  vertical-align: middle;
  padding: 0.5em 0;
  line-height: 1;
}
.gourmetArea > section ul.g_list li > p span {
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.gourmetArea > section ul.g_list li dl {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 0%;
}
.gourmetArea > section ul.g_list li dl dt {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.gourmetArea > section ul.g_list li dl dd {
  position: relative;
  flex: 1;
  height: 100%;
  min-height: 0%;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.gourmetArea > section ul.g_list li dl dd p {
  margin-top: 10px;
  text-align: left;
}
.gourmetArea > section ul.g_list li dl dd a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 298px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.gourmetArea > section ul.g_list li dl dd a::after {
  font-family: "fontawesome";
  content: "\f0a9";
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  right: 1em;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.gourmetArea .embtokushima, .gourmetArea .embJleague {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.gourmetArea .embtokushima img, .gourmetArea .embJleague img {
  height: 100%;
  width: inherit;
  display: block;
}

.gourmetArea > section ul.g_list li > p span.embtokushima, .gourmetArea > section ul.g_list li > p span.embJleague {
  height: 35px;
}

.gourmetArea > section#g_03 .g_kv {
  width: 70%;
}

body.gourmet {
  /* ==========================================================================
     photoslider
  ========================================================================== */
}
body.gourmet .mfp-bg {
  z-index: 11111112;
}
body.gourmet .mfp-wrap {
  z-index: 11111113;
}
body.gourmet .mfp-content {
  padding: 70px 0;
  box-sizing: border-box;
}
body.gourmet .mfp-container {
  opacity: 1;
}
body.gourmet .mfp-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
body.gourmet .popup-modal-dismiss a {
  border: 2px solid #003690;
  padding: 10px;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  font-weight: 700;
}
body.gourmet .ps_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0;
  z-index: 1;
  position: relative;
}
body.gourmet .ps_wrap ul {
  font-size: 0;
  line-height: 0;
}
body.gourmet .ps_wrap ul li {
  width: 200px;
}
body.gourmet .ps_wrap ul li img {
  width: 100%;
}
body.gourmet .slick-list {
  overflow: visible !important;
}

.gourmetArea__list--popup {
  background: #FFF;
  width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.gourmetArea__list--popup > img {
  margin-bottom: 30px;
  width: 100%;
}
.gourmetArea__list--popup .area {
  padding: 3px 10px;
  color: #fff;
  display: table;
  margin-left: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.gourmetArea__list--popup .area span {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
.gourmetArea__list--popup .area.east {
  background: #2aa354;
}
.gourmetArea__list--popup .area.west {
  background: #f88303;
}
.gourmetArea__list--popup .text__honbun {
  text-align: left;
}
.gourmetArea__list--popup h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
.gourmetArea__list--popup .othermenu ul li {
  width: auto;
  border: none;
  padding: 0;
  margin-right: 40px;
}
.gourmetArea__list--popup .othermenu ul li span {
  font-weight: bold;
}
.gourmetArea__list--popup .othermenu ul li span.kome {
  font-weight: normal;
  display: inline;
}
.gourmetArea__list--popup .comment .wrap_sns {
  position: relative;
  width: 32%;
  margin-right: 2%;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.gourmetArea__list--popup .comment .wrap_sns:nth-child(3n) {
  margin-right: 0;
}
.gourmetArea__list--popup .comment .wrap_sns a {
  background: #fff;
  border: 1px solid #cfd9de;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  display: block;
}
.gourmetArea__list--popup .comment .wrap_sns a p:nth-child(3) {
  word-wrap: break-word;
}
.gourmetArea__list--popup .comment .wrap_sns .icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.gourmetArea__list--popup .comment .wrap_sns .name {
  vertical-align: middle;
  width: calc(100% - 44px);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.gourmetArea__list--popup .comment .wrap_sns .name span.idname {
  font-weight: normal;
  color: #536471;
  font-size: 12px;
  font-size: 1.2rem;
}
.gourmetArea__list--popup .comment .wrap_sns .wrap_sns p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.gourmetArea__list--popup .comment .wrap_sns time {
  color: #536471;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0;
  display: block;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap {
  width: 49%;
  display: inline-block;
  height: 110px;
  overflow: hidden;
  position: relative;
  background: #dbdbdb;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap:only-of-type {
  width: 100%;
  height: 250px;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150%;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: block;
}

.spDISP {
  display: none;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}