@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .75);
  z-index: 99999;
}

.popup .popup-banner {
  position: relative;
}

.popup .popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 30px;
  font-size: 1.5rem;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #1b729f;
  cursor: pointer;
}

.popup.open {
  display: flex;
  animation: fadeIn .7s;
}

.c-lp-block-table__times {
  text-align: center;
}

.glsr:has(.glsr-star-rating[data-rating="0"]) {
  display: none;
}

.glsr-reviews {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}

.glsr-review-avatar {
  flex: none !important;
}

.glsr-review-title .glsr-tag-value {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 46.8125em) {

  .glsr-reviews {
    grid-template-columns: repeat(1, 1fr);
  }

  .glsr-review-title .glsr-tag-value {
    font-size: 24px;
  }
}

.glsr-review-title,.glsr-review-date {
  display: none;
}
