{"title":"おやすみ前のリラックス習慣","description":"","products":[{"product_id":"198302267","title":"GABA+テアニン【約1か月分】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"M PLUS Rounded 1c\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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 !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #50688840 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #506888; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #1C1C1C; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #506888; font-size: 0.9em; top: 2px; \n  }\n\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: #1C1C1C; 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: #506888; 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 { display: block; font-size: 1.1em; color: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #506888; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eGABAテアニンで心豊かな毎日へ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e現代社会をアクティブに過ごすあなたへ。\u003cstrong\u003eGABA\u003c\/strong\u003eと\u003cstrong\u003eテアニン\u003c\/strong\u003eが、健やかなリズムをサポートします。内側から満たされる心地よさで、前向きな日々を過ごしましょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_2a5ad19f-c1c4-4408-a886-42e73aa915c1.jpg?v=1778210249\" class=\"img-fluid d-block w-100 product-img\"\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で、飲みやすさにこだわり開発しました。1日\u003cstrong\u003e2粒\u003c\/strong\u003e、水とともに手軽に取り入れられます。忙しい日々の中でも、無理なく続けられる設計です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_fdd2be0f-5dd6-4670-8c38-b9bf3aa3c77a.jpg?v=1778210249\" class=\"img-fluid d-block w-100 product-img\"\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栄養機能食品 ビタミンE配合\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された成分に加え、健康維持を助ける\u003cstrong\u003eビタミンE\u003c\/strong\u003eも配合した\u003cstrong\u003e栄養機能食品\u003c\/strong\u003e。品質へのこだわりが、あなたの内側から健やかさを支えます。安心してお続けいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_35b16944-df60-4848-b4e9-9ed687667b5f.jpg?v=1778210250\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの成分で安心を\u003c\/p\u003e\n    \u003c\/div\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\u003eGABAとテアニン、ビタミンEを配合した栄養機能食品です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eギャバ200mg配合\u003c\/li\u003e\n                \u003cli\u003eストレス社会で頑張る方をサポート\u003c\/li\u003e\n                \u003cli\u003eビタミンE配合の栄養機能食品\u003c\/li\u003e\n                \u003cli\u003e1日2粒、手軽に続けられる小粒タイプ\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品名: GABA＋テアニン 栄養機能食品(ビタミンE)\u003c\/li\u003e\n                \u003cli\u003e名称: ギャバ含有加工食品\u003c\/li\u003e\n                \u003cli\u003e内容量: 18g(300mg☓60粒)\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            \u003cul class=\"basic-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\u003eクワンソウエキス粉末(クワンソウエキス、デキストリン)\u003c\/li\u003e\n                \u003cli\u003e結晶セルロース\u003c\/li\u003e\n                \u003cli\u003eV.C\u003c\/li\u003e\n                \u003cli\u003eステアリン酸Ca\u003c\/li\u003e\n                \u003cli\u003eL-テアニン\u003c\/li\u003e\n                \u003cli\u003e微粒二酸化ケイ素\u003c\/li\u003e\n                \u003cli\u003eV.E\u003c\/li\u003e\n                \u003cli\u003eV.B1\u003c\/li\u003e\n                \u003cli\u003eV.B2\u003c\/li\u003e\n                \u003cli\u003eV.B6\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e摂取方法\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e栄養機能食品として、1日2粒を目安に水又はぬるま湯と一緒にお召し上がりください。\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\u003e2粒(600mg)当たり\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e項目\u003c\/th\u003e\n                            \u003cth\u003e2粒(600mg)当たり\u003c\/th\u003e\n                            \u003cth\u003e栄養素等基準値に占める割合\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eエネルギー\u003c\/td\u003e\n                            \u003ctd\u003e2.39kcal\u003c\/td\u003e\n                            \u003ctd\u003e-\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eたんぱく質\u003c\/td\u003e\n                            \u003ctd\u003e0.19g\u003c\/td\u003e\n                            \u003ctd\u003e-\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e脂質\u003c\/td\u003e\n                            \u003ctd\u003e0.01g\u003c\/td\u003e\n                            \u003ctd\u003e-\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e炭水化物\u003c\/td\u003e\n                            \u003ctd\u003e0.38g\u003c\/td\u003e\n                            \u003ctd\u003e-\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e食塩相当量\u003c\/td\u003e\n                            \u003ctd\u003e0.001g\u003c\/td\u003e\n                            \u003ctd\u003e-\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eビタミンE\u003c\/td\u003e\n                            \u003ctd\u003e2mg\u003c\/td\u003e\n                            \u003ctd\u003e31.7%\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eビタミンEは、体内の脂質を酸化から守り、細胞の健康維持を助ける栄養素です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-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\u003e体調体質に合わない場合は、使用を中止してください。\u003c\/li\u003e\n            \u003cli\u003e食品ですので、衛生的な環境でお取り扱いください。\u003c\/li\u003e\n            \u003cli\u003e食生活は、主食、主菜、副菜を基本に、食事のバランスを。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e本品は、多量摂取により健康が増進するものではありません。\u003c\/li\u003e\n            \u003cli\u003e1日の摂取目安量を守ってください。\u003c\/li\u003e\n            \u003cli\u003e本品は、特定保健用食品と異なり、消費者庁長官による個別審査を受けたものではありません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"medione store","offers":[{"title":"Default Title","offer_id":46716852568253,"sku":"198302267","price":3218.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_2a5ad19f-c1c4-4408-a886-42e73aa915c1.jpg?v=1778210249"},{"product_id":"198302160","title":"グッスリーパー【約1か月分】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"M PLUS Rounded 1c\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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 !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #50688840 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #506888; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #1C1C1C; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #506888; font-size: 0.9em; top: 2px; \n  }\n\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: #1C1C1C; 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: #506888; 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 { display: block; font-size: 1.1em; color: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #506888; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e忙しい女性の朝活を応援\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eさわやかな一日を迎えるために、\u003cstrong\u003eGABA200mg\u003c\/strong\u003eを贅沢に配合しました。\u003cstrong\u003e心地よい夜\u003c\/strong\u003eを過ごし、\u003cstrong\u003e軽やかな目覚め\u003c\/strong\u003eをサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_c01cc1d1-9767-4916-971a-142231b5b6bf.jpg?v=1778210228\" 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たった2粒\u003c\/strong\u003eを目安に、水またはぬるま湯で飲むだけの手軽さです。忙しいあなたも\u003cstrong\u003e無理なく取り入れられるシンプルケア\u003c\/strong\u003eを。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_024cd68b-1789-4d33-b086-b43a37466da3.jpg?v=1778210228\" 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\"\u003eGABAに加え、バレリアンやイチョウ葉など厳選素材を配合しました。大切な体のために、\u003cstrong\u003e確かな品質と透明性\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_5b1ac25d-1256-450f-8fab-6dff70db4086.jpg?v=1778210228\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・成分\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eさわやかな朝を迎えるために、1日2粒あたりGABA 200mgを配合しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eバレリアンエキス末、アキノワスレグサ乾燥葉粉末、いちょう葉エキス末など厳選素材を配合\u003c\/li\u003e\n        \u003cli\u003eL-トリプトファン、ビタミンB1、ビタミンB6、ビタミンB12も配合\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=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e項目\u003c\/th\u003e\n              \u003cth\u003e詳細\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e名称\u003c\/td\u003e\n              \u003ctd\u003eGABA含有加工食品\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e内容量\u003c\/td\u003e\n              \u003ctd\u003e15g (250mg×60粒)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e保存方法\u003c\/td\u003e\n              \u003ctd\u003e高温・多湿、直射日光を避け、なるべく冷暗所に保存してください。\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\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\u003e1日あたり2粒を目安に、水またはぬるま湯でお召し上がりください。\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\u003eGABA(γ-アミノ酪酸)(中国製造)、デキストリン、バレリアンエキス末、アキノワスレグサ乾燥葉粉末、いちょう葉エキス末、セルロース、ショ糖脂肪酸エステル、微粒酸化ケイ素、L-トリプトファン、ビタミンB1、ビタミンB6、ビタミンB12\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本品2粒(500mg当たり)\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e項目\u003c\/th\u003e\n              \u003cth\u003e数値\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eエネルギー\u003c\/td\u003e\n              \u003ctd\u003e2.00kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eたんぱく質\u003c\/td\u003e\n              \u003ctd\u003e0.17g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e脂質\u003c\/td\u003e\n              \u003ctd\u003e0.01g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e炭水化物\u003c\/td\u003e\n              \u003ctd\u003e0.30g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e食塩相当量\u003c\/td\u003e\n              \u003ctd\u003e0g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\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      \u003cul class=\"point-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\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        \u003cli\u003e賞味期限の過ぎた製品はお召し上がりにならないでください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"medione store","offers":[{"title":"Default Title","offer_id":46716856697021,"sku":"198302160","price":3218.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_c01cc1d1-9767-4916-971a-142231b5b6bf.jpg?v=1778210228"},{"product_id":"198302286","title":"【機能性表示食品】GABAプラス【約1か月分】高めの血圧を下げる","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"M PLUS Rounded 1c\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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 !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #50688840 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #506888; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #1C1C1C; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #506888; font-size: 0.9em; top: 2px; \n  }\n\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: #1C1C1C; 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: #506888; 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 { display: block; font-size: 1.1em; color: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #506888; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e健やかな毎日をGABAプラスで\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\/0741\/5834\/2333\/files\/download_5e45e400-fe37-46b6-a7e5-8cb3c1d04354.jpg?v=1778210201\" 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\/0741\/5834\/2333\/files\/download_e2e206e2-9274-49e2-9803-84df6d8958ea.jpg?v=1778210200\" 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機能性関与成分GABAを1粒あたり28mg配合\u003c\/strong\u003e。選び抜かれた厳選素材で、あなたの活動的な日々を力強く応援します。品質へのこだわりが息づく一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_554d9f35-0150-44fa-8146-13abc540d23a.jpg?v=1778210201\" class=\"img-fluid d-block w-100 product-img\" alt=\"安心を届けるGABAプラス\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e安心を届けるGABAプラス\u003c\/p\u003e\n  \u003c\/div\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\u003eGABAプラスは、お客様の健康をサポートする機能性表示食品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e高めの血圧を下げる機能が報告されています。\u003c\/li\u003e\n        \u003cli\u003e仕事や勉強による一時的な精神的ストレス、疲労感を緩和する機能が報告されています。\u003c\/li\u003e\n        \u003cli\u003e機能性関与成分GABAを1粒あたり28mg配合しています。\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e届出番号: G1079\u003c\/li\u003e\n        \u003cli\u003e届出表示: 本品にはGABAが含まれています。GABAには仕事や勉強による一時的な精神的ストレスや、疲労感を緩和する機能、血圧が高めの方の血圧を下げる機能があることが報告されています。\u003c\/li\u003e\n      \u003c\/ul\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品名: GABAプラス\u003c\/li\u003e\n        \u003cli\u003e名称: GABA含有加工食品\u003c\/li\u003e\n        \u003cli\u003e内容量: 7.77g(259mg×30粒)\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e原材料名: デンプン(国内製造)、GABA、タマネギ外皮エキス末、イチョウ葉エキス末、DHA含有精製魚油末(乳成分を含む)／結晶セルロース、ゼラチン、ステアリン酸カルシウム\u003c\/li\u003e\n        \u003cli\u003e機能性関与成分: GABA28mg\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e一日当たりの摂取目安量: 1粒\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\u003e1粒(259mg)当たりの栄養成分は以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eエネルギー: 0.99kcal\u003c\/li\u003e\n        \u003cli\u003e炭水化物: 0.15g\u003c\/li\u003e\n        \u003cli\u003e脂質: 0.007g\u003c\/li\u003e\n        \u003cli\u003eたんぱく質: 0.08g\u003c\/li\u003e\n        \u003cli\u003e食塩相当量: 0.0003g\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=\"point-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\u003e1日の摂取目安量をお守りください。\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        \u003cli\u003e体調に異変を感じた際は、速やかに摂取を中止し、医師に相談してください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"medione store","offers":[{"title":"Default Title","offer_id":46716867117245,"sku":"198302286","price":4298.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_5e45e400-fe37-46b6-a7e5-8cb3c1d04354.jpg?v=1778210201"},{"product_id":"198302111","title":"【機能性表示食品】すやすやリラック睡【約1か月分】深い睡眠をサポート!!","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"M PLUS Rounded 1c\", \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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 !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #50688840 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #506888; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #1C1C1C; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #506888; font-size: 0.9em; top: 2px; \n  }\n\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: #1C1C1C; 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: #506888; 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 { display: block; font-size: 1.1em; color: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #506888; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\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が、あなたの\u003cstrong\u003e眠りの質を高め\u003c\/strong\u003e、翌朝の\u003cstrong\u003eすっきりとした目覚め\u003c\/strong\u003eを力強く後押しします。機能性表示食品として届け出済みの信頼です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_63ac4c7f-5251-453a-a534-3ddc232b3b85.jpg?v=1778210199\" class=\"img-fluid d-block w-100 product-img\"\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。約1ヶ月分たっぷり入ったスマートなパッケージで、忙しい日々にも負担なく、心地よい眠りへの習慣を続けられます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_d9a92640-79f3-4f54-b23f-d132187e1605.jpg?v=1778210199\" class=\"img-fluid d-block w-100 product-img\"\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が、日中の\u003cstrong\u003e集中力や活動をサポート\u003c\/strong\u003e。心地よい眠りがもたらす、充実した毎日を実感してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_2362373f-bc1e-4af7-9b56-df7389ef3a67.jpg?v=1778210200\" class=\"img-fluid d-block w-100 product-img\"\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\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                \u003c\/ul\u003e\n                \u003cp\u003e【届出番号】C176\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e内容量: 6g (200mg × 30粒) \/ 約1ヶ月分\u003c\/li\u003e\n                    \u003cli\u003e摂取方法: 就寝前に、水又はぬるま湯とともにお召し上がりください。\u003c\/li\u003e\n                    \u003cli\u003e一日当たりの摂取目安量: 1粒\u003c\/li\u003e\n                    \u003cli\u003e保存方法: 直射日光を避け、常温保存してください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e一日摂取目安量あたりの機能性関与成分\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eラフマ由来ヒペロシド: 1mg\u003c\/li\u003e\n                    \u003cli\u003eラフマ由来イソクエルシトリン: 1mg\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ラフマ抽出物(国内製造)、還元麦芽糖水飴、デキストリン、黒胡椒抽出物、γ-アミノ酪酸\/セルロース、ステアリン酸Ca、微粒酸化ケイ素、V.C、V.E、ナイアシン、パントテン酸Ca、L-テアニン、V.B1、V.B6、V.B2、V.A、葉酸、V.D、V.B12\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                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e1粒(200mg)当たり\u003c\/th\u003e\n                                \u003cth\u003e\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eエネルギー\u003c\/td\u003e\n                                \u003ctd\u003e0.79kcal\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eたんぱく質\u003c\/td\u003e\n                                \u003ctd\u003e0.004g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e脂質\u003c\/td\u003e\n                                \u003ctd\u003e0.004g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e炭水化物\u003c\/td\u003e\n                                \u003ctd\u003e0.19g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e食塩相当量\u003c\/td\u003e\n                                \u003ctd\u003e0.00004g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e開封後は、しっかりチャックを閉め、すみやかにお召し上がりください。\u003c\/li\u003e\n            \u003cli\u003e乳幼児の手の届かない所に置いてください。\u003c\/li\u003e\n            \u003cli\u003e体調体質に合わない場合は、使用を中止してください。\u003c\/li\u003e\n            \u003cli\u003e1日摂取目安量をお守りください。\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            \u003cli\u003e本品は、事業者の責任において特定の保健の目的が期待できる旨を表示するものとして、消費者庁長官に届出されたものです。ただし、特定保健用食品と異なり、消費者庁長官による個別審査を受けたものではありません。\u003c\/li\u003e\n            \u003cli\u003e食生活は、主食、主菜、副菜を基本に、食事のバランスを。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"medione store","offers":[{"title":"Default Title","offer_id":46716867444925,"sku":"198302111","price":4298.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5834\/2333\/files\/download_63ac4c7f-5251-453a-a534-3ddc232b3b85.jpg?v=1778210199"}],"url":"https:\/\/medione-store.we-shop.jp\/collections\/bedtime-relaxation-routine.oembed","provider":"メディワンストア","version":"1.0","type":"link"}