@charset "UTF-8";

/*--アクセス、カード見出しカラー変更--*/
#top_access + div .wrapper_item .inner_item:nth-of-type(1) .heading.block_header_4 .h {
  color: #0000CD;
}
#top_access + div .wrapper_item .inner_item:nth-of-type(2) .heading.block_header_4 .h {
  color: #c81970;
}

/*--MV動画--*/
#mv.mv_mp4_cover .mv_mp4 video, #mv.mv_mp4_cover2 .mv_mp4 video {
    width: 100%!important;
    margin-left: 0!important;
    object-fit: cover;
    object-position: right;
}