@charset "UTF-8";

.lp_wrap .modal {
  position: fixed;
  inset: 0%;
  width: 100%;
  margin: auto;
  background: transparent;
  z-index: 11;
  display: none;
}
.lp_wrap .modal .shadow {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.lp_wrap .modal .img {
  position: absolute;
  inset: 40px 20px auto;
  max-width: 1300px;
  max-height: calc(100vh - 80px);
  margin: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 750px) {
  .lp_wrap .modal .img {
    max-width: 660px;
  }
}