@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.altiri-section {
  width: 100%;
  overflow-x: hidden;
}
.altiri-section * {
  box-sizing: border-box;
}
.altiri-section img {
  margin: 0;
}
.altiri-section main {
  width: 100%;
}
.altiri-section .club-top-visual-wrapper {
  height: calc(100vh - 122px);
  margin-bottom: 56px;
}
@media screen and (min-width: 840px) {
  .altiri-section .club-top-visual-wrapper {
    height: calc(100vh - 182px);
    margin-bottom: 104px;
  }
}
.altiri-section .club-top-visual {
  width: 100%;
  height: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.altiri-section .club-top-visual img {
  width: 60%;
  max-width: 502px;
  margin: 0;
}
.altiri-section .club-img-container {
  width: 100%;
  height: 184px;
  margin-bottom: 16px;
  border: solid 0.5px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.altiri-section .club-img-container img {
  max-width: 90%;
}
.altiri-section .club-img-container .altiri-vision {
  width: 300px;
}
.altiri-section .club-img-container .altiri-name {
  width: 160px;
}
.altiri-section .club-img-container .altiri-logo {
  width: 100px;
}
.altiri-section .club-img-container .altiri-color {
  width: 232px;
}
.altiri-section .club-slide-animation-wrapper {
  width: 100vw;
  height: 48px;
  background: #000;
  padding: 16px 0;
  overflow: hidden;
  display: flex;
  margin-bottom: 56px;
}
.altiri-section .club-slide-animation-wrapper .slide-animation-img {
  height: 16px;
  width: auto;
  margin: 0;
}
.altiri-section .club-slide-animation-wrapper .history-animation {
  min-width: 2388px;
}
.altiri-section .club-slide-animation-wrapper .slide-animation-img:first-child {
  -webkit-animation: loop-slide1 360s -180s linear infinite;
          animation: loop-slide1 360s -180s linear infinite;
}
.altiri-section .club-slide-animation-wrapper .slide-animation-img:last-child {
  -webkit-animation: loop-slide2 360s linear infinite;
          animation: loop-slide2 360s linear infinite;
}
@media screen and (min-width: 840px) {
  .altiri-section .club-slide-animation-wrapper {
    margin-bottom: 104px;
  }
}
.altiri-section .arena-slide-animation-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 16px;
}
.altiri-section .arena-slide-animation-wrapper .arena-animation {
  width: 3400px;
  min-width: 3400px;
  height: auto;
  margin: 0;
}
.altiri-section .arena-slide-animation-wrapper .history-animation {
  min-width: 2388px;
}
.altiri-section .arena-slide-animation-wrapper .slide-animation-img:first-child {
  -webkit-animation: loop-slide1 150s -75s linear infinite;
          animation: loop-slide1 150s -75s linear infinite;
}
.altiri-section .arena-slide-animation-wrapper .slide-animation-img:last-child {
  -webkit-animation: loop-slide2 150s linear infinite;
          animation: loop-slide2 150s linear infinite;
}
@-webkit-keyframes loop-slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.altiri-section .altiri-club-haedline {
  text-align: center;
  margin: 0 0 40px;
}
.altiri-section .altiri-club-haedline h2 {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02;
  line-height: 1;
}
.altiri-section .altiri-club-haedline p {
  margin: 0;
  text-align: center;
}
.altiri-section .altiri-club-section {
  width: 100%;
  max-width: 620px;
  padding: 0 24px;
  margin: 0 auto 56px;
  overflow-x: visible;
}
.altiri-section .altiri-club-section p {
  margin-bottom: 16px;
}
.altiri-section .altiri-club-section .altiri-newtab-link p {
  margin: 0;
}
@media screen and (min-width: 840px) {
  .altiri-section .altiri-club-section {
    margin: 0 auto 80px;
    padding: 0;
  }
}/*# sourceMappingURL=club.css.map */