@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");
/*-----------------------------------
leaguecup2024_semifinal.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;
}

body {
  background: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ============================================
	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__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__premium {
  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__premium.pcDISP {
  display: flex;
}
.btn__ticket:hover, .btn__premium:hover {
  box-shadow: unset;
  transform: translate(-4px, 4px);
}
.btn__ticket:hover img, .btn__premium:hover img {
  opacity: 1;
}
.btn__ticket img, .btn__premium img {
  height: 40px;
  margin-right: 10px;
}
.btn__ticket img.emb, .btn__premium img.emb {
  height: 60px;
}
.btn__ticket p, .btn__premium p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.btn__ticket p .txt__S, .btn__premium p .txt__S {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.btn__ticket:after, .btn__premium: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__premium: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__premium.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__premium.nolink img, .btn__premium.nolink p {
  opacity: 0.5;
}
.btn__ticket.nolink:after, .btn__premium.nolink:after {
  opacity: 0.5;
}
.btn__ticket.nolink:before, .btn__premium.nolink:before {
  content: none;
}
.btn__premium {
  background: url(/img/leaguecup/2023/final/bg/BG_btn_brown.png) no-repeat top left;
  box-shadow: -7px 7px 0px #5C522E;
}
.btn__nagoya {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_nagoya.jpg) no-repeat top left;
}
.btn__nagoya.nolink {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_nagoya_nolink.jpg) no-repeat top left;
}
.btn__niigata {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_niigata.jpg) no-repeat top left;
}
.btn__niigata.nolink {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_niigata_nolink.jpg) no-repeat top left;
}
.btn__border {
  border: 1px solid #fff;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  80% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.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.premiumseat {
  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.premiumseat 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.premiumseat 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: 56px;
}
.otherkvArea__ttl {
  background: url(/img/leaguecup/2024/final/header_others_PC.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding: 100px 5% 20px;
  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%;
}

/* ============================================
	kv
============================================ */
.kvArea {
  background: #000;
  padding-top: 56px;
}
.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;
}
.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;
}
.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;
  }
}
/* ==========================================================================
   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.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__nagoya {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_nagoya.jpg) no-repeat top left;
  background-size: 130%;
}
.floatingbnr.wide .btn__nagoya.nolink {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_nagoya_nolink.jpg) no-repeat top left;
}
.floatingbnr.wide .btn__nagoya.nolink img {
  opacity: 0.6;
}
.floatingbnr.wide .btn__niigata {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_niigata.jpg) no-repeat top left;
  background-size: 130%;
}
.floatingbnr.wide .btn__niigata.nolink {
  background: url(/img/leaguecup/2024/final/bg/BG_btn_niigata_nolink.jpg) no-repeat top left;
}
.floatingbnr.wide .btn__niigata.nolink img {
  opacity: 0.6;
}

/* ============================================
	index.html
============================================ */
.finalTicket .bnrArea {
  margin-bottom: 100px;
}
.finalTop .bnrArea {
  padding: 100px 0;
}
.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%;
}

.newsArea {
  background: url(/img/leaguecup/2024/final/bg/BG_black_02.jpg);
  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 80px;
}

