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

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

