<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:cc="http://web.resource.org/cc/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xml:lang="ja">

    <channel rdf:about="https://chikachanhouse.shop/?mode=rss">
    <title>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</title>
    <link>https://chikachanhouse.shop/</link>
    <description>還元くん・メビウスウォーター・ワンゲルの専門オンラインショップ。オジカインダストリー正規代理店 CHIKACHAN HOUSE。薬剤師CHIKAが運営しています。</description>
    <dc:language>ja</dc:language>
    <dc:creator>Color Me Shop!pro</dc:creator>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=190868225" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=190584471" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=190584433" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=184445285" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=184398676" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=183947602" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=183284072" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=180767671" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=180767646" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=180767607" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=180767565" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=180392594" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=179761086" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=179552675" />
        <rdf:li rdf:resource="https://chikachanhouse.shop/?pid=168313282" />
      </rdf:Seq>
    </items>
    </channel>

  <item rdf:about="https://chikachanhouse.shop/?pid=190868225">
    <link>https://chikachanhouse.shop/?pid=190868225</link>
    <title>還元くんべにふうき茶</title>
    <description>




    /* 既存のショップデザインに影響を与えないよう .product-container 内に限定 */
    .product-container {
        font-family: &#039;Noto Sans JP&#039;, sans-serif;
        color: #333333;
        line-height: 1.85;
        max-width: 900px;
    ...</description>
<content:encoded><![CDATA[
<!-- 1. 外部フォントの読み込み -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap" rel="stylesheet">

<!-- 2. スタイル設定（CSS） -->
<style>
    /* 既存のショップデザインに影響を与えないよう .product-container 内に限定 */
    .product-container {
        font-family: 'Noto Sans JP', sans-serif;
        color: #333333;
        line-height: 1.85;
        max-width: 900px;
        margin: 0 auto;
        background-color: #fafaf8;
        overflow: hidden;
        text-align: left;
    }

    /* ボックスサイズを固定してレイアウト崩れを防止 */
    .product-container,
    .product-container *,
    .product-container *::before,
    .product-container *::after {
        box-sizing: border-box !important;
    }

    /* 見出しスタイル */
    .product-container .section-title-wrap { text-align: center; margin: 80px 0 50px; padding: 0 20px; }
    .product-container .en-title { display: block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.3em; color: #7d967b; text-transform: uppercase; margin-bottom: 10px; }
    .product-container .jp-title { font-size: 1.7rem; font-weight: 700; color: #1e392a; letter-spacing: 0.05em; }

    /* ヒーローセクション */
    .product-container .hero-clean { padding: 100px 40px; text-align: center; background: #e9ede8; }
    .product-container .hero-catch { font-size: 1rem; font-weight: 500; letter-spacing: 0.25em; color: #7d967b; margin-bottom: 20px; }
    .product-container .hero-title { font-size: 2.1rem; font-weight: 900; line-height: 1.5; color: #1e392a; margin: 0; }

    /* 画像設定 */
    .product-container .banner-wrap { padding: 0 30px; margin-top: -40px; }
    .product-container .full-img { width: 100%; height: auto; border-radius: 4px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); display: block; }

    /* リード文 */
    .product-container .intro-section { max-width: 700px; margin: 80px auto; padding: 0 30px; text-align: center; }
    .product-container .intro-text { font-size: 1rem; font-weight: 400; color: #666666; }
    .product-container .intro-highlight { margin-top: 40px; padding: 30px; background: #ffffff; border: 1px solid #e9ede8; font-weight: 700; color: #1e392a; border-radius: 4px; }

    /* 4つの理由 */
    .product-container .reasons-section { padding: 80px 30px; background-color: #ffffff; }
    .product-container .reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
    @media (max-width: 768px) { .product-container .reason-grid { grid-template-columns: 1fr; } }
    .product-container .reason-card { padding: 30px; background: #fafaf8; border-radius: 2px; }
    .product-container .reason-num { font-size: 2.5rem; font-weight: 900; color: #e9ede8; line-height: 1; margin-bottom: 15px; }
    .product-container .reason-card h3 { font-size: 1.2rem; margin: 0 0 15px 0; color: #1e392a; }
    .product-container .reason-card p { font-size: 0.95rem; margin: 0; color: #666666; }

    /* 作り方ステップ */
    .product-container .steps-section { padding: 80px 20px; }
    .product-container .step-list { display: flex; flex-direction: column; gap: 40px; max-width: 750px; margin: 0 auto; }
    .product-container .step-card { display: flex; background: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.04); }
    @media (max-width: 600px) { .product-container .step-card { flex-direction: column; } }
    .product-container .step-img { width: 250px; height: auto; object-fit: cover; }
    @media (max-width: 600px) { .product-container .step-img { width: 100%; height: 180px; } }
    .product-container .step-content { padding: 30px; flex: 1; }
    .product-container .step-label { font-size: 0.8rem; font-weight: 900; color: #a68b6d; text-transform: uppercase; margin-bottom: 5px; display: block; }
    .product-container .step-desc { font-size: 1rem; font-weight: 700; margin: 0; }
    .product-container .step-note { display: block; font-size: 0.85em; font-weight: normal; color: #666666; margin-top: 8px; opacity: 0.9; }

    /* おすすめ */
    .product-container .recommend-box { margin: 80px 30px; padding: 60px 40px; background: #1e392a; border-radius: 4px; color: #ffffff; text-align: center; }
    .product-container .recommend-list { list-style: none; padding: 0; margin: 40px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
    .product-container .recommend-list li { background: rgba(255,255,255,0.1); padding: 10px 20px; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.05em; }

    /* 【強化修正版】FAQセクション - 強制的に縦に並べる設計 */
    .product-container .faq-section { padding: 80px 30px; background: #fafaf8; }
    .product-container .faq-list { max-width: 750px; margin: 0 auto; display: block !important; }
    .product-container .faq-item { 
        margin-bottom: 40px !important; 
        display: block !important; 
        width: 100% !important;
        clear: both !important;
    }
    .product-container .faq-q {
        display: block !important;
        width: 100% !important;
        font-weight: 700;
        font-size: 1.05rem;
        color: #1e392a;
        margin-bottom: 12px !important;
        padding: 0 !important;
        line-height: 1.5;
        float: none !important;
    }
    .product-container .q-label {
        color: #a68b6d;
        margin-right: 10px;
        font-weight: 900;
    }
    .product-container .faq-a {
        display: block !important;
        width: 100% !important;
        background: #ffffff !important;
        padding: 25px !important;
        border-radius: 4px;
        line-height: 1.7;
        color: #666666;
        float: none !important;
        margin: 0 !important;
    }
    .product-container .a-label {
        color: #7d967b;
        font-weight: 900;
        margin-right: 10px;
    }

    /* 仕様テーブル */
    .product-container .spec-wrap { padding: 40px; background: #ffffff; border-top: 1px solid #e9ede8; }
    .product-container .spec-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
    .product-container .spec-table th { text-align: left; color: #666666; font-weight: 500; padding: 15px 0; border-bottom: 1px solid #f0f0f0; width: 30%; }
    .product-container .spec-table td { padding: 15px 0; border-bottom: 1px solid #f0f0f0; color: #333333; }

    /* CTA */
    .product-container .cta-split-area { display: flex; align-items: center; gap: 40px; padding: 80px 40px; background: #ffffff; }
    @media (max-width: 768px) { .product-container .cta-split-area { flex-direction: column; text-align: center; padding: 60px 20px; } }
    .product-container .cta-image-side { flex: 1; }
    .product-container .cta-image-side img { width: 100%; height: auto; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
    .product-container .cta-content-side { flex: 1; }
    .product-container .cta-content-side p { font-weight: 700; margin-bottom: 30px; font-size: 1.1rem; color: #1e392a; line-height: 1.6; }
    .product-container .cta-btn { display: inline-block; background: #a68b6d; color: #ffffff; padding: 22px 50px; font-size: 1.1rem; font-weight: 700; text-decoration: none; letter-spacing: 0.15em; transition: 0.3s ease; border-radius: 0; }
    .product-container .cta-btn:hover { background: #1e392a; transform: translateY(-3px); color: #ffffff; }
</style>

<!-- 3. コンテンツ本体（HTML） -->
<div class="product-container">
    
    <!-- ヒーローセクション -->
    <header class="hero-clean">
        <div class="hero-catch">Nature's Wisdom & Science</div>
        <div class="hero-title">
            ムズムズ、グシュグシュの季節に。<br>
            べにふうき × 還元くん
        </div>
    </header>

    <!-- メインバナー -->
    <div class="banner-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/hay-fever.png" alt="季節のお悩みに" class="full-img">
    </div>

    <!-- ストーリー -->
    <section class="intro-section">
        <div class="intro-text">
            <p>日本固有のスーパーボタニカル茶、べにふうき。<br>一般的な緑茶にはほとんど含まれていない特別な成分「メチル化カテキン」を豊富に含み、研究者たちからも高い注目を集めてきました。</p>
            <p>その力を最大限に引き出し、あなたのスッキリとした毎日のために。私たちは「抽出方法」と「還元」に徹底してこだわりました。</p>
        </div>
        <div class="intro-highlight">
            還元水素 × メチル化カテキン<br>
            ふたつの働きが共鳴する、特別な一杯を。
        </div>
    </section>

    <!-- 茶葉イメージ -->
    <div class="banner-wrap" style="margin-top: 0; margin-bottom: 80px;">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/benifuuki-tea-image.jpg" alt="茶葉イメージ" class="full-img">
    </div>

    <!-- 特徴 -->
    <section class="reasons-section">
        <div class="section-title-wrap" style="margin-top: 0;">
            <span class="en-title">Product Policy</span>
            <h2 class="jp-title">選ばれる4つの理由</h2>
        </div>
        
        <div class="reason-grid">
            <div class="reason-card">
                <div class="reason-num">01</div>
                <h3>日本固有の稀少品種</h3>
                <p>1993年に登録された日本固有種。「メチル化カテキン」を宿した特別な茶葉です。</p>
            </div>
            <div class="reason-card">
                <div class="reason-num">02</div>
                <h3>高温抽出が真価を発揮</h3>
                <p>成分を奥底まで呼び覚ますため、あえて「煮出す」淹れ方を推奨しています。</p>
            </div>
            <div class="reason-card">
                <div class="reason-num">03</div>
                <h3>還元くんとの相乗効果</h3>
                <p>抽出したお茶を水素化。ふたつの力が組み合わさる唯一無二の方法です。</p>
            </div>
            <div class="reason-card">
                <div class="reason-num">04</div>
                <h3>鹿児島県産原料100%</h3>
                <p>豊かな土壌で育まれた国産茶葉のみを厳選。誠実な品質をお届けします。</p>
            </div>
        </div>
    </section>

    <!-- 作り方 -->
    <section class="steps-section">
        <div class="section-title-wrap">
            <span class="en-title">How to brew</span>
            <h2 class="jp-title">美味しさと力を引き出す 6つのステップ</h2>
        </div>

        <div class="step-list">
            <div class="step-card">
                <img src="https://file003.shop-pro.jp/PA01440/179/img/item/benifuuki-how-to2.png" class="step-img">
                <div class="step-content">
                    <span class="step-label">Step 01</span>
                    <p class="step-desc">やかんや鍋に水500ccを入れます。</p>
                </div>
            </div>
            <div class="step-card">
                <img src="https://file003.shop-pro.jp/PA01440/179/img/item/benifuuki-how-to3.png" class="step-img">
                <div class="step-content">
                    <span class="step-label">Step 02</span>
                    <p class="step-desc">ティーバッグ１袋を入れて沸騰させ、弱火で5〜10分。琥珀色になるまで煮出します。</p>
                </div>
            </div>
            <div class="step-card">
                <img src="https://file003.shop-pro.jp/PA01440/179/img/item/benifuuki-how-to8.png" class="step-img">
                <div class="step-content">
                    <span class="step-label">Step 03</span>
                    <p class="step-desc">
                        別の入れ物に煮出したお茶を移し、500mLの冷水を注ぎます。
                        <span class="step-note">※鍋ややかんの中に直接冷水を注いでもかまいません。</span>
                    </p>
                </div>
            </div>
            <div class="step-card">
                <img src="https://file003.shop-pro.jp/PA01440/179/img/item/benifuuki-how-to9.png" class="step-img">
                <div class="step-content">
                    <span class="step-label">Step 04</span>
                    <p class="step-desc">40℃程度になるまできちんと冷まします。</p>
                </div>
            </div>
            <div class="step-card">
                <img src="https://file003.shop-pro.jp/PA01440/179/img/item/benifuuki-how-to10.png" class="step-img">
                <div class="step-content">
                    <span class="step-label">Step 05</span>
                    <p class="step-desc">その後、還元くんに注ぎます。</p>
                </div>
            </div>
            <div class="step-card">
                <img src="https://file003.shop-pro.jp/PA01440/179/img/item/benifuuki-how-to12.png" class="step-img">
                <div class="step-content">
                    <span class="step-label">Step 06</span>
                    <p class="step-desc">12〜24時間そのまま置くことで、還元べにふうき茶が完成します。ペットボトルなどの容器に移して冷蔵庫で保管してください。</p>
                </div>
            </div>
        </div>
    </section>

    <!-- おすすめ -->
    <section class="recommend-box">
        <span class="en-title" style="color: rgba(255,255,255,0.6);">Recommend for you</span>
        <div style="font-size: 1.5rem; font-weight: 700; margin: 10px 0;">こんな方におすすめ</div>
        <ul class="recommend-list">
            <li>季節の変わり目を健やかに過ごしたい方</li>
            <li>自然由来の力でケアをしたい方</li>
            <li>還元くんをもっと活用したい方</li>
        </ul>
    </section>

    <!-- よくあるご質問 (FAQ) -->
    <section class="faq-section">
        <div class="section-title-wrap" style="margin-top: 0;">
            <span class="en-title">Common Questions</span>
            <h2 class="jp-title">よくあるご質問</h2>
        </div>
        <div class="faq-list">
            <div class="faq-item">
                <div class="faq-q"><span class="q-label">Q.</span>普通のべにふうき茶と何が違うの？</div>
                <div class="faq-a"><span class="a-label">A.</span>還元くんと組み合わせることで、メチル化カテキンに水素茶としての働きをプラスできます。この相乗効果が、この商品最大の特長です。</div>
            </div>
            <div class="faq-item">
                <div class="faq-q"><span class="q-label">Q.</span>べにふうきって、紅茶用の品種じゃないの？</div>
                <div class="faq-a"><span class="a-label">A.</span>その通りで、べにふうきはもともと紅茶・烏龍茶兼用として開発された品種です。ただし、紅茶に加工する過程で酸化が進むと、メチル化カテキンが失われてしまうことがわかっています。メチル化カテキンをしっかり摂るためには、緑茶のまま飲むことが大切。だからこそ、この商品は緑茶仕上げにこだわっています。</div>
            </div>
            <div class="faq-item">
                <div class="faq-q"><span class="q-label">Q.</span>毎日飲んでも大丈夫ですか？</div>
                <div class="faq-a"><span class="a-label">A.</span>食品としてのお茶ですので、日常の飲み物としてお取り入れいただけます。</div>
            </div>
            <div class="faq-item">
                <div class="faq-q"><span class="q-label">Q.</span>還元くんを持っていない場合は？</div>
                <div class="faq-a"><span class="a-label">A.</span>通常のお茶としてもお楽しみいただけますが、この商品の特長を最大限に活かすために、還元くんとの組み合わせをおすすめします。</div>
            </div>
        </div>
    </section>

    <!-- CTA -->
    <section class="cta-split-area">
        <div class="cta-image-side">
            <img src="https://file003.shop-pro.jp/PA01440/179/img/item/kangenkun-benifuuki-tea2.jpg" alt="還元くんべにふうき茶">
        </div>
        <div class="cta-content-side">
            <p>
                選び抜かれた茶葉と、科学に基づいた淹れ方が、<br>あなたの日常をサポートします。
            </p>
            <a href="https://chikachanhouse.com/kangenkun-benifuuki-tea/" class="cta-btn">さらに詳しくはブログ記事へ</a>
        </div>
    </section>

    <!-- 仕様 -->
    <div class="spec-wrap">
        <table class="spec-table">
            <tr><th>商品名</th><td>還元くん紅富貴茶（ティーバッグタイプ）</td></tr>
            <tr><th>内容量</th><td>5g × 20パック</td></tr>
            <tr><th>原料</th><td>国産べにふうき茶葉100%（鹿児島県産）</td></tr>
            <tr><th>産地</th><td>鹿児島県志布志市</td></tr>
        </table>
    </div>

</div>
]]></content:encoded>
    <dc:date>2026-03-13T12:22:10+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/190868225_th.jpg?cmsp_timestamp=20260428191642" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=190584471">
    <link>https://chikachanhouse.shop/?pid=190584471</link>
    <title>還元くん４ リーフブルー</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */

/* STREAMING_CHUNK: Defining styles for the summary box... */
/* ==========================================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
   ========================================================================== */
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、澄んだブルー</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>還元くん４ リーフブルー</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 リーフブルー 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
</div>

    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/leafblue_image01.png" alt="還元くん リーフ・ブルーとティーバッグ">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
          爽やかなブルーに包まれているのは、毎日のお茶をそっと変える力。
        </h2>
        <p class="new-text">
         リーフブルーにも、他の還元くんと同じ、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：LEAF BLUE - リーフブルー -</div>
        <h2 class="new-h2">晴れた日の空を、そのまま手のひらに。</h2>
        <p class="new-text">
          見上げた空に広がる青と、風に揺れる葉のモチーフ。還元くん「リーフブルー」は、晴れた日の爽やかな空気をそのまま閉じ込めたようなデザインです。明るく澄んだブルーは目に入るたびに気持ちを軽くしてくれ、ナチュラルなインテリアにもシンプルモダンな空間にも、心地よく寄り添ってくれます。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4> 明るいブルーが、空間にさわやかな抜け感をつくります</h4>
            <p>木やアイボリーのトーンが多い空間に、このブルーがひとつ入るだけで景色が軽やかになります。窓辺やカウンターに置くと、光との相性もよく、一日のはじまりを気持ちよく迎えられます。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4>目にするたびに、晴れた日のような気分を届けてくれます</h4>
            <p>青空を思わせる澄んだ色は、毎日のお茶の時間にさりげない開放感を添えてくれます。使うほどに愛着が湧いて、暮らしの中でそっと気分を整えてくれるボトルです。</p>
          </div>
        </div>
        <div class="new-note-box">
          派手さではなく、澄んだ爽やかさ。シンプルな空間にもすっとなじみ、毎日の暮らしとお茶の時間を、晴れやかな一本がそっと彩ってくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/leafblue_image02.png" alt="還元くん リーフ・ブルーをイメージした青空">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">毎日のお茶の時間を、もう少し心地よくしたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 電源も機械も使わず、無理なく続けられるものを選びたい方へ </div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 明るく軽やかな色を、暮らしに取り入れたい方へ</div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておきたいもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>白地にブルー</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
    <tr><th>ご注意事項</th><td>起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付は承っておりません。</td></tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元茶を凍らせても水素は抜けませんか？ <span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 抜けません。夏場に多めに作って凍らせておくのもおすすめです。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 紅茶とフルーツを一緒に入れて還元茶を作ることもできますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> できます。紅茶とフルーツ両方の水素を取り出せるので、天然のフレーバーティーが楽しめます。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question">  還元くんはどのくらいの頻度で洗えばいいですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  還元茶を作るたびに、ブラシでぬるま湯洗いをしてあげてください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを初めて使うのですが、難しくありませんか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 特別な操作はいりません。お茶を入れて置いておくだけです。最初の「起動」という準備だけ必要ですが、ご希望の方には起動済みでお届けしますので、届いたその日からお使いいただけます。わからないことがあれば、いつでもご相談ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> デザインによって性能（水素量など）は変わりますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> いいえ、性能はすべて同じです。色やシリーズの違いは見た目だけで、中の特殊セラミックや作れる水素茶は変わりません。お好きなデザインをお選びください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Product",
      "@id": "https://chikachanhouse.shop/?pid=190584471#product",
      "name": "低電位水素茶生成ボトル 還元くん リーフ・ブルー",
      "description": "ボトルにお茶を入れておくだけで水素茶（還元茶）が作れるリーフブルーデザインのセラミックボトル。還元くん正規品。",
      "image": [
        "https://file003.shop-pro.jp/PA01440/179/img/item/leafblue_image01.png",
        "https://file003.shop-pro.jp/PA01440/179/img/item/leafblue_image02.png"
      ],
      "brand": { "@type": "Brand", "name": "オジカインダストリー" },
      "url": "https://chikachanhouse.shop/?pid=190584471",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "JPY",
        "price": "29500",
        "availability": "https://schema.org/InStock"
      }
    }
  ]
}
</script>
]]></content:encoded>
    <dc:date>2026-02-18T14:24:42+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/190584471_th.png?cmsp_timestamp=20260218142442" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=190584433">
    <link>https://chikachanhouse.shop/?pid=190584433</link>
    <title>還元くん４（リーフ・ピンク）</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */

/* STREAMING_CHUNK: Defining styles for the summary box... */
/* ==========================================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
   ========================================================================== */
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、やわらかなピンク</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>還元くん４ リーフピンク</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 リーフピンク 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
</div>



    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/leafpink_image01.png" alt="還元くん リーフ・ピンクを見つめる女性">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
        やさしい色合いの内側で、お茶は静かに生まれ変わっています。
        </h2>
        <p class="new-text">
         リーフピンクにも、他の還元くんと同じ、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：LEAF PINK - リーフピンク -</div>
        <h2 class="new-h2">やわらかなピンクが、毎日をそっと包む。</h2>
        <p class="new-text">
          ふわりと咲く桜のような、やさしいピンク色。還元くん「リーフピンク」は、見ているだけで気持ちがほぐれていくような、あたたかみのあるデザインです。甘すぎず落ち着きのあるトーンで、リーフのモチーフがナチュラルな印象を添えます。白やベージュ、木の素材が多いキッチンにも、グレーやアイボリーを基調にした空間にも、やわらかなアクセントとして自然になじみます。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4> やさしいピンクが、キッチンやリビングにぬくもりを添えます</h4>
            <p>主張の強い色ではないからこそ、どんな空間にもすっと溶け込みます。カウンターや棚に置いたとき、さりげなくあたたかい雰囲気をつくってくれるのがリーフピンクの魅力です。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4>目に入るたびに、ほっとやわらぐ時間を届けてくれます</h4>
            <p>桜を思わせるやさしいトーンは、忙しい一日の中でふっと肩の力を抜かせてくれる色。朝のお茶にも、夜のひと息にも、そっと寄り添ってくれるボトルです。</p>
          </div>
        </div>
        <div class="new-note-box">
          やわらかなぬくもり。シンプルな空間にもすっとなじみ、毎日の暮らしとお茶の時間を、あたたかな一本がそっと彩ってくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/leafpink_image02.png" alt="還元くん リーフ・ピンクをイメージした桜">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">電源も機械も使わず、無理なく続けられるものを選びたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">大切な方への贈り物をお探しの方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 毎日がんばる自分に、ちょっとしたご褒美を贈りたい方へ</div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておきたいもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>白地にピンク</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
    <tr><th>ご注意事項</th><td>起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付は承っておりません。</td></tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 作った還元茶は持ち歩いても大丈夫ですか？ <span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> ペットボトルなどに移し替えれば持ち歩けます。夏場は味が変わりやすいのでお早めにどうぞ。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question">  還元茶を金属製の水筒で保管しても大丈夫ですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 内側が樹脂コーティングされていれば大丈夫です。金属がむき出しのものは避けてください。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 使い始めに何か準備は必要ですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 最初にお茶を24時間以上入れてボトルを起動させてください。その後からご使用いただけます。ご希望の方には起動を済ませた状態でお届けしますので、その場合は届いたその日からお使いいただけます。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> デザインによって性能（水素量など）は変わりますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> いいえ、性能はすべて同じです。色やシリーズの違いは見た目だけで、中の特殊セラミックや作れる水素茶は変わりません。お好きなデザインをお選びください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 作った還元茶はどのくらい保存できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 別の容器に移して冷蔵庫で保管すれば、2〜3日を目安にお飲みいただけます。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Product",
      "@id": "https://chikachanhouse.shop/?pid=190584433#product",
      "name": "低電位水素茶生成ボトル 還元くん リーフ・ピンク",
      "description": "桜を思わせるやさしいピンク色が素敵なセラミックボトル。お茶を入れておくだけで水素茶（還元茶）が作れます。還元くん正規品。",
      "image": [
        "https://file003.shop-pro.jp/PA01440/179/img/item/leafpink_image01.png",
        "https://file003.shop-pro.jp/PA01440/179/img/item/leafpink_image02.png"
      ],
      "brand": { "@type": "Brand", "name": "オジカインダストリー" },
      "url": "https://chikachanhouse.shop/?pid=190584433",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "JPY",
        "price": "29500",
        "availability": "https://schema.org/InStock"
      }
    }
  ]
}
</script>
]]></content:encoded>
    <dc:date>2026-02-18T14:21:06+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/190584433_th.png?cmsp_timestamp=20260218142103" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=184445285">
    <link>https://chikachanhouse.shop/?pid=184445285</link>
    <title>まだ誰も知らない水素と電子の話ＤＶＤ</title>
    <description>還元くん・メビウスウォーター・ワンゲルの開発者：小鹿俊郎さんのセミナーの様子を収録したＤＶＤです。宇宙と人体の繋がりや、無限の可能性を教えてくれる水素と電子の奥深い世界をも感じることが出来る115分。

2017年収録のものですが、長年の製品開発秘話や商品の...</description>
<content:encoded><![CDATA[
還元くん・メビウスウォーター・ワンゲルの開発者：小鹿俊郎さんのセミナーの様子を収録したＤＶＤです。宇宙と人体の繋がりや、無限の可能性を教えてくれる水素と電子の奥深い世界をも感じることが出来る115分。<br>
<br>
2017年収録のものですが、長年の製品開発秘話や商品の特徴など基本的なお話は変わりありません。<br>
<br>
<br>
【内容】<br>
驚異的な酸化力をもつお茶を12時間で作る低電位水素茶製造ボトル「還元くん」。<br>
溶存水素量:平均800から1200ppb、酸化還元電位:-400から-600mVという驚異的な数値を生み出すその仕組みは？<br>
<br>
そして発酵醸造を極めた抗酸化水「メビウス ウォーター(ワン酵素)」、テラヘルツ波とマイナス電子のジェル状化粧水「ワン・ゲル」についてもお話しています。<br>
<br>
1.低電位水素茶製造ボトル「還元くん」<br>
2.抗酸化水「メビウス ウォーター」<br>
3.ジェル状化粧水「ワン・ゲル」<br>
<br>
<br>
【梱包サイズ &#8207;】　19.4 x 14.2 x 1.6 cm; 80 g<br>
【時間】　115 分<br>
【発売日】 2017/9/22<br>
【出演】　小鹿俊郎<br>
【ディスク枚数】１<br>
<br>
<span style="color:#FF0000">★注意事項★<br>
当ショップは合計金額12000円以上で送料無料となりますが、本製品は個別送料<br>
200円がかかります。</span><br>

]]></content:encoded>
    <dc:date>2025-01-16T11:36:45+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/184445285_th.jpg?cmsp_timestamp=20250116113724" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=184398676">
    <link>https://chikachanhouse.shop/?pid=184398676</link>
    <title>メビウスグリーン</title>
    <description>
  
  
  
    /*
      【重要】
      カラーミーショップの商品詳細欄の中で Tailwind CDN を読み込むと、
      ページ全体のHTMLを一瞬スキャン・再描画するため、
      固定ヘッダーなどショップ共通部分に一時的な表示崩れが出ることがあります。

    ...</description>
<content:encoded><![CDATA[
<div class="chikachan-detail-container bg-white text-gray-800 antialiased leading-relaxed px-4 py-12 sm:py-20 font-sans">
  
  <!-- スコープ付きCSS：Tailwind CDNを使わず、この商品詳細エリア内だけに適用 -->
  <style>
    /*
      【重要】
      カラーミーショップの商品詳細欄の中で Tailwind CDN を読み込むと、
      ページ全体のHTMLを一瞬スキャン・再描画するため、
      固定ヘッダーなどショップ共通部分に一時的な表示崩れが出ることがあります。

      このコードでは Tailwind CDN / tailwind.config を完全に削除し、
      .chikachan-detail-container の内側だけに効くCSSへ置き換えています。
    */

    .chikachan-detail-container,
    .chikachan-detail-container * {
      box-sizing: border-box;
    }

    .chikachan-detail-container {
      /*
        カラーミー側の商品詳細欄の親要素に max-width が指定されていても、
        この商品紹介部分だけを画面幅いっぱいに広げるための指定です。
      */
      position: relative;
      left: 50%;
      right: 50%;
      width: 100vw;
      max-width: 100vw;
      margin-left: -50vw;
      margin-right: -50vw;
      background: #ffffff;
      color: #1f2937;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, Arial, sans-serif;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: max(1rem, calc((100vw - 1280px) / 2));
      padding-right: max(1rem, calc((100vw - 1280px) / 2));
    }

    .chikachan-detail-container img,
    .chikachan-detail-container svg {
      display: block;
    }

    .chikachan-detail-container a {
      text-decoration: none;
    }

    .chikachan-detail-container button {
      font-family: inherit;
      background: transparent;
      border: 0;
      cursor: pointer;
      color: inherit;
    }

    .chikachan-detail-container .text-center { text-align: center; }
    .chikachan-detail-container .text-left { text-align: left; }
    .chikachan-detail-container .block { display: block; }
    .chikachan-detail-container .inline-flex { display: inline-flex; }
    .chikachan-detail-container .flex { display: flex; }
    .chikachan-detail-container .grid { display: grid; }
    .chikachan-detail-container .hidden { display: none; }
    .chikachan-detail-container .relative { position: relative; }
    .chikachan-detail-container .overflow-hidden { overflow: hidden; }
    .chikachan-detail-container .flex-col { flex-direction: column; }
    .chikachan-detail-container .items-center { align-items: center; }
    .chikachan-detail-container .items-start { align-items: flex-start; }
    .chikachan-detail-container .justify-center { justify-content: center; }
    .chikachan-detail-container .justify-between { justify-content: space-between; }
    .chikachan-detail-container .flex-shrink-0 { flex-shrink: 0; }
    .chikachan-detail-container .order-1 { order: 1; }
    .chikachan-detail-container .order-2 { order: 2; }

    .chikachan-detail-container .mx-auto { margin-left: auto; margin-right: auto; }
    .chikachan-detail-container .mt-2 { margin-top: .5rem; }
    .chikachan-detail-container .mt-4 { margin-top: 1rem; }
    .chikachan-detail-container .mt-8 { margin-top: 2rem; }
    .chikachan-detail-container .mt-12 { margin-top: 3rem; }
    .chikachan-detail-container .mt-auto { margin-top: auto; }
    .chikachan-detail-container .mb-1 { margin-bottom: .25rem; }
    .chikachan-detail-container .mb-2 { margin-bottom: .5rem; }
    .chikachan-detail-container .mb-3 { margin-bottom: .75rem; }
    .chikachan-detail-container .mb-4 { margin-bottom: 1rem; }
    .chikachan-detail-container .mb-5 { margin-bottom: 1.25rem; }
    .chikachan-detail-container .mb-6 { margin-bottom: 1.5rem; }
    .chikachan-detail-container .mb-8 { margin-bottom: 2rem; }
    .chikachan-detail-container .mb-10 { margin-bottom: 2.5rem; }
    .chikachan-detail-container .mb-14 { margin-bottom: 3.5rem; }
    .chikachan-detail-container .mb-20 { margin-bottom: 5rem; }
    .chikachan-detail-container .my-4 { margin-top: 1rem; margin-bottom: 1rem; }
    .chikachan-detail-container .my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
    .chikachan-detail-container .my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
    .chikachan-detail-container .ml-2 { margin-left: .5rem; }
    .chikachan-detail-container .mr-2 { margin-right: .5rem; }
    .chikachan-detail-container .mr-3 { margin-right: .75rem; }
    .chikachan-detail-container .mr-4 { margin-right: 1rem; }
    .chikachan-detail-container .mt-0\.5 { margin-top: .125rem; }

    .chikachan-detail-container .p-2 { padding: .5rem; }
    .chikachan-detail-container .p-3 { padding: .75rem; }
    .chikachan-detail-container .p-5 { padding: 1.25rem; }
    .chikachan-detail-container .p-6 { padding: 1.5rem; }
    .chikachan-detail-container .p-8 { padding: 2rem; }
    .chikachan-detail-container .px-2 { padding-left: .5rem; padding-right: .5rem; }
    .chikachan-detail-container .px-4 { padding-left: 1rem; padding-right: 1rem; }
    .chikachan-detail-container .px-8 { padding-left: 2rem; padding-right: 2rem; }
    .chikachan-detail-container .py-3 { padding-top: .75rem; padding-bottom: .75rem; }
    .chikachan-detail-container .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
    .chikachan-detail-container .py-12 { padding-top: 3rem; padding-bottom: 3rem; }
    .chikachan-detail-container .py-3\.5 { padding-top: .875rem; padding-bottom: .875rem; }
    .chikachan-detail-container .pt-8 { padding-top: 2rem; }
    .chikachan-detail-container .pt-16 { padding-top: 4rem; }
    .chikachan-detail-container .pb-3 { padding-bottom: .75rem; }
    .chikachan-detail-container .pb-4 { padding-bottom: 1rem; }
    .chikachan-detail-container .pl-7 { padding-left: 1.75rem; }

    .chikachan-detail-container .w-1 { width: .25rem; }
    .chikachan-detail-container .w-1\.5 { width: .375rem; }
    .chikachan-detail-container .w-3 { width: .75rem; }
    .chikachan-detail-container .w-4 { width: 1rem; }
    .chikachan-detail-container .w-5 { width: 1.25rem; }
    .chikachan-detail-container .w-6 { width: 1.5rem; }
    .chikachan-detail-container .w-8 { width: 2rem; }
    .chikachan-detail-container .w-12 { width: 3rem; }
    .chikachan-detail-container .w-20 { width: 5rem; }
    .chikachan-detail-container .w-full { width: 100%; }
    .chikachan-detail-container .h-1 { height: .25rem; }
    .chikachan-detail-container .h-1\.5 { height: .375rem; }
    .chikachan-detail-container .h-3 { height: .75rem; }
    .chikachan-detail-container .h-4 { height: 1rem; }
    .chikachan-detail-container .h-5 { height: 1.25rem; }
    .chikachan-detail-container .h-20 { height: 5rem; }
    .chikachan-detail-container .h-36 { height: 9rem; }
    .chikachan-detail-container .h-64 { height: 16rem; }
    .chikachan-detail-container .h-auto { height: auto; }
    .chikachan-detail-container .h-\[2px\] { height: 2px; }
    .chikachan-detail-container .max-w-xl { max-width: 44rem; }
    .chikachan-detail-container .max-w-2xl { max-width: 58rem; }
    .chikachan-detail-container .max-w-3xl { max-width: 72rem; }
    .chikachan-detail-container .max-w-4xl { max-width: 80rem; }

    .chikachan-detail-container .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .chikachan-detail-container .gap-2 { gap: .5rem; }
    .chikachan-detail-container .gap-6 { gap: 1.5rem; }
    .chikachan-detail-container .gap-8 { gap: 2rem; }
    .chikachan-detail-container .gap-10 { gap: 2.5rem; }
    .chikachan-detail-container .space-y-3 > * + * { margin-top: .75rem; }
    .chikachan-detail-container .space-y-4 > * + * { margin-top: 1rem; }
    .chikachan-detail-container .space-y-5 > * + * { margin-top: 1.25rem; }

    .chikachan-detail-container .rounded-full { border-radius: 9999px; }
    .chikachan-detail-container .rounded-sm { border-radius: .125rem; }
    .chikachan-detail-container .rounded-md { border-radius: .375rem; }
    .chikachan-detail-container .rounded-lg { border-radius: .5rem; }
    .chikachan-detail-container .rounded-xl { border-radius: .75rem; }

    .chikachan-detail-container .border { border-width: 1px; border-style: solid; }
    .chikachan-detail-container .border-t { border-top-width: 1px; border-top-style: solid; }
    .chikachan-detail-container .border-b { border-bottom-width: 1px; border-bottom-style: solid; }
    .chikachan-detail-container .border-l-2 { border-left-width: 2px; border-left-style: solid; }
    .chikachan-detail-container .border-modern-border { border-color: #e5e9e6; }
    .chikachan-detail-container .border-modern-border\/60 { border-color: rgba(229, 233, 230, .6); }
    .chikachan-detail-container .border-modern-accent { border-color: #bfa17a; }
    .chikachan-detail-container .border-modern-accent\/35 { border-color: rgba(191, 161, 122, .35); }
    .chikachan-detail-container .border-modern-sage { border-color: #5a7869; }
    .chikachan-detail-container .border-red-100 { border-color: #fee2e2; }

    .chikachan-detail-container .bg-white { background: #ffffff; }
    .chikachan-detail-container .bg-modern-bg { background: #fafafa; }
    .chikachan-detail-container .bg-modern-card { background: #f4f6f5; }
    .chikachan-detail-container .bg-modern-accent { background: #bfa17a; }
    .chikachan-detail-container .bg-modern-sage { background: #5a7869; }
    .chikachan-detail-container .bg-gray-400 { background: #9ca3af; }

    .chikachan-detail-container .object-cover { object-fit: cover; }
    .chikachan-detail-container .object-contain { object-fit: contain; }

    .chikachan-detail-container .shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,.05); }
    .chikachan-detail-container .transition-shadow { transition: box-shadow .3s ease; }
    .chikachan-detail-container .transition-colors { transition: background-color .3s ease, color .3s ease, border-color .3s ease; }
    .chikachan-detail-container .transition-transform { transition: transform .3s ease; }
    .chikachan-detail-container .duration-300 { transition-duration: .3s; }
    .chikachan-detail-container .transform { transform: translateZ(0); }
    .chikachan-detail-container .focus\:outline-none:focus { outline: none; }

    .chikachan-detail-container .font-light { font-weight: 300; }
    .chikachan-detail-container .font-normal { font-weight: 400; }
    .chikachan-detail-container .font-medium { font-weight: 500; }
    .chikachan-detail-container .uppercase { text-transform: uppercase; }
    .chikachan-detail-container .tracking-wide { letter-spacing: .025em; }
    .chikachan-detail-container .tracking-wider { letter-spacing: .05em; }
    .chikachan-detail-container .tracking-widest { letter-spacing: .1em; }
    .chikachan-detail-container .tracking-superwide { letter-spacing: .15em; }
    .chikachan-detail-container .leading-normal { line-height: 1.5; }
    .chikachan-detail-container .leading-relaxed { line-height: 1.75; }
    .chikachan-detail-container .leading-loose { line-height: 2; }

    .chikachan-detail-container .text-\[10px\] { font-size: 10px; }
    .chikachan-detail-container .text-\[11px\] { font-size: 11px; }
    .chikachan-detail-container .text-xs { font-size: .75rem; line-height: 1rem; }
    .chikachan-detail-container .text-sm { font-size: .875rem; line-height: 1.25rem; }
    .chikachan-detail-container .text-base { font-size: 1rem; line-height: 1.5rem; }
    .chikachan-detail-container .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .chikachan-detail-container .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .chikachan-detail-container .text-2xl { font-size: 1.5rem; line-height: 2rem; }

    .chikachan-detail-container .text-gray-400 { color: #9ca3af; }
    .chikachan-detail-container .text-gray-500 { color: #6b7280; }
    .chikachan-detail-container .text-gray-600 { color: #4b5563; }
    .chikachan-detail-container .text-gray-700 { color: #374151; }
    .chikachan-detail-container .text-gray-800 { color: #1f2937; }
    .chikachan-detail-container .text-white { color: #ffffff; }
    .chikachan-detail-container .text-red-600 { color: #dc2626; }
    .chikachan-detail-container .text-red-900 { color: #7f1d1d; }
    .chikachan-detail-container .text-modern-accent { color: #bfa17a; }
    .chikachan-detail-container .text-modern-sage { color: #5a7869; }
    .chikachan-detail-container .text-modern-dark { color: #162b1e; }

    .chikachan-detail-container .divide-y > * + * { border-top-width: 1px; border-top-style: solid; }
    .chikachan-detail-container .divide-modern-border\/60 > * + * { border-top-color: rgba(229, 233, 230, .6); }

    .chikachan-detail-container .hover\:shadow-sm:hover { box-shadow: 0 1px 2px rgba(0,0,0,.05); }
    .chikachan-detail-container .hover\:bg-modern-sage:hover { background: #5a7869; }
    .chikachan-detail-container .hover\:text-white:hover { color: #ffffff; }


    .chikachan-detail-container .feature-material-image {
      height: 12.5rem;
      background: #fafafa;
    }

    .chikachan-detail-container .feature-material-image img {
      object-fit: contain;
      padding: .35rem;
    }


    .chikachan-detail-container .howto-image {
      height: 12.5rem;
      background: #fafafa;
    }

    .chikachan-detail-container .howto-image img {
      object-fit: contain;
      padding: .35rem;
    }

    .chikachan-detail-container .accordion-content {
      transition: max-height .3s cubic-bezier(.4, 0, .2, 1), opacity .3s ease;
    }

    .chikachan-detail-container .max-h-0 {
      max-height: 0;
    }

    @media (min-width: 640px) {
      .chikachan-detail-container {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: max(1.5rem, calc((100vw - 1280px) / 2));
        padding-right: max(1.5rem, calc((100vw - 1280px) / 2));
      }

      .chikachan-detail-container .sm\:hidden { display: none; }
      .chikachan-detail-container .sm\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
      .chikachan-detail-container .sm\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
      .chikachan-detail-container .sm\:p-5 { padding: 1.25rem; }
      .chikachan-detail-container .sm\:p-8 { padding: 2rem; }
      .chikachan-detail-container .sm\:p-12 { padding: 3rem; }
      .chikachan-detail-container .sm\:p-14 { padding: 3.5rem; }
      .chikachan-detail-container .sm\:mb-0 { margin-bottom: 0; }
      .chikachan-detail-container .sm\:mb-28 { margin-bottom: 7rem; }
      .chikachan-detail-container .sm\:w-1\/3 { width: 33.333333%; }
      .chikachan-detail-container .sm\:w-2\/3 { width: 66.666667%; }
      .chikachan-detail-container .sm\:w-24 { width: 6rem; }
      .chikachan-detail-container .sm\:h-24 { height: 6rem; }
      .chikachan-detail-container .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .chikachan-detail-container .sm\:flex-row { flex-direction: row; }
      .chikachan-detail-container .sm\:text-sm { font-size: .875rem; line-height: 1.25rem; }
      .chikachan-detail-container .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
      .chikachan-detail-container .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
      .chikachan-detail-container .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
      .chikachan-detail-container .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
      .chikachan-detail-container .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    }

    @media (min-width: 768px) {
      .chikachan-detail-container {
        padding-left: max(2rem, calc((100vw - 1280px) / 2));
        padding-right: max(2rem, calc((100vw - 1280px) / 2));
      }
      .chikachan-detail-container .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .chikachan-detail-container .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .chikachan-detail-container .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
      .chikachan-detail-container .md\:col-span-5 { grid-column: span 5 / span 5; }
      .chikachan-detail-container .md\:col-span-7 { grid-column: span 7 / span 7; }
      .chikachan-detail-container .md\:order-1 { order: 1; }
      .chikachan-detail-container .md\:order-2 { order: 2; }
      .chikachan-detail-container .md\:flex-row { flex-direction: row; }
      .chikachan-detail-container .md\:gap-14 { gap: 3.5rem; }
      .chikachan-detail-container .md\:h-\[400px\] { height: 470px; }
      .chikachan-detail-container .feature-material-image {
        height: 13.5rem;
      }

      .chikachan-detail-container .howto-image {
        height: 13.5rem;
      }
    }
  </style>

  <!-- ==========================================
       INTRO SECTION (カート下から自然に繋ぐ導入)
       ========================================== -->
  <div class="text-center mb-20 sm:mb-28">
    <span class="text-modern-accent text-xs tracking-superwide font-medium uppercase block mb-3">MOBIUS GREEN</span>
    <h2 class="text-2xl sm:text-3xl text-modern-dark font-medium tracking-wide leading-normal max-w-2xl mx-auto px-2">
      内側から満ちていく、<br class="sm:hidden">すこやかな美しさの習慣。
    </h2>
    <div class="w-12 h-[2px] bg-modern-accent mx-auto my-6"></div>
    <p class="text-gray-600 text-sm sm:text-base max-w-2xl mx-auto leading-loose px-2 font-normal">
      メビウスグリーンは、細胞壁を持たない特別なクロレラを主成分に、有機ゲルマニウムやメビウスウォーターを極めてシンプルに調合した顆粒タイプの食品です。<br>
      私たちが毎日口にするものは、未来の体をつくる大切なパーツ。がんばる毎日に、そっと「質の高いベース」を整える新習慣を。
    </p>
  </div>

  <!-- ==========================================
       RECOMMEND SECTION (こんな方におすすめ)
       ========================================== -->
  <div class="bg-modern-bg rounded-xl p-8 sm:p-14 border border-modern-border mb-20 sm:mb-28">
    <div class="text-center mb-10">
      <span class="text-modern-sage text-xs tracking-superwide font-medium uppercase block mb-2">RECOMMENDED FOR YOU</span>
      <h3 class="text-lg sm:text-xl text-modern-dark font-medium tracking-wide">このようなことはありませんか？</h3>
    </div>

    <!-- シンプルかつ洗練されたチェックリスト -->
    <div class="max-w-xl mx-auto space-y-5">
      <div class="flex items-start">
        <span class="flex-shrink-0 w-5 h-5 rounded-full border border-modern-accent flex items-center justify-center mr-4 mt-0.5">
          <svg class="w-3 h-3 text-modern-accent" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M5 13l4 4L19 7"></path>
          </svg>
        </span>
        <p class="text-gray-700 text-sm sm:text-base font-normal">毎日の食事だけでは、十分な栄養バランスが保てているか不安</p>
      </div>
      <div class="flex items-start">
        <span class="flex-shrink-0 w-5 h-5 rounded-full border border-modern-accent flex items-center justify-center mr-4 mt-0.5">
          <svg class="w-3 h-3 text-modern-accent" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M5 13l4 4L19 7"></path>
          </svg>
        </span>
        <p class="text-gray-700 text-sm sm:text-base font-normal">野菜や海藻類を意識して食べる機会がどうしても減っている</p>
      </div>
      <div class="flex items-start">
        <span class="flex-shrink-0 w-5 h-5 rounded-full border border-modern-accent flex items-center justify-center mr-4 mt-0.5">
          <svg class="w-3 h-3 text-modern-accent" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M5 13l4 4L19 7"></path>
          </svg>
        </span>
        <p class="text-gray-700 text-sm sm:text-base font-normal">年齢を重ねるごとに、内側から澄みわたる美しさをキープしたい</p>
      </div>
      <div class="flex items-start">
        <span class="flex-shrink-0 w-5 h-5 rounded-full border border-modern-accent flex items-center justify-center mr-4 mt-0.5">
          <svg class="w-3 h-3 text-modern-accent" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M5 13l4 4L19 7"></path>
          </svg>
        </span>
        <p class="text-gray-700 text-sm sm:text-base font-normal">忙しい毎日でも、手軽に続けられる質の良い健康習慣を取り入れたい</p>
      </div>
    </div>

    <!-- お店からのメッセージ -->
    <div class="mt-12 pt-8 border-t border-modern-border max-w-2xl mx-auto text-center">
      <p class="text-gray-500 text-xs sm:text-sm leading-loose">
        メビウスグリーンは、体調を無理やり変化させるお薬ではありません。<br>
        すこやかな身体づくりの基本は、バランスの良い食事、心地よい睡眠、そして適度な運動です。<br>
        その大切なベースの上に、そっと寄り添って不足を補う「お守り」のようにお使いください。
      </p>
    </div>
  </div>

  <!-- ==========================================
       STORY SECTION (メビウスグリーンとは？)
       ========================================== -->
  <div class="grid grid-cols-1 md:grid-cols-12 gap-8 md:gap-14 items-center mb-20 sm:mb-28">
    <div class="md:col-span-5 order-2 md:order-1">
      <div class="relative bg-modern-bg p-3 rounded-lg border border-modern-border">
        <!-- 【画像差し替え用】深く美しい自然を連想させるお写真（縦の長さを大きく調節） -->
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/mobius-green-natural.png" alt="自然と素材の美しさ" class="w-full h-64 md:h-[400px] rounded-sm object-cover" onerror="this.src='https://placehold.co/600x900/4a5d4e/ffffff?text=Natural+Ingredients'">
        <p class="text-[10px] text-gray-400 mt-2 text-center">※画像はイメージです</p>
      </div>
    </div>
    <div class="md:col-span-7 order-1 md:order-2">
      <span class="text-modern-sage text-xs tracking-superwide font-medium block mb-2">ABOUT MOBIUS GREEN</span>
      <h3 class="text-xl sm:text-2xl text-modern-dark font-medium mb-5 tracking-wide">
        メビウスグリーンとは？
      </h3>
      <p class="text-gray-600 text-sm sm:text-base leading-relaxed mb-4">
        一般的なクロレラは、非常に頑丈な「細胞壁」で守られているため、体内でスムーズに吸収するには破砕（壊す）処理が必要になることがあります。
      </p>
      <div class="bg-modern-card p-5 rounded-lg border-l-2 border-modern-sage my-5">
        <h4 class="text-sm sm:text-base text-modern-dark font-medium mb-1 tracking-wide">
          すっと馴染む、細胞壁を持たない特別なクロレラ
        </h4>
        <p class="text-gray-600 text-xs sm:text-sm leading-relaxed">
          メビウスグリーンは、はじめから細胞壁を持たない特別な種類のクロレラを主原料としています。そのため余計な負担をかけることなく、自然が育んだ豊かな緑の力をスムーズに取り入れることができます。
        </p>
      </div>
      <p class="text-gray-600 text-sm sm:text-base leading-relaxed">
        さらに、貴重な有機ゲルマニウム、オジカインダストリー独自の「メビウスウォーター」、誠に豊かな海の生命力が詰まったモズク抽出物や昆布粉末を完璧な比率でブレンド。全体の調和（ハーモニー）を追求した、唯一無二の加工食品です。
      </p>
    </div>
  </div>

  <!-- ==========================================
       FEATURES SECTION (3つの特徴を洗練されたミニマリズムで)
       ========================================== -->
  <div class="mb-20 sm:mb-28">
    <div class="text-center mb-14">
      <span class="text-modern-accent text-xs tracking-superwide font-medium uppercase block mb-1">THREE POINTS</span>
      <h3 class="text-xl sm:text-2xl text-modern-dark font-medium tracking-wide">
        こだわりぬいた、3つの素材設計
      </h3>
      <div class="w-8 h-[2px] bg-modern-accent mx-auto mt-4"></div>
    </div>

    <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
      <!-- 特徴1: 特別なクロレラ -->
      <div class="bg-white rounded-xl p-6 border border-modern-border flex flex-col justify-between hover:shadow-sm transition-shadow">
        <div>
          <div class="text-modern-accent text-xl font-light tracking-widest mb-3">01.</div>
          <h4 class="text-base sm:text-lg text-modern-dark font-medium mb-3 tracking-wide">特別なクロレラ</h4>
          
          <!-- 【画像挿入】特別なクロレラ -->
          <div class="feature-material-image w-full h-36 rounded-lg overflow-hidden mb-4 bg-modern-bg border border-modern-border">
            <img src="https://file003.shop-pro.jp/PA01440/179/img/item/special-clollera-image.jpg" alt="特別なクロレラ" class="w-full h-full object-contain" onerror="this.src='https://placehold.co/600x400/5a7869/ffffff?text=Special+Chlorella'">
          </div>

          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed mb-6">
            良質なたんぱく質やアミノ酸、ビタミン・ミネラルを含み、古くから健康を支えてきたクロレラ。メビウスグリーンは「細胞壁を持たない種」を採用し、自然由来の栄養をすっきりと健やかに届けます。
          </p>
        </div>
        <div class="bg-modern-bg p-2 rounded-md text-center border border-modern-border mt-auto">
          <p class="text-[10px] text-modern-sage font-medium tracking-wider">豊かな栄養をそのままに</p>
        </div>
      </div>

      <!-- 特徴2: 有機ゲルマニウム -->
      <div class="bg-white rounded-xl p-6 border border-modern-border flex flex-col justify-between hover:shadow-sm transition-shadow">
        <div>
          <div class="text-modern-accent text-xl font-light tracking-widest mb-3">02.</div>
          <h4 class="text-base sm:text-lg text-modern-dark font-medium mb-3 tracking-wide">有機ゲルマニウム</h4>
          
          <!-- 【画像挿入】有機ゲルマニウム -->
          <div class="feature-material-image w-full h-36 rounded-lg overflow-hidden mb-4 bg-modern-bg border border-modern-border">
            <img src="https://file003.shop-pro.jp/PA01440/179/img/item/yuuki-gelma-image.png" alt="有機ゲルマニウム" class="w-full h-full object-contain" onerror="this.src='https://placehold.co/600x400/bfa17a/ffffff?text=Organic+Germanium'">
          </div>

          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed mb-6">
            和漢植物などに極めて微量に含まれる「有機ゲルマニウム」を、1包あたり160mgという贅沢な比率で配合。クロレラとの最適な相乗効果を計算し尽くした、こだわりのバランスです。
          </p>
        </div>
        <div class="bg-modern-bg p-2 rounded-md text-center border border-modern-border mt-auto">
          <p class="text-[10px] text-modern-sage font-medium tracking-wider">※厳格な安全基準をクリアした素材のみ使用</p>
        </div>
      </div>

      <!-- 特徴3: メビウスウォーター -->
      <div class="bg-white rounded-xl p-6 border border-modern-border flex flex-col justify-between hover:shadow-sm transition-shadow">
        <div>
          <div class="text-modern-accent text-xl font-light tracking-widest mb-3">03.</div>
          <h4 class="text-base sm:text-lg text-modern-dark font-medium mb-3 tracking-wide">メビウスウォーター</h4>
          
          <!-- 【画像挿入】メビウスウォーター -->
          <div class="feature-material-image w-full h-36 rounded-lg overflow-hidden mb-4 bg-modern-bg border border-modern-border">
            <img src="https://file003.shop-pro.jp/PA01440/179/img/item/mobius-water-image600-400.png" alt="メビウスウォーター" class="w-full h-full object-contain" onerror="this.src='https://placehold.co/600x400/5a7869/ffffff?text=Mobius+Water'">
          </div>

          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed mb-6">
            オジカインダストリーを代表する水「メビウスウォーター」が調合されています。単なる成分の足し算ではなく、全体が「ひとつの美しい生命システム」として調和するよう設計されています。
          </p>
        </div>
        <div class="bg-modern-bg p-2 rounded-md text-center border border-modern-border mt-auto">
          <p class="text-[10px] text-modern-sage font-medium tracking-wider">オジカインダストリー独自の調和設計</p>
        </div>
      </div>
    </div>
  </div>

  <!-- ==========================================
       NUTRITION & SIZE SECTION (1包に詰まった栄養)
       ========================================== -->
  <div class="bg-modern-bg rounded-xl p-8 sm:p-12 border border-modern-border mb-20 sm:mb-28">
    <div class="grid grid-cols-1 md:grid-cols-2 gap-10 items-center">
      <div>
        <span class="text-modern-sage text-xs tracking-superwide font-medium block mb-2">3g STICK PACKS</span>
        <h3 class="text-lg sm:text-xl text-modern-dark font-medium mb-4 tracking-wide">
          毎日を美しく支える、1包3gのスマート習慣。
        </h3>
        <p class="text-gray-600 text-sm leading-relaxed mb-4">
          メビウスグリーンは、持ち運びに便利で、いつでも新鮮な状態でお召し上がりいただける、洗練されたアルミの個包装（スティックタイプ）です。
        </p>
        <p class="text-gray-600 text-sm leading-relaxed mb-4">
          身体の基礎をつくり、美容と元気を支える「アミノ酸」をはじめ、マルチビタミンやミネラルが、わずか3gのなかにぎゅっと美しく凝縮されています。
        </p>
        <p class="text-gray-600 text-sm leading-relaxed">
          食事のバランスが気になるときや、外出先、忙しいお仕事の間でも、これ1包をさっと取り入れるだけで、一日中ブレない安心感をキープできます。
        </p>
      </div>
      <div>
        <div class="bg-white p-3 rounded-lg border border-modern-border shadow-sm">
          <!-- 【画像差し替え用】パッケージやアルミスティック、美しい顆粒をアップにした写真 -->
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/mobius-green-contents-image.png" alt="メビウスグリーン 顆粒とスティック" class="w-full h-auto rounded-sm object-cover" onerror="this.src='https://placehold.co/600x450/5a7869/ffffff?text=Premium+Powder'">
          <p class="text-[10px] text-gray-400 mt-2 text-center">※深く澄んだグリーンが特徴の、お口で溶けやすい微細な顆粒です</p>
        </div>
      </div>
    </div>
  </div>

  <!-- ==========================================
       HOW TO DRINK (スマートな飲み方・続け方)
       ========================================== -->
  <div class="mb-20 sm:mb-28">
    <div class="text-center mb-14">
      <span class="text-modern-accent text-xs tracking-superwide font-medium uppercase block mb-1">HOW TO TAKE</span>
      <h3 class="text-xl sm:text-2xl text-modern-dark font-medium tracking-wide">お召し上がり方</h3>
      <p class="text-gray-500 text-xs sm:text-sm mt-2">1日1包を目安に、ライフスタイルに合わせて自由にお続けください。</p>
    </div>

    <div class="grid grid-cols-1 md:grid-cols-3 gap-6 max-w-4xl mx-auto">
      <div class="bg-white p-8 rounded-xl border border-modern-border text-center">
        <span class="text-modern-accent text-sm font-light tracking-wider block mb-3">STEP 01</span>
        <h4 class="text-base text-modern-dark font-medium mb-3 tracking-wide">水や白湯とともに</h4>
        
        <!-- 【画像差し替え用】STEP 01 イメージ写真 （推奨：600x400px） -->
        <div class="howto-image w-full h-36 rounded-lg overflow-hidden my-4 bg-modern-bg border border-modern-border">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/mobius-green-and-water.png" alt="水や白湯とともに" class="w-full h-full object-contain" onerror="this.src='https://placehold.co/600x400/5a7869/ffffff?text=STEP+01'">
        </div>

        <p class="text-gray-500 text-xs sm:text-sm leading-relaxed">
          お好みの量のお水や、少し温かい白湯と一緒に、すっと滑らかにお飲みいただけます。
        </p>
      </div>

      <div class="bg-white p-8 rounded-xl border border-modern-border text-center">
        <span class="text-modern-accent text-sm font-light tracking-wider block mb-3">STEP 02</span>
        <h4 class="text-base text-modern-dark font-medium mb-3 tracking-wide">そのまますっきりと</h4>
        
        <!-- 【画像差し替え用】STEP 02 イメージ写真 （推奨：600x400px） -->
        <div class="howto-image w-full h-36 rounded-lg overflow-hidden my-4 bg-modern-bg border border-modern-border">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/mobius-green-eating.png" alt="そのまますっきりと" class="w-full h-full object-contain" onerror="this.src='https://placehold.co/600x400/5a7869/ffffff?text=STEP+02'">
        </div>

        <p class="text-gray-500 text-xs sm:text-sm leading-relaxed">
          水なしでも自然に溶けやすい仕上がりです。そのままお口に含んで、唾液でゆっくりと味わいながらお召し上がりいただくことも可能です。
        </p>
      </div>

      <div class="bg-white p-8 rounded-xl border border-modern-border text-center">
        <span class="text-modern-accent text-sm font-light tracking-wider block mb-3">STEP 03</span>
        <h4 class="text-base text-modern-dark font-medium mb-3 tracking-wide">お仕事や旅行先へ</h4>
        
        <!-- 【画像差し替え用】STEP 03 イメージ写真 （推奨：600x400px） -->
        <div class="howto-image w-full h-36 rounded-lg overflow-hidden my-4 bg-modern-bg border border-modern-border">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/mobius-green-travel.png" alt="お仕事や旅行先へ" class="w-full h-full object-contain" onerror="this.src='https://placehold.co/600x400/5a7869/ffffff?text=STEP+03'">
        </div>

        <p class="text-gray-500 text-xs sm:text-sm leading-relaxed">
          ポーチやポケットにスマートに収まるスリムデザイン。オフィスのデスクや、旅先など、どこへでも快適に携帯いただけます。
        </p>
      </div>
    </div>

    <!-- 味わいコラム -->
    <div class="mt-8 bg-modern-bg border border-modern-border p-6 rounded-lg max-w-2xl mx-auto">
      <h4 class="text-modern-dark font-medium text-xs sm:text-sm mb-2 tracking-wider flex items-center">
        <span class="w-1.5 h-1.5 bg-modern-accent rounded-full mr-2"></span> 味わいと飲みやすさについて
      </h4>
      <p class="text-gray-500 text-xs sm:text-sm leading-relaxed">
        配合されているモズク抽出物、昆布粉末による出汁のような風味と発芽玄米由来の内容物による香ばしさがあります。
      </p>
    </div>
  </div>

  <!-- ==========================================
       OWNER MESSAGE (ちかちゃんハウス店主より)
       ========================================== -->
  <div class="bg-modern-card rounded-xl p-8 sm:p-12 mb-20 sm:mb-28">
    <div class="flex flex-col md:flex-row gap-8 items-center">
      <div class="flex-shrink-0">
        <!-- 【画像差し替え用】店主ちかちゃんのお写真、またはショップロゴ -->
        <div class="w-20 h-20 sm:w-24 sm:h-24 rounded-full overflow-hidden border border-modern-accent/35 bg-white flex items-center justify-center">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/chika150.jpg" alt="CHIKACHAN HOUSE 店主" class="w-full h-full object-cover" onerror="this.src='https://placehold.co/200x200/ffffff/5a7869?text=CHIKACHAN'">
        </div>
      </div>
      <div>
        <span class="text-modern-accent text-xs tracking-superwide font-medium block mb-1">OWNER MESSAGE</span>
        <h3 class="text-lg text-modern-dark font-medium mb-4 tracking-wide">CHIKA より</h3>
        <div class="text-gray-600 text-sm leading-relaxed space-y-4">
          <p>
            「これさえ飲んでおけば大丈夫」という魔法のような食品は、この世界にはありません。<br>
            私たちの健康や美しさは、毎日の食事、心地よい睡眠、身体を動かすこと、誠に穏やかな心の余白。それらすべての要素が影響しあって成り立っています。
          </p>
          <p>
            だからこそ、メビウスグリーンは「無理に身体を変えるもの」ではなく、がんばるあなたを後ろからそっと支える「最良のサポーター」としてお役立てください。
          </p>
          <p>
            「今日はちょっと食事が不規則だったな」「これからの自分のために、ひとつ上質な習慣を重ねてみたい」。そんなときに、いつでも安心して手を伸ばしていただける存在であれれば、これ以上に嬉しいことはありません。
          </p>
        </div>
      </div>
    </div>
  </div>

  <!-- ==========================================
       CAUTION SECTION (ご注意事項 - 洗練されたミニマル警告枠)
       ========================================== -->
  <div class="bg-white border border-red-100 rounded-lg p-6 sm:p-8 max-w-3xl mx-auto mb-20 sm:mb-28">
    <h4 class="text-red-900 font-medium text-xs sm:text-sm tracking-wide mb-3 flex items-center">
      <svg class="w-4 h-4 mr-2 text-red-600 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path>
      </svg>
      安心してお召し上がりいただくための、大切なお知らせ
    </h4>
    <p class="text-gray-600 text-xs sm:text-sm leading-relaxed mb-4">
      健康管理のために安全にお召し上がりいただくため、以下に該当される方は、ご使用前にかかりつけの医師、または薬剤師へご相談くださいますようお願い申し上げます。
    </p>
    <div class="grid grid-cols-1 sm:grid-cols-2 gap-2 text-gray-600 text-xs sm:text-sm">
      <div class="flex items-center"><span class="w-1 h-1 bg-gray-400 rounded-full mr-2"></span> 医師の治療、通院を受けられている方</div>
      <div class="flex items-center"><span class="w-1 h-1 bg-gray-400 rounded-full mr-2"></span> 常用薬・処方薬を服用中の方</div>
      <div class="flex items-center"><span class="w-1 h-1 bg-gray-400 rounded-full mr-2"></span> 妊娠中、または授乳期にあたる方</div>
      <div class="flex items-center"><span class="w-1 h-1 bg-gray-400 rounded-full mr-2"></span> 腎臓の機能に不安をお持ちの方</div>
      <div class="flex items-center"><span class="w-1 h-1 bg-gray-400 rounded-full mr-2"></span> 特定の栄養素（ビタミンK等）の制限がある方</div>
      <div class="flex items-center"><span class="w-1 h-1 bg-gray-400 rounded-full mr-2"></span> ワーファリン（抗凝固薬）を服用中の方</div>
    </div>
    <p class="mt-4 text-[11px] text-gray-400 leading-relaxed">
      ※万が一、体質やその日の体調に合わないと感じられた場合は、すぐに使用を一時休止してください。
    </p>
  </div>

  <!-- ==========================================
       BLOG LINK SECTION (公式ブログへの招待リンク)
       ========================================== -->
  <div class="bg-modern-bg border border-modern-border rounded-xl p-8 sm:p-12 max-w-3xl mx-auto mb-20 sm:mb-28 text-center">
    <span class="text-modern-accent text-xs tracking-superwide font-medium uppercase block mb-3">READ OUR STORY</span>
    <h3 class="text-lg sm:text-xl text-modern-dark font-medium mb-4 tracking-wide">
      メビウスグリーンの、さらに深いストーリー
    </h3>
    <p class="text-gray-500 text-xs sm:text-sm leading-loose max-w-2xl mx-auto mb-8">
      成分の分析結果や開発経緯などさらに詳しい情報はブログに掲載しています。ぜひ、商品ページとあわせてご覧ください。
    </p>
    <a href="https://chikachanhouse.com/mobius-green1/" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center px-8 py-3.5 border border-modern-sage text-modern-sage text-xs sm:text-sm font-medium tracking-wider rounded-full hover:bg-modern-sage hover:text-white transition-colors duration-300">
      ブログ記事を読む
      <svg class="w-4 h-4 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
      </svg>
    </a>
  </div>

  <!-- ==========================================
       FAQ SECTION (インタラクティブななめらかQ&A)
       ========================================== -->
  <div class="max-w-3xl mx-auto mb-20 sm:mb-28">
    <div class="text-center mb-10">
      <span class="text-modern-accent text-xs tracking-superwide font-medium uppercase block mb-1">QUESTIONS & ANSWERS</span>
      <h3 class="text-lg sm:text-xl text-modern-dark font-medium tracking-wide">よくあるご質問</h3>
      <div class="w-6 h-[2px] bg-modern-accent mx-auto mt-4"></div>
    </div>

    <div class="space-y-3">
      <!-- 質問 1 -->
      <div class="border-b border-modern-border pb-3">
        <button class="w-full flex justify-between items-center text-left py-3 focus:outline-none group" onclick="toggleFaq(1)">
          <span class="text-sm sm:text-base text-modern-dark font-medium tracking-wide flex items-center">
            <span class="text-modern-accent font-light mr-3 text-lg">Q.</span> いつ飲むのがいちばん良いですか？
          </span>
          <span id="faq-arrow-1" class="text-modern-sage text-xs transform transition-transform duration-300">▼</span>
        </button>
        <div id="faq-ans-1" class="accordion-content max-h-0 overflow-hidden opacity-0">
          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed pl-7 pb-4">
            食品ですので、お召し上がりいただく時間に決まりはありません。朝食の後や、ご自身が最も忘れずに毎日続けやすい時間を「一日のマイ・ルーティン」として決めていただくのがおすすめです。
          </p>
        </div>
      </div>

      <!-- 質問 2 -->
      <div class="border-b border-modern-border pb-3">
        <button class="w-full flex justify-between items-center text-left py-3 focus:outline-none group" onclick="toggleFaq(2)">
          <span class="text-sm sm:text-base text-modern-dark font-medium tracking-wide flex items-center">
            <span class="text-modern-accent font-light mr-3 text-lg">Q.</span> 1日に何包ほど飲めばよいでしょうか？
          </span>
          <span id="faq-arrow-2" class="text-modern-sage text-xs transform transition-transform duration-300">▼</span>
        </button>
        <div id="faq-ans-2" class="accordion-content max-h-0 overflow-hidden opacity-0">
          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed pl-7 pb-4">
            1日1包を目安にお召し上がりください。一度にたくさん飲むことよりも、毎日の規則正しいお食事にそっとプラスする感覚で、コツコツと習慣にして続けていただくことが最も大切です。
          </p>
        </div>
      </div>

      <!-- 質問 3 -->
      <div class="border-b border-modern-border pb-3">
        <button class="w-full flex justify-between items-center text-left py-3 focus:outline-none group" onclick="toggleFaq(3)">
          <span class="text-sm sm:text-base text-modern-dark font-medium tracking-wide flex items-center">
            <span class="text-modern-accent font-light mr-3 text-lg">Q.</span> 子どもに飲ませても大丈夫ですか？
          </span>
          <span id="faq-arrow-3" class="text-modern-sage text-xs transform transition-transform duration-300">▼</span>
        </button>
        <div id="faq-ans-3" class="accordion-content max-h-0 overflow-hidden opacity-0">
          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed pl-7 pb-4">
            素材そのものは食品ですが、お子さまは体格が大人に比べて小さく、体質も変化しやすいため、お試しになる場合は大人の規定量よりもかなり少ない量から様子を見つつお使いください。ご不安な場合は事前に小児科医などにご相談いただくことを推奨いたします。
          </p>
        </div>
      </div>

      <!-- 質問 4 -->
      <div class="border-b border-modern-border pb-3">
        <button class="w-full flex justify-between items-center text-left py-3 focus:outline-none group" onclick="toggleFaq(4)">
          <span class="text-sm sm:text-base text-modern-dark font-medium tracking-wide flex items-center">
            <span class="text-modern-accent font-light mr-3 text-lg">Q.</span> 処方薬と併用できますか？
          </span>
          <span id="faq-arrow-4" class="text-modern-sage text-xs transform transition-transform duration-300">▼</span>
        </button>
        <div id="faq-ans-4" class="accordion-content max-h-0 overflow-hidden opacity-0">
          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed pl-7 pb-4">
            念のため、ご使用前に主治医や薬剤師へご相談いただくことを強く推奨いたします。特に血液の粘性をコントロールするお薬（ワーファリン等、ビタミンKの摂取制限が必要なもの）をお使いの方は注意が必要です。
          </p>
        </div>
      </div>

      <!-- 質問 5 -->
      <div class="border-b border-modern-border pb-3">
        <button class="w-full flex justify-between items-center text-left py-3 focus:outline-none group" onclick="toggleFaq(5)">
          <span class="text-sm sm:text-base text-modern-dark font-medium tracking-wide flex items-center">
            <span class="text-modern-accent font-light mr-3 text-lg">Q.</span> どのようなコンセプトで作られた食品ですか？
          </span>
          <span id="faq-arrow-5" class="text-modern-sage text-xs transform transition-transform duration-300">▼</span>
        </button>
        <div id="faq-ans-5" class="accordion-content max-h-0 overflow-hidden opacity-0">
          <p class="text-gray-500 text-xs sm:text-sm leading-relaxed pl-7 pb-4">
            細胞壁がなくスムーズな調和を追求した「特別なクロレラ」に、こだわり抜かれた「有機ゲルマニウム」や「メビウスウォーター」を調合した顆粒タイプの食品です。忙しい日々のすこやかな土台づくりをスマートにバックアップしたいという思いから、オジカインダストリーならではの発想で開発されました。
          </p>
        </div>
      </div>
    </div>
  </div>

  <!-- ==========================================
       ANALYSIS SECTION (成分分析結果)
       ========================================== -->
  <div class="border-t border-modern-border pt-16 max-w-3xl mx-auto mb-20 sm:mb-28">
    <div class="text-center mb-10">
      <span class="text-modern-accent text-xs tracking-superwide font-medium uppercase block mb-1">INGREDIENT ANALYSIS</span>
      <h3 class="text-lg sm:text-xl text-modern-dark font-medium tracking-wide">成分分析結果</h3>
      <div class="w-6 h-[2px] bg-modern-accent mx-auto mt-4"></div>
    </div>
    
    <div class="bg-white p-3 sm:p-5 rounded-xl border border-modern-border shadow-sm max-w-2xl mx-auto">
      <img src="https://img07.shop-pro.jp/PA01440/179/etc_base64/peGl06WmpbmlsKXqobyl88CuyqzKrMDPt-uyzA.jpg?cmsp_timestamp=20250511163323" alt="メビウスグリーン成分分析結果" class="w-full h-auto rounded-lg object-contain" onerror="this.src='https://placehold.co/800x1000/f4f6f5/162b1e?text=Analysis+Result'">
    </div>
  </div>

  <!-- ==========================================
       PRODUCT DETAILS SECTION (詳細な規格表示)
       ========================================== -->
  <div class="border-t border-modern-border pt-16 max-w-3xl mx-auto">
    <div class="text-center mb-10">
      <span class="text-modern-accent text-xs tracking-superwide font-medium uppercase block mb-1">PRODUCT DETAILS</span>
      <h3 class="text-lg sm:text-xl text-modern-dark font-medium tracking-wide">商品詳細仕様</h3>
      <div class="w-6 h-[2px] bg-modern-accent mx-auto mt-4"></div>
    </div>

    <div class="bg-modern-bg rounded-xl p-6 sm:p-8 border border-modern-border max-w-2xl mx-auto shadow-sm">
      <dl class="divide-y divide-modern-border/60">
        <!-- 原材料名 -->
        <div class="py-4 sm:py-5 flex flex-col sm:flex-row">
          <dt class="w-full sm:w-1/3 text-sm font-medium text-modern-dark mb-1 sm:mb-0">原材料名</dt>
          <dd class="w-full sm:w-2/3 text-sm text-gray-600 leading-relaxed">
            クロレラ末（韓国製造）、発芽玄米膨化粉末、有機ゲルマニウム（アサイゲルマニウム）、モズク抽出物、昆布粉末、抗酸化発酵水（メビウスウォーター）
          </dd>
        </div>

        <!-- 内容量 -->
        <div class="py-4 sm:py-5 flex flex-col sm:flex-row">
          <dt class="w-full sm:w-1/3 text-sm font-medium text-modern-dark mb-1 sm:mb-0">内容量</dt>
          <dd class="w-full sm:w-2/3 text-sm text-gray-600">
            90ｇ（3ｇ×30包入）
          </dd>
        </div>

        <!-- お召し上がり方 -->
        <div class="py-4 sm:py-5 flex flex-col sm:flex-row">
          <dt class="w-full sm:w-1/3 text-sm font-medium text-modern-dark mb-1 sm:mb-0">お召し上がり方</dt>
          <dd class="w-full sm:w-2/3 text-sm text-gray-600 leading-relaxed">
            栄養補助食品として、1日1包(3g)を目安に、水・お湯などと一緒にお召し上がりください。
          </dd>
        </div>

        <!-- 取り扱い注意事項 -->
        <div class="py-4 sm:py-5 flex flex-col sm:flex-row">
          <dt class="w-full sm:w-1/3 text-sm font-medium text-modern-dark mb-1 sm:mb-0">取り扱い注意事項</dt>
          <dd class="w-full sm:w-2/3 text-sm text-gray-600 leading-relaxed">
            直射日光を避け、湿気の少ない涼しい場所に保管してください。開封後はお早めにお召し上がりください。
          </dd>
        </div>

        <!-- 賞味期限 -->
        <div class="py-4 sm:py-5 flex flex-col sm:flex-row">
          <dt class="w-full sm:w-1/3 text-sm font-medium text-modern-dark mb-1 sm:mb-0">賞味期限</dt>
          <dd class="w-full sm:w-2/3 text-sm text-gray-600">
            箱右下部に記載あり
          </dd>
        </div>

        <!-- 製造 -->
        <div class="py-4 sm:py-5 flex flex-col sm:flex-row">
          <dt class="w-full sm:w-1/3 text-sm font-medium text-modern-dark mb-1 sm:mb-0">製造</dt>
          <dd class="w-full sm:w-2/3 text-sm text-gray-600">
            （株）オジカインダストリー
          </dd>
        </div>
      </dl>
    </div>
  </div>

</div>

<!-- ==========================================
     INTERACTIVE FAQ JAVASCRIPT (なめらかな開閉)
     ========================================== -->
<script>
  function toggleFaq(index) {
    const content = document.getElementById(`faq-ans-${index}`);
    const arrow = document.getElementById(`faq-arrow-${index}`);
    
    // 現在開いているか確認
    const isOpen = !content.classList.contains('max-h-0') && content.style.maxHeight !== '0px' && content.style.maxHeight !== '';

    // すべてを一度閉じる（アコーディオンのクリーンアップ）
    for (let i = 1; i <= 5; i++) {
      const c = document.getElementById(`faq-ans-${i}`);
      const a = document.getElementById(`faq-arrow-${i}`);
      if (c && a) {
        c.style.maxHeight = '0px';
        c.style.opacity = '0';
        c.classList.add('max-h-0');
        a.style.transform = 'rotate(0deg)';
      }
    }

    // クリックされたものが閉じていた場合、それを開く
    if (!isOpen) {
      content.classList.remove('max-h-0');
      // 高さを自動計算して適用
      content.style.maxHeight = content.scrollHeight + 'px';
      content.style.opacity = '1';
      arrow.style.transform = 'rotate(180deg)';
    }
  }
</script>
]]></content:encoded>
    <dc:date>2025-01-14T18:57:13+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/184398676_th.jpg?cmsp_timestamp=20260428192122" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=183947602">
    <link>https://chikachanhouse.shop/?pid=183947602</link>
    <title>メビウスヘアーウォーター</title>
    <description>頭皮の健康に特化した「メビウスヘアウォーター」。
頭皮を清潔に保ち、あなた自身の還元力を引き出すアイテムとしてご活用ください。


【こんな方にお勧め】
・髪をセットしやすくしボリュームを出したい
・感想する地肌に潤いを与えたい
・髪にハリやコシが欲し...</description>
<content:encoded><![CDATA[
頭皮の健康に特化した「メビウスヘアウォーター」。<br>
頭皮を清潔に保ち、あなた自身の還元力を引き出すアイテムとしてご活用ください。<br>
<br>
<br>
【こんな方にお勧め】<br>
・髪をセットしやすくしボリュームを出したい<br>
・感想する地肌に潤いを与えたい<br>
・髪にハリやコシが欲しい<br>
<br>
<br>
【使用方法】<br>
適量を頭皮にかけ、全体に行き渡らせるように指の腹などで軽くマッサージしてください。朝晩２回の使用をお勧めいたします。<br>
<br>
<br>
【成分】<br>
フルボ酸<br>
メビウスウォーター<br>
<br>
<br>
【注意事項】<br>
・本製品は育毛成分を内含した育毛剤ではありません。還元ボトルやメビウスウォーターのように自分自身が本来持つ活性力を高めるために開発された商品です。<br>
・傷や湿疹のある部分には使用しないでください。<br>
・頭皮に異常が起きていないか良く注意して使用してください。使用中に赤み・腫れ・かゆみ・刺激・色抜け（白斑等）や黒ずみなどの異常が現れた場合、日光が当たって同じような異常が現れた場合は使用を中止し皮膚科医へご相談ください。<br>
・フルボ酸を含有しているため、目に入らないようご注意ください。万が一目に入った場合はこすらず直ぐに流水で洗い流してください。<br>
・まぶたの周囲や粘膜に使用しないでください。<br>
・高温多湿をさけ保管してください。<br>
<span style="color:#FF0000">・本製品は海外発送不可商品です<br></span>
<br>
【容量】<br>
200mL
]]></content:encoded>
    <dc:date>2024-12-08T17:39:34+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/183947602_th.jpg?cmsp_timestamp=20260428192218" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=183284072">
    <link>https://chikachanhouse.shop/?pid=183284072</link>
    <title>温活シート（還元くんホットバストパッドの素材）</title>
    <description>※本商品は送料条件が通常商品と一部異なります

還元くんホットバストパッドに使用されている特殊加工素材を、シートのままお求めいただけます。

還元くんに使用されている鉱物・グラファイトシリカ・メビウスウォーターを、特殊製法にて布に含浸させた、知る人ぞ知...</description>
<content:encoded><![CDATA[
<span style="color:#FF0000;">※本商品は送料条件が通常商品と一部異なります</span><br>
<br>
<a href="https://chikachanhouse.shop/?pid=179761086" target="_blank">還元くんホットバストパッド</a>に使用されている特殊加工素材を、シートのままお求めいただけます。<br>
<br>
還元くんに使用されている鉱物・グラファイトシリカ・メビウスウォーターを、特殊製法にて布に含浸させた、知る人ぞ知る特別な素材です。<br>
<br>
お好きな大きさにカットして、用途に合わせてお使いいただけます。<br>
<br>
さらに詳しくは<a href="https://chikachanhouse.com/2024/11/06/onnetsu-sheets/" target="_blank">こちらのブログ記事</a>をご覧ください。<br>
<br>
<br>
★<a href="https://chikachanhouse.shop/?mode=f17" target="_blank"><strong>大判の温活シート（80×150cm）につきまして</strong></a>★<br>
<br>
<br>
【商品詳細】<br>
商品名：温活シート<br>
商品仕様：1枚<br>
色：グレー（1色のみ）<br>
商品サイズ：48cm×40cm×5mm<br>
素材原料：ポリエステル100％<br>
<br>
【その他】<br>
<span style="color:#FF0000">
★商品は二つ折りの形でのお届けとなります。<br>
若干のシワが入る場合がございますが、あらかじめご了承ください。<br>
<br>
★本商品はサイズの都合により、1点でも入ると配送サイズが一段大きくなります。<br>
そのため温活シートを含むご注文では、他商品との同包をご希望の場合でも、<br>
<strong>温活シート単独で12,000円未満の際は別途送料をお願いしております。</strong><br>
<br>
※他商品とあわせてご注文いただき、同包のご希望をコメント欄に頂いた場合でも、温活シートの送料条件は別計算となります。<br>
<br>
★温活シート単独でのご注文金額が<strong>12,000円以上</strong>の場合は、送料無料にてお届けいたします。<br>
</span><span style="font-size:large;"></span>
<br>
<br>
<br>
]]></content:encoded>
    <dc:date>2024-10-26T21:22:30+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/183284072_th.png?cmsp_timestamp=20241026212229" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=180767671">
    <link>https://chikachanhouse.shop/?pid=180767671</link>
    <title>還元くん４（ありがとう・茶）</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */

/* STREAMING_CHUNK: Defining styles for the summary box... */
/* =============================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
  =============================================================*/
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、土の表情</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>還元くん４ ありがとう 茶</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 ありがとう茶 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
    </div>


    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/ablown_image02.png" alt="還元くん ありがとう茶に手を添える女性">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
        素朴な茶色のボトルの中で、お茶は静かに、着実に変化しています。
        </h2>
        <p class="new-text">
        ありがとうボトル（茶）にも、他の還元くんと同じ、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：ARIGATOU - ありがとう（茶） -</div>
        <h2 class="new-h2">土のぬくもりと、「ありがとう」の言葉と。</h2>
        <p class="new-text">
        素朴な茶色のボディに「ありがとう」の文字を刻んだ、あたたかみのある一本です。表面はわずかにザラリとした陶器らしい手触りで、手にするたびに自然素材の心地よさを感じられます。華やかさよりも、落ち着きや安心感を大切にしたい方に向いた色です。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4> 土の風合いを活かした茶色が、どんな空間にも自然になじみます</h4>
            <p>主張しすぎないアースカラーだから、キッチンやリビングに置いても生活感が出にくく、インテリアを選びません。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4> 「ありがとう」の文字が、毎日のお茶の時間をあたたかく彩ります</h4>
            <p>感謝の気持ちを伝えるギフトとしてはもちろん、自分自身への「ありがとう」として選ぶのもおすすめです。</p>
          </div>
        </div>
        <div class="new-note-box">
          土のぬくもりと感謝の言葉。飾らないやさしさが、毎日のお茶の時間にそっと寄り添ってくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/ablown_image01.png" alt="還元くん ありがとう・茶のイメージ">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">毎日の中に、ポジティブな言葉を取り入れたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 電源も機械も使わず、無理なく続けられるものを選びたい方へ </div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 感謝の気持ちを込めた贈り物をお探しの方へ</div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておきたいもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>茶</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
    <tr><th>ご注意事項</th><td>起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付等は承っておりません。</td></tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> お茶を煮出したあと、ボトルに入れてもいいですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 煮出すとポリフェノールが熱で壊れ、水素が十分に発生しません。水出しまたはぬるめのお茶をお使いください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを長時間空のまま放置しても大丈夫ですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  問題ありませんが、長時間空のまま放置した後は還元電位が安定するまで通常より時間がかかる場合があります。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question">  ありがとうボトルの表面がザラザラしていますが、品質に問題はないですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  問題ありません。陶器本来の質感を活かした仕上げで、性能に影響はございません。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを初めて使うのですが、難しくありませんか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 特別な操作はいりません。お茶を入れて置いておくだけです。最初の「起動」という準備だけ必要ですが、ご希望の方には起動済みでお届けしますので、届いたその日からお使いいただけます。わからないことがあれば、いつでもご相談ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> デザインによって性能（水素量など）は変わりますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> いいえ、性能はすべて同じです。色やシリーズの違いは見た目だけで、中の特殊セラミックや作れる水素茶は変わりません。お好きなデザインをお選びください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://chikachanhouse.shop/?pid=180767671#product",
  "name": "低電位水素茶生成ボトル 還元くん ありがとう 茶",
  "description": "「ありがとう」の文字が刻まれた素朴な茶色の陶器ボトル。お茶を入れておくだけで水素茶（還元茶）が作れます。還元くん正規品。",
  "image": [
    "https://file003.shop-pro.jp/PA01440/179/img/item/ablown_image01.png",
    "https://file003.shop-pro.jp/PA01440/179/img/item/ablown_image02.png"
  ],
  "brand": {
    "@type": "Brand",
    "name": "オジカインダストリー"
  },
  "url": "https://chikachanhouse.shop/?pid=180767671",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "JPY",
    "price": "29500",
    "priceValidUntil": "2026-12-31",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "CHIKACHAN HOUSE",
      "sameAs": [
        "https://chikachanhouse.com/",
        "https://www.facebook.com/people/Chikachan-HOUSE/61555836179565/"
      ]
    }
  }
}
</script>
]]></content:encoded>
    <dc:date>2024-05-04T16:31:26+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/180767671_th.png?cmsp_timestamp=20260218171229" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=180767646">
    <link>https://chikachanhouse.shop/?pid=180767646</link>
    <title>還元くん４（ありがとう・黒）</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */

/* STREAMING_CHUNK: Defining styles for the summary box... */
/* ==========================================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
   ========================================================================== */
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、凛とした黒</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>還元くん４ ありがとう 黒</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 ありがとう黒 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
    </div>


    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/ablack_image01.png" alt="還元くん ありがとう黒に手を添える女性">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
        シックな黒のボトルの奥で、お茶はゆっくりと還元されています。
        </h2>
        <p class="new-text">
        ありがとうボトル（黒）にも、他の還元くんと同じ、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：ARIGATOU - ありがとう（黒） -</div>
        <h2 class="new-h2">引き締まる黒に、「ありがとう」のやさしさを添えて。</h2>
        <p class="new-text">
        凛とした黒のボディに「ありがとう」の文字が刻まれた、ありがとうボトルの中でもっとも落ち着いた印象の一本です。表面はわずかにザラリとした陶器らしい質感で、手にするたびに確かな存在感を感じさせてくれます。シックな黒と感謝の言葉という組み合わせは、性別を問わず使いやすいデザインです。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4> 黒の引き締まった佇まいが、空間にきちんとした印象を与えます</h4>
            <p>モノトーンやシンプルなインテリアとの相性が抜群。生活感を出さずに置いておけるのも、黒ならではの魅力です。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4> 「ありがとう」の文字が、凛とした黒にやわらかさを加えています</h4>
            <p>クールな見た目の中に、感謝の言葉がそっと刻まれている。贈る相手を選ばないギフトにもおすすめです。</p>
          </div>
        </div>
        <div class="new-note-box">
          引き締まる黒と、やさしい言葉と。静かな存在感のあるこの一本が、毎日のお茶の時間にそっと寄り添ってくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/ablack_image02.png" alt="還元くん ありがとう・黒のイメージ">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">毎日の中に、ポジティブな言葉を取り入れたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 電源も機械も使わず、無理なく続けられるものを選びたい方へ </div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 感謝の気持ちを込めた贈り物をお探しの方へ</div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておきたいもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>黒</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
    <tr><th>ご注意事項</th><td>起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付等は承っておりません。</td></tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> ありがとうボトルの黒と還元くん「還」の黒は何が違いますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> デザインシリーズが異なります。水素茶を作る性能は同じです。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんで作った水素茶を赤ちゃんやペットに飲ませても大丈夫ですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  お茶そのものですので基本的には問題ありませんが、カフェインを含むお茶は避けるなど、お茶の種類にご配慮ください。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question">  還元くんを使わないときはどう保管すればいいですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  軽く水洗いして乾かし、直射日光を避けた場所で保管してください。1ヵ月以上の長期間使用しなかった場合再起動が必要となります。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを初めて使うのですが、難しくありませんか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 特別な操作はいりません。お茶を入れて置いておくだけです。最初の「起動」という準備だけ必要ですが、ご希望の方には起動済みでお届けしますので、届いたその日からお使いいただけます。わからないことがあれば、いつでもご相談ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 作った還元茶はどのくらい保存できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 別の容器に移して冷蔵庫で保管すれば、2〜3日を目安にお飲みいただけます。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://chikachanhouse.shop/?pid=180767646#product",
  "name": "低電位水素茶生成ボトル 還元くん ありがとう 黒",
  "description": "「ありがとう」の文字が刻まれたシックな黒の陶器ボトル。お茶を入れておくだけで水素茶（還元茶）が作れます。還元くん正規品。",
  "image": [
    "https://file003.shop-pro.jp/PA01440/179/img/item/ablack_image01.png",
    "https://file003.shop-pro.jp/PA01440/179/img/item/ablack_image02.png"
  ],
  "brand": {
    "@type": "Brand",
    "name": "オジカインダストリー"
  },
  "url": "https://chikachanhouse.shop/?pid=180767646",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "JPY",
    "price": "29500",
    "priceValidUntil": "2026-12-31",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "CHIKACHAN HOUSE",
      "sameAs": [
        "https://chikachanhouse.com/",
        "https://www.facebook.com/people/Chikachan-HOUSE/61555836179565/"
      ]
    }
  }
}
</script>
]]></content:encoded>
    <dc:date>2024-05-04T16:29:29+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/180767646_th.png?cmsp_timestamp=20260218171735" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=180767607">
    <link>https://chikachanhouse.shop/?pid=180767607</link>
    <title>還元くん４（ありがとう・ピンク）</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */

/* STREAMING_CHUNK: Defining styles for the summary box... */
/* ==========================================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
   ========================================================================== */
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、やさしいピンク</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>還元くん４ ありがとう ピンク</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 ありがとうピンク 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
    </div>


    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/apink_image01.png" alt="還元くん ありがとうピンクに手を添える女性">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
        やさしいピンクのボトルの中で、いつものお茶が生まれ変わっています。
        </h2>
        <p class="new-text">
        ありがとうボトル（ピンク）にも、他の還元くんと同じ、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：ARIGATOU - ありがとう（ピンク） -</div>
        <h2 class="new-h2">やわらかなピンクに込められた、「ありがとう」の気持ち。</h2>
        <p class="new-text">
        ふんわりとしたパステルピンクのボトルに「ありがとう」の文字を刻んだ、還元くんの中でもひときわやさしい表情を持つ一本です。置いてあるだけで場がやわらぎ、見るたびにあたたかい気持ちになれる――そんな存在感があります。春のような色合いは、感謝を伝える贈り物にもおすすめのデザインです。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4> やさしいピンクが、キッチンや食卓にあたたかみを添えてくれます</h4>
            <p>主張しすぎないパステルトーンだから、ナチュラルな空間にも華やかな空間にも自然となじみます。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4> 「ありがとう」の文字が、日々の暮らしにそっと寄り添います</h4>
            <p>お茶を注ぐたびに目に入る「ありがとう」の言葉。贈り物にも、自分用にも、言葉の力を感じられるデザインです。</p>
          </div>
        </div>
        <div class="new-note-box">
          やわらかなピンクと「ありがとう」の言葉が、毎日のお茶の時間に小さなぬくもりを届けてくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/apink_image02.png" alt="還元くん ありがとうピンクのイメージ">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">毎日の中に、ポジティブな言葉を取り入れたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 電源も機械も使わず、無理なく続けられるものを選びたい方へ </div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 感謝の気持ちを込めた贈り物をお探しの方へ</div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておきたいもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>パステルピンク</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
    <tr><th>ご注意事項</th><td>起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付等は承っておりません。</td></tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> ありがとうボトルの色によって性能に違いはありますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  性能は同じです。お好みの色でお選びください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんに水を入れたら水素水になりますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  水では反応しません。お茶を初め食品に含まれるポリフェノールが必要です。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 作った水素茶はどのくらいの期間飲めますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  冷蔵保存で2日から3日を目安にお飲みください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを初めて使うのですが、難しくありませんか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 特別な操作はいりません。お茶を入れて置いておくだけです。最初の「起動」という準備だけ必要ですが、ご希望の方には起動済みでお届けしますので、届いたその日からお使いいただけます。わからないことがあれば、いつでもご相談ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> お茶以外のものでも還元茶を作れますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> フルーツジュースやお出汁など、ポリフェノールを含む食品であれば作ることができます。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Product",
      "@id": "https://chikachanhouse.shop/?pid=180767607#product",
      "name": "低電位水素茶生成ボトル 還元くん ありがとう ピンク",
      "description": "「ありがとう」の文字が刻まれたやさしいピンク色の陶器ボトル。お茶を入れておくだけで水素茶（還元茶）が作れます。還元くん正規品。",
      "image": [
        "https://file003.shop-pro.jp/PA01440/179/img/item/apink_image01.png",
        "https://file003.shop-pro.jp/PA01440/179/img/item/apink_image02.png"
      ],
      "brand": { "@type": "Brand", "name": "オジカインダストリー" },
      "url": "https://chikachanhouse.shop/?pid=180767607",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "JPY",
        "price": "29500",
        "priceValidUntil": "2026-12-31",
        "availability": "https://schema.org/InStock"
      }
    }
  ]
}
</script>
]]></content:encoded>
    <dc:date>2024-05-04T16:25:12+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/180767607_th.png?cmsp_timestamp=20260218170500" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=180767565">
    <link>https://chikachanhouse.shop/?pid=180767565</link>
    <title>還元くん４（ありがとう・ミントブルー）</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */

/* STREAMING_CHUNK: Defining styles for the summary box... */
/* ==========================================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
   ========================================================================== */
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、やさしいミントブルー</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>還元くん４ ありがとう ミントブルー</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 ありがとうミントブルー 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
    </div>


    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/ablue_image01.png" alt="還元くん ありがとうミントブルーをもつ女性">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
        やさしい見た目のこのボトルが、いつものお茶をそっと変えてくれます。
        </h2>
        <p class="new-text">
        ありがとうボトルにも、他の還元くんと同じ、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：ARIGATOU - ありがとう（ミントブルー） -</div>
        <h2 class="new-h2">「ありがとう」の言葉を、毎日そばに。</h2>
        <p class="new-text">
        淡いミントブルーのボトルに、そっと刻まれた「ありがとう」の文字。パステルカラーのやさしいトーンは、どんな空間にも清涼感を添えてくれます。お茶を注ぐたびに目に入る「ありがとう」の言葉が、忙しい毎日にふっと一息つかせてくれる&#8212;&#8212;感謝の気持ちを伝えるギフトにもおすすめの一本です。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4>  清涼感のあるミントブルーが、空間にやさしい抜け感をつくります</h4>
            <p>白やウッド調のインテリアとも相性がよく、キッチンやリビングに置くだけでさわやかなアクセントになります。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4> 「ありがとう」の文字が、使うたびに穏やかな気持ちを思い出させてくれます</h4>
            <p>毎日のお茶を注ぐひとときに、ふと目に入る感謝の言葉。それだけで、気持ちがやわらぎます。</p>
          </div>
        </div>
        <div class="new-note-box">
          さりげなく、やさしく、暮らしに寄り添う一本。感謝の言葉とともに、毎日のお茶の時間をやさしく彩ってくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/ablue_image02.png" alt="還元くん ありがとうミントブルーのイメージ">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">毎日の中に、ポジティブな言葉を取り入れたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 電源も機械も使わず、無理なく続けられるものを選びたい方へ </div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 感謝の気持ちを込めた贈り物をお探しの方へ</div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておきたいもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>ミントブルー</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
    <tr><th>ご注意事項</th><td>起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付等は承っておりません。</td></tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> ありがとうボトルと他の還元くんで性能に違いはありますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 性能は同じです。デザインの違いのみで、同じように水素茶をお作りいただけます。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> お茶以外のものでも還元茶を作れますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  フルーツジュースやお出汁など、ポリフェノールを含む食品であれば作ることができます。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question">  還元くんに入れるお茶の温度は何度くらいがいいですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  基本的には常温で。冬場は40℃前後が最も効率的です。季節により調整してください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを初めて使うのですが、難しくありませんか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 特別な操作はいりません。お茶を入れて置いておくだけです。最初の「起動」という準備だけ必要ですが、ご希望の方には起動済みでお届けしますので、届いたその日からお使いいただけます。わからないことがあれば、いつでもご相談ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 作った還元茶はどのくらい保存できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 別の容器に移して冷蔵庫で保管すれば、2〜3日を目安にお飲みいただけます。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Product",
      "@id": "https://chikachanhouse.shop/?pid=180767565#product",
      "name": "低電位水素茶生成ボトル 還元くん ありがとう ミントブルー",
      "description": "「ありがとう」の文字が刻まれた淡いミントブルーの陶器ボトル。お茶を入れておくだけで水素茶（還元茶）が作れます。還元くん正規品。",
      "image": [
        "https://file003.shop-pro.jp/PA01440/179/img/item/ablue_image01.png",
        "https://file003.shop-pro.jp/PA01440/179/img/item/ablue_image02.png"
      ],
      "brand": { "@type": "Brand", "name": "オジカインダストリー" },
      "url": "https://chikachanhouse.shop/?pid=180767565",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "JPY",
        "price": "29500",
        "availability": "https://schema.org/InStock"
      }
    }
  ]
}
</script>
]]></content:encoded>
    <dc:date>2024-05-04T16:20:56+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/180767565_th.png?cmsp_timestamp=20260218172121" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=180392594">
    <link>https://chikachanhouse.shop/?pid=180392594</link>
    <title>還元くん４（還）※単品</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */

/* STREAMING_CHUNK: Defining styles for the summary box... */
/* ==========================================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
   ========================================================================== */
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、凛とした黒</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>水素茶をつくる陶器ボトル『還元くん 還』</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 還 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
    </div>


    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/kan_image01.png" alt="還元くん 還と日本庭園">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
        シックな黒の内側では、お茶が静かに、確かに変わり続けています。
        </h2>
        <p class="new-text">
        凛とした黒の美濃焼の佇まいの内側には、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：KAN - 還 -</div>
        <h2 class="new-h2">凛とした黒が、暮らしの軸になる。</h2>
        <p class="new-text">
         美濃焼の落ち着いた黒。還元くん「還」は、余計なものをそぎ落としたシンプルさの中に、静かな品格を宿したボトルです。黒は、明るい木のカウンターでも白基調のキッチンでも、ひとつあるだけで景色にメリハリを生む万能な色。華やかさとは違う控えめで揺るぎない存在感が、毎日そばに置くものとしての心地よさを感じさせてくれます。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4>  空間を引き締める、静かなアクセントになります</h4>
            <p>白やナチュラルカラーの中に黒がひとつ入ると、空間全体がきりっと整います。インテリア好きの方にとっては、見た目の満足度も高い一本です。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4> 男女問わず使いやすい、飽きのこないデザインです</h4>
            <p>黒は流行に左右されない色。長く付き合う還元くんだからこそ、何年経っても「これにして良かった」と思えるデザインであることは大きな魅力です。</p>
          </div>
        </div>
        <div class="new-note-box">
          静かに、凛と、暮らしの真ん中に。シンプルな空間にもすっとなじみ、日々のお茶の時間を、黒の落ち着いた一本がそっと引き締めてくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/kan_image02.png" alt="還元くん 還をイメージ">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">毎日のお茶の時間を、もう少し心地よくしたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 電源も機械も使わず、無理なく続けられるものを選びたい方へ </div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 長く使えて、見た目にも気分が上がる一本がほしい方へ </div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておくと良いもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>黒</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
    <tr><th>ご注意事項</th><td>起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付等は承っておりません。</td></tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元茶を電子レンジで温めても大丈夫ですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 大丈夫です。ただし60度を超えないようにご注意ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 緑茶にほうじ茶など、お茶同士をブレンドして入れても大丈夫ですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  問題ありません。ブレンドしても還元茶はきちんとできます。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 蓋はどのようにお手入れすればいいですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer">  蓋の上部は天然木のため、水洗いは避けて固く絞った布で拭いてください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを初めて使うのですが、難しくありませんか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 特別な操作はいりません。お茶を入れて置いておくだけです。最初の「起動」という準備だけ必要ですが、ご希望の方には起動済みでお届けしますので、届いたその日からお使いいただけます。わからないことがあれば、いつでもご相談ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> デザインによって性能（水素量など）は変わりますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> いいえ、性能はすべて同じです。赤絵・織部・白砂・還・元などの違いは見た目（色柄）だけで、中の特殊セラミックや作れる水素茶は変わりません。お好きなデザインをお選びください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Product",
      "@id": "https://chikachanhouse.shop/?pid=180392594#product",
      "name": "低電位水素茶生成ボトル 還元くん 還",
      "description": "黒のシックな色合いが印象的な美濃焼セラミックボトル。お茶を入れておくだけで水素茶（還元茶）が作れます。還元くん正規品。",
      "image": [
        "https://file003.shop-pro.jp/PA01440/179/img/item/kan_image01.png",
        "https://file003.shop-pro.jp/PA01440/179/img/item/kan_image02.png"
      ],
      "brand": { "@type": "Brand", "name": "オジカインダストリー" },
      "url": "https://chikachanhouse.shop/?pid=180392594",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "JPY",
        "price": "29500",
        "availability": "https://schema.org/InStock"
      }
    }
  ]
}
</script>
]]></content:encoded>
    <dc:date>2024-04-09T20:48:28+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/180392594_th.png?cmsp_timestamp=20260218211853" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=179761086">
    <link>https://chikachanhouse.shop/?pid=179761086</link>
    <title>還元くんホットバストパッド（１セット入り）</title>
    <description>女性のためのバストパッドです。

還元くんで使われている鉱石、グラファイトシリカ、メビウスウォーターを特殊製法にて布に含浸させてあります。


この商品は約20分ほどで、2度ほど表皮温度が上昇すると同時に盛んに動いた場合は3度から4度胸部の表皮温度を上げる...</description>
<content:encoded><![CDATA[
女性のためのバストパッドです。<br>
<br>
還元くんで使われている鉱石、グラファイトシリカ、メビウスウォーターを特殊製法にて布に含浸させてあります。<br>
<br>
<br>
この商品は約20分ほどで、2度ほど表皮温度が上昇すると同時に盛んに動いた場合は3度から4度胸部の表皮温度を上げる事を確認致しました。<br>
<br>
パッドを手で包み込むとほんのり自然のあたたかさを感じます。<br>
<br>
<br>
お色はグレー１色のみとなります。（このグレーの色は後から着色したものではなく素材の自然混入による色です）<br>
<br>
<br>
更に詳細は<a href="https://chikachanhouse.com/2022/10/30/kangenkunhotpad/" target="_blank">ブログ</a>をご覧ください<br>
<br>
<span style="color:#FF0000"><br>
【発送についてのご注意】<br>
日本郵便クリックポストをご指定の場合は<strong><u>2個までとなります。</u></strong>3個以上をご利用の場合は宅急便または宅急便コンパクトをお選び下さい</span><br>
<br>
<br>
【詳細】<br>
布の種類：ウレタン60％、ポリエステル40％<br>
大きさ：7cm×12cm<br>
暑さ：1.4cm（最も厚い部分）<br>
色：グレー<br>
内容：1箱1組入り<br>
<br>
【お手入れ方法】<br>
手洗いまたは洗濯機使用の場合は洗濯ネットのご利用をお願い致します<br>
<br>
【その他】<br>
<a href="https://chikachanhouse.shop/?pid=183284072">シート状の「還元くんのホットバストパッド素材」はこちら</a>
]]></content:encoded>
    <dc:date>2024-03-02T20:53:45+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/179761086_th.png?cmsp_timestamp=20240408154629" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=179552675">
    <link>https://chikachanhouse.shop/?pid=179552675</link>
    <title>還元くん４（元）※単品</title>
    <description>




  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    pad...</description>
<content:encoded><![CDATA[
<!-- 既存のCSS読み込み -->
<link rel="stylesheet" href="https://file003.shop-pro.jp/PA01440/179/css/item_temp_202506261135.css" type="text/css" />

<!-- 独自デザイン用スタイル設定 -->
<style>
  .new-design-section {
    background-color: #fcfaf7;
    color: #1e293b;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .new-design-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

.new-badge {
        display: inline-block;
        padding: 0 0 8px 0; /* 背景を消し、下線との距離を調整 */
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.25em; /* 字間を広げて高級感を演出 */
        color: #94a3b8; /* 落ち着いたニュアンスグレーに変更 */
        background-color: transparent; /* 背景色を削除 */
        text-transform: uppercase;
      }
      .new-title-section {
        padding: 80px 0 64px; /* 余白を広げて呼吸感を持たせる */
        text-align: center;
      }
      .new-h1 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 32px;
        line-height: 1.7; /* 行間を少し広げて読みやすく */
        color: #1e293b; /* 黒すぎないスレート色 */
      }
      @media (min-width: 768px) { .new-h1 { font-size: 36px; } }
      .new-h1 b { 
        font-weight: 600; 
        color: #0f172a;
        position: relative;
        display: inline-block;
      }
      .new-title-line {
        width: 40px; /* 短くして繊細な印象に */
        height: 1px; /* 極細に変更 */
        background-color: #cbd5e1; /* 主張しすぎない色に変更 */
        margin: 0 auto;
      }
  .new-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
  }
  @media (min-width: 768px) { .new-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
  .new-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    background: #fff;
  }
  .new-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .new-content-space > * + * { margin-top: 24px; }
  .new-h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .new-text { font-size: 15px; color: #475569; }
  .new-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .new-data-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .new-data-card-label { font-size: 11px; color: #94a3b8; font-weight: bold; margin-bottom: 4px; }
  .new-data-card-value { font-size: 18px; font-weight: 700; color: #2563eb; }
  @media (min-width: 768px) { .new-data-card-value { font-size: 22px; } }
  .new-data-card-unit { font-size: 12px; color: #64748b; font-weight: normal; margin-left: 4px; }
  .new-list { list-style: none; padding: 0; margin-top: 24px; }
  .new-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
  }
.new-list-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-series-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 16px;
  }
  .new-sub-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.new-sub-icon {
        flex-shrink: 0;
        width: 3px;
        height: 1.4em;
        background: #4a78b5;
        margin-top: 4px;
        border-radius: 1px;
      }
  .new-sub-info h4 { font-size: 14px; font-weight: 700; margin: 0; color: #334155; }
  .new-sub-info p { font-size: 12px; color: #64748b; margin-top: 4px; line-height: 1.5; }
  .new-note-box {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-left: 4px solid #e2e8f0;
    padding: 16px;
    border-radius: 0 12px 12px 0;
    margin-top: 24px;
  }
  .new-border-t { border-top: 1px solid #e2e8f0; margin-top: 40px; }
  .new-order-mobile-first { order: 1; }
  @media (min-width: 768px) { .new-order-mobile-first { order: 0; } }

/* 【追加】共通説明ページへの誘導用スタイル */
      .new-common-link-section {
        margin: 40px 0;
        padding: 48px 24px;
        background: #fff;
        border-radius: 24px;
        text-align: center;
        border: 1px solid #f1f5f9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.02);
      }
      .new-common-link-text {
        font-size: 15px;
        color: #475569;
        margin-bottom: 24px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      .new-common-btn {
        display: inline-block;
        padding: 18px 48px;
        background: #4a78b5; /* 【変更】暗い色から明るめのブルーへ変更 */
        color: #ffffff !important;
        text-decoration: none;
        border-radius: 0; /* 【変更】角丸から四角へ変更 */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
      }
      .new-common-btn:hover {
        background: #385d8d; /* 【変更】ホバー時も怖くない程度の暗さに調整 */
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
      }
      /* 【追加終わり】 */


/* STREAMING_CHUNK: Defining styles for the summary box... */
/* ==========================================================================
   【追加】SEO/AI 向け概要説明ボックスのスタイル
   ========================================================================== */
.new-summary-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #4a78b5;
  padding: 16px 20px;
  margin: -40px auto 32px auto;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  text-align: left;
}
.new-summary-box p {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 8px 0;
}
.new-summary-box p:last-child {
  margin-bottom: 0;
}
.new-summary-link {
  color: #4a78b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
}
.new-summary-link:hover {
  color: #385d8d;
  text-decoration: underline;
}

</style>

<!--ここからデザイン差し替え部分-->
<div class="new-design-section">
  <div class="new-design-container">
    
    <!-- Header -->
<header class="new-title-section">
      <span class="new-badge">自然の叡智と、土の表情</span>
      <h1 class="new-h1">毎日のお茶を入れて、待つだけ。<br><b>水素茶をつくる陶器ボトル『還元くん 元』</b></h1>
      <div class="new-title-line"></div>
    </header>

<!-- STREAMING_CHUNK: Rendering the summary box HTML structure... -->
<!-- 概要説明ボックス (SEO/AI構造化対応・コンパクト版) -->
<div class="new-summary-box" role="note" aria-label="還元くん4 元 概要説明">
  <p>還元くん4は、お茶を入れて置くだけで低電位の水素茶を作る陶器ボトルです。電源も機械も使いません。</p>
  <p>初めて使うときは「起動」という準備作業が必要です（仕上がりはお茶・温度・置く時間で変わります）。</p>
  <p>CHIKACHAN HOUSEは還元くんの正規代理店です。ご希望の方には起動を済ませた状態でお届けし、ご購入前・ご購入後の<a href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank" rel="noopener noreferrer">ご相談</a>もお受けしています。</p>
  <p><a href="https://chikachanhouse.shop/?mode=f13" class="new-summary-link">→還元くんの仕組み・使い方をもっと詳しく見る</a></p>
    </div>


    <!-- 特徴セクション1 -->
    <section class="new-grid">
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/gen_image01.png" alt="還元くん 元と日本庭園">
      </div>
      <div class="new-content-space">
        <h2 class="new-h2">
        素朴な見た目のこのボトルが、いつものお茶を静かに変えていきます。
        </h2>
        <p class="new-text">
        素朴な美濃焼の佇まいの内側には、植物由来の原料から独自の製法で焼き上げたセラミックが使われています。お茶を入れて静かに待つだけで、電気もガスも使わずに酸化還元電位が下がり、まろやかな口当たりの水素茶（還元茶）ができあがります。
        </p>
        <div class="new-data-grid">
          <div class="new-data-card">
            <div class="new-data-card-label">平均水素量</div>
            <div class="new-data-card-value">800&#12316;1200<span class="new-data-card-unit">ppb</span></div>
          </div>
          <div class="new-data-card">
            <div class="new-data-card-label">酸化還元電位</div>
            <div class="new-data-card-value">-400&#12316;-600<span class="new-data-card-unit">mV</span></div>
          </div>
        </div>
        <ul class="new-list">
          <li>
            <div class="new-list-icon"></div>
            <span>人工的に水素を加えるのではなく、お茶の力を活かして自然に水素を引き出します。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span>味はまろやかで、クセのないスッキリとした飲み心地に。</span>
          </li>
          <li>
            <div class="new-list-icon"></div>
            <span> 時間が経っても水素が抜けにくく、安定した還元力が続きます。</span>
          </li>
        </ul>
      </div>
    </section>

    <section class="new-common-link-section">
      <h2 class="new-h2" style="justify-content: center; margin-bottom: 16px;">
        還元くんをさらに詳しく知る
      </h2>
      <p class="new-common-link-text">
        還元くんが水素茶を生み出す詳しい仕組み、日常での活用のコツ、使用上の注意などについては「共通説明ページ」でさらに詳しく解説しています。
      </p>
      <a href="https://chikachanhouse.shop/?mode=f13" class="new-common-btn">
        還元くん 共通説明ページはこちら
      </a>
    </section>


    <!-- 特徴セクション2 -->
    <section class="new-grid new-border-t">
      <div class="new-content-space new-order-mobile-first">
        <div class="new-series-badge">シリーズ：GEN - 元 -</div>
        <h2 class="new-h2">大地のあたたかみを、毎日の暮らしに</h2>
        <p class="new-text">
         土そのものの風合いを活かした、明るい茶色の美濃焼。「元」は、釉薬で色を重ねるのではなく、焼き物の素地がそのまま生きている色だからこそ、手に取るたびに素朴なあたたかみが伝わってきます。木やかご、リネンなどナチュラルな素材とも相性がよく、和にも洋にも無理なくなじむ、飾らず毎日そばに置きたくなる一本です。
        </p>
        <div class="new-sub-item">
          <div class="new-sub-icon"></div>
          <div class="new-sub-info">
            <h4>  自然素材の多いキッチンに、すっとなじむ色です</h4>
            <p>木、竹、陶器、布――ナチュラルな素材が好きな方にとって、この土の色は最も相性の良いトーンです。置くだけで空間に統一感が生まれます。</p>
          </div>
        </div>
        <div class="new-sub-item">
          <div class="new-sub-icon">
          </div>
          <div class="new-sub-info">
            <h4>飾らない佇まいだからこそ、毎日使いたくなります</h4>
            <p>道具は、使ってこそ意味があるもの。「元」の素朴な表情は、特別感よりも日常のそばにある安心感を大切にしたい方にぴったりです。</p>
          </div>
        </div>
        <div class="new-note-box">
          飾らず、あたたかく、暮らしに寄り添う美濃焼の一本。シンプルな空間にもすっとなじみ、日々のお茶の時間を、大地の色がやさしく彩ってくれます。
        </div>
      </div>
      <div class="new-image-wrap">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/gen_image02.png" alt="還元くん 元をイメージした土">
      </div>
    </section>

  </div>
</div>

<!--ここまでデザイン差し替え部分-->

<!-- 以降、既存の構成 -->
<div class="item_recomend">
  <div class="top_ttl">
    <div class="top_mainttl"> こんな方におすすめです </div>
    <div class="top_subttl"> RECOMMEND FOR </div>
  </div>
  <div class="recommend_list">
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text">毎日のお茶の時間を、もう少し心地よくしたい方へ</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 電源も機械も使わず、無理なく続けられるものを選びたい方へ </div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 長く使えて、見た目にも気分が上がる一本がほしい方へ </div>
    </div>
  </div>
</div>

<!-- ? 起動サービス（安心）を先に -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 正規代理店だから安心 </div>
      <h2 class="service_ttl">還元くんの起動サービス</h2>
      <p class="service_txt">「プレゼントにしたいので、すぐ使える状態で送って欲しい」<br> 「電位計を持っていないので、起動できたか確かめられない」といったお客様のために、<br>
        当ショップでは還元くんを起動し、すぐ使える状態にしてお送りするサービスを行っております。</p>
      <a class="service_button btn" href="https://chikachanhouse.shop/?pid=162999699">起動オプションをご希望の方はこちら</a>
      <a class="service_link" href="https://chikachanhouse.com/?s=%E8%B5%B7%E5%8B%95" target="_blank">起動に関するブログはこちら</a>
    </div>
  </div>
</div>

<!-- ? ご注文方法（案内トーンに変更） -->
<div class="item_caution">
  <div class="item_caution__heading">起動済みで受け取るには（ご注文方法）</div></br>
  <div class="item_caution__text">
    上記の起動サービスをご希望の方は、ご注文時に<span class="item_caution__highlight"><a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a></span>を一緒にカートへお入れください（無料）。<br>これだけで、起動済み・すぐ使える状態でお届けします。<br><br>
    <b>- スムーズにお届けするため、2点だけお願いします -</b><br>
    ・起動のご希望は、必ず<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>をカートに入れる形でお願いします。<br>（ご注文時の備考欄へのご記入では、システム上お受けできません）<br>
    ・受注メール送信後は起動オプションを追加できませんので、ご注文時に一緒にお入れくださいませ。
  </div>
</div>

<br>
<br>

<div class="item_blog">
  <div class="top_ttl">
    <div class="top_mainttl"> 読みもの </div>
    <div class="top_subttl"> BLOG </div>
  </div>
  <div class="item_blog__desc"> 基本の使い方やマメ知識など<br> もっと詳しく知りたい方はこちらから </div>
  <div class="slider_wrapper">
    <button type="button" class="slider_btn prev" aria-label="前へ">＜</button>
    <ul class="blog_list">
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun-design-price-difference/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01_1.png" alt="記事1" class="item_blog__image">
          <div class="item_blog__caption">還元くんのデザインで性能は違う？</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02_2.png" alt="記事2" class="item_blog__image">
          <div class="item_blog__caption">還元くん完全ガイド｜仕組み・使い方・選び方を解説</div>
        </a>
      </li>
      <li class="blog_list_in">
        <a href="https://chikachanhouse.com/needitems/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_03.png" alt="記事3" class="item_blog__image">
          <div class="item_blog__caption">還元くん初心者が揃えておくと良いもの</div>
        </a>
      </li>
    </ul>
    <button type="button" class="slider_btn next" aria-label="次へ">＞</button>
  </div>
  <a href="https://chikachanhouse.com/" target="_blank" class="btn">ブログを見る</a>
</div>

<div class="item_details">
  <div class="top_ttl">
    <div class="top_mainttl"> 商品詳細 </div>
    <div class="top_subttl"> DETAILS </div>
  </div>
  <table class="item_details__table">
    <tr><th>サイズ</th><td>横幅80mm×奥行80mm×高さ263mm </td></tr>
    <tr><th>容量</th><td>850cc</td></tr>
    <tr><th>カラー</th><td>黄土色</td></tr>
    <tr><th>素材</th><td>本体：陶器（特殊セラミック）　蓋：木、シリコン</td></tr>
    <tr><th>メーカー保証</th><td>破損した場合、ご購入日より3ヵ月間は無償交換</td></tr>
    <tr><th>その他</th><td>電子レンジ、食洗器はご利用いただけません</td></tr>
   <tr><th>ご注意事項</th><td>※起動セラミックは補助用の付属品です。本体はセラミックなしでも起動可能なため、起動失敗等による追加送付等は承っておりません。</td>
</tr>
  </table>
</div>

<div class="faq-section">
  <div class="top_ttl">
    <div class="top_mainttl">よくあるご質問</div>
    <div class="top_subttl">Q&A</div>
  </div>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 市販のペットボトルのお茶でも作れますか？ <span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 作れます。ペットボトルの緑茶やほうじ茶をそのまま注いでいただければ大丈夫です。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question">  使い続けるとボトルの反応は変わりますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> はい。使い込むほどに反応が良くなり、より早く水素茶ができるようになります。</div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを洗うとき、洗剤を使っても大丈夫ですか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 初回は避けてください。長く使って臭いが気になるときは、薄めた洗剤をお使いいただけます。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 還元くんを初めて使うのですが、難しくありませんか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 特別な操作はいりません。お茶を入れて置いておくだけです。最初の「起動」という準備だけ必要ですが、ご希望の方には起動済みでお届けしますので、届いたその日からお使いいただけます。わからないことがあれば、いつでもご相談ください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> デザインによって性能（水素量など）は変わりますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> いいえ、性能はすべて同じです。赤絵・織部・白砂・元などの違いは見た目（色柄）だけで、中の特殊セラミックや作れる水素茶は変わりません。お好きなデザインをお選びください。 </div>
      </div>
    </li>
  </ul>
  <ul class="faq-list">
    <li class="faq-item">
      <div class="faq-label">Q</div>
      <div class="faq-content">
        <div class="faq-question toggle-question"> 初めてなので少し不安です。届いてからも相談できますか？<span class="toggle-icon">＋</span></div>
      </div>
    </li>
    <li class="faq-item">
      <div class="faq-label">A</div>
      <div class="faq-content">
        <div class="faq-answer"> 当ショップは還元くんの正規代理店です。ご希望の方へ初期起動を無料で行い、すぐ使える状態でお届けします。使い方やよくある疑問はブログでも詳しくご案内していますし、ご購入の前後を問わず、お気軽にご相談いただけます。 </div>
      </div>
    </li>
  </ul>
  <div class="faq-buttons">
    <a href="https://chikachanhouse.com/kangenkun-qa/">その他の質問集はこちら</a>
  </div>
</div>

<!-- ? 末尾クロージング（安心）：新CSSは足さず既存 service_in を流用 -->
<div class="service_in">
  <div class="service">
    <div class="service_wrap">
      <div class="service_subttl"> 当ショップのお約束 </div>
      <h2 class="service_ttl">安心してお買い求め頂くために</h2>
      <p class="service_txt">還元くんは、正規代理店として一つひとつ確認してお届けしています。<br>
        ご希望の方には起動を済ませ、すぐ使える状態でお送りします。<br>
        陶器のボトルなので、割れない限り長くお使いいただけ、万一の破損もご購入から3ヶ月間は無償交換が受けられます。<br><br>
        気になったら、まずは一度。迷ったときは、いつでもご相談くださいね。</p>
      <a class="service_link" href="https://chikachanhouse.shop-pro.jp/customer/inquiries/new" target="_blank">購入前のご相談はこちら</a>
    </div>
  </div>
</div>

<!-- Scripts (既存機能を維持) -->
<script>
  document.addEventListener("DOMContentLoaded", function () {
    const questions = document.querySelectorAll(".toggle-question");
    questions.forEach(question => {
      question.addEventListener("click", function () {
        const icon = this.querySelector(".toggle-icon");
        const faqItem = this.closest("li.faq-item");
        const answerItem = faqItem.nextElementSibling;
        const answer = answerItem.querySelector(".faq-answer");
        const answerLabel = answerItem.querySelector(".faq-label");
        const isVisible = answer.style.display === "block";
        answer.style.display = isVisible ? "none" : "block";
        answerLabel.style.display = isVisible ? "none" : "block";
        icon.textContent = isVisible ? "＋" : "−";
      });
      const faqItem = question.closest("li.faq-item");
      const answerItem = faqItem.nextElementSibling;
      const answerLabel = answerItem.querySelector(".faq-label");
      if (answerLabel) { answerLabel.style.display = "none"; }
    });
  });
</script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const blogList = document.querySelector(".blog_list");
    const prevBtn  = document.querySelector(".slider_btn.prev");
    const nextBtn  = document.querySelector(".slider_btn.next");
    if (!blogList || !prevBtn || !nextBtn) return;
    function getScrollAmount() { return blogList.clientWidth; }
    nextBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: getScrollAmount(), behavior: "smooth" });
    });
    prevBtn.addEventListener("click", function () {
      blogList.scrollBy({ left: -getScrollAmount(), behavior: "smooth" });
    });
  });
</script>

<!-- SEO 構造化データ -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Product",
      "@id": "https://chikachanhouse.shop/?pid=179552675#product",
      "name": "低電位水素茶生成ボトル 還元くん 元",
      "description": "土の色合いを活かした明るい茶色の美濃焼セラミックボトル。お茶を入れておくだけで水素茶（還元茶）が作れます。還元くん正規品。",
      "image": [
        "https://file003.shop-pro.jp/PA01440/179/img/item/gen_image01.png",
        "https://file003.shop-pro.jp/PA01440/179/img/item/gen_image02.png"
      ],
      "brand": { "@type": "Brand", "name": "オジカインダストリー" },
      "url": "https://chikachanhouse.shop/?pid=179552675",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "JPY",
        "price": "29500",
        "availability": "https://schema.org/InStock"
      }
    }
  ]
}
</script>
]]></content:encoded>
    <dc:date>2024-02-18T13:56:12+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/179552675_th.png?cmsp_timestamp=20260218211923" /></foaf:topic>
  </item>

  <item rdf:about="https://chikachanhouse.shop/?pid=168313282">
    <link>https://chikachanhouse.shop/?pid=168313282</link>
    <title>森羅万象 天山蜂蜜</title>
    <description>

