@charset "UTF-8";

/* CSS Document */
.section {
    padding: 100px 0;
}

/*---mv---*/

.mv_sub {
    background: url(../images/mv.jpg) center center no-repeat;
    background-size: cover;
}

#concept .parts2 .imgArea {
    background: url(../images/concept_img01.jpg) no-repeat center center;
    background-size: cover;
}


/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    /*SP*/
    /*---spmv---*/


    .mv_sub {
        background:url(../images/mv.jpg) top 50% left 40% no-repeat;
        background-size: cover;
    }
}

/*/*/
