/* 商品詳細ページの明朝体を解除 */
.fs-c-productNameHeading,
.fs-c-productDescription,
.fs-c-productPrice,
.fs-c-productActionButton,
.fs-c-productNotice {
  font-family:
    "Noto Sans JP",
    "Hiragino Sans",
    "Yu Gothic",
    sans-serif !important;
}
.fs-l-main {
 margin: 24px auto 0;
 padding: 8px 20px 0;
}
/*----------ページ見出し*/
.fs-c-heading--page {
    border-bottom: 1px solid #e3e3e3;
    color: #1c2f63;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 1.2em 0;
    letter-spacing: 0.02em;
    text-align: center;
}
.fs-p-announcement__title {
    color: #1c2f63;
    letter-spacing: 0.02em;
}
.fs-c-documentArticle__heading {
    background: #1c2f63;
}
.fs-c-documentColumn__heading {
    color: #1c2f63;
    border-color: #1c2f63;
}
@media (max-width: 768px) {
.fs-c-heading--page {
    font-size: 24px;
  }
}

/*----------login*/
.fs-p-logo__image {
  max-height: 40px !important;
  width: auto !important;
}
.fs-p-logo {
    padding: 10px 0 30px;
}
/*----------product detail*/
.fs-c-productNameHeading {
    color: #111;
    letter-spacing: 0.02em;
}
.fs-c-productOption__name {
color: #111;
background: #f3f4f7;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
color: #111;
}
.fs-c-variationLabel {
    margin-top: 15px;
}
.fs-c-productPostage{
display: none;
}
.fs-c-button--plain {
color: #006db8;
}
.fs-c-variationRadioList__row {
border-top: none;
}
.fs-c-button--primary {
min-width: 100%;
background: #1c2f63;
padding: 1.5em 1.6em;
}
.fs-l-product2 .fs-l-productLayout > * > * {
    font-family: 'Noto sans JP';
    font-weight: 500;
}
.fs-l-product2 .fs-l-productLayout {
padding: 20px 0 80px;
}
.fs-c-productMainImage__image {
    padding-right: 50px;
}

/*----------top*/
.bg-lightgray{ 
background-color: #f3f4f7; 
}

.fs-pt-carousel img {
    max-width: 93vw;
}
/*product*/
.product_title{
display: flex;
justify-content: space-between;
align-items: center;
}
.product_title h2{
  font-size: 32px;
 color:#1c2f63;
 font-weight: 700;
 padding: 50px 0 40px;
}
.of-lineup{
  width:100%;
  padding:0;
}
.of-lineup__title{
  margin:0 0 36px;
  color:#24366f;
  font-size:56px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:.02em;
}
.of-lineup__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:40px;
  align-items:start;
}
.of-card{
  display:block;
  color:#222;
  text-decoration:none;
}

