@charset "UTF-8";
/*comingsoon*/
.comingsoon-page {
    padding: 5% 0 10%;
}
.comingsoon-page .txt01 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 80px;
    font-size: 8rem;
    line-height: 1.2;
    color: rgba(39, 109, 173, 0.2);
    margin-bottom: 5%;
    letter-spacing: 7px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 780px) {
    .comingsoon-page .txt01 {
        font-size: 60px;
        font-size: 6rem;
    }
}
@media screen and (max-width: 660px) {
    .comingsoon-page .txt01 {
        font-size: 45px;
        font-size: 4.5rem;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 450px) {
    .comingsoon-page .txt01 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1;
        text-align: left;
    }
}
.comingsoon-page .txt02 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 7%;
    text-align: center;
}
@media screen and (max-width: 780px) {
    .comingsoon-page .txt02 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 660px) {
    .comingsoon-page .txt02 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 450px) {
    .comingsoon-page .txt02 {
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 10%;
    }
}