@charset 'utf-8';

main.top {
  margin-top: 100vh;
  /*
  padding-top: 80vh;
  */
}
.animation_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  padding: 2rem;
  text-align: center;
  font-size: 8rem;
  z-index: 50;
}
.animation_text.font_s {
  font-size: 1rem;
}
.animation_text.font_m {
  font-size: 2rem;
}
.animation_text.font_l {
  font-size: 12rem;
}
.animation_text.font_lll {
  line-height: 1.2;
  font-size: 20rem;
}
.animation_text small {
  font-size: 50%;
}
