/*****************************************************************************
CSS only for Game page
*****************************************************************************/

/* Page
-----------------------------------------*/
.Page__title > strong {
  margin: 10px 0 0;
}
.Page--white .CategoryNav {
  border-bottom: 1px solid #D6D6D6;
}
.Attention {
  color: #000;
  margin-top: 40px;
}

/* Game
-----------------------------------------*/
.Game {
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .Game {
    margin: 0 20px;
  }
}

/* Match
-----------------------------------------*/
.Match {
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .Match {
    padding-top: 40px;
  }
}
.Match + .Match {
  padding-top: 120px;
}
.Match__sec + .Match__sec {
  margin-top: 70px;
}
.Match__sec > p {
  line-height: 1.875;
}
.Match__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  color: #004EA2;
  margin-bottom: 23.5px;
}
.Match__memo {
  margin-top: 40px;
}

/* Filter
-----------------------------------------*/
.Filter {
  margin-top: 40px;
  overflow: hidden;
}
.Filter__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -16px 0;
}
@media screen and (max-width: 767px) {
  .Filter__list {
    margin: 0 -2.333% -2.333% 0;
  }
}
.Filter__item {
  width: 108px;
  position: relative;
  margin: 0 16px 16px 0;
}
@media screen and (max-width: 767px) {
  .Filter__item {
    width: 31%;
    margin: 0 2.333% 2.333% 0;
  }
}
.Filter__item label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 9.25px;
  cursor: pointer;
}
.Filter__item input[type="radio"]:checked + label,
.Filter__item input[type="radio"]:focus + label {
  color: #fff;
  background-color: #004ea2;
  border: none;
}
.Filter__item input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.endGame.hide {
  display: none;
}

/* Detail
-----------------------------------------*/
.Detail {
  margin-top: 56px;
}
.Detail + .Detail {
  margin-top: 43px;
}

.Detail__heading {
  background-color: #004EA2;
  display: flex;
  align-items: center;
  padding: 10.5px 9px;
}
.Detail__heading > strong {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  display: inline-block;
  margin-left: 11px;
}

.Detail__body {
  position: relative;
  padding: 0 10px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .Detail__body {
    display: block;
    padding: 0 20px;
  }
}

/* GameTag
-----------------------------------------*/
.GameTag {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .GameTag {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 5px;
  }
}
.GameTag--home {
  color: #FFF;
  background-color: #000;
}
.GameTag--away {
  color: #666;
  background-color: #FFF;
}

/* Notice
-----------------------------------------*/
.Notice {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #d8002e;
  width: 45%;
  border: 2px solid #d8002e;
  padding: 6px 15px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .Notice {
    width: auto;
  }
}

/* .Column__box
-----------------------------------------*/
.Column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Column {
    display: block;
  }
}
.Column__box:nth-of-type(1) {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .Column__box:nth-of-type(1) {
    width: auto;
  }
}

.Column__box:nth-of-type(2) {
  width: 50%;
  padding: 0 20px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .Column__box:nth-of-type(2) {
    width: auto;
    padding: 0;
  }
}

/* Schedule
-----------------------------------------*/
.Schedule {
  font-weight: bold;
  line-height: 1.3;
}
.Schedule__date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4px;
  font-size: 4rem;
}
.Schedule__week {
  font-size: 16px;
  font-size: 1.6rem;
}
.Schedule__time {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .Schedule__time {
    display: inline-block;
  }
}
.Schedule__time > small {
  font-family: "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Place
-----------------------------------------*/
.Place {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .Place {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Place > small {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .Place > small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* Team
-----------------------------------------*/
.Team {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .Team {
    position: relative;
    width: 100%;
    margin-top: 8px;
  }
}
.Team__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Team__img {
  text-align: center;
  width: 30%;
}
.Team__img a:hover {
  opacity: .8;
}
.Team__img img {
  max-width: 100%;
  width: 72px;
  height: auto;
}

.Team__result {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}

.Team__name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.Team__name > span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #D5D5D5;
  padding-right: .44em;
}

/* Status
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .Status {
    margin: 24px auto 0;
  }
}
.Status__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .Status__item {
    margin-top: 7px;
  }
}
.Status__memo {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 3px;
}

/* InfoBtn
-----------------------------------------*/
.InfoBtn {
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .InfoBtn {
    margin: 0 auto;
    display: block;
  }
}
.InfoBtn a:hover {
  opacity: .8;
}
.InfoBtn span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  background-color: #000;
  width: 208px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  padding: 11px 22px 11px 13px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .InfoBtn span {
    width: 100%;
    padding: 19.5px 22px 19.5px 13px;
  }
}
.InfoBtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.InfoBtn span::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}

.InfoBtn--yellow span {
  color: #000;
  background-color: #FED92E;
}
.InfoBtn--yellow span::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.InfoBtn--window span {
  padding-right: 27px;
}
.InfoBtn--window img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.InfoBtn--window span::after {
  content: none;
}

.InfoBtn > span  {
  color: #888;
  background-color: #DDD;
}
.InfoBtn > span::after {
  border-top: solid 2px #888;
  border-right: solid 2px #888;
}

/* InfoBox
-----------------------------------------*/
.InfoBox {
  margin-top: 17px;
}
.InfoBox__wrapper {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  padding: 7px 22px;
}
@media screen and (max-width: 767px) {
  .InfoBox__wrapper {
    padding: 15px 10px;
  }
}
.InfoBox__title {
  font-weight: bold;
  padding-right: 12px;
}
.InfoBox__detail {
  position: relative;
  flex: 1;
  padding-left: 12px;
}
.InfoBox__detail::after {
  content: "";
  background-color: #000;
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.InfoBox__list {
  display: flex;
  flex-wrap: wrap;
}

/* Explain
-----------------------------------------*/
.Explain {
  margin-top: 27px;
}
.Explain__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.Explain__body {
  margin-top: 10.5px;
}
.Explain__body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 1.25em;
}
.Explain__body sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: text-top;
}
.Explain__body > *:last-child {
  margin-bottom: 0;
}
.Explain__body + .Explain__title {
  margin-top: 23.5px;
}
.Explain__list {
  margin-bottom: 30px;
}
.Explain__list li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .Explain__list li {
    margin-bottom: 16px;
  }
}
/* Undecided
-----------------------------------------*/
.Undecided {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Undecided {
    text-align: center;
    display: block;
    margin-top: 20px;
  }
}
.Undecided span {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Undecided span {
    display: block;
  }
}
.Undecided span:nth-child(2) {
  text-transform: uppercase;
  padding: 0 17px;
}
@media screen and (max-width: 767px) {
  .Undecided span:nth-child(2) {
    padding: 8px 0;
  }
}

