@charset "utf";


/*----↓lightboxのカスタム↓----*/

/*----lightboxの表示画像の枠線を0px----*/
.lightbox .lb-image {
  margin-top: 40px;
  border: 0;
}

.lb-data .lb-caption {
  color: #454545;
  opacity: 0.7;
}

.lb-data .lb-number {
  display: none;
}

@media (min-width: 600px) {
  .lightbox .lb-image {
    margin-top: 29px;
  }

  /* body.lb-disable-scrolling {
    overflow: hidden;
  } */

}