{"product_id":"clearwash-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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e羽泡洗顔で始まるツヤ肌体験\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自のピンククレイが叶える、\u003cstrong\u003e摩擦レス\u003c\/strong\u003eな洗い心地。しっとり潤いながら、\u003cstrong\u003eワントーン明るい肌\u003c\/strong\u003eへと誘います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0623\/4567\/4861\/files\/08081456_6895919722f.jpg?v=1761300168\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e輝く素肌へ導く美容洗顔\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e触れた瞬間、肌が喜ぶアミノ酸洗顔\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厳選されたアミノ酸と発酵の力が、肌に触れる瞬間から\u003cstrong\u003e優しく包み込みます\u003c\/strong\u003e。潤いを守りながら、\u003cstrong\u003eしっとりとした洗い上がり\u003c\/strong\u003eを実感してください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0623\/4567\/4861\/files\/08041652_62eb7ab5e5f.jpg?v=1761300171\" 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約100ミクロンの\u003cstrong\u003e濃密な羽泡\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\/08041652_62eb7abe82c.jpg?v=1761300174\" 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    \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[美容洗顔料] 105g\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カリ石ケン素地、水、グリセリン、マルチトール、ココイルグリシンK、ジステアリン酸グリコール、PPG-24グリセレス-24、加水分解卵殻膜、サッカロミセス／コメ発酵液、ヨーグルト液（牛乳）、キハダ樹皮エキス、ハトムギ種子エキス、カオリン、レモングラス葉油、レモン果皮油、オレンジ果皮油、ライム油、パルマローザ油、アオモジ果実油、ベルガモット果実油、マンダリンオレンジ果皮油、セラミドNP、セラミドAP、セラミドEOP、パール、サンゴ末、レモン果実エキス、チャ葉エキス、カンゾウ根エキス、ポリクオタニウム-39、プロパンジオール、PCA-Na、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、トリポリヒドロキシステアリン酸ジペンタエリスリチル、フェノキシエタノール、ポリクオタニウム-7、ラウロイルラクチレートNa、カルボマー、キサンタンガム、安息香酸Na、BG、トコフェロール、エチルヘキシルグリセリン、フィトスフィンゴシン、コレステロール\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        \u003ch3\u003eふんわり羽泡のヒミツ\u003c\/h3\u003e\n        \u003ch4\u003e新製法「カプセル化イオン洗浄」\u003c\/h4\u003e\n        \u003cp\u003e新製法のカプセル化イオン洗浄は、ホワイトクレイとレッドクレイを混ぜ合わせたピンククレイがカプセル化した状態の美肌成分などを包みこみ、ふんわりとした羽泡状に泡立てると、同時にカプセルが分離。クレイが洗浄、続いて加水分解卵白が毛穴をケアし、洗浄、ケアされた肌に美肌成分を優しく届けます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_06.png\"\u003e\u003c\/div\u003e\n        \u003cp\u003e洗浄メカニズム\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_07.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003e大きい分子のクレイ（−イオン）がカプセルを内包。泡の中で他の＋イオンと反応し、カプセルを分離。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_08.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003eクレイが皮脂や古い角質を除去し、サンゴ末が小さい汚れを吸着。パールパウダーが洗浄後の毛穴をケア。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_09.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003eパールパウダーが角質層に働きかけ、＋イオンの美肌成分を浸透\u003csup class=\"tx_hb_s\"\u003e※\u003c\/sup\u003eしやすくする。\u003csmall\u003e※角質層まで\u003c\/small\u003e\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_10.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003e洗うことで、肌の健康を保ちつつ、潤いを与えることでツヤ肌を実現。\u003c\/p\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3\u003e５つのこだわり\u003c\/h3\u003e\n        \u003ch4\u003e1. アミノ酸洗顔\u003c\/h4\u003e\n        \u003cp\u003e卵白を原料とし酵素で加水分解を経て、熱安定性を持たせた、水溶性卵殻膜微粉末を使用。タンパク質、アミノ酸を豊富に含むほか、弱酸性の天然界面活性剤とも呼ばれ、お肌を清潔に保ちます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_11.png\"\u003e\u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eアミノ酸: 清浄作用、高保湿力\u003c\/li\u003e\n          \u003cli\u003eグルタミン酸、アスパラギン酸: お肌につるんとした透明感\u003c\/li\u003e\n          \u003cli\u003eレシチン: 潤いを与えるエイジングケア\u003csup class=\"tx_hb_s\"\u003e※\u003c\/sup\u003e　\u003csmall\u003e※年齢に応じたスキンケア\u003c\/small\u003e\n\u003c\/li\u003e\n          \u003cli\u003eリゾチーム: 敏感ゆらぎ肌にアプローチ\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e2. 発酵の力\u003c\/h4\u003e\n        \u003cp\u003eコメヌカに乳酸桿菌で「発酵」の力を加え、様々な有用成分を生成。さらに美肌効果を増やし、洗顔しながらうるおいをキープ、みずみずしい肌へと導いてくれる。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_12.png\"\u003e\u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eコメヌカ: クリアで明るい肌\u003c\/li\u003e\n          \u003cli\u003e卵殻膜: エイジングケア\u003csup class=\"tx_hb_s\"\u003e※\u003c\/sup\u003eエッセンス　\u003csmall\u003e※年齢に応じたスキンケア\u003c\/small\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e3. 羽泡\u003c\/h4\u003e\n        \u003cp\u003e約100ミクロンのきめ細かい泡が、柔らかさと弾力の両方をバランスよく取り入れ、ライゼ流の「羽泡」洗顔体験ができます。泡同士のクッション機能でマッサージ効果も。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_13.png\"\u003e\u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eヨーグルト: 揺るがないバリア機能\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e4. 美肌菌\u003c\/h4\u003e\n        \u003cp\u003eヨーグルト液には、ホエイ成分が多く含まれ、加齢や紫外線などの影響によって、減少しやすいアミノ酸のひとつ「グルタチオン」と美肌菌と呼ばれる「表皮ブドウ球菌」を増やす作用があります。角質層のセラミドとグリセリンの分泌も促進。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_14.png\"\u003e\u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eアミノ酸洗浄: 汚れ吸着と潤い補充\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e5. ピンククレイ\u003c\/h4\u003e\n        \u003cp\u003e乾燥肌にうれしいクレイ。鉄分・ミネラルが豊富に含まれ、古くなった角質や汚れを吸着するだけではなく、お肌を潤し、保湿や弾力性を高めます。また、コラーゲンの生成を助ける働きがあり、アンチエイジング成分としても期待。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_15.png\"\u003e\u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eホワイトクレイ: 天然ミネラル、ターンオーバー促進\u003c\/li\u003e\n          \u003cli\u003eレッドクレイ: 血色を良くし、しっとりキメケア\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3\u003eさらに、こだわりの美容成分を配合\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_16.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003e毛穴ケア・引き締め: サンゴエキス、パール、レモン果実エキス\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_17.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003e潤いを与え、保水性UP: ヒト型セラミド、PCA-Na、ハトムギエキス\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_18.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003e肌荒れを防ぎ、透明感を磨く: カンゾウ根エキス、チャ葉エキス、オウバクエキス\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_19.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003eボタニカル美容オイル: レモン果皮油、レモングラス葉油、オレンジ果皮油、ライム油、パルマローザ油、アオモジ果実油、ベルガモット果実油、マンダリンオレンジ果皮油\u003c\/p\u003e\n          \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使用量の目安: 1.5cmほど\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_20.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003eStep.1\u003cbr\u003e顔を濡らした後、適量(1.5cm程)を手のひらに取り、水もしくはぬるま湯でよく泡立てます。泡だてネットのご使用もオススメです。\u003c\/p\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"text-center\"\u003e\n          \u003cimg width=\"30px\" src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/arrow_cg.svg\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_21.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003eStep.2\u003cbr\u003e顔の内側から外側に向かって小さく円を描くようにやさしくすべらせましょう。肌に触れず泡を転がすように洗ってください。\u003c\/p\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"text-center\"\u003e\n          \u003cimg width=\"30px\" src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/arrow_cg.svg\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/reise-skin.com\/user_data\/packages\/raku2pc\/img\/product\/wash\/wash_22.png\"\u003e\u003c\/div\u003e\n            \u003cp\u003eStep.3\u003cbr\u003e泡が残らないように洗い流し、清潔なタオルでこすらないように拭いてください。\u003c\/p\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ZERO","offers":[{"title":"Default Title","offer_id":43581854122093,"sku":"27","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0623\/4567\/4861\/files\/08081456_6895919722f.jpg?v=1761300168","url":"https:\/\/reise-clinic.we-shop.jp\/products\/clearwash-y","provider":"REISE clinic（ライゼ クリニック）","version":"1.0","type":"link"}