@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.layout-global-header,
.layout-team-header {
  display: none;
}

.altiri-section--block {
  display: block;
}

header.layout-team-header.bg-main {
  display: none;
}

.loaded .layout-team-header, .altiri-footer {
  position: relative;
  z-index: 200;
}

.altiri-section {
  overflow-x: hidden;
}

.altiri-section .fv-cntnr {
  height: calc(100vh - 64px);
  width: 100%;
}

.altiri-section .fv-cntnr_ttl-wrppr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 48px);
  width: 100%;
}

.altiri-section .fv-cntnr_ttl-wrppr .fv-ttl {
  width: 70%;
  max-width: 540px;
}

.altiri-section .fv-wrapper {
  height: calc(100vh - 64px);
}

.altiri-section .fv-wrapper .image-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 48px);
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 840px) {
  .altiri-section .fv-wrapper .image-wrapper {
    aspect-ratio: initial;
  }
}

.altiri-section .fv-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: initial;
}

.altiri-section .fv-wrapper .image-wrapper picture {
  -webkit-filter: blur(8px) brightness(0.5);
          filter: blur(8px) brightness(0.5);
  z-index: 0;
  width: 100%;
  height: auto;
}

.altiri-section .fv-wrapper .image-wrapper picture img {
  max-height: 850px;
}

.altiri-section .fv-wrapper .image-wrapper .inner {
  width: 127%;
  max-width: 1400px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 840px) {
  .altiri-section .fv-wrapper .image-wrapper .inner {
    width: 80%;
    aspect-ratio: 16 / 9;
  }
}

.altiri-section .fv-wrapper .image-wrapper .inner .thumbnail {
  height: calc(100vh - 48px);
}

.altiri-section .fv-wrapper .image-wrapper .inner:after {
  display: none;
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 44, 0)), to(rgba(8, 13, 24, 0.9)));
  background: linear-gradient(rgba(19, 26, 44, 0), rgba(8, 13, 24, 0.9));
}

@media screen and (min-width: 840px) {
  .altiri-section .fv-wrapper .image-wrapper .inner:after {
    display: initial;
  }
}

.altiri-section .fv-wrapper .text_box_wrapper {
  position: absolute;
  height: auto;
  width: 100%;
  text-align: center;
  bottom: 8vh;
  color: #fff;
  font-weight: 700;
  z-index: 800;
}

@media screen and (min-width: 840px) {
  .altiri-section .fv-wrapper .text_box_wrapper {
    bottom: 3vh;
  }
}

.altiri-section .fv-wrapper .text_box_wrapper .text_box {
  height: auto;
  width: calc(100% - 46px);
  max-width: 1160px;
  margin: auto;
}

.altiri-section .fv-wrapper .text_box_wrapper .text_box h1 {
  font-size: 17px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
  font-weight: 550;
  max-width: 100%;
  margin: 0 0 8px 0;
}

@media screen and (min-width: 840px) {
  .altiri-section .fv-wrapper .text_box_wrapper .text_box h1 {
    font-size: 48px;
  }
}

.altiri-section .fv-wrapper .text_box_wrapper .text_box p {
  font-size: 14px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  font-family: alternate-gothic-atf, sans-serif;
  line-height: 120%;
  font-weight: 550;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 840px) {
  .altiri-section .fv-wrapper .text_box_wrapper .text_box p {
    font-size: 32px;
  }
}