/* ▼ホバー時の青い下線・色変化を無効化 */
.of-card:hover,
.of-card:focus,
.of-card:hover .of-card__name,
.of-card:hover .of-card__size,
.of-card:hover .of-card__price,
.of-card:hover .of-card__price-num,
.of-card:hover .of-card__price-tax{
  text-decoration:none;
}
.of-card:hover .of-card__name{ color:#222; }

.of-card__image-wrap{
  width:100%;
  background:#f3f2f7;
  overflow:hidden;
}
.of-card__image{
  display:block;
  width:100%;
  height:auto;
}

/* ▼カテゴリ（商品名の上） */
.of-card__cat{
  margin:16px 0 4px;
  color:#24366f;
  font-size:11px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.12em;
}

.of-card__name{
  margin:8px 0 6px;
  color:#222;
  font-size:15px;
  line-height:1.35;
  font-weight:600;
  letter-spacing:.01em;
  min-height:2.7em;
}

/* ▼サイズ（商品名の下） */
.of-card__size{
  margin:0 0 10px;
  color:#666;
  font-size:12px;
  line-height:1.3;
}

.of-card__price{
  margin:0;
  color:#222;
  line-height:1.2;
  min-height:1.2em;
}
.of-card__price-num{
  font-size:16px;
  font-weight:600;
}
.of-card__price-tax{
  font-size:11px;
  font-weight:300;
  color:#666;
  margin-left:3px;
}
/*about*/
.of-about{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#1c2f63;
  padding:80px 0;
}

.of-about__inner{
  width:100%;
  max-width:1400px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-around;
  padding:0 70px;
}

.of-about__logo{
  width:420px;
}
.of-about__right{
 text-align: center;
}
.of-about__catch{
  color:white;
  font-size:28px;
  margin-bottom:20px;
}
.news_top{
display: flex;
justify-content: space-between;
align-items: center;
margin: 80px 0 30px;
}
.news_title{
 font-size: 32px;
 color:#1c2f63;
 font-weight: 700;
}
.news_btn{
 border: 1px solid #1c2f63;
 padding: 6px 30px;
 margin: 150px 0 40px;
}
.news-top{
max-width:1100px;
margin:80px auto;
padding:0 20px;

}

.news-top h2{
font-size:28px;
margin-bottom:20px;
}

.news-list{
list-style:none;
padding:0;
margin:0;
}

.news-list li{
display:flex;
gap:20px;
padding:20px 0;
border-bottom:1px solid #eee;
}

.news-date{
color:#888;
min-width:120px;
}

.news-more{
display:inline-block;
margin-top:20px;
text-decoration:none;
}
@media (max-width: 768px) {
.news_top{
margin: 20px 0 30px;
}
}
.fs-pt-list {
    margin: 0 0 100px;
}
.fs-pt-list--noMarker > li + li, .fs-pt-list--unordered > li + li, .fs-pt-list--ordered > li + li, .fs-pt-list--note > li + li {
    margin-top: 25px;
}

/* ============================================================
   ORTHO-FIT フッター CSS
   対象HTML: .of-footer 以下の構造
   ============================================================ */
.fs-l-footer {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 0 !important;
  box-sizing: border-box !important;
  background-color: #f3f4f7 !important; /* 背景色を統一 */
  border-top: none !important;
}
.fs-l-footer a {
    color: #1c2f63;
}
.of-footer {
  width: 100%;
  background-color: #f3f4f7;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
               'メイリオ', Meiryo, sans-serif;
}
 
.of-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
 
/* ----------------------------------------------------------
   上段（ロゴ・ナビ・情報）
---------------------------------------------------------- */
.of-footer__top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 56px 0 52px;
}
 
/* ---- ブランドエリア（ロゴ + SNS）---- */
.of-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex-shrink: 0;
  width: 200px;
}
 
.of-footer__logo-link {
  display: inline-block;
  line-height: 1;
}
 
.of-footer__logo {
  width: 160px;
  height: auto;
  display: block;
}
 
/* ---- SNSアイコン ---- */
.of-footer__sns {
  display: flex;
  align-items: center;
  gap: 14px;
}
 
.of-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
 
.of-footer__sns-link:hover {
  opacity: 0.5;
  text-decoration: none;
}
 
/* dot をアイコン表示に変更 */
.of-footer__sns-dot {
  display: block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
 
/* --- Instagram --- */
.of-footer__sns-link[aria-label="Instagram"] .of-footer__sns-dot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231c2f63'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
}
 
/* --- TikTok --- */
.of-footer__sns-link[aria-label="TikTok"] .of-footer__sns-dot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231c2f63'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1V9.01a6.33 6.33 0 0 0-.79-.05 6.34 6.34 0 0 0-6.34 6.34 6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.33-6.34V8.69a8.24 8.24 0 0 0 4.83 1.55V6.79a4.85 4.85 0 0 1-1.06-.1z'/%3E%3C/svg%3E");
}
 
