body {
    background-color: #FE475D;
    position: relative;
}

.kv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(../img/kv.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.logo-section {
    position: fixed;
    z-index: 2;
    top: 32px;
    left: 32px;
}
.logo-section img {
    height: 56px;
}
.logo-section h2 {
    color: white;
    font-family: mincho, serif;
    font-weight: bold;
    margin-top: 8px;
}

.soon {
    position: fixed;
    z-index: 100;
    width: 61.8vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
}

