@charset "UTF-8";

#banner + section.contents_box01 .inner_item_img a {
  display: block;
  transition: transform 0.3s ease;
}

#banner + section.contents_box01 .inner_item_img a:hover {
  transform: scale(1.05);
}