@charset "UTF-8";
/*-----------------------

http://www.jleague.jp/css/special/e1_2022.scss
2021/07/02 ISM

------------------------*/
@import url("//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
.main > article {
  margin-top: 30px;
}

.main article > section:nth-child(n+2) {
  margin-top: 40px;
}

.content {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

#partnersArea,
.tickerwrap,
#utilityArea,
.skyscraperWrap {
  display: none;
}

#header {
  margin: 0;
}

#globalNavi {
  border-bottom: 1px solid #ccc;
}

#breadcrumbList li.current h1 {
  max-width: max-content !important;
}

.ttlNoLink h3,
.ttlNoLink .blockTit {
  background: none;
  border-bottom: 4px solid #081b62;
  color: #081b62;
  padding-left: 0;
}

.headLineBlock .bodyArea {
  width: 100%;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  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 {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article: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: -ms-flexbox;
  display: -webkit-flex;
  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;
}

/*--- kvArea ---*/
.kvArea h2 img {
  width: 100%;
  vertical-align: top;
}
.kvArea .navWrap {
  text-align: center;
  background: #081b62;
  border-top: 1px solid #FFF;
}
.kvArea ul.navList {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: center;
  border-right: 1px solid #FFF;
}
.kvArea ul.navList.threebreak {
  border-top: 1px solid #FFF;
}
.kvArea ul.navList li {
  flex: 1;
  border-left: 1px solid #FFF;
  text-align: center;
}
.kvArea ul.navList li a, .kvArea ul.navList li span {
  display: table-cell;
  width: 1000px;
  height: 40px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  background: #081b62;
}
.kvArea ul.navList li span {
  background: #666;
  color: #969696;
}
.kvArea ul.navList li a {
  transition: .5s all;
}
.kvArea ul.navList li a:hover {
  background: #ff0101;
}

body.top .kvArea .navList li.nav_top a,
body.japan .kvArea .navList li.nav_japan a,
body.match .kvArea .navList li.nav_match a,
body.standings .kvArea .navList li.nav_standings a,
body.teams .kvArea .navList li.nav_teams a,
body.venue .kvArea .navList li.nav_venue a,
body.photo .kvArea .navList li.nav_photo a {
  background: #ff0101 !important;
  color: #FFF;
}

/*--- matchinfoAcc ---*/
.matchinfoAcc {
  margin: 20px 0;
}
.matchinfoAcc .leftRedTit {
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
}

.accordionIndex {
  background: #FFF;
}

.accordionIndex .embArea {
  padding: 20px !important;
}

.accordionIndex .vsTxt .status {
  display: inline-block;
}
.accordionIndex .vsTxt .status a {
  display: inline-block;
  padding: .5em 2em;
  min-width: 4em;
  border-radius: 2px;
  transition: .5s all;
}
.accordionIndex .vsTxt .status a.before {
  border: 1px solid #CCC;
}
.accordionIndex .vsTxt .status a.before:hover {
  background: #06c;
}
.accordionIndex .vsTxt .status a:hover {
  opacity: .5;
  color: #FFF;
}

.accordionIndex .vsTxt div > span.team {
  width: 140px !important;
}

.accordionIndex .vsTxt div > span.score {
  width: 40px !important;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

.embM.embFlag {
  height: 22px !important;
}

.accordionIndex .leagAccTime {
  padding: 0 !important;
  width: 230px !important;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px !important;
}

.accordionIndex .leagAccTime span {
  vertical-align: middle;
  font-size: 13px !important;
}

.accordionIndex .leagAccTime .stadium {
  width: 150px !important;
}

.accordionIndex .accBtnList {
  font-size: 13px !important;
}
.accordionIndex .accBtnList .fujiBtn {
  background: #c81a17;
  font-weight: bold;
  padding: 10px 20px 10px 10px;
  color: #fff;
  position: relative;
  transition: .5s all;
}
.accordionIndex .accBtnList .fujiBtn.noLink {
  pointer-events: none;
  background: #E8E8E8;
  color: #BCBCBC;
}
.accordionIndex .accBtnList .fujiBtn.noLink:after {
  border-top: solid 2px #BCBCBC;
  border-right: solid 2px #BCBCBC;
}
.accordionIndex .accBtnList .fujiBtn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  transition: .5s all;
}
.accordionIndex .accBtnList .fujiBtn:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.accordionIndex .accBtnList .fujiBtn:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/*--- standingsArea ---*/
.standingsArea .update {
  font-size: 12px;
  text-align: right;
  margin-bottom: .5em;
}
.standingsArea .dataTable .bgGray {
  background: #081b62;
  color: #FFF;
}
.standingsArea .dataTable .bgGray th {
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
}
.standingsArea .dataTable td {
  padding: 15px 0;
  font-size: 16px;
  background: #FFF;
}
.standingsArea .dataTable td:first-child {
  width: 5%;
  font-family: "Oswald", sans-serif;
  background: #919191;
  color: #FFF;
}
.standingsArea .dataTable td.tdTeam {
  text-align: left;
  background: #919191;
  padding-left: 1em;
  border-left: 1px solid #FFF;
  color: #FFF;
}
.standingsArea .dataTable td.tdTeam .embM {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.standingsArea .dataTable td:nth-child(n+3) {
  width: 9%;
  font-family: "Oswald", sans-serif;
}

.standingsGroupArea {
  margin-bottom: 40px;
}
.standingsGroupArea:last-of-type {
  margin-bottom: 0;
}

/*--- bnrArea ---*/
.bnrArea {
  text-align: center;
  margin: 50px 0;
}
.bnrArea a {
  transition: .5s all;
}
.bnrArea a:hover {
  opacity: .5;
}

/*--- japanlist ---*/
.memberlist {
  margin-top: 20px;
}
.memberlist li {
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.memberlist li a {
  transition: .5s all;
}
.memberlist li a img,
.memberlist li a .data {
  transition: .5s all;
}
.memberlist li a:hover {
  text-decoration: none;
}
.memberlist li a:hover .data {
  opacity: .5;
}
.memberlist li a.noLink {
  pointer-events: none;
}
.memberlist li a.noLink:hover {
  opacity: 1;
}
.memberlist li figure {
  position: relative;
  height: 250px;
  overflow: hidden;
}
/*
.memberlist li figure:after {
  content: "(c) JFA";
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  color: #999;
}
*/
.memberlist li figure img {
  width: 100%;
}
.memberlist li .data {
  font-size: 12px;
  color: #333;
}
.memberlist li .data span {
  display: block;
}
.memberlist li .data .name {
  background: #1b2e4e;
  color: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  padding-left: 20px;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
}
.memberlist li .data .detail {
  height: 100px;
  background: #f0f0f0;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.memberlist li .data .detail .team {
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.memberlist li .data .detail .profile {
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
}
.memberlist li .data .detail::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
}
.memberlist li .data .urawa::after {
  content: url("/img/special/e1_2022/jclub/urawa.png");
}
.memberlist li .data .cosaka::after {
  content: url("/img/special/e1_2022/jclub/cosaka.png");
}
.memberlist li .data .kawasakif::after {
  content: url("/img/special/e1_2022/jclub/kawasakif.png");
}
.memberlist li .data .kashima::after {
  content: url("/img/special/e1_2022/jclub/kashima.png");
}
.memberlist li .data .gosaka::after {
  content: url("/img/special/e1_2022/jclub/gosaka.png");
}
.memberlist li .data .kashiwa::after {
  content: url("/img/special/e1_2022/jclub/kashiwa.png");
}
.memberlist li .data .yokohamafm::after {
  content: url("/img/special/e1_2022/jclub/yokohamafm.png");
}
.memberlist li .data .kobe::after {
  content: url("/img/special/e1_2022/jclub/kobe.png");
}
.memberlist li .data .tosu::after {
  content: url("/img/special/e1_2022/jclub/tosu.png");
}
.memberlist li .data .fctokyo::after {
  content: url("/img/special/e1_2022/jclub/fctokyo.png");
}
.memberlist li .data .hiroshima::after {
  content: url("/img/special/e1_2022/jclub/hiroshima.png");
}
.memberlist li .data .shonan::after {
  content: url("/img/special/e1_2022/jclub/shonan.png");
}
.memberlist li .data .nagoya::after {
  content: url("/img/special/e1_2022/jclub/nagoya.png");
}
.memberlist li .data .shimizu::after {
  content: url("/img/special/e1_2022/jclub/shimizu.png");
}
.memberlist li:nth-child(4n) {
  margin-right: 0;
}

.spDISP {
  display: none !important;
}

.snsBtn {
  margin-top: 50px;
}
