@charset "UTF-8";

/* =========================================================
   本店：item_format2026_e2.css（統合・整理版）
   - 商品上部（明朝）
   - readmore（白文字ボタン）
   - SEOブロック（メイリオ系＋帯付き見出し対応）
   - 商品詳細テーブル
   ========================================================= */


/* =========================================================
   1) 商品上部（本店側）
   ========================================================= */

.pcFabricTopWrap{
  max-width: 800px;
  margin: 0 auto 44px;
  padding: 0 10px;
  box-sizing: border-box;

  color: #404040;
  line-height: 1.9;

  /* 上部は明朝系 */
  font-family:
    "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "MS P明朝", serif;
}

/* タイトルh2：テーマ装飾を無効化して自前に */
.pcFabricTopWrap h2.pcFabricTitle{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;

  margin: 0 0 12px !important;
  text-align: center !important;
  font-size: 36px !important; /* 好みで36〜40 */
  line-height: 1.25 !important;
  font-weight: 600 !important;

  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(0,0,0,0.25) !important;
}
.pcFabricTopWrap h2.pcFabricTitle::before,
.pcFabricTopWrap h2.pcFabricTitle::after{
  content: none !important;
  display: none !important;
}

/* キャッチ */
.pcFabricCatch{
  margin: 0 0 16px;
  text-align: center;
  font-size: 22px;
  color: #444;
  font-weight: 500;
}

/* 導入文（使うなら） */
.pcFabricLead{
  margin: 0 0 26px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
}

/* 画像 */
.pcFabricImgCenter{
  text-align: center;
  margin: 34px 0;
}
.pcFabricImgCenter img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* コピー文 */
.pcFabricCopy{
  margin: 0 0 28px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
}

/* リンク：下線が殺されても“見える下線”を出す */
.pcFabricLink{
  color: inherit !important;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.05em;
}
.pcFabricLink:hover{
  opacity: .85;
}

/* カテゴリーリンク画像 */
.categoryLink img{
  width: 150px !important;
  max-width: 100%;
  height: auto;
  display: inline-block;
}


/* YouTube（レスポンシブ） */
.pcMovieWrap{
  width: 750px;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
.pcMovieWrap iframe{
  display: block;
  width: 750px;
  height: 500px;
  margin: 0 auto;
  border: 0;
}
.pcMovieNote{
  margin-top: 10px;
  line-height: 1.7;
  font-size: 13px;
  color: #404040;
  text-align: center;
}
@media (max-width: 820px){
  .pcMovieWrap{
    width: 100%;
    max-width: 750px;
  }
  .pcMovieWrap iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2; /* 750x500相当 */
  }


}


/* =========================================================
   2) readmore（本店のみ）…白文字ボタン
   ========================================================= */

.readmore_block{
  max-width: 800px;
  margin: 0 auto 44px;
  padding: 0 10px;
  box-sizing: border-box;
}

.readmore_toggle{ display: none; }

/* 閉じた状態 */
.readmore_container{
  position: relative;
  overflow: hidden;
  max-height: 520px;
  transition: max-height .35s ease;
}

/* 開いた状態 */
.readmore_toggle:checked + .readmore_container{
  max-height: 99999px;
}

/* 下フェード */
.fade_layer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  opacity: 1;
  transition: opacity .2s ease;
}
.readmore_toggle:checked + .readmore_container .fade_layer{
  opacity: 0;
}

/* ボタン */
.readmore_button{
  display: block;
  width: 260px;
  margin: 16px auto 0;
  padding: 12px 14px;
  text-align: center;
  cursor: pointer;

  background: #9B003F;
  color: #fff !important;
  border: 1px solid #9B003F;
  border-radius: 2px;

  font-weight: 700;
  user-select: none;
  text-decoration: none !important;
}
.readmore_button:hover{ opacity: .85; }

/* 文言切替 */
.readmore_button .close_text{ display: none; }
.readmore_toggle:checked ~ .readmore_button .open_text{ display: none; }
.readmore_toggle:checked ~ .readmore_button .close_text{ display: inline; }