{
  &quot;@context&quot;: &quot;https://schema.org&quot;,
  &quot;@type&quot;: &quot;Product&quot;,
  &quot;@id&quot;: &quot;https://chikachanhouse.shop/?pid=168313282#product&quot;,
  &quot;name&quot;: &quot;森羅万象 天山蜂蜜 600g&quot;,
  &quot;description&quot;: &quot;世界自然遺産の天山山脈（標高約2800m）の高地で、年間わずかな期間だ...</description>
<content:encoded><![CDATA[
<!-- 構造化データ (JSON-LD) -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://chikachanhouse.shop/?pid=168313282#product",
  "name": "森羅万象 天山蜂蜜 600g",
  "description": "世界自然遺産の天山山脈（標高約2800m）の高地で、年間わずかな期間だけ咲く貴重な花「党参（タンスン）」の蜜から採蜜された、非加熱の完熟はちみつ。糖度の高い濃厚な味わいで、加熱処理に頼らず自然に熟成した蜂蜜です。",
  "image": [
    "https://file003.shop-pro.jp/PA01440/179/img/item/tenzan_honey01.jpg",
    "https://file003.shop-pro.jp/PA01440/179/img/item/tenzan_honey02.JPG"
  ],
  "brand": {
    "@type": "Brand",
    "name": "森羅万象"
  },
  "manufacturer": {
    "@type": "Organization",
    "name": "株式会社 いしかわ"
  },
  "url": "https://chikachanhouse.shop/?pid=168313282",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "JPY",
    "price": "16200",
    "priceValidUntil": "2026-12-31",
    "availability": "https://schema.org/InStock",
    "itemCondition": "https://schema.org/NewCondition",
    "seller": {
      "@type": "Organization",
      "name": "CHIKACHAN HOUSE",
      "sameAs": [
        "https://chikachanhouse.com/",
        "https://www.facebook.com/people/Chikachan-HOUSE/61555836179565/"
      ]
    }
  }
}
</script>

<style>
  /* 全体のスタイル設定（フルワイド化） */
  .lp-container {
    width: 100%;
    margin: 0 auto;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
    color: #333;
    line-height: 1.8;
    background-color: #fff;
    overflow-x: hidden;
  }

  /* セクションごとの背景設定 */
  .lp-section {
    width: 100%;
    padding: 80px 0;
    text-align: center;
  }

  .lp-section:nth-of-type(even) {
    background-color: #fcf9f2;
  }

  /* コンテンツ幅の制限（テキストが読みやすい幅） */
  .lp-content-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* 画像スタイル（ダイナミックな全幅対応） */
  .lp-img-wrapper {
    max-width: 1000px;
    margin: 0 auto 40px;
  }

  .lp-img-full {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
  }

  .lp-img-small-container {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .lp-img-small {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .lp-img-half-container {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px;
  }

  .lp-img-half {
    width: 80%;
    max-width: 450px;
    height: auto;
    border-radius: 4px;
  }

  /* 見出し（洗練されたゴシック） */
  .lp-title {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #b38b2d;
    margin-bottom: 35px;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }

  .lp-subtitle {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    color: #888;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }

  /* テキスト */
  .lp-text {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
    text-justify: inter-character;
  }

  /* ヒーローエリア */
  .lp-hero {
    padding: 100px 0 60px;
    background-color: #fff;
  }

  .lp-hero-text {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    color: #444;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 40px 0;
    margin: 30px 0;
    letter-spacing: 0.08em;
  }

  /* 特徴・ポイント */
  .lp-point-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
  }

  .lp-point-item {
    flex: 1;
    min-width: 260px;
    background: #fff;
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    text-align: left;
  }

  .lp-point-number {
    font-size: 36px;
    color: #e0ca9d;
    font-family: serif;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }

  .lp-point-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    color: #b38b2d;
    border-bottom: 1px solid #f2e9d9;
    padding-bottom: 10px;
  }

  /* 腸活セクション */
  .lp-gut-health-box {
    background-color: #fff;
    border: 1px solid #e0ca9d;
    padding: 40px;
    margin: 30px 0;
    text-align: left;
  }

  .lp-gut-tag {
    display: inline-block;
    background-color: #b38b2d;
    color: #fff;
    font-size: 12px;
    padding: 3px 15px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  /* コストパフォーマンス */
  .lp-value-info {
    border-top: 1px solid #e0ca9d;
    border-bottom: 1px solid #e0ca9d;
    padding: 30px 0;
    margin: 40px 0;
    text-align: center;
    background-color: rgba(224, 202, 157, 0.05);
  }

  .lp-value-highlight {
    font-size: 22px;
    color: #b38b2d;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }

  /* メッセージセクション (修正済み) */
  .lp-pharmacist-voice {
    border: 1px solid #b38b2d;
    padding: 60px 40px 40px;
    margin: 60px 0 40px;
    position: relative;
    background-color: #fff;
  }

  .lp-pharmacist-tag {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #b38b2d;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    z-index: 1;
    letter-spacing: 0.1em;
  }

  .lp-pharmacist-voice .lp-text:last-child {
    margin-bottom: 0;
  }

  /* FAQ */
  .lp-faq-container {
    text-align: left;
    margin-top: 40px;
  }

  .lp-faq-item {
    margin-bottom: 35px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 25px;
  }

  .lp-faq-q {
    font-weight: bold;
    color: #b38b2d;
    display: flex;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .lp-faq-q::before {
    content: "Q";
    margin-right: 15px;
    font-size: 24px;
    font-family: serif;
    font-style: italic;
    opacity: 0.5;
  }

  .lp-faq-a {
    display: flex;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
  }

  .lp-faq-a::before {
    content: "A";
    margin-right: 15px;
    font-size: 24px;
    font-family: serif;
    font-style: italic;
    color: #ccc;
  }

  /* ボタン */
  .lp-video-btn {
    display: inline-block;
    background-color: #b38b2d;
    color: #fff !important;
    padding: 18px 50px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }

  .lp-video-btn:hover {
    background-color: #967425;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }

  /* テーブル */
  .lp-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
  }

  .lp-spec-table th, .lp-spec-table td {
    border-bottom: 1px solid #eee;
    padding: 20px;
    font-size: 14px;
  }

  .lp-spec-table th {
    width: 25%;
    background-color: #fcfaf5;
    text-align: left;
    font-weight: bold;
    color: #888;
  }

  /* 注意書き */
  .lp-caution {
    background-color: #fff5f5;
    border: 1px solid #ffebeb;
    padding: 30px;
    text-align: left;
    margin-top: 50px;
  }

  .lp-caution h4 {
    color: #d32f2f;
    margin-top: 0;
    margin-bottom: 15px;
  }

  /* レスポンシブ */
  @media (max-width: 600px) {
    .lp-section { padding: 50px 0; }
    .lp-title { font-size: 22px; margin-bottom: 25px; }
    .lp-hero-text { font-size: 18px; padding: 30px 10px; }
    .lp-point-item { min-width: 100%; padding: 20px; }
    .lp-img-wrapper { width: 100%; }
    .lp-img-half { width: 100%; }
    .lp-img-small-container { width: 100%; }
    .lp-pharmacist-voice { padding: 50px 20px 30px; margin: 40px 0 30px; }
    .lp-pharmacist-tag { font-size: 13px; padding: 6px 20px; }
    .lp-video-btn { width: 90%; padding: 15px 10px; font-size: 14px; }
    .lp-spec-table th { width: 35%; }
  }
</style>

<div class="lp-container">

  <!-- ヒーローエリア -->
  <div class="lp-section lp-hero">
    <div class="lp-content-inner">
      <p class="lp-subtitle">世界自然遺産、標高2800mの秘境から届く</p>
      <h1 class="lp-title">森羅万象 天山蜂蜜</h1>
      <div class="lp-hero-text">
        それは、何万年もの間、<br>
        人の手が加わらない「聖地」からの贈り物。
      </div>
      <p class="lp-text" style="text-align: center;">
        化学肥料・農薬を一切使わない、厳しい自然環境の中で自生する薬草の花から、<br>
        元気なミツバチたちが集めた究極の非加熱完熟蜂蜜です。
      </p>
    </div>
  </div>

  <!-- 天山山脈 -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title">天空の秘境「天山山脈」</h2>
    </div>
    <div class="lp-img-wrapper">
      <img src="https://file003.shop-pro.jp/PA01440/179/img/item/tenzan.png" alt="天山山脈の風景" class="lp-img-full" onerror="this.src='https://placehold.jp/24/b38b2d/ffffff/1000x500.png?text=Tian+Shan+Mountains'">
    </div>
    <div class="lp-content-inner">
      <p class="lp-text">
        ゴビ砂漠とタクラマカン砂漠に囲まれた、標高2800mの広大な草原。そこには数千年にわたり、人の手が介入しない原始の自然が残されています。厳しい寒暖差と、雪解けの清らかな水。この過酷な環境だからこそ、植物は驚異的な生命力をその身に宿します。
      </p>
      
      <div class="lp-img-half-container">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/tansun_flower.jpeg" alt="タンスンの花アップ" class="lp-img-half" onerror="this.src='https://placehold.jp/24/b38b2d/ffffff/450x450.png?text=Tansun+Flower'">
      </div>
      
      <p class="lp-text">
        この蜂蜜の蜜源は、年間わずか20日間しか開花しない薬草の花<b>「党参（タンスン）」</b>。朝鮮人参の仲間であり、古来より「不老長寿の花」として重宝されてきた貴重な花からのみ、この蜂蜜は生まれます。
      </p>
    </div>
  </div>

  <!-- 石川さんの物語 -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title">森羅万象 天山蜂蜜を日本に紹介した<br>石川昌弘さんの物語</h2>
      <p class="lp-text">
        現在80代後半で今もなお若々しく元気な石川昌弘さん。彼が「アンチエイジング」を究めるために世界中を旅し、ようやく出会ったのがこの天山蜂蜜でした。
      </p>
      <p class="lp-text">
        なぜ、この蜂蜜でなければならなかったのか。そして、還元くん開発者・小鹿氏との深い縁とは。お二人の貴重な対談動画をぜひご覧ください。
      </p>
      <a href="https://www.youtube.com/watch?v=NKGxMRdcP-0" target="_blank" class="lp-video-btn">
        対談動画を視聴する
      </a>
    </div>
  </div>

  <!-- 3つのこだわり -->
  <div class="lp-section">
    <div class="lp-img-wrapper">
      <img src="https://file003.shop-pro.jp/PA01440/179/img/item/flower_garden_tansun.jpg" alt="タンスンの花畑" class="lp-img-full" onerror="this.src='https://placehold.jp/24/b38b2d/ffffff/1000x400.png?text=Tansun+Flower+Garden'">
    </div>
    <div class="lp-content-inner">
      <h2 class="lp-title">選ばれる3つの理由</h2>
      <div class="lp-point-box">
        <div class="lp-point-item">
          <span class="lp-point-number">01</span>
          <h3 class="lp-point-title">圧倒的な酵素の活性値</h3>
          <p class="lp-text" style="font-size:14px; margin-bottom:0;">
            蜂蜜の品質を示すジアスターゼ活性値。国際基準が「8.9」であるのに対し、森羅万象は驚異の<b>「43.5」</b><span style="font-size: 0.8em; color: #888;">（2025年調べ）</span>。生きた酵素がたっぷりと含まれています。
          </p>
        </div>
        <div class="lp-point-item">
          <span class="lp-point-number">02</span>
          <h3 class="lp-point-title">完全非加熱・完熟へのこだわり</h3>
          <p class="lp-text" style="font-size:14px; margin-bottom:0;">
            ミツバチの羽ばたきで自然に糖度を高める「完熟」。一切の加熱を行わないことで、熱に弱い天然のビタミンやミネラルをそのままお届けします。
          </p>
        </div>
        <div class="lp-point-item">
          <span class="lp-point-number">03</span>
          <h3 class="lp-point-title">5つの厳しい採蜜基準</h3>
          <p class="lp-text" style="font-size:14px; margin-bottom:0;">
            化学肥料・農薬不使用の草原、野生の蜜源、元気なミツバチ、きれいな湧き水。このすべてを満たす場所でのみ採取されています。
          </p>
        </div>
      </div>
    </div>
  </div>

  <!-- 腸活 -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title">生きた蜂蜜が叶える、内側からの「腸活」</h2>
      <p class="lp-text">
        実は、生きた蜂蜜には<b>「プレバイオティクス」</b>としての素晴らしい力が秘められています。腸内に住む善玉菌の「エサ」となり、その働きをサポートするのです。
      </p>
      
      <div class="lp-gut-health-box">
        <span class="lp-gut-tag">非加熱蜂蜜の腸活成分</span>
        <p class="lp-text" style="font-size: 15px; margin-bottom: 15px;">
          <b>● 善玉菌を増やす「グルコン酸」</b><br>
          生蜂蜜に含まれるグルコン酸は、大豆や味噌の約30倍。大腸まで届いて善玉菌を元気にし、内側を整えます。
        </p>
        <p class="lp-text" style="font-size: 15px; margin-bottom: 15px;">
          <b>● 善玉菌のエサ「オリゴ糖」</b><br>
          ミツバチが運んできた天然のオリゴ糖が、内側を優しく守ります。
        </p>
        <p class="lp-text" style="font-size: 15px; margin-bottom: 0;">
          <b>● 菌のバランスを整える「ポリフェノール」</b><br>
          生きたポリフェノールが理想的な環境づくりをサポートします。
        </p>
      </div>

      <p class="lp-text">
        これらの成分は熱に非常に弱いため、完全非加熱の「森羅万象」だからこそ受け取れる恩恵です。ヨーグルトと一緒に召し上がれば、さらに効率的な腸活が期待できます。
      </p>
    </div>
  </div>

  <!-- 還元くん -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title">「還元くん」の相棒として</h2>
      <div class="lp-img-small-container">
        <img src="https://file003.shop-pro.jp/PA01440/179/img/item/tenzan_honey02.JPG" alt="還元くんと森羅万象蜂蜜" class="lp-img-small" onerror="this.src='https://placehold.jp/24/b38b2d/ffffff/500x333.png?text=Kangen-kun+and+Honey'">
      </div>
      <p class="lp-text">
        「還元くんは嘘発見器だ」と言われるように、市販の蜂蜜の中には反応しないものも少なくありません。本物だからこそ、還元くんはその力を証明してくれます。毎日の還元飲料の甘み付けに、安心してお使いいただけます。
      </p>
    </div>
  </div>

  <!-- メッセージ -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <div class="lp-pharmacist-voice">
        <span class="lp-pharmacist-tag">CHIKAからのメッセージ</span>
        <p class="lp-text">
          「薬を勧めない薬剤師として、日々『予防』の大切さを伝えています。数ある蜂蜜を試してきた私ですが、この『森羅万象』に出会った時はその香りとエネルギーに驚きました。ペットの健康維持や、ご自身のアンチエイジングに。そのままスプーン一杯を口に含んだ瞬間に広がる、天山の清らかな風を感じてみてください。」
        </p>
      </div>
    </div>
  </div>

  <!-- お召し上がり方 -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title">お召し上がり方</h2>
    </div>
    <div class="lp-img-wrapper">
      <img src="https://file003.shop-pro.jp/PA01440/179/img/item/tenzan_honey01.jpg" alt="森羅万象 天山蜂蜜イメージ" class="lp-img-full" onerror="this.src='https://placehold.jp/24/b38b2d/ffffff/1000x600.png?text=Tenzan+Honey+Lifestyle'">
    </div>
    <div class="lp-content-inner">
      <p class="lp-text">
        <b>1日2回（朝・夜）、空腹時にティースプーン1杯程度</b>を、そのままゆっくりとお召し上がりいただくのが最もおすすめです。
      </p>
      <p class="lp-text" style="font-size: 14px; color: #888;">
        ※熱に非常に弱いため、40℃以上の熱い飲み物に入れないようご注意ください。<br>
        ※結晶化した場合は、35℃以下のぬるま湯でゆっくり湯煎してください。
      </p>
    </div>
  </div>

  <!-- 賢い選択 -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title">健やかな毎日のための、賢い選択</h2>
      <p class="lp-text">
        「1瓶 16,200円」という数字は、蜂蜜としては驚かれるかもしれません。しかし、これは標高2800mの聖域で採取された「生命力の結晶」です。
      </p>
      <div class="lp-value-info">
        <span class="lp-value-highlight">1日 約270円からはじめる贅沢なセルフケア</span>
        <span style="font-size: 13px; color: #888;">（1回5g摂取・1瓶600gで約2ヶ月分、毎日お楽しみいただけます）</span>
      </div>
      <p class="lp-text">
        街中で飲むコーヒー一杯分と同じようなコストで、世界最高峰の栄養を取り入れることができます。身体にもたらす価値を考えれば、これは未来の自分への「賢い投資」といえるでしょう。
      </p>
    </div>
  </div>

  <!-- よくある質問 -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title">よくあるご質問</h2>
      <div class="lp-faq-container">
        <div class="lp-faq-item">
          <p class="lp-faq-q">普通の蜂蜜を還元くんに入れても大丈夫ですか？</p>
          <p class="lp-faq-a">蜂蜜なら何でも良いわけではありません。鮮度が悪いものや過度に加熱されたものは反応しないことがあります。「森羅万象」は非加熱で活きた酵素が豊富なため、安心してお使いいただけます。</p>
        </div>
        <div class="lp-faq-item">
          <p class="lp-faq-q">紅茶やコーヒーに入れてもいいですか？</p>
          <p class="lp-faq-a">天然の酵素は熱に非常に弱いため、40℃以上の熱いお飲み物は避けてください。ぜひ、そのままの状態でお召し上がりください。</p>
        </div>
        <div class="lp-faq-item">
          <p class="lp-faq-q">ペットに与えても大丈夫ですか？</p>
          <p class="lp-faq-a">はい、大丈夫です。還元くんで作る「還元ハチミツ水」はペットの健康維持にも非常にお勧めです。</p>
        </div>
        <div class="lp-faq-item">
          <p class="lp-faq-q">白い泡や黒い点がありますが大丈夫ですか？</p>
          <p class="lp-faq-a">問題ございません。白い泡は成分が活きている証拠、黒い点は自然界の花粉です。安心してお召し上がりください。</p>
        </div>
      </div>
    </div>
  </div>

  <!-- 詳細スペック -->
  <div class="lp-section">
    <div class="lp-content-inner">
      <h2 class="lp-title" style="font-size:22px;">商品詳細</h2>
      <table class="lp-spec-table">
        <tr><th>名称</th><td>はちみつ</td></tr>
        <tr><th>原材料</th><td>はちみつ（天山山脈産・党参）</td></tr>
        <tr><th>内容量</th><td>600g</td></tr>
        <tr><th>保存方法</th><td>直射日光、高温多湿を避け、常温で保存（冷蔵庫不可）。</td></tr>
        <tr><th>原産国</th><td>中国（新疆ウイグル自治区）</td></tr>
        <tr><th>販売元</th><td>株式会社 いしかわ</td></tr>
      </table>

      <div class="lp-caution">
        <h4>【ご注意】</h4>
        <ul style="font-size: 13px; padding-left: 20px;">
          <li><b>1歳未満の乳児には絶対に与えないでください。</b></li>
          <li>気候により結晶化（白く固まる）したり、気泡が生じることがありますが、品質に問題はございません。</li>
          <li>まれに黒い斑点（花粉など）が混入する場合がありますが、安心してお召し上がりください。</li>
          <li>瓶を横にすると漏れる場合がございますので、必ず立てた状態で保管してください。</li>
        </ul>
      </div>
    </div>
  </div>

</div>
]]></content:encoded>
    <dc:date>2022-05-17T22:10:22+09:00</dc:date>
    <dc:creator>還元くん・メビウスウォーター正規代理店 | CHIKACHAN HOUSE オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01440/179/product/168313282_th.jpg?cmsp_timestamp=20260428193033" /></foaf:topic>
  </item>

</rdf:RDF>