@charset "UTF-8";

/*--MV調整--*/
#mv .mv_text h2:before {
    content: none;
}

#top_column + block_news_1 {
    background-color: rgb(0 0 0 / 52%);
}


#top_column + .block_news_1 {
    position: relative;
}
#top_column + .block_news_1::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}