@charset "utf-8";
/* CSS Document */
#Mv {
padding-top: 580px;
background: url(../img/mv_pc.jpg) top center no-repeat;
}
#ContentsWrap {
width: 100%;
}
#CEMvCopy{
width:100%;
max-width:980px;
margin: 0 auto;
padding: 10px;
}
@media screen and (max-width: 980px) {
#Mv {
background: url(../img/mv_mb.jpg) top center no-repeat;
background-size: 100% auto;
padding-top: 73.469387755%;
}
#ContentsWrap {
width: 100%;
float: none;
}
}