@charset "UTF-8";
/* CSS Document */

/*下層MV*/
#wood-products #lower_mv {
    background: url("../../assets/img/service/wood-products/mv.webp") no-repeat;/*各ページごとに変更*/
    background-size: cover;
    background-position: center;
}
#wood-products main {
    margin-top: 80px;/*各ページごとに変更*/
}
@media (max-width: 768px) {
    #wood-products main {
        margin-top: 40px;
    }
}


