{"title":"Home page","description":null,"products":[{"product_id":"すっきり腸快青汁-北海道産クマザサ100-メール便対応可能","title":"すっきり腸快青汁（北海道産クマザサ100％）【まとめ買いがお得】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfbf8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic\", \"Meiryo\", \"Noto Sans JP\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #507D2D40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #cccccc;\n      border-radius: 4px;\n      background-color: #fcfbf8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcfbf8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #507D2D;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #cccccc; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcfbf8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #507D2D; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #507D2D; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #507D2D;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #fcfbf8; padding: 20px; border-radius: 4px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #cccccc; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #507D2D; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適な腸活へ導く 機能性青汁\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e消費者庁に届出済みの\u003cstrong\u003e機能性表示食品\u003c\/strong\u003eです。北海道産クマザサ100%の恵みが、お腹の調子を整え、毎日の\u003cstrong\u003eすっきり感\u003c\/strong\u003eをサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0888\/2123\/6018\/files\/chokaiaojiru_image_2.jpg?v=1742811829\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自然の力で、すっきりを実感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e美味しく始める 私の健康習慣\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e糖類・甘味料・食品添加物を一切使用せず、素材本来の豊かな味わいを実現しました。朝食やティータイムに、体への\u003cstrong\u003e優しさ\u003c\/strong\u003eを取り入れてみませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0888\/2123\/6018\/files\/chokai_image_influ18.jpg?v=1742811829\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日の食卓に、安心と彩りを\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e純粋な大地の恵み 一杯に凝縮\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厳選された\u003cstrong\u003e北海道産クマザサ\u003c\/strong\u003eだけを贅沢に100％使用。溶けやすく、手軽に飲める粉末タイプで、忙しい日でも\u003cstrong\u003e健やかな体づくり\u003c\/strong\u003eを応援します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0888\/2123\/6018\/files\/chokai_moji.jpg?v=1742811829\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわり抜いた、自然の味わい\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能性\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e腸内環境を整えて、毎日を快適に過ごすための機能性青汁です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\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\u003e2週間で便通改善の報告実績があります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e原材料・成分\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材のみを使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e北海道産クマザサ100%配合\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e開発者からのメッセージ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e美味しい青汁で健康に役に立つものという思いから開発しました。すっきり腸快青汁は古くから使われてきたクマザサの効果に着目し、便通改善の機能性表示食品として消費者庁へ届出をしました。便秘気味の方に後悔させない青汁にするため、北海道産クマザサにこだわり、糖類・甘味料・食品添加物を含まず開発しました。いままで食物繊維や乳酸菌で結果が出なかった方にも、ぜひいちどお試しいただけると幸いです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお得な購入プラン\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eまとめて購入するほど割引率がアップするお得なキャンペーンを実施中です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e2箱まとめ買いで《15％OFF》\u003c\/li\u003e\n          \u003cli\u003e4箱まとめ買いで《25％OFF》\u003c\/li\u003e\n          \u003cli\u003e6箱まとめ買いなら最大《35％OFF》\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品イメージ・関連動画\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ciframe title=\"便秘傾向の方におすすめ！便通改善の青汁、健翔すっきり腸快青汁\" src=\"https:\/\/www.youtube.com\/embed\/x99dzkLshNk\" height=\"480\" width=\"853\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_fv-7.jpg\" alt=\"すっきり腸快青汁_FV-7\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-1-1.jpg\" alt=\"すっきり腸快青汁_コンテンツ1-1\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-1-2.jpg\" alt=\"すっきり腸快青汁_コンテンツ1-2\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-2-1.jpg\" alt=\"すっきり腸快青汁_コンテンツ2-1\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-2-2.jpg\" alt=\"すっきり腸快青汁_コンテンツ2-2\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-2-3.jpg\" alt=\"すっきり腸快青汁_コンテンツ2-3\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-2-4.jpg\" alt=\"すっきり腸快青汁_コンテンツ2-4\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-2-5.jpg\" alt=\"すっきり腸快青汁_コンテンツ2-5\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-3-1.jpg\" alt=\"すっきり腸快青汁_コンテンツ3-1\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-3-2.jpg\" alt=\"すっきり腸快青汁_コンテンツ3-2\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.kensyo-hf.co.jp\/pic-labo\/sukkiri-chokai-aojiru_content-3-3.jpg\" alt=\"すっきり腸快青汁_コンテンツ3-3\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003eメール便での配送が可能です。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお得な定期コースもご用意しております。回数縛りはなく、初回は2箱（シェイカー付き）で2,680円（税込）でご購入いただけます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"健翔","offers":[{"title":"Default Title","offer_id":49157325390130,"sku":null,"price":2680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0888\/2123\/6018\/files\/chokaiaojiru_image_2.jpg?v=1742811829"}],"url":"https:\/\/kensyo.we-shop.jp\/collections\/frontpage.oembed","provider":"健翔","version":"1.0","type":"link"}