@charset "UTF-8";

#hover + .contents_box01 .inner_item_img a img {
  transition: all 0.3s;
}
#hover + .contents_box01 .inner_item_img a:hover img {
  transform: translateY(-10px);
}