/******************************/
/* TOP共通 */
/******************************/
.p-top-section {
  box-sizing: content-box;
  margin: 64px 0;

  @media screen and (min-width: 768px) {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

.p-top-section__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 max(16px, 2%);
}

.p-top-section__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top-section__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
}

.p-top-product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  justify-content: center;
  gap: 32px 16px;
  width: 100%;

  @media screen and (min-width: 500px) {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 48px 24px;
  }

  @media screen and (min-width: 800px) {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

.p-top-product-list__item {
  flex: 0 0 auto;
  display: flex;
}

/******************************/
/* スライドショー */
/******************************/
.p-main-slider {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 max(16px, 2%);

  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
  }

  .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 0;

    .bx-viewport {
      border: 0;
      box-shadow: none;
      left: 0;
    }

    .bx-pager {
      box-sizing: border-box;
      padding-top: 0;
      padding-right: 25px;
      bottom: 45px;
      text-align: right;
      display: none;

      @media screen and (min-width: 768px) {
        display: block;
      }

      &.bx-default-pager a {
        margin-left: 5px;
        margin-right: 5px;
        background: #E9EDE8;

        &.active {
          position: relative;
          background: #505748;
        }

        &:hover {
          background: #CBDBD3;
        }
      }
    }
  }
}



/********************************
TOPICS
********************************/

.p-topics{

    max-width:1200px;
    margin:80px auto;
    padding:0 30px;

}

.p-topics__title{

    font-size:18px;
    font-family: serif;
    letter-spacing:.1em;
    margin-bottom:40px;

}

.p-topics__list{

    list-style:none;
    margin:0;
    padding:0;

}

.p-topics__item{

    display:flex;
    align-items:flex-start;
    gap:40px;

    padding:18px 0;

    border-bottom:1px solid #ddd;

}

.p-topics__date{

    width:140px;
    flex-shrink:0;

    color:#666;
    font-size:16px;

}

.p-topics__text{

    flex:1;

    font-size:16px;
    line-height:1.8;

}

.p-topics__text a{

    color:#333;
    text-decoration:none;

}

.p-topics__text a:hover{

    opacity:.6;

}

@media(max-width:768px){

.p-topics{

    margin:40px auto;
    padding:0 20px;

}

.p-topics__title{

    font-size:18px;
    margin-bottom:20px;

}

.p-topics__item{

    flex-direction:column;
    gap:6px;

    padding:14px 0;

}

.p-topics__date{

    width:auto;
    font-size:14px;

}

.p-topics__text{

    font-size:15px;
    line-height:1.6;

}

}

/******************************/
/* ピックアップ */
/******************************/
.p-top-pickup {
  margin: 32px 0;

  .splide {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;

    &:not( .is-overflow ) {
      .splide__list {
        justify-content: center;
      }

      .splide__slide:last-child {
        margin: 0 !important;
      }
    }

    .splide__slide {
      display: flex;
    }

    .splide__pagination {
      bottom: auto;
      left: auto;
      position: relative;
      transform: none;
      width: auto;
      padding: 0;

      .splide__pagination__page {
        background: transparent;
        border: 1px solid #728270;

        &.is-active {
          background: #728270;
        }
      }
    }
  }
}

.p-top-pickup__container {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 max(16px, 2%);
}

.p-top-pickup__item {
  display: flex;
  align-items: center;
  justify-content: center;

  a {
    transition: 0.3s ease;

    &:hover {
      opacity: 0.7;
    }
  }

  img {
    width: 100%;
    height: auto;
  }
}

/******************************/
/* コンセプト */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 64px 0;

  @media screen and (min-width: 1024px) {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0;
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  background-image: url(https://img21.shop-pro.jp/PA01497/366/etc_base64/MjAyNjA3MDctX0RTQzQ3Nzg.jpg?cmsp_timestamp=20260709000556);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  @media screen and (min-width: 1024px) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 50%;
    min-height: 600px;
  }
}

.p-concept__text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding: 0 max(16px, 2%);
  line-height: 2;
  text-align: center;

  @media screen and (min-width: 1024px) {
    padding: 80px 32px;
    width: 50%;
    max-width: 650px;
    max-height: 600px;
    /*writing-mode: vertical-rl;*/
    text-orientation: mixed;
    text-align: left;
  }
}

