@charset "UTF-8";
/* =========================================
   NABE2.CSS - GINZA TAYA特集ページ
   （.taya-lp 内専用スコープ版）
   ========================================= */

/* ---- ゴールドトーン（グローバルでOK） ---- */
:root {
  --taya-gold: #a7945f;
  --taya-black: #2b2b2b;
}

/* ---- 特集ページ全体のベース設定 ---- */
.taya-lp {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
  color: #444444;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* 改行PCでは非表示（特集ページ内のみ） */
.taya-lp .is-sp {
  display: none;
}

/* スマホ（768px以下）でだけ改行表示 */
@media screen and (max-width: 768px) {
  .taya-lp .is-sp {
    display: block;
  }
}

/* =========================================
   見出し・リード文スタイル
   ========================================= */

/* ---- h1見出し ---- */
.taya-lp h1 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 50px auto 10px;
  letter-spacing: 0.08em;
}

.taya-lp h1 span {
  display: block;
  font-size: 1.3rem;
  color: var(--taya-gold);
  font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 8px;
}

/* スマホ：h1を80%サイズに */
@media screen and (max-width: 768px) {
  .taya-lp h1 {
    font-size: 1.4rem;
    margin: 40px auto 8px;
  }
}

/* リード文（h1下） */
.taya-lp .h1-lead {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 60px;
}

/* ---- h2見出し ---- */
.taya-lp h2 {
  font-size: 1.4rem;
  font-weight: 550;
  text-align: center;
  margin: 10px auto 10px;
  letter-spacing: 0.06em;
}

.taya-lp h2 span {
  display: block;
  color: var(--taya-gold);
  font-size: 1rem;
  font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 590;
  margin-top: 5px;
}

.taya-lp .h2-lead {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 50px;
}

/* ---- h3見出し（左揃えタイプ）---- */
.taya-lp .nabe-h3 {
  font-size: 1.1rem;
  font-weight: 520;
  border-left: 4px solid var(--taya-gold);
  padding-left: 10px;
  margin: 50px 0 10px;
  letter-spacing: 0.05em;
  text-align: left;
}

/* リード（左揃えタイプ） */
.taya-lp .nabe-h3-lead-left {
  font-size: 0.9rem;
  margin-bottom: 30px;
  padding-left: 14px;
  text-align: left;
}

/* ---- h3-sub（センタータイプ）---- */
.taya-lp .nabe-h3-sub {
  font-size: 1.1rem;
  font-weight: 520;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.9;
  margin: 0 auto 15px;
  border: none;
  padding: 0;
  width: 100%;
  display: block;
}

/* リード（センタータイプ） */
.taya-lp .nabe-h3-lead-center {
  text-align: center;
  padding-left: 0;
  font-size: 0.95rem;
  margin-top: 10px;
}

/* ---- スマホ調整 ---- */
@media screen and (max-width: 768px) {
  .taya-lp .nabe-h3 {
    font-size: 1.1rem;
  }
  .taya-lp .nabe-h3-sub {
    font-size: 1.25rem ;
    line-height: 1.8;
  }
  .taya-lp .nabe-h3-lead-left,
  .taya-lp .nabe-h3-lead-center {
    font-size: 0.9rem;
  }
}

