#playoff .p-kv_ttl {
  line-height: 1.25;
}

.playoff-mv_wrapper {
  padding-bottom: 40px;
}

.playoff-mv_wrapper h2 {
  width: 100%;
  height: 290px;
  color: #000;;
  background: #F7F7F7;
}

.playoff_main {
  padding-top: 6rem;
  padding-bottom: 18.5rem;
}

.playoff_mv {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 1080/768;
}

.playoff_content {
  margin-bottom: 6rem;
}

.playoff-tournament_bracket .c-tab-btn-nav[data-priority="primary"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  position: relative;
  top: 1px;
  padding: 0;
  align-items: end;
}

.playoff-tournament_bracket .c-tab-btn[data-priority="primary"].is-active  {
  background-color: #000000;
  border: 2px solid #900000;
  border-bottom: none;
}

.playoff-tournament_bracket .c-tab-content.is-active {
  background-color: #000000;
  padding: 40px 0 0 0;
  border-top: none;
}

.playoff-tournament {
  display: flex;
  justify-content: center;
  padding: 0 1.2rem 2.4rem 1.2rem;
}

.playoff_tournament-boys {
  border: 2px solid #FFF;
}

.playoff_tournament-girls {
  border: 2px solid #E60012;
}

.playoff_tournament-boys,
.playoff_tournament-girls {
  width: 100%;
  height: auto;
}

.playoff-tournament_bracket .c-tab-btn-nav-bottom[data-priority="primary"] {
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.playoff-tournament_bracket .c-tab-btn-nav-bottom[data-priority="primary"] .c-tab-btn[data-priority="primary"].is-active {
  background-color: #000000;
  border: 2px solid #900000;
  border-top: none;
}

.playoff-content_txt {
  line-height: 1.85714;
  font-size: 1.6rem !important;
}

.playoff-content_ttl {
  padding-left: 2.5em;
  text-indent: -1.8em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}

.playoff-tab-btn {
  height: 5.4rem !important;
}

.playoff-tab-btn.is-active {
  height: 5.8rem !important;
}

.playoff-tournament_bracket .playoff-content_ttl {
  line-height: 1.3;
}

.playoff-teams_wrapper {
  padding: 0 2.4rem 4rem 2.4rem;
}

.playoff-teams_team-list {
  display: grid;
  row-gap: 8px;
}

.playoff-teams_team-list_item {
  background-color: #3F3939;
  color: #fff;
  padding-block: 12px;
  font-size: 16px;
  padding-inline: 16px;
  line-height: 1.6;
  /* transition: opacity 0.3s; */
}

.playoff-teams_team-list_team-name {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 8px;
}

.playoff-teams_team-list_txt-sm {
  font-size: 14px;
  margin-left: 4px;
}

.playoff-teams_team-list_txt-top-or-block-l-result {
  font-size: 14px;
  display: block;
}

.playoff-sp-padding_wrapper {
  padding: 0 2.4rem;
}

.playoff-content-numberlist_wrapper {
  counter-reset: count 0;
}

.playoff-content_numberlist {
  margin-bottom: 1rem;
  padding-left: 2em;
  line-height: 1.85714;
  text-indent: -2em;
  font-size: 16px;
}

.playoff-content_numberlist::before {
  margin-right: 1rem;
  content: "(" counter(count) ")";
  counter-increment: count 1;
}

.playoff-content-numberlist_child {
  padding-left: 1.5em;
  line-height: 1.4;
  text-indent: -1.5em;
  font-size: 16px;
  margin-bottom: 4px;
}

.playoff-content_symbol {
  margin-right: 0.5em;
}

.playoff_content .u-mb_24 {
  color: #fff;
  line-height: 1.6;
}

.playoff-tournament_illustration {
  width: 100%;
  height: auto;
  aspect-ratio: 406 / 375;
}

.playoff_content .u-mb_24 {
  font-size: 16px;
}

.l-ticket_access_content {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.l-ticket_access_content_txt {
  width: 100%;
  order: 2;
}

.l-ticket_small_content {
  margin-bottom: 1rem;
}

.l-ticket_small_content:last-child {
  margin-bottom: 0;
}

.l-ticket_small_content {
  margin-bottom: 24px;
}

.l-ticket_small_ttl_sub {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.85714;
}


.l-ticket_small_ttl_sub {
  font-size: 1.6rem;
  line-height: 1.5;
}

.l-ticket_txt {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.6;
}

.l-ticket_txt_link {
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) {
  .l-ticket_nav_list_link:hover {
    color: #e50012;
  }
  .l-ticket_txt_link:hover {
    color: #e60012;
    text-decoration: none;
  }
  .l-ticket_contact_info_link:hover {
    opacity: .7;
  }
}

.l-ticket_btn {
  position: relative;
  display: grid;
  max-width: 100%;
  padding: 16px 32px 16px 16px;
  background-color: #fff;
  color: #000;
  line-height: 1.4;
  font-size: 14px;
}

.l-ticket_access_map {
  margin-bottom: 8px;
}

.l-ticket_access_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 127/66;
}

.l-ticket_access_map_wrapper {
  color: #ffffff;
}

.l-ticket_btn {
    width: 100%;
}

.playoff_main .l-outline_detail_btn:first-child {
  margin-bottom: 24px;
}

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

  .playoff_content {
    margin-bottom: 6rem;
  }

  .playoff-content_ttl {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .playoff-tournament_bracket .playoff-content_ttl {
    line-height: 1.3;
  }

  .playoff-teams_team-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
  }
}

