@charset "UTF-8";
/*------------------
  レビューコメント
------------------*/
.review-box {
  color: #545454;
  border: solid 1px #ccc;
  padding: 2em;
  border-radius: 5px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  min-height: 370px;
}
@media screen and (max-width: 1023px) {
  .review-box {
    padding: 1em;
  }
}
.review-box .input-error {
  color: #d63638;
  font-size: 12px;
  font-weight: 700;
}
.review-box .success-message {
  font-size: 14px;
  color: #16a085;
  font-weight: 700;
}
.review-box .c-scrollHint {
  margin-top: 4px;
}

.review-box .rate,
.product-info .rate {
  font-size: 18px;
  padding: 0;
  color: #e3b45d;
}
.review-box .rate .rate-num,
.product-info .rate .rate-num {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #e3b45d;
  margin-left: 10px;
  text-shadow: none;
  position: absolute;
  top: 3px;
}

.product-info {
  margin: 20px 0;
}
.product-info ul li {
  margin: 8px 0;
  font-size: 14px;
}
.product-info ul li a {
  text-decoration: underline;
  color: #333;
}
.product-info .price-detail {
  margin-top: 8px;
  font-size: 14px;
}
.product-info h3 {
  margin-top: 20px;
}
.product-info .rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-info .rate a {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}
.product-info .rate span {
  top: 2px;
}

.total-rating-wrap {
  width: 35%;
}
.total-rating-wrap .review-box-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.total-rating-wrap .comment-count {
  font-size: 12px;
}

.review-list {
  position: relative;
  width: 65%;
}
.review-list .review-item-wrap {
  overflow: scroll;
}
.review-list .review-item {
  background: #fff;
  padding: 1em;
  padding-bottom: 15px;
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
}
.review-list .review-item:last-child {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 1023px) {
  .review-list .review-item {
    padding: 1em 1em 2.4em;
  }
}
.review-list .review-item .coment-user-score .rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.review-list .review-item .coment-user-score .review-like {
  cursor: pointer;
  color: #ef3f56;
  font-size: 15px;
}
.review-list .review-item .comment-user-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  color: #a6a6a6;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}
.review-list .review-item .comment-review_target {
  font-size: 11px;
  font-weight: 700;
  color: #333;
  border-radius: 3px;
  border: solid 1px #333;
  padding: 0 5px;
  display: inline-block;
}
.review-list .review-item .review-note {
  font-size: 14px;
}

.review-form-accordion {
  cursor: pointer;
  border-bottom: none;
  margin-bottom: 0;
  padding: 10px 15px;
  background: hsla(0, 0%, 78%, 0.15);
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
.review-form-accordion span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.review-form-accordion.open span {
  transform: translate(0, -50%) rotate(180deg);
}

.review-form-wrap {
  margin-top: 20px;
  display: none;
}
.review-form-wrap label,
.review-form-wrap dt {
  font-size: 13px;
  font-weight: 700;
  display: block;
}
.review-form-wrap p {
  margin-bottom: 15px;
}
.review-form-wrap #nickname {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .review-form-wrap #nickname {
    width: 70%;
  }
}
.review-form-wrap .review-rate.target2,
.review-form-wrap .review-rate.target3,
.review-form-wrap .review-rate.target4,
.review-form-wrap .review-rate.target5 {
  display: none;
}
.review-form-wrap input,
.review-form-wrap select,
.review-form-wrap textarea {
  border: 1px solid #a6a6a6;
  background: #fff !important;
  border-radius: 5px;
  font-size: 12px;
  padding: 0.5em 0.5em;
}
.review-form-wrap .star-rating {
  font-size: 24px;
  color: #E4B45F;
  line-height: 1.2;
  margin-bottom: 15px;
}
.review-form-wrap .rating_text {
  margin-bottom: 15px;
}
.review-form-wrap .rating_text textarea {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .review-form-wrap .rating_text textarea {
    width: 100%;
  }
}
.review-form-wrap .submit-button {
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  padding: 2px 10px;
  transition: 0.3s all;
}
.review-form-wrap .submit-button:hover {
  opacity: 0.7;
}

.rating_stars {
  color: #c5c5c5;
  font-size: 20px;
  width: 101px;
  position: relative;
}

.rating_stars::before {
  font-family: system-ui;
  content: "★★★★★";
  opacity: 0.3;
}

.rating_stars::after {
  font-family: system-ui;
  color: #E3B45D;
  content: "★★★★★";
  position: absolute;
  z-index: 1;
  display: flex;
  left: 0;
  top: 0;
  overflow: hidden;
}

.rating--0::after {
  width: 0%;
}

.rating--1::after {
  width: 10%;
}

.rating--2::after {
  width: 20%;
}

.rating--3::after {
  width: 30%;
}

.rating--4::after {
  width: 40%;
}

.rating--5::after {
  width: 50%;
}

.rating--6::after {
  width: 60%;
}

.rating--7::after {
  width: 70%;
}

.rating--8::after {
  width: 80%;
}

.rating--9::after {
  width: 90%;
}

.rating--10::after {
  width: 100%;
}

#body_wrap.single-post .l-content.l-container {
  padding-top: 2em;
}
#body_wrap.single-post .l-content.l-container.review-title {
  margin-bottom: 0;
  padding-top: 4em;
}
#body_wrap.single-post .l-content.l-container.review-title h1 {
  font-size: 24px;
  font-weight: 500;
}
#body_wrap.single-post .c-postTitle {
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 0 0 32px;
}
#body_wrap.single-post .c-postTitle__ttl {
  font-size: 18px;
}
#body_wrap.single-post .c-postTitle__price {
  text-align: right;
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
}
#body_wrap.single-post .c-postTitle__price span {
  font-size: 11px;
  font-weight: 500;
}
#body_wrap.single-post .p-articleThumb__img, #body_wrap.single-post .p-articleThumb__youtube {
  box-shadow: none;
}
#body_wrap.single-post .review-box-wrap {
  width: 100%;
}
#body_wrap.single-post .rate-bar-wrap {
  margin: 10px 0 20px;
}
#body_wrap.single-post .rate-bar-wrap .rate-bar {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 8px;
  white-space: nowrap;
}
#body_wrap.single-post .rate-bar-wrap .rate-title {
  position: relative;
  font-size: 12px;
  color: #e3b45d;
  top: 3px;
}
#body_wrap.single-post .rate-bar-wrap .bar-wrap {
  width: 80%;
  background: #f0f0f0;
  position: relative;
  height: 20px;
  top: 3px;
}
#body_wrap.single-post .rate-bar-wrap .rate-bar-num {
  font-size: 12px;
  position: relative;
  top: 3px;
}
#body_wrap.single-post .no-reviews {
  text-align: center;
  font-size: 14px;
  margin: 20px 0;
}
#body_wrap.single-post .load-more-reviews {
  position: absolute;
  bottom: -20px;
  left: 50%; /* Safari用 */
  transform: translate(-50%, 0%);
  border: none;
  background: #333;
  border-radius: 40px;
  padding: 10px 30px;
  color: #fff;
}
#body_wrap.single-post .review-sort-by {
  border: 1px solid #a6a6a6;
  background: #fff !important;
  border-radius: 5px;
  font-size: 12px;
  padding: 0.5em 0.5em;
}/*# sourceMappingURL=original.css.map */