@charset "UTF-8";

/*----- 表示調整(2025/02/20) -----*/
#top_news + .block_news_1 .contents_btn01.block_button_1 a::after {
    border: 1px solid var(--i_btn_txt_color);
}

#top_staff2+.gallery_single::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 92%;
    height: 100%;
    min-width: 1340px;
    background: linear-gradient(180deg, var(--i_main_color), rgb(143 147 117 / 20%));
}
#top_staff2+.gallery_single .content_wrapper>.heading .h,
#top_staff2+.gallery_single .content_wrapper>.add_text {
    color: #fff;
}
#top_staff2+.gallery_single .content_wrapper>.heading p {
    color: var(--i_sub2_color);
    opacity: 0.2;
}