{"title":"乾燥・ゆらぎ肌向けケア","description":"","products":[{"product_id":"92","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eHINアクネスラボ アクアクリーム\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毛穴のザラつきや乾燥に。みずみずしい感触で肌にスーッとなじみ、うるおいをしっかりキープ。肌バランスを整え、しっとりなめらかな肌へと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000000922_w4MYH9T_9bfa82ae-ae6c-4d4d-b823-ae6e6247f38c.jpg?v=1760499441\" 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  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\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        \u003cp class=\"body-text\"\u003eローションとジェルの保湿では物足りないと感じる方へ。毛穴悩みやザラついたお肌にしっとりなめらかな保湿クリームです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e乾燥に負けない保湿成分でしっかりとお肌に潤いを与えます。\u003c\/li\u003e\n          \u003cli\u003eみずみずしい感触でスーッとなじみ、お肌の水分蒸発を防ぎ乾燥からお肌を守ります。\u003c\/li\u003e\n          \u003cli\u003e和漢植物性美容成分配合により肌バランスを整えて、なめらかさとハリを与えます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e無添加：合成香料、合成着色料、鉱物油\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e水、ジメチコン、DPG、ジグリセリン、ヘキサ(ヒドロキシステアリン酸\/ステアリン酸\/ロジン酸)ジペンタエリスリチル、スクワラン、ステアリン酸グリセリル(SE)、PEG-3ジメチコン、ステアリン酸、BG、水添ヒマシ油、ヒオウギエキス、ブクリョウタケエキス、ホホバ種子油、ハトムギ種子エキス、オウゴン根エキス、オクラ果実エキス、クズ根エキス、アロエベラ葉エキス、クロレラエキス、トリステアリン酸ソルビタン、パルミチン酸スクロース、ステアリン酸PEG-5、バチルアルコール、ヒアルロン酸Na、メチルパラベン、ヒドロキシエチルセルロース、カルボマー、プロピルパラベン、トリ(カプリル酸\/カプリン酸)グリセリル、水酸化K、トコフェロール、レシチン、エチドロン酸4Na、サッカロミセス\/コメヌカ発酵液エキス、加水分解エラスチン、サッカロミセス溶解質エキス、(クロロフィリン\/銅)複合体、加水分解コラーゲン、エタノール、フェノキシエタノール\u003c\/p\u003e\n        \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e化粧水で肌を整えた後、適量（パール粒大）を手のひらに取り、顔全体にのばしながらなじませてください。\u003c\/p\u003e\n        \u003cdiv class=\"youtube-embed-wrapper\"\u003e\n            \u003ciframe width=\"100%\" height=\"215\" src=\"https:\/\/www.youtube.com\/embed\/_80BwME4-kA?si=ymMuflaRVmb0tnJp\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cbr\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e--- Instructions for use (English) ---\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eStep 1\u003c\/strong\u003e\u003cbr\u003eAfter a facial makeup with a skin-care lotions, place an appropriate amount (approximately. an amount equivalent to the size of a pearl) of essence on the palm of your hand, and apply it onto the entire face in massaging fashion.\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eStep 2\u003c\/strong\u003e\u003cbr\u003eGently apply the essence twice to the acne-affected area of (inflammation, or red acne) so as not to damage the skin.\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Ａ.　ニキビの大きな原因である乾燥を防ぐための保湿クリームです。\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Ａ.　ニキビによる凹みやお肌のザラつきが気になる方におすすめです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＱ.　モイスチャーI・Fジェルとどちらを使えばいいでしょうか?\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　モイスチャーI・Fジェルよりも保湿力が欲しい場合におすすめです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eＡ.　お肌のザラつきが気になる場合、アクアクリームの使用をおすすめします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":52482387312915,"sku":null,"price":7150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000000922_w4MYH9T_9bfa82ae-ae6c-4d4d-b823-ae6e6247f38c.jpg?v=1760499441"},{"product_id":"154","title":"Juvenage 薬用モイストローション【医薬部外品】","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\"\u003e20年の歳月を経て誕生した逸品。\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\/0000000001542_AQw1lUm_3609ac33-f278-4062-8a1a-f88c58d7136c.png?v=1760499456\" 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\u003eJuvenage開発ストーリー\u003c\/p\u003e\n      \u003cp\u003e20年の月日は当時相澤皮フ科クリニックにてニキビ治療をされていた患者様が親世代になり、現在ではご自身のお子様の思春期ニキビの治療で来院される様子も見られるようになりました。\u003c\/p\u003e\n      \u003cp\u003eアクネスラボ化粧品は誕生から20年を迎えました。大人ニキビ悩みから卒業しても美肌であり続けてほしい。\u003c\/p\u003e\n      \u003cp\u003e患者様、お客様に美と幸福を追及したいという相澤の願いを込めて、20年の節目に新たなエイジングケアラインとしてJuvenageを開発しました。\u003c\/p\u003e\n      \u003cp\u003eニキビケアもエイジングケアも美肌作りとして同じ延長線上にある相澤式スキンケア。Juvenageは有効成分ナイアシンアミドとヒオウギ抽出液(保湿成分)をニキビケアではなくエイジングケアに特化して開発しました。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/juvenage_1.png\" alt=\"シワ改善\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/juvenage_2.png\" alt=\"美白ケア\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/juvenage_3.png\" alt=\"ヒオウギ抽出液\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/juvenage_4.png\" alt=\"セイヨウハッカエキス\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/juvenage_5.png\" alt=\"こだわりの美肌成分\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/iiohada\/eo\/images\/juvenage_6.png\" alt=\"こんな方におすすめ\"\u003e\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無添加：合成香料、合成着色料、鉱物油、パラベン、シリコーン\u003c\/p\u003e\n      \u003cp\u003e有効成分：ナイアシンアミド\u003c\/p\u003e\n      \u003cp\u003eその他の成分：\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eヒオウギ抽出液\u003c\/li\u003e\n        \u003cli\u003eヨクイニンエキス\u003c\/li\u003e\n        \u003cli\u003eシロキクラゲ多糖体\u003c\/li\u003e\n        \u003cli\u003e加水分解ヒアルロン酸\u003c\/li\u003e\n        \u003cli\u003eユズセラミド\u003c\/li\u003e\n        \u003cli\u003eオウゴンエキス\u003c\/li\u003e\n        \u003cli\u003eチンピエキス\u003c\/li\u003e\n        \u003cli\u003eオクラエキス\u003c\/li\u003e\n        \u003cli\u003e水素添加大豆リン脂質\u003c\/li\u003e\n        \u003cli\u003e酢酸DL-α-トコフェロール\u003c\/li\u003e\n        \u003cli\u003eパルミチン酸レチノール\u003c\/li\u003e\n        \u003cli\u003eコメヌカエキス\u003c\/li\u003e\n        \u003cli\u003eセイヨウハッカエキス\u003c\/li\u003e\n        \u003cli\u003e1,3-ブチレングリコール\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天然ビタミンE\u003c\/li\u003e\n        \u003cli\u003ed-δ-トコフェロール\u003c\/li\u003e\n        \u003cli\u003eカルボキシビニルポリマー\u003c\/li\u003e\n        \u003cli\u003e水酸化カリウム\u003c\/li\u003e\n        \u003cli\u003eクエン酸\u003c\/li\u003e\n        \u003cli\u003eクエン酸ナトリウム\u003c\/li\u003e\n        \u003cli\u003eエデト酸二ナトリウム\u003c\/li\u003e\n        \u003cli\u003eモノラウリン酸ポリグリシリル\u003c\/li\u003e\n        \u003cli\u003eポリオキシエチレン硬化ヒマシ油\u003c\/li\u003e\n        \u003cli\u003eモノミリスチン酸デカグリセリル\u003c\/li\u003e\n        \u003cli\u003eオレンジ油\u003c\/li\u003e\n        \u003cli\u003eノバラ油\u003c\/li\u003e\n        \u003cli\u003e精製水\u003c\/li\u003e\n        \u003cli\u003e1,2-ヘキサンジオール\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洗顔のあと、500円玉大を手のひらに取り、顔全体にひろげてから手のひらでやさしく肌を押さえるようになじませます。\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. シワ改善と美白ケア*に働きかける有効成分ナイアシンアミド配合の薬用化粧水です。とろみのあるしっとりとしたテクスチャーでお肌をしっかり保湿します。\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      \u003cp\u003e* メラニンの生成を抑え、シミ・そばかすを防ぐ\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \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    \u003cp\u003e傷やはれもの、しっしん等、異常のある部位にはお使いにならないでください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":52482387804435,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001542_AQw1lUm_3609ac33-f278-4062-8a1a-f88c58d7136c.png?v=1760499456"},{"product_id":"155","title":"Juvenage 薬用モイストクリーム【医薬部外品】","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\"\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\/0000000001552_6DethIv_6ba36c49-1936-4c7e-b028-ba260090ab83.png?v=1760499457\" 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 class=\"body-text\"\u003eJuvenageは、20年の時を経て生まれた、美と幸福を追求するエイジングケアラインです。長年の皮膚科治療の経験と知見を凝縮し、年齢肌の悩みに特化した製品を開発しました。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e当時ニキビ治療をされていた患者様が親世代となり、お子様のニキビ治療で来院される姿を見て、世代を超えた美肌ケアの重要性を痛感しました。\u003c\/li\u003e\n        \u003cli\u003eアクネスラボ化粧品誕生から20周年を迎え、大人ニキビを卒業した方も美肌であり続けてほしいという願いからJuvenageが誕生しました。\u003c\/li\u003e\n        \u003cli\u003eニキビケアとエイジングケアは、美肌作りという同じ延長線上にある相澤式スキンケアの哲学に基づいています。\u003c\/li\u003e\n        \u003cli\u003e有効成分\u003cstrong\u003eナイアシンアミド\u003c\/strong\u003eと\u003cstrong\u003eヒオウギ抽出液（保湿成分）\u003c\/strong\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\/juvenage_1.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\/juvenage_2.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\/juvenage_3.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\/juvenage_4.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\/juvenage_5.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\/juvenage_6.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"こんな方におすすめ\"\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 class=\"body-text\"\u003e以下の成分は無添加です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e合成香料\u003c\/li\u003e\n        \u003cli\u003e合成着色料\u003c\/li\u003e\n        \u003cli\u003e鉱物油\u003c\/li\u003e\n        \u003cli\u003eパラベン\u003c\/li\u003e\n        \u003cli\u003eシリコーン\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e【有効成分】\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eナイアシンアミド\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e【その他の成分】\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eヒオウギ抽出液\u003c\/li\u003e\n        \u003cli\u003eヨクイニンエキス\u003c\/li\u003e\n        \u003cli\u003eシロキクラゲ多糖体\u003c\/li\u003e\n        \u003cli\u003e加水分解ヒアルロン酸\u003c\/li\u003e\n        \u003cli\u003eユズセラミド\u003c\/li\u003e\n        \u003cli\u003eオウゴンエキス\u003c\/li\u003e\n        \u003cli\u003eチンピエキス\u003c\/li\u003e\n        \u003cli\u003eオクラエキス\u003c\/li\u003e\n        \u003cli\u003e水素添加大豆リン脂質\u003c\/li\u003e\n        \u003cli\u003e酢酸DL-α-トコフェロール\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\u003e1,3-ブチレングリコール\u003c\/li\u003e\n        \u003cli\u003eDL-ピロリドンカルボン酸ナトリウム液\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トリ2-エチルヘキサン酸グリセリル\u003c\/li\u003e\n        \u003cli\u003eジペンタエリトリット脂肪酸エステル(1)\u003c\/li\u003e\n        \u003cli\u003e天然ビタミンE\u003c\/li\u003e\n        \u003cli\u003ed-δ-トコフェロール\u003c\/li\u003e\n        \u003cli\u003eシクロヘキサンジカルボン酸ビスエトキシジグリコール\u003c\/li\u003e\n        \u003cli\u003eモノステアリン酸ポリオキシエチレンソルビタン\u003c\/li\u003e\n        \u003cli\u003eモノステアリン酸ソルビタン\u003c\/li\u003e\n        \u003cli\u003eベヘニルアルコール\u003c\/li\u003e\n        \u003cli\u003eヒドロキシエチルセルロース\u003c\/li\u003e\n        \u003cli\u003eカルボキシビニルポリマー\u003c\/li\u003e\n        \u003cli\u003e水酸化カリウム\u003c\/li\u003e\n        \u003cli\u003eポリオキシエチレン硬化ヒマシ油\u003c\/li\u003e\n        \u003cli\u003eノバラ油\u003c\/li\u003e\n        \u003cli\u003eオレンジ油\u003c\/li\u003e\n        \u003cli\u003e1,2-ヘキサンジオール\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 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お肌に異常が生じていないかよく注意して使用してください。\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  \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 class=\"body-text\"\u003eQ. どのような製品ですか?\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003eA. シワ改善と美白ケア*に働きかける有効成分\u003cstrong\u003eナイアシンアミド\u003c\/strong\u003e配合の薬用クリームです。しっとりと濃密なクリームがお肌を包み込み、しっかり保湿します。\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cp class=\"body-text\"\u003eQ. どのような人におすすめですか?\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003eA. シワ・シミが気になる方、美白ケア*をしたい方、エイジングによる肌悩みがある方におすすめです。\u003c\/p\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"caption-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":52482387837203,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001552_6DethIv_6ba36c49-1936-4c7e-b028-ba260090ab83.png?v=1760499457"},{"product_id":"166","title":"HIN アクネスラボ モイスチャー I・Fジェル","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e「トリプル成分」集中保湿ジェル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eイソフラボン\u003c\/strong\u003e、\u003cstrong\u003eフラーレン\u003c\/strong\u003e、\u003cstrong\u003eEGF\u003c\/strong\u003eの\u003cstrong\u003eトリプル成分\u003c\/strong\u003eが、繰り返す肌悩みに深くアプローチ。乾燥から肌を守り、内側から健やかな美しさを引き出します。さっぱりとした使い心地で、全ての肌質の方に心地よい潤いを届けます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/via.placeholder.com\/600x400?text=HIN+%E3%82%A2%E3%82%AF%E3%83%8D%E3%82%B9%E3%83%A9%E3%83%9C+%E3%83%A2%E3%82%A4%E3%82%B9%E3%83%81%E3%83%A3%E3%83%BC+I%E3%83%BBF%E3%82%B8%E3%82%A7%E3%83%AB+%E8%A3%BD%E5%93%81%E7%94%BB%E5%83%8F\" alt=\"HIN アクネスラボ モイスチャー I・Fジェル 製品画像\" 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  \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\u003eイソフラボン、フラーレン、EGFの3つの主要配合成分が特長の保湿ジェルです。ニキビ対策の基本である保湿、傷ついた肌の回復、細胞の生成をサポートし、美肌とエイジングケアにおすすめです。\u003c\/p\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\u003eEGF: 上皮細胞増殖因子で、表皮細胞の生成を促進。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eその他、以下の成分も配合しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eCoQ10\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        \u003c\/ul\u003e\n        \u003cp class=\"note-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\u003e無添加: 合成香料、合成着色料\u003c\/p\u003e\n        \u003cp\u003e\n          水、BG、グリセリン、スクワラン、ヒオウギエキス、フラーレン、ヒアルロン酸Na、加水分解コラーゲン、加水分解エラスチン、セラミドNP、セラミドAP、セラミドEOP、アセチルヘキサペプチド-8、ヒト遺伝子組換オリゴペプチド-1、トコフェロール、パルミチン酸レチノール、コーン油、フィトスフィンゴシン、ユビキノン、アロエベラ葉エキス、クロレラエキス、クズ根エキス、オリーブ葉エキス、ヒバマタエキス、キハダ樹皮エキス、ラッカセイ種皮エキス、ニンジン根エキス、ダイズ種子エキス、ブドウ種子油、ダイズ油、コレステロール、グリチルリチン酸2K、ラウロイルラクチレートNa、ベタイン、キサンタンガム、ジメチコン、カルボマー、PVP、(C13、14)イソパラフィン、水酸化K、ポリアクリルアミド、ラウレス-7、リゾレシチン、エタノール、メチルパラベン、グレープフルーツ果皮油\n        \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\u003e洗顔、化粧水、美容液など普段のお手入れの後、手のひらに10円玉大をとり、顔全体になじませます。\u003c\/p\u003e\n        \u003cdiv class=\"youtube-embed\"\u003e\n          \u003ciframe width=\"100%\" height=\"215\" src=\"https:\/\/www.youtube.com\/embed\/OxUe2DQNjWk\" 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よくある質問\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eQ. どのような製品ですか?\u003c\/p\u003e\n        \u003cp\u003eA. ニキビの大きな原因である乾燥を防ぐための保湿ジェルです。イソフラボン、フラーレン、EGFの主要配合成分がニキビ悩みにもエイジングの悩みにも働きかけます。\u003c\/p\u003e\n        \u003cp\u003eQ. どのような人におすすめですか?\u003c\/p\u003e\n        \u003cp\u003eA. ニキビ肌やニキビの予防に限らず、どんな肌質の方にもお使いいただけます。しっかりと保湿をしたいけどテクスチャーはさっぱりした方が好きな方にもおすすめです。\u003c\/p\u003e\n        \u003cp\u003eQ. もう少し保湿感が欲しいのですが?\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\/div\u003e","brand":"アクネスラボ","offers":[{"title":"Default Title","offer_id":52482388001043,"sku":null,"price":7150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0928\/3924\/8147\/files\/0000000001662_hBBfuPa_53159310-44cc-4683-9f02-25938a059510.png?v=1760499461"}],"url":"https:\/\/acne-note.we-shop.jp\/collections\/%e4%b9%be%e7%87%a5-%e3%82%86%e3%82%89%e3%81%8e%e8%82%8c%e5%90%91%e3%81%91%e3%82%b1%e3%82%a2.oembed","provider":"アクネノート","version":"1.0","type":"link"}