.contents{position:relative;display:grid;place-items:center;width:100vw;height:100vh;box-sizing:border-box;background-color:#fff;overflow:hidden}.loading-area{display:grid;place-items:center;width:400px;height:100%;overflow:hidden}.loading-text{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,游ゴシック Medium,YuGothic,YuGothicM,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;font-size:2rem;font-weight:700;text-transform:uppercase;animation:moveInOut 2s ease-in-out infinite}@keyframes moveInOut{0%{transform:scaleX(3) translateX(100%) skewX(45deg)}30%,60%{transform:scaleX(1) translateX(0)}to{transform:scaleX(3) translateX(-200%) skewX(45deg)}}