/* --- YouTube --- */
.of-footer__sns-link[aria-label="YouTube"] .of-footer__sns-dot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231c2f63'%3E%3Cpath d='M23.5 6.19a3.02 3.02 0 0 0-2.12-2.14C19.54 3.5 12 3.5 12 3.5s-7.54 0-9.38.55A3.02 3.02 0 0 0 .5 6.19 31.6 31.6 0 0 0 0 12a31.6 31.6 0 0 0 .5 5.81 3.02 3.02 0 0 0 2.12 2.14C4.46 20.5 12 20.5 12 20.5s7.54 0 9.38-.55a3.02 3.02 0 0 0 2.12-2.14A31.6 31.6 0 0 0 24 12a31.6 31.6 0 0 0-.5-5.81zM9.75 15.52V8.48L15.5 12l-5.75 3.52z'/%3E%3C/svg%3E");
}
 
/* --- X（旧Twitter） --- */
.of-footer__sns-link[aria-label="X"] .of-footer__sns-dot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231c2f63'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.747l7.73-8.835L1.254 2.25H8.08l4.261 5.632 5.903-5.632zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
}
 
/* ---- ナビゲーション ---- */
.of-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  width: 160px;
  padding-top: 2px;
}
 
.of-footer__nav-link {
  font-size: 13px;
  color: #1c2f63;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.4;
  transition: opacity 0.2s;
}
 
.of-footer__nav-link:hover {
  opacity: 0.55;
  text-decoration: none;
}
 
/* ---- 配送・返品情報エリア ---- */
.of-footer__info {
  display: flex;
  gap: 40px;
  flex: 1;
}
 
.of-footer__block {
  flex: 1;
}
 
.of-footer__heading {
  font-size: 13px;
  font-weight: 600;
  color: #1c2f63;
  letter-spacing: 0.03em;
  margin: 0 0 10px;
}
 
.of-footer__line {
  width: 100%;
  height: 1px;
  background-color: #c8cdd8;
  margin-bottom: 12px;
}
 
.of-footer__text {
  font-size: 11.5px;
  color: #4a5878;
  line-height: 1.85;
  font-weight: 400;
  margin: 0;
}
 
/* ----------------------------------------------------------
   下段（法的リンク + コピーライト）
---------------------------------------------------------- */
.of-footer__bottom {
  border-top: 1px solid #d8dae2;
  margin: 0 -40px;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

 
.of-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
 
.of-footer__bottom-link {
  font-size: 11px;
  font-weight: 400;
  color: #1c2f63;
  text-decoration: none;
  letter-spacing: 0.02em;
  opacity: 0.75;
  transition: opacity 0.2s;
}
 
.of-footer__bottom-link:hover {
  opacity: 1;
  text-decoration: underline;
}
 
.of-footer__copy {
  font-size: 11px;
  color: #1c2f63;
  opacity: 0.55;
  margin: 0;
  letter-spacing: 0.02em;
}
/* タブレット */
@media screen and (max-width:1024px){
  .of-lineup__title{
    font-size:44px;
    margin-bottom:28px;
  }

  .of-lineup__grid{
    gap:24px;
  }

  .of-card__name,
  .of-card__price{
    font-size:18px;
  }
}
/* ----------------------------------------------------------
   レスポンシブ（タブレット：〜960px）
---------------------------------------------------------- */
@media (max-width: 960px) {
.fs-c-productMainImage__image {
 padding-right: 0;
}
  .of-footer__top {
    gap: 40px;
  }

  .of-footer__info {
    gap: 24px;
  }
}

/* スマホ */
@media (max-width: 768px) {
.fs-pt-list {
margin: 0 0 60px;
}

.of-lineup__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
padding-bottom: 50px;
}
.product_title h2 {
font-size: 20px;
padding: 20px 0 30px;
}
.news_title {
font-size: 24px;
}
.news_btn {
border: 1px solid #1c2f63;
padding: 6px 30px;
margin: 20px 0 30px;
}
.of-card__name, .of-card__price {
font-size: 13px;
}

.of-about__inner{
  display:block;
  padding:0 40px;
}
.of-about__catch {
 text-align:center;
 font-size: 21px;
}
  .of-footer__inner {
    padding: 0 20px;
  }
 
  .of-footer__top {
    flex-direction: column;
    gap: 50px;
    padding: 40px 0 36px;
  }
 
  .of-footer__brand {
    width: auto;
    gap: 18px;
  }
 
  .of-footer__logo {
    width: 130px;
  }
 
  .of-footer__nav {
    width: auto;
    gap: 16px;
    padding-top: 0;
  }
 
  .of-footer__info {
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }
 
  .of-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 -20px;
    padding: 18px 20px;
  }
 
  .of-footer__bottom-links {
    gap: 16px;
  }
}
/* カート */
.fs-l-cart{
  margin-bottom: 120px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: none;
    color: #1c2f63;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
/* カート内おすすめ商品 */
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
    height: 30px;
}
/* アナウンスパーツ */
fs-p-announcement {
    margin: 50px 0;
}

