@charset "utf-8";

/* show loading */
#js-loading{position:fixed;background-color:rgba(0,0,0,0.4);font-size:3rem;color:#fff;width:100vw;height:100vh;top:0;left:0;z-index:1000;display:none;}
#js-loading .inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}