@charset "UTF-8";

#top_text + section .title {
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: normal;
  color: #aa8f7b;
}
#top_text + section .title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
#top_text.scroll + section .title span {
  transform: translate(0, 0);
}
#top_text + section .title span:nth-child(2) {
  transition-delay: 0.06s;
}
#top_text + section .title span:nth-child(3) {
  transition-delay: 0.12s;
}
#top_text + section .title span:nth-child(4) {
  transition-delay: 0.18s;
}
#top_text + section .title span:nth-child(5) {
  transition-delay: 0.24s;
}
#top_text + section .title span:nth-child(6) {
  transition-delay: 0.30s;
}
#top_text + section .title span:nth-child(7) {
  transition-delay: 0.36s;
}
#top_text + section .title span:nth-child(8) {
  transition-delay: 0.42s;
}
#top_text + section .title span:nth-child(9) {
  transition-delay: 0.48s;
}
#top_text + section .title span:nth-child(10) {
  transition-delay: 0.54s;
}
#top_text + section .title span:nth-child(11) {
  transition-delay: 0.6s;
}
#top_text + section .title span:nth-child(12) {
  transition-delay: 0.66s;
}
#top_text + section .title span:nth-child(13) {
  transition-delay: 0.72s;
}
#top_text + section .title span:nth-child(14) {
  transition-delay: 0.78s;
}
#top_text + section .title span:nth-child(15) {
  transition-delay: 0.84s;
}
#top_text + section .title span:nth-child(16) {
  transition-delay: 0.9s;
}
#top_text + section .title span:nth-child(17) {
  transition-delay: 0.98s;
}
#top_text + section .title span:nth-child(18) {
  transition-delay: 1.04s;
}
#top_text + section .title span:nth-child(19) {
  transition-delay: 1.08s;
}
#top_text + section .title span:nth-child(20) {
  transition-delay: 1.14s;
}
#top_text + section .title span:nth-child(21) {
  transition-delay: 1.2s;
}
#top_text + section .title span:nth-child(22) {
  transition-delay: 1.26s;
}
#top_text + section .title span:nth-child(23) {
  transition-delay: 1.32s;
}

@media screen and (max-width: 900px) {
   #top_text + section .title {
        font-size: max(4vw,20px);
    }
}