@charset "UTF-8";
@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");
/* ==========================================================================
Foundation
========================================================================== */
.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 #E51A12;
}

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

img.lazy {
  width: 100%;
}

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

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

jwc2025.scss

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

p, a, span {
  line-height: 1.5;
}

a {
  word-break: break-word;
}

.kome {
  font-size: 12px;
  font-size: 1.2rem;
}

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

/* ==========================================================================
   パーツ
========================================================================== */
.headline__main, .headline__main--black, .headline__main--left--black, .headline__mainM--black, .headline__main--left, .headline__mainM {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
}
.headline__main .en, .headline__main--black .en, .headline__main--left--black .en, .headline__mainM--black .en, .headline__main--left .en, .headline__mainM .en {
  font-size: 90px;
  font-size: 9rem;
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 10px;
}
.headline__main .jp, .headline__main--black .jp, .headline__main--left--black .jp, .headline__mainM--black .jp, .headline__main--left .jp, .headline__mainM .jp {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.headline__main--black, .headline__main--left--black, .headline__mainM--black {
  color: #000;
}
.headline__main--black .en, .headline__main--left--black .en, .headline__mainM--black .en {
  color: #000;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.headline__main--black .jp, .headline__main--left--black .jp, .headline__mainM--black .jp {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
}
.headline__main--left {
  text-align: left;
}
.headline__main--left .jp {
  display: inline-block;
}
.headline__mainM .en {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.headline__mainM .jp {
  font-size: 20px;
  font-size: 2rem;
}
.headline__sub, .headline__sub--black, .headline__sub--yoko--black, .headline__sub--yoko {
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.headline__sub .en, .headline__sub--black .en, .headline__sub--yoko--black .en, .headline__sub--yoko .en {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}
.headline__sub--black .en, .headline__sub--black .jp, .headline__sub--yoko--black .en, .headline__sub--yoko--black .jp {
  color: #000;
}
.headline__sub .jp, .headline__sub--black .jp, .headline__sub--yoko--black .jp, .headline__sub--yoko .jp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.5em;
}
.headline__sub--black .en, .headline__sub--black .jp, .headline__sub--yoko--black .en, .headline__sub--yoko--black .jp {
  color: #000;
}
.headline__sub--yoko {
  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;
}
.headline__sub--yoko .en, .headline__sub--yoko .jp {
  white-space: nowrap;
}
.ulp_jwc2024.top.en .headline__sub--yoko .en, .ulp_jwc2024.top.en .headline__sub--yoko .jp {
  white-space: inherit;
}
.headline__sub--yoko .jp {
  margin: 0 0.5em;
}
.headline__sub--yoko:after {
  border-top: 1px solid #fff;
  content: "";
  width: 100%;
}

.btn {
  border-radius: 1000px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 600px;
  position: relative;
  padding: 2rem 4rem 2rem 2rem;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
.btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f30f";
  color: #fff;
  transition: 0.3s ease-in-out;
  right: 1em;
}
.btn:hover:after {
  right: 1em;
}
.btn__ticket {
  border: none;
  max-width: 980px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 0;
  padding: 2.5rem 4rem 2.5rem 2rem;
  position: relative;
  transition: 0.3s ease-in-out;
  background: #E51A12;
}
.btn__ticket i {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
}
.btn__ticket .txt__L {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 3px;
}
.btn__ticket:hover {
  opacity: 1;
  transform: scale(1.05);
}
.btn__ticket:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
@media only screen and (max-width: 320px) {
  .btn__ticket:before {
    left: 1rem;
  }
}
.btn__ticket.dpoint {
  background: #CC0033;
}
.btn__ticket.dpoint:before {
  content: "";
  background: url("../img/logo/logo_dpoint.svg");
  background-size: 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 320px) {
  .btn__ticket.dpoint:before {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}
.btn__ticket.dcard {
  background: #CC0033;
}
.btn__ticket.dcard:before {
  content: none;
}
.btn__ticket.satofuru {
  background: #ad0003;
}
.btn__ticket.satofuru:before {
  content: none;
}
.btn__ticket.yokohamafm {
  background: #004098;
}
.btn__ticket.yokohamafm:before {
  content: "";
  background: url("../img/emb/yokohamafm.svg");
  background-size: 60px;
  width: 60px;
  height: 43px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 320px) {
  .btn__ticket.yokohamafm:before {
    background-size: 40px;
    width: 40px;
    height: 30px;
  }
}
.btn__ticket.ippan, .btn__ticket.lounge {
  border: none;
}
.btn__ticket.ippan:before, .btn__ticket.lounge:before {
  content: "";
  background: url("../img/logo/logo_jticket.svg");
  background-size: 80px;
  width: 80px;
  height: 26px;
  background-repeat: no-repeat;
}
.btn__ticket.lounge {
  background: #7F7257;
}
.btn__ticket.nolink:before {
  opacity: 0.3;
}
.btn__white {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}
.btn__white:after, .btn__white:before {
  color: #000;
}
.btn__lfc {
  background: #e31b23;
  border: none;
}
.btn__red {
  background: #E51A12;
}
.btn__docomo {
  background: #CC0033;
  border: none;
}
.btn__gold {
  background: #7F7257;
  border: none;
}
.btn__w {
  width: 100%;
}
.btn__L {
  width: 100%;
  max-width: 980px;
}
.btn__M {
  width: 100%;
  max-width: 400px;
}
.btn__S {
  width: 180px;
  padding: 1.5em;
}
.btn__noborder {
  border: none;
}
.btn.nolink {
  background: #AAAAAA;
  color: #7F7F7F;
  pointer-events: none;
}
.btn.nolink:after, .btn.nolink:before {
  color: #7F7F7F;
}

.icon__gaibu {
  padding-left: 4rem !important;
  position: relative;
}
.icon__gaibu:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f35d";
  color: #fff;
  left: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.commonTable {
  width: 100%;
}
.commonTable tr {
  border: 1px solid #ccc;
}
.commonTable th, .commonTable td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
  table-layout: fixed;
  word-break: break-all;
  vertical-align: middle;
}
.commonTable th {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #eee;
  padding: 10px;
  white-space: wrap;
  border-right: 1px solid #ccc;
}
.commonTable td {
  text-align: center;
  border-right: 1px solid #ccc;
}

.accordionList .accordionIndex {
  background: #eee;
  padding: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
}
.accordionList .accordionIndex .open {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 30px;
}
.accordionList .accordionIndex .open:before, .accordionList .accordionIndex .open:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 2px;
  background: #000;
}
.accordionList .accordionIndex .open:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordionList .accordionIndex.active .open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.tabSelecter {
  margin-bottom: 50px;
}
.tabSelecter li > a, .tabSelecter li > span {
  font-size: 16px;
  font-size: 1.6rem;
}

.bg__white {
  background: #fff;
}

.headerArea .jleague {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.headerArea .jleague img {
  width: 40px;
}
.headerArea .jwc img {
  position: fixed;
  right: 10px;
  top: 10px;
  height: 40px;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.headerArea .jwc img.white {
  opacity: 1;
}
.headerArea .jwc img.black {
  opacity: 0;
}
.headerArea.scrolled .jwc img.white {
  opacity: 0;
}
.headerArea.scrolled .jwc img.black {
  opacity: 1;
}

body.academymatch .kvArea img {
  width: 100%;
}
body.academymatch .significanceArea__txt {
  text-align: center;
  line-height: 2;
}
body.academymatch .matchArea__wrap {
  display: grid;
  gap: 100px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
body.academymatch .matchArea__card {
  width: 100%;
  margin-bottom: 80px;
}
body.academymatch .matchArea__card .ttl {
  text-align: center;
  margin-bottom: 10px;
}
body.academymatch .matchArea__card .ttl img {
  max-width: 500px;
  width: 100%;
}
body.academymatch .matchArea__card .emb {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 70px 1fr;
  align-items: center;
  margin-bottom: 30px;
}
body.academymatch .matchArea__card .emb .left img, body.academymatch .matchArea__card .emb .right img {
  max-width: 130px;
  width: 100%;
}
body.academymatch .matchArea__card .emb .left {
  text-align: right;
}
body.academymatch .matchArea__card .emb .right {
  text-align: left;
}
body.academymatch .matchArea__card .emb .vs img {
  max-width: 70px;
  width: 100%;
}
body.academymatch .matchArea__card .data {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
body.academymatch .matchArea__card .data .time {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: bold;
}
body.academymatch .matchArea__card .data .place {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
body.academymatch .matchArea__card .btn + .btn {
  margin-top: 10px;
}
body.academymatch .matchArea__attention {
  margin-bottom: 100px;
}
body.academymatch .matchArea__attention .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
body.academymatch .matchArea__attention .subttl {
  margin-top: 30px;
}
body.academymatch .map {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 10px;
}
body.academymatch .playerttl {
  display: grid;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
  grid-auto-flow: column;
}
body.academymatch .playerttl img {
  width: 50px;
}
body.academymatch .playerttl p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.academymatch .playerTable + .playerTable {
  margin-top: 40px;
}
body.academymatch .playerTable tr {
  border: none;
}
body.academymatch .playerTable tr th {
  border-right: none;
  text-align: left;
  padding: 0.75em 2em;
}
body.academymatch .playerTable tr td {
  border-right: none;
  text-align: left;
}
body.academymatch .youtube {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  margin-top: 100px;
}
body.academymatch .youtube iframe {
  width: 100%;
  height: 100%;
}
body.academymatch .headline__main--black.event {
  margin-top: 100px;
}
body.academymatch .eventArea {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
body.academymatch .eventArea__txt {
  border: 1px solid #000;
  padding: 40px;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  font-size: 1.8rem;
}
body.academymatch .eventArea__txt strong {
  font-size: 23px;
  font-size: 2.3rem;
  display: block;
  margin-bottom: 5px;
}
body.academymatch .eventArea__txt .kome {
  font-size: 12px !important;
}
body.academymatch .eventArea .kv {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  margin-bottom: 30px;
}
body.academymatch .eventArea .kv img {
  width: 100%;
  border: 1px solid #000;
}
body.academymatch .eventArea .accordionList {
  max-width: 980px;
  margin: 0 auto;
}
body.academymatch .eventArea .accordionIndex {
  box-sizing: border-box;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
body.academymatch .eventArea .contents {
  padding: 40px;
  box-sizing: border-box;
}
body.academymatch .eventArea .contents .lead {
  margin-bottom: 30px;
}
body.academymatch .eventArea .contents .ttl {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
body.academymatch .eventArea .contents .txt {
  margin-bottom: 30px;
}
body.academymatch .eventArea .contents table {
  margin-bottom: 30px;
}
body.academymatch .eventArea .contents table tr th {
  text-align: center;
}
body.academymatch .eventArea .contents ul {
  margin-bottom: 30px;
}
body.academymatch .outlineArea {
  background: #000;
  color: #fff;
}
body.academymatch .outlineArea .commonTable {
  border-top: 1px solid #fff;
  width: 100%;
}
body.academymatch .outlineArea .commonTable + .commonTable {
  margin-top: 100px;
}
body.academymatch .outlineArea .commonTable tr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
}
body.academymatch .outlineArea .commonTable tr th {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2rem;
  width: 20%;
  background: none;
  border: none;
}
body.academymatch .outlineArea .commonTable tr td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2em;
  width: 80%;
  line-height: 1.5;
  text-align: left;
  border: none;
}
body.academymatch .outlineArea__kyosan {
  padding-top: 2em;
}
body.academymatch .outlineArea__kyosan .ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
body.academymatch .outlineArea__kyosan .img {
  display: block;
  width: 300px;
  margin: 0 auto;
}
body.academymatch .outlineArea__kyosan .img img {
  width: 100%;
}
body.academymatch .outlineArea__kyosan .img__L, body.academymatch .outlineArea__kyosan .img__S {
  width: 100%;
  display: block;
}
body.academymatch .outlineArea__kyosan .img__L {
  margin: 0 auto;
  max-width: 600px;
}
body.academymatch .outlineArea__kyosan .img__L + .img__L {
  margin-top: 10px;
}
body.academymatch .outlineArea__kyosan .img__S {
  max-width: 288px;
  margin-bottom: 10px;
}
body.academymatch .outlineArea__kyosan .img__S img {
  width: 100%;
}
body.academymatch .outlineArea__kyosan .CLM__half {
  width: 600px;
  margin: 0 auto;
}