@charset "utf-8";
#cont-mv {
  background: url(../images/column/mv_pc.jpg) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  #cont-mv {
    background: url(../images/column/mv_sp.jpg) no-repeat center bottom;
  }
}
