<?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です。薬剤師が運営しています。</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=181751889" />
        <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: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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<!-- 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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<!-- 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>「緑」が健康の鍵！メビウスグリーン

メビウスグリーンは、クロレラと有機ゲルマニウム等が絶妙に組み合わさった栄養補助食品です。

クロレラにはアミノ酸はじめビタミンやミネラル等も豊富に含まれ、優れた栄養価を誇ります。
メビウスグリーンに使用されているク...</description>
<content:encoded><![CDATA[
「緑」が健康の鍵！メビウスグリーン<br>
<br>
メビウスグリーンは、クロレラと有機ゲルマニウム等が絶妙に組み合わさった栄養補助食品です。<br>
<br>
クロレラにはアミノ酸はじめビタミンやミネラル等も豊富に含まれ、優れた栄養価を誇ります。<br>
<strong>メビウスグリーンに使用されているクロレラは細胞壁がないため、効率的に吸収されます</strong>。更に、有機ゲルマニウムが体内での代謝をサポートし、健康維持に貢献します。<br>
<br>
そして何よりも<span style="color:#000000">製造過程ではメビウスウォーターをベースに</span>しています。<br>
<br>
<br>
これらの素材の組み合わせによりエネルギーレベルを高め、免疫力を強化し、美肌効果も期待できます。忙しい毎日に疲れた時や、健康維持を意識したい方に。運動前後や食事のサポートとしてもおすすめです。<br>
<br>
<br>
またメビウスグリーンは、自然由来の成分で作られており、含まれる主な成分は多くの論文によって裏付けされています。そのため安心して摂取できるのも魅力のひとつです。<br>
<br>
毎日の健康習慣に取り入れて、内側から輝く美しさと健康を手に入れてくださいね。<br>
<br>
詳しくは<a href="https://chikachanhouse.com/2025/05/11/mobius-green1/" target="_blank">ブログ</a>の記事もご覧ください。<br>
<br>
<br>
＜取り扱い注意事項＞<br>
直射日光を避け、湿気の少ない涼しい場所に保管してください。開封後はお早めにお召し上がりください。<br>
<br>
<br>
＜お召し上がり方＞<br>
栄養補助食品として、1日1包(3g)を目安に、水・お湯などと一緒にお召し上がりください。<br>
<br>
＜原材料名＞<br>
クロレラ末（韓国製造）、発芽玄米膨化粉末、有機ゲルマニウム（アサイゲルマニウム）、モズク抽出物、昆布粉末、抗酸化発酵水（メビウスウォーター）<br>
<br>
＜賞味期限＞<br>
箱右下部に記載あり<br>
<br>
＜内容量＞<br>
90ｇ（3ｇ×30包入）<br>
<br>
<成分分析結果はこちら><br>
<img src="https://img07.shop-pro.jp/PA01440/179/etc_base64/peGl06WmpbmlsKXqobyl88CuyqzKrMDPt-uyzA.jpg?cmsp_timestamp=20250511163323" alt="メビウスグリーン成分分析結果">
]]></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=181751889">
    <link>https://chikachanhouse.shop/?pid=181751889</link>
    <title>【会員限定】還元くん米袋</title>
    <description>【本商品は当ショップに会員登録されている方のみご購入いただけます】

現在オジカインダストリーさんでの製造は終了となっている幻の「還元くん米袋」です。