.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 {
  background: #E4E4E4;
  padding: 100px 0;
}
.topmatchArea__con {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
.topmatchArea__con + .topmatchArea__con {
  margin-top: 50px;
}
.topmatchArea__con--img {
  width: 50% !important;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
.topmatchArea__con--img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topmatchArea__con--txt {
  width: 50%;
  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;
}

.topbeginnerArea {
  padding: 100px 0;
}
.topbeginnerArea img {
  width: 100%;
}

.topeventArea {
  padding-bottom: 100px;
}
.topeventArea__bg {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.topeventArea__bg img {
  position: absolute;
}
.topeventArea__con {
  background: #fff;
  padding: 80px 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: -100px auto 0;
  position: relative;
  z-index: 1;
}
.topeventArea__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;
}
.topeventArea__con .left .heading__main .jp {
  display: block;
}
.topeventArea__con .left .heading__main .en {
  display: block;
  margin-left: 0;
  margin-bottom: 20px;
}
.topeventArea__con .left .btn {
  margin-left: 0;
}
.topeventArea__con .right {
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.topeventArea__con .right .btn {
  margin-top: 50px;
}
.topeventArea__con .timetable {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.topeventArea__con .timetable img {
  width: 100%;
}
.topeventArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.topeventArea__list--item {
  width: 32%;
  border-bottom: 1px solid #A7A7A7;
}
.topeventArea__list--item a {
  color: #000;
  padding: 2rem;
  display: block;
  line-height: 1.3;
  position: relative;
}
.topeventArea__list--item a:hover {
  opacity: 0.6;
}
.topeventArea__list--item a:hover:after {
  right: 5px;
}
.topeventArea__list--item a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: bold;
  width: auto;
  text-align: inherit;
  transition: 0.3s ease-in-out;
  right: 10px;
}

.newheroArea {
  background: url(/img/leaguecup/2024/final/bg/BG_black_02.jpg);
  padding: 100px 0;
}
.newheroArea .heading__main {
  width: 980px;
  margin: 0 auto 50px;
}
.newheroArea .heading__main .jp, .newheroArea .heading__main .en {
  color: #fff;
}
.newheroArea .heading__main .en {
  margin-left: 0;
}
.newheroArea .youtube {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.newheroArea .btn {
  margin-bottom: 100px;
}

.accessArea {
  border-top: 1px solid #E4E4E4;
}
.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/2024/final/bg/BG_red_PC.png);
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 56px;
}
.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;
}

.ticketnavArea {
  margin: 100px 0;
}
.ticketnavArea__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  border-left: 1px solid #000;
}
.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 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 {
  background-color: #E4E4E4;
  padding: 100px 0;
  background: url(/img/leaguecup/2024/final/bg/BG_suporter.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 200px;
  background-color: #E4E4E4;
}
.seatpriceArea__wrap {
  width: 90%;
  margin: 0 auto;
}
.seatpriceArea__wrap--map {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  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;
}
.seatpriceArea__wrap--price .seat-category table tr {
  border-bottom: 1px solid gray;
}
.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: 65%;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(2) {
  width: 10%;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(3) {
  width: 10%;
}
.seatpriceArea__wrap--price .seat-category table th:nth-child(4) {
  width: 15%;
}
.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;
}
.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.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 tr:nth-child(2) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(2) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(3) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(3) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(4) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(4) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(5) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(5) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(6) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(6) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(7) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(7) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(11) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(11) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(12) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(12) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(13) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(13) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(14) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(14) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(15) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(15) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(16) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(16) th, .seatpriceArea__wrap--price .seat-category table tr:nth-child(19) td, .seatpriceArea__wrap--price .seat-category table tr:nth-child(19) th {
  color: #fff;
}
.seatpriceArea__wrap--price .seat-category table .cate-1 td {
  background: #257d32;
}
.seatpriceArea__wrap--price .seat-category table .cate-1-mikiri td {
  background: #8ec31f;
}
.seatpriceArea__wrap--price .seat-category table .cate-2 td {
  background: #be3431;
}
.seatpriceArea__wrap--price .seat-category table .cate-2-mikiri td {
  background: #f89408;
}
.seatpriceArea__wrap--price .seat-category table .cate-3 td {
  background: #257d32;
}
.seatpriceArea__wrap--price .seat-category table .cate-3-mikiri td {
  background: #8ec31f;
}
.seatpriceArea__wrap--price .seat-category table .cate-4 td {
  background: #be3431;
}
.seatpriceArea__wrap--price .seat-category table .cate-4-mikiri td {
  background: #f89408;
}
.seatpriceArea__wrap--price .seat-category table .cate-5 td {
  background: #DEA123;
}
.seatpriceArea__wrap--price .seat-category table .cate-6 td {
  background: #fceb3e;
}
.seatpriceArea__wrap--price .seat-category table .cate-7 td {
  background: #40648c;
}
.seatpriceArea__wrap--price .seat-category table .terrace td {
  background: #39b7f2;
}
.seatpriceArea__wrap--price .seat-category table .lounge td {
  background: #900980;
}
.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/2024/final/bg/BG_black_02.jpg);
  padding: 100px 0;
}
.scheduleArea .heading__main span {
  color: #fff;
}
.scheduleArea__wrap + .scheduleArea__wrap {
  margin-top: 100px;
}
.scheduleArea__wrap .ttl {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: none;
  padding: 70px 90px 80px 0;
  box-sizing: border-box;
}
.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: 43px;
  font-size: 4.3rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.scheduleArea__wrap .ttl .wrap p {
  color: #fff;
}
.scheduleArea__wrap .ttl .wrap img {
  margin-right: 20px;
  height: 70px;
}
.scheduleArea__wrap--con {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
  margin-top: -40px;
}
.scheduleArea__wrap--con .kikan {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 30px;
}
.scheduleArea__wrap--con .kikan dt {
  background: #E60C11;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  height: 50px;
  position: relative;
  padding: 0 20px;
  margin-right: 30px;
}
.scheduleArea__wrap--con .kikan dt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #E60C11;
  border-right: 0;
  right: -20px;
}
.scheduleArea__wrap--con .kikan dd {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #E60C11;
  line-height: 1;
}
.scheduleArea__wrap--con .kikan dd i {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  font-style: normal;
  color: #E60C11;
}
.scheduleArea__wrap--con .kikan dd p.kome {
  display: block;
  padding: 0;
  line-height: 1;
  font-size: 14px !important;
  text-align: left;
  font-weight: bold;
  margin-top: 5px;
}
.scheduleArea__wrap--con .scheduletable {
  width: 60%;
  margin: 0 auto;
}
.scheduleArea__wrap--con .scheduletable tr {
  border-bottom: 1px solid #000;
}
.scheduleArea__wrap--con .scheduletable tr:last-child {
  border-bottom: none;
}
.scheduleArea__wrap--con .scheduletable tr th {
  border-right: 1px solid #000;
}
.scheduleArea__wrap--con .scheduletable tr th, .scheduleArea__wrap--con .scheduletable tr td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  line-height: 1.3;
  font-weight: bold;
}
.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 {
  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__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/2024/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;
}

