@charset "UTF-8";
.insta__links, .insta__modal-close, .insta__modal-prev, .insta__modal-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.insta__links > *, .insta__modal-close > *, .insta__modal-prev > *, .insta__modal-next > * {
  min-height: 0%;
}

.insta__links-link, .insta__modal-close, .insta__modal-head, .insta__modal-prev, .insta__modal-next, .insta__modal-link {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .insta__links-link, .insta__modal-close, .insta__modal-head, .insta__modal-prev, .insta__modal-next, .insta__modal-link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .insta__links-link:hover, .insta__modal-close:hover, .insta__modal-head:hover, .insta__modal-prev:hover, .insta__modal-next:hover, .insta__modal-link:hover {
    opacity: 0.7;
  }
}

/* insta:start */
.insta__container {
  background-color: #fff;
}
.insta__title {
  width: 208px;
}
@media screen and (max-width: 768px) {
  .insta__title {
    width: 139px;
  }
}
.insta__links {
  position: relative;
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .insta__links {
    margin-top: 50px;
  }
}
.insta__links-follow {
  position: absolute;
  width: 109px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .insta__links-follow {
    width: 63px;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .insta__links-link {
    display: block;
  }
}
.insta__links-icon {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .insta__links-icon {
    width: 30px;
    margin: auto;
  }
}
.insta__contents {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .insta__contents {
    margin-top: 40px;
  }
}
.insta__thumb {
  width: 16.6666666667%;
  position: relative;
}
.insta__thumb:nth-child(n+13) {
  /* PC版は12件目まで表示 */
  display: none;
}
@media screen and (max-width: 768px) {
  .insta__thumb {
    width: 50%;
  }
  .insta__thumb:nth-child(n+7) {
    /* SP版は6件目まで表示 */
    display: none;
  }
}
.insta__thumb::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  transition: opacity 0.5s;
}
.insta__thumb:hover::after {
  opacity: 0.2;
}
.insta__thumb > img {
  height: 16.6666666667vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .insta__thumb > img {
    height: 50vw;
  }
}
.insta__modal {
  /* モーダル内容 */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media screen and (min-width: 769px) {
  .insta__modal {
    height: auto;
    max-width: 95%;
    max-height: 100%;
    aspect-ratio: 1000/625;
  }
}
@media screen and (max-width: 768px) {
  .insta__modal {
    flex-direction: column;
    width: 97.3333333333vw;
    max-width: 97.3333333333vw;
    max-height: calc(100svh - 10px);
    height: calc(100svh - 10px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
.insta__modal-image {
  width: 62.5%;
}
@media screen and (min-width: 769px) {
  .insta__modal-image {
    aspect-ratio: 625/625;
  }
}
@media screen and (max-width: 768px) {
  .insta__modal-image {
    width: 97.3333333333vw;
    height: 97.3333333333vw;
  }
}
.insta__modal-movie {
  width: 62.5%;
}
@media screen and (min-width: 769px) {
  .insta__modal-movie {
    aspect-ratio: 625/625;
  }
}
@media screen and (max-width: 768px) {
  .insta__modal-movie {
    width: 97.3333333333vw;
    height: 97.3333333333vw;
  }
}
.insta__modal-movie video {
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.insta__modal-cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  padding: 1.5%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #331e1e;
}
@media screen and (max-width: 768px) {
  .insta__modal-cont {
    height: auto;
    min-height: 200px;
    padding: 20px 10px;
  }
}
.insta__modal-close {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .insta__modal-close {
    width: 57px;
    height: 67px;
  }
}
.insta__modal-close img {
  width: 27px;
}
.insta__modal-head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
  margin-bottom: 10px;
}
.insta__modal-icon {
  width: 38px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .insta__modal-icon {
    width: 44px;
    margin-left: 0;
  }
}
.insta__modal-account {
  flex: 1;
}
.insta__modal-name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.insta__modal-id {
  margin-top: 5px;
  color: #808080;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.insta__modal-scroll {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
}
.insta__modal-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.insta__modal-prev, .insta__modal-next {
  width: 46px;
  height: 46px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .insta__modal-prev, .insta__modal-next {
    width: 47px;
    height: 52px;
    padding: 15px 12px;
  }
}
.insta__modal-texts {
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  /* brタグなしで改行コードを 自動反映する */
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .insta__modal-texts {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.insta__modal-footer {
  margin-top: auto;
  border-top: 1px solid #e8e9eb;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.insta__modal-date {
  color: #808080;
}
.insta__modal-separator {
  color: #808080;
}
/* insta:end */