/* KW Photo Gallery
=========================================================== */
.kw-photo-gallery {
  margin-block: 40px;

  #photo-main-block {
    margin-top: 20px;
  }

  .btn {
    margin-top: 15px;
  }
}

.kw-photo-gallery__heading {
  padding-inline: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
/* Photo Gallery
=========================================================== */
.photo-gallery__media .photo-gallery__figure:not(:first-of-type) .photo-gallery__image {
  max-height: 200px;
}

.photo-gallery__media .photo-gallery__figure .photo-gallery__image {
  max-height: 400px;
  min-height: 350px;
}

.photo-gallery__media .photo-gallery__media__text {
  padding-inline: 0;
}

.photo-gallery__link {
  font-size: 1.6rem;
  margin-top: .8em;

  /* アイコン */
  &:after {
    width: 10px;
    height: 10px;
  }
}