/*========= Loading縺ｮ縺溘ａ縺ｮCSS ===============*/



#splash {pointer-events: none;

	position: fixed;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	background:#fff;
	text-align:center;
	color:#fff;
    top: 0;
    
}



#splash_text {
  width: 300px;
  height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
  z-index: 999;
	transform: translate(-50%, -50%);
	color: #333;
}

#splash_text img.loadLogo{
    height:auto;
    width: 100%;
    height: auto;
    opacity:0.5;
margin-bottom: 20px;
}

#splash_text img{
  width: 50%;height: auto;
  margin-bottom: 30px;
}

.progressbar-text{ font-size: 80%; padding-top: 0.5em;}

.loadBar{ border-radius: 10px;}

@media(max-width:750px){
#splash_text {width: 400px;}
#splash_text img{
    width: 100%;
}
    
    
    
}