.l-standing {
  padding: 4rem 0 11rem;
}

.l-standing .c-err_msg {
  padding: 7.5rem 0 10rem;
}

.l-standing_wrapper {
  padding: 0 2.4rem;
}

.l-standing_ttl {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-standing_tab_wrapper {
  margin-bottom: 1.4rem;
}

.l-standing_tab_btn.is-boy {
  background: #fff;
}

.l-standing_tab_btn.is-boy::before,
.l-standing_tab_btn.is-boy::after {
  background: #181818;
  color: #fff;
}

.l-standing_tab_btn.is-boy.is-active {
  background: #181818;
  color: #000;
  pointer-events: none;
}

.l-standing_tab_btn.is-boy.is-active::before,
.l-standing_tab_btn.is-boy.is-active::after {
  background: #ffffff;
}

.l-standing_tab_btn.is-girl {
  background: #480000;
}

.l-standing_tab_btn.is-girl::before,
.l-standing_tab_btn.is-girl::after {
  background: #480000;
}

.l-standing_tab_btn.is-girl.is-active {
  background: #900000;
  pointer-events: none;
}

.l-standing_tab_btn.is-girl.is-active::before,
.l-standing_tab_btn.is-girl.is-active::after {
  background: #900000;
}

.l-standing_ranking {
  margin-bottom: 6rem;
}

.l-standing_ranking_table td:nth-of-type(1) {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
}

.l-standing_ranking_table td:nth-of-type(2) {
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: left;
}

.l-standing_ranking_table .is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.l-standing_ranking_table .is-sticky:nth-of-type(1)::before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #000;
  content: "";
}
.l-standing_ranking_table .is-sticky:nth-of-type(2)::before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #666;
  content: "";
}

.l-standing_matrix_table_small_txt {
  display: block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
}
.rank-txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.l-match_content_schedule_btn_icn {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.l-match_content_schedule_btn_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0.2rem;
  left: 0.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  background: #000;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-match_content_schedule {
  position: relative;
  display: block;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  z-index: 1;
  border-bottom: 1px solid #666;
  margin-bottom: 3rem;
}

.l-standings_content_table_name_td {
  min-width: 13.7rem;
}

@media (hover: hover) {
  .l-match_content_schedule_btn_prev {
    cursor: pointer;
  }

  .l-match_content_schedule_btn_prev:hover {
    border: 2px solid #e60012;
  }

  .l-match_content_schedule_btn_prev:hover path {
    fill: #e60012;
  }
}
.l-match_content_schedule_btn_next {
  position: absolute;
  top: 0.2rem;
  right: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #000;
  border-radius: 1.5rem;
  border: 2px solid #fff;
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) {
  .l-match_content_schedule_btn_next {
    cursor: pointer;
  }

  .l-match_content_schedule_btn_next:hover {
    border: 2px solid #e60012;
  }

  .l-match_content_schedule_btn_next:hover path {
    fill: #e60012;
  }
}

.l-match_content_schedule_btn_next.swiper-button-disabled {
  opacity: 0;
}

