@charset "UTF-8";

/*----------------バナー切り替え----------------*/
#top_banner_sp + section {
    display: none;
}
@media screen and (max-width: 700px) {
#top_banner_pc + section {
    display: none;
}
#top_banner_sp + section {
    display: block;
}
}