/* パンくず（HOME > 製品ラインナップ） */
.fs-body-category-gr1 .fs-c-breadcrumb {
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 13px;
  color: #888;
}
.fs-body-category-gr1 .fs-c-breadcrumb a { color: #555; }

/* ページタイトル「製品ラインナップ」（お問い合わせページと同じスタイル）
   ※ Futureshopテーマ側CSSや他CSSによる上書きを確実に防ぐため
     html body から書き起こしてセレクタ強度を最大化し、!important を全項目に付与 */
html body.fs-body-category-gr1 .fs-c-heading--page,
html body.fs-body-category-gr1 h1.fs-c-heading,
html body.fs-body-category-gr1 h1.fs-c-heading--page,
html body.fs-body-category-gr1 .fs-l-pageMain .fs-c-heading,
html body.fs-body-category-gr1 .fs-l-pageMain h1 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #1c2f63 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.4 !important;
  text-align: center !important;
  margin: 40px auto 28px !important;
  padding: 0 0 40px !important;
  max-width: 1100px !important;
  border-bottom: 1px solid #e3e3e3 !important;
  border-top: none !important;
  background: transparent !important;
}

/* モバイル時はタイトルサイズを少し抑える */
@media (max-width: 768px) {
  html body.fs-body-category-gr1 .fs-c-heading--page,
  html body.fs-body-category-gr1 h1.fs-c-heading,
  html body.fs-body-category-gr1 h1.fs-c-heading--page,
  html body.fs-body-category-gr1 .fs-l-pageMain .fs-c-heading,
  html body.fs-body-category-gr1 .fs-l-pageMain h1 {
    font-size: 24px !important;
    margin: 28px auto 20px !important;
  }
}


/* ========== 2. 並び替え＆件数表示 ========== */

.fs-body-category-gr1 .fs-c-sortItems {
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: none;
  font-size: 13px;
}
.fs-body-category-gr1 .fs-c-sortItems__label {
  border: 1px solid #cfcfcf;
  padding: 6px 14px;
  border-radius: 3px;
  background: #fff;
  color: #333;
}

/* Futureshop標準の「並び替え」と最初のリンク間にある縦棒を削除 */
.fs-body-category-gr1 .fs-c-sortItems__list,
.fs-body-category-gr1 .fs-c-sortItems__list__item {
  border-left: none !important;
  border-right: none !important;
}
.fs-body-category-gr1 .fs-c-sortItems__list__item::before,
.fs-body-category-gr1 .fs-c-sortItems__list__item::after,
.fs-body-category-gr1 .fs-c-sortItems__label::after {
  content: none !important;
  display: none !important;
  border: none !important;
}
.fs-body-category-gr1 .fs-c-sortItems__list__item a {
  color: #1c4b9c;
  text-decoration: underline;
}
.fs-body-category-gr1 .fs-c-sortItems__list__item.is-active a,
.fs-body-category-gr1 .fs-c-sortItems__list__item.is-active {
  background: #1f3a68;
  color: #fff;
  padding: 6px 14px;
  border-radius: 3px;
  text-decoration: none;
}
.fs-body-category-gr1 .fs-c-listControl {
  max-width: 1100px;
  margin: 0 auto 8px;
  padding: 0 20px;
  font-size: 13px;
  color: #555;
}