/* ---- センター見出し ---- */
.taya-lp .title-sub {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.9;
  margin: 0 auto 15px;
  border: none;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---- センターリード ---- */
.taya-lp .lead-sub {
  text-align: center;
  padding-left: 0;
  font-size: 1rem;
  margin-top: 10px;
}

/* ---- スマホ調整 ---- */
@media screen and (max-width: 768px) {
  .taya-lp .title-sub {
    font-size: 1.3rem !important;
    line-height: 1.8;
    text-align: center !important;
  }

  .taya-lp .lead-sub {
    font-size: 0.95rem !important;
    text-align: center !important;
  }

  /* justify指定がセンターを潰さないように */
  .taya-lp .block-text p:not(.title-sub):not(.lead-sub) {
    font-size: 0.95em;
    text-align: justify;
  }
}

/* =========================================
   TAYA汎用ブロック構成スタイル
   ========================================= */

/* ---- 基本セクション ---- */
.taya-lp .block {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  line-height: 1.9;
}

/* ---- セクション内リード文 ---- */
.taya-lp .block .lead {
  text-align: center;
  font-size: 1rem;
  margin: 20px 0 60px;
}

/* ---- 2カラム構成 ---- */
.taya-lp .block-2col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.taya-lp .block-text h3 {
  margin-top: 0;
  line-height: 1.6;
}

.taya-lp .block-visual,
.taya-lp .block-text {
  flex: 1;
}

.taya-lp .block-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* スマホ対応（縦並び） */
@media screen and (max-width: 768px) {
  .taya-lp .block {
    margin: 60px auto;
    /* NEW: 左右の余白を20pxから30pxに増やす */
    padding: 0 25px; 
  }

  .taya-lp .block-2col {
    flex-direction: column;
    gap: 24px;
  }

  .taya-lp .block-visual img {
    height: auto;
  }

  .taya-lp .block-text p {
    font-size: 0.95em;
    text-align: justify;
  }

  .taya-lp .block .lead {
    font-size: 0.9rem;
    margin-bottom: 40px;
  }
}

/* =========================================
   2カラム：写真＋文章カード
   ========================================= */

.taya-lp .grid-2up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* カード全体：高さ揃えのため縦flex */
.taya-lp .card {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
}

/* 画像 */
.taya-lp .card-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.taya-lp .card-media a {
  display: block;
  position: relative;
  transition: transform 0.0s ease, opacity 0.0s ease;
}

.taya-lp .card-media a:hover {
  transform: none;
  opacity: 0.7;
}

/* テキスト部 */
.taya-lp .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 0;
}

/* ボタンをカード下に揃えたい場合 */
.taya-lp .card-body .btn-wrap {
  margin-top: auto;
  text-align: center;
}

