@charset "UTF-8";

/*フィルター調整*/
#mv:after {
   background: rgba(81, 79, 78, 0.2);
}
/*MVスクロール削除*/
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
/*MV下パーツの位置調整*/
.index > #mv_outer:not(.edit_outer) + main {
    margin-top: 0px;
}
