@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
========================================================================== */
/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
  position: fixed;
}
.specialHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.specialHeader__jLogo a img {
  width: 40px;
}
.specialHeader__title {
  width: 54.6vw;
}
.specialHeader__title img {
  width: 100%;
  height: auto;
}
.specialHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.specialHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.specialHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.specialHeader__gnav li.ticket a {
  background: #ff0000;
}
.specialHeader__gnav li.english a {
  background: #545454;
}
.specialHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specialHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.specialHeader__gnav li a:hover {
  opacity: 1;
}
.specialHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.specialHeader__gnav li span, .specialHeader__gnav li a {
  font-weight: bold;
}
.specialHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.specialHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li.nav_ticket {
  border: none;
}
#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  transform: rotate(180deg);
  top: 10px;
}

a {
  color: #E51A12;
  text-decoration: none;
}

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  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 {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .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;
}

.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 {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half > li, .spnoCLM.CLM__half > article, .spnoCLM.CLM__half > figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half > li:nth-child(2n), .spnoCLM.CLM__half > article:nth-child(2n), .spnoCLM.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three > li, .spnoCLM.CLM__three > article, .spnoCLM.CLM__three > figure, .spnoCLM.CLM__three > div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three > li:nth-child(3n), .spnoCLM.CLM__three > article:nth-child(3n), .spnoCLM.CLM__three > figure:nth-child(3n), .spnoCLM.CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #E51A12;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

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

.sec {
  text-align: center;
}
.sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__innerWide {
  min-width: 90%;
  max-width: 90%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

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

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: 10px;
  font-size: 1rem;
}

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

.bottomArea .snsNav li a {
  line-height: inherit;
  word-break: inherit;
}

.headerArea.show-footer {
  transition: 0.3s ease-in-out;
  display: none;
}
.headerArea .jleague {
  z-index: 1;
}
.headerArea .jwc img {
  height: 70px;
  z-index: 1;
}

/* ==========================================================================
   パーツ
========================================================================== */
.headline__main--black .en, .headline__main .en {
  font-size: 43px;
  font-size: 4.3rem;
  margin-bottom: 0.5rem;
}
.headline__main--black .jp, .headline__main .jp {
  display: block;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.headline__sub--black {
  padding-bottom: 10px;
}
.headline .jp {
  font-size: 16px;
  font-size: 1.6rem;
}

.btn {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 300px;
  padding: 2rem 3.5rem 2rem 2rem;
}
.btn__ticket {
  padding: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 320px) {
  .btn__ticket.yokohamafm:before {
    background-size: 40px;
    width: 40px;
    height: 30px;
  }
}
.btn__ticket.ippan:before, .btn__ticket.lounge:before {
  background-size: 70px;
  width: 70px;
  height: 26px;
}

/* ==========================================================================
   共通
========================================================================== */
body.academymatch .significanceArea__txt {
  font-size: min(3.5vw, 13px);
}
body.academymatch .matchArea__card {
  margin-bottom: 60px;
}
body.academymatch .matchArea__card .emb {
  margin-bottom: 20px;
  gap: 20px;
  grid-template-columns: 1fr 40px 1fr;
}
body.academymatch .matchArea__card .emb .left img, body.academymatch .matchArea__card .emb .right img {
  max-width: 80px;
}
body.academymatch .matchArea__card .emb .vs img {
  width: 40px;
}
body.academymatch .matchArea__card .data {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
body.academymatch .matchArea__card .data .time {
  display: block;
}
body.academymatch .matchArea__wrap {
  display: block;
}
body.academymatch .tabSelecter li > a {
  font-size: 12px;
  font-size: 1.2rem;
}
body.academymatch .tabSelecter {
  margin-bottom: 30px;
}
body.academymatch .playerTable {
  border: none;
  border-top: 1px solid #ccc;
}
body.academymatch .playerTable + .playerTable {
  margin-top: 40px;
}
body.academymatch .playerTable tr th {
  padding: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
}
body.academymatch .playerTable tr th.pos {
  width: 3rem;
}
body.academymatch .playerTable tr th.num {
  width: 2rem;
}
body.academymatch .playerTable tr td {
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
}
body.academymatch .youtube {
  margin-top: 40px;
}
body.academymatch .headline__main--black.event {
  margin-top: 40px;
  margin-bottom: 20px;
}
body.academymatch .eventArea__txt {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
body.academymatch .eventArea__txt strong {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
body.academymatch .eventArea__txt li {
  margin-bottom: 0px;
}
body.academymatch .eventArea .kv {
  margin-bottom: 10px;
}
body.academymatch .eventArea .accordionIndex {
  border-bottom: solid 1px #000;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
body.academymatch .eventArea .accordionIndex:after {
  content: none;
}
body.academymatch .eventArea .accordionIndex .open {
  right: 10px;
  width: 15px;
}
body.academymatch .eventArea .contents {
  padding: 20px 0;
}
body.academymatch .outlineArea .commonTable {
  border: none;
  border-top: 1px solid #fff;
}
body.academymatch .outlineArea .commonTable tr th {
  padding: 2rem 0;
  font-size: 14px;
  font-size: 1.4rem;
}
body.academymatch .outlineArea .commonTable tr td {
  background: none;
  padding: 2rem 0 2rem 2rem;
}
body.academymatch .outlineArea__kyosan .img__S {
  width: 48%;
}
body.academymatch .outlineArea__kyosan .CLM__half {
  width: 100%;
}