@charset "utf-8";


#reviews  {
  position: relative;
  background: rgba(255,255,255,0.2);
  margin-bottom: -80px;
  padding-bottom: 160px;
  z-index: 3;
}

#reviews::before {
  position: absolute;
  top: -70px;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background:url("../img/common/bgRound-A.png") no-repeat bottom center;
  background-size: 100% 70px;
  z-index: -1;
}
@media only screen and (max-width: 560px) {
  #reviews::before {
    background-size: 150% 70px;
  }
}

#reviews .sectionInner {
  margin: 0 auto;
  padding: 0 5vw;
  max-width: none;
}

#reviewsIntro {
  margin: 0 auto 8vw auto;
  margin-bottom:;
  max-width: 1400px;
}

#reviewsIntro p {
  font-size: 1.6em;
  line-height: 1.75em;
}
@media only screen and (max-width: 560px) {
  #reviewsIntro p {
    font-size: 1.2em;
  }
}

#reviewsIntro p.small {
  font-size: 1.2em;
  margin-top: 1.75em;
  color: #2D2D2D;
}
@media only screen and (max-width: 560px) {
  #reviewsIntro p.small {
    font-size: 1em;
  }
}

#reviewsIntro p.moreInformation {
  margin-top: 0;
}
@media only screen and (max-width: 560px) {
  #reviewsIntro p.moreInformation {
    margin-top: 0.25em;
  }
}


#reviewsIntro p.moreInformation a {
  background: rgba(199,199,199,0.80);
  font-family: Arial, Helvetica, "sans-serif";
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  padding: 0.25em 1em;
  border-radius: 1.5em;
  font-size: 0.7em;
}
@media only screen and (max-width: 1080px) {
  #reviewsIntro p.moreInformation a {
  }
}
@media only screen and (max-width: 560px) {
  #reviewsIntro p.moreInformation a {
    font-size: 0.8em;
  }
}

#reviewsIntro p.moreInformation a:hover {
  opacity: 0.7;
}

#reviewsIntro p.moreInformation a .material-icons {
  font-size: 1em;
  vertical-align: middle;
}

#reviewListScroll {
  font-family: Arial, Helvetica, "sans-serif";
  margin: auto auto 1em auto;
}

#reviewListScroll th {
  white-space: nowrap;
  vertical-align: top;
  padding: 2px 0;
}

#reviewListScroll a {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1em;
  background: rgba(0,0,0,0.60);
  color: #FFF;
  margin: 1px 0 1px 0.5em;
  border-radius: 1em;
  white-space: nowrap;
  font-size: 0.9em;
}


#reviewListWrapper {
  max-width: calc(1800px - 10vw);
  max-height: 70vh;
  overflow-y: auto;
  position: relative;
  transition: box-shadow 0.2s ease;
  margin: auto;
}

#reviewListWrapper.reviewListTop {
  box-shadow: inset 0 30px 20px -25px rgba(0,0,0,0.6);
}

#reviewListWrapper.reviewListBottom {
  box-shadow: inset 0 -30px 20px -25px rgba(0,0,0,0.6);
}

#reviewListWrapper.reviewListTop.reviewListBottom {
  box-shadow:
    inset 0 30px 20px -25px rgba(0,0,0,0.6),
    inset 0 -30px 20px -25px rgba(0,0,0,0.6);
}

#reviewListWrapper h2 {
  text-align: center;
  padding: 2em 0 1em 0;
  font-size: 1.8em;
  font-family: Arial, Helvetica, "sans-serif";
  color: #FFF;font-weight: 500;
}

#reviewListWrapper h2:first-of-type {
  padding-top: 0.5em;
}

#reviewListWrapper h2::before, #reviewListWrapper h2::after {
  content: "────";
  padding: 1em;
  color: rgba(255,255,255,0.30);
}

.reviewList {
  margin: 0 auto;
  padding: 10px 3vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw 2vw;
  list-style: none;
}
@media only screen and (max-width: 1000px) {
  .reviewList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 560px) {
  .reviewList {
    display: block;
  }
}

.reviewList li {
  background: rgba(255,255,255,0.40);
  padding: 1.5em 1.5em 1em 1.5em;
  position: relative;
  line-height: 2em;
  z-index: 2;
  animation: fuwafuwa 4s ease-in-out infinite;
}
@media only screen and (max-width: 560px) {
  .reviewList li {
    margin-bottom: 50px;
  }
}

.reviewList li::after {
  position: absolute;
  bottom: -30px;
  right: 5%;
  display: block;
  content: "";
  background: url("../img/review/reviewBg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  height: 30px;
  width: 100%;
}

.reviewSummary {
  font-weight: 700;
  font-size: 1.4em;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 auto 2em auto;
  line-height: 1.75em;
}
@media only screen and (max-width: 560px) {
  .reviewSummary {
    font-size: 1.3em;
  }
}

.reviewSummary:hover {
  text-decoration: none;
}

.reviewSummary::after {
  content: "[ +全文表示 ]";
  font-size: 0.7em;
  display: block;
  text-align: left;
  text-decoration: none;
  font-weight: 200;
}

.reviewContent {
  display: none;
}

.reviewerInfo {
  position: absolute;
  bottom: 0.75em;
  left: 0;
  width: 100%;
  text-align: right;
  border-top: 1px solid rgba(0,0,0,0.30);
  padding: 0.5em 1em 0 0;
  font-size: 1.1em;
}

#reviewPopupOverlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /* 背景を透明に変更 */
  background: transparent;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#reviewPopup {
  background: rgba(255,255,255,0.40);
  position: relative;
  line-height: 2em;
  width: 90%;
  max-width: 900px;
  max-height: 80vh;
  overflow: visible;
}

#reviewPopup .popupContent {
  display: block;
  max-height: 70vh;
  overflow-y: auto;
  padding: 1.5em 1.5em 2.5em 1.5em;
  font-size: 1.5em;
  line-height: 1.5em;
}

#reviewPopup::after {
  position: absolute;
  bottom: -4vw;
  right: 5%;
  display: block;
  content: "";
  background: url("../img/review/reviewBg.png") no-repeat right bottom;
  background-size: contain;
  height: 4vw;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 560px) {
  #reviewPopup::after {
    bottom: -30px;
    height: 30px;
  }
}

#reviewPopup .reviewSummary {
  margin: 0 auto;
  padding: 0.5em 0 0 0;
  cursor: auto;
  line-height: 1.3em;
  text-decoration: none;
}
@media only screen and (max-width: 560px) {
  #reviewPopup .reviewSummary {
    font-size: 1.2em;
    pointer-events: none;
  }
}

#reviewPopup .reviewSummary::after {
  display: none;
}

#reviewPopup .reviewContent {
  display: block;
}

#reviewPopup .reviewContent p {
  margin: 1em auto;
  line-height: 1.75em;
  font-size: 0.9em;
}

#reviewPopup .reviewContent p.blankLine {
  height: 1em;
}

#reviewPopup .reviewerInfo {
  position: static;
  margin-top: 2em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.30);
  padding: 0.25em 0;
  font-size: 0.85em;
}
@media only screen and (max-width: 560px) {
  #reviewPopup .reviewerInfo {
    font-size: 0.8em;
  }
}

#reviewPopup .popupClose {
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  background: #fff;
  color: #333;
  font-size: 1.5em;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10000;
  line-height: 0;
}

/* スムーズなトランジション効果を追加 */
body > *:not(#reviewPopupOverlay) {
  transition: opacity 0.2s ease;
}