@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

supercup2023.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
a {
  color: #003690;
  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%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

/* ==========================================================================
   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 {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article: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__red {
  color: #e60012;
}
.txt__white {
  color: #fff;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}
.txt__border {
  border-bottom: 1px solid;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__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;
}

.arrow__Underlink {
  position: relative;
  color: #000;
}
.arrow__Underlink:after {
  display: block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

.btn {
  display: block;
  position: relative;
  background: #000;
  color: #FFF;
  width: 800px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  transition: 0.5s all;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
  margin: 0 auto;
}
.btn span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: 800;
}
.btn.gaibu span:before {
  font-family: "ionicons";
  content: "\f39c";
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5em;
}
.btn:hover {
  opacity: 1;
}
.btn:hover span {
  color: #fff;
}
.btn:hover:before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #ae0c0f;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.btn:after {
  font-family: "ionicons";
  content: "\f30f";
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}
.btn__ticket {
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  font-size: 3rem;
  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;
}
.btn__ticket.pcDISP {
  display: flex;
}
.btn__ticket span {
  letter-spacing: 2px;
}
.btn__ticket img {
  width: 70px;
  margin-right: 15px;
}
.btn__ticket:hover img {
  opacity: 1;
  z-index: 1;
}
.btn__S {
  width: 200px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn__S::after {
  font-size: 16px;
  font-size: 1.6rem;
}
.btn__L {
  width: 100%;
  max-width: 900px;
}
.btn__M {
  width: 500px;
}
.btn__red {
  background: #e60012;
}
.btn__blue {
  background: #003690;
}
.btn__brawn {
  background: #b09d60;
}
.btn__border {
  border: 1px solid #000;
  background: none;
  color: #333;
  display: block;
}

@-webkit-keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
span.btn {
  background: #ae0c0f;
}
span.btn:before {
  content: none;
}

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

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

.sec {
  text-align: center;
}
.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__lightgray {
  background: url(/img/supercup/2023/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  z-index: -1;
  position: relative;
}
.sec__trfy {
  background: url(/img/supercup/2023/BG_trfy.png) no-repeat top center;
  background-size: 100%;
  background-position: right;
  background-position-x: 200px;
}
.sec__trfy_rl {
  position: relative;
}
.sec__trfy_rl:before {
  background: url(/img/supercup/2023/BG_trfy_rl.jpg) no-repeat top center;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
  margin-top: 70px;
}
.sec__white {
  background: #fff;
}
.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%;
}

.heading__title {
  color: #003690;
  font-size: 130px;
  font-size: 13rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.heading__title .jpn_S {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
.heading__main .jpn_S {
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  text-align: center;
  font-weight: 900;
  padding: 10px 0 30px 0;
  line-height: 1.3;
}
.heading__main .jpn_M {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
.heading__main .jpn_L {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  z-index: 10;
  position: relative;
}
.heading__main .jpn_L a {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  padding-left: 0.5em;
}
.heading__main .jpn_L a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  padding-left: 0.5em;
}
.heading__main .eng_S {
  font-weight: 800;
  font-size: 10vw;
  line-height: 0.9;
  white-space: nowrap;
  color: #af9c60;
  font-family: "Poppins", sans-serif;
}
.heading__main .eng_L {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #e60012;
  font-weight: bold;
  display: block;
}
.heading__main.subttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  background-image: linear-gradient(90deg, #e60012 0 20%, #c5c5c5 20%);
  background-repeat: no-repeat;
  background-size: 100% 6%;
  background-position: bottom;
  padding-bottom: 7px;
}
.heading__main.subttl .txt__red {
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
}
.heading__sub {
  font-size: 40px;
  font-size: 4rem;
  padding: 10px 50px;
}
.heading__S {
  font-size: 50px;
  font-size: 5rem;
}
.heading__left {
  text-align: left;
}
.heading__leftline {
  position: relative;
}
.heading__leftline:before {
  content: "";
  display: block;
  width: 2px;
  background-color: #fff;
  height: 110px;
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 10;
}
.heading__leftline--ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #fff;
  transform-origin: right top;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
  position: absolute;
  top: 115px;
  left: 20px;
  transform: translate(-100%, 0) rotate(-90deg);
  z-index: 10;
}

.kome {
  display: block;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
#pageTop {
  bottom: 250px;
}

.floatingbnr {
  display: block;
  position: fixed;
  z-index: 9999999;
  bottom: 70px;
  right: 0;
  width: 500px;
  height: 170px;
  background: url(/img/supercup/2023/floatingbnr_PC.jpg) no-repeat right center;
  background-size: 100% auto;
  box-sizing: border-box;
}
.floatingbnr h5, .floatingbnr p {
  display: none;
}
.floatingbnr .btn {
  width: 90%;
  height: 45px;
  line-height: 45px;
  margin: 1%;
  position: absolute;
  bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.floatingbnr .btn::after {
  font-size: 16px;
  font-size: 1.6rem;
}
.floatingbnr .btn.btn__brown {
  left: 15px;
}
.floatingbnr .btn.btn__red {
  right: 15px;
}
.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:hover {
  opacity: 1;
  background: #e60012;
}

/* ==========================================================================
   header
========================================================================== */
.fxscHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11111111;
  background: #003690;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.fxscHeader__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.fxscHeader__jLogo {
  width: 40px;
  height: 40px;
}
.fxscHeader__jLogo img {
  width: 100%;
  height: auto;
}
.fxscHeader__eng a {
  font-family: "Poppins", sans-serif;
  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;
}
.fxscHeader__title img {
  height: 40px;
}
.fxscHeader__gnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.fxscHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.fxscHeader__gnav__li a, .fxscHeader__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) {
  .fxscHeader__gnav__li a, .fxscHeader__gnav__li span {
    padding: 0 10px;
  }
}
.fxscHeader__gnav__li a:hover, .fxscHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}
.fxscHeader__gnav__li span {
  color: rgba(255, 255, 255, 0.4);
}
.fxscHeader__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;
}
.fxscHeader__ticket a, .fxscHeader__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) {
  .fxscHeader__ticket a, .fxscHeader__ticket span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.fxscHeader__ticket span {
  background: #758ebf;
  color: #003690;
}
.fxscHeader__ticket span:hover {
  background: #758ebf;
}
.fxscHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.fxscHeader__subnav li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #003690;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}
.fxscHeader__subnav li a:hover {
  opacity: 0.7;
}
.fxscHeader__subnav li:first-child {
  padding-left: 15px;
}
.fxscHeader__subnav li:last-child {
  padding-right: 15px;
}
.fxscHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

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

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

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  text-align: center;
  padding-top: 70px;
  background: #003690;
}
.kvArea img {
  width: 100%;
  height: auto;
}
.kvArea__text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 40px 0 50px;
}
.kvArea__text__day {
  position: relative;
}
.kvArea__text__day .num {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-top: 0.3em;
}
.kvArea__text__day .num a {
  display: inline-block;
  font-weight: 700;
}
.kvArea__text__day .logo {
  width: 450px;
  margin-bottom: 10px;
}
.kvArea__text__day .daysta {
  line-height: 1.5;
}
.kvArea__text__day .day {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
}
.kvArea__text__day .day i {
  font-style: normal;
  transform: scale(0.8);
  display: inline-block;
  font-weight: 700;
  position: relative;
  top: 5px;
}
.kvArea__text__day .day i:first-child {
  font-size: 23px;
  font-size: 2.3rem;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  vertical-align: bottom;
  top: -15px;
  color: #003690;
  font-weight: 800;
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.kvArea__text__day .stadium {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 900;
  position: relative;
  top: -5px;
}
.kvArea__text__day .tv {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding: 10px 0px;
  line-height: 1;
  margin-top: 20px;
  width: 400px;
  border-top: double 6px #fff;
  border-bottom: double 6px #fff;
}
.kvArea__text__day .club {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kvArea__text__day .club.left {
  margin-left: -350px;
}
.kvArea__text__day .club.right {
  margin-left: 350px;
}
.kvArea__text__day .club.left .embLl:after {
  background: url(/img/supercup/2023/championlogo.svg) repeat-y top center;
  content: "";
  display: inline-block;
  background-size: cover;
  width: 30px;
  height: 46px;
  position: absolute;
  left: -35px;
  top: 70px;
}
.kvArea__text__day .club i {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
}
.kvArea__text__day .club .add {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
.kvArea__text__day .club .embLl {
  margin: 0 auto;
}
.kvArea__broadcast {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 12px 20px;
  font-feature-settings: "palt" 1;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  background: #e60012;
  margin-top: 40px;
}
.kvArea__broadcast span {
  font-weight: bold;
  display: inline-block;
}
.kvArea__others {
  background: url(/img/supercup/2023/bg.jpg) no-repeat top center;
  background-size: cover;
  color: #002665;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 70px;
  display: none;
  padding: 60px 0;
  background-position: center;
}
.kvArea__others__title {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 10px;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.kvArea__others__subtitle {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 5px;
  font-weight: bold;
  margin-top: 5px;
}
.kvArea .kv__matchDay {
  color: #fff;
  text-decoration: underline;
}
.kvArea .kv__matchDay div {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 10px 0;
}
.kvArea .kv__matchDay div.pk {
  font-size: 20px;
  font-size: 2rem;
}

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

.embLl.embGra, .embLl.embYokohamafm {
  background-position: -260px -260px;
}

.embLl.embCer, .embLl.embKofu {
  background-position: -910px -260px;
}

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

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

body.rulesandmanners .kvArea__others.rulesandmanners,
body.event .kvArea__others.event,
body.match .kvArea__others.match,
body.gourmet .kvArea__others.gourmet,
body.history .kvArea__others.history,
body.ng_live .kvArea__others.ng_live,
body.ng_outline .kvArea__others.ng_outline,
body.ng_history .kvArea__others.ng_history,
body.ng_member .kvArea__others.ng_member,
body.ng_player .kvArea__others.ng_player {
  display: block;
}

/* ==========================================================================
   TOP
========================================================================== */
.topbnrwrap {
  background: #ffffff;
  padding: 40px 5vw;
}
.topbnrwrap a {
  margin: 0 auto;
  display: block;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.topbnrwrap a img {
  width: 100%;
}

/* ==========================================================================
   topticketArea
========================================================================== */
.topticketArea {
  position: relative;
  background: url(/img/supercup/2023/BG_studium_s.png) no-repeat;
  background-position: top;
  background-color: #003690;
  content: "";
  width: 100%;
  height: 50%;
  background-size: cover;
  padding: 50px 0 40px;
}
.topticketArea .bg {
  position: absolute;
  top: 0;
  background: #af9c60;
  width: 100%;
  height: 40%;
  display: block;
}
.topticketArea .bg:before, .topticketArea .bg:after {
  content: "";
  position: absolute;
  right: 0;
  border-left: 100vw solid transparent;
}
.topticketArea .bg:after {
  top: -80px;
  border-bottom: 80px solid #af9c60;
  content: none;
}
.topticketArea .bg:before {
  bottom: -80px;
  border-bottom: 80px solid #af9c60;
  transform: rotate(180deg);
}
.topticketArea__map {
  background: #FFF;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 40px 100px;
  z-index: 1;
  position: relative;
}
.topticketArea__map img {
  width: 80%;
}
.topticketArea .heading__title {
  color: #fff;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  bottom: -20px;
}
.topticketArea .btn {
  top: -40px;
  position: relative;
  z-index: 1;
  width: 65%;
}

/* ==========================================================================
   topnewsArea
========================================================================== */
.topnewsArea {
  padding: 80px 0;
  position: relative;
}
.topnewsArea .heading__title {
  width: 80%;
  text-align: left;
  margin: 0 auto;
}
.topnewsArea .heading__leftline:before {
  background-color: #003690;
}
.topnewsArea .heading__leftline--ttl {
  color: #003690;
}
.topnewsArea .bg {
  position: absolute;
  bottom: 0;
  background: #939799;
  width: 90%;
  height: 60%;
  display: block;
  z-index: -1;
}
.topnewsArea__outer {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 60px;
  padding: 0;
  padding-bottom: 80px;
  background: url(/img/supercup/2023/bg.jpg) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  margin-top: 70px;
  background-position: cente;
}
.topnewsArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  margin-left: auto;
  width: 90%;
  margin-left: 10%;
}
.topnewsArea__list li {
  border-right: 1px solid #d1d1d1;
  width: 25%;
  background: #fff;
  position: relative;
}
.topnewsArea__list li article a:hover {
  opacity: 1;
}
.topnewsArea__list li article a:hover img {
  transform: translateX(-50%) scale(1.05);
  opacity: 1;
}
.topnewsArea__list li article:after {
  font-family: "ionicons";
  content: "\f30f";
  font-size: 20px;
  font-size: 2rem;
  right: 5%;
  bottom: 0;
  position: absolute;
  color: #003690;
}
.topnewsArea__list--img {
  overflow: hidden;
  border-bottom: 1px solid #d1d1d1;
}
.topnewsArea__list--img img {
  width: 101%;
  transition: 0.3s ease-in-out;
  opacity: 1;
  right: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.topnewsArea__list--txt {
  background: #fff;
  padding: 20px 15px;
  color: #222;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.topnewsArea__list--txt .day {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #003690;
}
.topnewsArea__list--txt .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2;
}
.topnewsArea__sublist {
  width: 80%;
}
.topnewsArea__sublist .topnewsArea__list {
  width: 100%;
  margin: 0 40px;
  margin-left: 0;
}
.topnewsArea__sublist .topnewsArea__list--txt {
  background: none;
  padding-bottom: 20px;
}
.topnewsArea__sublist .topnewsArea__list--txt .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.topnewsArea__sublist .topnewsArea__list--txt .day {
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 0;
}
.topnewsArea__sublist .topnewsArea__list--img {
  border-bottom: none;
}
.topnewsArea__sublist .topnewsArea__list li {
  background: none;
  width: 100%;
  border-right: none;
  z-index: 1;
}
.topnewsArea__sublist .topnewsArea__list li article {
  border-bottom: 1px solid #fff;
}
.topnewsArea__sublist .topnewsArea__list li article a:hover {
  opacity: 0.4;
}
.topnewsArea__sublist .topnewsArea__list li article:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
}
.topnewsArea__sublist img {
  display: none;
}
.topnewsArea .accordionList .accordionIndex {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
  padding: 5px 0;
  position: relative;
  border: 2px solid #000;
  margin-bottom: 20px;
  width: 300px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 50px;
}
.topnewsArea .accordionList .accordionIndex:hover {
  border: 2px solid #af9c60;
  color: #af9c60;
}
.topnewsArea .accordionList .accordionIndex:after {
  position: absolute;
  right: 30px;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  transition: 1s;
  margin: auto;
  top: calc(50% - 5px);
  transform: translateY(-50%);
}
.topnewsArea .accordionList .accordionIndex.active:after {
  transform: rotate(-180deg);
  top: 50%;
}
.topnewsArea__btn {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  padding-right: 40px;
}
.topnewsArea__btn .btn:after {
  transform: translateY(-50%) rotate(90deg);
}
.topnewsArea__btn.close .btn:after {
  transform: translateY(-50%) rotate(-90deg);
}

/* ==========================================================================
   outline
========================================================================== */
.topoutlineArea {
  padding: 80px 0;
  margin: 0;
}
.topoutlineArea .heading__title {
  width: 80%;
  text-align: right;
  margin: 0 auto;
}
.topoutlineArea .heading__leftline:before {
  background-color: #003690;
}
.topoutlineArea .heading__leftline--ttl {
  color: #003690;
}
.topoutlineArea__wrap {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 100px 40px 60px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

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

.outlineList {
  border-bottom: 1px solid #d1d1d1;
}
.outlineList article {
  border-top: 1px solid #d1d1d1;
  padding: 15px 0;
}

.greenpower {
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  padding: 20px;
  border-radius: 3px;
  align-items: center;
}
.greenpower dt {
  text-align: left;
}
.greenpower dd {
  padding-left: 20px;
}
.greenpower dd img {
  width: 70px;
  vertical-align: middle;
}

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

/* ==========================================================================
   footerbtnArea
========================================================================== */
.footerbtnArea {
  position: relative;
  background: url(/img/supercup/2023/BG_studium2.png) no-repeat;
  background-position: bottom;
  background-color: #003690;
  content: "";
  width: 100%;
  height: 50%;
  background-size: cover;
  padding: 100px 0;
}
.footerbtnArea .btn img {
  width: 500px;
  margin-right: 10px;
}
.footerbtnArea .btn span {
  letter-spacing: 2px;
  font-size: 25px;
}

/* ==========================================================================
   rulesandmanners
========================================================================== */
body.rulesandmanners table tr th {
  background: #c1c1c1;
}
body.rulesandmanners table tr th, body.rulesandmanners table tr td {
  width: 50%;
}
body.rulesandmanners #rulemanner {
  margin-bottom: 80px;
}

.ruleankrArea {
  margin-bottom: 80px;
}
.ruleankrArea ul li {
  width: calc((100% - 1px) / 2);
  margin-right: 0;
}
.ruleankrArea ul li:first-child {
  border-right: 1px solid #fff;
}
.ruleankrArea ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #4f4f4f;
  height: 60px;
  line-height: 60px;
  background: #dddddd;
  font-weight: normal;
  font-weight: bold;
  border-bottom: 3px solid #003690;
  display: block;
}

/* ==========================================================================
   previsionArea
========================================================================== */
#previsionArea .heading__main .jpn_L {
  font-size: 32px;
  font-size: 3.2rem;
}
#previsionArea .CLM__three {
  padding: 3vw;
}
#previsionArea .prevision__txt {
  text-align: left;
}
#previsionArea .ban__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
}
#previsionArea .ban__list li {
  width: 49%;
  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;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
}
#previsionArea .ban__list li img {
  width: 55px;
  margin-right: 10px;
}
#previsionArea .ban__list li:last-child {
  padding-left: 65px;
}
#previsionArea h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#previsionArea figure.oudanmaku {
  background: #fff;
  padding: 5vw;
}
#previsionArea figure.oudanmaku img {
  width: 100%;
}

