@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}

.game-headline {
  text-align: center;
}
.game-headline .en-ttl {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02;
  line-height: 1;
}
@media screen and (min-width: 840px) {
  .game-headline .en-ttl {
    font-size: 36px;
  }
}
.game-headline .jp-ttl {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 840px) {
  .game-headline .jp-ttl {
    font-size: 18px;
  }
}
.game-headline .jp-ttl::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 8px;
  height: 2.5px;
  position: absolute;
  top: 7.25px;
  left: -14px;
}
@media screen and (min-width: 840px) {
  .game-headline .jp-ttl::before {
    top: 9.25px;
  }
}
.game-headline .jp-ttl::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2.5px;
  background-color: #fff;
  position: absolute;
  top: 7.25px;
  right: -12px;
}
@media screen and (min-width: 840px) {
  .game-headline .jp-ttl::after {
    top: 9.25px;
  }
}

.game-sub-headline {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 840px) {
  .game-sub-headline {
    font-size: 20px;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 840px) {
  .pc {
    display: initial;
  }
}

@media screen and (min-width: 840px) {
  .sp {
    display: none;
  }
}

.txt-center {
  text-align: center;
}

@media screen and (min-width: 840px) {
  .pc-txt-center {
    text-align: center;
  }
}

.altiri-section {
  background: initial;
}
.altiri-section img {
  margin: initial;
}
.altiri-section .fr-bttn_wth-icon {
  display: flex;
  color: #030B1C;
  fill: #030B1C;
  background: #fff;
  border: 2px solid #FFF;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: initial;
  line-height: 1;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 20px 16px;
  border-radius: 2px;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .altiri-section .fr-bttn_wth-icon {
    width: 100%;
  }
}
.altiri-section .fr-bttn_wth-icon p {
  font-size: 15px;
}
@media screen and (min-width: 840px) {
  .altiri-section .fr-bttn_wth-icon p {
    letter-spacing: initial;
  }
}
.altiri-section .fr-bttn_wth-icon .wth-icon {
  width: 18px;
  height: 18px;
  margin: 1px 0 0 8px;
}
.altiri-section .fr-bttn_wth-icon:hover {
  background: #bcbcbc;
  border: 2px solid #bcbcbc;
  transition: all 0.3s ease;
}
.altiri-section .sec-bttn_wth-icon {
  display: flex;
  color: #fff;
  fill: #fff;
  background: #030B1C;
  border: 2px solid #FFF;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: initial;
  line-height: 1;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 20px 16px;
  border-radius: 2px;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .altiri-section .sec-bttn_wth-icon {
    width: 100%;
  }
}
.altiri-section .sec-bttn_wth-icon p {
  font-size: 15px;
}
@media screen and (min-width: 840px) {
  .altiri-section .sec-bttn_wth-icon p {
    letter-spacing: initial;
  }
}
.altiri-section .sec-bttn_wth-icon .wth-icon {
  width: 18px;
  height: 18px;
  margin: 1px 0 0 8px;
}
.altiri-section .sec-bttn_wth-icon:hover {
  transition: all 0.3s ease;
  color: #030B1C;
  fill: #030B1C;
  background: #fff;
}
.altiri-section .en-bttn {
  padding: 12.5px 16px;
}
.altiri-section .en-bttn p {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-size: 18px;
}
.altiri-section .game-header__wrapper {
  background: rgba(3, 11, 28, 0.9);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  height: 72px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (min-width: 1240px) {
  .altiri-section .game-header__wrapper {
    display: flex;
  }
}
.altiri-section .game-header__wrapper .game-header__content {
  padding: 0 8.5px 0 16px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1240px) {
  .altiri-section .game-header__wrapper .game-header__content {
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.altiri-section .game-header__wrapper .game-header__content .nav-altiri {
  z-index: 100;
  width: 36px;
  left: 25px;
  margin-right: auto;
}
.altiri-section .game-header__wrapper .game-header__content .nav-altiri img {
  margin: initial;
}
@media screen and (min-width: 1240px) {
  .altiri-section .game-header__wrapper .game-header__content .nav-altiri {
    margin-right: initial;
  }
}
.altiri-section .game-header__wrapper .game-header__content .desktop-nav-links {
  display: none;
  list-style: none;
  font-weight: 550;
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1240px) {
  .altiri-section .game-header__wrapper .game-header__content .desktop-nav-links {
    display: flex;
  }
  .altiri-section .game-header__wrapper .game-header__content .desktop-nav-links li {
    margin: 0 32px;
  }
}
.altiri-section .game-header__wrapper .game-header__content .desktop-nav-link a {
  color: white;
  text-decoration: none;
}
.altiri-section .game-header__wrapper .game-header__content .desktop-nav-link:hover a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1240px) {
  .altiri-section .game-header__wrapper .game-header__content .mobile-nav-button {
    display: none;
  }
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .nav-hidden {
  display: none;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav {
  height: 0;
  left: 0;
  width: 100vw;
  position: fixed;
  overflow-y: scroll;
  z-index: 1;
  background: #030B1C;
  transition: all 0.5s;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .mobile-nav-links {
  padding: 32px 20px;
  list-style: none;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .mobile-nav-links a {
  text-decoration: none;
  color: #FFF;
  font-weight: 550;
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0px;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .mobile-nav-links li {
  margin-bottom: 20px;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .nav-cv-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #FFF;
  width: auto;
  color: #030B1C;
  font-size: 15px;
  padding: 16px;
  line-height: 100%;
  font-weight: 550;
  margin: 40px 20px 10px;
  border-radius: 2px;
  justify-content: center;
  border: 1px solid #FFF;
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .nav-cv-button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 45px;
  }
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .nav-cv-button p {
  font-size: 15px;
}
@media screen and (min-width: 840px) {
  .altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .nav-cv-button p {
    letter-spacing: initial;
  }
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .nav-cv-button img {
  width: 18px;
  height: auto;
  margin: 0 0 0 8px;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button nav .nav-cv-button:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button #checkbox:checked ~ nav {
  top: 72px;
  height: calc(100vh - 72px);
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .container.top {
  transform: translateY(-3px) scaleX(0.88235);
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .container.bottom {
  transform: translateY(3px) scaleX(0.88235);
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button input:checked + label .container .line.bottom {
  transform: rotateZ(45deg);
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button input:checked + label .container .line.top {
  transform: rotateZ(-45deg);
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button input:checked + label .container.bottom {
  transform: none;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button input:checked + label .container.top {
  transform: none;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button input:checked + label .line.bottom {
  transform: none;
  transition-delay: 0.1s;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button input:checked + label .line.top {
  transform: none;
  transition-delay: 0.1s;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button input:checked + label .container {
  transition: transform 0.2s ease-in-out 0.1s;
  transition-delay: 0s;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .line {
  transition: transform 0.2s ease-in-out;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button button {
  z-index: 100;
  all: unset;
  cursor: pointer;
  display: block;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button button * {
  pointer-events: none;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .burger {
  height: 31px;
  width: 31px;
  display: block;
  position: relative;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .burger .container {
  position: absolute;
  left: 7px;
  top: 15px;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .burger .line {
  height: 2px;
  background: white;
  width: 16px;
}
.altiri-section .game-header__wrapper .game-header__content .mobile-nav-button .burger input {
  display: none;
}
.altiri-section .game-fv_wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 160px);
  overflow: hidden;
}
.altiri-section .game-fv_wrapper .fv-text {
  z-index: 900;
  position: absolute;
  width: 61%;
  max-width: 538px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 840px) {
  .altiri-section .game-fv_wrapper .fv-text {
    width: 75%;
  }
}
.altiri-section .game-fv_wrapper .fv-text img {
  margin-bottom: 24px;
}
.altiri-section .game-fv_wrapper .fv-text .purchasing-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  color: #030B1C;
  font-size: 16px;
  padding: 16px;
  line-height: 100%;
  font-weight: 550;
  border-radius: 2px;
  justify-content: center;
  border: 1px solid #FFF;
  cursor: pointer;
}
.altiri-section .game-fv_wrapper .fv-text .purchasing-button img {
  width: 18px;
  height: auto;
  margin: 0 0 0 8px;
  fill: #030B1C;
}
.altiri-section .game-fv_wrapper .fv-text .purchasing-button:hover {
  background: #bcbcbc;
  border: 1px solid #bcbcbc;
  transition: all 0.3s ease;
}
.altiri-section .game-fv_wrapper .fv-cover {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.altiri-section .game-fv_wrapper .fv-cover:before {
  content: "";
  position: absolute;
  z-index: 800;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.altiri-section .game-fv_wrapper .fv-cover .thumbnail {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 1.91/1;
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 840px) {
  .altiri-section .game-fv_wrapper .fv-cover .thumbnail {
    width: auto;
    height: calc(100vh - 72px);
  }
}
.altiri-section .game-fv_wrapper .fv-cover .sp {
  aspect-ratio: initial;
}
.altiri-section .game-fv_wrapper .fv-cover picture {
  display: flex;
  filter: blur(8px) brightness(0.5);
  z-index: 0;
  width: 100%;
  height: 100%;
}
.altiri-section .game-fv_wrapper .fv-cover picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.altiri-section .game-fv_wrapper .fv-cover_filter-off {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.altiri-section .game-fv_wrapper .fv-cover_filter-off .thumbnail {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 1.91/1;
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 840px) {
  .altiri-section .game-fv_wrapper .fv-cover_filter-off .thumbnail {
    width: auto;
    height: calc(100vh - 72px);
  }
}
.altiri-section .game-fv_wrapper .fv-cover_filter-off .sp {
  aspect-ratio: initial;
}
.altiri-section .game-fv_wrapper .fv-cover_filter-off picture {
  display: flex;
  filter: blur(8px) brightness(0.5);
  z-index: 0;
  width: 100%;
  height: 100%;
}
.altiri-section .game-fv_wrapper .fv-cover_filter-off picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.altiri-section .game-fv {
  background: #000714;
}
.altiri-section .game-fv .fv-thumbnail {
  max-width: 1512px;
  display: flex;
  margin: 0 auto;
}
.altiri-section .game-fv .pc {
  display: none;
}
@media screen and (min-width: 840px) {
  .altiri-section .game-fv .pc {
    display: flex;
  }
}
@media screen and (min-width: 840px) {
  .altiri-section .game-fv .sp {
    display: none;
  }
}
.altiri-section .altiri-timer {
  z-index: 700;
  width: 100%;
  height: 56px;
  padding: 16px 0;
  background: #000;
  text-transform: uppercase;
  /* 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 main {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section main {
    padding: 0 40px;
  }
}
.altiri-section main .theme img {
  margin-bottom: 24px;
}
.altiri-section main .theme .width-min {
  width: 75%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .theme .width-min {
    width: 55%;
  }
}
.altiri-section main .theme .width-min_64 {
  width: 82%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .theme .width-min_64 {
    width: 64%;
  }
}
.altiri-section main .theme .width-min_30 {
  width: 45%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .theme .width-min_30 {
    width: 30%;
  }
}
.altiri-section main .theme h2 {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02;
  line-height: 1;
}
@media screen and (min-width: 840px) {
  .altiri-section main .theme h2 {
    font-size: 32px;
  }
}
.altiri-section main .theme p {
  margin-top: 8px;
  font-size: 16px;
}
.altiri-section main .events_wrapper {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .events_wrapper {
    gap: 24px;
  }
}
.altiri-section main .events_wrapper .event {
  position: relative;
  flex-basis: calc(50% - 4px);
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .altiri-section main .events_wrapper .event {
    flex-basis: calc(50% - 12px);
  }
}
.altiri-section main .events_wrapper .event:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.altiri-section main .events_wrapper .event .evnt_cover {
  position: relative;
  width: 100%;
  height: auto;
}
.altiri-section main .events_wrapper .event .evnt_cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.altiri-section main .events_wrapper .event .evnt_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 24px 8px;
  box-sizing: border-box;
  align-items: flex-end;
}
@media screen and (min-width: 840px) {
  .altiri-section main .events_wrapper .event .evnt_txt {
    padding: 24px 16px;
  }
}
.altiri-section main .events_wrapper .event .evnt_txt .evnt_ttl {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02;
  line-height: 1.2;
}
@media screen and (min-width: 840px) {
  .altiri-section main .events_wrapper .event .evnt_txt .evnt_ttl {
    font-size: 28px;
  }
}
.altiri-section main .events_wrapper .event .evnt_txt .evnt_icon_wrapper {
  color: #000;
  background-color: #fff;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .events_wrapper .event .evnt_txt .evnt_icon_wrapper {
    width: 32px;
    height: 32px;
  }
}
.altiri-section main .events_wrapper .event .evnt_txt .evnt_icon_wrapper .evnt_icon {
  align-items: center;
  display: flex;
  height: 12px;
  align-self: center;
}
@media screen and (min-width: 840px) {
  .altiri-section main .events_wrapper .event .evnt_txt .evnt_icon_wrapper .evnt_icon {
    height: 18px;
  }
}
.altiri-section main .only-event {
  justify-content: center;
}
.altiri-section main .game-partner {
  text-align: center;
}
.altiri-section main .game-partner .prtnr_ttl {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35em;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .game-partner .prtnr_ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.altiri-section main .game-partner img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.altiri-section main .game-partner .width-min {
  width: 75%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .game-partner .width-min {
    width: 55%;
  }
}
.altiri-section main .game-partner .width-min_64 {
  width: 82%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .game-partner .width-min_64 {
    width: 64%;
  }
}
.altiri-section main .game-partner .width-min_30 {
  width: 45%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .game-partner .width-min_30 {
    width: 30%;
  }
}
.altiri-section main .time-schedule {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
}
.altiri-section main .time-schedule dt, .altiri-section main .time-schedule dd {
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
  padding: 8px 0 !important;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main .time-schedule dt {
  width: 84px;
}
.altiri-section main .time-schedule dd {
  width: calc(100% - 84px);
}
.altiri-section main .time-schedule .tab_content_asterisk {
  color: #5C77FF;
}
.altiri-section main .time-schedule .desktop-slash {
  display: none;
}
@media screen and (min-width: 840px) {
  .altiri-section main .time-schedule .desktop-slash {
    display: initial;
  }
}
.altiri-section main .arena-food {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.altiri-section main .arena-food img {
  aspect-ratio: 9/6.5;
  width: calc(50% - 4px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 840px) {
  .altiri-section main .arena-food img {
    width: calc(25% - 6px);
  }
}
@media screen and (min-width: 840px) {
  .altiri-section main .food-3 img {
    width: calc(33.3333333333% - 6px);
  }
}
@media screen and (min-width: 840px) {
  .altiri-section main .food-2 img {
    width: calc(50% - 4px);
  }
}
.altiri-section main .food-1 {
  justify-content: center;
}
.altiri-section main .food-1 img {
  width: 50%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .food-1 img {
    width: 50%;
  }
}
.altiri-section main .player_wrapper .plyr_headshot {
  margin-bottom: 4px;
}
.altiri-section main .player_wrapper .plyr_othercuts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.altiri-section main .player_wrapper .plyr_othercuts img {
  flex: 1;
  width: calc(33.3333333333% - 8px);
  height: auto;
}
.altiri-section main .player_wrapper .plyr_no {
  width: auto;
  height: 47.5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .player_wrapper .plyr_no {
    height: 72px;
  }
}
.altiri-section main .player_wrapper .plyr_name {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .player_wrapper .plyr_name {
    font-size: 56px;
  }
}
.altiri-section main .player_wrapper .plyr_pos {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 840px) {
  .altiri-section main .player_wrapper .plyr_pos {
    font-size: 24px;
  }
}
.altiri-section main .player_wrapper .plyr_origin {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .player_wrapper .plyr_origin {
    font-size: 16px;
  }
}
.altiri-section main .player_wrapper .plyr_intro {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: initial;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .player_wrapper .plyr_intro {
    font-size: 16px;
  }
}
.altiri-section main .gds-str img {
  margin-bottom: 24px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.altiri-section main .gds-str h2 {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02;
  line-height: 1;
}
@media screen and (min-width: 840px) {
  .altiri-section main .gds-str h2 {
    font-size: 32px;
  }
}
.altiri-section main .gds-str p {
  margin-top: 8px;
  font-size: 16px;
}
.altiri-section main .main-rule_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  text-align: center;
}
.altiri-section main .main-rule_wrapper .main-rule {
  flex: 1;
  width: calc(50% - 8px);
  padding: 13.5px 0;
}
.altiri-section main .main-rule_wrapper .main-rule .rule-icon {
  padding: 14px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 840px) {
  .altiri-section main .main-rule_wrapper .main-rule .rule-icon {
    padding: 40px;
  }
}
.altiri-section main .main-rule_wrapper .main-rule .rule-txt {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 11px 0;
}
@media screen and (min-width: 840px) {
  .altiri-section main .main-rule_wrapper .main-rule .rule-txt {
    font-size: 20px;
  }
}
.altiri-section main .arena-rule-txt {
  font-size: 16px;
  margin-top: 8px;
}
.altiri-section main .game-partner_intro {
  text-align: center;
}
.altiri-section main .game-partner_intro .intro_logo {
  width: 81%;
  max-width: 400px;
  padding: 16px 0;
}
.altiri-section main .game-partner_intro .intro_txt {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 840px) {
  .altiri-section main .game-partner_intro .intro_txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.altiri-section main .game-partner_intro .width-min_30 {
  width: 45%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .game-partner_intro .width-min_30 {
    width: 30%;
  }
}

.altiri-text-annotation {
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 24px;
}
.altiri-text-annotation .tab_content_asterisk {
  color: #5C77FF;
}/*# sourceMappingURL=altiri-game_2023-24.css.map */