@charset "UTF-8";

#revico-review-zone {
  font-family: "Noto Sans JP",sans-serif;
}
.revico-star .revico-logo,
.revico-star .revico-review {
  display: none;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--paging-buttons {
  display: none;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton-wrapper {
  margin-left: 0;
  width: auto;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton-wrapper button {
  width: 280px;
  height: 50px;
  background: #EA6C00;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
  padding: 0;
  border: none;
  font-size: 16px;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton-wrapper button:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/icon_reviewPost.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton span {
    left: 0;
}
.revico-review {
  max-width: 1220px;
  margin: 0 auto;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.12);
  padding-top: 65px;
  width: 95%;
}
#revico-review-zone .revico_yellow .starability-result {
  background-image: url("https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star.png") !important;
  background-repeat: no-repeat;
}
#revico-review-zone .revico_yellow [data-rating="4.5"] {
    background-image: url("https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star_half.png") !important;
    background-position: left 0 top -1px;
}

#revico-review-zone .revico_yellow [data-rating="3.5"] {
    background-image: url("https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star_half.png") !important;
    background-position: left 20% top -1px;
}

#revico-review-zone .revico_yellow [data-rating="2.5"] {
    background-image: url("https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star_half.png") !important;
    background-position: left 40% top -1px;
}

#revico-review-zone .revico_yellow [data-rating="1.5"] {
    background-image: url("https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star_half.png") !important;
    background-position: left 60% top -1px;
}

#revico-review-zone .revico_yellow [data-rating="0.5"] {
    background-image: url("https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star_half.png") !important;
    background-position: left 80% top -1px;
}
#revico-review-zone .revico_yellow [data-rating="5"] {
    background-position: left 0 top -1px;
}

#revico-review-zone .revico_yellow [data-rating="4"] {
    background-position: left 20% top -1px;
}

#revico-review-zone .revico_yellow [data-rating="3"] {
    background-position: left 40% top -1px;
}

#revico-review-zone .revico_yellow [data-rating="2"] {
    background-position: left 60% top -1px;
}

#revico-review-zone .revico_yellowr [data-rating="1"] {
    background-position: left 80% top -1px;
}

#revico-review-zone .revico-star .starability-result {
  transform: scale(0.7);
  transform-origin: bottom left;
  margin-left: 10px;
  order: 1;
}
/* #revico-review-zone .revico-star .starability-result[data-rating*="."] {
  background-image: url(https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star_half.png) !important;
} */
#revico-review-zone .revico-star-block--caption {
  font-size: 42px;
}
#revico-review-zone .revico-star .revico-star-block-wrapper {
  text-align: center;
  margin-right: 30px;
}
#revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-label {
  margin-left: -25px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: baseline;
}
#revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-label span {
  font-size: 20px;
  padding: 0 2px;
  font-weight: 400;
}
#revico-review-zone .revico-star .revico-star-graph {
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 10px;
  padding-bottom: 40px;
}
#revico-review-zone .revico-star .revico-star-graph-wrapper {
  justify-content: center;
  width: 100%;
}
#revico-review-zone .revico-star-graph-list--row-link-star {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  font-size: 18px;
  font-weight: bold;
}
#revico-review-zone .revico-star-graph-list--row-link-star span {
  /* color: #FFDD00; */
  color: #ebbd42;
}
#revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-container {
  border-radius: 4px;
  background: #E5E5E5;
  height: 8px
}
#revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-container-bar {
  border-radius: 4px;
  background: #999999;
  height: 8px;
}
#revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-link-count span {
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  #revico-review-zone .revico-star .revico-star-graph-wrapper {
    display: flex;
  }
  #revico-review-zone .revico-star .revico-star-graph {
    padding-bottom: 10px;
  }
  #revico-review-zone .revico-star .revico-star-block-wrapper {
    margin: 0 auto;
    width: 50%;
  }
  #revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-block {
    justify-content: right;
  }
  #revico-review-zone .revico-star-block--caption {
    font-size: 24px;
    top: 1px;
    left: 40px;
  }
  #revico-review-zone .revico-star .starability-result {
    transform: scale(0.5);
    transform-origin: center bottom;
  }
  #revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-label {
    font-size: 12px;
    margin-right: 32px;
    justify-content: right;
  }
  #revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-label span {
    font-size: 18px
  }
  #revico-review-zone  .revico-star .revico-star-graph-wrapper .revico-star-graph-list {
    width: 50%;
  }
  #revico-review-zone a.revico-star-graph-list--row-link.revico-star-graph-list--row-link-bar {
    width: initial;
  }
  #revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-container {
    width: 105px;
  }
  #revico-review-zone .revico-star-graph-list--row-link-star {
    font-size: 15px;
    margin-right: 6px;
  }
  #revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-link-count span {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #revico-review-zone .revico-star .revico-star-block-wrapper {
    width: 47%;
  }
  #revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-block {
    justify-content: left;
  }
  #revico-review-zone .revico-star-block--caption {
    margin-left: -24px;
  }
  #revico-review-zone .revico-star .revico-star-graph-wrapper .revico-star-graph-label {
    justify-content: left;
    margin-left: 13px;
  }
  #revico-review-zone a.revico-star-graph-list--row-link.revico-star-graph-list--row-link-bar {
    margin-right: 4px
  }
}