/* ========== 2-b. 並び替え＆件数（モバイル最適化） ========== */

@media (max-width: 768px) {

  /* 並び替えブロック全体 */
  .fs-body-category-gr1 .fs-c-sortItems {
    gap: 8px 10px;
    padding: 0 16px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  /* 「並び替え」ラベル：1行で固定 */
  .fs-body-category-gr1 .fs-c-sortItems__label {
    flex: 0 0 auto;
    white-space: nowrap;          /* 縦書き風の折り返しを防止 */
    padding: 6px 10px;
    font-size: 12px;
    writing-mode: horizontal-tb;  /* 念のため横書き強制 */
  }

  /* 「価格が安い順」「高い順」「新着順」を横並び1行に */
  .fs-body-category-gr1 .fs-c-sortItems__list {
    flex: 1 1 auto;
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px 10px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .fs-body-category-gr1 .fs-c-sortItems__list__item {
    white-space: nowrap;
    font-size: 12px;
  }
  .fs-body-category-gr1 .fs-c-sortItems__list__item a {
    padding: 4px 0;
    font-size: 12px;
  }
  .fs-body-category-gr1 .fs-c-sortItems__list__item.is-active,
  .fs-body-category-gr1 .fs-c-sortItems__list__item.is-active a {
    padding: 4px 10px;
    font-size: 12px;
  }

  /* 「3件中 1-3件表示」を右寄せで控えめに */
  .fs-body-category-gr1 .fs-c-listControl {
    padding: 0 16px 12px;
    font-size: 11px;
    color: #888;
    text-align: right;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }

  /* ページャー（あれば）も中央寄せ */
  .fs-body-category-gr1 .fs-c-pagination {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 12px;
  }
}

/* さらに狭い画面（375px以下のiPhone SE等）対策 */
@media (max-width: 380px) {
  .fs-body-category-gr1 .fs-c-sortItems {
    padding: 0 12px;
  }
  .fs-body-category-gr1 .fs-c-sortItems__label {
    padding: 5px 8px;
    font-size: 11px;
  }
  .fs-body-category-gr1 .fs-c-sortItems__list__item,
  .fs-body-category-gr1 .fs-c-sortItems__list__item a {
    font-size: 11px;
  }
}


/* ========== 3. 商品一覧グリッド ========== */

.fs-body-category-gr1 .fs-c-productList {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.fs-body-category-gr1 .fs-c-productList__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
}
/* モバイルは2列で固定（1列にはしない） */
@media (max-width: 768px) {
  .fs-body-category-gr1 .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}
@media (max-width: 380px) {
  .fs-body-category-gr1 .fs-c-productList__list {
    gap: 20px 10px;
  }
}


/* ========== 4. 商品カード（1セル） ========== */

.fs-body-category-gr1 .fs-c-productList__list__item {
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

/* 商品画像 */
.fs-body-category-gr1 .fs-c-productListItem__imageContainer {
  position: relative;
  width: 100%;
  background: #f3f4f7;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 14px;
}
.fs-body-category-gr1 .fs-c-productListItem__image img,
.fs-body-category-gr1 .fs-c-productImage__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}
.fs-body-category-gr1 .fs-c-productList__list__item:hover .fs-c-productImage__image {
  transform: scale(1.03);
}

/* 拡大ボタン（虫眼鏡） */
.fs-body-category-gr1 .fs-c-productListItem__viewMoreImageButton {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f3a68;
}

/* 商品名 */
.fs-body-category-gr1 .fs-c-productListItem__productName {
  margin: 0 0 6px;
}
.fs-body-category-gr1 .fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

/* 価格 */
.fs-body-category-gr1 .fs-c-productListItem__prices {
  margin-bottom: 14px;
}
.fs-body-category-gr1 .fs-c-productPrice__main__price {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.fs-body-category-gr1 .fs-c-productPrice__addon {
  font-size: 11px;
  color: #888;
  margin-left: 2px;
}


/* ========== 5. カート / お気に入りボタン ========== */

.fs-body-category-gr1 .fs-c-productListItem__control {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  margin-top: auto;
}

/* カートに入れる / 詳細を見る ボタン */
.fs-body-category-gr1 .fs-c-button--addToCart--list,
.fs-body-category-gr1 .fs-c-button--viewProductDetail {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  color: #1c4b9c;
  border: 1px solid #1c4b9c;
  border-radius: 3px;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  transition: all .2s;
}
.fs-body-category-gr1 .fs-c-button--addToCart--list:hover,
.fs-body-category-gr1 .fs-c-button--viewProductDetail:hover {
  background: #1c4b9c;
  color: #fff;
}

/* お気に入りボタン（ハート） */
.fs-body-category-gr1 .fs-c-button--addToWishList--icon,
.fs-body-category-gr1 .fs-c-button--removeFromWishList--icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  flex: 0 0 36px;
}
.fs-body-category-gr1 .fs-c-button--addToWishList--icon:hover {
  color: #e25a6b;
  border-color: #e25a6b;
}


/* ========== 5-b. モバイル2列時のボタン調整 ========== */

@media (max-width: 768px) {

  /* カード内アクション領域：縦積みに変更 */
  .fs-body-category-gr1 .fs-c-productListItem__control {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding-top: 10px;
  }

  /* カート／詳細ボタン：横幅いっぱい、テキスト折り返し禁止 */
  .fs-body-category-gr1 .fs-c-button--addToCart--list,
  .fs-body-category-gr1 .fs-c-button--viewProductDetail {
    width: 100%;
    padding: 8px 6px;
    font-size: 12px;
    white-space: nowrap;           /* 「カートに入れる」を1行固定 */
    letter-spacing: 0;
    gap: 4px;
  }

  /* お気に入りハート：ボタンの下にコンパクトに配置 */
  .fs-body-category-gr1 .fs-c-button--addToWishList--icon,
  .fs-body-category-gr1 .fs-c-button--removeFromWishList--icon {
    width: 28px;
    height: 28px;
    align-self: flex-end;          /* 右寄せ */
    flex: 0 0 28px;
    font-size: 12px;
  }

  /* 商品名：2行までで省略 */
  .fs-body-category-gr1 .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 13px;
    min-height: 38px;
    line-height: 1.4;
  }

  /* 価格 */
  .fs-body-category-gr1 .fs-c-productPrice__main__price {
    font-size: 15px;
  }
  .fs-body-category-gr1 .fs-c-productPrice__addon {
    font-size: 10px;
  }
  .fs-body-category-gr1 .fs-c-productList {
    padding: 0px;
  }
}

/* iPhone SE等のさらに狭い画面 */
@media (max-width: 380px) {
  .fs-body-category-gr1 .fs-c-button--addToCart--list,
  .fs-body-category-gr1 .fs-c-button--viewProductDetail {
    font-size: 11px;
    padding: 8px 4px;
  }
  /* アイコンの絵文字部分が幅を圧迫する場合は非表示にする保険 */
  .fs-body-category-gr1 .fs-c-button--addToCart--list .fs-c-button__label::before,
  .fs-body-category-gr1 .fs-c-button--viewProductDetail .fs-c-button__label::before {
    display: none;
  }
}

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
    border: none; 
}
/* ========== 1. ボタンの「未チェック」状態（デフォルト） ========== */
 
