/*****************************************************************************
CSS only for archive 2024-2025
*****************************************************************************/

/* 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: #0666ff;
  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: #0666ff;
  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: #0666ff;
  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;
  }
}
.Detail__body > *:last-child {
  margin-bottom: 0;
}

.Detail__layer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(51 51 51 / .7);
  color: #fff;
}

/* GameTag
-----------------------------------------*/
.GameTag {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  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;
  }
}
.Notice--wide {
  width: auto;
  margin: 0 10px 24px;
}

/* Announce
-----------------------------------------*/
.Announce {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Announce {
    font-size: 16px;
  }
}

/* .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--jp {
  font-family: "Noto Sans JP", sans-serif!important;
  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;
  white-space: nowrap;
}

.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--top {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .Explain--top {
    margin-top: 60px;
  }
}
.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;
  }
}
.Explain__img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.Explain__img img {
  max-width: 100%;
  height: auto;
}

/* 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: #0666ff;
  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;
  }
}


/* Ranking
-----------------------------------------*/
.Ranking {
  position: relative;
  padding: 50px 50px 50px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #001a75;
}
@media screen and (max-width: 767px) {
  .Ranking {
    margin-bottom: 100px;
    padding: 40px 0 60px;
  }
}
.Ranking__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 976px;
}
@media screen and (max-width: 976px) {
  .Ranking__inner {
    margin: 0 20px;
  }
}
.Ranking__head {
  text-align: center;
}
.Ranking__bgText {
  position: absolute;
  top: -110px;
  top: -9.54032%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  color: transparent;
  font-family: 'Antonio';
  font-size: 387px;
  font-size: min(20.15625vw, 387px);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.05);
  text-stroke: 2px rgba(255, 255, 255, 0.05);
  white-space: nowrap;
}
@media screen and (max-width: 976px) {
  .Ranking__bgText {
    top: -6.72963%;
    font-size: 19.53488vw;
    font-size: min(56.53333vw, 212px);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
    text-stroke: 1px rgba(255, 255, 255, 0.05);
  }
}
.Ranking__wrapper {
  margin-top: 30px;
}
.Ranking__link {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Ranking__link {
    margin-top: 45px;
  }
}
.Ranking__link a:link {
  text-decoration: none;
}

.Ranking__link a:visited {
  text-decoration: none;
}

.Ranking__link a:hover {
  text-decoration: none;
}

.Ranking__link a:focus {
  text-decoration: none;
}

.Ranking__link a:active {
  text-decoration: none;
}

/* ----- RankData ----- */
@media screen and (max-width: 767px) {
  .RankData {
    margin-top: 10px;
    padding-top: 15px;
  }
}
.RankData__tbl {
  width: 100%;
}
.RankData__category th {
  padding: 15px 10px 19px;
  color: #000;
  font-family: 'Antonio';
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .RankData__category th {
    padding: 10px 8px 15px;
  }
}

.RankData__category th:nth-child(-n+2) {
  position: relative;
  top: -15px;
  left: 0;
  background-color: #e5f608;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(-n+2) {
    font-size: 15px;
  }
}
.RankData__category th:nth-child(n+3) {
  width: 12.4%;
  background-color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(n+3) {
    font-size: 12px;
  }
}

.RankData__category th:nth-child(1) {
  width: 11.9%;
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(1) {
    display: none;
  }
}

.RankData__category th:nth-child(2) {
  width: 38.5%;
  border-left: 2px solid #001a75;
  position: relative;
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(2) {
    width: 50%;
  }
}
.RankData__category th:nth-child(2)::before {
  content: '';
  display: block;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 101%;
  background-color: #001a75;
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(2)::before {
    width: 18px;
  }
}

.RankData__category th:nth-child(3) {
  position: relative;
}
.RankData__category th:nth-child(3)::before {
  content: '';
  display: block;
  clip-path: polygon(85% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: -36px;
  width: 36px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(3)::before {
    clip-path: polygon(80% 0%, 100% 0, 100% 100%, 0% 100%);
    left: -22px;
    width: 22px;
  }
}

.RankData__category span {
  display: inline-block;
}
.RankData__category th:nth-child(2) span {
  transform: translateX(-22px);
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(2) span {
    transform: translateX(-9px);
  }
}
.RankData__category th:nth-child(n+3) span {
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .RankData__category th:nth-child(n+3) span {
    transform: translateY(0);
  }
}

.RankData__body {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .RankData__body {
    font-size: 12px;
  }
}
.RankData__body::before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #001a75;
}
@media screen and (max-width: 767px) {
  .RankData__body::before {
    top: -4px;
    height: 11px;
  }
}

.RankData__body tr:first-child td {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .RankData__body tr:first-child td {
    padding-top: 15px;
  }
}
.RankData__detail td:not(:nth-child(2)) {
  font-family: 'Antonio';
  text-align: center;
  line-height: 1;
}

.RankData__detail td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .RankData__detail td {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .RankData__detail td:nth-child(1) {
    display: none;
  }
}
.RankData__detail td:nth-child(2) {
  padding: 10px 10px 10px 33px;
}
@media screen and (max-width: 767px) {
  .RankData__detail td:nth-child(2) {
    padding: 8px 5px;
  }
}

.RankData__detail.Ranking__bluteon td:nth-child(2) {
  color: #e5f608;
}

.RankData__position > span {
  display: none;
}
@media screen and (max-width: 767px) {
  .RankData__position {
    text-indent: calc(-1.05em + 5px);
    padding-left: calc(1.05em + 5px);
  }
  .RankData__position > span {
    display: inline-block;
    margin-right: 4px;
  }
}