@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/**********************************************************************/
/* ブレイクポイント
/**********************************************************************/
/**********************************************************************/
/* オーバーライド
/**********************************************************************/
html {
  scroll-behavior: smooth;
}

/**********************************************************************/
/* フォント設定
/**********************************************************************/
:root {
  --en__h1: 600 32px/.8 alternate-gothic-atf, sans-serif;
  --en__h2: 600 28px/.8 alternate-gothic-atf, sans-serif;
  --en__h3: 600 24px/.8 alternate-gothic-atf, sans-serif;
  --en__h4: 600 18px/.8 alternate-gothic-atf, sans-serif;
  --ff_en: alternate-gothic-atf;
}

@media screen and (min-width: 840px) {
  :root {
    --en__h1: 600 64px/.8 alternate-gothic-atf, sans-serif;
    --en__h2: 600 40px/.8 alternate-gothic-atf, sans-serif;
    --en__h3: 600 32px/.8 alternate-gothic-atf, sans-serif;
    --en__h4: 600 24px/.8 alternate-gothic-atf, sans-serif;
  }
}
.altiri-section {
  /**********************************************************************/
  /* 共通設定
  /**********************************************************************/
}
.altiri-section main {
  --cushion-inline: 24px;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 839px) {
  .altiri-section main {
    font-size: 15px;
  }
}
.altiri-section main img {
  height: auto;
}
.altiri-section {
  /**********************************************************************/
  /* ボタン
  /**********************************************************************/
}
.altiri-section .common.button {
  position: static;
  align-items: center;
  color: #fff;
  z-index: 1;
  gap: 1em;
  padding: 0.625em 0.625em 0.625em 1.5em;
  bottom: 30px;
  border-radius: 32em;
  box-shadow: inset 0 0 1px rgba(232, 232, 237, 0.11);
  transition: linear 250ms background-color;
  backdrop-filter: blur(7px);
  background-color: rgba(66, 66, 69, 0.7);
  will-change: transform;
  pointer-events: auto;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
  z-index: 10;
}
@media screen and (max-width: 839px) {
  .altiri-section .common.button {
    font-size: 13px;
  }
}
.altiri-section .common.button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 2.4em;
  background: #030B1C;
  border-radius: 50%;
}
.altiri-section .common.button .icon::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 19px;
  background: #030B1C;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10.732'%20height='20.211'%20viewBox='0%200%2010.732%2020.211'%3E%3Cpath%20d='M8.8,2.732a1.263,1.263,0,0,1,1.785.066l8.2,8.834a1.276,1.276,0,0,1,0,1.736l-8.2,8.834a1.263,1.263,0,0,1-1.851-1.719L16.145,12.5,8.732,4.517A1.263,1.263,0,0,1,8.8,2.732Z'%20transform='translate(-8.395%20-2.395)'%20fill='%23fff'%20fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.altiri-section {
  /*--------------------------------------------------------------------*/
  /* グッズボタン */
}
.altiri-section .common.button.goods {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 839px) {
  .altiri-section .common.button.goods {
    transform: translate(-50%, -50%);
  }
}
.altiri-section {
  /**********************************************************************/
  /* 見出し
  /**********************************************************************/
}
.altiri-section main .heading .title.common {
  font: var(--en__h1);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
}
.altiri-section main .heading .title.common + .ja {
  text-align: center;
}
.altiri-section {
  /**********************************************************************/
  /* メインスタイル
  /**********************************************************************/
}
.altiri-section .hero .kv img {
  height: auto;
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* #24からのメッセージ */
}
.altiri-section main section.messagefrom24 {
  padding: 6em var(--cushion-inline) 6em var(--cushion-inline);
  max-width: 770px;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messagefrom24 {
    padding: 2em var(--cushion-inline) 4em var(--cushion-inline);
  }
}
.altiri-section main section.messagefrom24 .heading {
  font-weight: lighter;
  font-size: 40px;
  font-style: italic;
  text-align: center;
  padding: 1em 0 2em 0;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messagefrom24 .heading {
    font-size: 5vw;
  }
}
.altiri-section main section.messagefrom24 .bodying {
  margin-top: 6em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messagefrom24 .bodying {
    margin-top: 2em;
  }
}
.altiri-section main section.messagefrom24 .bodying p + p {
  padding-top: 1.5em;
}
.altiri-section main section.messagefrom24 .bodying .sign {
  text-align: right;
  padding-top: 2em;
  font-family: var(--ff_en);
  font-size: 150%;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messagefrom24 .bodying .sign {
    padding-top: 1em;
  }
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* プロフィール */
}
.altiri-section main section.profile {
  background-color: transparent;
}
.altiri-section main section.profile .wrapper {
  padding: 6em 24px 6em 24px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper {
    padding: 5em 24px 4em 24px;
  }
}
.altiri-section main section.profile .wrapper .heading {
  padding-bottom: 5em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .heading {
    padding-bottom: 3em;
  }
}
.altiri-section main section.profile .wrapper .heading .title {
  font: var(--en__h4);
}
.altiri-section main section.profile .wrapper .bodying .block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .bodying .block {
    flex-direction: column;
    gap: 0;
    max-width: 600px;
    margin-inline: auto;
  }
}
.altiri-section main section.profile .wrapper .bodying .block .image {
  flex-shrink: 1;
  max-width: 600px;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .bodying .block .image {
    order: 2;
  }
}
.altiri-section main section.profile .wrapper .bodying .block .image img {
  height: auto;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .bodying .block .image img {
    margin-bottom: 1em;
  }
}
.altiri-section main section.profile .wrapper .bodying .block .career {
  flex-shrink: 1;
  min-width: 20em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .bodying .block .career {
    display: contents;
  }
}
.altiri-section main section.profile .wrapper .bodying .block .career .index {
  margin-bottom: 3em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .bodying .block .career .index {
    order: 1;
    margin-bottom: 2em;
    text-align: center;
  }
}
.altiri-section main section.profile .wrapper .bodying .block .career .index .en h2 {
  font: var(--en__h1);
}
.altiri-section main section.profile .wrapper .bodying .block .career .index .ja {
  padding: 0.25em 0;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .bodying .block .career .list {
    order: 3;
  }
}
.altiri-section main section.profile .wrapper .bodying .block .career .list table {
  color: #fff;
}
.altiri-section main section.profile .wrapper .bodying .block .career .list table th {
  text-align: left;
  padding-right: 1em;
  white-space: nowrap;
  vertical-align: top;
}
.altiri-section main section.profile .wrapper .bodying .block .career .list table th, .altiri-section main section.profile .wrapper .bodying .block .career .list table td {
  padding-block: 0.65em;
  font-weight: 400;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.profile .wrapper .bodying .block .career .list table th, .altiri-section main section.profile .wrapper .bodying .block .career .list table td {
    padding-block: 0.4em;
    font-size: 14px;
  }
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* ヒストリー */
}
.altiri-section main section.history .wrapper {
  padding: 6em var(--cushion-inline) 6em var(--cushion-inline);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper {
    padding-block: 4em 2em;
    padding-left: 12px;
  }
}
.altiri-section main section.history .wrapper .heading {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper .heading {
    margin-bottom: 0;
  }
}
.altiri-section main section.history .wrapper .bodying .block {
  padding: 3em 0;
  position: relative;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper .bodying .block {
    padding-block: 2em;
    padding-left: 2em;
  }
}
.altiri-section main section.history .wrapper .bodying .block .item {
  --gap-inline: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap-inline);
  padding: 1em 0;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper .bodying .block .item {
    --gap-inline: 0;
    flex-direction: column !important;
    position: relative;
  }
}
.altiri-section main section.history .wrapper .bodying .block .item .image {
  max-width: 500px;
  flex-shrink: 1;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper .bodying .block .item .image img {
    margin-bottom: 0.5em;
  }
}
.altiri-section main section.history .wrapper .bodying .block .item .text {
  max-width: 500px;
  flex-shrink: 1;
  position: relative;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper .bodying .block .item .text {
    font-size: 13px;
    position: static;
  }
}
.altiri-section main section.history .wrapper .bodying .block .item .text .year {
  font-family: var(--ff_en);
  font-size: 150%;
  font-weight: bolder;
}
.altiri-section main section.history .wrapper .bodying .block .item .text .dot {
  background-color: rgba(255, 255, 255, 0.4);
  width: 15px;
  height: 1px;
  position: absolute;
  left: calc(-1 * var(--gap-inline) / 2);
  top: 1em;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper .bodying .block .item .text .dot {
    left: -1.5em !important;
    top: 1em !important;
  }
}
.altiri-section main section.history .wrapper .bodying .block .item .text .dot::after {
  content: "";
  display: none;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 7px;
  top: -3px;
  border-radius: 50%;
  background-color: #fff;
}
.altiri-section main section.history .wrapper .bodying .block .item._reverse {
  flex-direction: row-reverse;
}
.altiri-section main section.history .wrapper .bodying .block .item._reverse .dot {
  position: absolute;
  left: calc(100% + var(--gap-inline) / 2);
}
.altiri-section main section.history .wrapper .bodying .block:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 6.7%, rgba(255, 255, 255, 0.15) 95.4%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 839px) {
  .altiri-section main section.history .wrapper .bodying .block:after {
    left: 0.75em;
    height: calc(100% + 6em);
    top: -3em;
  }
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* ムービー */
}
.altiri-section main section.movie .wrapper {
  padding: 6em var(--cushion-inline) 6em var(--cushion-inline);
  max-width: 870px;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.movie .wrapper {
    padding-block: 3em 4em;
    padding-left: 12px;
  }
}
.altiri-section main section.movie .wrapper .heading {
  text-align: center;
  margin-bottom: 5em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.movie .wrapper .heading {
    margin-bottom: 2em;
  }
}
.altiri-section main section.movie .wrapper .bodying .block + .block {
  margin-top: 5em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.movie .wrapper .bodying .block + .block {
    margin-top: 3em;
  }
}
.altiri-section main section.movie .wrapper .bodying .block iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* メッセージ */
}
.altiri-section main section.messages {
  max-width: 1500px;
  margin-inline: auto;
}
.altiri-section main section.messages .wrapper {
  padding: 6em 24px 6em 24px;
  width: 1500px;
  max-width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .wrapper {
    padding: 3em 5vw 3em 5vw;
  }
}
.altiri-section main section.messages .heading {
  margin-bottom: 4em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .heading {
    margin-bottom: 2em;
  }
}
.altiri-section main section.messages .bodying .item {
  background-color: #141414;
  border-radius: 0.5em;
  padding: 3em 3em 2em 3em;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .bodying .item {
    padding: 3em 1.8em;
  }
}
.altiri-section main section.messages .bodying .item .who {
  padding-bottom: 1em;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .bodying .item .who {
    padding-bottom: 1em;
    margin-bottom: 1em;
    background-size: 1.8em;
  }
}
.altiri-section main section.messages .bodying .item .who .name h3 {
  font-family: var(--ff_en);
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.25;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .bodying .item .who .name h3 {
    font-size: clamp(20px, 7vw, 30px);
  }
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .bodying .item .who .name {
    font-size: 150%;
  }
}
.altiri-section main section.messages .bodying .item .who .comp {
  font-weight: lighter;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .bodying .item .who .comp {
    font-size: 12px;
  }
}
.altiri-section main section.messages .bodying .item .text {
  min-width: 15em;
  font-size: 13.5px;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.messages .bodying .item .text {
    font-size: 13px;
  }
}
.altiri-section main section.messages .bodying .item .text p {
  margin-bottom: 1em;
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* メッセージスライド */
}
.altiri-section main section.messages .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.altiri-section main section.messages .swiper-slide {
  height: auto;
}
.altiri-section main section.messages .swiper-horizontal > .swiper-scrollbar,
.altiri-section main section.messages .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: rgba(255, 255, 255, 0.2);
  height: 4px;
  border-radius: 0;
  position: static;
  width: 100%;
}
.altiri-section main section.messages .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.altiri-section main section.messages .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}
.altiri-section main section.messages .slidehelper {
  padding-top: 2em;
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* ギャラリー */
}
.altiri-section main section.gallery {
  padding: 6em 24px 6em 24px;
  max-width: 1500px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.gallery {
    padding-bottom: 2em;
  }
}
.altiri-section main section.gallery .heading {
  margin-bottom: 2em;
}
.altiri-section main {
  /*--------------------------------------------------------------------*/
  /* A-xx メッセージ */
}
.altiri-section main section.axx {
  background-color: #141414;
}
.altiri-section main section.axx .wrapper {
  padding: 8em 24px 8em 24px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.axx .wrapper {
    padding-bottom: 2em;
  }
}
.altiri-section main section.axx .wrapper .heading {
  margin-bottom: 2em;
}
.altiri-section main section.axx .wrapper .bodying {
  position: relative;
}
.altiri-section main section.axx .wrapper .bodying .controller {
  text-align: center;
  margin-block: 1.5em;
}
.altiri-section main section.axx .wrapper .bodying .controller button {
  padding: 0.75em 1.5em;
  min-width: 18em;
  border-radius: 10em;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  color: #505050;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.axx .wrapper .bodying .controller button {
    padding: 0.5em 1em;
    min-width: 10em;
  }
}
.altiri-section main section.axx .wrapper .bodying .image {
  text-align: center;
  height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 839px) {
  .altiri-section main section.axx .wrapper .bodying .image {
    height: 120vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.altiri-section main section.axx .wrapper .bodying .image img {
  max-width: 1000px;
  margin: 0;
}

/*# sourceMappingURL=24_yuto-otsuka.css.map */