@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/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("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;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("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------
leaguecup2025_final.scss
------------------------------------*/
.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 #E60C11;
}

.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__circle {
  list-style: disc;
  text-align: left;
}
.list__style__disc li, .list__style__circle 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;
}

.main {
  overflow: hidden;
}

a:hover {
  opacity: 1;
}
a img {
  transition: 0.3s ease-in-out;
}

.pcDISP {
  display: block;
}

.spDISP {
  display: none;
}

#pageTop {
  bottom: 230px;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.5s all;
}

html {
  overscroll-behavior: none;
}

body {
  background: #fff;
  overscroll-behavior: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeHere {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* 少し大きく */
  }
  100% {
    transform: scale(1);
  }
}
/* ============================================
	parts
============================================ */
.sec__inner1180 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.heading__main {
  margin-bottom: 50px;
}
.heading__main .en {
  margin-left: 5%;
  font-weight: BOLD;
  font-size: 76px;
  font-size: 7.6rem;
  line-height: 1;
}
.heading__main .jp {
  line-height: 1;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}
.heading__main.center {
  text-align: center;
}
.heading__main.center .en, .heading__main.center .jp {
  text-align: center;
  display: block;
}
.heading__main.center .jp {
  margin-top: 5px;
}
.heading__second {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 40px;
}
.heading__second .en {
  margin-left: 5%;
  font-weight: BOLD;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.heading__second .jp {
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.heading__second.inversion {
  border-bottom: 1px solid #fff;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc, .list__style__circle {
  list-style: disc;
  text-align: left;
}
.list__style__disc li, .list__style__circle li {
  margin-left: 1em;
  list-style: disc;
  line-height: 1.5;
}
.list__style__disc li + li, .list__style__circle li + li {
  margin-top: 0.5em;
}
.list__style__circle li {
  list-style-type: circle;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li + li {
  margin-top: 0.5em;
}
.list__style__annotation li {
  list-style: none;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__annotation li + li {
  margin-top: 0.5em;
}
.list__style__annotation li:before {
  content: "※";
}

.btn__S {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #000;
  min-width: 200px;
  max-width: 200px;
}
.btn__S:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  right: 20px;
}
.btn__M {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 360px;
  max-width: 360px;
  position: relative;
  background: #000;
}
.btn__M:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  right: 20px;
}
.btn__M:hover {
  opacity: 0.6;
}
.btn__L {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 600px;
  max-width: 600px;
  position: relative;
  background: #000;
}
.btn__L:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  right: 20px;
}
.btn__L:hover {
  opacity: 0.6;
}
.btn__ticket, .btn__hospitality {
  width: 700px;
  background: url(/img/leaguecup/2023/final/bg/BG_btn_red.png) no-repeat top left;
  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;
  box-shadow: -7px 7px 0px #8b110d;
  transition: 0.3s;
}
.btn__ticket.pcDISP, .btn__hospitality.pcDISP {
  display: flex;
}
.btn__ticket:hover, .btn__hospitality:hover {
  box-shadow: unset;
  transform: translate(-4px, 4px);
}
.btn__ticket:hover img, .btn__hospitality:hover img {
  opacity: 1;
}
.btn__ticket img, .btn__hospitality img {
  height: 50px;
  margin-right: 10px;
}
.btn__ticket p, .btn__hospitality p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
}
.btn__ticket p .txt__S, .btn__hospitality p .txt__S {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}
.btn__ticket:after, .btn__hospitality:after {
  content: "";
  font-weight: bold;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: url(/img/leaguecup/2023/final/icon_right_b.svg) no-repeat 50% 50%;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.btn__ticket:before, .btn__hospitality: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__ticket.nolink, .btn__hospitality.nolink {
  pointer-events: none;
  background: url(/img/leaguecup/2023/final/bg/BG_btn_black.png) no-repeat top left;
  box-shadow: -7px 7px 0px #000;
}
.btn__ticket.nolink img, .btn__ticket.nolink p, .btn__hospitality.nolink img, .btn__hospitality.nolink p {
  opacity: 0.5;
}
.btn__ticket.nolink:after, .btn__hospitality.nolink:after {
  opacity: 0.5;
}
.btn__ticket.nolink:before, .btn__hospitality.nolink:before {
  content: none;
}
.btn__hospitality {
  background: url(/img/leaguecup/2023/final/bg/BG_btn_brown.png) no-repeat top left;
  box-shadow: -7px 7px 0px #5C522E;
}
.btn__hiroshima {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_hiroshima.jpg) no-repeat top left;
  box-shadow: -7px 7px 0px #301e54;
}
.btn__hiroshima.nolink {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_hiroshima_nolink.jpg) no-repeat top left;
}
.btn__kashiwa {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_kashiwa.jpg) no-repeat top left;
  box-shadow: -7px 7px 0px #b0a402;
}
.btn__kashiwa p, .btn__kashiwa span {
  color: #000 !important;
}
.btn__kashiwa p span, .btn__kashiwa span span {
  color: #000 !important;
}
.btn__kashiwa.nolink {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_kashiwa_nolink.jpg) no-repeat top left;
}
.btn__kashiwa.nolink p {
  color: #fff !important;
}
.btn__border {
  border: 1px solid #fff;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  80% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.btn__gold {
  background: url(/img/leaguecup/2023/final/bg/BG_btn_brown.png) no-repeat top left !important;
}
.btn__gray {
  background: #585858;
  color: #fff;
  position: relative;
  box-shadow: 0 5px 0 #000;
  line-height: 50px;
  border-radius: 35px;
  height: 50px;
  width: 350px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  border: 2px solid #000;
}
.btn__gray:after {
  content: "";
  font-weight: bold;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: url(/img/leaguecup/2023/final/icon_right_w.svg) no-repeat 50% 50%;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.btn__gray:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}

.icon:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  right: 20px;
}
.icon__zoom:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
}
.icon__gaibu {
  padding-left: 20px;
}
.icon__gaibu:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  left: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
}

.txt__red {
  color: #E60C11;
}
.txt__white {
  color: #fff;
}
.txt__black {
  color: #000;
}
.txt__gold {
  color: #AD9653;
}
.txt__bold {
  font-weight: bold;
}
.txt__normal {
  font-weight: normal;
}

.commonTable {
  border-left: 1px solid #d8d8d8;
}
.commonTable tr th, .commonTable tr td {
  font-size: 14px;
  font-size: 1.4rem;
}
.commonTable tr th {
  text-align: center;
  background-color: #eee;
}
.commonTable tr td {
  border-right: 1px solid #d8d8d8;
}

.kome {
  display: inline-block;
}

