@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
.top_insta_4 {
    width: 100%;
    margin: 0 auto;
  }
  .top_insta_4 .sns_list {
    flex-direction: inherit !important;
    border: none !important;
    flex-wrap: wrap;
  }
  .top_insta_4 .sns_list .sns_text {
    display: none;
  }
  .top_insta_4 .sns_list .square-inner {
    position: relative;
    display: block;
  }
  .top_insta_4 .sns_list .square-inner:before {
    position: relative;
    z-index: 1;
    content: "";
    display: block;
    width: 100% !important;
  }
  .top_insta_4 .sns_list .square-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100% !important;
    height: 100% !important;
  }
  .top_insta_4 .sns_list .sns_photo {
    width: 100% !important;
    height: 100%;
  }
  .top_insta_4 .sns_list .sns_photo img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .top_insta_4 .sns_list > div {
    border: none !important;
    width: 23%;
    margin: 0 1%;
  }
  /* @media screen and (min-width: 641px) and (max-width: 835px) {
    .top_insta_4 .sns_list > div {
      width: 33.333%;
    }
  } */
  @media only screen and (max-width: 640px) {
    .top_insta_4 .sns_list > div {
      width: 48%;
      margin: 1%;
    }
  }
  @media screen and (max-width: 350px) {
    .top_insta_4 .sns_list > div {
      width: 100%;
      margin: 0 0 1% 0;
    }
  }
  

/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}