{"title":"ブランドストーリー厳選アイテム","description":"","products":[{"product_id":"1000000005","title":"HINアクネスラボ 28デイズキュアエッセンス","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFDFA; \n      font-family: \"Zen Maru Gothic\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #475D7C;\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 #D2D5D9;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #475D7C; \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 #D2D5D9; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #475D7C; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #475D7C; \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%, #C0DFF440 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 #D2D5D9;\n      border-radius: 0px;\n      background-color: #FFFDFA; \n      color: #475D7C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #475D7C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFDFA; 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: #C0DFF4; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D2D5D9; 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: #FFFDFA; color: #475D7C; 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: #C0DFF4; 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: #475D7C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #475D7C; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #475D7C; 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: #C0DFF4; 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: #475D7C; margin-bottom: 12px; border-bottom: 1px solid #C0DFF4; 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 #D2D5D9; th, td { padding: 12px 8px; border: 1px solid #D2D5D9; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #475D7C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D2D5D9; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #475D7C; 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肌リズムを整える28日間集中ケア\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肌の生まれ変わりに合わせた28日間の集中ケア。\u003cstrong\u003eヒオウギエキス\u003c\/strong\u003eが肌バランスを整え、\u003cstrong\u003eAPPS\u003c\/strong\u003eや\u003cstrong\u003eフラーレン\u003c\/strong\u003eが深く浸透。毛穴の悩みにアプローチし、健やかな素肌へと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0010000000052.jpg?v=1750660627\" class=\"img-fluid d-block w-100 product-img\" alt=\"28日間の集中肌ケア\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e28日間の集中肌ケア\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\u003e28日間の肌サイクルに着目した集中美容液。高濃度に配合された「ホルモンバランス調整成分」と「エイジング成分」で肌質の根本改善を目指します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e肌の周期にあわせて成分を集中的に供給\u003c\/li\u003e\n        \u003cli\u003eヒオウギエキス（イソフラボン）で男性ホルモン増加による毛穴の詰まりを修復\u003c\/li\u003e\n        \u003cli\u003eAPPS、フラーレンなどニキビ肌のデイリーケアに欠かせない保湿成分を高濃度配合\u003c\/li\u003e\n        \u003cli\u003eグリシルグリシンが角化異常を抑え、毛穴の開きを改善\u003c\/li\u003e\n        \u003cli\u003e肌のターンオーバーに合わせて集中ケアすることで肌質を根本改善。28日間集中的にお使いいただくことで、健康でおだやかな肌へ導きます。\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\n\u003cstrong\u003e第1剤\u003c\/strong\u003e: ソルビトール、パルミチン酸アスコルビルリン酸3Na\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e第2剤\u003c\/strong\u003e: 水, BG, グリシルグリシン, エタノール, PEG-20ソルビタンココエート、1,2-ヘキサンジオール、フェノキシエタノール、メチルパラベン、キサンタンガム、カルボマー、PVP、水酸化K、ヒオウギエキス、ジメチコン、ヒアルロン酸Na、ユキノシタエキス、トコフェリルリン酸Na,フラーレン、ラウロイルラクチレートNa,マンダリンオレンジ果皮エキス、アルゲエキス、オウゴン根エキス、水溶性コラーゲン、クララ根エキス、セラミドNP、ヒメフウロエキス、コメヌカエキス、ナツメ果実エキス、セラミドAP、フィトスフィンゴシン、カンゾウ根エキス、コレステロール、スイゼンジノリ多糖体、アーチチョーク葉エキス、セラミドEOP、エチルヘキシルグリセリン\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=\"step-list\"\u003e\n        \u003cli\u003e第1剤（パウダー）の入っている瓶のスポイトキャップと中栓を取り、第2剤（美容液）を7mL入れ軽く振り混ぜ合わせてください。（パウダーが溶けにくい事がありますが、時間とともに溶けて混ざります。）\u003c\/li\u003e\n        \u003cli\u003e朝晩洗顔後、化粧水でお肌を整えたあとに適量（目安0.5mL）を手にとり、顔全体に薄くのばしてください。気になる箇所などには重ね付けがおすすめです。\u003c\/li\u003e\n        \u003cli\u003e瓶には1mL単位で7mLの目盛りが表記されています。1瓶（7mL）を1週間の目安でお使いください。1セット4瓶ですので4週間（28日分）ご使用いただけます。\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      \u003cdl class=\"qa-list\"\u003e\n        \u003cdt\u003eQ. どのような製品ですか?\u003c\/dt\u003e\n        \u003cdd\u003eA. ターンオーバーの周期である28日間の肌サイクルに着目した集中美容液です。高濃度に配合されたヒオウギエキス、APPS、フラーレンをはじめとする美容成分が肌質の根本にアプローチします。\u003c\/dd\u003e\n        \u003cdt\u003eQ. どのような人におすすめですか?\u003c\/dt\u003e\n        \u003cdd\u003eA. ニキビの予防に限らず、どんな肌質の方にもお使いいただけます。特に繰り返すニキビにお悩みの方や、揺らぎやすい肌の方におすすめです。\u003c\/dd\u003e\n        \u003cdt\u003eQ. どうして美容液と粉末が別になっているのですか?\u003c\/dt\u003e\n        \u003cdd\u003eA. 粉末状のビタミンC誘導体(APPS粉末)を使用する直前に美容液に溶かして使うことでビタミンC誘導体の効果を引き出します。ビタミンC誘導体を新鮮な状態で肌に届けられるように二剤式の美容液になっています。\u003c\/dd\u003e\n        \u003cdt\u003eQ. 粉末が溶けにくいのですが。\u003c\/dt\u003e\n        \u003cdd\u003eA. 粉末が溶けきるまでには少々お時間がかかります。しっかりと効果を実感していただくために、溶けきった状態でご使用ください。\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cp class=\"body-text\"\u003e※ニキビケアとはニキビを予防することです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":51955508248851,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0010000000052.jpg?v=1750660627"},{"product_id":"000000000120","title":"相澤メソッド 薬用ミドリクリーム【医薬部外品】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFDFA; \n      font-family: \"Zen Maru Gothic\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #475D7C;\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 #D2D5D9;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #475D7C; \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 #D2D5D9; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #475D7C; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #475D7C; \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%, #C0DFF440 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 #D2D5D9;\n      border-radius: 0px;\n      background-color: #FFFDFA; \n      color: #475D7C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #475D7C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFDFA; 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: #C0DFF4; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D2D5D9; 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: #FFFDFA; color: #475D7C; 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: #C0DFF4; 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: #475D7C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #475D7C; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #475D7C; 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: #C0DFF4; 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: #475D7C; margin-bottom: 12px; border-bottom: 1px solid #C0DFF4; 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 #D2D5D9; th, td { padding: 12px 8px; border: 1px solid #D2D5D9; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #475D7C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D2D5D9; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #475D7C; 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\"\u003e40万人以上の肌データから生まれたこのクリームは、繰り返す大人の肌悩みに深く寄り添います。付属の専用パッチと合わせて使えば、\u003cstrong\u003e医薬部外品の有効成分\u003c\/strong\u003eを気になる箇所へ集中的に届け、\u003cstrong\u003e健やかな素肌\u003c\/strong\u003eへと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/5_000000000120.png?v=1761119183\" 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がリニューアルされ、必要な量を直接狙った場所に塗布しやすくなりました。先端が細いことで\u003cstrong\u003e衛生的\u003c\/strong\u003eにも保たれ、肌へのやさしさと使い心地の良さを両立しています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/1_000000000120.png?v=1761119183\" 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し、逃さず集中ケアを叶えます。就寝中の\u003cstrong\u003e摩擦からも肌を守り\u003c\/strong\u003e、理想のコンディションへと整えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/2_000000000120.png?v=1761119183\" 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シート付属。付属のポイントパッチはミドリクリームの箱の中に同梱されており、ニキビの箇所に合わせてお使いいただけます。\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\u003e40万人以上の治療実績を持つ相澤ドクターの研究が反映された最新の処方配分です。\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  \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      \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      \u003c\/ul\u003e\n      \u003ccenter\u003e\n        \u003cdiv\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/r1XmxFcQzPQ\" height=\"215\" width=\"100%\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n      \u003c\/center\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      \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=\"point-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eＱ. どのような製品ですか?\u003c\/strong\u003e Ａ. ニキビ治療実績国内最高峰の相澤皮フ科クリニックで処方されている「緑軟膏」に限りなく近い効能を持つスポットクリームです。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eＱ. どのような人におすすめですか?\u003c\/strong\u003e Ａ. 今まさにニキビにお悩みの方におすすめです。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eＱ. 使う順番を教えてください。\u003c\/strong\u003e Ａ. 普段のスキンケアの最後にお使いください。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eＱ. ポイントパッチが無くても大丈夫ですか?\u003c\/strong\u003e Ａ. ポイントパッチをすることでクリームを気になる箇所にしっかり留めて効果を高めますのでポイントパッチとの併用をおすすめします。他にもついつい気になって触ってしまうことから肌を守ったり、寝具にクリームが付くことを防ぎます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":51955516866835,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/5_000000000120.png?v=1761119183"},{"product_id":"000000000161","title":"HINアクネスラボ お試しセット","description":"\n\n\n\n\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFDFA; \n      font-family: \"Zen Maru Gothic\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #475D7C;\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 #D2D5D9;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #475D7C; \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 #D2D5D9; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #475D7C; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #475D7C; \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%, #C0DFF440 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 #D2D5D9;\n      border-radius: 0px;\n      background-color: #FFFDFA; \n      color: #475D7C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #475D7C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFDFA; 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: #C0DFF4; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D2D5D9; 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: #FFFDFA; color: #475D7C; 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: #C0DFF4; 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: #475D7C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #475D7C; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #475D7C; 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: #C0DFF4; 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: #475D7C; margin-bottom: 12px; border-bottom: 1px solid #C0DFF4; 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 #D2D5D9; th, td { padding: 12px 8px; border: 1px solid #D2D5D9; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #475D7C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D2D5D9; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #475D7C; 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ニキビ・肌荒れ卒業へ HINお試しセット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「肌に合うか不安…」そんな悩みに寄り添う、HINアクネスラボの薬用４ステップ。\u003cstrong\u003e化粧水\u003c\/strong\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\/0928\/3924\/8147\/files\/0000000001612_GMBIhzp.png?v=1750660793\" 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\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\u003eHINアクネスラボの薬用4ステップをじっくりお試しいただけます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e【化粧水】 HIN アクネスラボ 薬用プレミアムローション ミニボトル 3mL\u003c\/li\u003e\n        \u003cli\u003e【美容液】 HIN アクネスラボ 薬用Rエッセンス ミニボトル 5mL\u003c\/li\u003e\n        \u003cli\u003e【保湿ジェル】 HIN アクネスラボ モイスチャーI・Fジェル ミニボトル 5g\u003c\/li\u003e\n        \u003cli\u003e【クリーム】アクネスラボ 相澤メソッド 薬用ミドリクリーム パウチ 0.5g\u003c\/li\u003e\n      \u003c\/ul\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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":51955519848723,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001612_GMBIhzp.png?v=1750660793"},{"product_id":"115","title":"相澤メソッド 炭酸パック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFDFA; \n      font-family: \"Zen Maru Gothic\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #475D7C;\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 #D2D5D9;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #475D7C; \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 #D2D5D9; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #475D7C; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #475D7C; \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%, #C0DFF440 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 #D2D5D9;\n      border-radius: 0px;\n      background-color: #FFFDFA; \n      color: #475D7C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #475D7C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFDFA; 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: #C0DFF4; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D2D5D9; 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: #FFFDFA; color: #475D7C; 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: #C0DFF4; 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: #475D7C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #475D7C; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #475D7C; 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: #C0DFF4; 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: #475D7C; margin-bottom: 12px; border-bottom: 1px solid #C0DFF4; 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 #D2D5D9; th, td { padding: 12px 8px; border: 1px solid #D2D5D9; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #475D7C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D2D5D9; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #475D7C; 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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e澄み渡る素肌へ導く炭酸美容\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e高濃度炭酸ガスが肌の奥\u003csup\u003e*1\u003c\/sup\u003eまで届き、\u003cstrong\u003eくすみやハリ不足にアプローチ\u003c\/strong\u003e。酒粕\u003csup\u003e*2\u003c\/sup\u003eなど厳選された保湿成分が、\u003cstrong\u003eふっくらとした潤いで肌を満たし、キメをなめらかに整えます\u003c\/strong\u003e。自宅で手軽に、サロン級の本格ケアをご体験ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003csup\u003e*1\u003c\/sup\u003e角質層まで \u003csup\u003e*2\u003c\/sup\u003e保湿成分\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001152_vzI6QgV_b4c326f4-d11e-4e0e-a9cd-0a1ef9ae88a4.jpg?v=1760499447\" 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\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肌質を整えるため、28日間の連続使用がおすすめです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eRジェルパックからの変更点:\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e酒粕や保湿成分を加え、保湿力と美肌効果がさらにアップしました。\u003c\/li\u003e\n          \u003cli\u003e酒粕と糖蜜を配合: 酒粕に豊富に含まれるビタミンB2とアミノ酸が肌の水分量を向上させ、キメの密度を高めます。糖蜜のしっとりとした保湿感とテクスチャーによりパックの密着感と保湿力を高めました。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/aiwaza\/aizawame2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"酒粕と糖蜜のイメージ図\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eヒオウギエキス、ハトムギ種子エキスを配合: アクネスラボ化粧品のコンセプト成分であるヒオウギエキス（女性ホルモン様成分）を配合。肌のキメを整えるハトムギ種子エキス（ヨクイニンエキス）を配合しました。密着したジェルパックが炭酸ガスと一緒に厳選した様々な成分をお肌に届けることができるようになりました。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/aiwaza\/aizawame1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ヒオウギエキス、ハトムギ種子エキスのイメージ図\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e炭酸ガス濃度3,500ppm（理論値）に変更: Rジェルパックの炭酸ガス濃度は4,000ppm（理論値）でしたが、お肌の刺激を考えて見直しました。（日本の炭酸泉で療養泉として認められるための基準となる炭酸濃度は「1,000ppm以上」とされています。）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e詳しい情報はこちら: \u003ca href=\"http:\/\/www.aizawa-hifuka.jp\/method\/\"\u003e相澤メソッド９５\u003c\/a\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\u003cstrong\u003e無添加\u003c\/strong\u003e: 合成香料、合成着色料、鉱物油、パラベン、シリコーン\u003c\/p\u003e\n        \u003cp\u003e【A剤】顆粒\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\u003eグルコース\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e【B剤】ジェル\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e水\u003c\/li\u003e\n          \u003cli\u003eBG\u003c\/li\u003e\n          \u003cli\u003eカラギーナン\u003c\/li\u003e\n          \u003cli\u003e炭酸水素Na\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トコフェリルリン酸Na\u003c\/li\u003e\n          \u003cli\u003eセルロースガム\u003c\/li\u003e\n          \u003cli\u003eアルギン酸Na\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/aiwaza\/aizawame4.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"相澤メソッド 炭酸パック 使い方\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e動画でも詳しく解説しています。\u003c\/p\u003e\n        \u003cdiv class=\"youtube-embed-wrapper\"\u003e\n          \u003ciframe width=\"100%\" height=\"215\" src=\"https:\/\/www.youtube.com\/embed\/4C_Ixy3I9TI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\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\u003e\u003cstrong\u003eQ.　どのような製品ですか?\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eA.　高濃度の炭酸ガスを発生させるジェルパックです。炭酸ガスが肌の奥まで行き渡り、美肌作りの様々な要素に働きかけます。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eQ.　どのような人におすすめですか?\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eA.　どんな肌質の方にもお使いいただけます。ニキビ跡の赤みやくすみのお悩みや、肌のハリ・ツヤが衰えてきたと感じる方におすすめです。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eQ.　毎日使えますか?\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eA.　毎日お使いいただけます。ニキビ跡の改善を目的とする場合、肌のターンオーバー期間である28日間の連続での使用をおすすめします。28日の間の連続での使用が難しい場合ははじめの2〜3日間は連続で使用して、お肌の状態に合わせて使用頻度を変えてください。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eQ.　クレイパック、モイスチャーフェイスマスクとはどう違いますか?\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eA.　炭酸パックはニキビ跡の赤みやくすみ、肌のハリ・ツヤの衰えに。クレイパックは毛穴開きの悩みに。モイスチャーフェイスマスクは保湿ケアのプラスにそれぞれおすすめです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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\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\u003e乳幼児の手の届かないところに保管してください。\u003c\/li\u003e\n      \u003cli\u003e極端に高温又は低温の場所、直射日光のあたる場所には保管しないでください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":52482387509523,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001152_vzI6QgV_b4c326f4-d11e-4e0e-a9cd-0a1ef9ae88a4.jpg?v=1760499447"},{"product_id":"128","title":"相澤メソッド 薬用スポッツローション【医薬部外品】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFDFA; \n      font-family: \"Zen Maru Gothic\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #475D7C;\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 #D2D5D9;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #475D7C; \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 #D2D5D9; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #475D7C; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #475D7C; \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%, #C0DFF440 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 #D2D5D9;\n      border-radius: 0px;\n      background-color: #FFFDFA; \n      color: #475D7C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #475D7C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFDFA; 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: #C0DFF4; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D2D5D9; 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: #FFFDFA; color: #475D7C; 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: #C0DFF4; 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: #475D7C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #475D7C; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #475D7C; 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: #C0DFF4; 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: #475D7C; margin-bottom: 12px; border-bottom: 1px solid #C0DFF4; 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 #D2D5D9; th, td { padding: 12px 8px; border: 1px solid #D2D5D9; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #475D7C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D2D5D9; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #475D7C; 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繰り返す大人ニキビへ\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\/0928\/3924\/8147\/files\/0000000001282_1ChDBr0_5b4ce0bb-76fe-4ee7-8200-4f04764e0cde.png?v=1760499451\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003e赤ニキビケアに特化した皮脂コントロールローション\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cp\u003eアクネスラボ史上、最高濃度*1のユキノシタエキス*2を配合。皮脂コントロールという今までと別の角度からニキビの根本原因にアプローチする薬用ローションです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/aiwaza\/ipmp_gk2.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"成分説明図\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/aiwaza\/yukinoshita.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"ユキノシタエキス\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eユキノシタエキス*2はユキノシタ(雪の下)という多年草の植物から抽出した成分です。古くから生の葉を揉んで、その汁をかぶれ止め、やけど、腫物、しもやけの治療等に使われてきました。\u003c\/p\u003e\n        \u003cp\u003eスキンケアとしては皮脂のコントロール作用や色素沈着の抑制作用、セラミドの合成促進作用が認められています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/aiwaza\/komenuka.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"コメヌカエキス\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eコメヌカエキス*3は、米の種子である玄米を精白する際に生じる果皮、種皮、胚芽などの部分である米糠から抽出した成分です。米の栄養素の95%は米糠中に存在することが知られています。\u003c\/p\u003e\n        \u003cp\u003eコメヌカエキスにはポリフェノールの1種であるフェルラ酸が多く含まれており、抗酸化作用とメラニン生成抑制作用があります。\u003c\/p\u003e\n        \u003cp\u003e*1　当社比\u003cbr\u003e*2　整肌成分\u003cbr\u003e*3　保湿成分\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\u003cstrong\u003e無添加: 合成香料、合成着色料、鉱物油、オイル、シリコーン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e有効成分: イソプロピルメチルフェノール、グリチルリチン酸ジカリウム\u003c\/li\u003e\n          \u003cli\u003eその他の成分: ユキノシタエキス、コメヌカエキス、フェノキシエタノール、水素添加大豆リン脂質、フィトステロール、1,3-ブチレングリコール、エタノール、ヒドロキシプロピルメチルセルロース、ポリオキシエチレン硬化ヒマシ油、1,2-ペンタンジオール、クエン酸、クエン酸ナトリウム、精製水\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        \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\u003cstrong\u003eQ. どのような製品ですか?\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eA. 皮脂コントロール作用のあるユキノシタエキス*を高配合した化粧水です。赤ニキビや繰り返すニキビのお悩みにアプローチします。\u003cbr\u003e*整肌成分\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eQ. どのような人におすすめですか?\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eA. 炎症ニキビの方におすすめです。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eQ. 使用順序はどうなりますか？\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eA. 薬用プレミアムローションや普段お使いのお化粧水の後に、ニキビの気になる箇所に塗布してください。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eQ. 部分使いだけでなく顔全体にも使用できますか？\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e\u003cspan style=\"color:red;\"\u003e\u003cstrong\u003e大人ニキビにもお使いいただけますがお顔全体への使用は避けてください。\u003c\/strong\u003e\u003c\/span\u003eまれに乾燥を引き起こす場合があります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":52482387607827,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001282_1ChDBr0_5b4ce0bb-76fe-4ee7-8200-4f04764e0cde.png?v=1760499451"},{"product_id":"167","title":"HIN アクネホワイトトウキリーフ（栄養機能食品）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFDFA; \n      font-family: \"Zen Maru Gothic\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #475D7C;\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 #D2D5D9;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #475D7C; \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 #D2D5D9; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #475D7C; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #475D7C; \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%, #C0DFF440 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 #D2D5D9;\n      border-radius: 0px;\n      background-color: #FFFDFA; \n      color: #475D7C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #475D7C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFDFA; 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: #C0DFF4; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D2D5D9; 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: #FFFDFA; color: #475D7C; 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: #C0DFF4; 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: #475D7C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #475D7C; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #475D7C; 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: #C0DFF4; 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: #475D7C; margin-bottom: 12px; border-bottom: 1px solid #C0DFF4; 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 #D2D5D9; th, td { padding: 12px 8px; border: 1px solid #D2D5D9; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #475D7C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D2D5D9; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #475D7C; 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が、健やかな輝きへ導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001672_NVUT34K_53929613-df17-42cc-a089-fc9e05894286.png?v=1760499463\" 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        \u003cp\u003e女性ホルモン様成分を主軸に厳選した成分を、アクネスラボ独自のバランスで配合。1日5粒で健やかなお肌・美しいお肌づくりをサポートします。\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ビフィズス菌: 善玉菌の1つであり、美肌に欠かせないビタミンB群を産生し、美容に効果的とされるミネラルの吸収を促進します。\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ハトムギエキス(ハトムギ、マルトデキストリン)(国内製造)、マルチトール、カンゾウ末、亜鉛含有酵母、ビフィズス菌(デキストリン、殺菌ビフィズス菌体)、大和当帰葉粉末、桂皮末、生姜末、カンゾウエキス、ライチ種子エキス加工粉末(ライチ種子エキス、デキストリン)、ビタミンE含有植物油、芍薬の花末、白キクラゲ抽出物、大豆抽出物(大豆イソフラボン)／結晶セルロース、ビタミンC、ステアリン酸Ca、二酸化ケイ素、加工デンプン、パントテン酸Ca、ビタミンB1、ビタミンB2、ビタミンB6、(一部に大豆を含む)\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内容量：150粒\u003cbr\u003e栄養機能食品として1日5粒を目安に水などとともにお召し上がりください。飲みにくい場合は数回にわけてお召し上がりください。\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=\"point-list\"\u003e\n          \u003cli\u003e\n            \u003cp\u003eQ. どのような製品ですか?\u003c\/p\u003e\n            \u003cp\u003eA. ビタミンB1、B2、B6、C、E、亜鉛、大豆イソフラボン含有のサプリメントです。体の中からニキビケアに働きかけると共に、肌荒れやくすみのお悩みにアプローチします。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cp\u003eQ. どのような人におすすめですか?\u003c\/p\u003e\n            \u003cp\u003eA. 肌荒れやくすみでお悩みの方、大人ニキビが気になる方におすすめです。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cp\u003eQ. 他のサプリメントと併用しても大丈夫ですか?\u003c\/p\u003e\n            \u003cp\u003eA. 食品ですので併用いただいても問題はありません。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cp\u003eQ. 薬と併用しても大丈夫ですか?\u003c\/p\u003e\n            \u003cp\u003eA. 食品ですので併用いただいても問題はありません。お薬やご病気の内容によっては飲み合わせの考慮が必要な場合もありますので、ご心配な場合は、医師や薬剤師にご相談ください。\u003c\/p\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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\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本品には大豆イソフラボンを4mg\/5粒配合しています。\u003c\/li\u003e\n      \u003cli\u003e開封後はしっかり開封口を閉め、なるべく早くお召し上がりください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":52482388033811,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001672_NVUT34K_53929613-df17-42cc-a089-fc9e05894286.png?v=1760499463"}],"url":"https:\/\/acne-note.we-shop.jp\/collections\/%e3%83%96%e3%83%a9%e3%83%b3%e3%83%89%e3%82%b9%e3%83%88%e3%83%bc%e3%83%aa%e3%83%bc%e5%8e%b3%e9%81%b8%e3%82%a2%e3%82%a4%e3%83%86%e3%83%a0.oembed","provider":"アクネノート","version":"1.0","type":"link"}