@charset "UTF-8";

/* バナー調整(2026/01/27) */
#top_banner + section a {
    transition: opacity .3s;
}
#top_banner + section a:hover {
    opacity: 0.7;
}