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

http://www.jleague.jp/css/sp/special/olympic.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;
}

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

/* ==========================================================================
   COMMON
========================================================================== */
.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__four img {
  width: 100%;
}
.CLM__four .wide100 {
  width: 100% !important;
}
.CLM__four > li, .CLM__four > article, .CLM__four > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__four > li:nth-child(2n), .CLM__four > article:nth-child(2n), .CLM__four > figure:nth-child(2n) {
  margin-right: 0;
}

/* ------------------- ハンバーガーメニュー */
.menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px 15px;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
.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;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 70px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
}
#navigation .navigation__inner {
  display: table;
  width: 100%;
  height: 100%;
  border-top: 1px solid #FFF;
}
#navigation .navigation__inner .navigation__menu {
  height: 100%;
  vertical-align: top;
  padding: 0 10px 100px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#navigation .navigation__inner .navigation__menu li {
  position: relative;
  margin: 0 auto;
  border-bottom: solid 1px rgba(225, 225, 225, 0.3);
  font-size: 16px;
}
#navigation .navigation__inner .navigation__menu li a {
  color: #FFF;
  position: relative;
  padding: 20px 0;
  display: block;
  font-weight: bold;
}
#navigation .navigation__inner .navigation__menu li a::after {
  position: absolute;
  font-family: "ionicons";
  content: "\f30f";
  color: #fff;
  right: 25px;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerNav {
  width: 100%;
  top: 0;
  right: 0;
  background: #081b62;
  height: 70px;
  z-index: 1111111111111111100000;
  text-align: center;
  position: fixed;
}
.headerNav img {
  vertical-align: top;
  height: 40px;
}
.headerNav__olympiclogo {
  display: inline-block;
  margin: 0 auto;
}
.headerNav__olympiclogo a {
  height: 70px;
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}
.headerNav__jplogo {
  position: absolute;
  left: 15px;
  top: 15px;
}
.headerNav__jplogo img {
  width: 40px;
}

#main {
  padding-top: 70px;
  background: #FFF;
}

#main .contents > section:nth-child(n+2) {
  margin-top: 20px;
}

.ttlNoLink h2,
.ttlNoLink h3,
.ttlLink h3 {
  background: none;
  border-bottom: 4px solid #081b62;
  color: #081b62;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin: 10px 0;
  padding: 12px 16px 12px 0;
  position: relative;
}

/*--- newsArea ---*/
.entryTitle .timestamp {
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  margin-bottom: 0.3em;
  width: 140px;
}

.matchTicketList li {
  width: 24% !important;
}

.matchTicketList li:nth-child(3) {
  padding-top: 0;
}

.ticketArea .matchTicketList li:nth-child(3) .matchTeam {
  top: 0;
}

.ticketArea .matchTicketList li .matchTeam {
  font-weight: 600;
  font-size: 3vw;
  font-feature-settings: "palt";
}

.ticketArea .matchTicketList .ticketListBtn {
  font-size: 3vw;
}

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

ul.scoreInfo .status {
  font-size: 2vw !important;
  padding: 2px 0 !important;
  min-width: 8em;
  margin: auto;
}

.ticketArea .matchAcc .matchTicketList {
  border-color: #f6f6f6;
}

.ticketArea .matchTicketList li span.matchPlace {
  font-size: 2.5vw;
  line-height: 1.2;
  padding: 0 5px;
}

.ticketArea .matchTicketList li a span.matchTime,
.ticketArea .matchTicketList li span.matchPlace {
  text-decoration: underline;
}

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

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

/*--- bnrArea ---*/
.bnrArea {
  text-align: center;
  margin: 50px 0;
}
.bnrArea img {
  width: 100%;
}

