@charset "UTF-8";

#c3 + .composite_box01 .inner_item {
transition: 0.4s all;
}
#c3 + .composite_box01 .inner_item:hover {
opacity: 0.7;
}

/* 2026/07/03 */
@media screen and (max-width: 768px) {
    #mv .mv_textimg:has(.mv_textimg_sp.pos_cb) {
        bottom: -80%;
        top: inherit;
    }
    #mv_outer {
        padding-bottom: 55%;
    }
}