@charset "UTF-8";
/* ▼▼▼ インスタグラム
=====================================*/
.insta_wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insta_wrap li {
  -ms-flex: 0 0 32%;
  -webkit-box-flex: 0;
          flex: 0 0 32%;
  width: 32%;
  max-width: 32%;
}
.insta_wrap li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.insta_wrap li:nth-last-of-type(n+4) {
  margin-bottom: 2%;
}
.insta_wrap li a {
  display: block;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}