@charset "UTF-8";
/* font */
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&family=Roboto+Mono:wght@500&display=swap';
/* Easing */
/* パーツ
/* --------------------------- */
/* ホバー
/* --------------------------- */
/* フォント
/* --------------------------- */
/* layout */
.l-gameList,
.l-gameList * {
  box-sizing: border-box;
}

.l-gameList {
  background-color: #000000;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  color: #ffffff;
}
.l-gameList__header {
  margin-left: auto;
  margin-right: auto;
}
.l-gameList__inner {
  margin-left: auto;
  margin-right: auto;
}
.l-gameList__title {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.l-gameList__titleMain {
  flex: none;
  color: #ffd601;
  font-family: "abolition", sans-serif;
  line-height: 0.85;
}
.l-gameList__titleMain span {
  display: inline-block;
}
.l-gameList__titleSub {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.l-gameList__titleSub .is-hide {
  display: none;
  pointer-events: none;
}
.l-gameList__titleSub .is-show {
  display: block;
  animation: fadeIn 1s ease forwards;
}
.l-gameList__head-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffd601;
  border-bottom: 1px solid #ffd601;
}
.l-gameList__head-month {
  display: flex;
  align-items: center;
}
.l-gameList__head-month a {
  display: inline-block;
  color: #ffd601;
  font-weight: 700;
  line-height: 130%;
  font-feature-settings: "palt" on;
  white-space: nowrap;
}
.l-gameList__head-month a.is-current, .l-gameList__head-month a:hover {
  background-color: #ffd601;
  color: #000000;
}
.l-gameList__head-month span {
  font-family: "abolition", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.l-gameList__button {
  display: flex;
}
.l-gameList__buttonItem {
  background: none;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  font-weight: 600;
  color: #ffd601;
  cursor: pointer;
  transition: 0.3s;
}
.l-gameList__buttonItem.is-active {
  background-color: #ffd601;
  color: #000000;
}
.l-gameList__filter {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.l-gameList__filterIcon {
  position: relative;
  transition: 0.3s;
  border-radius: 50%;
}
.l-gameList__filterIcon::before, .l-gameList__filterIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  display: block;
  background-color: #ffd601;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.l-gameList__filterIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-gameList__scrollTop {
  position: sticky;
  margin-left: auto;
  margin-right: 0;
  background-color: #ffd601;
  border: 2px solid #ffd601;
  transition: 0.3s;
  cursor: pointer;
}
.l-gameList__scrollTop::before {
  content: "";
  display: block;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: translate(-50%, -25%) rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-schedule {
  width: 100%;
}
.l-schedule.is-hide {
  display: none;
  pointer-events: none;
}
.l-schedule.is-show {
  display: block;
  animation: fadeIn 1s ease forwards;
}
.l-schedule__list {
  display: flex;
  flex-direction: column;
}
.l-schedule__listItem.is-before {
  opacity: 0.8;
}
.l-schedule__listItem_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd601;
  color: #000000;
}
.l-schedule__listItem_section {
  font-weight: 700;
  line-height: 1;
  border-right: 1px solid #000000;
}
.l-schedule__listItem_label {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1;
}
.l-schedule__listItem_information {
  color: #000000;
  display: grid;
}
.l-schedule__listItem_game {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}
.l-schedule__listItem_row01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-schedule__listItem_date {
  font-family: "abolition", sans-serif;
}
.l-schedule__listItem_md {
  line-height: 0.75;
}
.l-schedule__listItem_a {
  display: block;
  background-color: #6e6e6e;
  color: #ffffff;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-schedule__listItem_a--sat {
  background-color: #142387;
}
.l-schedule__listItem_a--sun, .l-schedule__listItem_a--holiday {
  background-color: #aa1400;
}
.l-schedule__listItem_hm {
  line-height: 0.75;
  letter-spacing: 0.05em;
}
.l-schedule__listItem_hm > span {
  display: inline-block;
  transform: translate(0, -0.1em);
}
.l-schedule__listItem_tournament {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #c9c9c9;
}
.l-schedule__listItem_team {
  display: flex;
  border-left: 1px solid #c9c9c9;
}
.l-schedule__listItem_vs {
  font-family: "abolition", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 16px;
  color: #d8d8d8;
}
.l-schedule__listItem_teamHome, .l-schedule__listItem_teamAway {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
}
.l-schedule__listItem_teamLogo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-schedule__listItem_teamName {
  letter-spacing: -0.03em;
  font-weight: 700;
  font-feature-settings: "palt";
}
.l-schedule__listItem_links a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd601;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  color: #000000;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.3s;
  font-feature-settings: "palt";
}
.l-schedule__listItem_links a.is-diactive {
  pointer-events: none;
  background-color: #efefef;
  color: #c9c9c9;
  border-color: #c9c9c9;
  letter-spacing: 0;
}
.l-schedule__listItem_links a.is-diactive::before {
  border-color: #c9c9c9;
}
.l-schedule__listItem_links a::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% + 1px);
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: translate(0, -50%) rotate(-45deg);
  transition: 0.3s;
}
.l-schedule__listItem_row02 {
  display: flex;
  width: 100%;
  border-top: 1px solid #c9c9c9;
}
.l-schedule__listItem_place {
  display: flex;
  align-items: center;
}
.l-schedule__listItem_placeName {
  font-weight: 700;
  font-feature-settings: "palt";
}
.l-schedule__listItem_event {
  display: flex;
}
.l-schedule__listItem_eventLabel {
  display: inline-block;
  background-color: #df0000;
  color: #ffffff;
  line-height: 0.75;
  font-family: "Roboto Mono", monospace;
  flex: none;
}
.l-schedule__listItem_eventText {
  font-weight: 900;
  color: #df0000;
}
.l-schedule__listItem--home .l-schedule__listItem_title {
  background-color: #ffd601;
}
.l-schedule__listItem--away .l-schedule__listItem_title {
  background-color: #c9c9c9;
}
.l-schedule__listItem--away .l-schedule__listItem_teamHome {
  order: 2;
}
.l-schedule__listItem--away .l-schedule__listItem_vs {
  order: 1;
}
.l-schedule__listItem--away .l-schedule__listItem_teamAway {
  order: 0;
}