.p-concept__title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;

  @media screen and (min-width: 1024px) {
    font-size: 26px;
  }
}

/* 縦組みをやめたいときのバリエーション */
.p-concept--writing-mode-horizontal {
  .p-concept__text {
    writing-mode: horizontal-tb;
  }
}

/******************************/
/* 新着商品 */
/******************************/
.p-top-new-item {
  .splide {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;

    .splide__slide {
      display: flex;
    }

    .splide__pagination {
      bottom: auto;
      left: auto;
      position: relative;
      transform: none;
      width: auto;
      padding: 0;

      .splide__pagination__page {
        background: transparent;
        border: 1px solid #728270;

        &.is-active {
          background: #728270;
        }
      }
    }
  }
}

/******************************/
/* おすすめ商品 */
/******************************/
.p-top-highly-recommended {
  align-self: center;
  max-width: 100%;

  @media screen and (min-width: 500px) {
    max-width: 950px;
  }
}

/******************************/
/* 売れ筋商品 */
/******************************/
.p-top-seller-item {
  .splide {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;

    .splide__slide {
      display: flex;
    }

    .splide__pagination {
      bottom: auto;
      left: auto;
      position: relative;
      transform: none;
      width: auto;
      padding: 0;

      .splide__pagination__page {
        background: transparent;
        border: 1px solid #728270;

        &.is-active {
          background: #728270;
        }
      }
    }
  }
}

/******************************/
/* フリースペース */
/******************************/
.p-top-free {
  max-width: 1280px;
  margin: 96px auto;
  padding: 0 max(16px, 2%);
}

/******************************/
/* 店舗情報 */
/******************************/
.p-shop {
  margin: 64px 0;

  @media screen and (min-width: 1024px) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.p-shop__container {
  display: flex;
  flex-direction: column-reverse;

  @media screen and (min-width: 1024px) {
    flex-direction: row-reverse;
    align-items: center;
  }
}

.p-shop__text {
  background-color: #E9EDE8;
  width: 100%;
  padding: 48px 0;

  @media screen and (min-width: 1024px) {
    padding: 80px  0;
  }

  .p-shop__image + & {
    @media screen and (min-width: 1024px) {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      margin-right: -20%;
      padding: 80px 20% 80px 0;
    }

    @media screen and (min-width: 1800px) {
      display: flex;
      justify-content: flex-end;
      padding-right: 25%;
    }
  }
}

.p-shop__text-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.p-shop__image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 280px;

  @media screen and (min-width: 1024px) {
    flex: 0 0 50%;
    height: auto;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    @media screen and (min-width: 1024px) {
      max-width: 820px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
    }

    @media screen and (min-width: 1640px) {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
    }
  }
}

.p-shop__header {
  max-width: 600px;
  margin-inline: auto;
}

.p-shop__body,
.p-shop__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 600px;
  margin-inline: auto;
  padding: 0 max(16px, 2%);
}

.p-shop__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}






/* キービジュアル下のテキストメニュー */
.miz_add_item_202512 {
  max-width: 1100px;
  margin: 20px auto 40px auto;
  padding: 20px 0 20px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "MS P明朝", "MS PMincho", serif;
}

.miz_add_menu_title {
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "MS P明朝", "MS PMincho", serif;
    font-weight: 900;
}

.miz_add_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.miz_add_menu li {
  font-size: 1.2rem;
}

.miz_add_menu a {
  text-decoration: none;
  color: #000;
  font-weight: 900;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease;
}

.miz_add_menu a:hover {
  color: #E13031;
  transform: translateY(-2px); /* ← ほんの少し浮く */
}

/* スマホでは非表示 */
@media screen and (max-width: 767px) {
  .miz_add_item_202512 {
    display: none;
  }
}

/******************************/
/* 固定バナーセクション（追加分） */
/******************************/
.atariya_fixed_banner_container {
  max-width: 1280px;
  margin: 64px auto;
  padding: 0 max(16px, 2%);
  box-sizing: border-box;
}

/* 左右に並べるグリッド（スマホでは1列、PCでは2列） */
.atariya_banner_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .atariya_banner_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* バナーカード全体 */
.atariya_banner_card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  background-color: #fdfaf7; /* 温かみのある背景色 */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(140, 98, 57, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* 左右のカードの高さを強制的に揃える */
}

.atariya_banner_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(140, 98, 57, 0.12);
}