/* ============================================
	premiumseat.html
============================================ */
body.finalPremiumseat {
  background: #000;
  color: #fff;
}

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

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

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

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

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

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

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

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

/* ============================================
	match.html
============================================ */
body.finalMatch__niigata, body.finalMatch__nagoya {
  background: url(/img/leaguecup/2021/final/BG_browngray.jpg) repeat-y top center;
  background-size: 100%;
}

.matchleadArea .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.matchleadArea .ttl .jp {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0 1em 0.5em;
  border-bottom: 2px solid #fff;
  display: inline-block;
  line-height: 1;
}

.matchbodyBG {
  background: url(/img/leaguecup/2024/final/logo/emb_niigata.svg) no-repeat top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 50%;
  opacity: 0.1;
}
body.finalMatch__niigata .matchbodyBG {
  background: url(/img/leaguecup/2024/final/logo/emb_niigata.svg) no-repeat top center;
  background-size: 50%;
}
body.finalMatch__nagoya .matchbodyBG {
  background: url(/img/leaguecup/2024/final/logo/emb_nagoya.svg) no-repeat top center;
  background-size: 50%;
}

.matchnavArea {
  background: #000;
  padding-top: 50px;
}
.matchnavArea ul {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}
.matchnavArea ul > li {
  width: 49.5% !important;
  margin-right: 0 !important;
  border-radius: 5px;
  border-right: none;
  position: inherit;
}
.matchnavArea ul > li.niigata a {
  background: #ea5404;
}
.matchnavArea ul > li.nagoya a {
  background: #d70c18;
}
.matchnavArea ul > li.current {
  opacity: 1;
}
.matchnavArea ul > li.current a {
  padding: 2em 0;
}
.matchnavArea ul > li a {
  border-radius: 5px 5px 0 0;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
.matchnavArea ul > li a:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  z-index: 2;
}
.matchnavArea ul > li a:hover .name {
  opacity: 0.6;
}
.matchnavArea ul > li a .emb img {
  height: 70px;
  width: auto;
  vertical-align: middle;
}
.matchnavArea ul > li a .emb .name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}

.teaminfoArea {
  background: #000;
  color: #fff;
  padding: 50px;
}
.teaminfoArea__kv img {
  width: 100%;
}
.teaminfoArea__table {
  width: 700px;
  margin: 0 auto;
}
.teaminfoArea__table tr + tr {
  border-top: 1px solid #fff;
}
.teaminfoArea__table tr th {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  width: 60%;
  box-sizing: border-box;
  padding: 1em 0em 1em 1em;
}
.teaminfoArea__table tr th p.txt__L {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.teaminfoArea__table tr td {
  font-size: 16px;
  font-size: 1.6rem;
  width: 40%;
  padding: 1em 1em 1em 0;
  box-sizing: border-box;
}
.teaminfoArea__table tr td img {
  height: 70px;
  display: inline-block;
}

.matchankrArea, .eventnavArea {
  background: #000;
  border-top: 1px solid #fff;
}
.matchankrArea__list, .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;
}
.matchankrArea__list--item, .eventnavArea__list--item {
  width: calc((100% - 5px) / 4);
  border-right: 1px solid #fff;
}
.matchankrArea__list--item:nth-child(1), .eventnavArea__list--item:nth-child(1) {
  border-left: 1px solid #fff;
}
.matchankrArea__list--item a, .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;
}
.matchankrArea__list--item a:hover, .eventnavArea__list--item a:hover {
  opacity: 0.6;
}
.matchankrArea__list--item a:hover:after, .eventnavArea__list--item a:hover:after {
  bottom: 0;
}
.matchankrArea__list--item a:after, .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;
}

