@charset "UTF-8";

/*バナー*/
#banner + section .content_wrapper .wrapper_item .inner_item_img a {
    transition: 0.4s ease-in-out;
}
#banner + section .content_wrapper .wrapper_item .inner_item_img a:hover {
    opacity: .5;
}