/* スマホ：1カラムに */
@media screen and (max-width: 768px) {
  .taya-lp .grid-2up {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* =========================================
   3カラム：写真＋文章カード（flex版）
   ========================================= */

/* 3ブロック全体のコンテナ */
.taya-lp .grid-3up {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* 真ん中寄せ */
  margin: 0 -10px;          /* 左右にマイナスmarginして、子のmarginと相殺用 */
}

/* 各ブロック（カード） */
.taya-lp .grid-3up .card {
  box-sizing: border-box;
  width: calc(20% - 30px);  /* ★ 3等分の比率（%）からmarginぶんを引いている */
  margin: 0 45px;               /* ★ ブロック同士の横のスキマはここで調整 */
}

/* タブレット：2列 */
@media screen and (max-width: 1024px) {
  .taya-lp .grid-3up .card {
    width: calc(20% - 20px);    /* 2等分 */
    margin-bottom: 24px;        /* 下のスキマが欲しければここで調整 */
  }
}

/* スマホ：1列 */
@media screen and (max-width: 768px) {
  .taya-lp .grid-3up {
    margin: 0;                  /* 1列のときはマイナスmargin不要にしてもOK */
  }
  .taya-lp .grid-3up .card {
    width: 50%;
    margin: 0 0 24px;           /* 下だけスキマ、左右ピッタリ */
  }
}



/* =========================================
   単一ビジュアルブロック（1枚写真用）
   ========================================= */

.taya-lp .block-photo {
  max-width: 700px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.taya-lp .block-photo img {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

/* スマホ調整 */
@media screen and (max-width: 600px) {
  .taya-lp .block-photo {
    margin: 40px auto;
    padding: 0 10px;
  }
  .taya-lp .block-photo img {
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
}

/* まずはPC用の初期状態：PC画像だけ表示、SP画像は非表示 */
.taya-lp .block-photo img.pc {
  display: block;
}

.taya-lp .block-photo img.sp {
  display: none;
}

/* スマホのときは逆にする */
@media screen and (max-width: 700px) {
  .taya-lp .block-photo img.pc {
    display: none;
  }
  .taya-lp .block-photo img.sp {
    display: block;
  }
}

/* =========================================
   サブ画像（h3-lead下に表示）
   ========================================= */

.taya-lp .block-subimg {
  text-align: center;
  margin: 25px 0 20px;
}

.taya-lp .block-subimg img {
  width: 80%;
  max-width: 600px;
  height: auto;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .taya-lp .block-subimg img {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}


/* =========================================
   商品ページへボタンスタイル（more-btn を踏まえた版）
   ========================================= */

/* ラッパー：中央寄せ（幅はボタン側で制御） */
.taya-lp .btn-wrap {
  text-align: center;
  margin-top: 20px;
}

/* PC標準：幅250pxを基準に、高さは比率で */
.taya-lp .btn-wrap .taya-btn {
  position: relative;
  display: block;
  width: 230px;                           /* ★ PC時のボタン幅 */
  margin: 0 auto;
  padding: 18px 20px;     
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
               "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  color: #fff !important;                 /* グローバル a { color } を上書き */
  letter-spacing: 0.1em;
  line-height: 1;
  background: #a7945f;                    /* = var(--taya-gold) と同系色 */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  writing-mode: horizontal-tb;
  white-space: nowrap;                    /* 「福袋購入ページへ」が縦に割れないように */
}

/* hover */
.taya-lp .btn-wrap .taya-btn:hover {
  background-color: #8e8052;
}

/* スマホ：幅225px基準（既存 more-btn と同じ考え方） */
@media screen and (max-width: 768px) {
  .taya-lp .btn-wrap .taya-btn {
    width: 225px;                         /* ★ 既存 .more-btn a と揃える */
    padding: 18px 20px;      
    font-size: 13px;
  }
}


/* =========================================
   メインビジュアル（PC・SP切り替え）
   ========================================= */

.taya-lp .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* 画像共通設定 */
.taya-lp .main-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* PCではPC画像だけ表示 */
.taya-lp .main-visual img.pc { display: block; }
.taya-lp .main-visual img.sp { display: none; }

/* スマホでは逆にする */
@media screen and (max-width: 768px) {
  .taya-lp .main-visual img.pc { display: none; }
  .taya-lp .main-visual img.sp { display: block; }
}

/* キャプション */
.taya-lp .main-visual .caption {
  position: absolute;
  bottom: 8%;
  left: 6%;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.6),
    0 4px 12px rgba(0, 0, 0, 0.5);
  max-width: 85%;
  padding: 12px 20px;
  border-radius: 4px;
}

/* サブタイトル */
.taya-lp .main-visual .caption span {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

/* PC：ヘッダーの高さ分しっかり下げる */
.taya-lp {
  margin-top: 97px;
}

/* スマホ：元々問題ないので、ずらしを解除する */
@media screen and (max-width: 768px) {
  .taya-lp {
    margin-top: 0;
  }
}


/* スマホ調整 */
@media screen and (max-width: 768px) {
  .taya-lp .main-visual .caption {
    font-size: 1.3rem;
    bottom: 6%;
    left: 5%;
    right: 5%;
    line-height: 1.5;
    padding: 10px 14px;
    text-align: left;
  }

  .taya-lp .main-visual .caption span {
    font-size: 0.9rem;
    margin-top: 4px;
  }
}

/* =========================================
   ブロック余白調整用補助クラス
   ========================================= */

.taya-lp .block-tight {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.taya-lp .block-tight-top {
  margin-top: 0 !important;
}

.taya-lp .block-tight-bottom {
  margin-bottom: 0 !important;
}

.taya-lp .block-half {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.taya-lp .block-half2 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.taya-lp .block-wide {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.taya-lp .block-extra {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.taya-lp .block-wide-top {
  margin-top: 160px !important;
}

.taya-lp .block-wide-bottom {
  margin-bottom: 120px !important;
}

.taya-lp .block-wide-bottom1 {
  margin-bottom: 50px !important;
}

/* =========================================
   罫線（line）
   ========================================= */

.taya-lp .taya-line {
  border: none;
  border-top: 1px solid #383838;
  margin: 40px auto;
  width: 65%;
}

/* =========================================
   h2 グレー背景リセット（特集ページ内のみ）
   ========================================= */

.taya-lp h2 {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
