@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v6.5.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.sec_inner .lead a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}
.sec_inner .lead a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .sec_inner .lead a {
    font-size: 14px;
  }
}

.footer_bnr a.nolink {
  pointer-events: none;
}
.footer_bnr a.nolink span {
  background-color: #4b4b4b;
}
.footer_bnr a.nolink span:after {
  display: none;
}
.footer_bnr a span {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .footer_bnr a span {
    font-size: 18px;
  }
}

.campaign h2 + .sec_inner p {
  margin: 15px 0 50px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .campaign h2 + .sec_inner p {
    font-size: 14px;
  }
}

.st .st_inner .sec_inner > p.sub {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .st .st_inner .sec_inner > p.sub {
    font-size: 12px;
  }
}

.sp .tab_contents_wrap .tab_contents .tab_contents_inner + a + a {
  display: block;
  width: 480px;
  height: 80px;
  margin: 30px auto 0;
  padding: 6px;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.32);
  background-color: #db002a;
}
@media only screen and (max-width: 768px) {
  .sp .tab_contents_wrap .tab_contents .tab_contents_inner + a + a {
    width: calc(100% - 40px);
    height: 60px;
    margin: 20px auto 0;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
  }
}
@media only screen and (min-width: 768px) {
  .sp .tab_contents_wrap .tab_contents .tab_contents_inner + a + a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  }
}
.sp .tab_contents_wrap .tab_contents .tab_contents_inner + a + a span {
  position: relative;
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: #003288;
}
@media only screen and (max-width: 768px) {
  .sp .tab_contents_wrap .tab_contents .tab_contents_inner + a + a span {
    font-size: 24px;
    border-radius: 4px;
  }
}
.sp .tab_contents_wrap .tab_contents .tab_contents_inner + a + a span:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.pl table {
  width: 100%;
  border-spacing: 3px;
  border-collapse: separate;
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .pl table {
    margin: 20px 0 0;
  }
}
.pl table thead tr th {
  background-color: #fff;
  vertical-align: middle;
  padding: 5px;
}
.pl table thead tr th:nth-child(2) {
  padding: 0;
  border: 5px solid #facaca;
  color: #dc0c2d;
}
@media only screen and (max-width: 768px) {
  .pl table thead tr th {
    font-size: 12px;
  }
}
.pl table tbody tr th,
.pl table tbody tr td {
  background-color: #fff;
  vertical-align: middle;
  padding: 5px 15px 5px 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .pl table tbody tr th,
  .pl table tbody tr td {
    font-size: 10px;
    padding: 5px 10px 5px 10px;
  }
}
.pl table tbody tr th.dx_seat_area,
.pl table tbody tr td.dx_seat_area {
  background-color: #987a26;
}
.pl table tbody tr th.counter_seat_area,
.pl table tbody tr td.counter_seat_area {
  background-color: #772a2e;
}
.pl table tbody tr th.pair_seat_area,
.pl table tbody tr td.pair_seat_area {
  background-color: #fe5f91;
}
.pl table tbody tr th.main_s3_area,
.pl table tbody tr td.main_s3_area {
  background-color: #d5ab44;
}
.pl table tbody tr th.main_s2_area,
.pl table tbody tr td.main_s2_area {
  background-color: #ca1a45;
}
.pl table tbody tr th.main_sa_area,
.pl table tbody tr td.main_sa_area {
  background-color: #59c4f2;
}
.pl table tbody tr th.back_sb_area,
.pl table tbody tr td.back_sb_area {
  background-color: #02833d;
}
.pl table tbody tr th.back_sc_area,
.pl table tbody tr td.back_sc_area {
  background-color: #d0b951;
}
.pl table tbody tr th.back_upper_area,
.pl table tbody tr td.back_upper_area {
  background-color: #c87b00;
}
.pl table tbody tr th.main_side_area,
.pl table tbody tr td.main_side_area {
  background-color: #8e4c8f;
}
.pl table tbody tr th.back_side_area,
.pl table tbody tr td.back_side_area {
  background-color: #7a1f6d;
}
.pl table tbody tr th.supporter_area,
.pl table tbody tr td.supporter_area {
  background-color: #024292;
}
.pl table tbody tr th {
  text-align: left;
  color: #fff;
  position: relative;
  padding: 5px 30px 5px 15px;
}
@media only screen and (max-width: 768px) {
  .pl table tbody tr th {
    padding: 5px 35px 5px 5px;
  }
}
.pl table tbody tr th span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .pl table tbody tr th span {
    font-size: 8px;
  }
}
.pl table tbody tr th i {
  width: 25px;
  text-align: right;
  display: block;
  position: absolute;
  right: 5px;
  top: calc(50% - 12.5px);
}
.pl table tbody tr th i img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pl table tbody tr th i {
    width: 20px;
    top: calc(50% - 10px);
  }
}
.pl table tbody tr td {
  background-color: #edeff0;
  text-align: right;
}
.pl table tbody tr td.sub_th {
  text-align: center;
  color: #fff;
  width: 6em;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .pl table tbody tr td.sub_th {
    width: 30px;
  }
}
.pl table tbody tr td.pink_bg {
  background-color: #ffebeb;
}
@media only screen and (max-width: 768px) {
  .pl table tbody tr:nth-child(n+6) th {
    padding: 5px;
  }
}
.pl table tbody.icon_none tr th {
  padding: 5px 15px;
}
@media only screen and (max-width: 768px) {
  .pl table tbody.icon_none tr th {
    padding: 5px !important;
  }
}
.pl table + p {
  text-align: right;
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .pl table + p {
    font-size: 12px;
    margin: 10px 0;
  }
}

.schedule .match_list {
  width: 980px;
  margin: 40px auto 0;
  padding: 45px 20px;
  border: 2px solid #0d2d64;
}
@media only screen and (max-width: 768px) {
  .schedule .match_list {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    padding: 30px 20px;
  }
}
.schedule .match_list h3 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .schedule .match_list h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.schedule .match_list > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .schedule .match_list > div {
    display: block;
  }
}
.schedule .match_list > div ul li {
  color: #003288;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
.schedule .match_list > div ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .schedule .match_list > div ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.schedule .match_list > div > div {
  background: #3061b4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .schedule .match_list > div > div {
    width: 100%;
    gap: 10px;
    padding: 20px 0;
    margin: 20px 0 0;
  }
}
.schedule .match_list > div > div p {
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .schedule .match_list > div > div p {
    font-size: 14px;
  }
}
.schedule .match_list > div > div p:nth-child(1) {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .schedule .match_list > div > div p:nth-child(1) {
    font-size: 20px;
  }
}
.schedule .match_list > div > div p:nth-child(2) {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .schedule .match_list > div > div p:nth-child(2) {
    font-size: 20px;
  }
}
.schedule table {
  width: 980px;
  margin: 60px auto;
  border-spacing: 3px;
  border-collapse: separate;
}
@media only screen and (max-width: 768px) {
  .schedule table {
    width: calc(100% - 40px);
    margin: 30px auto;
  }
}
.schedule table thead tr th {
  background-color: #003288;
  color: #fff;
  vertical-align: middle;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .schedule table thead tr th {
    font-size: 12px;
  }
}
.schedule table tbody tr td {
  background-color: #ededed;
  vertical-align: middle;
  padding: 10px 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .schedule table tbody tr td {
    font-size: 12px;
    padding: 5px 10px;
  }
  .schedule table tbody tr td:first-child {
    word-break: keep-all;
  }
}
.schedule table tbody tr td span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .schedule table tbody tr td span {
    font-size: 10px;
  }
}