@charset "UTF-8";

/*------------------バナーレイアウト修正_260406------------------*/
#sp_image + section {
  display: none;
}
#sp_image + section .inner_item_img a,
#pc_image + section .inner_item_img a {
  transition: transform 0.3s;
}
#sp_image + section .inner_item_img a:hover,
#pc_image + section .inner_item_img a:hover {
  transition: transform 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #sp_image + section {
    display: block;
  }
  #pc_image + section {
    display: none;
  }
}