@media screen and (min-width:769px){#loading{display:none}}@media screen and (max-width:768px){#loading{position:fixed;top:0;left:0;width:100vw;height:100vh;height:calc(var(--vh, 1vh) * 100);z-index:3000;visibility:visible;background-color:solid #fff}#loading.load-end{visibility:hidden;transform:translateY(-100%);display:none}.loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loading-items{margin-top:auto;margin-bottom:auto}.loading-item{display:flex;flex-wrap:wrap}.loading-mark img{width:300px;height:auto}}