.l-match_result_ttl {
  gap: 0 .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10.8rem;
  padding: .8rem;
  border-bottom: 1px solid #900000;
  background: #2b2b2b;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
  &[data-cat="topleague"] {
    color: #F1DB1B;
  }
}

.l-match_result_ttl_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.9rem;
  height: 2.5rem;
  border: 1px solid #e60012;
  border-radius: .5rem;
  background: #fff;
  color: #e60012;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-match_result_container {
  background: url(/img/game/result/l-match_result_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.l-match_result_content {
  padding: 1.6rem 2.4rem 3rem;
  border-bottom: 1px solid #666;
}

.l-match_result_content .p-match_item {
  padding-bottom: 0;
  border-bottom: 0;
}

.l-match_result_content_detail_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 2.2rem;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.l-match_result_content_detail_tag.is-boy {
  background: #fff;
  color: #000;
}

.l-match_result_content_detail_tag.is-girl {
  background: #E60012;
  color: #fff;
}

.l-match_result_content_detail_stadium {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.l-match_result_content_detail_time {
  gap: 0 .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}

.l-match_result_content_detail_time_weekday {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.l-match_result_content_detail_game_time {
  gap: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17.5rem;
  margin: 0 auto;
  padding: .6rem 1.4rem;
  border: 1px solid #666;
  color: #fff;
}

.l-match_result_content_detail_game_time_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.9em;
  height: 1.6rem;
  background: #666;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-match_result_content_detail_game_time_tag::before {
  position: absolute;
  top: 0;
  right: -0.45rem;
  width: .5rem;
  height: 1.6rem;
  background: #666;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

.l-match_result_content_detail_game_time_item {
  gap: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-match_result_content_detail_game_time_txt {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
}

.l-match_result_share {
  padding: 1.5rem 0 3rem;
}

.l-match_result_share_txt {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.l-match_result_tab_txt {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

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

.l-match_result_play_tab {
  margin-bottom: 1.8rem;
}

.l-match_result_play_tab_bottom {
  padding-top: 1rem;
}

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

.l-match_result_play_info_list {
  margin-bottom: 1.4rem;
  -webkit-transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

.l-match_result_play_info_list_wrapper {
  gap: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-match_result_play_info_list_link {
  display: block;
  padding: 0.6rem 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .04em;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-match_result_play_info_scroller {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  overflow-x: auto;
}

.l-match_result_play_info_scroller::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

.l-match_result_play_info_scroller_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  padding: 0 2.4rem;
}

.l-match_result_play_info_scroller .l-match_result_play_info_list_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  white-space: nowrap;
}

.l-match_result_play_info_scroller .l-match_result_play_info_list_wrapper li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-match_result_play_nav {
  margin-bottom: 4rem;
  padding: 0 2.4rem;
}

.l-match_result_play_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-match_result_play_nav_list_wrapper {
  gap: 0rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-match_result_play_nav_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.5;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-match_result_play_nav_list_link::after {
  display: block;
  width: 1.2rem;
  height: 1.3rem;
  margin-right: 1rem;
  background: url(/img/common/p-arrow_red.svg);
  content: "";
}

.l-match_result_play_detail {
  padding: 0 2.4rem;
  overflow: hidden;
}

.l-match_result_play_detail_ttl {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

.l-match_result_play_detail_item {
  width: 100%;
  margin-bottom: 6rem;
}

.l-match_result_play_detail_table {
  width: 100%;
  margin: 0 auto;
}

.l-match_result_play_detail_table.is-stats .l-match_result_play_detail_table_th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 36.08563%;
  min-width: 0;
}

.l-match_result_play_detail_table.is-stats .l-match_result_play_detail_table_th:nth-of-type(2) {
  width: 27.82875%;
  min-width: 0;
}

.l-match_result_play_detail_table.is-stats .l-match_result_play_detail_table_td {
  padding: .6rem 1rem;
  text-align: center;
}

.l-match_result_play_detail_table_tr {
  background: #181818;
}

.l-match_result_play_detail_table_tr:nth-child(odd) {
  background: #2b2b2b;
}

.l-match_result_play_detail_table .l-match_result_play_detail_table_th,
.l-match_result_play_detail_table .l-match_result_play_detail_table_td {
  border: 0.1rem solid #000;
  border-collapse: collapse;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-match_result_play_detail_table_th {
  width: 38.53211%;
  padding: .5rem;
  background: #505050;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.l-match_result_play_detail_table_th:nth-of-type(2) {
  width: 22.93578%;
  min-width: 0;
}

.l-match_result_play_detail_table_td {
  min-width: 0;
  padding: .6rem .4rem;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.l-match_result_play_detail_table_td.is-time {
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .04em;
  line-height: 1.6;
  text-align: center;
}

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

.l-match_result_box_tab {
  margin-bottom: 1.8rem;
}

.l-match_result_box_commentary {
  margin-bottom: 1.5rem;
  padding: 0 2.4rem;
  text-align: right;
}

.l-match_result_box_commentary_btn {
  padding-bottom: .1rem;
  color: #fff;
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  -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);
}

.l-match_result_box_quarter {
  position: relative;
  margin-bottom: 2.7rem;
  padding: 0 2.4rem;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.l-match_result_box_quarter_time {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.l-match_result_box_quarter_time::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  border-radius: .5rem;
  background: #e60012;
  content: "";
}

.l-match_result_box_quarter_time_txt {
  margin: 0 .5rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .04em;
  line-height: 1.26923;
}

.l-match_result_box_quarter_time_txt_num {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0;
  line-height: 1.30435;
}

.l-match_result_box_quarter_pdf_container {
  text-align: right;
}

.l-match_result_box_quarter_pdf {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 1.75;
  border-bottom: 1px solid #fff;
  transition: border 0.5s, color 0.5s;
}
.l-match_result_box_quarter_pdf:focus-visible {
  border-bottom: 1px solid #e50012;
  color: #e50012;
}
@media (any-hover: hover) {
  .l-match_result_box_quarter_pdf:hover {
    border-bottom: 1px solid #e50012;
    color: #e50012;
  }
}

.l-match_result_box_quarter_pdf::before {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .5rem;
  background: url(/img/common/icn-pdf.svg) no-repeat center/contain;
  content: "";
  vertical-align: middle;
  transition: 0.5s;
}

.l-match_result_box_quarter_pdf:focus-visible::before {
  background: url(/img/common/icn-pdf_hover.svg) no-repeat center/contain;
}
@media (any-hover: hover) {
  .l-match_result_box_quarter_pdf:hover::before {
    background: url(/img/common/icn-pdf_hover.svg) no-repeat center/contain;
  }
}

.l-match_result_box_detail {
  overflow: hidden;
}

.l-match_result_box_detail_ttl {
  margin: 0 0rem 3rem;
  padding: 1rem 1.6rem 1.1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.l-match_result_box_detail_item {
  width: min(83.33%, 120rem);
  margin: 0 auto;
  margin-bottom: 6rem;
}

.l-match_result_box_detail_item:last-of-type {
  margin-bottom: 2.7rem;
}

.l-match_result_box_detail_table {
  width: auto;
  margin: 0 auto;
}

.l-match_result_box_detail_table_wrapper {
  overflow-x: auto;
}

.l-match_result_box_detail_table_tr {
  background: #181818;
}

.l-match_result_box_detail_table_tr.is-bg_none {
  background: none;
}

.l-match_result_box_detail_table .l-match_result_box_detail_table_th,
.l-match_result_box_detail_table .l-match_result_box_detail_table_td {
  border: 0.1rem solid #000;
  border-collapse: collapse;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-match_result_box_detail_table_th {
  padding: .5rem;
  background: #505050;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.l-match_result_box_detail_table_th[data-align="left"],
.l-match_result_box_detail_table_td[data-align="left"] {
  text-align: left;
}

.l-match_result_box_detail_table_th[data-align="right"],
.l-match_result_box_detail_table_td[data-align="right"] {
  text-align: right;
}


.l-match_result_box_detail_table_th.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  border: 0.1rem solid #000;
  border-right: none;
}

.l-match_result_box_detail_table_th.is-sticky:before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
}

.l-match_result_box_detail_table_th.is-sticky:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
}

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

.l-match_result_box_detail_table_th.is-sticky:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
}

.l-match_result_box_detail_table_th.is-sticky:nth-of-type(3) {
  left: 5.1rem;
}

.l-match_result_box_detail_table_th.is-sticky:nth-of-type(3):before {
  background: #666666;
}

.l-match_result_box_detail_table_th.is-sticky.is-border_gray::before {
  background: #666666;
}

.l-match_result_box_detail_table_th:nth-of-type(4) {
  border-left: none;
}

.l-match_result_box_detail_table_td {
  padding: .3rem .7rem;
  background: #181818;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.l-match_result_box_detail_table_td.is-player {
  width: auto;
  min-width: 10rem;
  text-align: left;
}

.l-match_result_box_detail_table_td.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  border: 0.1rem solid #000;
  border-right: none;
}

.l-match_result_box_detail_table_td.is-sticky:before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
}

.l-match_result_box_detail_table_td.is-sticky:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
}

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

.l-match_result_box_detail_table_td.is-sticky:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
}

.l-match_result_box_detail_table_td.is-sticky:nth-of-type(3) {
  left: 5.1rem;
}

.l-match_result_box_detail_table_td.is-sticky:nth-of-type(3):before {
  background: #666666;
}

.l-match_result_box_detail_table_td:nth-of-type(4) {
  background: none;
}

.l-match_result_box_detail_table_td.is-bg_none {
  border: none;
  background: none;
}

.l-match_result_box_detail_table_td.is-bg_gray {
  background: #505050;
}

.l-match_result_box_detail_table_td.is-bg_darkgray {
  background: #2b2b2b;
}

.l-match_result_box_detail_table_td.is-bg_black {
  background: #000;
}

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

.l-match_result_box_modal_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  background: #fff;
}

.l-match_result_box_modal_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.l-match_result_box_modal_dl {
  display: grid;
  grid-template-columns: 5rem 1fr;
  margin-bottom: .4rem;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.69231;
}

.l-match_result_box_modal_dl b {
  font-weight: 900;
}

.l-match_result_btn_wrapper {
  padding: 4rem 2.4rem 11rem;
  background: #000;
}

.l-match_result_error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 25.8rem);
  margin-top: 5.8rem;
  padding: 0 2.4rem;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .l-match_result_ttl {
    font-size: 1.6rem;
  }
  .l-match_result_ttl_tag {
    width: 5.3rem;
    height: 2.6rem;
    font-size: 1.3rem;
  }
  .l-match_result_container {
    background-image: url(/img/game/result/l-match_result_bg_pc.jpg);
  }
  .l-match_result_content {
    padding: 2rem 0 3rem;
  }
  .l-match_result_content_detail_tag {
    width: 4.2rem;
    height: 2.6rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .l-match_result_content_detail_stadium {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .l-match_result_content_detail_time {
    gap: 0 1rem;
    font-size: 3.6rem;
  }
  .l-match_result_content_detail_time_weekday {
    font-size: 2.3rem;
  }
  .l-match_result_content_detail_game_time {
    gap: 0 2.4rem;
    width: 22rem;
    padding: .8rem 2rem;
  }
  .l-match_result_content_detail_game_time_tag {
    width: 3.5rem;
    height: 2rem;
    font-size: 1.2rem;
  }
  .l-match_result_content_detail_game_time_tag::before {
    right: -0.55rem;
    width: 0.6rem;
    height: 2rem;
  }
  .l-match_result_content_detail_game_time_item {
    gap: 0 1.2rem;
  }
  .l-match_result_content_detail_game_time_txt {
    font-size: 1.6rem;
  }
  .l-match_result_share {
    padding: 3rem 0 3.2rem;
  }
  .l-match_result_share_txt {
    margin-bottom: 2.4rem;
  }
  .l-match_result_play_content {
    position: relative;
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-match_result_play_tab {
    margin-bottom: 3.2rem;
  }
  .l-match_result_play_info {
    margin-bottom: 3rem;
    padding: 0;
  }
  .l-match_result_play_info_list {
    margin-bottom: 1.2rem;
  }
  .l-match_result_play_info_list_wrapper {
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-match_result_play_info_list_link {
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.28125;
  }
  .l-match_result_play_nav {
    margin-bottom: 6rem;
    padding: 0;
  }
  .l-match_result_play_nav_list {
    width: 25rem;
  }
  .l-match_result_play_nav_list_wrapper {
    gap: 0 2rem;
    width: min(83.33%, 120rem);
    margin: 0 auto;
  }
  .l-match_result_play_nav_list_link {
    padding-bottom: 3rem;
    font-size: 1.4rem;
  }
  .l-match_result_play_detail {
    padding: 0;
  }
  .l-match_result_play_detail_ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .l-match_result_play_detail_item {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  .l-match_result_play_detail_table.is-stats .l-match_result_play_detail_table_th {
    width: 34.5%;
  }
  .l-match_result_play_detail_table.is-stats .l-match_result_play_detail_table_th:nth-of-type(2) {
    width: 30.83333%;
  }
  .l-match_result_play_detail_table.is-stats .l-match_result_play_detail_table_td {
    padding: 1rem;
  }
  .l-match_result_play_detail_table .l-match_result_play_detail_table_th,
.l-match_result_play_detail_table .l-match_result_play_detail_table_td {
    font-size: 1.4rem;
  }
  .l-match_result_play_detail_table_th {
    width: 41%;
    padding: 1rem;
    line-height: 1.5;
  }
  .l-match_result_play_detail_table_th:nth-of-type(2) {
    width: 17.91667%;
  }
  .l-match_result_play_detail_table_td {
    padding: .7rem 1rem;
    line-height: 1.5;
  }
  .l-match_result_play_detail_table_td.is-time {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .l-match_result_box_content {
    position: relative;
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-match_result_box_tab {
    margin-bottom: 3.5rem;
  }
  .l-match_result_box_commentary {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 2.5rem;
    padding: 0;
  }

  .l-match_result_box_quarter {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 3rem;
    padding: 0;
  }
  .l-match_result_box_quarter_time {
    margin-bottom: unset;
  }
  .l-match_result_box_quarter_time_txt {
    margin: 0 1rem 0 1.7rem;
    font-size: 1.8rem;
  }
  .l-match_result_box_quarter_time_txt_num {
    font-size: 3.5rem;
    line-height: 1.22857;
  }
  .l-match_result_box_detail {
    padding: 0;
  }
  .l-match_result_box_detail_ttl {
    margin-bottom: 4rem;
    padding: 0.9rem 1.5rem;
    font-size: 2.4rem;
  }
  .l-match_result_box_detail_item:last-of-type {
    margin-bottom: 5rem;
  }
  .l-match_result_box_detail_table {
    width: 120rem;
  }
  .l-match_result_box_detail_table_wrapper {
    margin: 0;
  }
  .l-match_result_box_detail_table .l-match_result_box_detail_table_th,
.l-match_result_box_detail_table .l-match_result_box_detail_table_td {
    font-size: 1.4rem;
  }
  .l-match_result_box_detail_table_th {
    padding: 1rem;
    line-height: 1.5;
  }
  .l-match_result_box_detail_table_th.is-sticky:nth-of-type(2) {
    left: 5.5rem;
  }
  .l-match_result_box_detail_table_th.is-sticky:nth-of-type(3) {
    left: 10.2rem;
  }
  .l-match_result_box_detail_table_td {
    padding: 1rem;
  }
  .l-match_result_box_detail_table_td.is-player {
    width: 20rem;
    min-width: 20rem;
  }
  .l-match_result_box_detail_table_td.is-sticky:nth-of-type(2) {
    left: 5.5rem;
  }
  .l-match_result_box_detail_table_td.is-sticky:nth-of-type(3) {
    left: 10.2rem;
  }
  .l-match_result_box_modal {
    padding: 0;
  }
  .l-match_result_box_modal_wrapper {
    padding: 7rem 3.2rem;
    width: 900px;
    margin-inline: auto;
    transform: translate(0%, 46%);
  }
  .l-match_result_box_modal_grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .l-match_result_box_modal_dl {
    grid-template-columns: 4rem 1fr;
    margin-bottom: .8rem;
    padding-right: 3rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .l-match_result_btn {
    width: 30rem;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .l-match_result_btn_wrapper {
    padding: 6rem 0 13rem;
  }
  .l-match_result_error {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (min-width: 75em) {
  .l-match_result_ttl {
    margin-top: 10.8rem;
  }
  .l-match_result_error {
    height: calc(100vh - 35.6rem);
    margin-top: 10.6rem;
  }
}

@media (hover: hover) {
  .l-match_result_tab:hover .l-match_result_tab_txt {
    opacity: 0.7;
  }
  .l-match_result_play_info_list:hover {
    background: #e50012;
  }
  .l-match_result_play_info_list:hover .l-match_result_play_info_list_link {
    color: #fff;
  }
  .l-match_result_play_nav_list_link:hover {
    color: #e50012;
  }
  .l-match_result_box_commentary_btn:hover {
    color: #e60012;
    text-decoration: none;
  }
}

.playbyplay-separator-line {
  border: none;
  border-top: 1px solid #e60012;
}

.playbyplay-score {
  font-size: 18px;
  background-color: #fff;
  color: #000;
  padding-inline: 4px;
}
@media (min-width: 48em) {
  .playbyplay-score {
    font-size: 26px;
    padding-inline: 8px;
  }
}

@media (max-width: 1199px) {
  #HomeTeam {
    scroll-margin-top: 92px;
  }

  #AwayTeam {
    scroll-margin-top: 92px;
  }
}