@media (min-width: 768px) {
  #playoff .p-kv_ttl {
    line-height: 1.2;
  }

  .playoff-mv_wrapper {
    padding-bottom: 4rem;
  }

  .playoff_mv {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    aspect-ratio: 2400/384;
  }

  .playoff-tournament_bracket .c-tab-content.is-active {
    padding: 40px 16px 0 16px;
  }

  .playoff-tournament {
    padding-bottom: 60px;
  }

  .playoff-tab-btn {
    height: 6.7rem !important;
  }

  .playoff-tab-btn.is-active {
    height: 7.1rem !important;
  }

  .playoff_tournament-boys,
  .playoff_tournament-girls {
    width: 100%;
    max-width: 840px;
    height: auto;
  }

  .playoff-tournament_illustration {
    width: 100%;
    max-width: 1200px;
    height: auto;
    aspect-ratio: 1200 / 380;
  }

  .playoff_content .u-mb_24 .is-br {
    display: none;
  }

  .playoff-sp-padding_wrapper {
    padding: 0;
  }

  .l-ticket_access_map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 571/297;
  }

  .playoff_main .l-outline_detail_btn:first-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 903px) {
  .p-kv_ttl .is-br {
    display: none;
  }
}

@media (min-width: 1200px) {
  .l-ticket_access_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    height: 323px;
  }
}

@media (min-width: 1200px) {
  .l-ticket_access_content_txt {
    order: unset;
  }

  .l-ticket_btn {
    width: 362px;
  }
}

.l-ticket_btn_new-tab {
  transition: 0.3s;
}

.l-ticket_btn_new-tab:focus-visible {
  background-color: #e60012;
  border-color: currentColor;
  color:#fff;
}
@media (any-hover: hover) {
  .l-ticket_btn_new-tab:hover {
    background-color: #e60012;
    border-color: currentColor;
    color:#fff;
  }
}

.l-ticket_btn::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: .5rem;
  height: .5rem;
  transform: translateY(-50%);
  border-radius: .3rem;
  background: #e60012;
  content: "";
  transition: 0.3s;
}

.l-ticket_btn::after {
  width: 1.5rem;
  height: 1.1rem;
  border-radius: 0;
  background: url(/img/common/icon-new-tab_red.svg) no-repeat;
  background-size: contain;
}

.l-ticket_btn_new-tab:focus-visible::after {
  background: url(/img/common/icon-new-tab_white.svg) no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .l-ticket_btn_new-tab:hover::after {
    background: url(/img/common/icon-new-tab_white.svg) no-repeat;
    background-size: contain;
  }
}

.l-ticket_btn span {
  font-size: 12px;
}

.l-ticket_access_map_wrapper {
  margin-bottom: 1.5rem;
  order: 1;
}
@media (min-width: 1200px) {
  .l-ticket_access_map_wrapper {
    order: unset;
  }
}

@media screen and (min-width: 48em) {
  .l-ticket {
    padding: 0;
  }
  .l-ticket_small_ttl::before {
    top: 1.1rem;
  }
  .l-ticket_access_map_wrapper {
    margin-bottom: 0;
  }
}

.playoff-btn {
    width: 300px;
}
@media (max-width: 768px) {
  .playoff-btn {
    width: 100%;
    padding-block: 34px;
  }
}

.broadcast_ttl {
    display: flex;
    position: relative;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .04em;
    &::before {
      display: block;
      position: relative;
      top: 0.5rem;
      width: 1rem;
      min-width: 1rem;
      height: 1rem;
      min-height: 1rem;
      margin-right: 1rem;
      border-radius: 50%;
      background: #e60012;
      content: "";
    }
}

.broadcast-contents {
  margin-bottom: 2.6rem;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #666666;
}

.broadcast_btn {
  width: 300px;
}
@media (max-width: 768px) {
  .broadcast_btn {
    width: 100%;
    padding-block: 34px;
  }
}