/* 1. 画像が縦に伸びるのを防ぐコンテナ */
.atariya_banner_img_holder {
  width: 100%;
  aspect-ratio: 16 / 10; /* 比率を「16:10」に固定（お好みで 16/9 等に変更可） */
  overflow: hidden;
}

/* 画像本体の引き伸ばし防止 */
.atariya_banner_img_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 比率を保ったまま領域いっぱいに表示（切り抜き） */
  transition: transform 0.5s ease;
}

.atariya_banner_card:hover .atariya_banner_img_holder img {
  transform: scale(1.03); /* ホバー時に優しく拡大 */
}

/* 2. テキストとボタンのエリア（高さが伸びても崩さない設定） */
.atariya_banner_text_content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; /* 余白を自動調整して、左右でボタンの位置を綺麗に揃える */
}

.atariya_banner_tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #8c6239;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.atariya_banner_title {
  font-size: 1.15rem;
  line-height: 1.5;
  color: #4a3631;
  margin: 0 0 12px 0;
  font-weight: bold;
}

.atariya_banner_desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  margin: 0 0 20px 0;
}

/* ボタン風リンク */
.atariya_banner_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 24px;
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  background-color: #8c6239;
  border-radius: 6px;
  align-self: flex-start; /* ボタンを左寄せにキープ */
  transition: background-color 0.3s ease;
}

.atariya_banner_card:hover .atariya_banner_btn {
  background-color: #6d4b2a;
}