.l-results {
  width: 100%;
}
.l-results.is-hide {
  display: none;
  pointer-events: none;
}
.l-results.is-show {
  display: block;
  animation: fadeIn 1s ease forwards;
}
.l-results__list {
  display: flex;
  flex-direction: column;
}
.l-results__listItem {
  display: flex;
  flex-direction: column;
}
.l-results__listItem_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd601;
  color: #000000;
}
.l-results__listItem_section {
  font-weight: 700;
  line-height: 1;
  border-right: 1px solid #000000;
}
.l-results__listItem_label {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1;
}
.l-results__listItem_information {
  color: #000000;
  display: grid;
}
.l-results__listItem_game {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}
.l-results__listItem_md {
  font-family: "abolition", sans-serif;
  line-height: 0.75;
  text-align: center;
}
.l-results__listItem_a {
  font-family: "abolition", sans-serif;
  line-height: 0.75;
  background-color: #6e6e6e;
  color: #ffffff;
  line-height: 90%;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-results__listItem_a--sat {
  background-color: #142387;
}
.l-results__listItem_a--sun, .l-results__listItem_a--holiday {
  background-color: #aa1400;
}
.l-results__listItem_result {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-results__listItem_reportLink {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #000000;
  transition: 0.3s;
}
.l-results__listItem_reportLink.is-diactive {
  pointer-events: none;
  opacity: 0.2;
}
.l-results__listItem_reportLink::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: 0.3s;
}
.l-results__listItem_reportLink::after {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  display: block;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: translate(0, -50%) rotate(-45deg);
  transition: 0.3s;
}
.l-results__listItem--home .l-results__listItem_title {
  background-color: #ffd601;
}
.l-results__listItem--away .l-results__listItem_title {
  background-color: #c9c9c9;
}
.l-results__listItem--away .l-results__listItem_team:nth-child(1) {
  order: 1;
}
.l-results__listItem--away .l-results__listItem_team:nth-child(2) {
  order: 0;
}
.l-results__listItem_group {
  display: grid;
  row-gap: 10px;
}
.l-results__listItem_team {
  display: flex;
  align-items: center;
}
.l-results__listItem_teamData {
  display: flex;
  align-items: center;
}
.l-results__listItem_teamLogo {
  display: flex;
  align-items: center;
}
.l-results__listItem_teamLogo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-results__listItem_teamName {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.03em;
}
.l-results__listItem_point {
  font-family: "abolition", sans-serif;
  line-height: 0.75;
  letter-spacing: 0.03em;
}
.l-results__listItem_point.is-winner {
  color: #df0000;
}
.l-results__pastItem {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 1px solid #ffd601;
  border-width: 1px 2px 2px 1px;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffd601;
  transition: 0.3s;
}
.l-results__pastItem::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-right: 2px solid #ffd601;
  border-bottom: 2px solid #ffd601;
  transform: translate(0, -50%) rotate(-45deg);
  transition: 0.3s;
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.l-modal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.l-modal__wrapper {
  position: absolute;
}
.l-modal__close {
  position: absolute;
  cursor: pointer;
}
.l-modal__close::before, .l-modal__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  pointer-events: none;
}
.l-modal__close::after {
  transform: rotate(-45deg);
}
.l-modal__contents {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.l-modal__contentsInner {
  height: 100%;
  overflow: auto;
}
.l-modal__contentsForm th {
  font-weight: 600;
}
.l-modal__contentsForm th span {
  position: relative;
}
.l-modal__contentsForm th span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  display: inline-block;
  background: #ffd601;
  border-radius: 50%;
}
.l-modal__contentsFlex {
  display: flex;
  align-items: center;
}
.l-modal__select {
  position: relative;
}
.l-modal__select span {
  font-weight: 500;
  font-family: "Roboto Mono", monospace;
}
.l-modal__select input {
  display: none;
}
.l-modal__selectChecked {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 1px solid #c9c9c9;
  line-height: 1;
  cursor: pointer;
}
.l-modal__selectChecked::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  pointer-events: none;
}
.l-modal__selectOptionList {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, calc(100% + 8px));
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
.l-modal__selectOptionList.is-opened {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.l-modal__selectOptionList label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  line-height: 1;
}
.l-modal__selectOptionList label:nth-of-type(even) {
  background: #efefef;
}
.l-modal__link {
  position: relative;
  display: inline-block;
  color: #777777;
}
.l-modal__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #777777;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.l-modal__checkbox {
  display: flex;
  flex-wrap: wrap;
}
.l-modal__checkbox.is-hide {
  display: none;
}
.l-modal__checkbox.is-active {
  display: flex;
}
.l-modal__checkbox label {
  display: inline-block;
  cursor: pointer;
}
.l-modal__checkbox label.is-checked span {
  color: #000000;
  background-color: #ffd601;
}
.l-modal__checkbox label span {
  background-color: #efefef;
  color: #777777;
  line-height: 1;
  transition: 0.3s;
}
.l-modal__checkbox input {
  display: none;
}
.l-modal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #c9c9c9;
}
.l-modal__buttonReset, .l-modal__buttonSubmit {
  display: block;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  text-align: center;
  color: #000000;
  transition: 0.3s;
  cursor: pointer;
}
.l-modal__buttonReset {
  border: 1px solid #000000;
  background-color: #ffffff;
}
.l-modal__buttonReset:hover {
  color: #ffffff;
  background-color: #000000;
}
.l-modal__buttonSubmit {
  border: 1px solid #000000;
  background-color: #ffd601;
  border-color: transparent #000000 #000000 transparent;
}
.l-modal__buttonSubmit:hover {
  color: #ffffff;
  background-color: #000000;
}

