/* loading */

#window_loading.no-active {
  display: none;
}

#window_loading .loading-logo {
    position: absolute;
    z-index: 999999;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    display: none;
    height: 56px;
    width: 250px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#window_loading{
	position: fixed;
	width: 100vw;
	height: 100vh;
    max-height: 100dvh;
	background: #fff;
	text-align: center;
	color: #fff;
	top: 0;
	z-index: 99999;
}
#window_loading .loading-logo img {
    max-width: 250px;
    width:50%;
}
#loading_text {
    width: 100%;
    height: 100%;
}

#window_loading .loading-logo .logo-area {
    display: block;
    margin: auto;
    width: 250px;
    max-width: 200px;
    height: 60px;
    background-image: url(../image/base/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width: 559px) {


#window_loading .loading-logo .logo-area {
    max-width: 185px;
}
}