/* スマホ用微調整 */
@media (max-width: 767px) {
  .atariya_banner_text_content {
    padding: 16px;
  }
  .atariya_banner_title {
    font-size: 1.05rem;
  }
  .atariya_banner_desc {
    font-size: 0.8rem;
  }
}




    /* -----------------------------------
       Base & Reset - 洗練された和モダン
    ----------------------------------- */
    :root {
    

      --color-bg-base: #FAF8F5; /* 温かみのあるオフホワイト */
      --color-bg-white: #ffffff;
      --color-bg-accent: #F4EFEA; /* FVやストーリー用アクセント */
      --color-bg-dark: #3E3129; /* 濃厚な醤油・焦げ茶系 */
      
      --color-text-main: #333333;
      --color-text-sub: #555555;
      --color-text-dark: #222222;
      --color-text-accent: #D9534F; /* 紅白、おめでたい赤 */
      --color-text-gold: #C09B6A; /* ゴールド・真鍮系 */
      
      --color-main: #4A5D3E; /* 抹茶・苔緑 */
      --color-border: #E8E2D9; /* 障子、和紙のような境界 */
      
      --font-serif: 'Noto Serif JP', serif;
      --font-sans: 'Noto Sans JP', sans-serif;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: var(--font-sans);
      color: var(--color-text-main);
      background-color: var(--color-bg-base);
      line-height: 1.8; /* 余白を多めに */
      letter-spacing: 0.03em;
    }
    img { max-width: 100%; height: auto; vertical-align: bottom; }
    a { text-decoration: none; color: inherit; transition: opacity 0.3s ease; }
    a:hover { opacity: 0.8; }

    /* Layout Containers */
    .lp-container {
      max-width: 1000px; /* 少し広めに */
      margin: 0 auto;
      background-color: var(--color-bg-white);
    }
    .sec-padding {
      padding: 80px 25px; /* 上下余白を多めに設定し、洗練さを出す */
    }
    @media (max-width: 768px) {
      .sec-padding { padding: 50px 15px; }
    }

    /* Headings */
    .sec-title {
      text-align: center;
      font-family: var(--font-serif);
      font-size: 30px;
      font-weight: 700;
      color: var(--color-text-dark);
      margin-bottom: 30px;
      line-height: 1.4;
    }
    .sec-title::after {
      content: '';
      display: block;
      width: 50px;
      height: 1.5px;
      background-color: var(--color-main);
      margin: 15px auto 0;
    }
    .sec-subtitle {
      text-align: center;
      font-size: 15px;
      color: var(--color-text-sub);
      margin-top: -15px;
      margin-bottom: 40px;
    }

    /* -----------------------------------
       CTA Button - 
    ----------------------------------- */
    .btn-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 440px;
      margin: 30px auto 0;
      padding: 18px 25px;
      background-color: var(--color-main); /* 深い緑 */
      color: var(--color-bg-white);
      font-family: var(--font-serif);
      font-size: 20px;
      font-weight: 700;
      border-radius: 10px; /* 丸みを抑える */
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .btn-cta::after {
      content: '＞';
      margin-left: 10px;
      font-size: 16px;
    }
    .btn-cta:hover {
      background-color: #3B4B31;
    }
    .badge-free-shipping {
      text-align: center;
      color: var(--color-text-accent);
      font-weight: 700;
      font-size: 14px;
      margin-top: 10px;
    }

    /* -----------------------------------
       1. First View (FV) - 圧倒的な美意識
    ----------------------------------- */
    .fv-section {
      background: var(--color-bg-accent);
      padding: 60px 25px 80px;
      text-align: center;
    }
    .fv-tag {
      font-family: var(--font-serif);
      font-size: 15px;
      color: var(--color-text-accent);
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-bottom: 20px;
      display: inline-block;
    }
    .fv-main-title {
      font-family: var(--font-serif);
      font-size: 36px;
      font-weight: 900;
      color: var(--color-text-dark);
      line-height: 1.3;
      margin-bottom: 15px;
      letter-spacing: 0.05em;
    }
    .fv-sub-copy {
      font-size: 18px;
      color: var(--color-text-sub);
      margin-bottom: 30px;
    }
    .fv-features {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }
    .fv-feature-item {
      font-size: 14px;
      color: var(--color-text-dark);
      font-weight: 500;
      border: 1px solid var(--color-border);
      padding: 6px 15px;
      border-radius: 30px;
      background: var(--color-bg-white);
    }
    .fv-image {
      border-radius: 6px;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    /* -----------------------------------
       2. Troubled Block
    ----------------------------------- */
    .trouble-section {
      background-color: var(--color-bg-white);
    }
    .trouble-box {
      max-width: 680px;
      margin: 0 auto;
    }
    .trouble-list {
      list-style: none;
      margin-bottom: 30px;
    }
    .trouble-list li {
      font-size: 17px;
      margin-bottom: 12px;
      color: var(--color-text-sub);
      display: flex;
      align-items: center;
    }
  
    .trouble-solution {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      color: var(--color-text-dark);
      border-top: 1px solid var(--color-border);
      padding-top: 20px;
      letter-spacing: 0.05em;
    }

    /* -----------------------------------
       3. Reasons & Stats Block - 真鍮ゴールドで高級感
    ----------------------------------- */
    .reasons-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 20px;
      margin-bottom: 50px;
    }
    .reason-card {
      background: var(--color-bg-white);
      border: 1px solid var(--color-border);
      padding: 20px 10px;
      text-align: center;
      transition: box-shadow 0.3s;
    }
    .reason-card:hover {
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
    .reason-icon {
      font-size: 28px;
      margin-bottom: 8px;
      color: var(--color-main);
    }
    .reason-title {
      font-size: 14px;
      font-weight: 700;
      color: var(--color-text-dark);
      line-height: 1.4;
    }

    /* Numbers / Stats Bar */
    .stats-box {
      background: var(--color-bg-dark); /* 深い焦げ茶 */
      color: var(--color-bg-white);
      border-radius: 4px;
      padding: 30px 20px;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 20px;
      text-align: center;
    }
    .stat-item .num {
      font-family: var(--font-serif);
      font-size: 32px;
      font-weight: 900;
      color: var(--color-text-gold); /* 真鍮系カラー */
      margin-bottom: 5px;
    }
    .stat-item .label {
      font-size: 13px;
      color: #CCC;
    }

    /* -----------------------------------
       4. Media & Achievements
    ----------------------------------- */
    .media-section {
      background-color: var(--color-bg-accent);
    }
    .media-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      text-align: center;
    }
    .media-card {
      background: var(--color-bg-white);
      padding: 15px;
      border: 1px solid var(--color-border);
    }
    .media-card img {
      margin-bottom: 12px;
      height: 120px;
      object-fit: cover;
      width: 100%;
    }
    .media-card p {
      font-size: 14px;
      font-weight: 700;
      color: var(--color-text-dark);
    }

    /* -----------------------------------
       5. Customer Reviews
    ----------------------------------- */
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }
    .review-card {
      background: var(--color-bg-base);
      padding: 20px;
      border: 1px solid var(--color-border);
      position: relative;
    }
    .review-card::before {
      content: '“';
      font-family: var(--font-serif);
      font-size: 50px;
      color: var(--color-main);
      opacity: 0.3;
      position: absolute;
      top: 10px;
      left: 10px;
      line-height: 1;
    }
    .review-stars {
      color: var(--color-text-gold);
      font-size: 16px;
      margin-bottom: 8px;
    }
    .review-text {
      font-size: 15px;
      color: var(--color-text-main);
      margin-bottom: 15px;
      font-weight: 500;
      position: relative;
    }
    .review-user {
      font-size: 13px;
      color: var(--color-text-sub);
      text-align: right;
    }

    /* -----------------------------------
       6. Product Content - 商品カタログのような美しさ
    ----------------------------------- */
    .product-section {
      background-color: var(--color-bg-white);
    }
    .product-item-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }
    .product-item-card {
      border: 1px solid var(--color-border);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }
    .product-item-card:hover {
      transform: translateY(-5px);
    }
    .product-item-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .product-item-info {
      padding: 20px;
    }
    .product-item-title {
      font-family: var(--font-serif);
      font-size: 17px;
      font-weight: 700;
      color: var(--color-text-dark);
      margin-bottom: 8px;
    }
    .product-item-desc {
      font-size: 14px;
      color: var(--color-text-sub);
    }

   /* -----------------------------------
       7. How to Eat - 美味しそうな写真
    ----------------------------------- */
    .eat-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      text-align: center;
    }
    .eat-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      margin-bottom: 12px;
    }
    .eat-card p {
      font-family: var(--font-serif);
      font-weight: 700;
      font-size: 16px;
      color: var(--color-text-dark);
    }

    /* -----------------------------------
       8. Price Reason & Story - 読み物感
    ----------------------------------- */
    .story-section {
      background-color: var(--color-bg-accent);
    }
    .story-box {
      max-width: 780px;
      margin: 0 auto;
      background: var(--color-bg-white);
      padding: 50px 40px;
      border: 1px solid var(--color-border);
    }
    @media (max-width: 500px) {
      .story-box { padding: 30px 20px; }
    }
    .story-title {
      font-family: var(--font-serif);
      font-size: 22px;
      font-weight: 700;
      color: var(--color-text-dark);
      border-bottom: 1px solid var(--color-main);
      padding-bottom: 10px;
      margin-bottom: 25px;
      letter-spacing: 0.05em;
    }
    .story-text {
      font-size: 16px;
      line-height: 2; /* 読み物として余白を多めに */
      color: var(--color-text-main);
      margin-bottom: 30px;
    }
    .owner-profile {
      display: flex;
      align-items: center;
      gap: 25px;
      margin-top: 30px;
      border-top: 1px dashed var(--color-border);
      padding-top: 30px;
    }
    .owner-img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }
    .owner-text {
      font-size: 14px;
      color: var(--color-text-sub);
    }
    .owner-name {
      font-family: var(--font-serif);
      font-weight: 700;
      color: var(--color-text-dark);
      margin-top: 8px;
    }
    @media (max-width: 600px) {
      .owner-profile { flex-direction: column; text-align: center; }
    }

    /* -----------------------------------
       9. FAQ Section
    ----------------------------------- */
    .faq-list {
      max-width: 780px;
      margin: 0 auto;
    }
    .faq-item {
      margin-bottom: 20px;
      border: 1px solid var(--color-border);
      background: var(--color-bg-base);
      padding: 20px;
    }
    .faq-q {
      font-weight: 700;
      color: var(--color-text-dark);
      font-size: 16px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .faq-q::before {
      content: 'Q';
      color: var(--color-main);
      font-family: var(--font-serif);
      font-size: 20px;
    }
    .faq-a {
      font-size: 15px;
      color: var(--color-text-sub);
      margin-top: 10px;
      padding-left: 28px;
    }

    /* -----------------------------------
       10. Footer Offer / Bottom
    ----------------------------------- */
    .bottom-offer {
      background: var(--color-bg-base);
      text-align: center;
      border-top: 1px solid var(--color-border);
    }
    .price-display {
      margin: 20px 0;
    }
    .price-old {
      text-decoration: line-through;
      color: #888;
      font-size: 15px;
    }
    .price-val {
      font-family: var(--font-serif);
      font-size: 36px;
      font-weight: 900;
      color: var(--color-text-accent); /* 紅白、特別価格 */
    }
 