@font-face {
    font-family: NotoSansCJKjp-Regular;
    src: url('NotoSansCJKjp-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.spin {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #fff;
    z-index: 9998;
    left: 0px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    color: black;
}

.spinTitle {
    position: absolute;
    z-index: 9999;
    text-align: center;
    width: 400px;
    height: 100px;
    margin: auto;
    font-size: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
}