.fs-body-customerDetails .fs-c-button--continueToCheckout,
.fs-body-customerDetails .fs-c-button--purchase,
.fs-body-customerDetails .fs-c-buttonContainer button[type="submit"],
.fs-body-register .fs-c-button--registerAndContinue,
.fs-body-register .fs-c-buttonContainer button[type="submit"] {
  background-color: #8a96b1 !important;
  border-color: #8a96b1 !important;
  color: #fff !important;
  opacity: 0.9;
  transition: background-color .25s ease, border-color .25s ease, opacity .25s ease, transform .15s ease;
}
 
 
/* ========== 2. ボタンの「チェック済み」状態 ==========
   :has() で「ページ全体のどこかにチェック済みの個人情報保護方針checkboxがあるか」を判定。
   ・name や id に "privacy" / "Privacy" が含まれるinput
   ・name や id に "personal_information" が含まれるinput
   ・Futureshop独自クラス .fs-c-agreementConfirmation 内のchecked
   のいずれかをカバー。
   実環境で当たらない場合は、DevToolsでチェックボックスのname/idを確認し
   セレクタを1行追加してください。
==================================================== */
 
body:has(input[name*="privacy" i]:checked) .fs-c-button--continueToCheckout,
body:has(input[id*="privacy" i]:checked) .fs-c-button--continueToCheckout,
body:has(input[name*="personal_information" i]:checked) .fs-c-button--continueToCheckout,
body:has(input[id*="personalInformation" i]:checked) .fs-c-button--continueToCheckout,
body:has(input[name*="policy" i]:checked) .fs-c-button--continueToCheckout,
body:has(input[id*="policy" i]:checked) .fs-c-button--continueToCheckout,
body:has(.fs-c-agreementConfirmation input[type="checkbox"]:checked) .fs-c-button--continueToCheckout,
 