.prevision__article .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.prevision__article .ttl span {
  font-weight: bold;
}
.prevision__article:nth-child(n+4) {
  margin-top: 30px;
}
.prevision__article__thum {
  position: relative;
  overflow: hidden;
}
.prevision__article__thum figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  z-index: 1;
  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;
  padding-bottom: 15%;
  opacity: 0;
}
.prevision__article__thum figcaption::after {
  display: block;
  font-family: "ionicons";
  content: "\f39c";
  position: absolute;
  bottom: 10%;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
}
.prevision__article a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s all;
}
.prevision__article a img, .prevision__article a figcaption {
  transition: 0.5s all;
}
.prevision__article a:hover {
  opacity: 1;
}
.prevision__article a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.prevision__article a:hover figcaption {
  opacity: 1;
}
.prevision__article__popup {
  background: #FFF;
  width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
}
.prevision__article__popup dl {
  text-align: left;
  margin-top: 10px;
}
.prevision__article__popup dl dt {
  margin-bottom: 10px;
}
.prevision__article__popup dl .CLM__half figure {
  margin-bottom: 20px;
  text-align: center;
}
.prevision__article__popup dl .CLM__half figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
}
.prevision__article__imgL {
  margin-bottom: 30px;
}
.prevision__article__imgL img {
  width: 50%;
}