.altiri-section .season-slide-animation-wrapper {
  width: 100vw;
  height: auto;
  background: #000;
  padding: 16px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.altiri-section .season-slide-animation-wrapper .slide-animation-img {
  height: 16px;
  width: auto;
  margin: 0;
}

.altiri-section .season-slide-animation-wrapper .season-slider {
  min-width: 1536px;
}

.altiri-section .season-slide-animation-wrapper .slide-animation-img:first-child {
  -webkit-animation: loop-slide1 90s -45s linear infinite;
          animation: loop-slide1 90s -45s linear infinite;
}

.altiri-section .season-slide-animation-wrapper .slide-animation-img:last-child {
  -webkit-animation: loop-slide2 90s linear infinite;
          animation: loop-slide2 90s linear infinite;
}

@-webkit-keyframes loop-slide1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop-slide2 {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop-slide2 {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.altiri-section main {
  background-color: #fff;
  color: #030B1C;
  width: 100vw;
  max-width: initial;
}

.altiri-section main article {
  width: 100%;
  padding: 56px 32px;
  margin: 0 auto;
  width: auto;
}

@media screen and (min-width: 840px) {
  .altiri-section main article {
    padding: 144px 24px;
    width: 960px;
  }
}

.altiri-section main article .info-box {
  font-size: 13px;
  line-height: 1.6;
  padding: 12px 20px;
  margin-bottom: 32px;
  color: #333;
  background: #f5f5f5;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}

@media screen and (min-width: 840px) {
  .altiri-section main article .info-box {
    font-size: 15px;
    line-height: 1.75;
    padding: 24px 40px;
    margin-bottom: 80px;
  }
}

.altiri-section main article .paragraph-secion {
  margin-top: 56px;
}

@media screen and (min-width: 840px) {
  .altiri-section main article .paragraph-secion {
    margin-top: 80px;
  }
}

.altiri-section main article .paragraph-secion:first-of-type {
  margin-top: initial;
}

.altiri-section main article .paragraph-secion h2 {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.5;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 20px;
  letter-spacing: -0.01;
}

@media screen and (min-width: 840px) {
  .altiri-section main article .paragraph-secion h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 840px) {
  .altiri-section main article .paragraph-secion .body-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 840px) {
  .altiri-section main article .paragraph-secion .body-section .sentence-module {
    width: 100%;
    max-width: 628px;
  }
}

.altiri-section main article .paragraph-secion .body-section .sentence-module p {
  color: #2B2B2B;
  font-size: 14.5px;
  line-height: 1.8;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 20px;
}

@media screen and (min-width: 840px) {
  .altiri-section main article .paragraph-secion .body-section .sentence-module p {
    font-size: 17.5px;
    margin-top: 24px;
    line-height: 1.9;
  }
}

.altiri-section main article .paragraph-secion .body-section .sentence-module .mobile-img {
  width: 100%;
  height: auto;
  margin: 12px 0;
}

@media screen and (min-width: 840px) {
  .altiri-section main article .paragraph-secion .body-section .sentence-module .mobile-img {
    display: none;
  }
}

.altiri-section main article .paragraph-secion .body-section .img-module {
  display: none;
}

@media screen and (min-width: 840px) {
  .altiri-section main article .paragraph-secion .body-section .img-module {
    display: initial;
    width: 100%;
    max-width: 268px;
  }
}

.altiri-section main article .paragraph-secion .body-section .img-module img {
  margin: 32px 0 0 0;
}

.altiri-section main article .paragraph-secion .body-section .img-module p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.06;
  margin-top: 12px;
}

.altiri-section .season-credit {
  background: #030B1C;
  text-align: center;
  padding: 120px 16px;
}

@media screen and (min-width: 840px) {
  .altiri-section .season-credit {
    padding: 240px 40px;
  }
}

.altiri-section .season-credit .roaster-coaches, .altiri-section .season-credit .special-thanks, .altiri-section .season-credit .great-history, .altiri-section .season-credit .old-eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 120px auto 0;
}

@media screen and (min-width: 840px) {
  .altiri-section .season-credit .roaster-coaches, .altiri-section .season-credit .special-thanks, .altiri-section .season-credit .great-history, .altiri-section .season-credit .old-eng {
    max-width: 620px;
    margin-top: 240px;
  }
}

.altiri-section .season-credit .credit-poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  margin: 0 auto;
  margin-top: 120px;
}

@media screen and (min-width: 840px) {
  .altiri-section .season-credit .credit-poster {
    max-width: 620px;
    margin-top: 240px;
  }
}

.altiri-section .season-credit .credit-poster .credit-img {
  margin-top: initial;
  margin-bottom: initial;
}

.altiri-section .season-credit .credit-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 56px;
}

@media screen and (min-width: 840px) {
  .altiri-section .season-credit .credit-img {
    max-width: 620px;
    margin-top: 24px;
  }
}

.altiri-section .season-credit .credit-img:first-of-type {
  margin: initial;
}
/*# sourceMappingURL=altiri-history-article.css.map */