.leaguecup2023_final.finalMatch__niigata .mfp-bg, .leaguecup2023_final.finalMatch__niigata .mfp-wrap,
.leaguecup2023_final.finalMatch__nagoya .mfp-bg,
.leaguecup2023_final.finalMatch__nagoya .mfp-wrap {
  z-index: 10000000;
}

.michinoriArea {
  margin: 80px auto 0;
  color: #000;
  padding-bottom: 80px;
}
.michinoriArea__wrap {
  width: 90%;
  margin: 0 auto;
}
.michinoriArea__wrap--con {
  overflow: hidden;
  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;
}
.michinoriArea__thum {
  float: left;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.michinoriArea__thum:nth-child(1), .michinoriArea__thum:nth-child(2) {
  padding-top: 0;
}
.michinoriArea__thum a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  position: relative;
}
.michinoriArea__thum a:after {
  background: url(/img/leaguecup/2020/final/icon_movie_play.png) no-repeat 50% 50%;
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.michinoriArea__thum img {
  width: 100%;
}
.michinoriArea__thum .sec {
  height: 42px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 10px;
  background: #000;
  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;
}
body.finalMatch__niigata .michinoriArea__thum .sec {
  background: #ea5404;
}
body.finalMatch__nagoya .michinoriArea__thum .sec {
  background: #d70c18;
}
.michinoriArea__thum .sec:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  border: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #000;
}
body.finalMatch__niigata .michinoriArea__thum .sec:after {
  border-left: 20px solid #ea5404;
}
body.finalMatch__nagoya .michinoriArea__thum .sec:after {
  border-left: 20px solid #d70c18;
}
.michinoriArea__thum .setsu {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding-left: 1em;
  margin-right: 5px;
}
.michinoriArea__thum .score {
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
.michinoriArea__thum .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.michinoriArea__thum.large {
  width: 50%;
}
.michinoriArea__thum.large .CLM__half a {
  width: 65%;
  margin-right: 3%;
}
.michinoriArea__thum.large .CLM__half figcaption {
  width: 32%;
}
.michinoriArea__thum.small {
  width: 33.3333333333%;
}

.pickupArea {
  margin: 100px 0;
}
.pickupArea .kome {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px !important;
  padding: 5px 0;
  display: block;
  margin-top: 10px;
}
.pickupArea__wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}
.pickupArea__wrap + .pickupArea__wrap {
  margin-top: 100px;
}
.pickupArea__thum {
  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;
}
.pickupArea__thum + .pickupArea__thum {
  margin-top: 80px;
}
.pickupArea__thum:nth-child(even) a {
  order: 2;
}
.pickupArea__thum:nth-child(even) img {
  order: 2;
}
.pickupArea__thum:nth-child(even) figcaption {
  order: 1;
  padding-left: 0%;
  padding-right: 5%;
}
.pickupArea__thum a {
  width: 70%;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0 rgba(255, 255, 255, 0.46);
  position: relative;
}
.pickupArea__thum a:after {
  background: url(/img/leaguecup/2020/final/icon_movie_play.png) no-repeat 50% 50%;
  display: inline-block;
  content: "";
  width: 80px;
  height: 80px;
  background-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pickupArea__thum a img {
  width: 100%;
}
.pickupArea__thum img {
  width: 70%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0 rgba(255, 255, 255, 0.46);
}
.pickupArea__thum figcaption {
  width: 30%;
  padding-left: 5%;
  box-sizing: border-box;
}
.pickupArea__thum figcaption .lead {
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  display: block;
}
.pickupArea__thum figcaption .lead .name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.pickupArea__thum figcaption .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.pickupArea__thum figcaption .txt + .txt {
  margin-top: 30px;
}
.pickupArea__thum figcaption .txt strong {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.pickupArea__stats {
  margin-top: 20px;
}
.pickupArea__stats--con {
  box-sizing: border-box;
  width: 24.25%;
  border-radius: 10px;
  background: #fff;
}
.pickupArea__stats--ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.pickupArea__stats .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.pickupArea__stats--con {
  box-sizing: border-box;
  width: 24.25%;
  border-radius: 10px;
  background: #fff;
  margin-left: 1%;
}
.pickupArea__stats--con:first-child {
  margin-left: 0;
}
.pickupArea__stats--con .ttl {
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 0;
  font-weight: bold;
}
body.finalMatch__niigata .pickupArea__stats--con .ttl {
  background: #ea5404;
}
body.finalMatch__nagoya .pickupArea__stats--con .ttl {
  background: #d70c18;
}
.pickupArea__stats--con .bottom {
  padding: 10px;
  text-align: center;
}
.pickupArea__stats--con .bottom .num {
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
.pickupArea__stats--con .bottom .rank {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #E60C11;
  display: inline-block;
  vertical-align: middle;
}
.pickupArea__stats--con .bottom span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  display: block;
}

.teamstyleArea {
  margin: 100px 0;
}
.teamstyleArea .kome {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px !important;
  padding: 5px 0;
  display: block;
  margin-top: 0px;
}
.teamstyleArea__wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.teamstyleArea__wrap--txt p {
  font-size: 18px;
  font-size: 1.8rem;
}
.teamstyleArea__stats {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.teamstyleArea__stats--con {
  box-sizing: border-box;
  width: 24.25%;
  border-radius: 10px;
  background: #fff;
  margin-right: 1%;
  margin-bottom: 1%;
}
.teamstyleArea__stats--con:nth-child(4n) {
  margin-right: 0;
}
.teamstyleArea__stats--con .ttl {
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em 0;
  font-weight: bold;
}
body.finalMatch__niigata .teamstyleArea__stats--con .ttl {
  background: #ea5404;
}
body.finalMatch__nagoya .teamstyleArea__stats--con .ttl {
  background: #d70c18;
}
.teamstyleArea__stats--con .bottom {
  padding: 20px 10px;
  text-align: center;
}
.teamstyleArea__stats--con .bottom .rank {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #E60C11;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.teamstyleArea__stats--con .bottom .rank i {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
.teamstyleArea__stats--con .bottom span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: bottom;
  line-height: 1;
}

.playerArea {
  background: #fff;
  padding: 80px 0 0;
}
.playerArea__cnt {
  display: flex;
  flex-wrap: wrap;
  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;
}
.playerArea__cnt.niigata .data {
  background: #ea5404;
}
.playerArea__cnt.niigata .pos {
  background: #014099 !important;
}
.playerArea__cnt.nagoya .data {
  background: #d70c18;
}
.playerArea__cnt.nagoya .pos {
  background: #ffa600 !important;
}
.playerArea__box {
  width: 20%;
}
.playerArea__box a {
  text-align: center;
  color: #fff;
}
.playerArea__box a figure img {
  width: 100%;
}
.playerArea__box .data {
  position: absolute;
  bottom: 0;
  background: #000;
  width: 100%;
  color: #FFF;
  padding: 20px 0;
}
.playerArea__box .data .pos {
  position: absolute;
  background: #000;
  display: inline-block;
  width: 60px;
  line-height: 2em;
  left: 0;
  top: -15px;
  font-family: "Antonio", sans-serif;
}
.playerArea__box .data .name {
  font-weight: BOLD;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.playerArea__box .data ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Antonio", sans-serif;
  margin: 0 0.3em;
}

/* ============================================
	beginnersguide.html
============================================ */
.beginnersguideankrArea, .eventankrArea {
  padding: 50px 0 100px;
  background: #000;
}
.beginnersguideankrArea__nav ul li, .eventankrArea__nav ul li {
  box-sizing: border-box;
  position: relative;
  width: 49%;
  margin-right: 1%;
  border-radius: 10000px;
}
.beginnersguideankrArea__nav ul li:nth-child(n+3), .eventankrArea__nav ul li:nth-child(n+3) {
  margin-top: 1%;
}
.beginnersguideankrArea__nav ul li a, .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;
}
.beginnersguideankrArea__nav ul li a:after, .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;
}
.beginnersguideankrArea__nav ul li a:hover, .eventankrArea__nav ul li a:hover {
  opacity: 0.6;
}
.beginnersguideankrArea__nav ul li a span, .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/2024/final/icon/prime_b.png) repeat-y top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.beginnersguideankrArea__nav ul li a p, .eventankrArea__nav ul li a p {
  font-weight: bold;
}

