@charset "UTF-8";

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