@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.instagram div.sns_list {
    flex-direction: row;
    border: none;
    flex-wrap: wrap;
  }
  .instagram div.sns_list > div {
    width: calc((100% - 64px) / 5);
    flex-direction: column;
    border: none;
    margin-right: 16px;
  }
  .instagram div.sns_list > div:nth-child(5n) {
    margin-right: 0;
  }
  .instagram div.sns_list div.sns_photo {
    width: 100%;
    padding: 0 0 100%;
    position: relative;
    overflow: hidden;
  }
  .instagram div.sns_list div.sns_photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }
  .instagram div.sns_list div.sns_text {
    display: none;
  }

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){






}
/*===========================sp END====================================== */