.specialHeader {
  background: #E60C11;
  height: 56px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.specialHeader__jLogo {
  position: absolute;
  right: 60px;
}
.specialHeader__leaguecupLogo {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
}
.specialHeader__gnav__li {
  height: 56px;
  line-height: 56px;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  height: 56px;
}
.specialHeader__gnav__li a i, .specialHeader__gnav__li span i {
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
}
.specialHeader__gnav__li a:hover {
  background: #8B110D;
}
.specialHeader__gnav__li span:hover {
  background: #E60C11;
}
.specialHeader__gnav__li.ticket {
  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__gnav__li.ticket a {
  background: #AD9653;
  width: 90px;
  height: 36px;
  line-height: 36px;
  border-radius: 1000px;
  text-align: center;
  letter-spacing: -0.05em;
  display: block;
  position: relative;
  font-weight: BOLD;
  color: #fff;
  margin-right: 5px;
}
.specialHeader__gnav__li.ticket a:hover {
  opacity: 0.4;
}
.specialHeader__gnav__li.hospitalityseat {
  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__gnav__li.hospitalityseat a {
  background: #000;
  height: 36px;
  line-height: 36px;
  border-radius: 1000px;
  text-align: center;
  letter-spacing: -0.05em;
  display: block;
  position: relative;
  font-weight: BOLD;
  color: #fff;
  margin-right: 5px;
}
.specialHeader__gnav__li.hospitalityseat a:hover {
  opacity: 0.4;
}
.specialHeader__subnav {
  top: 56px;
}
.specialHeader__subnav li a {
  transition: 0.3s ease-in-out;
}
.specialHeader__subnav li a:hover {
  background: #adb3b5;
  color: #E60C11;
}

.otherkvArea {
  margin-top: 55px;
}
.otherkvArea__ttl {
  background: url(/img/leaguecup/2025/final/header_others_PC.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding: 50px 5% 50px;
  border-top: 1px solid #FFF;
  padding-left: 5%;
  background-color: #fff;
}
.otherkvArea__ttl .en {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
}
.otherkvArea__ttl .jp {
  z-index: 1;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}

.accordionList .accordionIndex {
  position: relative;
  font-weight: bold;
}
.accordionList .accordionIndex:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  right: 10px;
  background: #AD9653;
  transform: translateY(-50%);
}
.accordionList .accordionIndex:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 3px;
  background: #AD9653;
  transition: 0.4s;
  transform: translateY(-50%) rotate(90deg);
}
.accordionList .accordionIndex.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.txtcontents p {
  font-size: 14px;
  font-size: 1.4rem;
}
.txtcontents .list__style__disc + .txtcontents__box, .txtcontents .list__style__circle + .txtcontents__box {
  margin-top: 30px;
}
.txtcontents__box {
  padding: 30px;
}
.txtcontents__box strong {
  margin-bottom: 0.5em;
  display: inline-block;
}
.txtcontents__box.white {
  background: #fff;
}
.txtcontents__box.white p, .txtcontents__box.white strong {
  color: #000;
}

.bg__white {
  background: #fff;
}
.bg__brown {
  background: url(/img/leaguecup/2023/final/bg/BG_btn_brown.png) no-repeat top left;
  background-size: 100% auto;
  background-repeat: repeat;
}
.bg__lightbrown {
  background: url(/img/leaguecup/2021/final/BG_browngray.jpg) repeat-y top center;
  background-size: 100% auto;
}
.bg__lightgry {
  background: #E4E4E4;
}

.youtube {
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnr {
  background: #000;
  color: #fff;
  border: 3px solid #fff;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  z-index: 9999999;
  bottom: 0px;
  right: 0;
  width: 600px;
  padding: 20px 0;
  background-size: 100% auto;
  box-sizing: border-box;
  transition: all 0.5s ease;
  text-align: center;
}
.floatingbnr > h5 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.floatingbnr > h5 i {
  font-style: normal;
  font-weight: bold;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.floatingbnr.is-active {
  opacity: 1;
  position: fixed;
}
.floatingbnr .btn {
  width: 95%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  background: url(/img/leaguecup/2023/final/bg/BG_btn_red.png) no-repeat top left;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 #8b110d;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.floatingbnr .btn.btn__gold {
  box-shadow: -7px 7px 0px #5C522E;
}
.floatingbnr .btn.spDISP {
  display: none;
}
.floatingbnr .btn: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;
}
.floatingbnr .btn .kome {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 1.4rem !important;
}
.floatingbnr .btn:after {
  content: "";
  font-weight: bold;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: url(/img/leaguecup/2023/final/icon_right_b.svg) no-repeat 50% 50%;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.floatingbnr .btn:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}
.floatingbnr .btn.nolink {
  pointer-events: none;
  background: url(/img/leaguecup/2023/final/bg/BG_btn_black.png) no-repeat top left;
  box-shadow: 0 10px 0 #000;
  color: #898989;
}
.floatingbnr .btn.nolink:after {
  background: url(/img/leaguecup/2023/final/icon_right_w.svg) no-repeat 50% 50%;
  opacity: 0.35;
  background-size: 20px;
}
.floatingbnr .btn.nolink:before {
  animation: none;
  content: none;
}
.floatingbnr .btn.nolink img {
  opacity: 0.6;
}
.floatingbnr .btn img {
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.floatingbnr .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;
}
.floatingbnr .btn__close .icon:after {
  content: none;
}
.floatingbnr .btn__close:hover {
  opacity: 1;
  background: #E60C11;
}

.floatingbnr.wide {
  width: 100%;
  padding: 10px 10px 15px;
  box-sizing: border-box;
}
.floatingbnr.wide > h5 img {
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.floatingbnr.wide .CLM__three > div {
  width: 32.6666666667% !important;
  margin-right: 1% !important;
}
.floatingbnr.wide .CLM__three > div:nth-child(3) {
  margin-right: 0 !important;
}
.floatingbnr.wide .btn {
  width: 100%;
  font-size: 1.3vw;
  font-size: min(1.3vw, 16px);
}
.floatingbnr.wide .btn .txt__S {
  font-weight: bold;
  font-size: 1vw;
  font-size: min(1vw, 14px);
}
.floatingbnr.wide .btn img {
  width: auto;
  height: 2.5vw;
}
.floatingbnr.wide .btn:after {
  content: none;
}
.floatingbnr.wide .btn__hiroshima {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_hiroshima.jpg) no-repeat top left;
  background-size: 130%;
}
.floatingbnr.wide .btn__hiroshima.nolink {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_hiroshima_nolink.jpg) no-repeat top left;
}
.floatingbnr.wide .btn__hiroshima.nolink img {
  opacity: 0.6;
}
.floatingbnr.wide .btn__kashiwa {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_kashiwa.jpg) no-repeat top left;
  background-size: 130%;
}
.floatingbnr.wide .btn__kashiwa.nolink {
  background: url(/img/leaguecup/2025/final/bg/BG_btn_kashiwa_nolink.jpg) no-repeat top left;
}
.floatingbnr.wide .btn__kashiwa.nolink img {
  opacity: 0.6;
}

.floatingbnrAI {
  display: block;
  opacity: 0;
  z-index: 9999999;
  bottom: 0px;
  right: 20px;
  transition: all 0.5s ease;
  width: 100px;
}
.floatingbnrAI.is-active {
  opacity: 1;
  position: fixed;
}
.floatingbnrAI img {
  width: 100%;
}
.floatingbnrAI .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  font-size: 20px;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #FFF;
  background: #646464;
  color: #FFF;
  position: absolute;
  right: 0px;
  top: -20px;
}
.floatingbnrAI .btn__close .icon:after {
  content: none;
}
.floatingbnrAI .btn__close:hover {
  opacity: 1;
  background: #E60C11;
}

/* ============================================
	kv
============================================ */
body.leaguecup2025_final.finalTop {
  background: #000;
}

