.l-main__body {
  color: #313131;
}

.l-main__body picture,
.l-main__body img,
.l-main__body a,
.l-main__body span {
  display: inline-block;
}
.l-main__body button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

.p-officialRecord__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 48rem) {
  .p-officialRecord__list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}
.p-officialRecord__list:nth-of-type(2) {
  grid-template-columns: repeat(3, 1fr);
  width: min(718px, 70.3921568627vw);
  margin-inline: auto;
}
@media screen and (max-width: 48rem) {
  .p-officialRecord__list:nth-of-type(2) {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.p-officialRecord__list:nth-of-type(2) .p-officialRecord__item {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 48rem) {
  .p-officialRecord__list:nth-of-type(2) .p-officialRecord__item {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-officialRecord__list li + li {
  margin-top: 0;
}

.p-officialRecord__item {
  padding-left: unset;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border: 2px solid #ccc;
}
.p-officialRecord__item:nth-of-type(n + 5) {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 48rem) {
  .p-officialRecord__item {
    grid-row: span 3;
    border: none;
  }
  .p-officialRecord__item:nth-of-type(n + 5) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .p-officialRecord__item:last-of-type .p-officialRecord__link:last-of-type {
    -webkit-border-after: 2px solid #ccc;
    border-block-end: 2px solid #ccc;
  }
}

.p-officialRecord__item::before {
  content: none;
}

.p-officialRecord__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.125rem;
  text-align: center;
  background-color: #000;
  -webkit-border-after: 2px solid #ccc;
          border-block-end: 2px solid #ccc;
}
@media screen and (max-width: 48rem) {
  .p-officialRecord__head {
    padding: 0.625rem 0.125rem;
    border: none;
  }
}
.p-officialRecord__head span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 48rem) {
  .p-officialRecord__head span {
    font-size: 1.25rem;
  }
}

.p-officialRecord__img {
  width: 100%;
  aspect-ratio: 4/3;
}
.p-officialRecord__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-officialRecord__link {
  color: #313131;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.375rem 0.125rem;
  text-align: center;
  display: block;
  -webkit-border-before: 2px solid #ccc;
          border-block-start: 2px solid #ccc;
  -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 48rem) {
  .p-officialRecord__link {
    -webkit-border-start: 2px solid #ccc;
            border-inline-start: 2px solid #ccc;
    -webkit-border-end: 2px solid #ccc;
            border-inline-end: 2px solid #ccc;
    text-align: start;
    padding: 0.375rem;
    position: relative;
  }
  .p-officialRecord__link:not(:last-child) {
    -webkit-border-before: 2px solid #ccc;
            border-block-start: 2px solid #ccc;
  }
  .p-officialRecord__link::after {
    content: "";
    -webkit-mask-image: url(../../Watch-the-Games/Official-Results/images/icon_arrow.svg);
            mask-image: url(../../Watch-the-Games/Official-Results/images/icon_arrow.svg);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #e81729;
    position: absolute;
    display: block;
    inset-block: 0;
    width: 1.25rem;
    height: 0.625rem;
    right: 0.625rem;
    margin: auto;
    -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media (any-hover: hover) {
  .p-officialRecord__link:hover {
    color: #fff;
    background-color: #e81729;
  }
  .p-officialRecord__link:hover::after {
    background-color: #fff;
  }
}

.p-event-updates__button {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-event-updates__button:first-of-type a {
  -webkit-border-after: 1px solid #fe8689;
          border-block-end: 1px solid #fe8689;
  -webkit-border-start: 1px solid #fe8689;
          border-inline-start: 1px solid #fe8689;
}
.p-event-updates__button:first-of-type a:nth-of-type(-n + 4) {
  -webkit-border-before: 1px solid #fe8689;
          border-block-start: 1px solid #fe8689;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:first-of-type a:nth-of-type(-n + 4) {
    -webkit-border-before: none;
            border-block-start: none;
  }
}
.p-event-updates__button:first-of-type a:nth-of-type(4n) {
  -webkit-border-end: 1px solid #fe8689;
          border-inline-end: 1px solid #fe8689;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:first-of-type a:nth-of-type(4n) {
    -webkit-border-end: none;
            border-inline-end: none;
  }
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:first-of-type a:nth-of-type(-n + 2) {
    -webkit-border-before: 1px solid #fe8689;
            border-block-start: 1px solid #fe8689;
  }
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:first-of-type a:nth-of-type(even) {
    -webkit-border-end: 1px solid #fe8689;
            border-inline-end: 1px solid #fe8689;
  }
}
.p-event-updates__button:nth-of-type(2) {
  grid-template-columns: repeat(3, 1fr);
  width: min(718.5px, 70.4411764706vw);
  margin-inline: auto;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:nth-of-type(2) {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.p-event-updates__button:nth-of-type(2) a {
  -webkit-border-after: 1px solid #fe8689;
          border-block-end: 1px solid #fe8689;
  -webkit-border-start: 1px solid #fe8689;
          border-inline-start: 1px solid #fe8689;
}
.p-event-updates__button:nth-of-type(2) a:nth-of-type(3n) {
  -webkit-border-end: 1px solid #fe8689;
          border-inline-end: 1px solid #fe8689;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:nth-of-type(2) a:nth-of-type(3n) {
    -webkit-border-end: none;
            border-inline-end: none;
  }
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:nth-of-type(2) a:nth-of-type(even) {
    -webkit-border-end: 1px solid #fe8689;
            border-inline-end: 1px solid #fe8689;
  }
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button:nth-of-type(2) a:last-of-type {
    pointer-events: none;
    -webkit-border-end: none;
            border-inline-end: none;
    -webkit-border-after: none;
            border-block-end: none;
  }
}
.p-event-updates__button a {
  color: #313131;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 0;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 1040px) {
  .p-event-updates__button a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 48rem) {
  .p-event-updates__button a {
    font-size: 0.875rem;
  }
}
.p-event-updates__button a.current {
  background-color: #fe8689;
}
@media (any-hover: hover) {
  .p-event-updates__button a:hover {
    background-color: #fe8689;
  }
}

.p-event-updates__table-contents {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__table-contents {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-event-updates__filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #404040;
  padding: 1.5rem 2rem 1rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-event-updates__filter {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-event-updates__filter::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.75rem;
  height: 0.375rem;
  background-color: #6f6f6f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-event-updates__select {
  background-color: #fff;
  border-radius: 0.125rem;
  font-size: 1rem;
  padding: 0.625rem 1.625rem 0.625rem 1.25rem;
  min-width: 18.75rem;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__select {
    padding: 0.625rem 1.625rem 0.625rem 0.75rem;
    min-width: 12.5rem;
  }
}

.p-event-updates__table-wrap {
  overflow-x: scroll;
  overflow-y: scroll;
  max-height: 60vh;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__table-wrap {
    max-height: 60vh;
  }
}

.p-event-updates__table {
  width: 100%;
  border-spacing: 0;
  border-inline: 1px solid #ccc;
  -webkit-border-after: 1px solid #ccc;
          border-block-end: 1px solid #ccc;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__table {
    min-width: 800px;
  }
}
.p-event-updates__table tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.p-event-updates__table thead th {
  padding: 0.375rem 0.25rem;
  background-color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  position: sticky;
  top: 0;
  color: #fff;
}
.p-event-updates__table thead th:not(:first-of-type) {
  -webkit-border-start: 2px solid #fff;
          border-inline-start: 2px solid #fff;
}
.p-event-updates__table thead th:first-of-type {
  width: 2.5rem;
}
.p-event-updates__table thead th:nth-of-type(2) {
  width: 8.125rem;
}
@media screen and (max-width: 48rem) {
  .p-event-updates__table thead th:nth-of-type(2){
    width: 6.875rem;
  }
}
.p-event-updates__table td {
  padding: 0.375rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.p-event-updates__table td:first-of-type {
  text-align: center;
}
.p-event-updates__table td:not(:first-of-type) {
  -webkit-border-start: 1px solid #ccc;
          border-inline-start: 1px solid #ccc;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 48rem) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 48rem) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 48rem) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 48rem) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 48rem) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 48rem) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.DrawsResults_list {
    margin-top: var(--spacer-m);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.DrawsResults_list a{
	color: var(--color-visited);
}