@charset "UTF-8";
/* ▼▼▼ インスタグラム
=====================================*/
.insta_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
@media screen and (min-width: 769px) {
  .insta_wrap {
    display: flex;
    gap: 0;
  }
}
.insta_wrap a {
  display: block;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}