.kvArea {
  background: #000;
  padding-top: 56px;
  opacity: 0;
  animation: fadeHere 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
.kvArea img {
  width: 100%;
}
.kvArea__card .card {
  width: 60%;
  margin: 0 auto;
  padding: 40px 0;
}
.kvArea__score {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 40px;
  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;
}
.kvArea__score .emb {
  width: 20%;
  text-align: center;
}
.kvArea__score .emb img {
  width: 70%;
}
.kvArea__score .emb .name {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.kvArea__score .center .score {
  color: #fff;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.2em;
}
.kvArea__score .center .score a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  line-height: 1;
}
.kvArea__score .center .score a:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.kvArea__score .center .status {
  display: block;
  line-height: 1;
  line-height: 1;
  font-weight: bold;
  padding: 0.3em 1em;
  font-size: 20px;
  font-size: 2rem;
  background: #fff;
  color: #000;
}

.ps_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0;
  opacity: 0;
  animation: fadeHere 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
.ps_wrap ul {
  font-size: 0;
  line-height: 0;
}
.ps_wrap ul li {
  width: 200px;
}
.ps_wrap ul li img {
  width: 100%;
}

.slick-list {
  overflow: visible !important;
}

/* ============================================
	navArea
============================================ */
.navArea {
  background: #000;
  margin: 3px 0;
}
.navArea__list {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
.navArea__list--item {
  width: calc((100% - 2px) / 3) !important;
  margin: 0 !important;
}
.navArea__list--item a {
  height: 90px;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
  padding-top: 10px;
  position: relative;
}
.navArea__list--item a:after {
  font-family: "ionicons";
  content: "\f35d";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.navArea__list--item a:hover {
  opacity: 0.8;
}
.navArea__list--item a:hover:after {
  color: #E60C11;
  bottom: -5px;
  transition: 0.3s ease-in-out;
}
.navArea__list--item:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* ============================================
	ticketbtnArea
============================================ */
.ticketbtnArea {
  background: url(/img/leaguecup/2023/final/bg/BG_ticket_PC.jpg);
  background-size: 1000px 1000px;
  padding: 80px 0;
  animation: bg 100s infinite linear;
}
.ticketbtnArea .btn + .btn {
  margin-top: 40px;
}

@keyframes bg {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
/* ============================================
	index.html
============================================ */
.finalTicket .bnrArea {
  margin-bottom: 100px;
}
.finalTop .bnrArea {
  padding: 100px 0;
  background: #fff;
}
.bnrArea__wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.bnrArea a {
  display: block;
}
.bnrArea a + a {
  margin-top: 30px;
}
.bnrArea a img {
  width: 100%;
}

body.finalTop .seatpriceArea {
  padding: 100px 0 0;
}

body.finalTop .scheduleArea__info {
  margin-bottom: 0;
}

.newsArea {
  background: #bd000e;
  padding: 100px 0;
}
.newsArea .heading__main .en, .newsArea .heading__main .jp {
  color: #fff;
}
.newsArea .slick-track {
  display: flex;
}
.newsArea .slick-slide {
  height: auto !important;
}
.newsArea__list {
  position: relative;
}
.newsArea__list .slick-arrow {
  display: none !important;
}
.newsArea__list .slick-track {
  margin-left: 0;
}
.newsArea__list li {
  width: 100%;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.newsArea__list li a {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: 0.5s all;
}
.newsArea__list li a:hover figure img {
  transform: scale(1.1);
}
.newsArea__list li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  display: block;
  height: 200px;
  bottom: 0;
  position: absolute;
}
.newsArea__list li a figure img {
  width: 100%;
  transition: 0.5s all;
}
.newsArea__list li a figure figcaption {
  color: #fff;
  padding: 100px 20px 20px;
  box-sizing: border-box;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  z-index: 11;
  text-align: left;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.newsArea__bottomlist {
  border-top: 1px solid #fff;
}
.newsArea__bottomlist li {
  border-bottom: 1px solid #fff;
}
.newsArea__bottomlist li a {
  color: #fff;
  padding: 1.5em;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  padding-right: 4em;
}
.newsArea__bottomlist li a:hover {
  opacity: 0.6;
}
.newsArea__bottomlist li a:hover:after {
  right: 0.5em;
}
.newsArea__bottomlist li a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d6";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  z-index: 11;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.newsArea__bottomlist li a p data {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
}
.newsArea__bottomlist .js-btn-more, .newsArea__bottomlist .js-btn-close {
  color: #fff;
}
.newsArea .js-btn-more, .newsArea .js-btn-close {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.newsArea__inner {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0 0px;
}

.stadiummapArea {
  background: url(/img/leaguecup/2023/final/bg/BG_btn_red.png) no-repeat top left;
  background-repeat: repeat;
}
.stadiummapArea .heading__main .jp {
  color: #fff;
}
.stadiummapArea .map {
  background: #fff;
  margin: 0 auto;
  width: 980px;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  border-top: 15px solid #ad9653;
  border-radius: 5px;
}
.stadiummapArea .map img {
  width: 100%;
  margin-bottom: 30px;
}

.topmatchArea {
  padding: 100px 0;
  background: url(/img/leaguecup/2020/final/BG_btn_brown.png) no-repeat top left;
  background-size: 100% auto;
  background-repeat: repeat;
}
.topmatchArea .heading__main .jp, .topmatchArea .heading__main .en {
  color: #fff;
}
.topmatchArea__lead {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
.topmatchArea__con {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
.topmatchArea__con--txt {
  padding: 50px;
  box-sizing: border-box;
}
.topmatchArea__con--txt .CLM__half {
  align-items: center;
}
.topmatchArea__con--txt .ttl .name .en {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 20px;
}
.topmatchArea__con--txt .ttl .name .jp {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  font-size: min(1.9vw, 26px);
}
.topmatchArea__con--txt .ttl .btn {
  background: #fff;
  color: #000;
  margin-left: 0;
  padding: 15px 0;
  min-width: auto;
}
.topmatchArea__con--txt .ttl .btn:hover {
  opacity: 0.6;
}
.topmatchArea__con--txt .ttl .btn:after {
  color: #000;
}
.topmatchArea__con--txt .btnlist {
  width: 48%;
}
.topmatchArea__con--txt .btnlist > li {
  border-bottom: 1px solid #fff;
}
.topmatchArea__con--txt .btnlist > li a {
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 100%;
  display: block;
  vertical-align: middle;
  color: #fff;
}
.topmatchArea__con--txt .btnlist > li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  color: #fff;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  right: 20px;
}
.topmatchArea__con--txt .btnlist > li a:hover:after {
  right: 10px;
}
.topmatchArea__con--txt .btnlist > li a img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}
.topmatchArea__con:nth-child(2) .topmatchArea__con--img {
  order: 2;
}
.topmatchArea__con:nth-child(2) .topmatchArea__con--txt {
  order: 1;
}

.topEventmapArea {
  background: #fff;
  padding: 100px 0;
}
.topEventmapArea__wrap {
  max-width: 1512px;
  width: 90%;
  margin: 0 auto;
}
.topEventmapArea .img {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.topEventmapArea .img img {
  width: 100%;
}

.topEventArea {
  background: #e4e4e4;
  padding: 100px 0;
}
.topEventArea__eventwrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.topEventArea__eventwrap > .btn.btn__L {
  margin-top: 50px;
}
.topEventArea__nav {
  width: 100%;
  margin: 0 auto;
}
.topEventArea__nav li {
  box-sizing: border-box;
  position: relative;
  width: 49%;
  margin-right: 1%;
  border-radius: 10000px;
  background: #fff;
}
.topEventArea__nav li:nth-child(n+3) {
  margin-top: 1%;
}
.topEventArea__nav li a {
  border-radius: 10000px;
  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;
  color: #000;
  background: #fff;
  padding: 0.5em 1em 0.5em 0.5em;
  border: 1px solid #fff;
}
.topEventArea__nav li a:after {
  border-radius: 0 10000px 10000px 0;
  font-family: "ionicons";
  content: "\f3d6";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  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;
  height: 100%;
  background: #AD9653;
  width: 40px;
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.topEventArea__nav li a span {
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-family: "Antonio", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  background: url(/img/leaguecup/2025/final/icon/prime.png) top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.topEventArea__nav li a p {
  font-weight: bold;
  width: calc(100% - 65px);
}

.topgourmetArea, .topgoodsArea {
  background: url(/img/leaguecup/2025/final/bg/BG_black_02.jpg);
  padding: 100px 0;
  background-size: contain;
  background-repeat: repeat;
}
.topgourmetArea__con .heading__main .jp, .topgourmetArea__con .heading__main .en, .topgoodsArea__con .heading__main .jp, .topgoodsArea__con .heading__main .en {
  color: #fff;
}
.topgourmetArea__con p, .topgoodsArea__con p {
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.topgourmetArea__con .btn, .topgoodsArea__con .btn {
  margin-top: 50px;
}

.topgourmetArea__con .btn {
  background: #fff;
  color: #000;
  margin: 0 auto;
  margin-top: 50px;
}
.topgourmetArea__con .btn:after {
  color: #000;
}

.topgoodsArea {
  padding: 100px 0;
  background: #bd000e;
}

.newheroArea {
  padding: 100px 0;
  background: url(/img/leaguecup/2020/final/BG_btn_brown.png) no-repeat top left;
  background-size: 100% auto;
  background-repeat: repeat;
}
.newheroArea .heading__main .jp, .newheroArea .heading__main .en {
  color: #fff;
}
.newheroArea .youtube {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.newheroArea .img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.newheroArea .img img {
  width: 100%;
}
.newheroArea .accordionList {
  margin-top: 30px;
}
.newheroArea .accordionList .accordionIndex {
  padding-bottom: 0;
  border-bottom: none;
}
.newheroArea .accordionList .accordionIndex:after, .newheroArea .accordionList .accordionIndex:before {
  content: none;
}
.newheroArea .accordionList .accordionIndex .more {
  margin: 0 auto;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  display: block;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 1rem 5rem;
  border-radius: 10000px;
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 10;
  display: block;
}
.newheroArea .accordionList .accordionIndex .more:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}

.accessArea {
  border-top: 1px solid #E4E4E4;
  background: #fff;
}
.accessArea .heading__main .en {
  margin-left: 0;
}
.accessArea__wrap--left {
  width: 50% !important;
  margin-right: 0 !important;
}
.accessArea__wrap--right {
  text-align: center;
  width: 50% !important;
  padding: 60px;
  box-sizing: border-box;
}
.accessArea__wrap--right p {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.accessArea__wrap--right img {
  width: 100%;
  max-width: 560px;
}

/* ============================================
	ticket.html
============================================ */
.ticketkvArea {
  background: url(/img/leaguecup/2025/final/bg/BG_red_PC.png);
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 56px;
  opacity: 0;
  animation: fadeHere 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
.ticketkvArea__ttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
.ticketkvArea__ttl .en {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
}
.ticketkvArea__ttl .jp {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.ticketkvArea__kv {
  margin: 0 auto;
  width: 90%;
  background: #000;
}
.ticketkvArea__kv img {
  width: 100%;
}
.ticketkvArea__kv--card .card {
  width: 60%;
  margin: 0 auto;
  padding: 40px 0;
}

.ticketbnrArea {
  padding: 100px 0;
}
.ticketbnrArea a {
  max-width: 1152px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.ticketbnrArea a img {
  width: 100%;
}

.ticketnavArea {
  margin: 100px 0;
}
.ticketnavArea__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: center;
}
.ticketnavArea__list--item {
  margin-right: 0 !important;
  border-right: 1px solid #000;
  text-align: center;
  width: calc((100% - 5px) / 4) !important;
  padding: 1% 3% 3%;
  box-sizing: border-box;
}
.ticketnavArea__list--item:first-child {
  border-left: 1px solid #000;
}
.ticketnavArea__list--item a {
  color: #000;
  position: relative;
  display: block;
}
.ticketnavArea__list--item a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ionicons";
  content: "\f35d";
  font-weight: bold;
  height: inherit;
  width: auto;
  color: #000;
  text-align: inherit;
  bottom: -30px;
  transition: 0.3s ease-in-out;
}
.ticketnavArea__list--item a .img {
  width: 90px;
  height: 60px;
  display: block;
  margin: 0 auto;
  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;
}
.ticketnavArea__list--item a .img img {
  width: 100%;
}
.ticketnavArea__list--item a i.pcDISP {
  display: inline-block;
}
.ticketnavArea__list--item a:hover:after {
  bottom: -40px;
}
.ticketnavArea__list--item a:hover span, .ticketnavArea__list--item a:hover img {
  transition: 0.3s ease-in-out;
  opacity: 0.6;
}
.ticketnavArea__list--item a:hover span {
  color: #E60C11;
}
.ticketnavArea__list--item:last-child a .img {
  width: 60px;
}

.seatpriceArea__wrap--map {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 60px;
  scroll-behavior: smooth;
}
.seatpriceArea__wrap--map .list__style__disc li, .seatpriceArea__wrap--map .list__style__circle li {
  font-size: 14px;
  font-size: 1.4rem;
}
.seatpriceArea__wrap--map .map img {
  width: 100%;
}
.seatpriceArea__wrap--map .kome {
  display: block;
  padding-bottom: 20px;
}
.seatpriceArea__wrap--price {
  overflow: hidden;
  margin-right: 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.seatpriceArea__wrap--price .seat-category table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.seatpriceArea__wrap--price .seat-category table tr {
  border-bottom: 1px solid gray;
}
.seatpriceArea__wrap--price .seat-category table tr.under {
  border-bottom: 2px solid #000;
}
.seatpriceArea__wrap--price .seat-category table th, .seatpriceArea__wrap--price .seat-category table td {
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em;
}
.seatpriceArea__wrap--price .seat-category table th span, .seatpriceArea__wrap--price .seat-category table td span {
  font-size: 10px;
  font-size: 1rem;
}
.seatpriceArea__wrap--price .seat-category table th {
  background: #000;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 1em 0;
  height: inherit;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(1) {
  width: 30%;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(2) {
  width: 40%;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(3) {
  width: 10%;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(4) {
  width: 10%;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(5) {
  width: 10%;
}
.seatpriceArea__wrap--price .seat-category table.wheelchairtable th:nth-child(1) {
  width: 60%;
}
.seatpriceArea__wrap--price .seat-category table.wheelchairtable th:nth-child(2) {
  width: 20%;
}
.seatpriceArea__wrap--price .seat-category table.wheelchairtable th:nth-child(3) {
  width: 10%;
}
.seatpriceArea__wrap--price .seat-category table.wheelchairtable th:nth-child(4) {
  width: 10%;
}
.seatpriceArea__wrap--price .seat-category table.hospitalitytable {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #000;
}
.seatpriceArea__wrap--price .seat-category table.hospitalitytable tr.under th {
  border-bottom: 2px solid gray;
}
.seatpriceArea__wrap--price .seat-category table.hospitalitytable tr.under td {
  border-bottom: 2px solid gray;
}
.seatpriceArea__wrap--price .seat-category table.hospitalitytable tr:nth-child(1) th, .seatpriceArea__wrap--price .seat-category table.hospitalitytable tr:nth-child(1) td, .seatpriceArea__wrap--price .seat-category table.hospitalitytable tr:nth-child(2) th, .seatpriceArea__wrap--price .seat-category table.hospitalitytable tr:nth-child(2) td, .seatpriceArea__wrap--price .seat-category table.hospitalitytable tr:nth-child(3) th, .seatpriceArea__wrap--price .seat-category table.hospitalitytable tr:nth-child(3) td {
  background: #000;
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table.hospitalitytable tr:nth-child(n+4) th {
  background: #E0E0E0;
  color: #000;
}
.seatpriceArea__wrap--price .seat-category table.hospitalitytable th {
  width: 400px;
}
.seatpriceArea__wrap--price .seat-category table.hospitalitytable td {
  width: calc((100% - 400px) / 8);
  text-align: center;
}
.seatpriceArea__wrap--price .seat-category table td {
  background: #fff;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-left: 1px solid gray;
  text-align: left;
}
.seatpriceArea__wrap--price .seat-category table td:nth-child(1) {
  text-align: left;
  font-weight: bold;
  padding-left: 1em;
  border-left: none;
}
.seatpriceArea__wrap--price .seat-category table td.txt__center {
  text-align: center;
}
.seatpriceArea__wrap--price .seat-category table td.dp {
  color: #000 !important;
}
.seatpriceArea__wrap--price .seat-category table td.price {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Antonio", sans-serif;
  text-align: center;
}
.seatpriceArea__wrap--price .seat-category table td:last-child span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 0.2em;
}
.seatpriceArea__wrap--price .seat-category table td:last-child .txt__red, .seatpriceArea__wrap--price .seat-category table td:last-child .txt__blue {
  font-weight: bold;
}
.seatpriceArea__wrap--price .seat-category table td a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.seatpriceArea__wrap--price .seat-category table td a:hover {
  opacity: 0.6;
}
.seatpriceArea__wrap--price .seat-category table .cate-1 td {
  background: #257d32;
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table .cate-1-mikiri td {
  background: #9ecc22;
}
.seatpriceArea__wrap--price .seat-category table .cate-2 td {
  background: #be3431;
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table .cate-2-mikiri td {
  background: #f79501;
}
.seatpriceArea__wrap--price .seat-category table .cate-3 td, .seatpriceArea__wrap--price .seat-category table .cate-3-child td {
  background: #257d32;
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table .cate-3-mikiri td {
  background: #9ecc22;
}
.seatpriceArea__wrap--price .seat-category table .cate-4 td, .seatpriceArea__wrap--price .seat-category table .cate-4-child td {
  background: #be3431;
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table .cate-4-mikiri td {
  background: #f79501;
}
.seatpriceArea__wrap--price .seat-category table .cate-5 td {
  background: #d79c28;
}
.seatpriceArea__wrap--price .seat-category table .cate-6 td, .seatpriceArea__wrap--price .seat-category table .cate-6-child td {
  background: #fceb3e;
}
.seatpriceArea__wrap--price .seat-category table .cate-7 td, .seatpriceArea__wrap--price .seat-category table .cate-7-child td, .seatpriceArea__wrap--price .seat-category table .cate-7-2 td, .seatpriceArea__wrap--price .seat-category table .cate-7-2-child td, .seatpriceArea__wrap--price .seat-category table .cate-7-3 td, .seatpriceArea__wrap--price .seat-category table .cate-7-3-child td {
  background: #40648c;
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table .terrace td {
  background: #39b7f2;
}
.seatpriceArea__wrap--price .seat-category table .lounge td {
  background: #900980;
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table .white {
  background: #FFF !important;
  color: #000 !important;
}
.seatpriceArea__wrap--price .seat-category .attention {
  padding: 0 10px;
}
.seatpriceArea__wrap--price .seat-category .attention .kome {
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: right;
  display: block;
}
.seatpriceArea__wrap--price .seat-category .attention ul.list__style__disc, .seatpriceArea__wrap--price .seat-category .attention ul.list__style__circle {
  margin-bottom: 40px;
}
.seatpriceArea__wrap--bnr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.seatpriceArea__wrap--bnr img {
  width: 100%;
}

.scheduleArea {
  background: url(/img/leaguecup/2025/final/bg/BG_black_02.jpg);
  padding: 100px 0;
  background-size: contain;
  background-repeat: repeat;
}
.scheduleArea .heading__main span {
  color: #fff;
}
.scheduleArea__inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
.scheduleArea__inner + .scheduleArea__inner {
  margin-top: 100px;
}
.scheduleArea__subttl {
  text-align: center;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  display: block;
}
.scheduleArea__subttl .jp {
  line-height: 1;
  font-weight: bold;
  font-size: 33px;
  font-size: 3.3rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  display: block;
}
.scheduleArea__nav {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.scheduleArea__nav a {
  padding: 25px 0 40px;
  border-radius: 5px;
  display: block;
  background: #E60C11;
  color: #fff;
  text-align: center;
  position: relative;
  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;
}
.scheduleArea__nav a.hospitality {
  background: #AD9653;
}
.scheduleArea__nav a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ionicons";
  content: "\f35d";
  font-weight: bold;
  height: inherit;
  width: auto;
  color: #fff;
  text-align: inherit;
  bottom: 10px;
  transition: 0.3s ease-in-out;
}
.scheduleArea__nav a:hover:after {
  bottom: 0px;
}
.scheduleArea__nav a .wrap p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}
.scheduleArea__nav a .wrap img {
  height: 40px;
}
.scheduleArea__info {
  margin-bottom: 50px;
}
.scheduleArea__info .btn__ticket {
  margin: 40px auto;
}
.scheduleArea__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__info dl + dl {
  margin-top: 10px;
}
.scheduleArea__info dl dt {
  background: #AD9653;
  width: 200px;
  text-align: left;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1em;
  line-height: 1;
  box-sizing: border-box;
  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__info dl dt i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  margin-right: 0.1em;
}
.scheduleArea__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;
  box-sizing: border-box;
}
.scheduleArea__info dl dd.data {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 2rem 0;
}
.scheduleArea__info dl dd.data i {
  font-style: normal;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
}
.scheduleArea__info dl dd.data .list__style__attention {
  padding-left: 1rem;
  margin: 0 auto;
  display: inline-block;
  margin-top: 20px;
}
.scheduleArea__info dl dd.data .list__style__attention li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.scheduleArea__wrap + .scheduleArea__wrap {
  margin-top: 50px;
}
.scheduleArea__wrap .ttl {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: none;
  padding: 50px 90px 40px 0;
  box-sizing: border-box;
  border-radius: 30px;
}
.scheduleArea__wrap .ttl.active {
  border-radius: 30px 30px 0 0;
}
.scheduleArea__wrap .ttl:before, .scheduleArea__wrap .ttl:after {
  background: #fff;
  right: 5%;
  width: 30px;
}
.scheduleArea__wrap .ttl .wrap {
  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;
  width: 90%;
  margin: 0 auto;
}
.scheduleArea__wrap .ttl .wrap .jp {
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.scheduleArea__wrap .ttl .wrap p {
  color: #fff;
}
.scheduleArea__wrap .ttl .wrap p.senchaku {
  color: #fff;
  background: #E60C11;
  display: inline-block;
  color: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 3px;
}
.scheduleArea__wrap .ttl .wrap img {
  margin-right: 20px;
  height: 50px;
}
.scheduleArea__wrap .ttl .wrap .right {
  margin-left: 10px;
}
.scheduleArea__wrap .ttl .wrap .right data {
  display: block;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.scheduleArea__wrap .ttl .wrap .right data i {
  font-style: normal;
  font-weight: bold;
}
.scheduleArea__wrap--con {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
}
.scheduleArea__wrap--con .flow {
  margin: 40px auto;
  width: 100%;
}
.scheduleArea__wrap--con .flow dt {
  text-align: center;
  background: #cccccc;
  height: 50px;
  line-height: 50px;
}
.scheduleArea__wrap--con .flow dt:after, .scheduleArea__wrap--con .flow dt:before {
  background: #000;
  height: 2px;
}
.scheduleArea__wrap--con .flow dd figure {
  margin: 30px 0;
}
.scheduleArea__wrap--con .flow dd figure a {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.scheduleArea__wrap--con .flow dd figure img {
  width: 100%;
}
.scheduleArea__wrap--con .flow dd figure figcaption {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.scheduleArea__wrap--con .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__wrap--con .btn__ticket, .scheduleArea__wrap--con .btn__hospitality {
  margin-bottom: 40px;
}
.scheduleArea__wrap--con .ticketattention {
  margin-bottom: 60px;
}
.scheduleArea__wrap--con .attentionttl {
  border-bottom: 1px solid #000;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.scheduleArea__wrap--con .morelist + .attentionttl {
  margin-top: 50px;
}
.scheduleArea__wrap--con .morelist__con {
  line-height: 1.61;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  color: #222;
  padding: 1rem;
}
.scheduleArea__wrap--con .morelist__con.moreopen[data-readmore] {
  transition: height 750ms;
  overflow: hidden;
}
.scheduleArea__wrap--con .morelist__btn--open, .scheduleArea__wrap--con .morelist__btn--close {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.scheduleArea__wrap--con .morelist__btn--open span, .scheduleArea__wrap--con .morelist__btn--close span {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  display: block;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 1rem 5rem;
  border-radius: 10000px;
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 10;
}
.scheduleArea__wrap--con .morelist__btn--open:hover, .scheduleArea__wrap--con .morelist__btn--close:hover {
  opacity: 1;
}
.scheduleArea__wrap--con .morelist__btn--open {
  position: relative;
}
.scheduleArea__wrap--con .morelist__btn--open:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0, #fff 80%);
}
.scheduleArea__wrap.end .ttl .wrap .jp {
  opacity: 0.6;
}
.scheduleArea__wrap.end .ttl .wrap img {
  opacity: 0.6;
}
.scheduleArea__wrap.end .ttl .wrap .endtxt {
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
  margin-left: 20px;
  background: red;
  padding: 10px 20px;
  line-height: 1;
}

.seatArea__top {
  padding: 100px 0 80px;
}
.seatArea__btn {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 30px;
  justify-content: flex-start;
}
.seatArea__btn a {
  background: #E4E4E4;
  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: initial;
  margin-right: 1%;
  padding-right: calc(10px + 1rem);
  border-radius: 1000px;
  color: #000;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  padding: 25px 0 25px 20px;
}
.seatArea__btn a:nth-child(n+3) {
  margin-top: 2%;
}
.seatArea__btn a .num {
  background: #000;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: "Antonio", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-right: 10px;
  color: #fff;
  text-align: center;
}
.seatArea__btn a .num:after {
  content: "*";
  left: 2px;
  top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  line-height: 1;
}
.seatArea__btn a p {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.seatArea__wrap {
  background: url(/img/leaguecup/2025/final/bg/BG_kokuritsu.jpg);
  background-repeat: repeat;
  background-position-x: 0px;
  background-size: cover;
  padding: 100px 0;
}
.seatArea__con {
  width: 80%;
  max-width: 1180px;
  margin-right: 0;
  margin-left: auto;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
  margin-right: 5%;
}
.seatArea__con:nth-child(even) {
  margin-right: auto;
  margin-left: 0;
  margin-left: 5%;
  margin-right: 0;
}
.seatArea__con + .seatArea__con {
  margin-top: 60px;
}
.seatArea__con .ttl {
  padding-bottom: 0.3em;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.seatArea__con .ttl .num {
  background: #000;
  font-weight: BOLD;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Antonio", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  margin-right: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.seatArea__con .ttl .num:after {
  content: "*";
  left: 5px;
  top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  line-height: 1;
  color: #fff;
}
.seatArea__con .ttl p.jp {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  color: #000;
}
.seatArea__con .ttl p.en {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  color: #E60C11;
}
.seatArea__con--wrap {
  margin-bottom: 40px;
}
.seatArea__con--wrap.wide {
  display: block;
}
.seatArea__con--wrap.wide .seatArea__con--left, .seatArea__con--wrap.wide .seatArea__con--right {
  width: 100%;
  margin: 0;
}
.seatArea__con--left {
  width: 49%;
  margin-right: 2%;
}
.seatArea__con--right {
  width: 49%;
  color: #000;
}
.seatArea__con--right a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.seatArea__con--right .list__style__disc li, .seatArea__con--right .list__style__attention li, .seatArea__con--right .list__style__circle li {
  font-size: 14px;
  font-size: 1.4rem;
}
.seatArea__con--right .list__style__disc + .commonTable, .seatArea__con--right .list__style__attention + .commonTable, .seatArea__con--right .list__style__circle + .commonTable {
  margin-top: 30px;
}
.seatArea__con--right .commonTable tr th, .seatArea__con--right .commonTable tr td {
  font-size: 14px;
  font-size: 1.4rem;
}
.seatArea__con--right .commonTable tr td {
  text-align: left;
  color: #000;
  background: #fff;
  padding: 1em;
}
.seatArea__con--right .roungebox {
  background: #000;
  padding: 20px 30px;
  border: 5px solid #AD9653;
  margin: 20px 0;
}
.seatArea__con--right .roungebox .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 2px solid #AD9653;
  margin-bottom: 0.5em;
}
.seatArea__con--right .roungebox ul {
  margin-bottom: 20px;
}
.seatArea__con--right .roungebox ul li {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  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;
}
.seatArea__con--right .roungebox ul li + li {
  margin-top: 0.3em;
}
.seatArea__con--right .roungebox ul li .tokuten {
  background: #fff;
  border-radius: 2px;
  padding: 0.3em 0.5em;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 1em;
  color: #000;
  text-align: center;
}
.seatArea__con--right .roungebox ul li p {
  font-weight: bold;
}
.seatArea .ticketbtnArea + .seatArea__con {
  margin-top: 200px;
}

.cautionArea {
  padding: 100px 0;
}

/* ============================================
	hospitality.html
============================================ */
body.hospitality {
  color: #fff;
}
body.hospitality .bodyBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("/img/leaguecup/2025/final/bg/BG_black_02.jpg") no-repeat center center;
  background-size: cover;
}
body.hospitality .heading__main .jp {
  font-size: 50px;
  font-size: 5rem;
}
body.hospitality .heading__main .jp .kome {
  font-size: 20px;
  font-size: 2rem;
  font-size: 1.4rem !important;
  margin-left: 10px;
}
body.hospitality .heading__second .jp {
  font-size: 26px;
  font-size: 2.6rem;
}

.hospitalitykvArea {
  overflow: hidden;
}
.hospitalitykvArea__inner {
  position: relative;
  width: 100%;
  height: 100dvh;
  background: url("/img/leaguecup/2025/final/hospitality/KV_PC.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: 1s fadeHere ease-in-out forwards;
  animation-duration: 2s;
  transform: scale(1); /* 初期サイズ */
  animation: zoom 20s ease-in-out infinite; /* 5秒かけてズーム、繰り返し */
}
.hospitalitykvArea__inner--kv {
  max-width: 1200px;
  padding: 0 5vw;
  text-align: center;
}
.hospitalitykvArea__ttl {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hospitalitykvArea__ttl .target {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hospitalitykvArea__ttl .target.visible {
  --x: 0;
}
.hospitalitykvArea__ttl .char {
  overflow: hidden;
}
.hospitalitykvArea__ttl .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: calc(0.2s + 0.05s * var(--char-index)); /* 2秒待ってから文字ごとの遅延 */
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 5vw;
  font-weight: 700;
  text-transform: uppercase;
}
.hospitalitykvArea__ttl .char-text.jp {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.hospitalitykvArea__ttl .visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hospitalityleadArea {
  padding: 120px 0 0;
}
.hospitalityleadArea__lead {
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  width: 90%;
  max-width: 1512px;
  text-align: center;
  line-height: 3;
  margin-bottom: 100px;
}
.hospitalityleadArea__lead--item {
  opacity: 0;
}
.hospitalityleadArea__lead--item.visible {
  animation: 1s fadeUp ease-in-out forwards;
  animation-duration: 2s;
}

.hospitalityplanArea__inner {
  margin: 0 auto;
  padding: 200px 0;
  max-width: 1512px;
  width: 90%;
}
.hospitalityplanArea__ttl {
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  text-align: center;
}
.hospitalityplanArea__ttl .en {
  font-weight: bold;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Antonio", sans-serif;
}
.hospitalityplanArea__ttl .jp {
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
.hospitalityplanArea__con + .hospitalityplanArea__con {
  margin-top: 200px;
}
.hospitalityplanArea__con .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;
}
.hospitalityplanArea__con .left {
  width: 50%;
  opacity: 0;
}
.hospitalityplanArea__con .left.visible {
  animation: 1s fadeHere ease-in-out forwards;
  animation-duration: 2s;
}
.hospitalityplanArea__con .left .slider-for img {
  width: 100%;
  height: auto;
}
.hospitalityplanArea__con .left .slider-nav {
  margin-top: 10px;
}
.hospitalityplanArea__con .left .slider-nav img {
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
}
.hospitalityplanArea__con .right {
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
  opacity: 0;
}
.hospitalityplanArea__con .right.visible {
  animation: 1s fadeHere ease-in-out forwards;
  animation-duration: 2s;
}
.hospitalityplanArea__con .right .txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
}
.hospitalityplanArea__con .right .commonTable {
  margin-bottom: 20px;
}
.hospitalityplanArea__con .right .commonTable tr th, .hospitalityplanArea__con .right .commonTable tr td {
  background: none;
  color: #fff;
}

.hospitalityactivitiesArea {
  background: #000;
  margin-top: 100px;
  padding: 200px 0 150px;
  position: relative;
}
.hospitalityactivitiesArea .heading__main .en {
  margin-left: 0;
}
.hospitalityactivitiesArea__wrap {
  width: 90%;
  max-width: 1512px;
  margin: 0 auto;
}
.hospitalityactivitiesArea__wrap .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  gap: 2% 2%;
}
.hospitalityactivitiesArea__wrap--con {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  margin-bottom: 80px;
}
.hospitalityactivitiesArea__wrap--con img {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.hospitalityactivitiesArea__wrap--con figcaption .ttl {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.hospitalityactivitiesArea__wrap--con figcaption .ttl .en {
  color: #AD9653;
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.hospitalityactivitiesArea__wrap--con figcaption .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.hospitalityactivitiesArea__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;
}
.hospitalityactivitiesArea__wrap--con.wide img {
  width: 60%;
  margin-bottom: 0;
}
.hospitalityactivitiesArea__wrap--con.wide figcaption {
  width: 40%;
  padding-left: 40px;
  box-sizing: border-box;
}

.hospitalitymatchinformationArea {
  margin: 100px 0;
}
.hospitalitymatchinformationArea__card .card img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

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

.hospitalitypriceArea {
  margin: 100px 0;
}
.hospitalitypriceArea__map img {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

.hospitalitymapArea {
  margin: 100px 0;
}
.hospitalitymapArea .map {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.hospitalitymapArea .map img {
  width: 100%;
}

.hospitalitytimtableArea {
  margin: 100px 0;
}
.hospitalitytimtableArea .map {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.hospitalitytimtableArea .map img {
  width: 100%;
}
.hospitalitytimtableArea .btn {
  margin-bottom: 50px;
}

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

/* ============================================
	event.html
============================================ */
.eventnavArea {
  background: #000;
  border-top: 1px solid #fff;
}
.eventnavArea__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  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;
}
.eventnavArea__list--item {
  width: calc((100% - 5px) / 4);
  border-right: 1px solid #fff;
}
.eventnavArea__list--item:nth-child(1) {
  border-left: 1px solid #fff;
}
.eventnavArea__list--item a {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 1.5em 0 2.5em;
  text-align: center;
  display: block;
}
.eventnavArea__list--item a:hover {
  opacity: 0.6;
}
.eventnavArea__list--item a:hover:after {
  bottom: 0;
}
.eventnavArea__list--item a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ionicons";
  content: "\f35d";
  font-weight: bold;
  height: inherit;
  width: auto;
  color: #fff;
  text-align: inherit;
  bottom: 10px;
  transition: 0.3s ease-in-out;
}

.eventankrArea {
  padding: 50px 0 100px;
  background: #000;
  background: none;
  padding: 0;
  margin-bottom: 50px;
}
.eventankrArea__nav {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.eventankrArea__nav ul li {
  box-sizing: border-box;
  position: relative;
  width: 49%;
  margin-right: 1%;
  border-radius: 10000px;
}
.eventankrArea__nav ul li:nth-child(n+3) {
  margin-top: 1%;
}
.eventankrArea__nav ul li a {
  border-radius: 10000px;
  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;
  color: #000;
  background: #fff;
  padding: 0.5em 1em 0.5em 0.5em;
  border: 1px solid #fff;
}
.eventankrArea__nav ul li a:after {
  border-radius: 0 10000px 10000px 0;
  font-family: "ionicons";
  content: "\f3d4";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: flex;
  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;
  height: 100%;
  background: #ddd;
  width: 40px;
  color: #000;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.eventankrArea__nav ul li a:hover {
  opacity: 0.6;
}
.eventankrArea__nav ul li a span {
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-family: "Antonio", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  background: url(/img/leaguecup/2025/final/icon/prime.png) top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.eventankrArea__nav ul li a p {
  font-weight: bold;
}

.eventinfoArea {
  background: url(/img/leaguecup/2021/final/BG_browngray.jpg) repeat-y top center;
  background-size: 100% auto;
  padding-bottom: 100px;
}
.eventinfoArea__con + .eventinfoArea__con {
  margin-top: 100px;
}
.eventinfoArea__con figure {
  width: 100%;
  max-width: 1180px;
  margin: 30px auto;
  max-width: 700px;
}
.eventinfoArea__con figure img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.eventinfoArea__con figure img.shadownone {
  box-shadow: none;
}
.eventinfoArea__con .CLM__half .left {
  width: 50%;
  margin: 0;
  order: 2;
}
.eventinfoArea__con .CLM__half .right {
  order: 1;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.eventinfoArea__con .CLM__half .eventinfoArea__subttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
}
.eventinfoArea__con .CLM__half .eventinfoArea__subttl span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.eventinfoArea__con .CLM__half .eventinfoArea__subttl p {
  font-size: 18px;
  font-size: 1.8rem;
  width: calc(100% - 30px);
  padding-left: 10px;
  box-sizing: border-box;
}
.eventinfoArea__con--wrap article + article {
  margin-top: 50px;
}
.eventinfoArea__con--wrap article:nth-child(even) .CLM__half .left {
  order: 1;
}
.eventinfoArea__con--wrap article:nth-child(even) .CLM__half .right {
  order: 2;
  padding-right: 0;
  padding-left: 40px;
}
.eventinfoArea__con--wrap table.commonTable {
  width: 100%;
}
.eventinfoArea__con--wrap table.commonTable td {
  text-align: left;
  padding: 10px;
}
.eventinfoArea__con--wrap .wrap + .wrap {
  margin-top: 100px;
}
.eventinfoArea__con .commonTable {
  width: 700px;
  margin: 30px auto;
}
.eventinfoArea__con .commonTable tr {
  background: #fff;
}
.eventinfoArea__con .commonTable tr th {
  background-color: #eee;
}
.eventinfoArea__con .btn {
  margin: 50px auto 30px;
  height: auto;
  line-height: inherit;
  padding: 0.7em 0;
}
.eventinfoArea__con .umekomi .twitter-tweet {
  margin: 0 auto;
}
.eventinfoArea__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.eventinfoArea__ttl span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: normal;
  margin-top: 0;
  opacity: 1;
  background: url(/img/leaguecup/2025/final/icon/prime_b.png) repeat-y top center;
  background-size: 100% auto;
  text-align: center;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  position: relative;
  margin-bottom: 10px;
  background: url(/img/leaguecup/2025/final/icon/prime.png) top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.eventinfoArea__ttl p {
  font-size: 30px;
  font-size: 3rem;
  font-weight: BOLD;
  line-height: 1.5;
}
.eventinfoArea__subttl {
  text-align: center;
  margin-bottom: 30px;
}
.eventinfoArea__subttl span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #E60C11;
  font-size: 20px;
  font-size: 2rem;
}
.eventinfoArea__subttl p {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: BOLD;
  line-height: 1.5;
  display: inline-block;
}
.eventinfoArea__top {
  background: #000;
  padding: 100px 0;
  margin-bottom: 100px;
  background: url(/img/leaguecup/2020/final/BG_btn_brown.png) no-repeat top left;
  background-size: 100% auto;
  background-repeat: repeat;
}
.eventinfoArea__top .heading__main .jp, .eventinfoArea__top .heading__main .en {
  color: #fff;
}

.eventmapArea {
  padding: 100px 0;
  background: url(/img/leaguecup/2025/final/bg/BG_black_02.jpg);
  padding: 100px 0;
}
.eventmapArea .heading__main .jp, .eventmapArea .heading__main .en {
  color: #fff;
}
.eventmapArea__map {
  padding: 40px;
  background: #fff;
}
.eventmapArea__map img {
  width: 100%;
  margin-bottom: 50px;
}

.eventtimetableArea {
  padding: 100px 0;
  background-color: #E4E4E4;
}
.eventtimetableArea .timeline {
  margin-top: 50px;
  overflow-y: scroll;
}
.eventtimetableArea .timeline table {
  min-width: 1660px;
  border: none;
}
.eventtimetableArea .timeline table th, .eventtimetableArea .timeline table td {
  border: none;
  padding: 0.75em;
  white-space: normal;
}
.eventtimetableArea .timeline table th {
  background: #F2F2F2;
}
.eventtimetableArea .timeline table th:first-child {
  z-index: 2;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
}
.eventtimetableArea .timeline table td {
  width: 70px;
}
.eventtimetableArea .timeline table thead th.place {
  background: #000;
  color: #fff;
}
.eventtimetableArea .timeline table thead td {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  background: #F2F2F2;
}
.eventtimetableArea .timeline table tbody th {
  text-align: left;
  width: 300px;
  outline: 1px solid #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.eventtimetableArea .timeline table tbody th:first-child a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.eventtimetableArea .timeline table tbody th.place {
  background: #C6C6C6;
  font-size: 13px;
  font-size: 1.3rem;
}
.eventtimetableArea .timeline table tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  border-top: 1px solid #C6C6C6;
}
.eventtimetableArea .timeline table tbody td span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  background: #000;
}
.eventtimetableArea .timeline table tbody td span.left {
  left: 10px;
  right: auto;
}
.eventtimetableArea .timeline table tbody tr:first-child td {
  border-top: none;
}
.eventtimetableArea .timeline table tbody .num {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.eventtimetableArea .timeline table tbody td:nth-child(odd) {
  background: #F0F0F0;
}
.eventtimetableArea .timeline table tbody td:nth-child(even) {
  background: #fff;
}
.eventtimetableArea .timeline table tbody .groumet th:first-child, .eventtimetableArea .timeline table tbody .groumet td.on {
  background: #358E4C;
}
.eventtimetableArea .timeline table tbody .mascot th:first-child, .eventtimetableArea .timeline table tbody .mascot td.on {
  background: #D94F90;
}
.eventtimetableArea .timeline table tbody .mascot .num {
  color: #D94F90;
}
.eventtimetableArea .timeline table tbody .cheer th:first-child, .eventtimetableArea .timeline table tbody .cheer td.on {
  background: #9D478F;
}
.eventtimetableArea .timeline table tbody .cheer .num {
  color: #9D478F;
}
.eventtimetableArea .timeline table tbody .uniform th:first-child, .eventtimetableArea .timeline table tbody .uniform td.on {
  background: #A4C756;
}
.eventtimetableArea .timeline table tbody .uniform .num {
  color: #A4C756;
}
.eventtimetableArea .timeline table tbody .taikai th:first-child, .eventtimetableArea .timeline table tbody .taikai td.on {
  background: #003690;
}
.eventtimetableArea .timeline table tbody .taikai .num {
  color: #003690;
}
.eventtimetableArea .timeline table tbody .blue th:first-child, .eventtimetableArea .timeline table tbody .blue td.on {
  background: #1E79B8;
}
.eventtimetableArea .timeline table tbody .blue .num {
  color: #1E79B8;
}
.eventtimetableArea .timeline table tbody .cheki th:first-child, .eventtimetableArea .timeline table tbody .cheki td.on {
  background: #EDA700;
}
.eventtimetableArea .timeline table tbody .cheki .num {
  color: #EDA700;
}
.eventtimetableArea .timeline table tbody .sports th:first-child, .eventtimetableArea .timeline table tbody .sports td.on {
  background: #94C9E5;
}
.eventtimetableArea .timeline table tbody .sports .num {
  color: #94C9E5;
}
.eventtimetableArea .timeline table tbody .app th:first-child, .eventtimetableArea .timeline table tbody .app td.on {
  background: #25A15D;
}
.eventtimetableArea .timeline table tbody .app .num {
  color: #25A15D;
}
.eventtimetableArea .timeline table tbody .kansen th:first-child, .eventtimetableArea .timeline table tbody .kansen td.on {
  background: #7B7C81;
}
.eventtimetableArea .timeline table tbody .kansen .num {
  color: #7B7C81;
}
.eventtimetableArea .timeline table tbody .sastena th:first-child, .eventtimetableArea .timeline table tbody .sastena td.on {
  background: #DF5535;
}
.eventtimetableArea .timeline table tbody .sastena .num {
  color: #DF5535;
}
.eventtimetableArea .timeline table tbody .energy th:first-child, .eventtimetableArea .timeline table tbody .energy td.on {
  background: #A1915D;
}
.eventtimetableArea .timeline table tbody .energy .num {
  color: #A1915D;
}
.eventtimetableArea .timeline table tbody .team th:first-child, .eventtimetableArea .timeline table tbody .team td.on {
  background: #494290;
}
.eventtimetableArea .timeline table tbody .team .num {
  color: #494290;
}

/* ============================================
	interviewArea
============================================ */
.interviewArea {
  padding: 100px 0;
}
.interviewArea__wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
}
.interviewArea__wrap p + p {
  margin-top: 30px;
}
.interviewArea__wrap .mainimg {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.interviewArea__wrap .mainimg img {
  width: 100%;
}
.interviewArea__wrap .img {
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
}
.interviewArea__wrap .img img {
  width: 100%;
}
.interviewArea__wrap .name {
  text-align: center;
  font-weight: bold;
}
.interviewArea__wrap .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 10px;
}
.interviewArea__wrap .lead {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 40px;
}
.interviewArea__wrap .subttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 50px;
}
.interviewArea__wrap .profile {
  padding: 20px;
  background: #E4E4E4;
  margin-top: 50px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ============================================
	goods.html
============================================ */
body.finalGoods {
  background: #000;
  color: #fff;
}
body.finalGoods .heading__main .en {
  margin-left: 0;
}
body.finalGoods .kinengoodsArea + .pokapokagoodsArea {
  margin-top: 100px;
}

.goodsnavArea {
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.goodsnavArea__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  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;
}
.goodsnavArea__list--item {
  width: calc((100% - 5px) / 4);
  border-right: 1px solid #fff;
}
.goodsnavArea__list--item:nth-child(1) {
  border-left: 1px solid #fff;
}
.goodsnavArea__list--item a {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 1.5em 0 2.5em;
  text-align: center;
  display: block;
}
.goodsnavArea__list--item a:hover {
  opacity: 0.6;
}
.goodsnavArea__list--item a:hover:after {
  bottom: 0;
}
.goodsnavArea__list--item a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ionicons";
  content: "\f35d";
  font-weight: bold;
  height: inherit;
  width: auto;
  color: #fff;
  text-align: inherit;
  bottom: 10px;
  transition: 0.3s ease-in-out;
}

.goodsArea {
  background: url(/img/leaguecup/2020/final/BG_btn_brown.png) no-repeat top left;
  background-size: 100% auto;
  background-repeat: repeat;
}
.goodsArea .heading__main .jp {
  line-height: 1;
  font-weight: bold;
  font-size: 33px;
  font-size: 3.3rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  display: block;
}
.goodsArea__wrap {
  padding: 100px 0;
  max-width: 1512px;
  width: 90%;
  margin: 0 auto;
}
.goodsArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  gap: 20px 20px;
}
.goodsArea__list--item {
  flex: 0 0 calc((100% - 60px) / 4);
}
.goodsArea__list--item .img img {
  width: 100%;
}
.goodsArea__list--item .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.goodsArea__list--item .price {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.goodsleadArea .goodsArea__lead table {
  margin-bottom: 30px;
}
.goodsleadArea .goodsArea__lead table th {
  color: #000;
  width: 30%;
}
.goodsleadArea .goodsArea__lead table td {
  background: #fff;
  color: #000;
}
.goodsleadArea .goodsArea__lead li {
  font-size: 14px;
  font-size: 1.4rem;
}

.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;
}

.pt0 {
  padding-top: 0 !important;
}

.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;
}

.pcDISP {
  display: block;
}

.spDISP {
  display: none;
}