@charset "utf-8";

.contents .pageMv {
  background: url(/wp-content/themes/cas/img/mv/mv_newscenter_top.png) no-repeat;
}

/* SP */
@media screen and (max-width: 768px) {
  .contents .pageMv {
    background: url(/wp-content/themes/cas/img/mv/mv_newscenter_top-sp.png) no-repeat;
    background-size: cover;
  }
}