.beginnersguideArea {
  background: url(/img/leaguecup/2021/final/BG_browngray.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 80px 0;
}
.beginnersguideArea__con + .beginnersguideArea__con, .eventinfoArea__con + .beginnersguideArea__con, .beginnersguideArea__con + .eventinfoArea__con, .eventinfoArea__con + .eventinfoArea__con {
  margin-top: 100px;
}
.beginnersguideArea__con figure, .eventinfoArea__con figure {
  width: 100%;
  max-width: 1180px;
  margin: 30px auto;
}
.beginnersguideArea__con figure img, .eventinfoArea__con figure img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.beginnersguideArea__con figure img.shadownone, .eventinfoArea__con figure img.shadownone {
  box-shadow: none;
}
.beginnersguideArea__con .CLM__half .left, .eventinfoArea__con .CLM__half .left {
  width: 50%;
  margin: 0;
  order: 2;
}
.beginnersguideArea__con .CLM__half .right, .eventinfoArea__con .CLM__half .right {
  order: 1;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.beginnersguideArea__con .CLM__half .beginnersguideArea__subttl, .beginnersguideArea__con .CLM__half .eventinfoArea__subttl, .eventinfoArea__con .CLM__half .beginnersguideArea__subttl, .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;
}
.beginnersguideArea__con .CLM__half .beginnersguideArea__subttl span, .beginnersguideArea__con .CLM__half .eventinfoArea__subttl span, .eventinfoArea__con .CLM__half .beginnersguideArea__subttl span, .eventinfoArea__con .CLM__half .eventinfoArea__subttl span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.beginnersguideArea__con .CLM__half .beginnersguideArea__subttl p, .beginnersguideArea__con .CLM__half .eventinfoArea__subttl p, .eventinfoArea__con .CLM__half .beginnersguideArea__subttl p, .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;
}
.beginnersguideArea__con .youtube, .eventinfoArea__con .youtube {
  width: 700px;
  aspect-ratio: 16/9;
}
.beginnersguideArea__con .youtube iframe, .eventinfoArea__con .youtube iframe {
  width: 100%;
  height: 100%;
}
.beginnersguideArea__con--wrap article + article, .eventinfoArea__con--wrap article + article {
  margin-top: 50px;
}
.beginnersguideArea__con--wrap article:nth-child(even) .CLM__half .left, .eventinfoArea__con--wrap article:nth-child(even) .CLM__half .left {
  order: 1;
}
.beginnersguideArea__con--wrap article:nth-child(even) .CLM__half .right, .eventinfoArea__con--wrap article:nth-child(even) .CLM__half .right {
  order: 2;
  padding-right: 0;
  padding-left: 40px;
}
.beginnersguideArea__con .commonTable, .eventinfoArea__con .commonTable {
  width: 700px;
  margin: 30px auto;
}
.beginnersguideArea__con .commonTable tr, .eventinfoArea__con .commonTable tr {
  background: #fff;
}
.beginnersguideArea__con .commonTable tr th, .eventinfoArea__con .commonTable tr th {
  background-color: #eee;
}
.beginnersguideArea__con .btn, .eventinfoArea__con .btn {
  margin: 50px auto 30px;
  height: auto;
  line-height: inherit;
  padding: 0.7em 0;
}
.beginnersguideArea__ttl, .eventinfoArea__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.beginnersguideArea__ttl span, .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/2024/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;
}
.beginnersguideArea__ttl p, .eventinfoArea__ttl p {
  font-size: 30px;
  font-size: 3rem;
  font-weight: BOLD;
  line-height: 1.5;
}
.beginnersguideArea__ansr {
  background: #30b488;
  text-align: center;
  margin-bottom: 50px;
}
.beginnersguideArea__ansr span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: normal;
  margin-top: 0;
  opacity: 1;
  background: url(/img/leaguecup/2024/final/icon/prime_w.png) repeat-y top center;
  background-size: 100% auto;
  text-align: center;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  position: relative;
  margin-right: 10px;
  color: #30b488;
}
.beginnersguideArea__ansr p {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: BOLD;
  line-height: 1.5;
  display: inline-block;
  color: #fff;
  margin-bottom: 50px 0;
  padding: 40px 0;
  line-height: 1;
}
.beginnersguideArea__subttl, .eventinfoArea__subttl {
  text-align: center;
  margin-bottom: 30px;
}
.beginnersguideArea__subttl span, .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;
}
.beginnersguideArea__subttl p, .eventinfoArea__subttl p {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: BOLD;
  line-height: 1.5;
  display: inline-block;
}
.beginnersguideArea__clubttl {
  text-align: center;
  margin-bottom: 30px;
  padding: 0.5em 0;
  background: #000;
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: BOLD;
  line-height: 1;
  vertical-align: middle;
}
.beginnersguideArea__clubttl.niigata {
  background: #ea5404;
}
.beginnersguideArea__clubttl.nagoya {
  background: #d70c18;
}
.beginnersguideArea__clubttl img {
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.beginnersguideArea__subankr, .eventinfoArea__subankr {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.beginnersguideArea__subankr li + li, .eventinfoArea__subankr li + li {
  margin-top: 10px;
}
.beginnersguideArea__subankr li a, .eventinfoArea__subankr li a {
  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;
  position: relative;
}
.beginnersguideArea__subankr li a:after, .eventinfoArea__subankr li a:after {
  font-family: "ionicons";
  content: "\f3d4";
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
  position: relative;
  bottom: 0;
}
.beginnersguideArea__subankr li a:hover p, .eventinfoArea__subankr li a:hover p {
  color: #E60C11;
}
.beginnersguideArea__subankr li a:hover:after, .eventinfoArea__subankr li a:hover:after {
  color: #E60C11;
  bottom: -5px;
}
.beginnersguideArea__subankr li a span, .eventinfoArea__subankr li a span {
  background: #E60C11;
  width: 30px;
  height: 30px;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.beginnersguideArea__subankr li a p, .eventinfoArea__subankr li a p {
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.beginnersguideArea__map {
  position: relative;
  margin-top: 80px;
}
.beginnersguideArea__map--con figure {
  box-shadow: none;
  border-radius: 0;
}
.beginnersguideArea__map--con figure img {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border-top: none;
}
.beginnersguideArea__map--seat {
  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;
}
.beginnersguideArea__map--seat figure {
  margin-right: 1%;
  background: #fff;
}
.beginnersguideArea__map--seat figure:last-child {
  margin-right: 0;
}
.beginnersguideArea__map--seat figure.cate-1 p {
  background: #257d32;
}
.beginnersguideArea__map--seat figure.cate-2 p {
  background: #be3431;
}
.beginnersguideArea__map--seat figure.cate-3 p {
  background: #257d32;
}
.beginnersguideArea__map--seat figure.cate-4 p {
  background: #be3431;
}
.beginnersguideArea__map--seat figure.cate-5 p {
  background: #DEA123;
}
.beginnersguideArea__map--seat figure.cate-6 p {
  background: #fceb3e;
  color: #000;
}
.beginnersguideArea__map--seat figure.cate-7 p {
  background: #40648c;
}
.beginnersguideArea__map--seat figure.terrace p {
  background: #39b7f2;
}
.beginnersguideArea__map--seat figure.lounge p {
  background: #900980;
}
.beginnersguideArea__map--seat figure img {
  border-top: none;
  box-shadow: none;
  border-radius: 0;
}
.beginnersguideArea__map--seat figure .ttl {
  font-weight: bold;
  text-align: center;
  padding: 0.3em 0;
  color: #fff;
}
.beginnersguideArea__map--seat figure figcaption {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.beginnersguideArea__playerlist {
  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;
}
.beginnersguideArea__playerlist--item {
  width: 23.5% !important;
  margin: inherit !important;
  margin-right: 2% !important;
  margin-bottom: 2% !important;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.beginnersguideArea__playerlist--item:nth-child(4n) {
  margin-right: 0 !important;
}
.beginnersguideArea__playerlist--item a {
  color: #000;
}
.beginnersguideArea__playerlist--item a img {
  box-shadow: none !important;
  border-radius: 5px 5px 0 0 !important;
}
.beginnersguideArea__playerlist--item a figcaption {
  position: relative;
}
.beginnersguideArea__playerlist--item a figcaption .data {
  padding: 20px 0;
}
.beginnersguideArea__playerlist--item a figcaption .data .pos {
  position: absolute;
  background: #000;
  display: inline-block;
  color: #fff;
  width: 60px;
  line-height: 2em;
  left: 0;
  top: -15px;
  font-family: "Antonio", sans-serif;
  text-align: center;
  font-weight: bold;
}
.beginnersguideArea__playerlist--item a figcaption .data .name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}
.beginnersguideArea .teambox + .teambox {
  margin-top: 100px;
}
.beginnersguideArea .teambox .btn {
  margin-top: 0;
}
.beginnersguideArea .bnrlink {
  display: block;
}
.beginnersguideArea .bnrlink + .bnrlink {
  margin-top: 50px;
}
.beginnersguideArea .bnrlink img {
  width: 100%;
}

/* ============================================
	event.html
============================================ */
body.finalEvent .otherkvArea__ttl {
  padding-bottom: 70px;
}

.eventnavArea__list {
  align-items: stretch;
}
.eventankrArea {
  background: none;
  padding: 0;
  margin-bottom: 50px;
}
.eventankrArea__nav {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.eventankrArea__nav ul li a span {
  background: url(/img/leaguecup/2024/final/icon/prime.png) top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.eventinfoArea {
  background: url(/img/leaguecup/2021/final/BG_browngray.jpg) repeat-y top center;
  background-size: 100% auto;
  padding-bottom: 100px;
}
.eventinfoArea__con figure {
  max-width: 700px;
}
.eventinfoArea__con--wrap table.commonTable {
  width: 100%;
}
.eventinfoArea__con--wrap table.commonTable td {
  text-align: left;
  padding: 10px;
}
.eventinfoArea__ttl span {
  background: url(/img/leaguecup/2024/final/icon/prime.png) top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.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;
}

.eventinfoArea__con .gourmetArea__img {
  max-width: 100%;
}
.eventinfoArea__con .gourmetArea__ttl {
  background: #000;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 30px 0;
  color: #fff;
  padding: 0.5em 0;
  font-size: 23px;
  font-size: 2.3rem;
}
.eventinfoArea__con .gourmetArea__list--item {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  width: 23.5%;
  margin: inherit;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2%;
}
.eventinfoArea__con .gourmetArea__list--item:last-child {
  margin-bottom: 0;
}
.eventinfoArea__con .gourmetArea__list--item:nth-child(4n) {
  margin-right: 0;
}
.eventinfoArea__con .gourmetArea__list--item a:hover {
  opacity: 0.6;
}
.eventinfoArea__con .gourmetArea__list--item img {
  width: 100%;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 20px;
}
.eventinfoArea__con .gourmetArea__list--item .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 0 20px;
}
.eventinfoArea__con .gourmetArea__list--item .price {
  font-family: "Antonio", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 20px;
}
.eventinfoArea__con .gourmetArea__list--item .info {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  padding: 0 20px;
}
.eventinfoArea__con .gourmetArea__list--item .btn {
  margin: 0;
  margin: 0 auto;
  padding: 0.3em 0;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.eventinfoArea__con .gourmetArea__place .ttl.accordionIndex {
  border-bottom: 1px solid #000;
}
.eventinfoArea__con .gourmetArea__place--con {
  text-align: center;
}
.eventinfoArea__con .gourmetArea__place--con img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

body.finalEvent .gourmetArea__list--popup {
  background: #FFF;
  width: 800px;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  margin: 100px auto;
}
body.finalEvent .gourmetArea__list--popup > img {
  margin-bottom: 30px;
  width: 100%;
}
body.finalEvent .gourmetArea__list--popup .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 0 20px;
}
body.finalEvent .gourmetArea__list--popup .price {
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 20px;
}
body.finalEvent .gourmetArea__list--popup .info {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 20px;
}
body.finalEvent .gourmetArea__list--popup .btn {
  margin: 0;
  margin: 0 auto;
  padding: 0.3em 0;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
body.finalEvent .gourmetArea__list--popup .btn a {
  color: #fff;
}
body.finalEvent .gourmetArea__list--popup .txt {
  text-align: left;
  margin-bottom: 20px;
}
body.finalEvent .mfp-bg, body.finalEvent .mfp-wrap {
  z-index: 10420000;
}

.eventmapArea {
  padding: 100px 0;
  background: url(/img/leaguecup/2024/final/bg/BG_black_02.jpg);
  padding: 100px 0;
}
.eventmapArea .heading__main .jp, .eventmapArea .heading__main .en {
  color: #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;
}

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