.l-mv { background-image: url(../_images/bg-mv.jpg); }
.l-mv .c-title { background: url(../_images/mv-icon-01.png) no-repeat 0 98%, url(../_images/mv-icon-02.png) no-repeat 100% 98%; background-size: 6.25em auto; }
.l-mv .c-title__main { background: url(../_images/mv-catch.png) no-repeat 80% .375em / 2.5em auto; }
.l-mv .c-title__sub { background: url(../_images/bg-border-wave.png) no-repeat 50% 0 / 100% auto; padding-top: 1.25em; }

@media screen and (min-width:768px){

}

/*スマホMV*/
@media screen and (max-width: 767px){
.l-mv {
    background-image: url(../_images/bg-mv.jpg);
    background-repeat: no-repeat;
    height: 30em;
    width: 100%;
    background-position: 55% 60%;/*表示位置調整*/
    }
}