{"product_id":"ワタナベオイスター錠剤タイプ-会員限定","title":"ワタナベオイスター錠剤タイプ (会員限定)","description":"\u003cstyle\u003e\n  :root {\n    --wo-navy: #0e3e6e;   \/* パッケージのロゴに使われている濃紺 *\/\n    --wo-gold: #c9a063;   \/* パッケージの波模様のゴールド *\/\n    --wo-bg: #fdfdfd;     \/* 清潔感のある白 *\/\n    --wo-text: #333333;\n    --wo-white: #ffffff;\n    --wo-alert-red: #c0392b;\n    --wo-alert-bg: #fff5f5;\n  }\n  .wo-main-wrap {\n    font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n    color: var(--wo-text);\n    line-height: 1.8;\n    max-width: 900px;\n    margin: 0 auto;\n    background: var(--wo-bg);\n  }\n  \n  \/* ヒーローセクション *\/\n  .wo-hero {\n    text-align: center;\n    padding: 60px 20px;\n    background: linear-gradient(135deg, #fff 0%, #f4f8fb 100%);\n    border-top: 5px solid var(--wo-navy);\n    border-bottom: 5px solid var(--wo-gold);\n    margin-bottom: 50px;\n  }\n  .wo-tag {\n    background: var(--wo-navy); color: var(--wo-white); padding: 5px 25px;\n    font-size: 16px; font-weight: bold; display: inline-block; margin-bottom: 20px;\n    border-radius: 4px; letter-spacing: 1px;\n  }\n  .wo-hero h1 {\n    font-size: 42px; color: var(--wo-navy); margin: 5px 0 15px; font-weight: 900; letter-spacing: 0.05em;\n    text-transform: uppercase;\n    line-height: 1.1;\n  }\n  .wo-hero h1 span { color: #555; font-size: 0.5em; display: block; margin-top: 10px; font-weight: bold; }\n  \n  .wo-hero-sub {\n    font-size: 18px; font-weight: bold; color: #666; margin-bottom: 30px;\n    display: inline-block; border-bottom: 2px solid var(--wo-gold); padding-bottom: 5px;\n  }\n\n  \/* 見出し共通 *\/\n  .wo-h2 {\n    font-size: 28px; color: var(--wo-navy); text-align: center; margin-bottom: 40px;\n    font-weight: bold; position: relative; padding-bottom: 15px;\n  }\n  .wo-h2::after {\n    content: \"\"; display: block; width: 60px; height: 4px; background: var(--wo-gold); margin: 15px auto 0;\n  }\n\n  \/* 特徴ボックス *\/\n  .wo-feature-box {\n    background: #fff; padding: 40px; margin: 0 15px 60px;\n    border-radius: 15px; box-shadow: 0 10px 25px rgba(14, 62, 110, 0.1);\n    text-align: center; border: 1px solid #e0e0e0;\n  }\n  .wo-feature-title {\n    font-size: 24px; color: var(--wo-navy); font-weight: bold; margin-bottom: 20px;\n  }\n  \n  \/* おすすめの方 *\/\n  .wo-recommend-list {\n    text-align: left; display: inline-block; margin: 0 auto;\n    background: #f0f7ff; padding: 25px 30px; border-radius: 10px; border: 1px solid #d0e0f0;\n  }\n  .wo-recommend-list ul { padding-left: 20px; margin: 0; }\n  .wo-recommend-list li { margin-bottom: 8px; color: #0e3e6e; font-weight: bold; }\n\n  \/* 原材料エリア *\/\n  .wo-simple-area {\n    background: var(--wo-navy); color: #fff; padding: 40px 20px; text-align: center; margin-bottom: 60px;\n    position: relative; overflow: hidden;\n  }\n  .wo-simple-area::before {\n    content: \"\"; position: absolute; top: 0; left: 0; right: 0; height: 10px;\n    background: repeating-linear-gradient(45deg, var(--wo-gold), var(--wo-gold) 10px, transparent 10px, transparent 20px);\n    opacity: 0.3;\n  }\n  .wo-ing-circle {\n    display: inline-flex; justify-content: center; align-items: center;\n    width: 140px; height: 140px; background: #fff; color: var(--wo-navy);\n    border-radius: 50%; font-weight: bold; font-size: 16px; margin: 10px;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.2); flex-direction: column;\n    border: 3px solid var(--wo-gold);\n  }\n  .wo-ing-label { font-size: 11px; color: #555; margin-top: 5px; font-weight: normal; }\n\n  \/* 成分表・詳細 *\/\n  .wo-detail-table {\n    width: 100%; border-collapse: collapse; margin-bottom: 30px; background: #fff; font-family: sans-serif; font-size: 14px;\n  }\n  .wo-detail-table th {\n    background: #eff4f9; padding: 12px; text-align: left; width: 30%; border: 1px solid #ddd; color: var(--wo-navy); font-weight: bold;\n  }\n  .wo-detail-table td { padding: 12px; border: 1px solid #ddd; color: #555; }\n\n  \/* 注意喚起 *\/\n  .wo-warning-wrap {\n    margin: 0 15px 40px; border: 3px solid var(--wo-alert-red);\n    background: var(--wo-alert-bg); border-radius: 10px; padding: 30px 20px; color: #333;\n  }\n  .wo-warning-head {\n    text-align: center; font-weight: bold; font-size: 22px; color: var(--wo-alert-red);\n    margin-bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 10px;\n  }\n  .wo-warning-head::before { content: \"⚠️\"; }\n  .wo-warning-content { background: #fff; padding: 20px; border-radius: 8px; font-size: 15px; }\n  .wo-warning-list { margin: 15px 0; padding-left: 20px; list-style: none; }\n  .wo-warning-list li { position: relative; padding-left: 1.5em; margin-bottom: 10px; font-weight: bold; color: #444; }\n  .wo-warning-list li::before { content: \"×\"; color: var(--wo-alert-red); font-weight: 900; position: absolute; left: 0; font-size: 1.2em; }\n  .wo-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; font-size: 14px; transition: background 0.3s;\n  }\n  .wo-official-btn:hover { background: #333; opacity: 0.9; }\n\n  \/* 赤い注意書きボックス *\/\n  .sales-restriction-box-slim {\n    border: 2px solid #e74c3c;\n    background-color: #fdf2f2;\n    color: #c0392b;\n    padding: 8px 15px;\n    border-radius: 6px;\n    margin: 0 15px 50px;\n    text-align: center;\n  }\n  .srb-title-slim {\n    font-size: 15px;\n    font-weight: bold;\n    margin-bottom: 4px;\n    display: flex; align-items: center; justify-content: center; gap: 6px;\n  }\n  .srb-text-slim {\n    font-size: 13px;\n    line-height: 1.4;\n    margin-bottom: 4px;\n    color: #333;\n  }\n  .srb-arrow-slim {\n    font-weight: bold;\n    color: #e74c3c;\n    font-size: 14px;\n    animation: bounce-slim 2s infinite;\n  }\n  @keyframes bounce-slim {\n    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}\n    40% {transform: translateY(-3px);}\n    60% {transform: translateY(-2px);}\n  }\n\n  \/* 薬局コメント *\/\n  .wo-trust-area {\n    background: #fff; border: 2px solid var(--wo-navy); padding: 25px; margin: 0 15px 50px;\n    border-radius: 10px; position: relative;\n  }\n  .wo-trust-badge {\n    position: absolute; top: -15px; left: 20px; background: var(--wo-navy); color: #fff;\n    padding: 5px 15px; font-weight: bold; font-size: 14px; border-radius: 4px; border-bottom: 2px solid var(--wo-gold);\n  }\n  .wo-footer {\n    text-align: center; padding: 30px; font-size: 12px; color: #666; border-top: 1px solid #ddd;\n  }\n\n  @media (max-width: 640px) {\n    .wo-hero h1 { font-size: 32px; }\n    .wo-warning-head { font-size: 18px; flex-direction: column; gap: 5px;}\n    .wo-recommend-list { width: 100%; box-sizing: border-box; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wo-main-wrap\"\u003e\n\u003cheader class=\"wo-hero\"\u003e\u003cspan class=\"wo-tag\"\u003e栄養補助食品\u003c\/span\u003e\n\u003ch1\u003eWatanabe Oyster\u003cbr\u003e\u003cspan\u003eワタナベオイスター\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"wo-hero-sub\"\u003e「栄養の宝庫」といわれる牡蠣を原料とした\u003cbr\u003e現代人のための牡蠣肉エキス\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"wo-feature-box\"\u003e\n\u003cdiv class=\"wo-feature-title\"\u003eいつでも、どこでも手軽に。\u003cbr\u003e携帯しやすいサプリメント形状。\u003c\/div\u003e\n\u003cp style=\"margin-bottom: 30px;\"\u003eワタナベオイスターは、「栄養の宝庫」といわれる牡蠣を原料に製造し、現代人に必要な栄養素を抽出した牡蠣肉エキスです。\u003cbr\u003eサプリメント形状に加工することで、携帯しやすくなり、いつでも、どこでも手軽に食べる事ができるようになりました。\u003c\/p\u003e\n\u003cdiv class=\"wo-recommend-list\"\u003e\n\u003cdiv style=\"text-align: center; font-weight: bold; margin-bottom: 10px; color: #333;\"\u003eこのような方におすすめします\u003c\/div\u003e\n\u003cul\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\u003cdiv class=\"wo-simple-area\"\u003e\n\u003ch2 style=\"font-size: 24px; margin-top: 0; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 15px; display: inline-block;\"\u003eこだわりの純度と品質\u003c\/h2\u003e\n\u003cp style=\"margin: 20px 0;\"\u003eJHFS健康食品GMP認証工場で製造されています。\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cdiv class=\"wo-ing-circle\"\u003eオイスター\u003cbr\u003eエキス末 \u003cspan class=\"wo-ing-label\"\u003e（国内製造）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wo-ing-circle\"\u003eココア\u003cbr\u003eパウダー \u003cspan class=\"wo-ing-label\"\u003e（カカオポリフェノール）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wo-ing-circle\"\u003eフラボノイド\u003cbr\u003e色素 \u003cspan class=\"wo-ing-label\"\u003e（天然由来色素）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection style=\"padding: 0 15px;\"\u003e\n\u003ch2 class=\"wo-h2\"\u003e製品詳細\u003c\/h2\u003e\n\u003ch3 style=\"font-size: 16px; border-left: 4px solid var(--wo-navy); padding-left: 10px; margin-bottom: 15px;\"\u003eご使用方法\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 30px; background: #fff; padding: 20px; border: 1px solid #eee;\"\u003e1日あたり\u003cstrong\u003e6粒程度\u003c\/strong\u003eを目安に食生活に合わせて加減してお召し上がりください。\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #666;\"\u003e※食生活は、主食、主菜、副菜を基本に食事のバランスを。\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 style=\"font-size: 16px; border-left: 4px solid var(--wo-navy); padding-left: 10px; margin-bottom: 15px;\"\u003e栄養成分表示 [6粒 当たり]\u003c\/h3\u003e\n\u003ctable class=\"wo-detail-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e熱量\u003c\/th\u003e\n\u003ctd\u003e9.4 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eタンパク質\u003c\/th\u003e\n\u003ctd\u003e0.2 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\u003e2.1 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e食塩相当量\u003c\/th\u003e\n\u003ctd\u003e0.1 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"wo-detail-table\"\u003e\n\u003ctbody\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オイスターエキス末（国内製造）、白糖、乳糖、デキストリン、ココアパウダー、ゼラチン／炭酸Ca、アカシア、グリセリン脂肪酸エステル、微粒二酸化ケイ素、カラメル、セラック、フラボノイド色素、光沢剤\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eアレルギー物質\u003c\/th\u003e\n\u003ctd\u003e乳・ゼラチン\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #888;\"\u003e※本品は卵・えび・かに・大豆を含む製品と共通の設備で製造されています。\u003c\/span\u003e\n\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\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"wo-warning-wrap\"\u003e\n\u003cdiv class=\"wo-warning-head\"\u003e【重要】インターネット上の\u003cbr\u003e非正規商品にご注意ください\u003c\/div\u003e\n\u003cdiv class=\"wo-warning-content\"\u003e\n\u003cp\u003eメーカー（株式会社 渡辺オイスター研究所）より、インターネット上のショッピングモール等において、製造番号が削除された商品や、非正規の販売ルートで流通している商品の存在が報告されています。\u003c\/p\u003e\n\u003cul class=\"wo-warning-list\"\u003e\n\u003cli\u003e製造番号（ロット番号）が切り取られている\u003c\/li\u003e\n\u003cli\u003e管理状態が不明確である\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-bottom: 15px;\"\u003eこうした商品は、品質や安全性が担保されておらず、万が一の事故の際もメーカー保証の対象外となります。\u003cbr\u003e大切なお身体に入れるものですので、必ず\u003cstrong\u003e正規取扱店（相談薬局・薬店）\u003c\/strong\u003eにてお買い求めください。\u003c\/p\u003e\n\u003ca href=\"https:\/\/oyster.co.jp\/common\/net_prohibition\/\" rel=\"noopener\" class=\"wo-official-btn\" target=\"_blank\"\u003eメーカー公式サイトの注意喚起文を確認する \u003ci class=\"fa fa-external-link\"\u003e\u003c\/i\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"wo-trust-area\"\u003e\n\u003cdiv class=\"wo-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\u003cdiv class=\"wo-footer\"\u003e製造者：(株)渡辺オイスター研究所\u003cbr\u003e東京都八王子市下恩方町490-3\u003cbr\u003eMade in Japan\u003c\/div\u003e\n\u003c\/div\u003e","brand":"上飯田薬局","offers":[{"title":"85粒","offer_id":42991727902781,"sku":"4967988133433","price":8100.0,"currency_code":"JPY","in_stock":true},{"title":"160粒","offer_id":42991727935549,"sku":"4967988133426","price":14256.0,"currency_code":"JPY","in_stock":true},{"title":"300粒","offer_id":42991727968317,"sku":null,"price":24949.0,"currency_code":"JPY","in_stock":true},{"title":"600粒","offer_id":42991728001085,"sku":"4967988123465","price":47520.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0625\/8006\/4317\/files\/Gemini_Generated_Image_18njgd18njgd18nj.png?v=1771572735","url":"https:\/\/sasahealth.jp\/products\/%e3%83%af%e3%82%bf%e3%83%8a%e3%83%99%e3%82%aa%e3%82%a4%e3%82%b9%e3%82%bf%e3%83%bc%e9%8c%a0%e5%89%a4%e3%82%bf%e3%82%a4%e3%83%97-%e4%bc%9a%e5%93%a1%e9%99%90%e5%ae%9a","provider":"上飯田薬局","version":"1.0","type":"link"}