@charset "utf-8";

/* 自動組立ライン */
.product_mv {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
}
@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/automatic-welding/images/eyecatch.jpg);
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/automatic-welding/images/eyecatch_sp.jpg);
    }
}