.popup-modal-dismiss a {
  border: 2px solid #003690;
  padding: 10px;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  font-weight: 700;
}

.mfp-wrap {
  top: 30px !important;
}

.mfp-close-btn-in .mfp-close {
  left: 50%;
  top: -40px;
  color: #FFF;
  opacity: 1;
  transform: translateX(350px);
}

.ticket__btnArea {
  background: #003690;
  padding: 10px 0 130px;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
.scheduleArea__article {
  width: 90%;
  max-width: 980px;
  background: url(/img/leaguecup/2021/final/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  position: relative;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  overflow: hidden;
  z-index: 100;
}
.scheduleArea__article:nth-child(odd) {
  margin-right: 0;
  margin-left: auto;
}
.scheduleArea__article .btnArea {
  clear: both;
  padding: 0 50px;
  margin: 50px 0;
}
.scheduleArea__article .btnArea .btn__ticket {
  width: 100%;
  z-index: 1;
}
.scheduleArea__article:last-child {
  margin-bottom: 0;
}
.scheduleArea__article::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 500px;
  height: 500px;
  background: url(/img/leaguecup/2021/final/logo_J.png) no-repeat 100% -100px;
  background-size: 100% auto;
}
.scheduleArea__article__cnt {
  align-items: center;
}
.scheduleArea__article__title {
  width: 35%;
}
.scheduleArea__article__title img {
  width: 100%;
}
.scheduleArea__article__info {
  position: relative;
  text-align: left;
  width: 65%;
  padding: 2% 5%;
}
.scheduleArea__article__info dl {
  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;
  z-index: 1;
  margin: 10px 0;
}
.scheduleArea__article__info dl dt {
  height: 50px;
  line-height: 49px;
  background: #e60112;
  width: 150px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 25px;
  letter-spacing: 0.1em;
}
.scheduleArea__article__info dl dt i {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  position: relative;
  top: 3px;
  margin-right: 0.1em;
}
.scheduleArea__article__info dl dd {
  width: calc(100% - 150px);
  line-height: 1.3;
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}
.scheduleArea__article__imgwrap.CLM__three > div {
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.scheduleArea__article__imgwrap.CLM__three > div:last-child {
  margin-right: 0;
}
.scheduleArea__article__imgwrap.CLM__three > div:last-child:after {
  content: none;
}
.scheduleArea__article__imgwrap.CLM__three > div:after {
  content: "\f363";
  font-size: 60px;
  font-size: 6rem;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11%;
  color: #003690;
}
.scheduleArea__article__imgitem img {
  width: 100%;
  border: 1px solid #d1d1d1;
  margin-bottom: 5px;
}
.scheduleArea__article__imgitem p {
  color: #000;
}
.scheduleArea__article__imgitem p span {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  color: #fff;
  background: #003690;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.scheduleArea__article__attendsubttl {
  background: #959486;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
.scheduleArea__article .accordionList {
  background: #FFF;
}
.scheduleArea__article .accordionList .accordionIndex {
  background: rgba(98, 97, 76, 0.7);
  position: relative;
  z-index: 111;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
  padding-left: 2em;
  cursor: pointer;
  border-bottom: none;
}
.scheduleArea__article .accordionList .accordionIndex::after {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d0";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.scheduleArea__article .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.scheduleArea__article .accordionList .accordionArticle {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 4%;
  text-align: left;
}

.accordionArticle .list__style {
  display: block !important;
}

.scheduleArea__article.noLink::before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
}

/* ==========================================================================
   ankrnav
========================================================================== */
.ankrnavArea {
  margin-top: -140px;
}

.ankrnav .sec__innerWide {
  padding: 0 5vw;
}
.ankrnav__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  overflow: hidden;
}
.ankrnav__wrap > a, .ankrnav__wrap > span {
  background: #fff;
  color: #000;
  font-weight: bold;
  width: 33.3333333333%;
  padding: 30px 0 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  border-right: 1px solid #ddd;
  position: relative;
}
.ankrnav__wrap > a:hover, .ankrnav__wrap > span:hover {
  opacity: 1;
}
.ankrnav__wrap > a:hover:after, .ankrnav__wrap > span:hover:after {
  bottom: -10px;
}
.ankrnav__wrap > a:last-child, .ankrnav__wrap > span:last-child {
  border-right: 0;
}
.ankrnav__wrap > a:after, .ankrnav__wrap > span:after {
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: rotate(90deg);
  font-size: 30px;
  font-size: 3rem;
  color: #af9c60;
}
.ankrnav__wrap > a i, .ankrnav__wrap > span i {
  display: inline-block;
  font-style: normal;
}
.ankrnav__wrap > a span, .ankrnav__wrap > span span {
  color: #af9c60;
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.ankrnav__wrap > span {
  background: #d1d1d1;
  color: #9a9696;
}
.ankrnav__wrap > span span, .ankrnav__wrap > span:after {
  color: #9a9696;
}
.ankrnav__wrap > span:hover:after {
  bottom: 0px;
}

/* ==========================================================================
   ticketArea
========================================================================== */
#ticketArea {
  background: url(/img/supercup/2023/BG_studium.png) no-repeat;
  background-position: top;
  background-color: #003690;
  background-size: 120%;
}

.ticketArea__seat {
  background: #FFF;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 1100px;
  margin: 0 auto;
  padding: 3vw;
}
.ticketArea__seatwrap {
  padding-bottom: 30px;
  margin-top: 50px;
}
.ticketArea__seatwrap .heading__main {
  margin-top: 0vw;
  margin-bottom: -20px;
}
.ticketArea__seatwrap .heading__main .jpn_L {
  color: #fff;
}
.ticketArea__seatwrap .heading__main .eng_S {
  position: inherit;
  color: #fff;
}
.ticketArea__seat .seat {
  width: 80%;
}
.ticketArea__seat .icon {
  position: absolute;
  right: 3vw;
  bottom: 3vw;
  width: 20%;
}

#ticketAreaPrice {
  text-align: center;
}
#ticketAreaPrice .seat-category {
  width: 90%;
  min-width: 900px;
  max-width: 980px;
  margin: auto;
}
#ticketAreaPrice .txt__size16 {
  text-align: right;
  min-width: 900px;
  max-width: 980px;
  margin: 0 auto 10px;
}
#ticketAreaPrice .komeArea {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 40px;
}
#ticketAreaPrice .btnArea {
  margin-top: 50px;
  padding-bottom: 80px;
}

