@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.altiri-section .altiri-button-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 840px) {
  .altiri-section .altiri-button-wrapper {
    flex-wrap: initial;
  }
}
.altiri-section .altiri-button {
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  padding: 15px;
  background-color: #FFF;
  color: #030B1C;
  border: solid #FFF 2px;
  margin: 10px;
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
}
.altiri-section .altiri-button:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.altiri-section .second {
  color: #FFF;
  background-color: #030B1C;
}
.altiri-section .second:hover {
  opacity: initial;
  color: #030B1C;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.altiri-section .coming-top-visual-wrapper {
  margin-bottom: 56px;
}
@media screen and (min-width: 840px) {
  .altiri-section .coming-top-visual-wrapper {
    height: calc(100vh - 182px);
    margin-bottom: 104px;
  }
}
.altiri-section .coming-top-visual-wrapper .coming-top-visual {
  display: flex;
  justify-content: center;
  height: 70vh;
  max-width: 1600px;
  margin: 0 auto;
}
.altiri-section .coming-top-visual-wrapper .coming-top-visual .coming-img {
  width: 70%;
}
@media screen and (min-width: 840px) {
  .altiri-section .coming-top-visual-wrapper .coming-top-visual .coming-img {
    width: 33%;
  }
}
.altiri-section .coming-slide-animation-wrapper {
  width: 100vw;
  height: auto;
  background: #000;
  padding: 16px 0;
  overflow: hidden;
  display: flex;
  margin-bottom: 56px;
}
.altiri-section .coming-slide-animation-wrapper .slide-animation-img {
  height: 16px;
  width: auto;
  margin: 0;
}
.altiri-section .coming-slide-animation-wrapper .coming-animation {
  min-width: 2365.64px;
}
.altiri-section .coming-slide-animation-wrapper .slide-animation-img:first-child {
  animation: loop-slide1 90s -45s linear infinite;
}
.altiri-section .coming-slide-animation-wrapper .slide-animation-img:last-child {
  animation: loop-slide2 90s linear infinite;
}
@media screen and (min-width: 840px) {
  .altiri-section .coming-slide-animation-wrapper {
    margin-bottom: 104px;
  }
}
@keyframes loop-slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.altiri-section .altiri-coming-section {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 56px;
  overflow-x: visible;
  text-align: center;
}
.altiri-section .altiri-coming-section p {
  margin-bottom: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section .altiri-coming-section {
    margin: 0 auto 80px;
    padding: 0;
  }
}
.altiri-section .altiri-coming-haedline {
  text-align: center;
  margin: 0 0 40px;
}
.altiri-section .altiri-coming-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-coming-haedline p {
  margin: 0;
  text-align: center;
}
.altiri-section .altiri-spotify-wrapper {
  margin: 56px 10px;
}
@media screen and (min-width: 840px) {
  .altiri-section .altiri-spotify-wrapper {
    margin: 80px 10px;
  }
}
.altiri-section .altiri-spotify-wrapper .spotify-playlist {
  width: 100%;
  max-width: 620px;
}/*# sourceMappingURL=coming-soon.css.map */