.l-match_content_schedule_btn_prev.swiper-button-disabled {
  opacity: 0;
}
.l-match_content_schedule_btn_prev .l-match_content_schedule_btn_icn {
  transform: rotate(180deg);
}
.l-standings_content_table_team_wrapper {
  gap: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-standings_content_table_img {
  width: 3.5rem;
}

.l-match_content_schedule_item {
  margin-bottom: 1.2rem;
  padding: 1.1rem 0.8rem;
  text-align: center;
  flex-shrink: 0;
  transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) {
  .l-match_content_schedule_item:hover {
    background: #e50012;
  }
  .l-match_content_schedule_item:hover .l-match_content_schedule_item_day {
    color: #fff;
  }

  .l-match_content_schedule_item:hover {
    color: #fff;
  }
}

.l-match_content_schedule_item.is-active {
  background: #e50012;
}

.l-match_content_schedule_item.is-active .l-match_content_schedule_item_day {
  color: #fff;
}

.l-match_content_schedule_item.is-active {
  color: #fff;
}

.l-match_content_schedule_item_day {
  display: block;
  font-size: 1.6rem;
  /* font-family: "Oswald", sans-serif; */
  letter-spacing: 0.04em;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-sticky {
  z-index: 10;
}
.l-standings_content_table_player.is-sticky {
  z-index: 10;
}
.l-standings_content_table_team_wrapper img {
  z-index: 1;
}

@media screen and (min-width: 48em) {
  .l-rank_swipe_content_block_btn.is-active {
    border-bottom: 0.3rem solid #e60012;
    color: #e60012;
  }

  .l-rank_swipe_content_block_btn {
    font-size: 1.4rem;
  }

  .l-rank_swipe_content_block_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 13.6rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.3rem solid transparent;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.34167;
    text-align: center;
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1),
      border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1),
      border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.l-standing_ranking_table {
  min-width: 44rem;
}

@media screen and (min-width: 48em) {
  .l-standing {
    padding-top: 6rem;
  }

  .l-standing_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }

  .l-standing_ttl {
    margin-bottom: 6rem;
    font-size: 3.5rem;
    text-align: center;
  }

  .l-standing_ranking_table td {
    font-size: 1.4rem;
  }

  .l-standing_ranking_table td:nth-of-type(1) {
    font-size: 1.8rem;
  }

  .l-standing_matrix_table_small_txt {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.29167;
  }

  .l-standing_tab_btn.is-girl.is-active {
    background: #900000;
    pointer-events: none;
  }

  .l-standing_tab_btn.is-girl {
    background: #480000;
  }

  .l-ranking_content_group_link {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }

  .l-rank_content_wrapper {
    width: 100%;
  }

  .l-standing_ranking_table .is-sticky:nth-of-type(2) {
    left: 4.4rem;
  }

  .l-standing_tab_btn.is-girl.is-active {
    background: #900000;
    pointer-events: none;
  }

  .l-standing_tab_btn.is-girl {
    background: #480000;
  }

  .l-rank_content_wrapper {
    width: 100%;
  }

  .l-match_content_schedule_wrapper {
    position: relative;
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }

  .l-standing_wrapper {
    text-align: center;
  }
}

@media screen and (min-width: 63em) {
  .swiper-wrapper {
    justify-content: center;
    transform: none !important;
  }
  .l-match_content_schedule_btn_prev {
    display: none;
  }
  .l-match_content_schedule_btn_next {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .l-match_content_schedule_wrapper {
    position: relative;
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 48em) {
  .l-match_content_schedule_item_day {
    font-size: 1.2rem;
  }
  .l-standings_content_table_player {
    line-height: 1.5;
    max-width: 7rem;
  }
  .l-rank_content_wrapper {
    width: calc(100% + 2.4rem);
    overflow-x: auto;
  }
  .l-standing_ranking_table .is-sticky:nth-of-type(1) {
    left: 0;
  }
  .l-standing_ranking_table .is-sticky:nth-of-type(2) {
    left: 5.6rem;
  }
}

.l-match_content_schedule_wrapper {
  display: flex;
  justify-content: center;
}
.l-match_content_schedule_wrapper.swiper-initialized {
  display: block;
}

.l-standing_ranking_table_rank {
  min-width: 3.7rem;
  width: 12.756264237%; /* 56 */
}

.l-standing_ranking_table_game {
  width: 23.917995444%; /* 105 */
}

.l-standings_content_table_name {
  width: 31.435079727%; /* 138 */
}

.l-standing_ranking_table_goal_difference {
  width: 15.945330296%; /* 70 */
}

@media screen and (min-width: 48em) {
  .l-standing_ranking_table_rank {
    width: 10.425354462%; /* 125 */
  }

  .l-standing_ranking_table_game {
    width: 30.025020851%; /* 360 */
  }

  .l-standings_content_table_name {
    width: 33.361134279%; /* 400 */
  }

  .l-standing_ranking_table_goal_difference {
    width: 13.094245204%; /* 157 */
  }
}
