@charset "utf-8";
/* CSS Document */
body {
  color: #454545 !important;
}

.functional-navigation.pc a:hover {
  opacity: 0.7 !important;
}

#revico-form {
  padding-top: 40px;
}

/* 商品詳細に戻るボタン */
#revico-form .revico-form-product-info-block--back-to-product-page a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  background-color: #444;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px 19px;
  font-size: 13px;
  transition: all 0.6s;
  opacity: 1;
}

#revico-form .revico-form-product-info-block--back-to-product-page a:hover {
  opacity: 0.8;
}

#revico-comment-seo .revico-logo {
  display: none !important;
}

.revico-star .revico-widget .revico-evaluation-graph-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  #revico-form .revico-form-product-info-block--back-to-product-page a {
    font-size: 12px;
  }

  #revico-comment-seo .revico-review-comment-detail--sns-reference {
    justify-content: initial !important;
  }
}

/* スタッフレビューは非表示 */
div.revico-review-comment-row-wrapper[data-staff-kind="スタッフ"] {
  display: none;
}

/* h1 xxのレビューのマージン */
#revico-form .revico-form-product-info-block--product-name {
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}

/*20260518_RN用追加調整分*/
#revico-form .revico-form-shop-info-wrapper {
    margin: 40px auto 40px
}

/*星のカラー調整分*/
.starability-result {
  background-image: url(https://show.revico.jp/img/star_yellow.png)!important;
}
.revico-star [data-rating="1.5"], .revico-star [data-rating="2.5"], 
.revico-star [data-rating="3.5"], .revico-star [data-rating="4.5"] {
  background-image: url('https://show.revico.jp/img/star/star_half_yellow.png')!important;
}

/*『参考になった』：無効化時のスタイル*/
#revico-comment-seo .revico-review-comment-detail--reference, 
#revico-comment-seo .revico-review-comment-detail--reference-count {
    cursor: default!important;
}
#revico-comment-seo .revico-review-comment-detail--reference-block:hover {
  color: #444!important;
  background-color: #ffffff!important;
  border-color: none!important;
}

/*『Like』：無効化時のスタイル*/
#revico-comment-seo .revico-review-comment-detail--like-count, 
#revico-comment-seo .revico-review-comment-detail--like {
    cursor: default !important;
}
#revico-comment-seo .revico-review-comment-detail--like-block:hover {
  color: #444!important;
  background-color: #ffffff!important;
  border-color: none!important;
} 

/*『参考になった』と『Like』のボーダー削除*/
#revico-comment-seo .revico-review-comment-detail--reference-block, 
#revico-comment-seo .revico-review-comment-detail--like-block{
  border: none!important;
}

/*value別『商品詳細へ戻る』ボタン非表示(『バーム ローズ』と『カナデル プレミアモイストクール』)*/
:root:has(#revico-comment-seo):has(#revico_hidden_goods[value="clbf-01"]) .revico-form-product-info-block--back-to-product-page, 
:root:has(#revico-comment-seo):has(#revico_hidden_goods[value="pmsc-03"]) .revico-form-product-info-block--back-to-product-page {
  display: none !important;
}