/* CSS Document */



@media screen and ( min-width: 769px ){
    .t-brillia__mv::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background: url(../img/brillia/mv.webp) no-repeat center top / cover;
        pointer-events: none;
    }
}
@media screen and ( max-width: 768px ){
    .t-brillia__mv {
        height: 100dvh;
    }
    .t-brillia__mv::before {
        top: 0;
        height: 100dvh;
    }
}



.section_01-swiper-slide_03 .t-brillia__feature__desc__image span {
    color: #fff;
    padding-left: 0.2em; 
    padding-right: 0.2em; 
    background-color: rgba( 0, 0, 0, 0.4 );
}