{"product_id":"ワタナベ-activeオイスターゼリー-コピー","title":"ワタナベ Activeオイスターゼリー (会員限定)","description":"\u003cstyle\u003e\n  :root {\n    --act-gold: #c6a254;\n    --act-navy: #0e3e6e;\n    --act-red: #d32f2f;\n    --act-bg: #fdfdfd;\n    --act-text: #333;\n    --act-light-gold: #f9f5ea;\n  }\n  \n  body {\n    margin: 0; padding: 0;\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--act-text);\n    background: #f5f5f5;\n    line-height: 1.6;\n  }\n  \n  .act-lp-wrap {\n    max-width: 800px;\n    margin: 0 auto;\n    background: #fff;\n    box-shadow: 0 0 20px rgba(0,0,0,0.05);\n  }\n\n  \/* --- 1. ヒーローエリア --- *\/\n  .act-hero {\n    background: radial-gradient(circle at center, #fff 0%, #f0f0f0 100%), \n                linear-gradient(135deg, rgba(198,162,84,0.1) 0%, rgba(14,62,110,0.1) 100%);\n    padding: 50px 20px;\n    text-align: center;\n    border-bottom: 5px solid var(--act-gold);\n    position: relative;\n    overflow: hidden;\n  }\n  .act-hero::before {\n    content: \"\"; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px;\n    background: var(--act-gold); opacity: 0.1; border-radius: 50%; filter: blur(40px);\n  }\n  \n  .act-badge-area {\n    display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap;\n  }\n  .act-badge {\n    background: var(--act-navy); color: #fff; font-size: 12px; font-weight: bold;\n    padding: 5px 12px; border-radius: 50px; letter-spacing: 0.05em;\n  }\n  .act-badge.red { background: var(--act-red); }\n\n  .act-hero h1 {\n    font-size: 36px; line-height: 1.3; color: var(--act-navy); margin: 10px 0 20px; font-weight: 900;\n  }\n  .act-hero h1 span {\n    color: var(--act-gold); display: block; font-size: 0.6em; margin-bottom: 5px;\n  }\n  \n  .act-hero-catch {\n    font-size: 18px; font-weight: bold; background: #fff; display: inline-block;\n    padding: 10px 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    color: var(--act-text); border: 2px solid var(--act-gold);\n  }\n\n  \/* --- 2. 権威性エリア --- *\/\n  .act-trust-section {\n    background: var(--act-light-gold);\n    padding: 40px 20px;\n    text-align: center;\n    margin: 30px 20px;\n    border-radius: 12px;\n  }\n  .act-trust-logo {\n    width: 120px; height: 120px; background: #fff; border-radius: 50%;\n    margin: 0 auto 15px; border: 4px solid var(--act-gold);\n    display: flex; align-items: center; justify-content: center;\n    font-weight: bold; color: #333; font-size: 14px;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n  }\n  .act-trust-title {\n    font-size: 20px; font-weight: bold; color: var(--act-navy); margin-bottom: 10px;\n  }\n  .act-trust-text {\n    font-size: 14px; text-align: left; max-width: 500px; margin: 0 auto;\n  }\n\n  \/* --- 3. ベネフィット --- *\/\n  .act-point-wrap { padding: 20px; }\n  .act-h2 {\n    text-align: center; font-size: 26px; font-weight: bold; margin-bottom: 30px;\n    background: linear-gradient(transparent 70%, #ffeb3b 70%); display: inline-block; padding: 0 10px;\n  }\n  .act-point-card {\n    display: flex; align-items: center; background: #fff; border: 1px solid #eee;\n    margin-bottom: 20px; border-radius: 10px; overflow: hidden;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n  }\n  .act-point-num {\n    background: var(--act-gold); color: #fff; font-size: 24px; font-weight: bold;\n    width: 60px; height: 100%; min-height: 100px; display: flex;\n    align-items: center; justify-content: center; flex-shrink: 0;\n  }\n  .act-point-content { padding: 20px; }\n  .act-point-head { font-weight: bold; font-size: 18px; color: var(--act-navy); margin-bottom: 5px; }\n  .act-point-desc { font-size: 14px; color: #666; }\n\n  \/* --- 4. 製品スペック --- *\/\n  .act-spec-table {\n    width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 20px;\n  }\n  .act-spec-table th { background: #eee; padding: 10px; text-align: left; width: 30%; border-bottom: 1px solid #ddd; }\n  .act-spec-table td { padding: 10px; border-bottom: 1px solid #ddd; }\n  \n  \/* --- 5. 注意喚起 --- *\/\n  .act-warning {\n    margin: 30px 20px; background: #fff5f5; border: 2px solid #e57373;\n    padding: 20px; border-radius: 8px; font-size: 13px;\n  }\n  .act-warning-title { color: #c62828; font-weight: bold; margin-bottom: 10px; display: flex; align-items: center; gap: 5px; }\n  .act-official-btn {\n    display: block; background: #555; color: #fff; text-align: center; padding: 15px;\n    border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 20px;\n    font-size: 14px; transition: background 0.3s;\n  }\n  .act-official-btn:hover { background: #333; opacity: 0.9; }\n\n  \/* --- 6. 上飯田薬局コメント（復活） --- *\/\n  .act-trust-area {\n    background: #fff; border: 2px solid var(--act-navy); padding: 25px; margin: 0 20px 50px;\n    border-radius: 10px; position: relative;\n  }\n  .act-trust-badge {\n    position: absolute; top: -15px; left: 20px; background: var(--act-navy); color: #fff;\n    padding: 5px 15px; font-weight: bold; font-size: 14px; border-radius: 4px; border-bottom: 2px solid var(--act-gold);\n  }\n\n  \/* レスポンシブ対応 *\/\n  @media (max-width: 600px) {\n    .act-hero h1 { font-size: 28px; }\n    .act-point-card { flex-direction: row; } \n    .act-trust-section { text-align: left; }\n    .act-trust-logo { float: left; margin-right: 15px; width: 80px; height: 80px; font-size: 10px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"act-lp-wrap\"\u003e\n\u003cheader class=\"act-hero\"\u003e\n\u003cdiv class=\"act-badge-area\"\u003e\n\u003cspan class=\"act-badge\"\u003e栄養補助食品\u003c\/span\u003e \u003cspan class=\"act-badge red\"\u003eActive Series\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan\u003eトップアスリートも認める品質\u003c\/span\u003e ワタナベ\u003cbr\u003eActiveオイスターゼリー\u003c\/h1\u003e\n\u003cdiv class=\"act-hero-catch\"\u003e水なしでつるっとチャージ。\u003cbr\u003e低分子カキ肉エキス「皇寿」配合\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection class=\"act-trust-section\"\u003e\n\u003cdiv class=\"act-trust-logo\"\u003eINFORMED\u003cbr\u003eSPORT\u003c\/div\u003e\n\u003cdiv style=\"overflow: hidden;\"\u003e\n\u003cdiv class=\"act-trust-title\"\u003eアンチドーピング認証\u003cbr\u003e「インフォームドスポーツ」取得\u003c\/div\u003e\n\u003cp class=\"act-trust-text\"\u003e本製品は、アンチドーピング認証のグローバルスタンダードであるインフォームドスポーツ認証を取得しております。\u003cbr\u003eロット毎に製品中の禁止物質の分析を英国LGC社のISO17025認定機関で実施しており、トップアスリートの方でもより安心してご愛用いただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"clear: both;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"act-point-wrap\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003ch2 class=\"act-h2\"\u003eなぜ「Active」が選ばれるのか\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act-point-card\"\u003e\n\u003cdiv class=\"act-point-num\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"act-point-content\"\u003e\n\u003cdiv class=\"act-point-head\"\u003e水なしで飲める「ゼリータイプ」\u003c\/div\u003e\n\u003cdiv class=\"act-point-desc\"\u003e今まで粒タイプが食べられなかった方や、液タイプでむせやすかった方が手軽に食べられるように作られました。スポーツの合間や移動中でも、さっと栄養補給が可能です。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act-point-card\"\u003e\n\u003cdiv class=\"act-point-num\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"act-point-content\"\u003e\n\u003cdiv class=\"act-point-head\"\u003e低分子カキ肉エキス「皇寿」\u003c\/div\u003e\n\u003cdiv class=\"act-point-desc\"\u003e「栄養の宝庫」といわれる春の新鮮な牡蠣を原料に、現代人に必要な栄養素を抽出。独自技術による低分子エキス「皇寿（こうじゅ）」を含有しています。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act-point-card\"\u003e\n\u003cdiv class=\"act-point-num\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"act-point-content\"\u003e\n\u003cdiv class=\"act-point-head\"\u003eこんな方におすすめです\u003c\/div\u003e\n\u003cdiv class=\"act-point-desc\"\u003e\n\u003cul style=\"margin: 0; padding-left: 1.2em; font-weight: bold; color: #444;\"\u003e\n\u003cli\u003eスポーツをされる方\u003c\/li\u003e\n\u003cli\u003e健康維持を望む方\u003c\/li\u003e\n\u003cli\u003e妊娠授乳期の方\u003c\/li\u003e\n\u003cli\u003e食生活が不規則で偏食がちな方\u003c\/li\u003e\n\u003cli\u003e美容のため\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"padding: 20px 30px; background: #fff;\"\u003e\n\u003ch3 style=\"border-bottom: 2px solid var(--act-gold); padding-bottom: 10px; margin-bottom: 20px; font-size: 18px;\"\u003e製品詳細データ\u003c\/h3\u003e\n\u003cdiv style=\"background: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 20px;\"\u003e\n\u003cstrong\u003e召し上がり方\u003c\/strong\u003e\u003cbr\u003e1日2本を目安に、そのままお召し上がりください。\u003c\/div\u003e\n\u003ctable class=\"act-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: center; background: #ddd;\" colspan=\"2\"\u003e栄養成分表示 (1本10g当たり)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eエネルギー\u003c\/th\u003e\n\u003ctd\u003e20.00 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eたんぱく質\u003c\/th\u003e\n\u003ctd\u003e0.29 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e脂質\u003c\/th\u003e\n\u003ctd\u003e0 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e炭水化物\u003c\/th\u003e\n\u003ctd\u003e4.72 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e食塩相当量\u003c\/th\u003e\n\u003ctd\u003e0.08 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable style=\"margin-top: 20px;\" class=\"act-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e品名\u003c\/th\u003e\n\u003ctd\u003eワタナベActiveオイスターゼリー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e名称\u003c\/th\u003e\n\u003ctd\u003e牡蠣肉抽出エキス含有加工食品\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e原材料名\u003c\/th\u003e\n\u003ctd\u003e牡蠣肉抽出エキス(国内製造)、砂糖、デンプン分解物、還元澱粉糖化物／pH調整剤、香料、ゲル化剤(増粘多糖類)、カラメル色素\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e内容量\u003c\/th\u003e\n\u003ctd\u003e600g〔2箱×(30本×1本内容物重量10g)〕\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"act-warning\"\u003e\n\u003cdiv class=\"act-warning-title\"\u003e⚠️ インターネット上の非正規商品にご注意ください\u003c\/div\u003e\n\u003cp style=\"margin: 0;\"\u003e製造番号（ロット番号）が削除された商品や、管理状態が不明な転売品が出回っております。\u003cbr\u003e大切なお身体に入れるものです。必ず\u003cstrong\u003e「正規取扱店」\u003c\/strong\u003eの上飯田薬局にて、品質保証番号付きの正規商品をお求めください。\u003c\/p\u003e\n\u003ca class=\"act-official-btn\" rel=\"noopener\" href=\"https:\/\/www.watanabe-oyster.co.jp\/\" target=\"_blank\"\u003eメーカー公式サイトを確認する \u003ci class=\"fa fa-external-link\"\u003e\u003c\/i\u003e\u003c\/a\u003e\u003c\/section\u003e\n\u003cdiv class=\"act-trust-area\"\u003e\n\u003cdiv class=\"act-trust-badge\"\u003e🏥 上飯田薬局より\u003c\/div\u003e\n\u003ch3 style=\"font-size: 18px; margin-top: 10px; color: #333;\"\u003e正規取扱店として、品質をお約束します。\u003c\/h3\u003e\n\u003cp\u003eアスリートの方にも安心してお使いいただける、インフォームドスポーツ認証取得のゼリータイプです。\u003cbr\u003e当店では、メーカーから直接仕入れた正規商品（製造番号付き）のみを販売しております。 スポーツのパフォーマンス向上や、毎日の健康維持にぜひお役立てください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfooter style=\"text-align: center; padding: 20px; font-size: 11px; color: #888;\"\u003e販売者：(株)渡辺オイスター研究所\u003cbr\u003e東京都八王子市下恩方町490-3\u003cbr\u003e製造所：三生医薬株式会社 静岡県富士市厚原1468\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"上飯田薬局","offers":[{"title":"30本","offer_id":42991723905085,"sku":"4967988136021","price":14580.0,"currency_code":"JPY","in_stock":true},{"title":"60本","offer_id":42991723937853,"sku":"4967988136038","price":27540.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0625\/8006\/4317\/files\/Gemini_Generated_Image_qbrs9pqbrs9pqbrs.png?v=1771572739","url":"https:\/\/sasahealth.jp\/products\/%e3%83%af%e3%82%bf%e3%83%8a%e3%83%99-active%e3%82%aa%e3%82%a4%e3%82%b9%e3%82%bf%e3%83%bc%e3%82%bc%e3%83%aa%e3%83%bc-%e3%82%b3%e3%83%94%e3%83%bc","provider":"上飯田薬局","version":"1.0","type":"link"}