.fs-body-product .fs-c-slick.slick-initialized {
    display: block;
}

#rechach{
    border: 1px solid #433D3C;
    padding: 40px 20px;}

#rechach .item-exp__con__sell h2{
    display: none;
}

#rechach .item-exp__con__sell{
margin-bottom:0px;}

.fs-body-product-gd71 #rechach .item-exp__con__sell h2{
    display: block;
}

.fs-body-product-gd71 #rechach .item-exp__con__sell h3{
    display: none;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.fb-share-button.fb_iframe_widget{
margin-top:-7px;
}

@media screen and (min-width: 768px) {
    .fs-body-product .fs-c-slick .slick-slide img {
        max-width: 624px;
    }
}


/*色違いはこちら一時的に非表示*/
.fs-c-featuredProduct{
  display: none;
}

/*季節のギフトラッピングのカラー変更*/
.-mother{
background:#ee7800;
}

/*topヘッダーインフォメーション*/

.headercon--banner2 {
    background-color:rgba(25５,1８2,19３,0.75);
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}






/* セカンドピアスとは商品表示部分*/

.secondpierce-pickup{
    width: 80%;
    height: auto;
   background-color: #fdf9f2;
  text-align: center;
}



/*　　縦長YouTubeの動画を横100％表示にする　　*/
.iframe-wrap-short {
    position: relative;
    width: 100%;
    padding-top: 140%;
}
.iframe-wrap-short iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


@media (min-width: 728px) {
    .movie {
        width:640px;
        margin:0 auto;
    }
}

.season-summerfirst .titletxt.-clover{
gap:23px;}




/* 配送送料機能upgradeされていない店舗様はこちら */
.fs-body-checkout .fs-c-checkout-receivingMethod__destination {
display: grid;
grid-template-columns: 1fr !important;
}
.fs-body-checkout #fs_button_changeDeliveryMethod {
width: 100%;
}
.fs-body-checkout #fs_button_changeDeliveryMethod .fs-c-button--change--small {
background: #fff !important;
border: 1px solid #000;
color: #000;
padding: 15px 0;
width: 100%;
box-sizing: border-box;
cursor: pointer;
}
.fs-body-checkout #fs_button_changeDeliveryMethod .fs-c-button__label {
font-size: 0;
}
.fs-body-checkout #fs_button_changeDeliveryMethod .fs-c-button__label::before {
content: "お届け希望日／時間を設定する";
font-size: 16px;
}
@media screen and (max-width: 767px) {
.fs-body-checkout .fs-c-checkout-receivingMethod__control {
display: block;
margin-top: 20px;
}
}







/* ギフト包装の「変更」ボタンを配送方法ボタンと同じスタイルにする */

/* ギフト包装セクションのレイアウト調整 */
.fs-body-checkout .fs-c-checkout-wrappingInfo .fs-c-checkout-previewAndEdit {
display: grid;
grid-template-columns: 1fr !important;
}

/* ギフト包装の変更ボタンを配送方法ボタンと同じスタイルにする */
.fs-body-checkout #fs_button_changeGiftWrapping {
width: 100%;
}

.fs-body-checkout #fs_button_changeGiftWrapping .fs-c-button--change--small {
background: #f5f5f5 !important;
border: 1px solid #ccc;
color: #333;
padding: 15px 0;
width: 100%;
box-sizing: border-box;
cursor: pointer;
border-radius: 4px;
transition: all 0.2s ease;
}

/* ギフト包装ボタンのラベルテキストを変更 */
.fs-body-checkout #fs_button_changeGiftWrapping .fs-c-button__label {
font-size: 0;
}

.fs-body-checkout #fs_button_changeGiftWrapping .fs-c-button__label::before {
content: "ギフトを選択する";
font-size: 16px;
}

/* ホバー効果を追加 */
.fs-body-checkout #fs_button_changeGiftWrapping .fs-c-button--change--small:hover {
background: #e8e8e8 !important;
border-color: #999;
}

/* アクティブ状態（クリック時） */
.fs-body-checkout #fs_button_changeGiftWrapping .fs-c-button--change--small:active {
background: #ddd !important;
transform: scale(0.98);
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
.fs-body-checkout .fs-c-checkout-wrappingInfo .fs-c-checkout-previewAndEdit {
display: block;
margin-top: 20px;
}

.fs-body-checkout #fs_button_changeGiftWrapping .fs-c-button--change--small {
padding: 12px 0;
}

.fs-body-checkout #fs_button_changeGiftWrapping .fs-c-button__label::before {
font-size: 14px;
}
}



/* 品質表示 */
.series__list li{
  font-size: 20px;
  margin-top: 35px;
}

/* レビューページ商品ページへ戻るボタン */

    .cartbtn1 {
      position: fixed;
      bottom: 140px;
      right: 16px;
      z-index: 999;
      display: none; /* 最初は非表示 */
    }
    .cartbtn1 img {
      width: 80px;
      height: 80px;
    }
    @media (min-width: 768px) {
      .cartbtn1 img {
        width: 130px;
        height: 130px;
      }
    }
 
/* レビューページカートへ入れるボタン */

    .cartbtn2 {
      position: fixed;
      bottom: 180px;
      right: 16px;
      z-index: 999;
      display: none; /* 最初は非表示 */
    }
    .cartbtn2 img {
      width: 80px;
      height: 80px;
    }
    @media (min-width: 768px) {
      .cartbtn2 img {
        width: 130px;
        height: 130px;
      }
    }

<style>
.cartbtn2 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 9999 !important;
  margin: 40px auto !important;
  text-align: center;
  width: fit-content;
}
.cartbtn2 img {
  max-width: 100%;
  height: auto;
}
</style>




/* 商品詳細ページ商品についてのお問い合わせの文言 */
.inquiry-list.numbered {
  counter-reset: inquiry-num;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.inquiry-list.numbered > li {
  counter-increment: inquiry-num;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* 丸い番号 */
.inquiry-list.numbered > li::before {
  content: counter(inquiry-num);
  font-weight: 700;
  font-size: 0.95em;
  width: 1.9em;
  height: 1.9em;
  line-height: 1.9em;
  border: 1.5px solid #333;
  border-radius: 999px;
  text-align: center;
  flex: 0 0 auto;
  margin-top: 0.1em; /* 文字の高さと揃える微調整 */
}

.inquiry-text {
  line-height: 1.6;
}

/* サブ文は番号の分だけインデント */
.inquiry-sub {
  margin: 4px 0 0 calc(1.9em + 10px);
  font-size: 0.9em;
  color: #666;
}



/* ▼ 注文履歴ボタンのラベル全体を中央寄せ */
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label {
  display: block;
  text-align: center;
}

/* ▼ 中の「注文履歴」という元テキストを消す */
.fs-c-accountService__page--orderHistoryList .fs-c-string.fs-c-string--label {
  font-size: 0; /* 元の文字を見えなくする */
}

/* ▼ 擬似要素で2行のテキストを表示 */
.fs-c-accountService__page--orderHistoryList .fs-c-string.fs-c-string--label::before {
  content: "注文履歴" "\A" "＆レビューを変更する";
  white-space: pre;   /* \A を改行として扱う */
  font-size: 14px;    /* 実際に見せたい文字サイズに調整 */
  line-height: 1.4;   /* 行間お好みで */
}