body:has(input[name*="privacy" i]:checked) .fs-c-button--purchase,
body:has(input[id*="privacy" i]:checked) .fs-c-button--purchase,
body:has(input[name*="personal_information" i]:checked) .fs-c-button--purchase,
body:has(input[id*="personalInformation" i]:checked) .fs-c-button--purchase,
body:has(input[name*="policy" i]:checked) .fs-c-button--purchase,
body:has(input[id*="policy" i]:checked) .fs-c-button--purchase,
body:has(.fs-c-agreementConfirmation input[type="checkbox"]:checked) .fs-c-button--purchase,
 
body:has(input[name*="privacy" i]:checked) .fs-c-buttonContainer button[type="submit"],
body:has(input[id*="privacy" i]:checked) .fs-c-buttonContainer button[type="submit"],
body:has(input[name*="personal_information" i]:checked) .fs-c-buttonContainer button[type="submit"],
body:has(input[id*="personalInformation" i]:checked) .fs-c-buttonContainer button[type="submit"],
body:has(input[name*="policy" i]:checked) .fs-c-buttonContainer button[type="submit"],
body:has(input[id*="policy" i]:checked) .fs-c-buttonContainer button[type="submit"],
body:has(.fs-c-agreementConfirmation input[type="checkbox"]:checked) .fs-c-buttonContainer button[type="submit"],
 
body:has(input[name*="privacy" i]:checked) .fs-c-button--registerAndContinue,
body:has(input[id*="privacy" i]:checked) .fs-c-button--registerAndContinue,
body:has(input[name*="policy" i]:checked) .fs-c-button--registerAndContinue,
body:has(input[id*="policy" i]:checked) .fs-c-button--registerAndContinue {
  background-color: #1c2f63 !important;
  border-color: #1c2f63 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: pointer;
}
 
 
/* ========== 3. チェック済みボタンのホバー ========== */
 
body:has(input[name*="privacy" i]:checked) .fs-c-button--continueToCheckout:hover,
body:has(input[id*="privacy" i]:checked) .fs-c-button--continueToCheckout:hover,
body:has(input[name*="policy" i]:checked) .fs-c-button--continueToCheckout:hover,
body:has(.fs-c-agreementConfirmation input[type="checkbox"]:checked) .fs-c-button--continueToCheckout:hover,
body:has(input[name*="privacy" i]:checked) .fs-c-buttonContainer button[type="submit"]:hover,
body:has(.fs-c-agreementConfirmation input[type="checkbox"]:checked) .fs-c-buttonContainer button[type="submit"]:hover {
  background-color: #14224a !important;
  border-color: #14224a !important;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
.btn-slide {
    padding: 12px 15px!important;
    color: #1c2f63!important;
    font-size: 13px!important;
    border-radius: 3px!important;
    border: 1px solid #1c2f63!important;
}
/* 会員登録*/
.fs-c-buttonContainer {
    margin-bottom: 30px;
}