/* utility */

.u-visuallyHidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

@media print, screen and (min-width: 769px) {
  .l-gameList {
    padding-bottom: 35px;
  }
  .l-gameList__contents {
    padding-bottom: 136px;
  }
  .l-gameList__header {
    max-width: 1220px;
    width: 90%;
  }
  .l-gameList__inner {
    max-width: 1016px;
    width: 90%;
  }
  .l-gameList__title {
    padding: 88px 0 158px;
  }
  .l-gameList__titleMain {
    font-size: 200px;
  }
  .l-gameList__titleSub {
    margin-left: 48px;
    padding-left: 64px;
    font-size: 18px;
  }
  .l-gameList__titleSub::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    background-color: #ffffff;
    width: 40px;
    height: 1px;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .l-gameList__head {
    margin-bottom: 70px;
  }
  .l-gameList__head-main {
    padding-bottom: 36px;
  }
  .l-gameList__head-month {
    gap: 0 32px;
    margin-top: 16px;
  }
  .l-gameList__head-month a {
    font-size: 12px;
    padding: 2px;
  }
  .l-gameList__button {
    gap: 0 24px;
  }
  .l-gameList__buttonItem {
    min-width: 152px;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 16px;
    border: 2px solid #ffd601;
  }
  .l-gameList__filter {
    gap: 0 10px;
  }
  .l-gameList__filterLabel {
    font-size: 18px;
  }
  .l-gameList__filterIcon {
    width: 30px;
    height: 30px;
    border: 2px solid #ffd601;
  }
  .l-gameList__filterIcon::before, .l-gameList__filterIcon::after {
    width: 15px;
    height: 2px;
  }
  .l-gameList__scrollTop {
    right: 30px;
    bottom: 35px;
    width: 40px;
    height: 40px;
  }
  .l-gameList__scrollTop::before {
    width: 10px;
    height: 10px;
  }
  .l-schedule__list {
    gap: 10px 0;
  }
  .l-schedule__listItem_title {
    padding: 9px;
    border-bottom: 4px solid #000000;
  }
  .l-schedule__listItem_section {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .l-schedule__listItem_label {
    font-size: 18px;
  }
  .l-schedule__listItem_information {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2px;
         column-gap: 2px;
    row-gap: 2px;
  }
  .l-schedule__listItem_game {
    justify-content: space-between;
    align-content: flex-start;
    padding: 16px 24px;
  }
  .l-schedule__listItem_header {
    display: contents;
  }
  .l-schedule__listItem_date {
    display: grid;
    width: 61px;
    padding: 0 14px 0 0;
    gap: 0 8px;
    text-align: center;
  }
  .l-schedule__listItem_md {
    order: 1;
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }
  .l-schedule__listItem_time {
    display: contents;
  }
  .l-schedule__listItem_a {
    order: 0;
    width: 100%;
    font-size: 12px;
    padding: 1px 0;
  }
  .l-schedule__listItem_hm {
    margin-top: 14px;
    order: 2;
    font-size: 20px;
  }
  .l-schedule__listItem_tournament {
    padding: 0px 20px;
  }
  .l-schedule__listItem_tournament > img {
    width: 40px;
  }
  .l-schedule__listItem_team {
    flex-direction: column;
    padding: 0 10px 0;
    border-right: 1px solid #c9c9c9;
    flex: 1;
    gap: 10px;
  }
  .l-schedule__listItem_teamLogo {
    text-align: center;
    width: 40px;
    height: 30px;
  }
  .l-schedule__listItem_teamName {
    font-size: 12px;
  }
  .l-schedule__listItem_links {
    display: grid;
    order: 3;
    margin-left: 16px;
    gap: 8px 0;
  }
  .l-schedule__listItem_links a {
    width: 156px;
    padding: 7px 20px 7px 10px;
    font-size: 12px;
  }
  .l-schedule__listItem_links a.is-diactive {
    font-size: 10px;
    padding: 8px 20px 8px 10px;
  }
  .l-schedule__listItem_links a::before {
    right: 10px;
    width: 6px;
    height: 6px;
  }
  .l-schedule__listItem_row02 {
    align-items: center;
    margin-top: 16px;
    padding-top: 24px;
    gap: 0 32px;
  }
  .l-schedule__listItem_row03 {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 0 0;
    order: 4;
    border-top: 1px solid #c9c9c9;
    gap: 10px;
  }
  .l-schedule__listItem_place {
    flex: none;
  }
  .l-schedule__listItem_place > img {
    width: 13px;
    margin-right: 6px;
  }
  .l-schedule__listItem_placeName {
    font-size: 10px;
  }
  .l-schedule__listItem_event {
    align-items: center;
    gap: 0 6px;
    max-width: 50%;
    order: 2;
  }
  .l-schedule__listItem_eventLabel {
    padding: 2px 8px;
    font-size: 10px;
  }
  .l-schedule__listItem_eventText {
    font-size: 10px;
  }
  .l-results__list {
    gap: 40px 0;
    padding-bottom: 104px;
  }
  .l-results__listItem_title {
    padding: 16px;
    border-bottom: 4px solid #000000;
  }
  .l-results__listItem_section {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .l-results__listItem_label {
    font-size: 18px;
  }
  .l-results__listItem_information {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2px;
         column-gap: 2px;
    row-gap: 2px;
  }
  .l-results__listItem_game {
    justify-content: space-between;
    padding: 10px 0 10px 0;
  }
  .l-results__listItem_header {
    flex: 0 1 80%;
    display: flex;
    align-items: center;
  }
  .l-results__listItem_date {
    max-width: 93px;
    flex: 0 0 93px;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 24px;
    padding-right: 22px;
  }
  .l-results__listItem_md {
    margin-top: 7px;
    letter-spacing: 0.03em;
    font-size: 30px;
  }
  .l-results__listItem_a {
    padding: 2px 16px;
    font-size: 12px;
  }
  .l-results__listItem_links {
    flex: 1 0 156px;
    padding: 0 31px 0 22px;
  }
  .l-results__listItem_report:nth-child(2) {
    margin-top: 16px;
  }
  .l-results__listItem_reportLink {
    white-space: nowrap;
    padding-right: 12px;
    font-size: 13px;
  }
  .l-results__listItem_reportLink::after {
    width: 5px;
    height: 5px;
  }
  .l-results__listItem_result {
    flex: 0 1 100%;
  }
  .l-results__listItem_group {
    width: 100%;
    padding: 0 22px;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  }
  .l-results__listItem_team {
    justify-content: space-between;
  }
  .l-results__listItem_teamData {
    gap: 0 14px;
  }
  .l-results__listItem_teamLogo {
    width: 40px;
    height: 30px;
  }
  .l-results__listItem_teamName {
    font-size: 12px;
  }
  .l-results__listItem_point {
    font-size: 36px;
  }
  .l-results__pastItem {
    width: 260px;
    padding: 12px;
    font-size: 13px;
  }
  .l-results__pastItem::before {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .l-modal__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .l-modal__wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 90%;
  }
  .l-modal__close {
    top: 32px;
    right: 32px;
    width: 30px;
    height: 30px;
  }
  .l-modal__close:hover {
    transition: 0.3s;
    opacity: 0.4;
  }
  .l-modal__contents {
    max-height: 95vh;
    padding: 80px;
  }
  .l-modal__contentsForm th {
    width: 180px;
    padding: 20px 32px 20px 0;
    font-size: 16px;
  }
  .l-modal__contentsForm th span {
    padding-left: 14px;
  }
  .l-modal__contentsForm th span::before {
    width: 8px;
    height: 8px;
  }
  .l-modal__contentsForm td {
    padding: 20px 0;
  }
  .l-modal__contentsFlex {
    gap: 0 16px;
  }
  .l-modal__selectChecked {
    width: 112px;
    padding: 12px 16px 10px;
  }
  .l-modal__selectChecked::before {
    right: 14px;
    width: 6px;
    height: 6px;
  }
  .l-modal__selectOptionList label {
    padding: 12px 16px 10px;
  }
  .l-modal__link {
    font-size: 14px;
  }
  .l-modal__checkbox {
    gap: 16px;
  }
  .l-modal__checkbox label span {
    font-size: 14px;
    padding: 4px 16px;
  }
  .l-modal__button {
    margin-top: 40px;
    padding-top: 64px;
    gap: 16px 32px;
  }
  .l-modal__buttonReset, .l-modal__buttonSubmit {
    width: 218px;
    padding: 12px 16px;
    font-size: 13px;
  }
  .l-modal__buttonReset {
    border-width: 1px 2px 2px 1px;
  }
  .l-modal__buttonSubmit {
    border-width: 1px 2px 2px 1px;
  }
  .u-onlyShow--sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .l-gameList {
    padding-bottom: 21.3333333333vw;
  }
  .l-gameList__contents {
    padding-bottom: 0;
  }
  .l-gameList__header {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
  .l-gameList__inner {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
  .l-gameList__title {
    flex-direction: column;
    padding: 10.6666666667vw 0vw 21.3333333333vw;
  }
  .l-gameList__titleMain {
    font-size: 33.6vw;
  }
  .l-gameList__titleSub {
    margin-top: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
  .l-gameList__titleSub::before {
    display: none;
  }
  .l-gameList__head {
    margin-bottom: 13.3333333333vw;
  }
  .l-gameList__head-main {
    padding-bottom: 6.4vw;
  }
  .l-gameList__head-month {
    gap: 0 8.5333333333vw;
    margin: 2.6666666667vw -4.2666666667vw 12.8vw;
    padding: 0 4.2666666667vw;
    overflow: hidden;
    overflow-x: scroll;
  }
  .l-gameList__head-month a {
    font-size: 3.2vw;
    padding: 0.5333333333vw;
  }
  .l-gameList__button {
    gap: 0 2.1333333333vw;
  }
  .l-gameList__buttonItem {
    min-width: 28vw;
    border-radius: 10.6666666667vw;
    padding: 1.0666666667vw 6.4vw;
    font-size: 3.4666666667vw;
    border: 1px solid #ffd601;
  }
  .l-gameList__filter {
    gap: 0 1.6vw;
  }
  .l-gameList__filterLabel {
    font-size: 3.4666666667vw;
  }
  .l-gameList__filterIcon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 1px solid #ffd601;
  }
  .l-gameList__filterIcon::before, .l-gameList__filterIcon::after {
    width: 2.6666666667vw;
    height: 1px;
  }
  .l-gameList__scrollTop {
    right: 0px;
    bottom: 4.2666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-gameList__scrollTop::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .l-schedule__list {
    padding-bottom: 10.6666666667vw;
    gap: 2.6666666667vw 0;
  }
  .l-schedule__listItem_title {
    padding: 2.4vw;
    border-bottom: 2px solid #000000;
  }
  .l-schedule__listItem_section {
    margin-right: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    font-size: 4vw;
  }
  .l-schedule__listItem_label {
    font-size: 4vw;
  }
  .l-schedule__listItem_information {
    flex-direction: column;
    row-gap: 2px;
  }
  .l-schedule__listItem_game {
    padding: 4.2666666667vw;
  }
  .l-schedule__listItem_header {
    width: 34.5%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .l-schedule__listItem_date {
    width: 100%;
    padding-right: 3.7333333333vw;
    display: flex;
    gap: 0 2.1333333333vw;
    align-items: center;
  }
  .l-schedule__listItem_md {
    font-size: 9.6vw;
    letter-spacing: 0.03em;
  }
  .l-schedule__listItem_time {
    width: 8.8vw;
  }
  .l-schedule__listItem_a {
    width: 100%;
    padding: 0.2666666667vw 2.1333333333vw;
    font-size: 3.2vw;
  }
  .l-schedule__listItem_hm {
    white-space: nowrap;
    margin-top: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
  .l-schedule__listItem_tournament {
    padding: 0px 2.1333333333vw;
  }
  .l-schedule__listItem_tournament > img {
    width: 9.6vw;
  }
  .l-schedule__listItem_team {
    width: 65.5%;
    padding-left: 3.7333333333vw;
    flex-direction: column;
    text-align: center;
    gap: 2.6666666667vw;
  }
  .l-schedule__listItem_vs {
    display: none;
  }
  .l-schedule__listItem_teamLogo {
    width: 8vw;
    height: 8vw;
  }
  .l-schedule__listItem_teamName {
    text-align: left;
    font-size: 3.2vw;
  }
  .l-schedule__listItem_links {
    display: flex;
    width: 100%;
    margin-top: 4.2666666667vw;
  }
  .l-schedule__listItem_links a {
    width: 50%;
    display: flex;
    align-items: center;
    min-height: 10.6666666667vw;
    padding: 1.8666666667vw 6.4vw 1.8666666667vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
  .l-schedule__listItem_links a + a {
    margin-left: 2.1333333333vw;
  }
  .l-schedule__listItem_links a::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    right: 2.6666666667vw;
  }
  .l-schedule__listItem_row02 {
    flex-direction: column;
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    gap: 1.0666666667vw 0;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 4.2666666667vw;
  }
  .l-schedule__listItem_row03 {
    margin-top: 4.2666666667vw;
  }
  .l-schedule__listItem_placeSp {
    display: flex;
    align-items: center;
    flex: none;
  }
  .l-schedule__listItem_place {
    margin-top: 4.2666666667vw;
    padding-right: 3.7333333333vw;
  }
  .l-schedule__listItem_place > img {
    width: 2.6666666667vw;
    margin-right: 1.6vw;
  }
  .l-schedule__listItem_placeName {
    font-size: 2.6666666667vw;
  }
  .l-schedule__listItem_event {
    align-items: flex-start;
    gap: 0 1.6vw;
  }
  .l-schedule__listItem_eventLabel {
    margin-top: 1.0666666667vw;
    padding: 0.8vw 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
  .l-schedule__listItem_eventText {
    -webkit-line-clamp: 2;
    font-size: 2.6666666667vw;
  }
  .l-results__list {
    gap: 2.6666666667vw 0;
    padding-bottom: 21.3333333333vw;
  }
  .l-results__listItem_title {
    padding: 2.4vw;
    border-bottom: 2px solid #000000;
  }
  .l-results__listItem_section {
    margin-right: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    font-size: 4vw;
  }
  .l-results__listItem_label {
    font-size: 4vw;
  }
  .l-results__listItem_information {
    flex-direction: column;
    row-gap: 2px;
  }
  .l-results__listItem_information .l-results__listItem_game:nth-of-type(1) {
    order: 2;
  }
  .l-results__listItem_information .l-results__listItem_game:nth-of-type(2) {
    order: 1;
  }
  .l-results__listItem_game {
    display: block;
    padding: 4.2666666667vw 4.2666666667vw 5.3333333333vw;
  }
  .l-results__listItem_header {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .l-results__listItem_date {
    width: 19.2vw;
  }
  .l-results__listItem_md {
    width: 14.9333333333vw;
    text-align: center;
    margin-top: 2.1333333333vw;
    font-size: 9.6vw;
  }
  .l-results__listItem_a {
    width: 14.9333333333vw;
    padding: 0.2666666667vw 3.7333333333vw;
    font-size: 3.2vw;
  }
  .l-results__listItem_result {
    gap: 0 3.2vw;
  }
  .l-results__listItem_links {
    border-top: 1px solid #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.2666666667vw;
    padding-top: 2.6666666667vw;
    gap: 0 5.3333333333vw;
  }
  .l-results__listItem_report {
    text-align: center;
  }
  .l-results__listItem_reportLink {
    padding-right: 3.7333333333vw;
    font-size: 3.2vw;
  }
  .l-results__listItem_reportLink::after {
    width: 1.6vw;
    height: 1.6vw;
  }
  .l-results__listItem_group {
    flex: 1 0 auto;
    width: 60.8vw;
    padding-left: 4.2666666667vw;
    border-left: 1px solid #c9c9c9;
  }
  .l-results__listItem_team {
    justify-content: space-between;
  }
  .l-results__listItem_teamData {
    gap: 0 3.7333333333vw;
  }
  .l-results__listItem_teamLogo {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-results__listItem_teamName {
    font-size: 3.2vw;
    text-align: left;
  }
  .l-results__listItem_point {
    font-size: 9.6vw;
  }
  .l-results__pastItem {
    width: 69.3333333333vw;
    padding: 2.6666666667vw 8.5333333333vw;
    font-size: 3.4666666667vw;
  }
  .l-results__pastItem::before {
    right: 6.4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .l-modal__layer {
    display: none;
  }
  .l-modal__wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .l-modal__close {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: 6.4vw;
    right: 6.4vw;
  }
  .l-modal__contents {
    padding: 14.9333333333vw 0 0;
  }
  .l-modal__contentsInner {
    padding: 0 6.4vw 14.9333333333vw;
  }
  .l-modal__contentsForm table,
  .l-modal__contentsForm tr,
  .l-modal__contentsForm td,
  .l-modal__contentsForm th {
    display: block;
  }
  .l-modal__contentsForm th {
    padding-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .l-modal__contentsForm th span {
    padding-left: 3.7333333333vw;
  }
  .l-modal__contentsForm th span::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .l-modal__contentsForm tr {
    margin-top: 10.6666666667vw;
  }
  .l-modal__contentsFlex {
    gap: 0 4.2666666667vw;
  }
  .l-modal__selectChecked {
    width: 30.9333333333vw;
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .l-modal__selectChecked::before {
    right: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .l-modal__selectOptionList label {
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .l-modal__link {
    margin-bottom: 0.2em;
    font-size: 3.2vw;
  }
  .l-modal__checkbox {
    gap: 4.8vw;
  }
  .l-modal__checkbox label span {
    padding: 1.0666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .l-modal__button {
    flex-direction: column;
    margin-top: 8.5333333333vw;
    padding-top: 8.5333333333vw;
    gap: 4.2666666667vw 0;
  }
  .l-modal__buttonReset, .l-modal__buttonSubmit {
    width: 58.6666666667vw;
    padding: 3.2vw 4.2666666667vw;
    font-size: 3.4666666667vw;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0px;
  }
  .l-modal__buttonSubmit {
    border: none;
  }
  .u-onlyShow--pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1001px) {
  .l-gameList__header {
    width: 96%;
  }
  .l-gameList__inner {
    width: 96%;
  }
  .l-gameList__title {
    padding: 40px 0 87px;
  }
  .l-gameList__titleMain {
    font-size: 120px;
  }
  .l-gameList__titleSub {
    font-size: 16px;
  }
  .l-schedule__listItem_game {
    padding: 16px;
  }
  .l-results__listItem_game {
    padding: 16px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-gameList__buttonItem:hover:hover {
    background-color: #ffd601;
    color: #000000;
  }
  .l-gameList__filter:hover:hover .l-gameList__filterIcon {
    background-color: #ffd601;
  }
  .l-gameList__filter:hover:hover .l-gameList__filterIcon::before, .l-gameList__filter:hover:hover .l-gameList__filterIcon::after {
    background-color: #000000;
  }
  .l-gameList__scrollTop:hover:hover {
    background-color: #000000;
  }
  .l-gameList__scrollTop:hover:hover::before {
    border-color: #ffd601;
  }
  .l-schedule__listItem_links a:hover:hover {
    background-color: #000000;
    color: #ffd601;
  }
  .l-schedule__listItem_links a:hover:hover::before {
    border-color: #ffd601;
  }
  .l-results__listItem_reportLink:hover:hover {
    opacity: 0.6;
  }
  .l-results__pastItem:hover:hover {
    background-color: #ffd601;
    color: #000000;
  }
  .l-results__pastItem:hover:hover::before {
    border-color: #000000;
  }
  .l-modal__checkbox label:hover:hover span {
    color: #000000;
    background-color: #ffd601;
  }
}