.seat-category table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.seat-category table th, .seat-category table td {
  border: solid 1px #000;
  height: 50px;
  vertical-align: middle;
  color: #000;
}
.seat-category table th span, .seat-category table td span {
  font-size: 10px;
  font-size: 1rem;
}
.seat-category table th {
  background: #DADADA;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  height: 60px;
}
.seat-category table th:nth-child(1) {
  width: 60%;
}
.seat-category table th:nth-child(2) {
  width: 15%;
}
.seat-category table th:nth-child(3) {
  width: 12%;
}
.seat-category table th:nth-child(4) {
  width: 13%;
}
.seat-category table td {
  background: #fff;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.seat-category table td:nth-child(1), .seat-category table td:nth-child(2) {
  text-align: left;
  font-weight: bold;
  padding: 0 1em;
}
.seat-category table td:nth-child(3) {
  padding: 0 0.5em;
}
.seat-category table td .kome {
  padding: 0;
}
.seat-category table td.dp {
  color: #000 !important;
}
.seat-category table td.price {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.seat-category table td:last-child span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 0.2em;
}
.seat-category table td:last-child .txt__red,
.seat-category table td:last-child .txt__blue {
  font-weight: bold;
}
.seat-category table td.txt__center {
  text-align: center;
}
.seat-category table tr:nth-child(4) td, .seat-category table tr:nth-child(4) th, .seat-category table tr:nth-child(7) td, .seat-category table tr:nth-child(7) th, .seat-category table tr:nth-child(8) td, .seat-category table tr:nth-child(8) th, .seat-category table tr:nth-child(11) td, .seat-category table tr:nth-child(11) th, .seat-category table tr:nth-child(12) td, .seat-category table tr:nth-child(12) th, .seat-category table tr:nth-child(13) td, .seat-category table tr:nth-child(13) th, .seat-category table tr:nth-child(17) td, .seat-category table tr:nth-child(17) th {
  color: #000;
}
.seat-category table .cate-1 td {
  background: #257d32;
}
.seat-category table .cate-2 td {
  background: #be3431;
}
.seat-category table .cate-3 td {
  background: #DEA123;
}
.seat-category table .cate-4 td {
  background: #E388B4;
}
.seat-category table .cate-5 td {
  background: #977f49;
}
.seat-category table .cate-6 td {
  background: #fceb3e;
}
.seat-category table .cate-7 td {
  background: #40648c;
}
.seat-category table .mascot td {
  background: #950787;
}
.seat-category table .lovelive td {
  background: #e81772;
}
.seat-category table .terrace td {
  background: #39b7f2;
}
.seat-category table .white {
  background: #FFF !important;
}