/* =========================================================
   3) SEO（本店は分けないので同ファイル内で統合）
   ========================================================= */

/* SEO全体（メイリオ系）＋“境目” */
.seoWrap{
  max-width: 800px;
  margin: 0 auto;
  padding-top: 26px;
  border-top: 1px solid #e6e0d6;

  font-size: 12px;
  line-height: 1.8;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}

/* SEO見出し：H2 */
.seoH2{
  margin: 28px 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #9B003F;
}

/* SEO見出し：H3（ベース＝通常） */
.seoH3{
  margin: 20px 0 8px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
}

/* SEO見出し：H3（帯付き＝かっこよく）  
   └ HTMLを直せるなら <h3 class="seoH3 seoH3--band"> にするのが最強
*/
.seoH3--band{
  margin: 0 0 18px;
  padding: 14px;
  background: #faf7f2;
  border-left: 6px solid #9B003F;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: .02em;
}

/* いまのHTMLのままでも「最初のseoH3だけ帯」にしたい場合の保険 */
.seoWrap .seoH3:first-of-type{
  margin: 0 0 18px;
  padding: 14px;
  background: #faf7f2;
  border-left: 6px solid #9B003F;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .02em;
}

/* さらに「最初の見出しだけ明朝」 */
.seoWrap .seoH3:first-of-type,
.seoWrap .seoH3--band{
  font-family:
    "游明朝","Yu Mincho",
    "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",
    "MS P明朝",serif;
}

/* SEO見出し：H4 */
.seoH4{
  margin: 26px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee4ea;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
}

/* 段落 */
.seoP{
  margin: 0 0 14px;
  line-height: 1.95;
}

/* 画像 */
.seoImgCenter{
  text-align: center;
  margin: 40px 0;
}
.seoImgCenter img{
  width: 100%;
  max-width: 400px; /* PCでは最大400pxの“見栄え”を維持 */
  height: auto;
  display: block;
  margin: 14px auto 22px;
}

/* テーマ由来の◆などがSEO見出しに乗る場合の保険 */
.seoH3::before, .seoH2::after,
.seoH4::before, .seoH3::after{
  content: none !important;
  display: none !important;
}


/* =========================================================
   4) 商品詳細テーブル（本店専用）
   ========================================================= */

#Item_detail .itemDetailTable{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #d9d2c7;
  color: #404040;
}

/* 罫線 */
#Item_detail th,
#Item_detail td{
  border: 1px solid #d9d2c7;
}

/* 見出し行 */
#Item_detail th{
  background: #f6f2ec;
  text-align: center;
  font-weight: 700;
  padding: 8px 6px;
  font-size: 16px;
}

/* 本文セル */
#Item_detail td{
  padding: 12px 14px;
  font-size: 14px;
  line-height: 2em;
}

/* 箇条書き1行 */
#Item_detail td > div{
  margin-bottom: 0.8em;
}

/* 英語キーワード */
#Item_detail .itemEn{
  font-size: 12px;
  opacity: 0.8;
}

/* 強調（赤文字） */
#Item_detail .itemHighlight{
  color: #c00;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* 注意文 */
#Item_detail .itemNote{
  margin-bottom: 0.8em;
}

/* 画像 */
#Item_detail .itemImg{ text-align: center; }
#Item_detail img{
  max-width: 100%;
  height: auto;
}

/* 下部リンク */
#Item_detail .itemLink{
  text-align: right;
  margin-top: 1em;
}


/* =========================================================
   5) SP調整（構造は変えない）
   ========================================================= */

@media (max-width: 480px){

  .pcFabricTopWrap h2.pcFabricTitle{
    font-size: 26px !important;
  }

  .pcFabricCatch{
    font-size: 18px;
    line-height: 1.6;
  }

  .pcFabricLead{
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
  }

  #Item_detail td{
    font-size: 13px;
    line-height: 1.8em;
  }

  /* SEO画像：スマホは自然に縮む（max-width:400pxは効いたままでOK） */
  .seoImgCenter img{
    width: 100%;
    max-width: 100%;
  }
  .categoryLink img{
    width: 40% !important;
  }
}



