@charset "UTF-8";

/* main ↓↓ */

.topics_inner_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.section_coming_soon {
    display: flex;
    width: 100%;
    height: 500px;
    justify-content: center;
    align-items: center;
}
.coming_soon_txt {
    color: #333;
    text-align: center;
    font-family: Suranna;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}

/* main ↑↑ */