.koedashi__attention .sec__innerWide {
  padding: 0 5vw;
}
.koedashi__attention p {
  background: #ffd7dc;
  border: 2px solid red;
  box-sizing: border-box;
  padding: 40px;
  color: red;
  font-size: 20px;
  font-size: 2rem;
}
.koedashi__attention p a {
  text-decoration: underline;
}

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

/* ==========================================================================
   infoeArea
========================================================================== */
#infoeArea {
  text-align: left;
  overflow: hidden;
}
#infoeArea .sec__innerWide {
  padding-top: 110px;
}
#infoeArea h5 {
  margin-bottom: 20px;
  position: relative;
  right: -150px;
  text-align: right;
}
#infoeArea h5 .eng_S {
  position: absolute;
  font-weight: 800;
  font-size: 85px;
  top: -95px;
  line-height: 0.9;
  z-index: 1;
  white-space: nowrap;
  color: #af9c60;
  font-family: "Poppins", sans-serif;
  right: 0;
}
#infoeArea h5 .jpn_S {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  font-size: 25px;
  line-height: 1.5;
}
#infoeArea dl dd {
  position: relative;
}
#infoeArea dl dd .bgnaname {
  width: 1200vw;
  position: absolute;
  left: -10vw;
  z-index: 0;
  bottom: -340px;
  background-size: 180%;
  height: 400px;
  background: rgba(175, 156, 96, 0.4);
}
#infoeArea dl dd .infoarea__wrap {
  width: 90%;
  max-width: 980px;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  padding-top: 60px;
  z-index: 110;
  position: relative;
}
#infoeArea dl dd .infoarea__wrap > img {
  width: 100%;
  margin-bottom: 20px;
}
#infoeArea dl dd .infoarea__wrap .btnArea {
  margin-top: 50px;
}
#infoeArea dl dd .infoarea__wrap .btnArea a {
  width: 100%;
  max-width: 900px;
}
#infoeArea dl dd + dd {
  margin-top: 130px;
}
#infoeArea dl dd:nth-child(odd) .bgnaname {
  transform: scale(-1, 1);
}
#infoeArea dl dd:nth-child(odd) .infoarea__wrap {
  margin-right: 0;
  margin-left: auto;
}
#infoeArea dl dd:nth-child(odd) .infoarea__wrap h5 {
  text-align: left;
  left: -150px;
}
#infoeArea dl dd:nth-child(odd) .infoarea__wrap h5 .eng_S {
  left: 0;
  right: inherit;
}
#infoeArea .info__imgwrap {
  margin-top: 40px;
}
#infoeArea .info__imgwrap--left img, #infoeArea .info__imgwrap--right img {
  width: 100%;
}
#infoeArea .info__imgwrap--left p.name, #infoeArea .info__imgwrap--right p.name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #e40b7f;
  padding: 15px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 2px;
}
#infoeArea .info__imgwrap--left p.name span, #infoeArea .info__imgwrap--right p.name span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: 2px;
}
#infoeArea .info__imgwrap .seat__ttl, #infoeArea .info__imgwrap .loveliveseat__ttl {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#infoeArea .info__imgwrap .loveliveseat__ttl {
  background-color: #e40a7f;
}
#infoeArea .info__imgwrap .loveliveseat__subttl {
  color: #e40a7f;
  line-height: 1.5;
  margin-bottom: 0px;
  text-align: center;
}
#infoeArea .info__imgwrap .imgwrap {
  max-width: 700px;
  margin: auto;
  display: block;
  background: #fff;
  padding: 20px;
}
#infoeArea .info__imgwrap .imgwrap img {
  width: 100%;
}
#infoeArea .info__imgwrap .imgwrap + p {
  margin-top: 20px;
}
#infoeArea .info__imgwrap .imgwrap + p.kome {
  margin-top: 0px;
}
#infoeArea .info__imgwrap .imgwrap.half {
  width: 300px;
}
#infoeArea .info__imgwrap.gray {
  background: #ededed;
  padding: 40px;
  border: 1px solid #cacaca;
}
#infoeArea h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  border-bottom: 3px solid #e40b7f;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#infoeArea h4 .eng_S {
  background: #e40a7f;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
#infoeArea h4 .jpn_S {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  font-size: 3rem;
  color: #e40a7f;
  padding-left: 20px;
  line-height: 55px;
}
#infoeArea .infoarea__subwrap {
  position: relative;
}
#infoeArea .infoarea__subwrap + .infoarea__subwrap {
  margin-top: 80px;
}
#infoeArea .infoarea__subwrap > img {
  width: 100%;
}

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

/* ==========================================================================
   eventArea
========================================================================== */
.eventankrArea {
  background: #af9c60;
}
.eventankrArea__img {
  margin-bottom: 40px;
}
.eventankrArea__nav ul li {
  margin-bottom: 10px;
}
.eventankrArea__nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #003690;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 2px;
  position: relative;
}
.eventankrArea__nav ul li a:after {
  font-family: "ionicons";
  content: "\f3d0";
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: normal;
  font-weight: bold;
}

