@charset "UTF-8";
.insta {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  padding: 39px 0 0;
}
.insta .title {
  background: url(/sb/img/pages/hihatsu01/insta/bg01.jpg) no-repeat top / cover;
  padding-bottom: 50px;
}
.insta .title .icon {
  width: 9%;
  display: block;
  margin: 0 auto;
  padding: 53px 0 37px;
}
.insta .title .text {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.insta .inner {
  background: url(/sb/img/pages/hihatsu01/insta/bg02.jpg) repeat top / contain;
  padding: 0 36px 35px;
}
.post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.post li {
  width: 49%;
  padding-bottom: 20px;
}
.ecbn-selection-wrapper .ecbn-selection-title, .ecbn-selection-page-wrapper .ecbn-selection-title {
  display: none;
}
.ecbn-selection-wrapper .ecbn-selection-description, .ecbn-selection-page-wrapper .ecbn-selection-description {
  display: none;
}
.ecbn-selection-page-wrapper .ecbn-selection-more-btn {
  background: #5F9674;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 0;
  font-weight: bold;
  height: auto;
  line-height: 1.0;
  margin: 37px auto 20px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  width: 59%;
  border: none;
}
.ecbn-selection-page-wrapper .ecbn-selection-more-btn:before {
  font-size: 24px;
  content: 'すべてを見る';
}
.vsmTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
}
.vsmTitle .icon {
  width: 6.5%;
  padding-right: 10px;
}
.vsmTitle p {
  font-size: 26px;
  font-weight: bold;
  margin: inherit;
}
@media only screen and (max-width:750px) {
  .insta .title .icon {
    width: 12%;
    padding: 8vw 0 5vw;
  }
  .insta .title .text {
    width: 79%;
  }
  .insta .title {
    padding-bottom: 8vw;
  }
  .insta .inner {
    padding: 0 4vw 9vw;
  }
  .post li {
    width: 49%;
    padding-bottom: 3vw;
  }
  .post {
    padding-bottom: 5vw;
  }
  .vsmTitle p {
    font-size: 5.5vw;
  }
  .vsmTitle .icon {
    width: 9%;
    padding-right: 2vw;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    margin: 5vw auto 5vw;
    padding: 4vw 0;
    width: 90%;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-more-btn::before {
    font-size: 5vw;
  }
}