/* pc-only */
@media screen and (min-width: 768px) {
    body {
        width: 120rem;
    }
    .coming-soon {
        color: #00B9AD;
        font-family: "Hiragino Kaku Gothic Pro";
        font-size: 6.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.375rem;
        text-align: center;
        margin-top: 10.44rem;
        margin-bottom: 2.75rem;
    }
    .mini-text {
        color: #3E3A39;
        font-family: "Hiragino Kaku Gothic Pro";
        font-size: 1.625rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.0975rem;
        text-align: center;
        margin-bottom: 8rem;
    }
    .form-img {
        width: 88.125rem;
        height: 32.5625rem;
        flex-shrink: 0;
        aspect-ratio: 1410/521;
        margin: 0 15.94rem 8rem 15.94rem;
    }
}

/* sp-only */
@media screen and (max-width: 768px) {
    .coming-soon {
        color: #00B9AD;
        text-align: center;
        font-family: "Hiragino Kaku Gothic Pro";
        font-size: 5.625rem;
        font-style: normal;
        font-weight: 600;
        line-height: 6.25rem; /* 111.111% */
        letter-spacing: 0.3375rem;
        margin-top: 7.37rem;
        margin-bottom: 4.62rem;
    }
    .mini-text {
        color: #3E3A39;
        text-align: center;
        font-family: "Hiragino Kaku Gothic Pro";
        font-size: 1.625rem;
        font-style: normal;
        font-weight: 600;
        line-height: 3.125rem; /* 192.308% */
        letter-spacing: 0.0975rem;
        text-align: center;
        margin-bottom: 3.44rem;
    }
    .form-img {
        width: 46.9375rem;
        height: 53.5rem;
        aspect-ratio: 751/856;
        margin-bottom: 4.81rem;
    }
}