#revico-review-zone .revico-common-background-style {
  background: transparent;
}

#revico-review-zone .revico-multicomment-top .revico-multicomment-inner {
  max-width: 1100px;
  width: 95%;
}
#revico-review-zone .revico-multicomment-top .revico-comment-main {
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

#revico-review-zone .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper {
  justify-content: center;
  padding-bottom: 20px;
}
#revico-review-zone .revico-comment-filter  {
  order: 1;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  color: #333333;
  width: 170px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 4px;
}
#revico-review-zone .revico-comment-filter span {
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
}
#revico-review-zone .revico-comment-sort {
  order: 2;
  background: transparent;
  color: #333333;
  height: 45px;
  line-height: 45px;
  padding: 0;
}
#revico-review-zone .revico-comment-sort > span {
  margin-left: 0;
}
#revico-review-zone .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort {
  width: 250px;
}
#revico-review-zone .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort-select {
  top: 12px;
  right: 0px;
}
#revico-review-zone .revico-comment-sort .revico-comment-sort-selected {
  background: #f8f8f8;
  display: inline-block;
  border: 1px solid #E5E5E5;
  padding: 0;
  width: 170px;
  border-radius: 4px;
  margin-left: 6px;
  position: relative;
  padding-right: 20px;
}
#revico-review-zone .revico-comment-sort .revico-comment-sort-selected::after {
  content: "";
  width: 12px;
  height: 8px;
  background: #333333;
  position: absolute;
  top: 45%;
  right: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

@media screen and (max-width: 768px) {
  #revico-review-zone .revico-comment-filter {
    width: 116px;
  }
  #revico-review-zone .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort-select {
  top: 58px;
  left: auto;
}
}
@media screen and (max-width: 480px) {
  #revico-review-zone .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper {
    justify-content: space-around;
  }
  #revico-review-zone .revico-comment-sort {
    width: auto;
  }
}


#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper {
  display: block;
  margin: 0 auto 24px;
}
#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
  background: #F9F9F9;
  display: flex;
  justify-content: right;
  padding: 30px 50px;
  position: relative;
  flex-wrap: wrap;
  gap: 20px 40px;
}
#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row + .revico-review-comment-row {
  margin-top: 24px;
}
#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
  transform: scale(0.83);
}
/* #revico-review-zone .revico-multicomment-top .revico-starability-result {
  background-image: url(https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/star.png) !important;
} */

#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding: 0;
  width: calc(100% - 240px);
}
#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail:not(:has(+ .revico-review-comment-detail--img--wrapper img)) {
  width: 100%;
}
#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  justify-content: left;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 0px;
}
.revico-starability-score {
  font-size: 21px;
  font-weight:bold;
  line-height: 1.3;
  position: relative;
  left: -30px;
}
#revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
  font-size: 20px;
  font-weight:bold;
}
#revico-review-zone .revico-review-comment-detail--addition-reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.revico-review-comment-detail--addition-reviewer-profile--name {
  font-size: 18px;
  font-weight: bold;
}
.revico-review-comment-detail--addition-reviewer-profile {
  display: flex;
  align-items: center;
  color: #757575;
}
#revico-review-zone .revico-review-comment-detail--addition-reviewer-profile--attribute {
  display: flex;
  align-items: center;
  gap: 1em;
}
.revico-review-comment-detail--addition-reviewer-profile li {
  position: relative;
}
.revico-review-comment-detail--addition-reviewer-profile li::after {
  content:"・";
  position: absolute;
  top: 55%;
  right: -1em;
  transform: translate(0,-50%);
}
.revico-review-comment-detail--addition-reviewer-profile li:last-of-type:after {
  content: none;
}
.revico-review-comment-detail--addition-label {
  display: none;
}
.revico-review-comment-detail--addition-label[data-reviewer-label="購入確認済み"] {
  display: block;
  background: #EA6C00;
  color: #fff;
  font-size: 13px;
  border-radius:14px;
  padding: 4px 8px;
}

