@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/nutrunner/images/eyecatch.jpg?v=1);
    }
    .nutrunner_main .common_side_nav .contents_btn_inner{
        padding: 15rem 20rem;
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/nutrunner/images/eyecatch_sp.jpg?v=1);
    }
    .nutrunner_main .common_side_nav .contents_btn_inner{
        font-size: 22rem;
        line-height: calc(32/22);
        padding: 25rem 20rem;
    }
    .nutrunner_main .common_ttl_1{
        font-size: 42rem;
    }
    .product_automatic_txt {
        line-height: calc(54 / 26);
    }
    .product_automatic_txt {
        margin-bottom: 100rem;
    }
    .product_automatic_box {
        row-gap: 0;
    }
    .product_automatic_box_txt {
        margin-top: 0;
    }
    .product_automatic_box_figure {
        margin-top: 50rem;
    }
    .product_automatic_box .product_btn {
        margin-top: 63rem;
    }
    .product_automatic_box_wrap_4 .common_ttl_1 {
        line-height: calc(50 / 42);
    }
    .product_wrap .common_side_nav_target_item + .common_side_nav_target_item {
        margin-top: 80rem;
    }
}