{"product_id":"aquawhite-y","title":"ライゼ アクアホワイト セラム乳液","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Montserrat, \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #A4A3A2;\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 #ECEAEB;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #D4AEDF; \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: 2px dashed #ECEAEB; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #A4A3A2; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #B0B0B0; \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%, #D4AEDF40 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 #ECEAEB;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #A4A3A2;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #D4AEDF; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #D4AEDF; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ECEAEB; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #A4A3A2; 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: #D4AEDF; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #B0B0B0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #D4AEDF; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #B0B0B0; 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: #D4AEDF; 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: #D4AEDF; margin-bottom: 12px; border-bottom: 1px solid #D4AEDF; 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 #ECEAEB; th, td { padding: 12px 8px; border: 1px solid #ECEAEB; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #D4AEDF; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ECEAEB; background: #F9F6F9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #D4AEDF; 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毛穴\u003c\/strong\u003eと\u003cstrong\u003eくすみケア\u003c\/strong\u003eに着目しました。ビタミンCをはじめとした厳選成分が、肌本来の力を引き出し、健やかな肌土台を構築します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0623\/4567\/4861\/files\/08081446_68958f2e368.jpg?v=1761298796\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練されたジェル乳液\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eみずみずしい感触が肌へ溶け込む\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eパール粒2つ分を手のひらに広げてください。すっとなじむジェル乳液が、肌のすみずみまでうるおいを届け、もっちりとした\u003cstrong\u003e吸い付くような感触\u003c\/strong\u003eへ導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0623\/4567\/4861\/files\/09201129_650a58ffec4.jpg?v=1761298798\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日の肌へのご褒美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eビタミンCの力で内側からクリアな肌へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e多角的な\u003cstrong\u003eビタミンC誘導体\u003c\/strong\u003eが、くすみやたるみの原因にアプローチ。肌のバリア機能をサポートし、内側から透明感あふれる、\u003cstrong\u003e揺らがないハリ肌\u003c\/strong\u003eを育みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0623\/4567\/4861\/files\/08081446_68958f3788e.jpg?v=1761298800\" 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\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品概要\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch3 class=\"section-title\"\u003e限界を超えた毛穴・くすみケア ビタミンCたっぷりのジェル乳液\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e［美容乳液］　 50g\u003c\/p\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    \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=\"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        \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      \u003ch2\u003e【商品について】\u003c\/h2\u003e\n      \u003cp class=\"body-text\"\u003e特長 1\u003c\/p\u003e\n      \u003ch3 class=\"section-title\"\u003eくすみは美白\u003csup\u003e※\u003c\/sup\u003eだけじゃケア仕切れない\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003eくすみの原因の一つとして挙げられるのが、「角栓の酸化」と言われています。角栓とは乾燥によって古くなった角質と皮脂が毛穴に詰まったもののことで、小鼻だけでなく、顔全体に存在しています。酸化した角栓が黒く変色し「くすみ」となるため、角栓が出来やすい人ほど、肌がくすむ傾向にあります。また、年齢とともに毛穴が広がり、角栓の詰まりがより目立ちやすくなるのも「くすみ」の原因です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e※メラニンの抑制\u003c\/p\u003e\n      \u003ch4 class=\"section-title\"\u003e角栓からの酸化ダメージの連鎖\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eREISEはここに着目！\u003c\/p\u003e\n      \u003ch3 class=\"section-title\"\u003eたんぱく質を修復\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e角栓が多い肌ほどくすみやすい。角栓形成予防と酸化進行阻害で黄ばみダメージを抑制するため、たんぱく質の量と品質がキーになります。根本からエネルギーで照らし、くすみにくい肌土台を構築しましょう。\u003c\/p\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p05.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"fl_wrap fl_sb\"\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"body-text\"\u003eケラチン（たんぱく質）で栄養チャージ\u003c\/p\u003e\n              \u003cp class=\"body-text\"\u003eREISEのメイン整肌成分 加水分解卵殻膜\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p06.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"body-text\"\u003e大西洋沿岸（ブルターニュ）で採取された褐藻類から抽出されたエキスで、外的ダメージから細胞を守り、細胞内の水分を増やし肌の免疫力UP。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"section-title\"\u003e繊維芽細胞培養試験結果\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p08.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"fl_wrap fl_sb\"\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"body-text\"\u003e角質層水分と脂質を増やし、バリアサポート\u003c\/p\u003e\n              \u003cp class=\"body-text\"\u003eREISEのメイン整肌成分 セラミドAP、NG、NP\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p09.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"body-text\"\u003e保湿の要となる細胞間脂質という組織の40％以上を占めるセラミドは、外部刺激から肌を守り、肌内部の水分蒸発を防いでバリアサポートします。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p10.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\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        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"body-text\"\u003e特長 2\u003c\/p\u003e\n      \u003ch3 class=\"section-title\"\u003eたるみはコラーゲンだけ増やしても意味がない\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e活性酸素に常にさらされている肌は、酸化ダメージを受けやすく、コラーゲン繊維の接着が低下し「たるみ」が発生します。真皮のコラーゲンの産出を促進しつつ、コラーゲンの正常な接着に保つためのエネルギーに着目。\u003c\/p\u003e\n      \u003ch4 class=\"section-title\"\u003e紫外線の酸化ダメージによる「たるみ」\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eREISEはここに着目！\u003c\/p\u003e\n      \u003ch3 class=\"section-title\"\u003e酸化\u003csup\u003e※\u003c\/sup\u003eをブロック\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e加水分解卵殻膜などのハリ成分で生成するコラーゲンの接着を阻害する原因に着目。肌を活性化するだけでなく、エネルギー代謝を正常化させ酸化をブロックすることが、「たるみ」を内側から改善し、ハリ環境を立て直す。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e※紫外線や加齢による肌の老化現象\u003c\/p\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p08.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"fl_wrap fl_sb\"\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"body-text\"\u003eDNA損傷緩和によるエネルギー産生\u003c\/p\u003e\n              \u003cp class=\"body-text\"\u003eトータル機能ビタミンC誘導体 テトラへキシルデカン酸アスコルビル（VCIP）\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p09.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"body-text\"\u003eビタミンCが酸化ストレスを軽減することで、DNA損傷の緩和、色素沈着の抑制するエネルギーを産生します。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"section-title\"\u003eUVA（紫外線A）によるDNAの断片化を緩和（h＝1時間）\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p13.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"body-text\"\u003e活性酸素除去によるエネルギー代謝促進\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003e高透過ビタミンC誘導体 パルミチン酸アスコルビルリン酸３Na（APPS）\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003e細胞内の活性酸素を除去し、シワ・たるみの原因となるコラーゲンへのダメージに効果を発揮しエネルギー代謝の促進を促します。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p14.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"body-text\"\u003eターンオーバー代謝を正常化\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003e持続型ビタミンC誘導体 アスコルビルグルコシド\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003e皮膚に吸収されると持続性が高い水溶性のビタミンC誘導体で、ハリサポート効果やターンオーバーを正常化する効果があります。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"body-text\"\u003e特長 3\u003c\/p\u003e\n      \u003ch3 class=\"section-title\"\u003e開き毛穴のポイントは肌の貯水力\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e肌のバリア機能が低下し、水分蒸発にともなって皮脂の過剰分泌が起こります。この隠れた乾燥によりコラーゲンが変質し、毛穴周りが緩み（乾燥毛穴）毛穴が開いてしまいます。\u003c\/p\u003e\n      \u003ch4 class=\"section-title\"\u003eバリア機能の低下による「乾燥毛穴」\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eREISEはここに着目！\u003c\/p\u003e\n      \u003ch3 class=\"section-title\"\u003e貯水力を強化\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e肌のバリア機能をサポートし、毛穴周りの脂質隙間を補充しながら保湿強化、コラーゲンの品質をキープ。インナードライな肌質の貯水・保水機能を高めます。\u003c\/p\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p16.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\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大西洋沿岸（ブルターニュ）で採取された褐藻類から抽出されたエキスで、外的ダメージから細胞を守り、細胞内の水分を増やし肌の免疫力UP。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"center\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p18.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"body-text\"\u003e角質層水分と脂質を増やし、バリアサポート\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003eREISEのメイン整肌成分 セラミドAP、NG、NP\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003e保湿の要となる細胞間脂質という組織の40％以上を占めるセラミドは、外部刺激から肌を守り、肌内部の水分蒸発を防いでバリアサポートします。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct\"\u003e\n        \u003cdiv class=\"prod_sc8 prod_sp_imgb\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p22.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"body-text\"\u003e毛穴周りのコラーゲン形状保護・保水\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003e新型保湿ビタミンC誘導体 3-グリセリルアスコルビン酸\u003c\/p\u003e\n          \u003cp class=\"body-text\"\u003e毛穴トラブルの原因に働きかけ、コラーゲン産生促進で毛穴改善に。メラニン産生抑制やコラーゲン産生促進、さらに保湿効果も高い成分です。\u003c\/p\u003e\n        \u003c\/div\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      \u003ch2\u003e【使い方】\u003c\/h2\u003e\n      \u003cdiv class=\"fl_wrap fl_ct\"\u003e\n        \u003cp class=\"prod_left_it center\"\u003e使用量の目安\u003c\/p\u003e\n        \u003cp class=\"prod_right_it center\"\u003eパール粒2つ分\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct prod_sc fl_sp_il\"\u003e\n        \u003cdiv class=\"prod_sc4 sp_m_use\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p19.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"body-text\"\u003eStep.1\u003cbr\u003e\u003cbr\u003e化粧水等の次に、適量（2ポンプ程度）を手のひらに取ります。\u003cbr\u003e\u003cbr\u003e※エッセンス セラム乳液と併用する場合\u003cbr\u003e朝：アクアホワイト セラム乳液　夜：エッセンス セラム乳液\u003cbr\u003eもしくは、使用量を調整し、アクアホワイト セラム乳液→エッセンス セラム乳液の順でご使用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"center sp_m\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/arrow_cg.svg\" width=\"30px\"\u003e\u003c\/p\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct prod_sc fl_sp_il\"\u003e\n        \u003cdiv class=\"prod_sc4 sp_m_use\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p20.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"body-text\"\u003eStep.2\u003cbr\u003e\u003cbr\u003e指先で顔の内側から外側へやさしくゆっくりとのばします。特に乾燥等が気になる箇所に重ねて塗布します。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"center sp_m\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/arrow_cg.svg\" width=\"30px\"\u003e\u003c\/p\u003e\n      \u003cdiv class=\"fl_wrap fl_al_ct prod_sc fl_sp_il\"\u003e\n        \u003cdiv class=\"prod_sc4 sp_m_use\"\u003e\n          \u003cp\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/aquawhite\/aquawhite_p21.jpg\" class=\"img-fluid product-img\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"body-text\"\u003eStep.3\u003cbr\u003e\u003cbr\u003e顔全体になじんだら、ゆっくりと手のひらで包み込むように軽く押さえてください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"prod_sc2 prod_use body-text\"\u003ePoint\u003cbr\u003e\u003cbr\u003e● 顔だけでなく、デコルテまでケアすることでさらにご実感いただけます。\u003cbr\u003e● 肌のバランス調整により、一時的にニキビができる場合がありますが、使い続けることで水分・油分のバランスが整い、キレイな素肌に生まれ変わります。お肌の様子を見ながらお使いください。\u003cbr\u003e● Tゾーンなどの皮脂の多い部分は少なめに、目の周りや頬などの乾燥しやすい部分は多めになど、部位で調整してお使いください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ZERO","offers":[{"title":"Default Title","offer_id":43581854515309,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0623\/4567\/4861\/files\/08081446_68958f2e368.jpg?v=1761298796","url":"https:\/\/reise-clinic.we-shop.jp\/products\/aquawhite-y","provider":"REISE clinic（ライゼ クリニック）","version":"1.0","type":"link"}