body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.blinking{animation:blink 1.5s ease-in-out infinite alternate}@keyframes blink{0%{opacity:0}to{opacity:1}}.contents{background-color:#fff;box-sizing:border-box;display:grid;height:100vh;overflow:hidden;place-items:center;position:relative;width:100vw}.loading-area{display:flex;gap:5px;justify-content:center}.loading-area span{animation:rotate 1s linear infinite;color:#000;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,游ゴシック Medium,YuGothic,YuGothicM,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;font-size:1rem;text-transform:uppercase}.loading-area span:nth-child(2){animation-delay:.1s}.loading-area span:nth-child(3){animation-delay:.2s}.loading-area span:nth-child(4){animation-delay:.3s}.loading-area span:nth-child(5){animation-delay:.4s}.loading-area span:nth-child(6){animation-delay:.5s}.loading-area span:nth-child(7){animation-delay:.6s}.loading-area span:nth-child(8){animation-delay:.7s}.loading-area span:nth-child(9){animation-delay:.8s}.loading-area span:nth-child(10){animation-delay:.9s}@keyframes rotate{10%{transform:scale(1.1)}}