@charset "utf-8";

#pre{display:none;}

#loadingBg {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #FFF;
	z-index:999998;
}
#loading {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 50%;
	z-index:999999;
    text-align: center;
}

#loading svg{
	width:100%;
    max-width:600px;
    margin:0 auto;
    display:none;
}

/*アニメーション前のパスの指定*/
#loading svg path {
		fill-opacity: 0;
		transition: fill-opacity .12s;
		fill: none;
		stroke: #0DAC67;
        stroke-width: 1.5;
	}

#loading svg path.nar{
        stroke-width: 1;
}

#loading svg.done path{
	  fill: #0DAC67;
	  fill-opacity: 1;
	  stroke: none;
	}

@media screen and (max-width: 479px) {
	#loading {
    top: 42%;
    left: 10%;
    width: 80%;
	z-index:999999;
}}
#loading svg{
	width:100%;
    display:none;
}
#loading .loading_txt{
    display:none;
}

#loading #percent {
	display:none;
}
#loading .flame{
	display:none;
}
#loading #gauge {
}