/*--- japanlist ---*/
.memberlist {
  margin-top: 20px;
}
.memberlist li {
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background: #f0f0f0;
}
.memberlist li a {
  transition: 0.5s all;
  display: block;
  height: 100%;
}
.memberlist li a img,
.memberlist li a .data {
  transition: 0.5s all;
}
.memberlist li a:hover {
  text-decoration: none;
}
.memberlist li a:hover .data {
  opacity: 0.5;
}
.memberlist li figure {
  position: relative;
  height: 170px;
  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;
  overflow: hidden;
  position: relative;
  height: calc(100% - 166px);
}
.memberlist li .data span {
  display: block;
}
.memberlist li .data .name {
  background: #1b2e4e;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  padding-left: 5px;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
}
.memberlist li .data .detail {
  padding: 10px;
  box-sizing: border-box;
}
.memberlist li .data .detail .team {
  font-size: 13px;
  padding-bottom: 5px;
}
.memberlist li .data .detail .profile {
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
}
.memberlist li .data .detail::after {
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.memberlist li .data .urawa::after {
  content: url("/img/special/olympic/jclub/urawa.png");
}
.memberlist li .data .cosaka::after {
  content: url("/img/special/olympic/jclub/cosaka.png");
}
.memberlist li .data .kawasakif::after {
  content: url("/img/special/olympic/jclub/kawasakif.png");
}
.memberlist li .data .kashima::after {
  content: url("/img/special/olympic/jclub/kashima.png");
}
.memberlist li .data .gosaka::after {
  content: url("/img/special/olympic/jclub/gosaka.png");
}
.memberlist li .data .kashiwa::after {
  content: url("/img/special/olympic/jclub/kashiwa.png");
}
.memberlist li .data .yokohamafm::after {
  content: url("/img/special/olympic/jclub/yokohamafm.png");
}
.memberlist li .data .kobe::after {
  content: url("/img/special/olympic/jclub/kobe.png");
}
.memberlist li .data .tosu::after {
  content: url("/img/special/olympic/jclub/tosu.png");
}
.memberlist li .data .fctokyo::after {
  content: url("/img/special/olympic/jclub/fctokyo.png");
}
.memberlist li .data .hiroshima::after {
  content: url("/img/special/olympic/jclub/hiroshima.png");
}
.memberlist li .data .shonan::after {
  content: url("/img/special/olympic/jclub/shonan.png");
}
.memberlist li .data .nagoya::after {
  content: url("/img/special/olympic/jclub/nagoya.png");
}
.memberlist li .data .kyoto::after {
  content: url("/img/special/olympic/jclub/kyoto.png");
}
.memberlist li .data .machida::after {
  content: url("/img/special/olympic/jclub/machida.png");
}
.memberlist li .data .iwata::after {
  content: url("/img/special/olympic/jclub/iwata.png");
}
.memberlist li .data .tokyov::after {
  content: url("/img/special/olympic/jclub/tokyov.png");
}
.memberlist li:nth-child(4n) {
  margin-right: 0;
}

/*--- standingsArea ---*/
.standingsArea img {
  width: 100%;
}

/*--- teamsInfoArea ---*/
.teamsInfoArea {
  margin-bottom: 20px;
}
.teamsInfoArea:last-of-type {
  margin-bottom: 0;
}
.teamsInfoArea figure {
  margin-bottom: 20px;
}
.teamsInfoArea figure img {
  width: 100%;
  vertical-align: top;
}
.teamsInfoArea .dataTable .bgGray {
  background: #081b62;
  color: #FFF;
}
.teamsInfoArea .dataTable .bgGray th {
  background: #081b62;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
}
.teamsInfoArea .dataTable td {
  font-size: 11px;
  background: #FFF;
}
.teamsInfoArea .dataTable td.tdTeam {
  text-align: left;
  background: #919191;
  padding-left: 0.5em;
  border-left: 1px solid #FFF;
  color: #FFF;
}
.teamsInfoArea .dataTable td.tdTeam .embM {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.teamsInfoArea .dataTable td.tdTeam a {
  display: block;
  color: #FFF;
  position: relative;
  transition: 0.5s all;
}
.teamsInfoArea .dataTable td.tdTeam a::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "icomoon3";
  content: "󬘀";
  font-size: 10px;
  text-decoration: none !important;
  transform: translateY(-50%);
  color: #FFF;
  transition: 0.5s all;
}
.teamsInfoArea .dataTable td.tdTeam a:hover {
  color: #081b62;
  text-decoration: none;
}
.teamsInfoArea .dataTable td.tdTeam a:hover::after {
  color: #081b62;
}
.teamsInfoArea .dataTable td:nth-child(2) {
  width: 35%;
  text-align: center;
}
.teamsInfoArea .dataTable td:nth-child(3) {
  width: 20%;
  text-align: center;
  line-height: 1.3;
}

.matchinfoAcc {
  margin-top: -1px;
}

.matchinfoAcc .leagAccTit {
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.teamslist .wrapperAcc {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #CCC;
}
.teamslist .wrapperAcc > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.teamslist .group {
  font-size: 2vw;
  border: 1px solid #ccc;
  margin-right: 5px;
  line-height: 32px;
  width: 18%;
}
.teamslist .accordionIndex .team {
  width: 40% !important;
}
.teamslist .accordionIndex .embArea {
  padding: 0 !important;
  width: 12%;
}
.teamslist .accordionIndex .embArea span {
  margin: auto;
}
.teamslist .accordionIndex .vsTxt {
  font-size: 3vw;
}
.teamslist .accordionIndex .vsTxt div {
  white-space: nowrap;
}
.teamslist .accordionIndex .vsTxt div span {
  display: inline-block;
}
.teamslist .accordionIndex .vsTxt .status {
  width: auto !important;
}
.teamslist .accordionIndex .vsTxt .status a {
  padding: 0.5em 0.5em !important;
  border: none;
  min-width: inherit;
}

.photolist {
  margin-top: 20px;
}
.photolist li {
  font-size: 14px;
  margin-bottom: 20px;
}
.photolist li a {
  text-decoration: none;
  color: #333;
}

.teamsArea .clubTeamTitle {
  position: relative;
  background-color: #f6f6f6;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.teamsArea .clubTeamTitle h3 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 48px;
}
.teamsArea .clubTeamTitle h3 span {
  float: left;
  margin-right: 10px;
}
.teamsArea .clubTeamTitle p {
  font-size: 3vw;
  border-top: 1px solid #CCC;
  padding: 3px;
}
.teamsArea .playerDataTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.teamsArea .playerDataTable thead td {
  color: #fff;
  background-color: #4f4f4f;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #333;
  padding: 10px 8px;
  text-align: center;
  font-size: 2vw;
  white-space: nowrap;
}
.teamsArea .playerDataTable tbody td {
  font-size: 3vw;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  font-feature-settings: "palt";
}
.teamsArea .playerDataTable tbody td:nth-child(1) {
  width: 10%;
}
.teamsArea .playerDataTable tbody td:nth-child(3) {
  text-align: left;
  width: 33%;
}
.teamsArea .playerDataTable tbody td:last-child {
  text-align: left;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
#pageTopBtn {
  bottom: 48vw !important;
}

.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 111;
  bottom: 0px;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s all;
}
.floatingbnrArea.is-active {
  opacity: 1;
  position: fixed;
}
.floatingbnrArea .img img {
  width: 100%;
  transition: 0.5s all;
  display: block;
}
.floatingbnrArea .btn__red {
  margin-top: 0.5em;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #646464;
  color: #FFF;
  position: absolute;
  right: 0px;
  top: -40px;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: red;
}

.spBottomBnr,
.adArea,
#partnersArea,
.specialArea {
  display: none;
}

.bottomArea {
  padding-bottom: 5px;
  border-top: 1px solid #e2e2e2;
}

.breadcrumbList-wrap {
  background: #f6f6f6 !important;
}

.snsBtnWrap {
  height: 70px !important;
}

.pcDISP {
  display: none !important;
}