body {
    display: block !important;
}

#loading_startup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    font-size: 3.5rem;
}

.loading_lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.loading-text {
    position: absolute;
    top: -30%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.loading-text span {
    display: inline-block;
    padding: 0;
    margin: 0 -8px;
    color: #f64e3d;
    font-family: HighlandGothicFLF_Bold, 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.regist-symbol {
    font-weight: normal !important;
    top: -2px !important;
    padding-left: 20px !important;
    position: absolute;
    font-size: 2.5rem;
}

.loading-text span:nth-child(1) {
    filter: opacity(1);
    animation: blur-text 2s 0.5s infinite linear alternate;
}
.loading-text span:nth-child(2) {
    filter: opacity(1);
    animation: blur-text 2s 0.75s infinite linear alternate;
}
.loading-text span:nth-child(3) {
    filter: opacity(1);
    animation: blur-text 2s 1s infinite linear alternate;
}
.loading-text span:nth-child(4) {
    filter: opacity(1);
    animation: blur-text 2s 1.25s infinite linear alternate;
}
.loading-text span:nth-child(5) {
    filter: opacity(1);
    animation: blur-text 2s 1.5s infinite linear alternate;
}
.loading-text span:nth-child(6) {
    filter: opacity(1);
    animation: blur-text 2s 1.75s infinite linear alternate;
}
.loading-text span:nth-child(7) {
    filter: opacity(1);
    animation: blur-text 2s 2s infinite linear alternate;
}
.loading-text span:nth-child(8) {
    filter: opacity(1);
    animation: blur-text 2s 2.25s infinite linear alternate;
}

@keyframes blur-text {
    0% {
        filter: opacity(1);
    }
    25% {
        filter: opacity(1);
    }
    50% {
        filter: opacity(1);
    }
    75% {
        filter: opacity(1);
    }
    85% {
        filter: opacity(0.7);
    }
    90% {
        filter: opacity(0.6);
    }
    100% {
        filter: opacity(0.5);
    }
}