#revico-review-zone .revico-review-comment-detail--img--wrapper {
  width: 200px;
  margin-top: 30px;
}
#revico-review-zone .revico-review-comment-detail--img--wrapper:not(:has(img)) {
  display: none;
}


#revico-review-zone .revico-review-comment-detail--star-date {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 13px;
  color:  #b8b8b8;
}
.revico-review-comment-detail--comment--content {
  font-size: 16px;
  line-height: 1.45;
}


#revico-review-zone .revico-review-comment-detail--action-helpful {
  border: 1px solid #EA6C00;
  background: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 13px;
  color: #EA6C00;
}
#revico-review-zone .revico-review-comment-detail--action-helpful-click {
  font-weight: 500;
}
#revico-review-zone .revico-review-comment-detail--action-helpful-click-count {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  margin-top: -5px;
}
#revico-review-zone .revico-review-comment-detail--action-helpful-click-count::before {
  content:"";
  width: 16px;
  height: 16px;
  background-image: url(https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/review_good.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  position: absolute;
  left:3px;
  top: 50%;
  transform: translateY(-50%)
}


@media screen and (max-width: 768px) {
  .revico-review {
    max-width: 590px;
    padding-top: 12px;
  }
  #revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
    justify-content: center;
    padding: 16px 30px;
    gap: 12px;
  }
  #revico-review-zone .revico-review-comment-detail--img--wrapper {
    order: 1;
    width: 275px;
  }
  #revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
    order:2;
    width: 100%;
  }
  #revico-review-zone .revico-review-comment-detail--action {
    order: 3;
    margin: 0 0 0 auto;
  }
  #revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
    justify-content: center;
    padding-left: 30px;
  }
  #revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
    text-align: center;
    font-size: 18px;
  }
  .revico-starability-score {
    font-size: 20px;
    line-height: 1.4;
  }
  #revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
    transform: scale(0.7);
  }
  .revico-review-comment-detail--addition-reviewer-profile--name {
    font-size: 16px;
  }
  .revico-review-comment-detail--addition-reviewer-profile {
    font-size: 12px;
  }
  .revico-review-comment-detail--addition-label[data-reviewer-label="購入確認済み"] {
    padding: 3px 6px;
  }
  .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
    margin-top: 8px;
    font-size: 14px;
    max-height: initial;
  }
  #revico-review-zone .revico-review-comment-detail--star-date {
    top: 16px;
    right: 30px;
  }
  #revico-review-zone .revico-review-comment-detail--img--wrapper:not(:has(img)) {
    display: block;
    width: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  #revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
    padding: 10px 16px;
  }
  #revico-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
    font-size: 17px;
  }
}


#revico-review-zone .revico_login_message {
  display: none;
}
#revico-review-zone .revico-comment-footer .revico-logo {
  display: none;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer {
  margin-top: 24px;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button {
  background: transparent;
  color: #232323;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span {
  left: 0;
  font-size: 16px;
  font-weight: bold;
  left: -15px;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #333333;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -30px;
}
#revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 30%;
  right: -19px;
  transform: rotate(45deg) translateY(-50%);
}
#revico-review-zone .revico-comment-footer--all a {
  width: 280px;
  height: 50px;
  background: #EA6C00;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
  padding-right: 20px;
}
#revico-review-zone .revico-comment-footer--all a:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(https://gigaplus.makeshop.jp/JrcpEisui01/img/shop/common/icon_reviewPost.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more {
    margin-bottom: 8px;
  }
  #revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span {
    font-size: 13px;
    left: -10px
  }
  #revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span::before {
    width: 18px;
    height: 18px;
    right: -24px;
  }
  #revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span::after {
    width: 6px;
    height: 6px;
    top: 23%;
    right: -16px;
  }
}
