@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
#page_ticket_pages .layout-global-header,
#page_ticket_pages .layout-team-header, #page_career .layout-global-header,
#page_career .layout-team-header, #altiri-original-header .layout-global-header,
#altiri-original-header .layout-team-header {
  display: none;
}
#page_ticket_pages .altiri-section--block, #page_career .altiri-section--block, #altiri-original-header .altiri-section--block {
  display: block;
}
#page_ticket_pages header.layout-team-header.bg-main, #page_career header.layout-team-header.bg-main, #altiri-original-header header.layout-team-header.bg-main {
  display: none;
}

.altiri-section .globalnav {
  font: 500 16px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.15px;
  position: fixed;
  top: 0;
  left: 0;
  height: 64px;
  width: 100%;
  background: rgba(3, 11, 28, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  z-index: 500;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav {
    font-size: 24px;
  }
}
.altiri-section .globalnav a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.altiri-section .globalnav a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.altiri-section .globalnav_content {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content {
    padding: 0.46em 2em;
  }
}
.altiri-section .globalnav_content_ac-logo img {
  width: auto;
  height: 2em;
  margin: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_ac-logo img {
    height: 1.66666667em;
  }
}
.altiri-section .globalnav_content_nav-wrapper {
  display: flex;
  align-content: center;
  gap: 1.25em;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper {
    width: calc(100% - 3.666em);
  }
}
.altiri-section .globalnav_content_nav-wrapper input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.altiri-section .globalnav_content_nav-wrapper input[type=checkbox]:checked + .trggr-label span {
  background-color: transparent;
}
.altiri-section .globalnav_content_nav-wrapper input[type=checkbox]:checked + .trggr-label span::before {
  top: 0;
  transform: rotate(45deg);
}
.altiri-section .globalnav_content_nav-wrapper input[type=checkbox]:checked + .trggr-label span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.altiri-section .globalnav_content_nav-wrapper_sp-mypage {
  display: flex;
  font-size: 0.75em;
  align-items: center;
}
.altiri-section .globalnav_content_nav-wrapper_sp-mypage::after {
  content: "";
  display: inline-block;
  width: 1.533em;
  height: 1.533em;
  background: url(/v=1716361655/files/user/images/fanclub/24-25/mypage.svg) no-repeat center/contain;
  vertical-align: middle;
  padding-left: 0.533em;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper_sp-mypage {
    display: none;
  }
}
.altiri-section .globalnav_content_nav-wrapper .trggr-label {
  display: block;
  width: 1.25em;
  height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.altiri-section .globalnav_content_nav-wrapper .trggr-label span {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.0625em;
  background-color: #fff;
  transition: all 0.5s;
}
.altiri-section .globalnav_content_nav-wrapper .trggr-label span::before, .altiri-section .globalnav_content_nav-wrapper .trggr-label span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.0625em;
  background-color: #fff;
  transition: all 0.5s;
}
.altiri-section .globalnav_content_nav-wrapper .trggr-label span::before {
  top: -6px;
}
.altiri-section .globalnav_content_nav-wrapper .trggr-label span::after {
  bottom: -6px;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .trggr-label {
    display: none;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list {
  position: fixed;
  top: 64px;
  right: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background: rgba(3, 11, 28, 0.8);
  transition: all 0.5s;
  padding: 2em 1.5em;
  box-sizing: border-box;
  font: 300 0.875em/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-transform: uppercase;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .globalnav_content_list {
    font: 500 0.625em/1.2 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: flex;
    opacity: initial;
    position: initial;
    flex-direction: initial;
    width: -moz-max-content;
    width: max-content;
    width: calc(100% - 3.666em);
    height: initial;
    background: initial;
    padding: 0 0 0 2em;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    align-items: center;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .page-nav {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .page-nav {
    flex-flow: nowrap;
    gap: 2em;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .page-nav a {
  padding: 0.90625em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .page-nav a:last-of-type {
  border-bottom: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .page-nav a {
    padding: initial;
    border-bottom: initial;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  padding: 1em 0;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav {
    flex-direction: initial;
    padding: initial;
    gap: 1.3333em;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .mypage::after {
  content: "";
  display: none;
  display: inline-block;
  width: 1.533em;
  height: 1.533em;
  background: url(/v=1716361655/files/user/images/fanclub/24-25/mypage.svg) no-repeat center/contain;
  vertical-align: middle;
  padding-left: 0.533em;
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .sp-none {
  display: none;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .sp-none {
    display: initial;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .button {
  font-weight: 400;
  line-height: 1;
  padding: 1em 0.625em;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 45px;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .button {
    width: initial;
    padding: 0.58333em 0.958333em;
    height: 43px;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .two-button {
  width: calc(100% - 12px);
  height: auto;
}
@media screen and (min-width: 840px) {
  .altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .two-button {
    width: initial;
    height: 43px;
  }
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .disable {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  pointer-events: none;
  opacity: 0.4;
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .cv-nav .disable .open-day {
  font-size: 0.75em;
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .main-cv {
  background: #fff;
  color: #030B1C;
  box-sizing: border-box;
  border: 0.0625em solid #fff;
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .main-cv:hover {
  opacity: 1;
  background: #030B1C;
  color: #fff;
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .second-cv {
  background: #030B1C;
  color: #fff;
  box-sizing: border-box;
  border: 0.0625em solid #fff;
}
.altiri-section .globalnav_content_nav-wrapper .globalnav_content_list .second-cv:hover {
  opacity: 1;
  background: #fff;
  color: #030B1C;
}
.altiri-section .globalnav_content_nav-wrapper input[type=checkbox]:checked ~ .globalnav_content_list {
  top: 64px;
  display: flex;
  height: calc(100vh - 64px);
}
.altiri-section .no-sticky {
  position: initial;
}
.altiri-section .prtnr-header__wrapper {
  background: rgba(22, 22, 23, 0.85);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  height: 44px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper {
    height: 62px;
    display: flex;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content {
  padding: 0 8.5px 0 16px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper .prtnr-header__content {
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .nav-altiri {
  z-index: 100;
  width: 36px;
  left: 25px;
  margin-right: auto;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .nav-altiri img {
  margin: initial;
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper .prtnr-header__content .nav-altiri {
    margin-right: initial;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .desktop-nav-links {
  display: none;
  list-style: none;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper .prtnr-header__content .desktop-nav-links {
    display: flex;
  }
  .altiri-section .prtnr-header__wrapper .prtnr-header__content .desktop-nav-links li {
    margin: 0 32px;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .desktop-nav-link a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .desktop-nav-link:hover a {
  color: white;
  transition: all 0.3s ease;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .desktop-nav-link__active a {
  color: white;
  text-decoration: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button {
  margin-right: 8.5px;
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button {
    display: flex;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button a {
  display: flex;
  text-decoration: none;
  height: 32px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button a {
    height: 36px;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button .ct-button {
  background-color: #FFF;
  color: #030B1C;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button .ct-button:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button .dl-button {
  display: none;
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button .dl-button {
    display: flex;
    color: #FFF;
    border: solid 2px #FFF;
    height: 32px;
    margin-left: 14px;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .commerce-button .dl-button:hover {
  background: #FFF;
  color: #030B1C;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button {
    display: none;
  }
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .nav-hideen {
  display: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button nav {
  height: 0;
  left: 0;
  width: 100vw;
  position: fixed;
  overflow-y: scroll;
  z-index: 1;
  background: #000;
  transition: all 0.5s;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button #checkbox:checked ~ nav {
  height: 100vh;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .container.top {
  transform: translateY(-3px) scaleX(0.88235);
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .container.bottom {
  transform: translateY(3px) scaleX(0.88235);
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button input:checked + label .container .line.bottom {
  transform: rotateZ(45deg);
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button input:checked + label .container .line.top {
  transform: rotateZ(-45deg);
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button input:checked + label .container.bottom {
  transform: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button input:checked + label .container.top {
  transform: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button input:checked + label .line.bottom {
  transform: none;
  transition-delay: 0.1s;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button input:checked + label .line.top {
  transform: none;
  transition-delay: 0.1s;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button input:checked + label .container {
  transition: transform 0.2s ease-in-out 0.1s;
  transition-delay: 0s;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .line {
  transition: transform 0.2s ease-in-out;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button button {
  z-index: 100;
  all: unset;
  cursor: pointer;
  display: block;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button button * {
  pointer-events: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .burger {
  height: 31px;
  width: 31px;
  display: block;
  position: relative;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .burger .container {
  position: absolute;
  left: 7px;
  top: 15px;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .burger .line {
  height: 2px;
  background: white;
  width: 16px;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .burger input {
  display: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .mobile-nav-links {
  padding: 32px 16px;
  list-style: none;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .mobile-nav-links a {
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
}
.altiri-section .prtnr-header__wrapper .prtnr-header__content .mobile-nav-button .mobile-nav-links li {
  margin-bottom: 8px;
}
.altiri-section .youth-header__wrapper {
  background: rgba(0, 0, 0, 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 .youth-header__wrapper {
    display: flex;
  }
}
.altiri-section .youth-header__wrapper .youth-header__content {
  padding: 0 8.5px 0 16px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1240px) {
  .altiri-section .youth-header__wrapper .youth-header__content {
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.altiri-section .youth-header__wrapper .youth-header__content .nav-altiri {
  z-index: 100;
  width: 40px;
  left: 25px;
  margin-right: auto;
}
.altiri-section .youth-header__wrapper .youth-header__content .nav-altiri img {
  margin: initial;
}
@media screen and (min-width: 1240px) {
  .altiri-section .youth-header__wrapper .youth-header__content .nav-altiri {
    width: 64px;
    margin-right: initial;
  }
}
.altiri-section .youth-header__wrapper .youth-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: 23px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1240px) {
  .altiri-section .youth-header__wrapper .youth-header__content .desktop-nav-links {
    display: flex;
  }
  .altiri-section .youth-header__wrapper .youth-header__content .desktop-nav-links li {
    margin: 0 14px;
  }
  .altiri-section .youth-header__wrapper .youth-header__content .desktop-nav-links li:last-of-type {
    margin: 0 0 0 14px;
  }
}
.altiri-section .youth-header__wrapper .youth-header__content .desktop-nav-link a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  text-decoration: none;
}
.altiri-section .youth-header__wrapper .youth-header__content .desktop-nav-link:hover a {
  color: white;
  transition: all 0.3s ease;
}
.altiri-section .youth-header__wrapper .youth-header__content .active a {
  color: white;
  transition: all 0.3s ease;
}
.altiri-section .youth-header__wrapper .youth-header__content .active:hover a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.altiri-section .youth-header__wrapper .youth-header__content .desktop-nav-bttn a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  font-size: 14px;
  color: #030B1C;
  background-color: #fff;
  padding: 8px 28px;
  transition: all 0.3s ease;
  border: 2px solid #FFF;
  text-decoration: none;
}
.altiri-section .youth-header__wrapper .youth-header__content .desktop-nav-bttn:hover a {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.altiri-section .youth-header__wrapper .youth-header__content .second a {
  color: #fff;
  background-color: initial;
}
.altiri-section .youth-header__wrapper .youth-header__content .second:hover a {
  color: #030B1C;
  background-color: #fff;
  opacity: initial;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1240px) {
  .altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button {
    display: none;
  }
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .nav-hidden {
  display: none;
}
.altiri-section .youth-header__wrapper .youth-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 .youth-header__wrapper .youth-header__content .mobile-nav-button nav .mobile-nav-links {
  padding: 32px 20px;
  list-style: none;
}
.altiri-section .youth-header__wrapper .youth-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 .youth-header__wrapper .youth-header__content .mobile-nav-button nav .mobile-nav-links li {
  margin-bottom: 20px;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button nav .mobile-cv-bttn {
  display: flex;
  flex-direction: column;
  padding: 64px 20px;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button nav .mobile-cv-bttn .nav-bttn {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  font-size: 14px;
  font-weight: 550;
  color: #030B1C;
  background-color: #fff;
  padding: 16px 28px;
  transition: all 0.3s ease;
  border: 2px solid #FFF;
  text-decoration: none;
  text-align: center;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button nav .mobile-cv-bttn .nav-bttn:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button nav .mobile-cv-bttn .second {
  margin-top: 16px;
  color: #fff;
  background-color: initial;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button nav .mobile-cv-bttn .second:hover {
  color: #030B1C;
  background-color: #fff;
  opacity: initial;
  transition: all 0.3s ease;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button #checkbox:checked ~ nav {
  top: 72px;
  height: calc(100vh - 72px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .container.top {
  transform: translateY(-3px) scaleX(0.88235);
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .container.bottom {
  transform: translateY(3px) scaleX(0.88235);
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button input:checked + label .container .line.bottom {
  transform: rotateZ(45deg);
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button input:checked + label .container .line.top {
  transform: rotateZ(-45deg);
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button input:checked + label .container.bottom {
  transform: none;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button input:checked + label .container.top {
  transform: none;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button input:checked + label .line.bottom {
  transform: none;
  transition-delay: 0.1s;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button input:checked + label .line.top {
  transform: none;
  transition-delay: 0.1s;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button input:checked + label .container {
  transition: transform 0.2s ease-in-out 0.1s;
  transition-delay: 0s;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .line {
  transition: transform 0.2s ease-in-out;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button button {
  z-index: 100;
  all: unset;
  cursor: pointer;
  display: block;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button button * {
  pointer-events: none;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .burger {
  height: 31px;
  width: 31px;
  display: block;
  position: relative;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .burger .container {
  position: absolute;
  left: 7px;
  top: 15px;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .burger .line {
  height: 2px;
  background: white;
  width: 16px;
}
.altiri-section .youth-header__wrapper .youth-header__content .mobile-nav-button .burger input {
  display: none;
}
.altiri-section .gameHeader {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 64px;
  background: rgba(3, 11, 28, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  font: 600 18px/0.8 alternate-gothic-atf, sans-serif;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader {
    font-size: 24px;
  }
}
.altiri-section .gameHeader a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.altiri-section .gameHeader a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.altiri-section .gameHeader__wrppr {
  width: 100%;
}
.altiri-section .gameHeader__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.333333em;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader__content {
    padding: 0 2em;
  }
}
.altiri-section .gameHeader__content--logo img {
  width: auto;
  height: 1.75em;
  margin: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader__content--logo img {
    height: 1.66666667em;
  }
}
.altiri-section .gameHeader__nav {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 1.25em;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader__nav {
    gap: 1.333333em;
  }
}
.altiri-section .gameHeader__nav--input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.altiri-section .gameHeader__nav--input[type=checkbox]:checked + .gameHeader__nav--label span {
  background-color: transparent;
}
.altiri-section .gameHeader__nav--input[type=checkbox]:checked + .gameHeader__nav--label span::before {
  top: 0;
  transform: rotate(45deg);
}
.altiri-section .gameHeader__nav--input[type=checkbox]:checked + .gameHeader__nav--label span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.altiri-section .gameHeader__nav--label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.25em;
  height: 64px;
  cursor: pointer;
}
.altiri-section .gameHeader__nav--label span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.0625em;
  background-color: #fff;
  content: "";
  transition: all 0.5s;
}
.altiri-section .gameHeader__nav--label span::before, .altiri-section .gameHeader__nav--label span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.0625em;
  background-color: #fff;
  content: "";
  transition: all 0.5s;
}
.altiri-section .gameHeader__nav--label span::before {
  top: -6px;
}
.altiri-section .gameHeader__nav--label span::after {
  bottom: -6px;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader__nav--label {
    display: none;
  }
}
.altiri-section .gameHeader__menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 64px;
  right: 0;
  width: 100%;
  height: calc(100vh - 64px);
  padding: 1.777777em 1.333333em;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader__menu {
    display: flex;
    flex-direction: initial;
    align-items: center;
    position: initial;
    width: -moz-fit-content;
    width: fit-content;
    height: initial;
    padding: initial;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
}
.altiri-section .gameHeader .gameHeader__nav--input[type=checkbox]:checked ~ .gameHeader__menu {
  display: flex;
  top: 64px;
  height: calc(100vh - 64px);
  background: rgba(3, 11, 28, 0.8);
}
.altiri-section .gameHeader__list {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader__list {
    flex-flow: nowrap;
    gap: 1.333333em;
  }
}
.altiri-section .gameHeader__list--txt {
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.altiri-section .gameHeader__list--txt:last-of-type {
  border-bottom: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader__list--txt {
    padding: initial;
    border-bottom: initial;
  }
}
.altiri-section .gameHeader--career .gameHeader__content {
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader--career .gameHeader__content {
    gap: 18px;
  }
}
.altiri-section .gameHeader--career .gameHeader__nav--jp {
  font: 500 16px/1 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .altiri-section .gameHeader--career .gameHeader__nav--jp {
    font: 500 18px/1 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  }
}
.altiri-section .altiri-header-min__wrapper {
  width: 100%;
  max-width: 620px;
  height: 70px;
  background: rgba(13, 17, 32, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  z-index: 110;
}
@media screen and (min-width: 620px) {
  .altiri-section .altiri-header-min__wrapper {
    left: calc(50vw - 310px);
    background: rgba(13, 17, 32, 0.16);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
.altiri-section .altiri-header-min__wrapper a.logo-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 1000;
}
.altiri-section .altiri-header-min__wrapper a.logo-link img {
  width: 40px;
  margin: 0;
}
.altiri-section .altiri-header-min__wrapper .hamburger-menu {
  background: #030B1C;
}
@media screen and (min-width: 1024px) {
  .altiri-section .altiri-header-min__wrapper .hamburger-menu {
    display: block;
  }
}
.altiri-section .altiri-header-min__wrapper .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 .altiri-header-min__wrapper .altiri-menu-btn span,
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn span:before,
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease;
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn span:before {
  bottom: 5px;
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn span:after {
  top: 5px;
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn-style:checked ~ .altiri-menu-btn {
  right: 9px;
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn-style:checked ~ .altiri-menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn-style:checked ~ .altiri-menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn-style:checked ~ .altiri-menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn-style {
  display: none;
}
.altiri-section .altiri-header-min__wrapper .menu-content-wrapper {
  padding: 0 24px;
}
.altiri-section .altiri-header-min__wrapper .menu-content {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 80;
  background-color: #030B1C;
  transition: all 0.5s;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 90px 0 20px;
}
.altiri-section .altiri-header-min__wrapper .menu-content .altiri-link-button-white {
  margin: 48px auto 24px auto;
  width: calc(100% - 16px);
  max-width: 620px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 620px) {
  .altiri-section .altiri-header-min__wrapper .menu-content {
    width: 100vw;
    transition: all 0.8s;
  }
}
.altiri-section .altiri-header-min__wrapper .menu-content::-webkit-scrollbar {
  display: none;
}
.altiri-section .altiri-header-min__wrapper .altiri-menu-btn-style:checked ~ .menu-content {
  left: 0;
}
@media screen and (min-width: 620px) {
  .altiri-section .altiri-header-min__wrapper .altiri-menu-btn-style:checked ~ .menu-content {
    left: calc(310px - 50vw);
  }
}
.altiri-section .altiri-header-min__wrapper .toggle {
  display: none;
}
.altiri-section .altiri-header-min__wrapper .Label {
  max-width: 620px;
  margin: 12px auto;
  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 .altiri-header-min__wrapper .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 .altiri-header-min__wrapper .Label:hover,
.altiri-section .altiri-header-min__wrapper .no-lower-page:hover {
  background: rgba(255, 255, 255, 0.06);
}
.altiri-section .altiri-header-min__wrapper .menu-content .Label::before,
.altiri-section .altiri-header-min__wrapper .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 .altiri-header-min__wrapper .menu-content .Label::after {
  transform: rotate(90deg);
}
.altiri-section .altiri-header-min__wrapper .Label,
.altiri-section .altiri-header-min__wrapper .content {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.altiri-section .altiri-header-min__wrapper .content {
  max-width: 620px;
  max-height: 0px;
  margin: 0 auto;
  background: #030B1C;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.8s ease;
}
.altiri-section .altiri-header-min__wrapper .content .altiri-list-nonstyle {
  margin: 24px 12px;
  padding: 0;
}
.altiri-section .altiri-header-min__wrapper .content li a {
  text-decoration: none;
  color: #fff;
}
.altiri-section .altiri-header-min__wrapper .toggle:checked + .Label {
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}
.altiri-section .altiri-header-min__wrapper .toggle:checked + .Label + .content {
  width: 100%;
  max-height: 300px;
  transition: all 0.8s ease;
}
.altiri-section .altiri-header-min__wrapper .toggle:checked + .Label::before {
  transform: rotate(45deg);
}
.altiri-section .altiri-header-min__wrapper .toggle:checked + .Label::after {
  transform: rotate(-45deg);
}

.altiri-section .lp-hdr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  box-sizing: border-box;
  background: rgba(3, 11, 28, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
}
.altiri-section .lp-hdr_cntnts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 100%;
  min-width: 1200px;
  height: -moz-available;
  height: fill-available;
  height: -webkit-fill-available;
  align-items: center;
}
.altiri-section .lp-hdr_cntnts .ac-logo_img {
  height: 2em;
  margin-bottom: -0.4em;
}
@media screen and (min-width: 840px) {
  .altiri-section .lp-hdr_cntnts .ac-logo_img {
    height: 1.666em;
  }
}
.altiri-section .lp-hdr_cntnts .cv-wrppr {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75em;
}
.altiri-section .lp-hdr_cntnts .cv-wrppr_bttn {
  padding: 0.53125em 1.125em;
  border: 0.0625em solid #fff;
  box-sizing: border-box;
  font: 600 0.9375em/0.8 alternate-gothic-atf, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .altiri-section .lp-hdr_cntnts .cv-wrppr_bttn {
    padding: 0.5em 3em;
    font-size: 0.75em;
  }
  .altiri-section .lp-hdr_cntnts .cv-wrppr_bttn:hover {
    opacity: 1;
    transition: all 0.3s ease;
  }
}
.altiri-section .lp-hdr_cntnts .cv-wrppr_prmry {
  background: #fff;
  color: #030B1C;
}
@media screen and (min-width: 840px) {
  .altiri-section .lp-hdr_cntnts .cv-wrppr_prmry:hover {
    background: #030B1C;
    color: #fff;
  }
}
.altiri-section .lp-hdr_cntnts .cv-wrppr_scndry {
  background: #030B1C;
  color: #fff;
}
@media screen and (min-width: 840px) {
  .altiri-section .lp-hdr_cntnts .cv-wrppr_scndry:hover {
    background: #fff;
    color: #030B1C;
  }
}
.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 - 64px);
}
.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;
}/*# sourceMappingURL=altiri-header.css.map */