@charset "UTF-8";

/*------------------インスタグラムレイアウト修正_260406------------------*/
#sp_image + section {
  display: none;
}
#sp_image + section .inner_item_img a,
#pc_image + section .inner_item_img a {
  overflow: hidden;
  display: block;
}
#sp_image + section .inner_item_img a img,
#pc_image + section .inner_item_img a img {
  transition: transform 0.3s;
  transform: scale(1.05);
}
#sp_image + section .inner_item_img a:hover img,
#pc_image + section .inner_item_img a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #sp_image + section {
    display: block;
  }
  #pc_image + section {
    display: none;
  }
}