/* RankTable
-----------------------------------------*/
.RankTable {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 976px) {
  .RankTable {
    font-size: 12px;
  }
}
.RankTable__table {
  margin-top: 30px;
}
.RankTable__table table {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 976px) {
  .RankTable__table table {
    display: flex;
    overflow-x: scroll;
  }
}
.RankTable__table tr {
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 976px) {
  .RankTable__table tr {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .RankTable__table thead {
    width: auto;
  }
}
@media screen and (max-width: 976px) {
  .RankTable__table thead tr:last-child {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 976px) {
  .RankTable__table tbody {
    width: 90%;
    display: flex;
  }
}
.RankTable__table tbody tr {
  width: 84px;
  height: 110px;
}
@media screen and (max-width: 976px) {
  .RankTable__table tbody tr {
    width: 25%;
    height: auto;
  }
}
.RankTable__table th,
.RankTable__table td {
  vertical-align: middle;
}
.RankTable__table th {
  color: #fff;
  background-color: #000;
  padding: 11px 0;
  border: 1px solid #fff;
}
@media screen and (max-width: 976px) {
  .RankTable__table th {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .RankTable__table th span {
    writing-mode: vertical-lr;
    text-orientation: upright;
  }
}
.RankTable__table .RankTable__blue {
  color: #fff;
  background-color: #004ea2;
  border: 1px solid #fff;
}
.RankTable__empty {
  background: linear-gradient(45deg,#f2f2f2 0%,#f2f2f2 49.5%,#d6d6d6 49.5%,#d6d6d6 50%,#f2f2f2 50%,#f2f2f2 100%);
}
@media screen and (max-width: 976px) {
  .RankTable__empty {
    background: linear-gradient(23deg,#f2f2f2 0%,#f2f2f2 49.5%,#d6d6d6 49.5%,#d6d6d6 50%,#f2f2f2 50%,#f2f2f2 100%);
  }
}
@media screen and (max-width: 767px) {
  .RankTable__empty {
    background: linear-gradient(45deg,#f2f2f2 0%,#f2f2f2 49.5%,#d6d6d6 49.5%,#d6d6d6 50%,#f2f2f2 50%,#f2f2f2 100%);
  }
}
.RankTable__table td {
  text-align: center;
  border-right: 1px dashed #d6d6d6;
  letter-spacing: -1px;
}
@media screen and (max-width: 976px) {
  .RankTable__table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
}
.RankTable__table td:last-child {
  border-right: 1px solid #d6d6d6;
}
@media screen and (max-width: 976px) {
  .RankTable__table td:last-child {
    border-right: 1px dashed #d6d6d6;
  }
}
.RankTable__logo {
  width: 72px;
}
.RankTable__rank {
  width: 45px;
}
@media screen and (max-width: 976px) {
  .RankTable__rank {
    height: 33px;
  }
  .RankTable__rank-data {
    height: 33px;
    line-height: 33px;
  }
}
.RankTable__team {
  width: 89px;
}
@media screen and (max-width: 976px) {
  .RankTable__team {
    height: 72px;
  }
  .RankTable__team-data {
    height: 72px;
    line-height: 72px;
  }
}
.RankTable__wdnagoya {
  width: 110px;
}
@media screen and (max-width: 976px) {
  .RankTable__wdnagoya {
    height: 72px;
  }
  .RankTable__wdnagoya-data {
    height: 72px;
    line-height: 72px;
  }
}
.RankTable__suntory {
  width: 110px;
}
@media screen and (max-width: 976px) {
  .RankTable__suntory {
    height: 72px;
  }
  .RankTable__suntory-data {
    height: 72px;
    line-height: 72px;
  }
}
.RankTable__panasonic {
  width: 110px;
}
@media screen and (max-width: 976px) {
  .RankTable__panasonic {
    height: 72px;
  }
  .RankTable__panasonic-data {
    height: 72px;
    line-height: 72px;
  }
}
.RankTable__sakai {
  width: 110px;
}
@media screen and (max-width: 976px) {
  .RankTable__sakai {
    height: 72px;
  }
  .RankTable__sakai-data {
    height: 72px;
    line-height: 72px;
  }
}
.RankTable__matcheCount {
  width: 50px;
}
@media screen and (max-width: 976px) {
  .RankTable__matcheCount {
    height: 49px;
  }
  .RankTable__matcheCount-data {
    height: 49px;
    line-height: 49px;
  }
}
.RankTable__win {
  width: 30px;
}
@media screen and (max-width: 976px) {
  .RankTable__win {
    height: 21px;
  }
  .RankTable__win-data {
    height: 21px;
    line-height: 21px;
  }
}
.RankTable__lose {
  width: 30px;
}
@media screen and (max-width: 976px) {
  .RankTable__lose {
    height: 21px;
  }
  .RankTable__lose-data {
    height: 21px;
    line-height: 21px;
  }
}
.RankTable__winP {
  width: 40px;
}
@media screen and (max-width: 976px) {
  .RankTable__winP {
    height: 36px;
  }
  .RankTable__winP-data {
    height: 36px;
    line-height: 36px;
  }
}
.RankTable__point {
  width: 60px;
}
@media screen and (max-width: 976px) {
  .RankTable__point {
    height: 53px;
  }
  .RankTable__point-data {
    height: 53px;
    line-height: 53px;
  }
}
.RankTable__winSet {
  width: 60px;
}
@media screen and (max-width: 976px) {
  .RankTable__winSet {
    height: 54px;
  }
  .RankTable__winSet-data {
    height: 54px;
    line-height: 54px;
  }
}
.RankTable__loseSet {
  width: 60px;
}
@media screen and (max-width: 976px) {
  .RankTable__loseSet {
    height: 54px;
  }
  .RankTable__loseSet-data {
    height: 54px;
    line-height: 54px;
  }
}
.RankTable__setP {
  width: 61px;
}
@media screen and (max-width: 976px) {
  .RankTable__setP {
    height: 62px;
  }
  .RankTable__setP-data {
    height: 62px;
    line-height: 62px;
  }
}

/* Ranking
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .Ranking {
    width: auto;
    margin-top: 30px;
  }
}
.Ranking__tbl {
  width: 100%;
}
.Ranking__tbl th {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  height: 44px;
  white-space: nowrap;
  transform: skewX(-15deg);
}
@media screen and (max-width: 767px) {
  .Ranking__tbl th {
    font-size: 11px;
    font-size: 1.1rem;
    height: 22px;
  }
}
.Ranking__tbl th::after {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  content: "";
  height: 40px;
  background-color: #000;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .Ranking__tbl th::after {
    height: 18px;
  }
}
.Ranking__tbl th strong {
  position: relative;
  display: inline-block;
  transform: skewX(15deg);
  z-index: 1;
}
.Ranking__tbl th .MobileShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .Ranking__tbl th .MobileShow {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .Ranking__tbl th .PcShow {
    display: none;
  }
}
.Ranking__tbl td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  width: 10%;
  height: 48px;
  position: relative;
  padding: 8px;
  white-space: nowrap;
  transform: skewX(-15deg);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .Ranking__tbl td {
    font-size: 11px;
    font-size: 1.1rem;
    height: 30px;
    padding: 5px;
  }
}

.Ranking__tbl td:nth-child(1) {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  width: 12.5%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .Ranking__tbl td:nth-child(1) {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 14px;
  }
}

.Ranking__tbl td:nth-child(2) {
  width: 47.5%;
  text-align: left;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .Ranking__tbl td:nth-child(2) {
    padding-left: 12px;
  }
}

.Ranking__tbl td:not(:nth-child(2)) {
  font-family: "Roboto", sans-serif;
}

.Ranking__tbl td::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  margin-top: 4.5px;
}
@media screen and (max-width: 767px) {
  .Ranking__tbl td::after {
    width: 1px;
    height: 21px;
    margin-top: 3px;
  }
}

.Ranking__tbl td:last-child:after {
  display: none;
}
.Ranking__tbl td span {
  display: inline-block;
  transform: skewX(15deg);
}

.Ranking__pana td {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  color: #003671;
  height: 54px;
  padding: 0;
  background-color: #fdd000;
}
@media screen and (max-width: 767px) {
  .Ranking__pana td {
    font-size: 12px;
    font-size: 1.2rem;
    height: 29.5px;
  }
}
@media screen and (max-width: 767px) {
  .Ranking__pana td::before {
    height: 24.5px;
  }
}
.Ranking__pana td::after {
  background-color: #fff;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .Ranking__pana td::after {
    height: 21px;
  }
}