@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.altiri-headline {
  text-align: center;
  margin-bottom: 40px;
}
.altiri-headline h2 {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 550;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.altiri-headline p {
  font-weight: 550;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.05em;
}

.altiri-section .sale {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
  font: 500 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.72px;
  text-align: center;
}
.altiri-section .sale img {
  margin: initial;
}
.altiri-section .sale a {
  text-decoration: none;
}
.altiri-section .sale li {
  list-style: none;
}
.altiri-section .sale label {
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale {
    margin-bottom: 120px;
    font-size: 24px;
  }
}
.altiri-section .sale .tab {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale .tab {
    display: flex;
    flex-wrap: wrap;
  }
}
.altiri-section .sale .tab input[name=tab__style] {
  display: none;
}
.altiri-section .sale .tab input:checked + .tab__style {
  position: relative;
  color: #fff;
  padding: 0.7em 0 calc(0.7em - 2px);
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.altiri-section .sale .tab__style {
  display: block;
  float: left;
  width: 50%;
  padding: 0.7em 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.48);
  font: 600 1.2em/0.8 alternate-gothic-atf, sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.altiri-section .sale .tab__content {
  display: none;
  width: 100%;
  padding: 2em 0;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale .tab__content {
    flex-wrap: wrap;
    flex-direction: initial;
  }
}
.altiri-section .sale .tab__content .game {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  gap: 1.25em;
  padding: 1.25em;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 100%;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale .tab__content .game {
    gap: 0.8em;
    width: 31%;
  }
}
.altiri-section .sale .tab__content .game__cover, .altiri-section .sale .tab__content .game__ttl, .altiri-section .sale .tab__content .game__theme {
  width: 100%;
  height: auto;
}
.altiri-section .sale .tab__content .game__theme {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale .tab__content .game__theme {
    gap: 0.5em;
  }
}
.altiri-section .sale .tab__content .game__theme--ttl {
  font: 600 1.5em/0.8 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale .tab__content .game__theme--ttl {
    font-size: 1.2em;
  }
}
.altiri-section .sale .tab__content .game__theme--txt {
  font: 500 0.75em/1.65 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale .tab__content .game__theme--txt {
    font-size: 0.6em;
  }
}
.altiri-section .sale .tab__content .game__link {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5em;
}
.altiri-section .sale .tab__content .game__link--tickets, .altiri-section .sale .tab__content .game__link--detail {
  font: 500 0.875em/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 1em 0;
  width: 100%;
}
.altiri-section .sale .tab__content .game__link--tickets:hover, .altiri-section .sale .tab__content .game__link--detail:hover {
  transition: all 0.3s ease;
}
@media screen and (min-width: 840px) {
  .altiri-section .sale .tab__content .game__link--tickets, .altiri-section .sale .tab__content .game__link--detail {
    font-size: 0.7em;
    padding: 0.85em 0;
  }
}
.altiri-section .sale .tab__content .game__link--tickets {
  background: #fff;
  color: #030B1C;
}
.altiri-section .sale .tab__content .game__link--tickets:hover {
  opacity: 0.4;
}
.altiri-section .sale .tab__content .game__link--detail {
  background-color: #030B1C;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.altiri-section .sale .tab__content .game__link--detail:hover {
  background: #fff;
  color: #030B1C;
  outline: initial;
  outline-offset: initial;
}
.altiri-section .sale .tab__content .game__link--disable {
  pointer-events: none;
  opacity: 0.4;
}
.altiri-section .sale .tab__content .desc {
  font-size: 0.875em;
}
.altiri-section .sale #sale:checked ~ #sale__content,
.altiri-section .sale #coming:checked ~ #coming__content,
.altiri-section .sale #archive:checked ~ #archive__content {
  display: flex;
}
.altiri-section .tickets-section {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  text-align: -webkit-center;
  margin: 0 auto 80px;
}
@media screen and (min-width: 840px) {
  .altiri-section .tickets-section {
    margin-bottom: 120px;
  }
}
.altiri-section .tickets-section .seat-map {
  margin: initial;
  margin-bottom: 40px;
}
@media screen and (min-width: 840px) {
  .altiri-section .tickets-section .seat-map {
    margin: 40px;
  }
}
.altiri-section .tickets-section .button-text-wrapper {
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section .tickets-section .button-text-wrapper .with-icon-button {
  width: 100%;
}
.altiri-section .schedule-section {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 80px;
  --border-width: .4px;
  --tab-gap: 1px;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section {
    margin-bottom: 120px;
  }
}
.altiri-section .schedule-section .schedule-attntn {
  font: 600 15px/1.65 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: justify;
  margin: 40px 0 8px;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .schedule-attntn {
    font-size: 18px;
    margin: 0 0 28px 0;
  }
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section {
    --border-width: .75px;
  }
}
.altiri-section .schedule-section .sched-tbl {
  width: 100%;
  font: 500 15px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .sched-tbl {
    font-size: 22px;
  }
}
.altiri-section .schedule-section .sched-tbl tbody, .altiri-section .schedule-section .sched-tbl th, .altiri-section .schedule-section .sched-tbl td {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border-width) solid #fff;
  border-collapse: collapse;
  text-align: center;
  box-sizing: border-box;
}
.altiri-section .schedule-section .sched-tbl_body {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn {
  display: flex;
  flex-direction: column;
  --hdln-height: 86px;
  --gameday-height: 40px;
  --teams-wed-height: var(--gameday-height);
  --teams-height: calc(var(--gameday-height) * 2);
  --saleday-2-height: calc(var(--gameday-height) * 2);
  --saleday-3-height: calc(var(--gameday-height) * 3);
  --saleday-height: calc(var(--gameday-height) * 4);
  --saleday-wed-height: calc(var(--gameday-height) * 5);
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .hdln {
  background: #fff;
  color: #030B1C;
  height: var(--hdln-height);
  border-right: calc(var(--border-width) * 2) solid #030B1C;
  box-sizing: border-box;
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .hdln-last {
  border-right-color: #fff;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .sched-tbl_body .tbl-clmn .hdln {
    font-size: initial;
  }
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .bdy_saleday, .altiri-section .schedule-section .sched-tbl_body .tbl-clmn .bdy_gameday {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .bdy_saleday {
  height: var(--saleday-height);
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .bdy_gameday {
  height: var(--gameday-height);
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .bdy_teams {
  height: var(--teams-height);
  font-size: 0.666em;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .sched-tbl_body .tbl-clmn .bdy_teams {
    font-size: 0.81818em;
  }
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .saleday-wed {
  height: var(--saleday-wed-height);
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .saleday-2 {
  height: var(--saleday-2-height);
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .saleday-3 {
  height: var(--saleday-3-height);
}
.altiri-section .schedule-section .sched-tbl_body .tbl-clmn .teams-wed {
  height: var(--teams-wed-height);
}
.altiri-section .schedule-section .sched-tbl_body .plan {
  width: 29.1567%;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .sched-tbl_body .plan {
    width: 15.5525%;
  }
}
.altiri-section .schedule-section .sched-tbl_body .game {
  width: 26.0043%;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .sched-tbl_body .game {
    width: 13.8717%;
  }
}
.altiri-section .schedule-section .sched-tbl_body .teams {
  width: 44.839%;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .sched-tbl_body .teams {
    width: 23.9175%;
  }
}
.altiri-section .schedule-section .desktop-tbl {
  display: none;
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .desktop-tbl {
    display: initial;
  }
}
.altiri-section .schedule-section .mobile-tbl {
  display: flex;
  flex-wrap: wrap;
  /* ラジオボタンを消す */
  /* タブ切り替えの中身 */
  /* 選択されているタブのコンテンツのみを表示 */
  /* 選択されているタブのスタイル変更 */
}
@media screen and (min-width: 840px) {
  .altiri-section .schedule-section .mobile-tbl {
    display: none;
  }
}
.altiri-section .schedule-section .mobile-tbl .tbl-label {
  display: flex;
  height: 48px;
  width: calc(50% - var(--tab-gap));
  font: 600 16px/1.65 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  justify-content: center;
  align-items: center;
}
.altiri-section .schedule-section .mobile-tbl .tbl-label_top {
  border-bottom: var(--tab-gap) solid #fff;
  box-sizing: border-box;
}
.altiri-section .schedule-section .mobile-tbl .tbl-label_odd {
  border-right: var(--tab-gap) solid #fff;
  box-sizing: border-box;
}
.altiri-section .schedule-section .mobile-tbl input[name=plan-tab] {
  display: none;
}
.altiri-section .schedule-section .mobile-tbl .plan-tab-content {
  display: none;
  clear: both;
  overflow: hidden;
}
.altiri-section .schedule-section .mobile-tbl #gnrl:checked ~ #gnrl-content,
.altiri-section .schedule-section .mobile-tbl #pltnm:checked ~ #pltnm-content,
.altiri-section .schedule-section .mobile-tbl #prmm:checked ~ #prmm-content,
.altiri-section .schedule-section .mobile-tbl #bsc:checked ~ #bsc-content {
  display: block;
}
.altiri-section .schedule-section .mobile-tbl input[name=plan-tab]:checked + .tbl-label {
  background: #fff;
  color: #030B1C;
}
.altiri-section .altiri-button {
  background: #FFF;
  color: #030B1C;
  font-size: 15px;
  padding: 16px;
  line-height: 100%;
  font-weight: 550;
  width: 100%;
  margin: 40px 0 10px;
  border-radius: 2px;
  border: 1px solid #FFF;
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .altiri-section .altiri-button {
    width: 314px;
    padding: 20px 0;
    margin: 40px 10px 10px;
  }
}
.altiri-section .altiri-button:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.altiri-section .join-the-fanclub h2 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 840px) {
  .altiri-section .join-the-fanclub {
    display: flex;
  }
  .altiri-section .join-the-fanclub img {
    width: 50%;
  }
  .altiri-section .join-the-fanclub .altiri-contentsblock-navy {
    margin-left: 80px;
  }
  .altiri-section .join-the-fanclub .altiri-contentsblock-navy h2 {
    font-size: 24px;
  }
}