/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.Instagram_01 .sns_photo img {
  width: 150px !important;
  object-fit: cover;
  height: 150px !important;
}
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px) {
  /*----------------------------------------------------------------------------制作*/
  .Instagram_01 .sns_photo img {
    width: 100% !important;
    object-fit: cover;
    height: 150px !important;
  }
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px) {
  /*----------------------------------------------------------------------------制作*/
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/
}

.title-04 h2 {
  font-size: 4.5rem;
  font-weight: 500;
}

.pro-ins {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.left-pro {
  clear: both;
  width: calc((80% - 10px) / 2);
  padding-right: 10px !important;
}

.index-banner {
  height: 465px;
  max-height: 465px;
}

.right-ins {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((120% - 10px) / 2);
  justify-content: center;
  padding-left: 10px;
}

.bg100._mgT {
  margin-top: 5% !important;
  width: 100%;
}

.Instagram_01 {
  width: 100%;
}

div.sns_list > div {
  width: 100%;
  display: flex;
  border-bottom: none;
}

.Instagram_01 ul {
  display: none;
}

.Instagram_01 .sns_date {
  display: none;
}

.Instagram_01 .sns_text .caption {
  height: calc(2.4em * 4);
  line-height: 2.4em;
  overflow: hidden;
  font-size: 14px;
}

.Instagram_01 .sns_photo img {
  max-width: 100%;
  height: 100% !important;
}

.itext {
  height: ;
}

@media screen and (max-width: 834px) {
  .title-04 h2 {
    font-size: 4.5rem;
    font-weight: 500;
    padding-right: 0;
    text-align: center !important;
  }

  .pro-ins {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .left-pro {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 0 0 !important;
  }

  .index-banner {
    height: 100%;
    max-height: 465px;
  }
  .right-ins {
    width: 100%;
    padding: 0 0 0 0;
  }
  div.sns_list > div {
    width: 100%;
    display: flex;
    border-bottom: none;
    flex-direction: row;
    align-items: flex-start;
  }
  .Instagram_01 .sns_photo img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
  }

  .Instagram_01 .sns_text .caption {
    height: calc(2.4em * 5);
  }
}

@media screen and (max-width: 640px) {
  .title-04 h2 {
    font-size: 4.5rem;
    font-weight: 500;
    padding-right: 0;
    text-align: center !important;
  }

  .pro-ins {
    flex-direction: column;
    width: 100%;
  }
  .left-pro {
    width: 100%;
    margin-bottom: 30px;
  }
  .right-ins {
    width: 100%;
  }
  div.sns_list > div {
    width: 100%;
    display: flex;
    border-bottom: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .Instagram_01 .sns_text .caption {
    height: calc(2.4em * 6);
  }
}

.header.fixed {
  z-index: 100;
}
