@charset "UTF-8";
/* CSS Document */

.text-animation span {
opacity: 0;
}
/* レイアウトのためのスタイル */
.text-animation {
display: flex;
justify-content: center;
letter-spacing: .1em;
}
.scroll {
}