.fs-trial-header__note{display: none;}
/* .fs-c-reviewList__item[data-product-id="20"]{display: none;} */

/* PC_商品詳細：項目を選択時に色を変化 260707 */
.fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
background: #e8e8e8;
}

/* PC/SP_商品詳細：リードタイムの案内文 260708 */
#fs_ProductDetails .leadtimeMessage{
font-size: 10px;
margin: 10px 0 0;
background: #f3f3f3;
padding: 10px;
}

/* 制御用マークは常に非表示 */
.mark-delivery-hide { display: none !important; }

/* 制御用マークが存在するページではお届け予定日ブロックを非表示 */
body:has(.mark-delivery-hide) .fs-c-estimatedDeliveryDate{ display: none !important;}

/* お知らせバー内リンクの文字色 (黒背景に黒文字で読めない問題の修正 2026-07-14) */
.hd-message .fs-pt-list__item a,
.hd-message .fs-pt-list__link {
  color: var(--c-white) !important;
  text-decoration: none;
}
.hd-message .fs-pt-list__item a:hover,
.hd-message .fs-pt-list__link:hover {
  opacity: 0.7;
}

/* カテゴリのコメント枠をヘッダー幅に揃える (全カテゴリページ共通・2026-07-14) */
.c-upperComment > *,
.c-lowerComment > *,
[class^="category-comment_"],
[class*=" category-comment_"] {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}