@charset "UTF-8";
.lightbox .lb-image {
  border: none;
  border-radius: inherit;
}
.lb-data {
  padding: 15px 10px;
}
.lb-data .lb-details {
  width: 100%;
  line-height: 1.5;
}
.lb-data .lb-caption {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 1em;
}
.lb-data .lb-close {
  position: fixed;
  top: 30px;
  right: 30px;
  opacity: 1;
  width: 60px;
  height: 60px;
  background: url(../img/common/lb_close.svg) top right no-repeat;
  background-size: 60px;
}
.lb-data .lb-number {
  padding-top: 1em;
  color: #ccc;
}
.lightboxOverlay {
  opacity: 0.6;
}
.lightbox {
  height: 100%;
  position: fixed;
  top: calc((100vh - 666px) / 4) !important;
}
.lb-nav a.lb-prev {
  width: 50%;
}
.lb-nav a.lb-next {
  width: 50%;
}
