@charset "UTF-8";
/* TOPページ */
.bl_top_whats {
    position: relative;
}

.bl_top_whats_btn {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.bl_modal_contents img {
    position: relative;
}

.bl_modal_close_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.bl_top_link {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 25px;
}

.bl_top_ranking {
    margin: 25px 25px 0;
}

.bl_list_more {
    margin: 20px auto 0;
    text-align: center;
    max-width: 300px;
}

.bl_hl_title {
    border-top: 1px #3bdb9d solid;
    margin-top: 30px;
}

.bl_hall_select {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 25px;
}