
/*バンドル販売のカテゴリページへのリンクを表示させないようにする */ 
.fs-c-cartBundleInfo__info {
    display: none;
}
.fs-c-cartBundleInfo__button fs-c-buttonContainer fs-c-buttonContainer--checkDiscount {
    display: none;
}

/*Anygift関連　ここから*/
.anygift-gift-ui__container {
    width: 70% !important; 
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;    
}
.anygift-gift-ui__main-button {
    border-radius: 0px !important; 
    height: px !important;  
    --tw-gradient-from: rgba(51,51,51,1) !important;
    --tw-gradient-to: rgba(51,51,51,1) !important;
    font-size: 0 !important; /* デフォルトの文言を非表示にします */  
}
.anygift-gift-ui__main-button:before { 
		/* before属性を使用し、新しい文言を指定します */
    content: 'LINEやメールでギフトを贈る' !important; 
		/* フォントサイズは、元のサイズを継承してください */
    font-size: 16px !important; 
}
/*Anygift関連　ここまで*/


/*会員価格を非表示*/
.fs-c-productPrice--stageUndetermined{display:none;}


/*　カートレコメンド：おすすめ商品 タイトル文字大きさ変更 */
.fs-p-heading--lv2 {
    border-bottom: 2px solid currentColor;
    color: #323232;
    font-size: 1.2rem;
}

/* バリエーションスライダー表示のとき：選択ボックス内の文字の太さ　boldからnormalへ変更 */
.fs-c-variationPanelList__panel__label {
  font-weight: normal;
  padding-right: 10px;
}

/* バリエーションスライダー表示のとき：選択ボックスの縦幅を狭くする　min-heightを56pxから28pxに変更　 */
.fs-c-variationPanelList__panel__content {
  background: rgba(126, 126, 126, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 28px;
  padding: 8px;
  width: 100%;
  background-color: #ffffff;
}

/* バリエーションスライダー表示のとき：商品を選んだ時の選択ボックスの枠色 */
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
  border-color: #0097e2;
}

/* バリエーションスライダー表示のとき：商品を選んだ時の選択ボックスの背景色 */
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #ebf7fe;
  color: #323232;
}


/* バリエーションスライダー表示のとき：「在庫切れ」テキストの大きさ */
.fs-c-variationPanelList__panel__stock {
  font-size: 1.0rem;
  margin-top: auto;
}


/* レビューが０件のときだけレビュー件数表示をしないようにする */
.ratingcount-0{ display: none;}


/*マイページ登録内容変更画面で定期のチェックボックスを目立たせる*/
.fs-c-syncDestinationInfoField .fs-c-inputField__field {
color:#FF0000; /*　文字色：任意の色　*/
font-size:15px; /*　フォントの大きさ：任意の数値　*/
font-weight:bold; /*　太文字にする　*/
}



/*バリエーション毎にコメント切り替えて表示（ナノエマルジョン）*/
.productVariationInfo [class^='type']
{
    display: none;
}
[data-fs-variation-vertical-no='A01'] .type-A01,
[data-fs-variation-vertical-no='A02'] .type-A02,
[data-fs-variation-vertical-no='A03'] .type-A03
{
   display: block; 
}

/*予約商品購入時のAmazonエラーメッセージ*/
.fs-c-checkoutServiceDisabled__button {
    background: #999999;
    border: 1px solid #e5e5e5;
    color: #333333;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px 8px 32px;
    position: relative;
    text-align: center;
}
.fs-c-checkoutServiceDisabled__message {
    font-size: 1rem;
    padding: 4px;
}

