.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>


/* ===== Christmas Landing (2025クリスマス　category page) ===== */
:root{
  --c-bg:#fff;
  --c-txt:#2a2a2a;
  --c-sub:#6b6b6b;
  --c-accent:#b30028;    /* クリスマスの差し色(深い赤) */
  --c-accent-2:#0d4d2a;  /* グリーン */
  --w-wrap: min(1100px, 92vw);
  --radius:14px;
  --shadow: 0 6px 24px rgba(0,0,0,.08);
}

.kx-wrap{margin:0 auto; width:var(--w-wrap); color:var(--c-txt); font-feature-settings:"palt";}
.kx-hero{position:relative; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); margin:28px auto 40px;}
.kx-hero img{width:100%; height:auto; display:block;}
.kx-hero__copy{position:absolute; inset:auto 6% 10% 6%; color:#fff; text-shadow:0 2px 14px rgba(0,0,0,.35);}
.kx-hero__ttl{font-size:clamp(28px,4.2vw,48px); line-height:1.15; font-weight:700; margin:0 0 8px;}
.kx-hero__sub{font-size:clamp(13px,1.6vw,16px); opacity:.95;}

.kx-subnav{display:flex; gap:12px; flex-wrap:wrap; margin:14px 0 0;}
.kx-subnav a{background:rgba(255,255,255,.9); border-radius:999px; padding:8px 14px; font-size:14px; text-decoration:none; color:#222;}
.kx-subnav a:hover{background:#fff;}

.kx-section{margin:56px 0;}
.kx-section__eyebrow{color:var(--c-accent); font-weight:700; letter-spacing:.08em; text-transform:uppercase; font-size:12px;}
.kx-section__title{font-size:clamp(24px,3.6vw,34px); line-height:1.25; margin:6px 0 2px; font-weight:700;}
.kx-section__title b{display:block;}
.kx-section__subtitle{color:var(--c-sub); font-size:14px;}

.kx-block{margin:28px 0 40px;}
.kx-block__head{display:flex; align-items:flex-start; gap:16px; margin-bottom:12px;}
.kx-block__num{flex:0 0 auto; font-weight:800; font-size:clamp(28px,6vw,38px); color:var(--c-accent-2);}
.kx-block__meta{flex:1;}
.kx-block__h3{font-size:clamp(18px,2.6vw,22px); margin:0 0 6px; font-weight:700;}
.kx-block__lead{color:var(--c-sub); font-size:14px; line-height:1.7;}

.kx-grid{--cols:4; display:grid; gap:16px; grid-template-columns:repeat(var(--cols),1fr); margin-top:14px;}
@media (max-width:1020px){ .kx-grid{--cols:3;} }
@media (max-width:720px){ .kx-grid{--cols:2;} }

.kx-card{background:#fff; border-radius:12px; overflow:hidden; box-shadow:var(--shadow); display:flex; flex-direction:column;}
.kx-card a{color:inherit; text-decoration:none;}
.kx-card__img{aspect-ratio:4/5; width:100%; object-fit:cover;}
.kx-card__body{padding:12px;}
.kx-card__brand{font-size:12px; color:var(--c-sub);}
.kx-card__name{font-size:14px; font-weight:600; line-height:1.45; margin-top:4px;}
.kx-card__price{margin-top:6px; font-size:13px;}

.kx-more{margin-top:14px;}
.kx-more a{display:inline-flex; align-items:center; gap:6px; padding:10px 14px; border:1px solid #ddd; border-radius:999px; text-decoration:none; font-size:13px;}
.kx-more a:hover{border-color:#bbb;}

.kx-divider{height:1px; background:#eee; margin:40px 0;}