メビウスウォーターをふんだんに噴霧し、自然の中で乾燥されたこの不思議な米袋の中に何を入れましょうか...</description>
<content:encoded><![CDATA[
<span style="color:#FF0000">【本商品は当ショップに会員登録されている方のみご購入いただけます】</span><br>
<br>
現在オジカインダストリーさんでの製造は終了となっている幻の「還元くん米袋」です。<br>
<br>
メビウスウォーターをふんだんに噴霧し、自然の中で乾燥されたこの不思議な米袋の中に何を入れましょうか？！<br>
<br>
使い方は自由自在。<br>
<br>
中に簡単な説明書が入っています。<br>
<br>
<br>
【大きさ】<br>
横34×縦54×マチ部７cm<br>
<br>
【素材】<br>
厚手紙<br>
<br>
【注意事項】<br>
・日本郵便の定形外郵便のみでお届けいたします。<br>
また、本商品は個別配送となりますので他製品と同時のお買い上げでも別途送料がかかります。<br>
<br>
・数量限定の商品です。在庫が無くなり次第終了を販売致します。<br>
<br>
・１会員様１袋のご購入とさせて頂きます。
]]></content:encoded>
    <dc:date>2024-07-15T13:35: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/181751889_th.jpg?cmsp_timestamp=20240715133513" /></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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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">
        ありがとうボトル（茶）も、還元くん共通の特別な陶器ボトルです。
        植物由来の原料を焼き上げたこの陶器が、お茶のポリフェノールと自然に作用し合い、<strong>電気もガスも使わずに水素を生み出します。</strong>
        お茶を注いで、あとはそのまま。ボトルの中で還元環境が整い、酸化還元電位が下がり、水素量が増えていきます。
        仕上がった水素茶（還元茶）は弱酸性で体にやさしく、すっきりとした飲み口。
        飾らないこのボトルと同じように、毎日の暮らしに自然となじむ味わいです。
        </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="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<!-- 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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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">
        淡いミントブルーのボトルに、そっと刻まれた「ありがとう」の文字。
        還元くん「ありがとうボトル」は、言葉の持つ力を大切にしたい方のために生まれた特別なデザインです。
        パステルカラーのやさしいトーンは、どんな空間にも清涼感を添えてくれます。
        お茶を注ぐたびに目に入る「ありがとう」の文字が、忙しい毎日の中でふと気持ちをリセットしてくれる、そんな一本です。
        感謝の気持ちを届けるギフトとしても選ばれています。
        </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="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<!-- 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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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">
        凛とした佇まいの美濃焼のボトルには、毎日のお茶をやさしく整えるための仕組みが詰まっています。
        還元くんの核となるのは、植物由来の原料から独自製法で焼き上げた特別なセラミック。ボトルにお茶を注ぐと、このセラミックとお茶のポリフェノールが穏やかに響き合い、<strong>電気もガスも使うことなく</strong>、お茶の中に眠っている水素をゆっくりと目覚めさせていきます。
        お茶を入れて、静かに待つ。それだけで、ボトルの中は少しずつ還元環境へと変わり、酸化還元電位が下がると同時に水素量が増えていきます。
        こうして仕上がった水素茶（還元茶）は<strong>弱酸性で体にやさしく、口当たりもなめらか。</strong>黒の潔い見た目と同じように、余計なものを足さず、お茶本来の力だけで仕上げる。それが還元くんの流儀です。
        </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">まずは1本、手軽に水素茶生活を始めてみたい方</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 長く使うものだからこそ、飽きのこない定番を選びたい方</div>
    </div>
  </div>
</div>

<div class="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<!-- 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);
      }
      /* 【追加終わり】 */


</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>

    <!-- 特徴セクション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">2本目の還元くんとしてお茶の種類を使い分けたい方</div>
    </div>
    <div class="recommend_item">
      <div class="recommend_icon"></div>
      <div class="recommend_text"> 天然の水素を手軽にとってみたい方</div>
    </div>
  </div>
</div>

<div class="item_caution">
  <div class="item_caution__heading">ご注意事項</div>
  <div class="item_caution__text"> 還元くんは初めに<span class="item_caution__highlight">「起動作業」</span>が必要となります。<br>
    当ショップでは起動サービスを無料で行っております。<br> ご希望の方は必ず「還元くんの起動オプション」を同時にカートにお入れください。<br> （ご注文時の備考欄に起動ご希望の旨ご記入いただきましてもご対応ができません。）<br>
    また、<a href="https://chikachanhouse.shop/?pid=162999699">起動オプション</a>は「受注メール」送信後はお付けすることができませんのでご了承くださいませ。 </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_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/2025/02/19/zero-nitrate-nitrogen/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_01.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/2025/01/05/carring_kangenkun/" class="item_blog__card" target="_blank">
          <img src="https://file003.shop-pro.jp/PA01440/179/img/item/item_blog_02.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/2024/10/31/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">【低電位水素茶生成ボトル還元くん】初心者が<br>揃えておくと良いもの</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>
  <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>

<!-- 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>

</rdf:RDF>