.loading {
    position : absolute;
    width : 1024px;
    height : 768px;
    top : 0px;
    left : 0px;
}

.loading .loading_background {
    position : absolute;
    width : 100%;
    height : 100%;
    top : 0px;
    left : 0px;
    background-color : rgba(0, 0, 0, 0.5);
}

.loading .loading_img {
    position : absolute;
    display : block;
    top : 360px;
    left : 488px;
    width : 48px;
    height : 48px;
}

.loading .loading_progress {
    position : absolute;
    width : 100%;
    top : 420px;
    text-align : center;
    /* font-family : "Noto Sans", "Noto Sans CJK JP Light", sans-serif; */
    font-size : 18px;
    color : #000000;
}
