#loadingWrap {
width: 100%;
height: 100vh;
background: #000;
position: fixed;
top: 0;
left: 0;
z-index: 10;
}

#loading {
width: 5em;
height: 5em;
border-top: 1em solid rgba(255, 255, 255, 0.2);
border-right: 1em solid rgba(255, 255, 255, 0.2);
border-bottom: 1em solid rgba(255, 255, 255, 0.2);
border-left: 1em solid rgba(255, 255, 255, 1);
animation: loaderAnime 1s infinite linear;
border-radius: 50%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
z-index: 11;
}

@keyframes loaderAnime {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

.loadingNone {
animation: loadingAnime 1s forwards;
display: none;
}

@keyframes loadingAnime {
0% {
opacity: 1;
}
99% {
opacity: 0;
}
100% {
opacity: 0;
display: none;
}
}

body.promise.iPhone {

}
body#top.iPhone section#sec1 .contetu div.pr-box-1 .pr-box-r,
body#top.Android section#sec1 .contetu div.pr-box-1 .pr-box-r,
body#top.promise.iPhone section#sec3 .contetu div.pr-box-1 .pr-box-r,
body#top.promise.iPhone section#sec3 .contetu div.pr-box-1 .pr-box-r,
body#top.promise.Android section#sec3 .contetu div.pr-box-1 .pr-box-r,
body#top.promise.Android section#sec3 .contetu div.pr-box-1 .pr-box-r {
	background-position: 50% 0px;
}
body#top.promise.iPhone section#sec1 .contetu div.pr-box-1 .sp h3.sp,
body#top.promise.Android section#sec1 .contetu div.pr-box-1 .sp h3.sp,
body#top section#sec2 .contetu div.pr-box-2 .sp h3.sp,
body#top section#sec3 .contetu div.pr-box-1 .sp h3.sp,
body#top section#sec4 .contetu div.pr-box-2 .sp h3.sp {
    margin: 0;
    margin-top: 6vh;
}