.eventArea #infoeArea .info__imgwrap.gray table tr th {
  background: #c1c1c1;
}
.eventArea table.member tr th, .eventArea table.member tr td {
  width: 25%;
  padding: 0.5em 1em;
}
.eventArea table.member tr th {
  font-size: 14px;
  font-size: 1.4rem;
}
.eventArea table.member tr td {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ==========================================================================
   gourmetArea
========================================================================== */
.gourmetArea__lead {
  background: #fff;
}
.gourmetArea__lead--img {
  margin-bottom: 30px;
}
.gourmetArea__lead--img img {
  width: 100%;
}
.gourmetArea__lead--txt {
  margin-bottom: 0;
}
.gourmetArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.gourmetArea__list--item {
  width: 33.3333333333% !important;
  box-sizing: border-box;
  padding: 3%;
  margin-right: 0 !important;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.gourmetArea__list--item a:hover {
  opacity: 1;
}
.gourmetArea__list--item a:hover img {
  opacity: 1;
}
.gourmetArea__list--item h4 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px;
  font-weight: bold;
  color: #090606;
  font-size: 16px;
  font-size: 1.6rem;
  background: #ebebeb;
}
.gourmetArea__list--item h4 p {
  display: inline;
  font-weight: bold;
}
.gourmetArea__list--item h4 p i {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
}
.gourmetArea__list--item h4 span {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  width: 25px;
  display: inline-block;
  margin-right: 5px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
.gourmetArea__list--item h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0;
  position: relative;
  color: #000;
}
.gourmetArea__list--item h5 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.gourmetArea__list--item h5 span.spDISP {
  display: none;
}
.gourmetArea__list--item .img {
  margin-bottom: 20px;
}
.gourmetArea__list--item .img img {
  width: 100%;
}
.gourmetArea__list--item .popup-modal > p.text__honbun {
  color: #000;
}
.gourmetArea__list--popup {
  background: #FFF;
  width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.gourmetArea__list--popup > img {
  margin-bottom: 30px;
}
.gourmetArea__list--popup .area {
  padding: 3px 10px;
  color: #fff;
  display: table;
  margin-left: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.gourmetArea__list--popup .area span {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
.gourmetArea__list--popup .area.east {
  background: #2aa354;
}
.gourmetArea__list--popup .area.west {
  background: #f88303;
}
.gourmetArea__list--popup .text__honbun {
  text-align: left;
}
.gourmetArea__list--popup h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
.gourmetArea__list--popup .othermenu ul li {
  width: auto;
  border: none;
  padding: 0;
  margin-right: 40px;
}
.gourmetArea__list--popup .othermenu ul li span {
  font-weight: bold;
}
.gourmetArea__list--popup .othermenu ul li span.kome {
  font-weight: normal;
  display: inline;
}
.gourmetArea__list--popup .comment .wrap_sns {
  position: relative;
  width: 32%;
  margin-right: 2%;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.gourmetArea__list--popup .comment .wrap_sns:nth-child(3n) {
  margin-right: 0;
}
.gourmetArea__list--popup .comment .wrap_sns a {
  background: #fff;
  border: 1px solid #cfd9de;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  display: block;
}
.gourmetArea__list--popup .comment .wrap_sns a p:nth-child(3) {
  word-wrap: break-word;
}
.gourmetArea__list--popup .comment .wrap_sns .icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.gourmetArea__list--popup .comment .wrap_sns .name {
  vertical-align: middle;
  width: calc(100% - 44px);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.gourmetArea__list--popup .comment .wrap_sns .name span.idname {
  font-weight: normal;
  color: #536471;
  font-size: 12px;
  font-size: 1.2rem;
}
.gourmetArea__list--popup .comment .wrap_sns .wrap_sns p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.gourmetArea__list--popup .comment .wrap_sns time {
  color: #536471;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0;
  display: block;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap {
  width: 49%;
  display: inline-block;
  height: 110px;
  overflow: hidden;
  position: relative;
  background: #dbdbdb;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap:only-of-type {
  width: 100%;
  height: 250px;
}
.gourmetArea__list--popup .comment .wrap_sns .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150%;
}
.gourmetArea__btn {
  position: relative;
  background: #003690;
  padding: 5px 10px;
  color: #fff;
  width: 150px;
  display: block;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.gourmetArea__map {
  margin-bottom: 60px;
}
.gourmetArea__map > a {
  width: 49.5%;
}
.gourmetArea__map > a:first-child {
  margin-right: 1%;
}
.gourmetArea__map img {
  width: 100%;
}
.gourmetArea__mapwrap {
  background: #af9c60;
}
.gourmetArea .accordionIndex {
  border: 1px solid #000;
  padding: 10px;
}
.gourmetArea .accordionIndex.active:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.gourmetArea .accordionIndex:after {
  top: 50%;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.gourmetArea .icontxt {
  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;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 20px;
  line-height: 25px;
}
.gourmetArea .icontxt span {
  margin-right: 10px;
}
.gourmetArea .icontxt img {
  width: 20px;
  vertical-align: middle;
  margin: 0 5px 0 10px;
}
.gourmetArea .icontxt img:nth-child(1) {
  margin-left: 0;
}
.gourmetArea ul.eventlinklist li {
  position: relative;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #003690;
  height: 40px;
  line-height: 40px;
}
.gourmetArea ul.eventlinklist li:after {
  font-family: "ionicons";
  content: "\f35d";
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  right: 1em;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.gourmetArea ul.eventlinklist li span {
  vertical-align: middle;
}
.gourmetArea ul.eventlinklist li span:first-child {
  background: #fff;
  color: #003690;
  font-family: "Poppins", sans-serif;
  width: 40px;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.gourmetArea ul.eventlinklist li span.embS {
  margin-right: 0;
  display: inline-block;
}
.gourmetArea ul.eventlinklist li span.name {
  position: relative;
}
.gourmetArea ul.eventlinklist li span.small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.gourmetArea ul.eventlinklist li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}

body.gourmet .mfp-bg {
  z-index: 11111112;
}
body.gourmet .mfp-wrap {
  top: 0px !important;
  z-index: 11111113;
}
body.gourmet .mfp-content {
  padding: 70px 0;
  box-sizing: border-box;
}
body.gourmet .mfp-container, body.gourmet .mfp-bg {
  background: #000;
  opacity: 1;
}

/* ==========================================================================
   match
========================================================================== */
/* ==========================================================================
   matchArea
========================================================================== */
.playerArea .heading__backGray .embLl {
  margin: 0 auto;
}
.playerArea .tab li a {
  font-size: 14px;
  font-size: 1.4rem;
  top: 0;
  color: #4f4f4f;
  height: 60px;
  padding: 0;
  line-height: 60px;
  background: #dddddd;
  font-weight: normal;
  font-weight: bold;
}
.playerArea .tab li.current a {
  background: #dddddd;
  border-bottom: 3px solid #003690;
}
.playerArea .tab li.current a:hover {
  opacity: 1;
}
.playerArea .player_box {
  margin-bottom: 20px;
}
.playerArea .player_box figure {
  height: 190px;
  overflow: hidden;
}
.playerArea .player_box .data {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  text-align: left;
  color: #fff;
  position: relative;
}
.playerArea .player_box .data .pos {
  background: #000;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: -20px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.playerArea .player_box .data .name {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-weight: "Noto Sans JP", sans-serif;
}
.playerArea .player_box .data ul {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.playerArea .player_box .data ul li {
  padding: 0px 10px;
}
.playerArea .player_box .data ul li:nth-child(3) {
  padding: 3px 10px;
  line-height: 1.2;
  margin: 5px 0px;
  background: rgba(255, 255, 255, 0.3);
}
.playerArea .player_box .data ul li:nth-child(4) {
  color: #af9c60;
  font-weight: 600;
}
.playerArea .player_box .btnwrap a {
  background: #af9c60;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1em 2em 1em 1em;
  color: #fff;
  position: relative;
  line-height: 1.3;
}
.playerArea .player_box .btnwrap a:hover {
  opacity: 1;
  background: #91814f;
}
.playerArea .player_box .btnwrap a:after {
  color: #fff;
  font-family: "ionicons";
  content: "\f30f";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.playerArea .player_box .btnwrap a .eng_S {
  font-family: "Poppins", sans-serif;
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.playerArea .tab1 .player_box .data, .playerArea .tab1 .player_box {
  background: #154099;
}
.playerArea .tab1 .player_box .data .pos {
  background: #e60c39;
}
.playerArea .tab2 .player_box .data, .playerArea .tab2 .player_box {
  background: #1d5bac;
}
.playerArea .tab2 .player_box .data .pos {
  background: #b7183f;
}

.featuredplayersArea .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
.featuredplayersArea .youtube iframe {
  width: 100%;
  height: 100%;
}

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

/* ==========================================================================
   NEXTGENERATIONMATCH
========================================================================== */
body.ng_live, body.ng_member, body.ng_history, body.ng_outline, body.ng_player {
  background: #fff;
}

body.ngm .tabSelecter_box {
  position: relative;
  background: #003690;
  position: relative;
}
body.ngm .tabSelecter_box .tabSelecter {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
body.ngm .tabSelecter_box .tabSelecter .tab li {
  border-right: 1px solid #758ebe;
  width: 20%;
  border-top: 0;
}
body.ngm .tabSelecter_box .tabSelecter .tab li:first-child {
  padding-left: 1px;
  border-left: 1px solid #758ebe;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a, body.ngm .tabSelecter_box .tabSelecter .tab li > span {
  color: #fff;
  background: #003690;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > a:hover, body.ngm .tabSelecter_box .tabSelecter .tab li > span:hover {
  opacity: 1;
  background: #af9c60;
  color: #ffffff;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > span {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .tabSelecter_box .tabSelecter .tab li > span:hover {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .tabSelecter_box .tabSelecter .tab .current a {
  top: 0;
  background: #003690;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
body.ngm .tabSelecter_box .tabSelecter ul {
  border: none;
  background: #003690;
  width: 100%;
}

body.ngm .foottabSelecter_box {
  margin-bottom: 50px;
}
body.ngm .foottabSelecter_box .foottabSelecter {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li {
  position: relative;
  width: 33%;
  margin-bottom: 0.5%;
  text-align: center;
  margin-right: 0.5%;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li:nth-child(3n) {
  margin-right: 0;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span {
  padding: 20px 10px;
  color: #fff;
  background: #003690;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-weight: bold;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a:hover, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span:hover {
  opacity: 1;
  background: #af9c60;
  color: #ffffff;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a:after, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > a p, body.ngm .foottabSelecter_box .foottabSelecter .tab li > span p {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > span {
  color: #b4b4b4;
  background: #dedede;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > span p {
  color: #b4b4b4;
}
body.ngm .foottabSelecter_box .foottabSelecter .tab li > span:hover {
  color: #b4b4b4;
  background: #dedede;
}

.inner {
  width: 980px;
  margin: 0 auto;
  background: #FFF;
  padding: 50px 0;
}
.inner .tabSelecter .tab li {
  border: none;
  border-right: 1px solid #fff;
}
.inner .tabSelecter .tab li > a, .inner .tabSelecter .tab li > span {
  height: 60px;
  line-height: 60px;
  border-bottom: 3px solid #dddddd;
  font-weight: bold;
}
.inner .tabSelecter .tab li.current a {
  position: relative;
  top: 0px;
  opacity: 1;
  background: #dddddd;
  border-bottom: 3px solid #003690;
}
.inner .tabSelecter .tab li span {
  color: #FFF;
  background: #ebebeb;
}
.inner .tabContentsBox {
  margin-top: 30px;
}

.inner .tabSelecter .tab.twoline li {
  width: 50%;
}

.inner .tabSelecter .soon a {
  background: #959595;
  color: #adb3b5;
  pointer-events: none;
}

.inner .tabSelecter ul {
  border: none;
}

.commonTable.teamTable td {
  border-right: 1px solid #d8d8d8;
  padding-left: 10px;
}

.commonTable.teamTable {
  border-left: 1px solid #d8d8d8;
  margin-bottom: 80px;
}

.commonTable.teamTable.coach {
  margin-bottom: 0px;
}

body.ngm .sec__lightgray {
  background: none;
}

/* --------------------------------------------------------------------------------- */
/* MatchBox */
/* --------------------------------------------------------------------------------- */
.matchVsBox {
  background: url(/img/leaguecup/2021/final/BG_lightgray.jpg) repeat-y top center;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 50px 0;
}
.matchVsBox .ad_ticket_txt p {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: rgba(230, 0, 18, 0.8);
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  margin-top: -10px;
}
.matchVsBox .matchVsTitle_dayplace {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 900;
  color: #333;
  margin-bottom: 0.5em;
}
.matchVsBox .matchVsTitle_dayplace br {
  display: none;
}
.matchVsBox .embL.embHighshool {
  background: url("/img/supercup/2022/ng_match/highschool.png") center center no-repeat;
  background-size: contain;
}
.matchVsBox .leagAccVslist {
  width: auto;
}
.matchVsBox .leagScoreColumn {
  width: 980px;
  margin: 0 auto;
  border: none;
  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;
}
.matchVsBox .leagScoreColumn .leagAccScore {
  width: 300px;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p {
  color: #333;
  margin: 5px 0;
  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;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time {
  background: #000;
  margin-bottom: 0.3em;
  color: #fff;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p.time.redTxt {
  background: #db3825;
  margin-bottom: 0.3em;
  color: #fff;
}
.matchVsBox .leagScoreColumn .leagAccTeam {
  width: auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  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;
}
.matchVsBox .leagScoreColumn .leagAccTeam.highschool {
  flex-direction: row-reverse;
}
.matchVsBox .leagScoreColumn .leagAccTeam .emb {
  width: 100px;
}
.matchVsBox .leagScoreColumn .leagAccTeam .name {
  width: 200px;
}
.matchVsBox .leagScoreColumn .leagAccVslist {
  padding: 0 30px;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(1) {
  background: #000;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  font-size: 2rem;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span:nth-child(2) {
  color: #333;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.matchVsBox ul.leagLogColumn {
  border-top: 1px solid #ccc;
  max-width: 980px;
  margin: 0 auto;
  font-weight: 200;
  color: #333;
  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;
}
.matchVsBox ul.leagLogColumn .leagRightLog,
.matchVsBox ul.leagLogColumn .leagLeftLog {
  width: auto;
  color: #333;
  line-height: 1.65;
  font-size: 14px;
  font-size: 1.4rem;
}
.matchVsBox ul.leagLogColumn .leagLeftLog {
  text-align: right;
}
.matchVsBox ul.leagLogColumn .leagRightLog {
  text-align: left;
}
.matchVsBox ul.leagLogColumn li.leagCenterLog {
  width: auto;
  top: 0;
  padding: 0 30px;
}
.matchVsBox ul.leagLogColumn li.leagCenterLog .leagCenterTime span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 0;
}
.matchVsBox .lead {
  margin: 20px 0;
}
.matchVsBox .lead p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 1em;
}

/*NGM-preview*/
.matchPreviewArea h4 {
  font-weight: bold;
  font-size: 19px;
  /* border-bottom: 2px solid #003690; */
  border-left: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.matchPreviewArea .preview_photo {
  float: left;
  margin: 0 20px 20px 0;
}
.matchPreviewArea .preview_photo img {
  width: 400px;
}
.matchPreviewArea p {
  color: #444;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 30px;
}

/*NGM-history*/
.NgmHistoryArea .historyNav__outer {
  width: 980px;
  margin: 0 auto;
}
.NgmHistoryArea .textnav {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  background: #dedede;
}
.NgmHistoryArea .textnav li {
  font-size: 14px;
  display: table-cell;
  margin-left: 20px;
  text-align: center;
}
.NgmHistoryArea .textnav li:first-child a {
  border-left: 0;
}
.NgmHistoryArea .textnav li a {
  color: #333;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 18px;
  padding: 10px 0;
  padding-right: 16px;
  border-left: solid 1px #fff;
}
.NgmHistoryArea .textnav li a:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  font-family: "icomoon3";
  content: "󬘀";
  font-size: 10px;
  text-decoration: none !important;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.NgmHistoryArea .textnav li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.NgmHistoryArea .columnArea {
  margin-bottom: 20px;
}
.NgmHistoryArea .columnArea .articleTitWrap {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.NgmHistoryArea .columnArea .articleTit {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 110%;
  background: #444;
  padding: 10px 0 10px 15px;
  color: #fff;
}

/*NGM-outline*/
.NgmOutlineArea__title {
  padding: 55px 30px 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
}
.NgmOutlineArea .inner {
  position: relative;
  background: #fff;
}
.NgmOutlineArea .ngmOutlineTable th {
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: none;
  padding: 30px 45px;
  text-align: left;
}
.NgmOutlineArea .ngmOutlineTable td {
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: none;
  padding: 30px 45px;
  text-align: left;
}
.NgmOutlineArea .ngmOutlineTable td ol li {
  margin-bottom: 5px;
}
.NgmOutlineArea .ngmOutlineTable td ol li:last-child {
  margin-bottom: 0;
}

/*NGM-match*/
.matchMemberArea .u18Members {
  display: inline-block;
  width: 50%;
  padding-right: 1%;
}
.matchMemberArea .u18Members .MemberList {
  display: block;
}
.matchMemberArea .highschoolMembers {
  width: 50%;
  padding-left: 1%;
  vertical-align: top;
  display: inline-block;
}
.matchMemberArea .highschoolMembers .MemberList {
  display: block;
  padding-left: 0;
}
.matchMemberArea .MemberList {
  width: 100%;
  vertical-align: top;
}
.matchMemberArea .MemberList p {
  font-size: 18px;
  padding: 15px 0 15px 10px;
  font-weight: bold;
}
.matchMemberArea > .MemberList {
  width: 50%;
  padding-right: 1%;
}
.matchMemberArea > .MemberList.ListRight {
  padding-left: 1%;
  padding-right: 0;
}

.columnBlock h4 {
  font-weight: bold;
  font-size: 20px;
  /* border-bottom: 2px solid #003690; */
  border-left: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.columnBlock .columnArea .columnTxt p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}

/*NGM-u18,highschool*/
.NgmU18Area .teamTable {
  margin-bottom: 20px;
}
.NgmU18Area .teamTable th {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.NgmU18Area .teamTable td {
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

/*NGM-question*/
.memberProfile {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.memberProfile .memberName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.memberProfile .memberName .position {
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 10px;
  line-height: 2;
}
.memberProfile .memberName .teamName {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}
.memberProfile .memberPhoto {
  float: left;
  width: 200px;
  margin: 0 20px 20px 0;
  position: relative;
}
.memberProfile .memberPhoto img {
  width: 200px;
}
.memberProfile .memberQuestionnaire {
  line-height: 1.5;
  font-size: 14px;
}
.memberProfile .memberQuestionnaire dt {
  font-weight: bold;
}
.memberProfile .memberQuestionnaire dd {
  margin-bottom: 20px;
}

.leagAccScore .leagLeftScore,
.leagAccScore .leagRightScore {
  font-weight: 400;
  font-size: 80px;
  font-size: 8rem;
  color: #333;
}

.leagAccScore .leagHalfTxt {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
}

.leagAccScore .score {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
}

.NgmPlayerArea__kv {
  margin-bottom: 30px;
}
.NgmPlayerArea__kv img {
  width: 100%;
}
.NgmPlayerArea .memberlist a, .NgmPlayerArea .memberlist span {
  transition: 0.5s all;
}
.NgmPlayerArea .memberlist a .data, .NgmPlayerArea .memberlist span .data {
  transition: 0.5s all;
}
.NgmPlayerArea .memberlist a .data .year, .NgmPlayerArea .memberlist span .data .year {
  position: absolute;
  left: 0;
  top: 0;
  background: #af9c60;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #fff;
  padding: 10px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
.NgmPlayerArea .memberlist a .data .name, .NgmPlayerArea .memberlist span .data .name {
  background: #003690;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  font-weight: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.NgmPlayerArea .memberlist a .data .detail, .NgmPlayerArea .memberlist span .data .detail {
  background: #f0f0f0;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.NgmPlayerArea .memberlist li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background: #f0f0f0;
}
.NgmPlayerArea .memberlist li figure {
  position: relative;
  height: 250px;
  overflow: hidden;
}

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

.spDISP {
  display: none;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

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

#footerSnsArea {
  position: relative;
}

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