@charset "utf-8";

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
    #mv {
        position: relative;
        background: url("../../resources/sw_img/h1bg_product.jpg") no-repeat center center / cover;
        background-size: cover;
    }

    #mv:before {
        content: "";
        display: block;
        padding-top: 33.333%;
    }

    #page-intro {
        position: absolute;
        top: 115px;
    }


}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
    #header:before {
/*        top: 409px; */
    }

    #mv {
        height: 349px;
        background: url("../../resources/sw_img/h1bg_product.png") no-repeat center center;
        background-size: cover;
    }

    #page-intro {
        top: 270px;
    }
}

/* -- 印刷用 -- */
@media print {
}
