@charset "UTF-8";#splash{position:fixed;width:100%;height:100%;background-color:#f0f0f0;z-index:9999999;text-align:center;color:#333}.splashbg{position:fixed;top:0;right:0;bottom:0;left:0;border-width:0;border-style:solid;border-color:#f0f0f0;animation-duration:.5s;animation-fill-mode:forwards}@keyframes backBoxAnime{99.9%{z-index:2;border-width:0}100%{z-index:-1;border-width:0}}#container{position:relative;opacity:0}body.appear #container{animation-name:PageAnimeAppear;animation-duration:1s;animation-delay:.2s;animation-fill-mode:forwards;opacity:0}@keyframes PageAnimeAppear{0%{opacity:0}100%{opacity:1}}.svganimeblock{width:250px;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:30px}@media (min-width:1024px){.svganimeblock{top:0;height:50px}}.svganimeblock svg{width:100%}.svganimeblock svg path{fill-opacity:0;transition:fill-opacity .2s;transition-timing-function:ease-out;fill:none;stroke:#414345}.svganimeblock svg.done path{fill:#414345;fill-opacity:1;stroke:none}@keyframes japan{0%{stroke-dashoffset:2572;fill:transparent;opacity:0}40%{stroke-dashoffset:0;fill:transparent;opacity:1}50%{stroke-dashoffset:0;fill:#414345;opacity:1}100%{stroke-dashoffset:0;fill:#414345;opacity:1}}