{"title":"炎症・赤み向けケア","description":"","products":[{"product_id":"61","title":"HINアクネスラボ 薬用Rエッセンス【医薬部外品】","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繰り返す肌荒れや大人ニキビに。\u003cstrong\u003e最先端のP-PComplex技術\u003c\/strong\u003eが角層深くまで成分を届け、\u003cstrong\u003eゲルマトリックス\u003c\/strong\u003eが潤いを逃しません。\u003cstrong\u003eイソフラボン\u003c\/strong\u003eと\u003cstrong\u003eビタミンC誘導体\u003c\/strong\u003eが、揺らぎやすい肌を健やかに導く医薬部外品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000000612_d8eacc53-8e6a-427f-9589-5ba89c30791a.jpg?v=1760499437\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品メインイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e浸透※力で肌本来の美しさへ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003c!-- 特徴 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eHINアクネスラボ 薬用Rエッセンスの主な特徴をご紹介します。\u003c\/p\u003e\n\n        \u003c!-- 浸透力 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n          \u003csummary class=\"spec-summary\"\u003e画期的な浸透力 P-PComplex\u003c\/summary\u003e\n          \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eP-PComplexは細胞膜の構造に極めて似ているため、皮膚とのなじみが良く、肌にすぅっと浸透し表面はさらっとします。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_02.gif\" class=\"img-fluid d-block w-100\" alt=\"浸透技術P-PComplexの説明図\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e実験データをご覧ください。ジェルを塗り込まず一滴のせただけで、P-PComplexを使わない場合と比べて浸透力※の差は明らかです。\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bihadakai2\/img\/r\/r2_03.gif\" alt=\"色素の浸透実験\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bihadakai2\/img\/r\/r2_04.gif\" alt=\"青い色素が皮膚内部まで浸透して、洗い流しても落ちません。\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eP-PComplexとは：アルギン酸とリン酸を複合した化粧品の基材。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 逃さない --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n          \u003csummary class=\"spec-summary\"\u003e潤いを逃さないゲルマトリックス\u003c\/summary\u003e\n          \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eP-PComplexが肌にしみ込むとゲルマトリックスが形成され、肌にしみ込んだ成分を外に逃さず、肌内部に保持する機能があります。まるで紙オムツが水を吸うように、潤いを閉じ込めます。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_05.gif\" class=\"img-fluid d-block w-100\" alt=\"ゲルマトリックスによる紙オムツの保水力\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bihadakai2\/img\/r\/r2_06.gif\" class=\"img-fluid d-block w-100\" alt=\"ゲルマトリックスの構造\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 女性ホルモン --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n          \u003csummary class=\"spec-summary\"\u003eアグリコン型イソフラボン配合でホルモンバランスを整える\u003c\/summary\u003e\n          \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eゲルマトリックスの中には、ニキビ改善成分としてより浸透力※に優れるアグリコン型のイソフラボンを含有。イソフラボンはホルモンバランスを整える働きをもち、ニキビの原因となる過剰な皮脂分泌にアプローチします。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_07.gif\" class=\"img-fluid d-block w-100\" alt=\"アグリコン型イソフラボンの浸透\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bihadakai2\/img\/r\/r2_08.gif\" class=\"img-fluid d-block w-100\" alt=\"ゲルマトリックスがイソフラボンを送り込む\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 保湿 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n          \u003csummary class=\"spec-summary\"\u003e攻めと守りのW保湿効果\u003c\/summary\u003e\n          \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e皮膚深部に浸透※したゲルマトリックスは、水分をたっぷり含んだ状態で保湿層を形成します。また、不感蒸泄により皮膚内部から蒸発する水分までも捉えて保持する機能があります。Rエッセンスは攻めの保湿と守りの保湿で潤いを守ります。さらにお肌に吸収されやすいヒアルロン酸Naも配合しています。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_09.gif\" class=\"img-fluid d-block w-100\" alt=\"ゲルマトリックスのW保湿\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bihadakai2\/img\/r\/r2_10.gif\" class=\"img-fluid d-block w-100\" alt=\"HINアクネスラボ Rエッセンスの保湿力\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bihadakai2\/img\/r\/r2_11.gif\" class=\"img-fluid d-block w-100\" alt=\"ゲルマトリックス構造が皮膚の保湿力を高める\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eエイジングケアにも画期的な効果: イソフラボンは植物性女性ホルモンともいわれるように、女性ホルモンの減退が気になる世代の女性のエイジングケアにも効果があります。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 美肌 (ビタミンC誘導体) --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n          \u003csummary class=\"spec-summary\"\u003e肌の赤みをケアするビタミンC誘導体\u003c\/summary\u003e\n          \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e初期のコメドが炎症ニキビへと移行してしまう主な原因は、アクネ菌が増殖する過程で発生する「活性酸素」です。薬用Rエッセンスには、炎症ニキビの原因となる活性酸素を除去する『ビタミンC誘導体』や『EPC』を配合しています。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_yakuyou_01.gif\" class=\"img-fluid d-block w-100\" alt=\"活性酸素を除去するビタミンC誘導体\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eこの配合により、白ニキビから赤ニキビへの移行を防ぎ、ダメージを回復します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n              \u003cli\u003e\n\u003cstrong\u003e速効型ビタミンC（3-O-エチルアスコルビン酸）:\u003c\/strong\u003e 水溶性と安定性に優れた新しいビタミンCの誘導体。直接的なメラニン抑制作用による美白※1作用の他、コラーゲンの合成を促進する作用もあり、肌の赤みを綺麗にする効果も期待できます。\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eEPC:\u003c\/strong\u003e ビタミンEとビタミンCが結合した物質で、高い抗酸化力を持つだけでなく、ビタミンCやビタミンE単独では見られない「アクネ菌の発育を抑える」作用もあります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/img\/r\/r2_yakuyou_02.gif\" class=\"img-fluid d-block w-100\" alt=\"ビタミンC誘導体の働き\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/img\/r\/r2_yakuyou_03.gif\" class=\"img-fluid d-block w-100\" alt=\"ビタミンC誘導体のメカニズム\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eこれらの有効成分が、女性ホルモン様作用を示すイソフラボンのニキビ治療効果を強力にサポートします。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 使用感 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n          \u003csummary class=\"spec-summary\"\u003eこだわり抜いた使用感\u003c\/summary\u003e\n          \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eHINアクネスラボ Rエッセンスには、べたつきを抑える天然のアミノ酸由来成分ベタイン、さっぱりした使用感を実現するローズ水、さらっとした感触でうるおいとはりを与えるブチレングリコールなどが配合されており、快適な使用感に仕上げています。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_12.gif\" class=\"img-fluid d-block w-100\" alt=\"使用感にもこだわりを\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 安心・安全 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n          \u003csummary class=\"spec-summary\"\u003e肌と体に優しい植物由来成分\u003c\/summary\u003e\n          \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e最後のポイントは安全性。HINアクネスラボ Rエッセンスに含まれるほとんどの成分は植物由来。「食べても安全」な成分ばかりで構成されています。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_13.gif\" class=\"img-fluid d-block w-100\" alt=\"お肌と体の安全にも配慮。多くの成分が植物由来。\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e※ 角層まで\u003cbr\u003e※1 美白とはメラニンの生成を抑え、シミ・そばかすを防ぐことです。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/ressence\/r2_14.gif\" class=\"img-fluid d-block w-100\" alt=\"HINアクネスラボ Rエッセンスのまとめ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eニキビでダメージを受けた皮膚にイソフラボンを浸透させることにより、シミ、くすみ、赤み等の色素沈着を取り除きます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e浸透力: P-PComplexによる画期的な浸透力\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!-- 全成分 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e全成分\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e無添加:\u003c\/strong\u003e 合成香料、合成着色料、鉱物油、動物由来原料\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e有効成分: 3-O-エチルアスコルビン酸、グリチルリチン酸ジカリウム\u003c\/li\u003e\n          \u003cli\u003eその他の成分: ヒオウギ抽出液、ヒアルロン酸ナトリウム（２）、濃グリセリン、トリメチルグリシン、アルギン酸ナトリウム、リン酸二水素ナトリウム、ローズ水、フェノキシエタノール、パラオキシ安息香酸メチル、（アスコルビル\/トコフェリル）リン酸カリウム、クエン酸、BG、無水エタノール、エデト酸二ナトリウム、精製水\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 使い方 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご使用方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e洗顔後、化粧水の後に、適量（3〜4プッシュ）手に取り、お肌になじませてください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ciframe width=\"100%\" height=\"215\" src=\"https:\/\/www.youtube.com\/embed\/nQA5m6h1Qeo\" 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    \u003c!-- どんな製品？ (FAQ) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eよくあるご質問 (FAQ)\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eQ. どのような製品ですか?\u003c\/strong\u003e\u003cbr\u003eA. 独自の浸透技術で肌の奥まで美容成分を届ける美容液です。「届ける」だけでなく「留める」力も発揮して肌自体の保湿力を高めます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eQ. どのような人におすすめですか?\u003c\/strong\u003e\u003cbr\u003eA. ニキビ肌やニキビの予防に限らず、どんな肌質の方にもお使いいただけます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eQ. Rエッセンスコンディショニングとはどう違いますか?\u003c\/strong\u003e\u003cbr\u003eA. 浸透技術は同じです。Rエッセンスコンディショニングと比べて配合している成分の種類は少ないですがその分高濃度になっています。\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  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":52482387181843,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000000612_d8eacc53-8e6a-427f-9589-5ba89c30791a.jpg?v=1760499437"},{"product_id":"64","title":"HINアクネスラボ ピールソープM","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e生まれ変わる肌へ 濃密泡で角質ケア\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e医療ピーリングに用いられる\u003cstrong\u003eAHA5%配合\u003c\/strong\u003e。\u003cstrong\u003e濃密泡\u003c\/strong\u003eが古い角質や毛穴の汚れを優しく一掃。\u003cstrong\u003eつるんとした透明感ある肌\u003c\/strong\u003eへ。植物由来保湿成分で、洗い上がりはしっとり「\u003cstrong\u003eむきたまご\u003c\/strong\u003e」肌を実感。\u003c\/p\u003e\n    \u003cimg src=\"\/images\/hin_acneslabo_peelsoap_m_product.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"HINアクネスラボ ピールソープMの製品画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eつるんとクリアな肌体験をあなたに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eHINアクネスラボ ピールソープMの主な特徴をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eAHA（グリコール酸）5%配合：医療ピーリングにも用いられる成分で、古い角質や毛穴の汚れを優しく一掃し、つるんとした透明感のある肌へ導きます。\u003c\/li\u003e\n          \u003cli\u003e特殊技術『TAB処方』採用：3種類の活性剤をバランス良く配合し、毛穴の奥の汚れや不要な角質をスッキリ洗い落としながら、しっとりなめらかな洗い上がりを実現。汚れの再付着も防ぎます。\u003c\/li\u003e\n          \u003cli\u003eお肌に優しい植物由来の脂肪酸：皮膚刺激性が高いラウリン酸を除去し、精製した脂肪酸を使用。豊かな泡立ち、きめ細やかな泡質、優れた洗浄力でお肌への負担を軽減します。\u003c\/li\u003e\n          \u003cli\u003e高配合の保湿成分：スクロース、グリセリンなど植物由来の保湿成分が全成分の1\/3以上。乾燥によるつっぱり感がでにくく、「むきたまご」のような肌に。\u003c\/li\u003e\n          \u003cli\u003eヒオウギエキス（イソフラボン）配合：ホルモンバランスを整える働きが報告されているイソフラボンを含むヒオウギエキスで、肌をすこやかに保ちます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp class=\"body-text\"\u003e濃密泡で優しく角質ケアのこだわり\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eお肌をゴシゴシと洗うのは、実はお肌に良くありません。付属の泡立てネットで作った豊かな泡でなでる様に洗うのがポイント。ホイップクリームの様な細かく濃密な泡でお肌を優しく洗うことでお肌への負担を軽減します。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e特殊技術『TAB処方』のメカニズム\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eお肌表面の汚れを落とす洗浄成分として『石鹸（アニオン性）』、『両性』、『ノニオン性』の３種類の成分をバランス良く配合。この３つを組み合わせることにより、お肌の負担を軽減しながら、しっとりなめらかに洗い上げます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/peelsoap\/pill_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"TAB処方の説明図\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e石鹸（アニオン活性剤）がまず皮膚表面・毛穴の汚れを取り去ります。次に両性活性剤がそれを包み込みます。最後にノニオン活性剤が大きな分子（ミセル）を作り、余分な皮脂や古い角質などのお肌の汚れを包み込みます。そのため、効果的にお肌の汚れを取り除き、再付着させません。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003eヒオウギエキスの働き\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eホルモンバランスを正常化させる働きのあるヒオウギエキスを配合しています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/lang-switcher\/images\/ja\/peelsoap\/pil_3.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"代謝の乱れと肌の関連図\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eヒオウギエキスの主成分は、イソフラボン及びその配糖体です。イソフラボンには、女性のホルモンに似た働きがあると報告されています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bihadakai2\/img\/pil_2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"女性ホルモンとイソフラボン\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e卵巣から分泌される女性ホルモンにはエストロゲンとプロゲストロンの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 class=\"body-text\"\u003e無添加処方: 合成香料、合成着色料、鉱物油、動物由来原料は一切使用しておりません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e水、スクロース、グリセリン、ミリスチン酸Na、PEG-60水添ヒマシ油、グリコール酸、パルミチン酸Na、ソルビトール、ステアリン酸Na、ラウリルグリコール酢酸Na、イソステアリン酸Na、ココアンホ酢酸Na、ミリスチン酸K、グレープフルーツ果皮油、ヒオウギエキス、ニンジン根エキス、グレープフルーツ果実エキス、パルミチン酸K、ステアリン酸K、イソステアリン酸K、ダイズ油、BG、塩化Na、EDTA-3Na、エチドロン酸4Na\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 class=\"body-text\"\u003eご使用方法\u003c\/p\u003e\n        \u003cul class=\"step-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        \u003cp class=\"body-text\"\u003e保管方法\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e使用後は高温多湿を避け、できるだけ風通しの良い場所で保管してください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eご使用頻度\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eはじめは週2〜3回のご使用から始め、お肌の状態に合わせて使用頻度を調整してください。\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 class=\"body-text\"\u003eＱ.　どのような製品ですか?\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　ピーリングにも使われる成分、グリコール酸を5%配合した洗顔石けんです。毛穴の老廃物をしっかり洗浄し、洗いあがりはしっとりつるつるのお肌に。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＱ.　どのような人におすすめですか?\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　ニキビ肌やニキビの予防に限らず、どんな肌質の方にもお使いいただけます。毛穴悩みや手軽に角質ケアをしたい方には特におすすめです。二の腕のぽつぽつや、カカトのガサつきなどのボディケアにもおすすめです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＱ.　日焼け止めやメイクは落とせますか?\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　ピールソープMにはクレンジング効果はありませんので日焼け止めやメイクはクレンジングジェルMで落としてください。その後、ピールソープMで洗顔することで不要な角質を除去しながら洗いあげます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＱ.　肌が弱くてもピールソープMを使えますか?\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　洗顔でやさしく角質ケアできる処方のため、安心してお使いいただけます。使いはじめにまれにカサつく方がいらっしゃいますが、保湿を心がけて肌の状態をみて使用してください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＱ.　毎日使えますか?\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　はじめに週2,3回のご使用で、お肌の状態に合わせて使用頻度を変えてください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＱ.　普段、薬用イソフラフォームMを使っていますが併用した方がいいですか?\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　ダブル洗顔は必要ありません。普段の洗顔は薬用イソフラフォームMをお使いいただき、週2〜3回、お肌の状態に合わせて夜の洗顔にピールソープをお使いください。\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":52482387214611,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000000642_2800e129-cc48-408a-8e50-800b90802ceb.jpg?v=1760499438"},{"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"}],"url":"https:\/\/acne-note.we-shop.jp\/collections\/%e7%82%8e%e7%97%87-%e8%b5%a4%e3%81%bf%e5%90%91%e3%81%91%e3%82%b1%e3%82%a2.oembed","provider":"アクネノート","version":"1.0","type":"link"}