@charset "utf-8";

/* レーザー */
.product_mv {
    background-repeat: no-repeat;
    background-position: 55% 0;
    background-attachment: fixed;
}
@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/laser/images/eyecatch.jpg);
    }
    .laser_main .common_side_nav .contents_btn_inner{
        padding: 15rem 20rem;
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/laser/images/eyecatch_sp.jpg);
    }
    .laser_main .common_side_nav  .contents_btn_inner{
        font-size: 22rem;
        line-height: calc(32/22);
        padding: 25rem 20rem;
    }
    .laser_main .common_ttl_1{
        width: 100%;
        font-size: 42rem;
        margin-bottom: 40rem;
    }
    .laser_automatic_box_txt{
        margin-top: 0;
    }
}