@charset "UTF-8";

/*------------------バナー調整------------------*/
#top_banner_pc + section .inner_item_img a:hover,
#top_banner_sp + section .inner_item_img a:hover {
    opacity: 0.7;
}

#top_banner_sp + section {
    display: none;
}

@media screen and (max-width: 900px) {
#top_banner_sp + section {
    display: block;
}
#top_banner_pc + section {
    display: none;
}
}
/*MVスクロール削除*/
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
