.modaal-content-container {
  overflow: auto;
  max-height: 150vh;
}

.modaal-container {
  max-height: 150vh;
}

.modalBox {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .modalBox {
    height: 70vh;
  }
}
.modalBox .seibun-area dl dt {
  font-size: 12px;
}
.modalBox .seibun-area dl dd {
  font-size: 15px;
}
.modalBox .seibun-area dl {
  padding: 10px 0;
}
.modalBox .seibun-block p {
  font-size: 12px;
  padding-bottom: 0.5em;
}
.modalBox .seibun-area {
  margin-bottom: 10px;
}
.modalBox .product-head dt {
  width: 40%;
}
@media (max-width: 767px) {
  .modalBox .product-head dt {
    width: 100%;
  }
}
.modalBox .product-head dt span {
  width: 80px;
  top: 60px;
  left: 0;
}
@media (max-width: 767px) {
  .modalBox .product-head dt span {
    top: 70px;
  }
}
.modalBox .product-head {
  padding-left: 20px;
  margin-top: -30px;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.modalBox .product-head h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .modalBox .product-head {
    padding: 0;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .modalBox .product-head h1 {
    font-size: 2.5rem;
    top: 15px;
    left: 0;
  }
}
.modalBox .product-head dt .iconKaniku {
  left: 20%;
  width: 50%;
  top: 13.5%;
}
@media (max-width: 767px) {
  .modalBox .product-head dt .iconKaniku {
    left: 25%;
    width: 45%;
    top: 15.5%;
  }
}
.modalBox .product-head dd {
  padding-top: 60px;
  width: 58%;
}
@media (max-width: 767px) {
  .modalBox .product-head dd {
    padding: 0;
    width: 100%;
  }
}

.modal-closer {
  opacity: 0;
  position: absolute;
  right: 25px;
  display: inline-block;
  top: -10px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .modal-closer {
    right: 10px;
  }
}

.modaal-overlay {
  z-index: 9900;
}

.modaal-close {
  right: 15px;
}
.modaal-close:hover {
  background-color: transparent;
}/*# sourceMappingURL=modal.css.map */