@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.altiri-wrapper-32 {
  padding: 0 24px;
}

.altiri-section::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  /*background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(images/game/game-background.png);
  background-size: cover;*/
}

.altiri-game-sub-haedline {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
}

@keyframes loop-slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.altiri-section {
  letter-spacing: 0.06;
  background: none;
  position: relative;
}
.altiri-section header {
  width: 100%;
  height: 70px;
  background: #030B1C;
  position: sticky;
  top: 0;
  z-index: 110;
}
@media screen and (min-width: 620px) {
  .altiri-section header {
    display: none;
  }
}
.altiri-section header a.logo-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 1000;
}
.altiri-section header a.logo-link img {
  width: 40px;
  margin: 0;
}
.altiri-section header .hamburger-menu {
  background: #030B1C;
}
.altiri-section header .altiri-menu-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.altiri-section header .altiri-menu-btn span,
.altiri-section header .altiri-menu-btn span:before,
.altiri-section header .altiri-menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease;
}
.altiri-section header .altiri-menu-btn span:before {
  bottom: 5px;
}
.altiri-section header .altiri-menu-btn span:after {
  top: 5px;
}
.altiri-section header .altiri-menu-btn-style:checked ~ .altiri-menu-btn {
  right: 9px;
}
.altiri-section header .altiri-menu-btn-style:checked ~ .altiri-menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
.altiri-section header .altiri-menu-btn-style:checked ~ .altiri-menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.altiri-section header .altiri-menu-btn-style:checked ~ .altiri-menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.altiri-section header .altiri-menu-btn-style {
  display: none;
}
.altiri-section header .menu-content {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 70px);
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #030B1C;
  transition: all 0.5s;
  overflow-y: scroll;
  scrollbar-width: none;
  margin-top: 70px;
  padding: 20px 16px;
}
.altiri-section header .menu-content .altiri-link-button-white {
  margin: 48px auto 24px auto;
  width: calc(100% - 16px);
  font-size: 14px;
  font-weight: 600;
}
.altiri-section header .menu-content::-webkit-scrollbar {
  display: none;
}
.altiri-section header .altiri-menu-btn-style:checked ~ .menu-content {
  left: 0;
}
.altiri-section header .toggle {
  display: none;
}
.altiri-section header .Label {
  margin: 12px 0;
  padding: 8px 0px 8px 8px;
  display: block;
  color: #fff;
  background: #030B1C;
  font-size: 18px;
  font-weight: 600;
  font-family: alternate-gothic-atf, sans-serif;
  line-height: 1.2;
}
.altiri-section header .no-lower-page {
  display: block;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  background: #030B1C;
  font-size: 24px;
  font-weight: 600;
  font-family: alternate-gothic-atf, sans-serif;
}
.altiri-section header .Label:hover,
.altiri-section header .no-lower-page:hover {
  background: rgba(255, 255, 255, 0.06);
}
.altiri-section header .menu-content .Label::before,
.altiri-section header .menu-content Label::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 8px;
  transform: translate(-50%, 0);
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.altiri-section header .menu-content .Label::after {
  transform: rotate(90deg);
}
.altiri-section header .Label,
.altiri-section header .content {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.altiri-section header .content {
  max-height: 0px;
  margin: 0;
  background: #030B1C;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.8s ease;
}
.altiri-section header .content .altiri-list-nonstyle, .altiri-section header .content .player-list-nonstyle {
  margin: 24px 12px;
  padding: 0;
}
.altiri-section header .content li a {
  text-decoration: none;
  color: #fff;
}
.altiri-section header .toggle:checked + .Label {
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}
.altiri-section header .toggle:checked + .Label + .content {
  width: 100%;
  max-height: 300px;
  transition: all 0.8s ease;
}
.altiri-section header .toggle:checked + .Label::before {
  transform: rotate(45deg);
}
.altiri-section header .toggle:checked + .Label::after {
  transform: rotate(-45deg);
}
.altiri-section .game-top-visual {
  width: 100%;
  height: calc(100vh - 212px);
  max-width: 620px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 620px) {
  .altiri-section .game-top-visual {
    height: calc(100vh - 88px);
  }
}
.altiri-section .game-top-visual .top-visual-catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 64px);
  max-width: 297px;
}
.altiri-section .game-top-visual .top-visual-catchcopy img {
  margin: 0;
  width: 100%;
}
.altiri-section .game-top-visual .movie-texture {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.altiri-section .game-top-visual .altiri-video {
  width: 100%;
  height: 100%;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.altiri-section .game-top-visual .altiri-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.altiri-section .partner-game-top-visual {
  height: calc(100vh - 180px);
}
@media screen and (min-width: 620px) {
  .altiri-section .partner-game-top-visual {
    height: calc(100vh - 68px);
  }
}
.altiri-section .foot-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 54px;
  background: #fff;
  color: #030B1C;
  display: flex;
  z-index: 100;
}
.altiri-section .foot-nav a {
  display: block;
  width: 33.3333333333%;
  font-size: 16px;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 600;
  color: #030B1C;
  letter-spacing: 0.06;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border-left: solid 1px rgba(3, 11, 28, 0.7);
  border-top: solid 1px rgba(3, 11, 28, 0.7);
  border-bottom: solid 1px rgba(3, 11, 28, 0.7);
}
.altiri-section .foot-nav a:last-child {
  border-right: solid 1px rgba(3, 11, 28, 0.7);
}
@media screen and (min-width: 620px) {
  .altiri-section .foot-nav {
    display: none;
  }
}
.altiri-section main {
  width: 100%;
  max-width: 620px;
  padding: 0;
  margin: 0 auto;
  background: #030B1C;
  overflow: hidden;
}
.altiri-section main .altiri-game-section {
  margin: 0 0 56px 0;
  padding: 0 24px;
}
.altiri-section main .altiri-slider-section {
  margin: 0 0 56px 0;
  padding-left: 24px;
}
.altiri-section main #good-info {
  margin: 0;
}
.altiri-section .altiri-timer {
  width: 100%;
  height: 56px;
  padding: 16px 0;
  margin-bottom: 56px;
  background: #000;
  /* hours, minutes, secondsの共通スタイル */
}
.altiri-section .altiri-timer .altiri-countdown {
  font-family: alternate-gothic-atf, sans-serif;
  margin: 0 auto;
  position: relative;
  color: #fff;
  text-align: center;
}
.altiri-section .altiri-timer .altiri-time-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.altiri-section .altiri-timer .altiri-time-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.8;
}
.altiri-section .altiri-timer .time-num {
  font-size: 48px;
  margin-bottom: 4px;
}
.altiri-section .altiri-game-haedline {
  text-align: center;
  margin-bottom: 40px;
}
.altiri-section .altiri-game-haedline h2 {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02;
  line-height: 1;
}
.altiri-section .altiri-game-haedline p {
  margin: 0;
  text-align: center;
}
.altiri-section p {
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section .altiri-link-button-white {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 18px;
  margin: 24px 0;
}
@media screen and (min-width: 840px) {
  .altiri-section .altiri-link-button-white {
    width: 100%;
    font-size: 18px;
    margin: 24px 0;
  }
}
.altiri-section .slide-animation-wrapper {
  width: 100%;
  background: #000;
  padding: 16px 0;
  overflow: hidden;
  display: flex;
}
.altiri-section .slide-animation-wrapper .slide-animation-img {
  height: 16px;
  width: auto;
  margin: 0;
}
.altiri-section .slide-animation-wrapper .slide-animation-img:first-child {
  animation: loop-slide1 40s -20s linear infinite;
}
.altiri-section .slide-animation-wrapper .slide-animation-img:last-child {
  animation: loop-slide2 40s linear infinite;
}
.altiri-section .slide-animation-wrapper .animation-img__player {
  min-width: 916px;
}
.altiri-section .slide-animation-wrapper .animation-img__event {
  min-width: 996px;
}
.altiri-section .slide-animation-wrapper .animation-img__infection {
  min-width: 1510px;
}
.altiri-section .parter-slide-animation-wrapper {
  width: 100%;
  background: #000;
  padding: 24px 0;
  overflow: hidden;
  display: flex;
}
.altiri-section .parter-slide-animation-wrapper .slide-animation-img {
  height: 20px;
  width: auto;
  margin: 0;
  min-width: 1703.67px;
}
.altiri-section .parter-slide-animation-wrapper .slide-animation-img:first-child {
  animation: loop-slide1 70s -35s linear infinite;
}
.altiri-section .parter-slide-animation-wrapper .slide-animation-img:last-child {
  animation: loop-slide2 70s linear infinite;
}
.altiri-section .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.altiri-section .youtube iframe {
  width: 100%;
  height: 100%;
}
.altiri-section .event-topics-section {
  width: 100%;
  height: 580px;
  max-width: 620px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.altiri-section .event-topics-section .top-visual-catchcopy {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 40px 0;
}
.altiri-section .event-topics-section .movie-texture {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.altiri-section .event-topics-section .altiri-video {
  width: 100%;
  height: 100%;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.altiri-section .event-topics-section .altiri-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.altiri-section .altiri-num-name-pg {
  display: flex;
  align-items: center;
}
.altiri-section .altiri-num-name-pg .altiri-num {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 0.8;
  margin-right: 8px;
}
.altiri-section .altiri-num-name-pg .altiri-name {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.altiri-section .altiri-num-name-pg .altiri-pg {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 0.8;
  text-transform: uppercase;
}
.altiri-section .player-list-nonstyle {
  padding: 0;
  margin: 0 0 24px 0;
}
.altiri-section .player-list-nonstyle li {
  margin: 0;
}
.altiri-section .player-comment {
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.1);
  margin: 8px 0 24px 0;
}
.altiri-section .player-comment p {
  font-size: 12px;
}
.altiri-section #access iframe {
  width: 100%;
  height: 192px;
  filter: grayscale(50%) opacity(90%);
}
.altiri-section .arena-abst {
  margin: 24px 0;
}
.altiri-section .arena-abst p:first-child {
  font-weight: 600;
  margin-bottom: 8px;
}
.altiri-section .access-info {
  margin: 0 0 24px 0;
}
.altiri-section .access-info .access-info-headline {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.altiri-section .access-info .access-info-headline img {
  width: 32px;
  margin: 0 4px 0 0;
}
.altiri-section .access-info .access-info-headline p {
  font-weight: 600;
}
.altiri-section .access-info .altiri-list-dot {
  margin: 0;
}
.altiri-section .access-info .altiri-list-dot li {
  margin: 0;
}

/*スライダー*/
.altiri-slider-container {
  padding: 0 24px;
  margin-bottom: 56px;
}
.altiri-slider-container img {
  margin: 0;
}
.altiri-slider-container .swiper {
  overflow: visible;
  height: -moz-fit-content;
  height: fit-content;
}
.altiri-slider-container .swiper-slide {
  width: 36rem;
  text-decoration: none;
}
.altiri-slider-container .swiper-wrapper {
  margin-bottom: 24px;
}
.altiri-slider-container .swiper-slide {
  color: #ffffff;
  width: 100%;
  height: auto;
  border: solid 1px #fff;
  background: #030B1C;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.altiri-slider-container .swiper-slide .altiri-silider-textcontents {
  padding: 8px 16px 16px;
  background: #030B1C;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.altiri-slider-container .swiper-slide .food-store-name {
  text-align: inherit;
  margin-bottom: 4px;
}
.altiri-slider-container .swiper-slide .food-category {
  font-size: 12px;
  font-weight: 500;
}
.altiri-slider-container .swiper-horizontal > .swiper-scrollbar,
.altiri-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar- {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  position: static;
  width: 100%;
}
.altiri-slider-container .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.altiri-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar- .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}
.altiri-slider-container .swiper-horizontal > .swiper-scrollbar,
.altiri-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar-:hover {
  cursor: pointer;
}

.altiri-player-info .altiri-num-name-pg {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.altiri-player-info .altiri-num-name-pg .altiri-num {
  font-size: 40px;
}
.altiri-player-info .altiri-num-name-pg .altiri-name {
  font-size: 16px;
}
.altiri-player-info .altiri-num-name-pg .altiri-pg {
  font-size: 12px;
}

.event-info .swiper-slide img,
.food-info .swiper-slide img {
  border-bottom: solid 1px #fff;
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  aspect-ratio: 16/9;
}
.event-info .altiri-silider-textcontents p,
.food-info .altiri-silider-textcontents p {
  margin-bottom: 16px;
  line-height: 1.4;
}

.goods-info .swiper-slide img {
  border-bottom: solid 1px #fff;
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  aspect-ratio: 16/9;
}
.goods-info .altiri-silider-textcontents p {
  margin-bottom: 16px;
  line-height: 1.4;
}

/*タブ切り替え全体のスタイル*/
.altiri-tabs {
  background: #030B1C;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 0 24px;
}

/*タブのスタイル*/
.altiri-tab_item {
  width: 50% !important;
  height: 50px;
  border-bottom: 2px solid #fff !important;
  line-height: 50px !important;
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: #030B1C;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.altiri-tab_item:hover {
  opacity: 0.8;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.altiri-tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 40px;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.altiri-tabs input:checked + .altiri-tab_item {
  background-color: #fff;
  color: #030B1C;
}

.altiri-tab_content .tab_content_description dl {
  display: flex;
  flex-wrap: wrap;
}

.altiri-tab_content .tab_content_description dt {
  width: 84px;
  font-weight: 600;
  padding: 8px 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}

.altiri-tab_content .tab_content_description dd {
  width: calc(100% - 84px);
  font-weight: 600;
  padding: 8px 0 !important;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}

.tab_content_asterisk {
  color: #5C77FF;
}

/*タブ切り替え全体のスタイル*/
.altiri-time-tab {
  margin-bottom: 24px;
  width: 100%;
}
.altiri-time-tab .time-tab_item {
  display: block;
  opacity: 0.4;
  background: #fff;
  color: #030B1C;
  width: calc(33.3333333333% - 16px);
  padding: 13px 6px;
  text-align: center;
  border-left: solid 2px #030B1C;
  border-right: solid 2px #030B1C;
  float: left;
  z-index: 100;
  border-bottom: solid 2px #FFF !important;
}
.altiri-time-tab .time-tab_item .tab-text {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.altiri-time-tab .time-border {
  height: 2px;
  width: 100%;
  background: #FFF;
}
.altiri-time-tab .time-tab_content {
  font-weight: 600;
}
.altiri-time-tab .time-tab_content dl {
  display: flex;
  flex-wrap: wrap;
}
.altiri-time-tab .time-tab_content dt, .altiri-time-tab .time-tab_content dd {
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
  padding: 8px 0 !important;
}
.altiri-time-tab .time-tab_content dt {
  width: 84px;
}
.altiri-time-tab .time-tab_content dd {
  width: calc(100% - 84px);
}

.time-tab_item:hover {
  cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name=time_tab] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.time-tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 40px;
}

/*選択されているタブのコンテンツのみを表示*/
#game1:checked ~ #game1-content,
#game2:checked ~ #game2-content,
#game3:checked ~ #game3-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.altiri-time-tab input:checked + .time-tab_item {
  opacity: 1;
}

.bus-tab_content .bus-tab_content_description dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 2px 8px 16px;
}

.bus-tab_content .bus-tab_content_description dt {
  width: 112px;
  letter-spacing: 1.2px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 0 !important;
  border-bottom: solid 0.5px rgb(255, 255, 255);
}

.bus-tab_content .bus-tab_content_description dd {
  width: calc(100% - 112px);
  font-weight: 400;
  font-size: 12px;
  padding: 4px 0 !important;
  border-bottom: solid 0.5px rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
}

.food__content {
  margin-top: -32px;
  padding: 20px;
}
.food__content .food__content_title {
  margin-bottom: 0;
  font-weight: 600;
  text-align: inherit;
  line-height: 1.4;
}

.food-wrapper p {
  font-size: 12px;
}
.food-wrapper span {
  font-size: 13px;
}
.food-wrapper ul {
  padding: 0;
  margin-bottom: 8px;
}
.food-wrapper li {
  margin-bottom: 0;
  font-size: 12px;
  margin-left: 16px;
  line-height: 1.6;
  list-style: disc;
}
.food-wrapper .food-list {
  margin-bottom: 8px;
}
.food-wrapper .food-list_title {
  font-size: 13px;
  font-weight: 600;
}

.left-fixedmenu-content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .left-fixedmenu-content {
    display: block;
    width: calc(50vw - 310px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .left-fixedmenu-content nav {
    font-family: "alternate-gothic-atf", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .left-fixedmenu-content p {
    font-weight: 600;
    font-size: 40px;
  }
  .left-fixedmenu-content ul {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 600;
  }
  .left-fixedmenu-content a {
    color: #fff;
  }
}

.right-fixedmenu-content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .right-fixedmenu-content {
    display: block;
    width: calc(50vw - 310px);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
  }
  .right-fixedmenu-content .right-menu-sns-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 92px;
  }
  .right-fixedmenu-content .right-menu-sns-wrapper h3 {
    font-size: 24px;
    line-height: 0.8;
    letter-spacing: -0.02;
    font-family: alternate-gothic-atf, sans-serif;
    font-weight: 600;
  }
  .right-fixedmenu-content .right-menu-sns-wrapper .logo-link-wrapper img:first-child {
    opacity: 1;
  }
}

.ticket-caption {
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.1);
  margin: 8px 0 24px 0;
}
.ticket-caption p {
  font-weight: 600;
}
.ticket-caption span {
  font-size: 12px;
}
.ticket-caption ul {
  margin: 16px 0;
}

.modal__content {
  margin-bottom: 16px;
  margin-top: -32px;
}

.modal__img--active {
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*PLAYOFFS限定CSS*/
.altiri-section .pc-br {
  display: none;
}
@media screen and (min-width: 620px) {
  .altiri-section .pc-br {
    display: inline;
  }
}
.altiri-section .sp-br {
  display: inline;
}
@media screen and (min-width: 620px) {
  .altiri-section .sp-br {
    display: none;
  }
}
.altiri-section .altiri-gif {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.altiri-section .altiri-mp4 {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  opacity: 0.7 !important;
}
.altiri-section .altiri-white-section {
  background-color: #F3F3F7;
  color: #030B1C;
  padding: 56px 24px;
  margin-bottom: 56px;
  width: auto;
  text-align: center;
}
.altiri-section .altiri-white-section p {
  text-align: center;
}
.altiri-section .altiri-white-section img {
  margin: 0 auto 32;
}
.altiri-section .altiri-white-section .body-wrapper {
  margin: 0 auto 32px;
}
.altiri-section .altiri-white-section .body-wrapper p {
  margin-bottom: 24px;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
}
.altiri-section .altiri-white-section .body-wrapper p:last-child {
  margin-bottom: initial;
}
@media screen and (min-width: 620px) {
  .altiri-section .altiri-white-section .body-wrapper {
    width: 90%;
  }
}
.altiri-section .opponent-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.altiri-section .opponent-wrapper p {
  font-size: 16px;
  font-weight: 550;
}
.altiri-section .opponent-wrapper .opponent {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
}
.altiri-section .ticket-detail-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.altiri-section .ticket-detail-wrapper p {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 550;
  font-size: 19.5px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 620px) {
  .altiri-section .ticket-detail-wrapper p {
    font-size: 21.5px;
  }
}
.altiri-section .ticket-detail-wrapper .day {
  font-size: 48px;
  line-height: 55%;
}
@media screen and (min-width: 620px) {
  .altiri-section .ticket-detail-wrapper .day {
    font-size: 56px;
    line-height: 80%;
  }
}
.altiri-section .ticket-detail-wrapper .week {
  font-size: 24px;
}
@media screen and (min-width: 620px) {
  .altiri-section .ticket-detail-wrapper .week {
    font-size: 26px;
  }
}
.altiri-section .ticket-detail-wrapper .th-place {
  font-size: 12.5px;
}
@media screen and (min-width: 620px) {
  .altiri-section .ticket-detail-wrapper .th-place {
    font-size: 14px;
  }
}
.altiri-section .ticket-detail-wrapper .button-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 148px;
  width: 40%;
}
.altiri-section .ticket-detail-wrapper .button-wrapper button {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 16px 11px;
  margin-bottom: 4px;
  cursor: pointer;
}
@media screen and (min-width: 620px) {
  .altiri-section .ticket-detail-wrapper .button-wrapper button {
    margin: 8px;
  }
}
.altiri-section .ticket-detail-wrapper .button-wrapper button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.altiri-section .ticket-detail-wrapper .button-wrapper button:disabled:hover {
  opacity: 0.3;
  cursor: auto;
}
.altiri-section .ticket-detail-wrapper .button-wrapper .tickets-button {
  background-color: #fff;
  color: #030B1C;
  border: none;
}
.altiri-section .ticket-detail-wrapper .button-wrapper .tickets-button:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.altiri-section .ticket-detail-wrapper .button-wrapper .game-info-button {
  background-color: #030B1C;
  color: #fff;
  border: solid 1px #fff;
}
.altiri-section .ticket-detail-wrapper .button-wrapper .game-info-button:hover {
  background-color: #fff;
  color: #030B1C;
  transition: all 0.3s ease;
}
.altiri-section .ticket-detail-wrapper .button-wrapper .game-info-button:disabled:hover {
  background-color: #030B1C;
  color: #fff;
}
.altiri-section .tickets-border {
  width: 182px;
  height: 6px;
  background: #fff;
  margin: 48px auto;
}
.altiri-section .event-wrapper {
  padding: 8px;
  border: solid 1px #FFF;
  margin-bottom: 32px;
}
.altiri-section .event-wrapper img {
  margin-bottom: 8px;
}
.altiri-section .event-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
}
.altiri-section .event-wrapper p {
  font-size: 16px;
}
.altiri-section .tournament-wrapper {
  display: flex;
  align-items: center;
  overflow: scroll;
}
.altiri-section .tournament-wrapper .tournament-border {
  width: 88.66px;
  height: auto;
  margin: 0;
}
.altiri-section .tournament-wrapper .round-wrapper .competition-wrapper {
  margin-bottom: 20px;
}
.altiri-section .tournament-wrapper .round-wrapper .competition-wrapper .team-wrapper {
  border: solid 1px #FFF;
  display: flex;
  justify-content: center;
  width: 250px;
}
.altiri-section .tournament-wrapper .round-wrapper .competition-wrapper .team-wrapper .team-name {
  font-size: 30px;
  font-weight: 600;
  transform: scale(1, 0.9);
  letter-spacing: 5;
  margin: 0 auto;
}
.altiri-section .tournament-wrapper .round-wrapper .competition-wrapper .team-wrapper .team-logo {
  width: 57.5px;
  height: auto;
  margin: 0;
}
.altiri-section .tournament-wrapper .round-wrapper .competition-wrapper .team-home {
  background-color: #FFF;
  color: #030B1C;
}
.altiri-section .tournament-wrapper .round-wrapper .competition-wrapper:last-child {
  margin: 0;
}
.altiri-section .tournament-wrapper .round-wrapper .sf-wrapper {
  margin-bottom: 177px;
}/*# sourceMappingURL=altiri-game.css.map */