@charset "UTF-8";

/* 特徴パーツフィルター追加(2026/08/06) */
#feature + .contents_box01::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
}

/* MVリンク調整(2026/08/06) */
#mv .mv_textimg a {
    bottom: 5%;
    width: 79.5%;
    left: 1%;
}