@charset "UTF-8";

.bl_mv {
    margin-bottom: 10px;
}

.bl_banner {
    margin-bottom: 20px;
}

.bl_column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.bl_column_head {
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(135deg, transparent 5px, #000 0) top left, linear-gradient(225deg, transparent 0, #000 0) top right, linear-gradient(315deg, transparent 0, #000 0) bottom right, linear-gradient(45deg, transparent 0, #000 0) bottom left;
    background-size: 50% 51%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    line-height: 1;
}

.bl_column_topics {
    width: 250px;
}

.bl_column_topics_item {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.bl_column_topics_item_date {
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
    font-size: 17.6px;
    line-height: 1;
}

.bl_column_topics_item_link {
    font-size: 16px;
    color: #0000EE;
    text-decoration: underline;
}

.bl_column_topics_item_link:visited {
    color: #55108a;
}

.bl_column_topics_banner {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.bl_column_member {
    width: 600px;
}

.bl_column_member_banner {
    display: inline-block;
    margin-bottom: 30px;
}

.bl_column_member_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bl_column_member_item {
    margin-bottom: 10px;
}

.bl_column_member_item_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 295px;
    background: #000;
    padding: 10px;
}

.bl_column_member_item_link.new {
    position: relative;
    outline: 3px solid #ff0000;
    outline-offset: -3px;
}

.bl_column_member_item_link.new::after {
    content: 'NEW';
    position: absolute;
    top: 0;
    left: 0;
    background: #ff0000;
    color: #ffff00;
    font-size: 12px;
    padding: 1px 3px;
    line-height: 1;
}

.bl_column_member_item_img {
    width: 65px;
}

.bl_column_member_item_txtWrap {
    width: 195px;
}

.bl_column_member_item_name {
    font-size: 25.6px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.bl_column_member_item_romaji {
    font-size: 14.4px;
    color: #fff;
}

.bl_column_sns {
    width: 300px;
}

.bl_column_sns_item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c5c5c5;
}

.bl_column_sns_item_link {
    display: flex;
}

.bl_column_sns_item_img {
    width: 35px;
    border: 1px solid #0093FF;
    margin-right: 10px;
}

.bl_column_sns_item_txtWrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.bl_column_sns_item_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.bl_column_sns_item_name.new {
    position: relative;
}

.bl_column_sns_item_name.new::after {
    content: 'NEW';
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    background: #ff0000;
    color: #ffff00;
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    margin-left: 7px;
}

.bl_column_sns_item_romaji {
    font-size: 12px;
    color: #999;
    line-height: 1;
}

.bl_column_sns_banner {
    display: inline-block;
    margin-bottom: 10px;
}


@media screen and (max-width: 766px) {
    
    .bl_banner {
        text-align: center;
        margin-bottom: 1.3vh;
    }

    .bl_column {
        flex-flow: column;
        margin-bottom: 5vh;
    }

    .bl_column_topics {
        width: 94%;
        margin: 0 auto 3vh;
    }

    .bl_column_head {
        background: #000;
        padding: 10px;
        font-size: 16px;
    }

    .bl_column_topics_list {
        margin-bottom: 4vh;
    }

    .bl_column_topics_item_link {
        line-height: 1.4;
    }

    .bl_column_banner {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }

    .bl_column_banner_img {
        display: inline-block;
        margin-bottom: 2.5%;
    }

    


}