{"title":"ブラシ","description":"","products":[{"product_id":"ミネラルメイクアップ専用-ソフトフィットブラシ-カブキ","title":"ミネラルメイクアップ専用 ソフトフィットブラシ [カブキ]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; 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が広がります。ミネラルパウダーをムラなくフィットさせ、触れるたびに肌が喜ぶ、素肌感あふれるツヤ肌へ。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/brnew1.jpg?v=1750225823\" 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        \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e【ソフトフィットブラシ】は世界中に数え切れないほどあるブラシの中から、ミネラルパウダーとの相性や肌への刺激のなさ、また環境への配慮を考えて、天然毛を思わせるような高級人工毛にこだわり選びました。その肌触りはまるで\u003cstrong\u003eベルベットを思わせるほど心地よく\u003c\/strong\u003e、いつまでも触れていたいと感じるほどの癒されるブラシです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e高級人工毛だから実現できた 3つのポイント\u003c\/h3\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    \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化粧品の成分や皮脂で汚れてしまった汚いままのブラシでは、十分にパウダーを含むことができず、また肌の滑りも悪くなるため、キレイに仕上げることができません。メイクの順番やテクニックも重要ですが、まずは使う道具を清潔に保つことも大切です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e日々のお手入れ: 使用後はスキンケア商品や皮脂などが付着し、雑菌の繁殖や臭いの原因になりますので、ティッシュなどでブラシに残った汚れを拭き取ることで清潔に保つことができます。\u003c\/li\u003e\n            \u003cli\u003e定期的なお手入れ: 清潔にご使用いただくために、定期的に洗浄を行ってください。ブラシの汚れが目立つ、粉含みが悪い、メイクの仕上がりが良くないと感じたら、ブラシを洗うタイミングですが、毎日キレイにメイクするために、1週間に1度の洗浄をお勧めします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-cleaning-2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text text-center\"\u003e▼レイチェルワインではブラシにも手肌にも優しいクリーナーをご用意しています▼\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br-cleaner\"\u003e\u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/br-clearner_link.jpg\" alt=\"ブラシクリーナー\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br_perfect\"\u003e\u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/pbrush_link4.jpg\" alt=\"パーフェクトブラシ\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\u003e\n        \u003ciframe title=\"使い方\" src=\"https:\/\/www.youtube.com\/embed\/cr9VXG2jqOw\" width=\"560\" height=\"315\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen class=\"youtube-iframe\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・その他\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eケース付き\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長：6.7cm\u003c\/li\u003e\n                    \u003cli\u003e毛の部分：3.7cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e材質：人工毛（ナイロン）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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未開封で商品到着日より7日以内であれば返品可能です。（特定商取引法に基づく表記）\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e関連商品\u003c\/h3\u003e\n        \u003cdiv class=\"related-products-grid\"\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=8f99c855f0bea1785ae7c2ba8b28b6b5\"\u003e\u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/smartpc.jpg\" alt=\"スマートブラシ\" class=\"img-fluid product-img\"\u003e\u003c\/a\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=da5300f0fbc5a5359ae285a6df9f9df8\"\u003e\u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_angle.jpg\" alt=\"チークブラシ\" class=\"img-fluid product-img\"\u003e\u003c\/a\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=028945c0f9cf06905bd4fc5f35b5829e\"\u003e\u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_point.jpg\" alt=\"コンシーラーブラシ\" class=\"img-fluid product-img\"\u003e\u003c\/a\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=b4edb342592f9fe79bf7fd8f06241fa3\"\u003e\u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_eyebrow.jpg\" alt=\"アイブロウブラシ\" class=\"img-fluid product-img\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ウィンフィールド・ライフリサーチ","offers":[{"title":"Default Title","offer_id":43584309133451,"sku":"br","price":4620.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/brnew1.jpg?v=1750225823"},{"product_id":"ソフトフィットブラシ-スマートカブキ","title":"ソフトフィットブラシ [スマートカブキ]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e肌に溶け込む ベースメイク術\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003eベルベットのような高級人工毛\u003c\/strong\u003eが肌に吸い付く心地よさ。\n            \u003cstrong\u003eミネラルパウダーをムラなく均一に\u003c\/strong\u003eのせ、\u003cstrong\u003e素肌のような自然なツヤ\u003c\/strong\u003eを引き出します。\n            \u003cstrong\u003e肌への優しさ\u003c\/strong\u003eを追求した、まさに逸品です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/brsmartnew1-1.jpg?v=1750226909\" class=\"img-fluid d-block w-100 product-img\" alt=\"ソフトフィットブラシ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日清潔、メイクノリUPブラシ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/brsmart-3.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシの毛質イメージ\"\u003e\n        \u003ch3 class=\"section-title\"\u003eこだわりぬいた高級人工毛\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            【ソフトフィットブラシ】は世界中に数え切れないほどあるブラシの中から、\n            \u003cstrong\u003eミネラルパウダーとの相性\u003c\/strong\u003eや\u003cstrong\u003e肌への刺激のなさ\u003c\/strong\u003e、また\u003cstrong\u003e環境への配慮\u003c\/strong\u003eを考えて、\n            天然毛を思わせるような\u003cstrong\u003e高級人工毛\u003c\/strong\u003eにこだわり選びました。\n            その肌触りはまるで\u003cstrong\u003eベルベットを思わせるほど心地よく\u003c\/strong\u003e、いつまでも触れていたいと感じるほどの癒されるブラシです。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e高級人工毛だから実現できた 3つのポイント\u003c\/h3\u003e\n        \u003cul class=\"benefit-list\"\u003e\n            \u003cli\u003e\n                \u003cp\u003ePOINT1 最上級の触り心地\u003c\/p\u003e\n                \u003cp\u003e柔らかいのにコシがある毛質の弾力は使い心地抜群。肌への負担はもちろん、パウダーを均一にのせるために理想的な堅さを実現しました。\u003c\/p\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cp\u003ePOINT2 抜群の耐久性\u003c\/p\u003e\n                \u003cp\u003e毛質が変化しにくいので、いつまでも肌触りがよく、パウダーが均一に肌にのります。自然なツヤ感が得られ、素肌のような仕上がりを実現します。\u003c\/p\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cp\u003ePOINT3 お手入れ簡単\u003c\/p\u003e\n                \u003cp\u003e洗顔料やシャンプーを溶かしたぬるま湯でもみ洗いするだけで、いつまでも清潔でやわらかくふんわりとした肌あたりを実感していただけます。洗浄後の乾きが早く、菌の増殖も防ぎます。\u003c\/p\u003e\n            \u003c\/li\u003e\n        \u003c\/ul\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\n            化粧品の成分や皮脂で汚れてしまった汚いままのブラシでは、十分にパウダーを含むことができず、また肌の滑りも悪くなるため、キレイに仕上げることができません。\n            メイクの順番やテクニックも重要ですが、まずは\u003cstrong\u003e使う道具を清潔に保つこと\u003c\/strong\u003eも大切です。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e日々のお手入れ\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e\n                使用後はスキンケア商品や皮脂などが付着し、\u003cstrong\u003e雑菌の繁殖や臭いの原因\u003c\/strong\u003eになりますので、\n                \u003cstrong\u003eティッシュなどでブラシに残った汚れを拭き取る\u003c\/strong\u003eことで清潔に保つことができます。\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e定期的なお手入れ\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e\n                清潔にご使用いただくために、\u003cstrong\u003e定期的に洗浄\u003c\/strong\u003eを行ってください。\n                ブラシの汚れが目立つ、粉含みが悪い、メイクの仕上がりが良くないと感じたら、ブラシを洗うタイミングですが、\n                毎日キレイにメイクするために、\u003cstrong\u003e1週間に1度の洗浄\u003c\/strong\u003eをお勧めします。\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-cleaning-2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシのお手入れ方法\"\u003e\n        \u003cp class=\"body-text\"\u003e▼レイチェルワインではブラシにも手肌にも優しいクリーナーをご用意しています▼\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br-cleaner\"\u003e\n            \u003cimg alt=\"ブラシクリーナー\" src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/br-clearner_link.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br_perfect\"\u003e\n            \u003cimg alt=\"パーフェクトブラシ\" src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/pbrush_link4.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/a\u003e\n        \u003cdiv class=\"video-container\"\u003e\n            \u003ciframe title=\"ブラシの洗い方【レイチェルワイン】\" src=\"https:\/\/www.youtube.com\/embed\/cr9VXG2jqOw\" allowfullscreen class=\"img-fluid d-block w-100\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related-products-grid\"\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=744112c6a818fcc38453564c22fcc5dd\"\u003e\n                \u003cimg alt=\"スマートブラシ\" src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_kabuki.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=da5300f0fbc5a5359ae285a6df9f9df8\"\u003e\n                \u003cimg alt=\"チークブラシ\" src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_angle.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=028945c0f9cf06905bd4fc5f35b5829e\"\u003e\n                \u003cimg alt=\"コンシーラーブラシ\" src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_point.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=b4edb342592f9fe79bf7fd8f06241fa3\"\u003e\n                \u003cimg alt=\"アイブロウブラシ\" src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_eyebrow.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e材質: 人工毛（ナイロン）\u003c\/li\u003e\n                \u003cli\u003e付属品: 専用ケース付き\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eコンパクトで持ち運びにも便利なサイズです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e全長: 6.7cm\u003c\/li\u003e\n                \u003cli\u003e毛の部分: 3.7cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e返品・交換について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e返品に関する規定は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e未開封の商品に限り、商品到着日より7日以内であれば返品可能です。（特定商取引法に基づく表記）\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"ウィンフィールド・ライフリサーチ","offers":[{"title":"Default Title","offer_id":43584328335499,"sku":"br_smart","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/brsmartnew1-1.jpg?v=1750226909"},{"product_id":"ソフトフィットブラシ-アングル","title":"ソフトフィットブラシ [アングル]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; 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\/0659\/4553\/4603\/files\/br_angle.jpg?v=1750228812\" class=\"img-fluid d-block w-100 product-img\" alt=\"ソフトフィットブラシ-アングル\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eプロの仕上がりを、毎日の手に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e魅力的な顔立ちに仕上げてくれるマストアイテム\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/brangle-1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシの使用イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eやわらかく、適度なコシのあるブラシ。斜めにカットされたブラシ面は、顔の凸凹にしなやかにフィットするので、パウダーを自然にのせられます。\u003cstrong\u003eフェイス、チークなど使い勝手抜群\u003c\/strong\u003eで、表情を豊かに、また\u003cstrong\u003e立体感のある魅力的な顔立ち\u003c\/strong\u003eに仕上げてくれるマストアイテムです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e高級人工毛だから実現できた3つのポイント\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eこのブラシは、高品質な人工毛を使用することで、メイクアップに欠かせない以下の3つの優れた特性を実現しました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003e最上級の触り心地\u003c\/strong\u003e: 柔らかいのにコシがある毛質の弾力は使い心地抜群。肌への負担はもちろん、パウダーを均一にのせるために理想的な堅さを実現しました。\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003e抜群の耐久性\u003c\/strong\u003e: 毛質が変化しにくいので、いつまでも肌触りがよく、パウダーが均一に肌にのります。自然なツヤ感が得られ、素肌のような仕上がりを実現します。\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eお手入れ簡単\u003c\/strong\u003e: 洗顔料やシャンプーを溶かしたぬるま湯でもみ洗いするだけで、いつまでも清潔でやわらかくふんわりとした肌あたりを実感していただけます。洗浄後の乾きが早く、菌の増殖も防ぎます。\u003c\/li\u003e\n        \u003c\/ul\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も大切です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003e日々のお手入れ\u003c\/strong\u003e: 使用後はスキンケア商品や皮脂などが付着し、雑菌の繁殖や臭いの原因になりますので、ティッシュなどでブラシに残った汚れを拭き取ることで清潔に保つことができます。\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003e定期的なお手入れ\u003c\/strong\u003e: 清潔にご使用いただくために、定期的に洗浄を行ってください。ブラシの汚れが目立つ、粉含みが悪い、メイクの仕上がりが良くないと感じたら、ブラシを洗うタイミングですが、毎日キレイにメイクするために、\u003cstrong\u003e1週間に1度の洗浄\u003c\/strong\u003eをお勧めします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-cleaning-2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシのクリーニング方法\"\u003e\n        \u003c\/div\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関連アイテム・How To動画\u003c\/h3\u003e\n        \u003cp class=\"body-text text-center\"\u003eレイチェルワインでは、ブラシケア製品や様々なブラシをご用意しています。使い方のヒントもぜひご覧ください。\u003c\/p\u003e\n        \u003cp class=\"body-text text-center\"\u003e▼レイチェルワインではブラシにも手肌にも優しいクリーナーをご用意しています▼\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br-cleaner\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/br-clearner_link.jpg\" alt=\"ブラシクリーナー\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br_perfect\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/pbrush_link4.jpg\" alt=\"パーフェクトブラシ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-top: 30px;\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/cr9VXG2jqOw\" title=\"YouTube video\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related-brushes-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px;\"\u003e\n            \u003cdiv class=\"spec-img-full\" style=\"flex: 0 0 45%;\"\u003e\n                \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=8f99c855f0bea1785ae7c2ba8b28b6b5\"\u003e\n                    \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/smartpc.jpg\" alt=\"スマートブラシ\" class=\"img-fluid d-block w-100 product-img\" style=\"margin-bottom: 12px;\"\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\" style=\"flex: 0 0 45%;\"\u003e\n                \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=744112c6a818fcc38453564c22fcc5dd\"\u003e\n                    \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_kabuki.jpg\" alt=\"チークブラシ\" class=\"img-fluid d-block w-100 product-img\" style=\"margin-bottom: 12px;\"\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\" style=\"flex: 0 0 45%;\"\u003e\n                \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=028945c0f9cf06905bd4fc5f35b5829e\"\u003e\n                    \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_point.jpg\" alt=\"コンシーラーブラシ\" class=\"img-fluid d-block w-100 product-img\" style=\"margin-bottom: 12px;\"\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\" style=\"flex: 0 0 45%;\"\u003e\n                \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=b4edb342592f9fe79bf7fd8f06241fa3\"\u003e\n                    \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_point.jpg\" alt=\"コンシーラーブラシ\" class=\"img-fluid d-block w-100 product-img\" style=\"margin-bottom: 12px;\"\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e材質\u003c\/strong\u003e: 人工毛（ナイロン）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品の各部の寸法は以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e全長\u003c\/strong\u003e: 12.5cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e毛の部分\u003c\/strong\u003e: 3.5cm (長い部分)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e未開封の商品に限り、商品到着日より\u003cstrong\u003e7日以内\u003c\/strong\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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"Default Title","offer_id":43584351436939,"sku":"br_ch","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/br_angle.jpg?v=1750228812"},{"product_id":"ソフトフィットブラシ-ポイント","title":"ソフトフィットブラシ [ポイント]","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; 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させ、\u003cstrong\u003eムラなく自然なカバー力\u003c\/strong\u003eを実現します。プロ級の仕上がりをご自宅で。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/br_point.jpg?v=1750229433\" 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    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/brpoint.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\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    \u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\"\u003e\n      \u003ciframe loading=\"lazy\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\" title=\"YouTube video\" src=\"https:\/\/www.youtube.com\/embed\/cr9VXG2jqOw\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\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 text-center\"\u003eレイチェルワインではブラシにも手肌にも優しいクリーナーをご用意しています\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br-cleaner\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/br-clearner_link.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシクリーナー\"\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br_perfect\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/pbrush_link4.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシセット\"\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=8f99c855f0bea1785ae7c2ba8b28b6b5\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/smartpc.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートブラシ\"\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=da5300f0fbc5a5359ae285a6df9f9df8\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_angle.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"チークブラシ\"\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=744112c6a818fcc38453564c22fcc5dd\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_kabuki.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンシーラーブラシ\"\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=b4edb342592f9fe79bf7fd8f06241fa3\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_eyebrow.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"アイブロウブラシ\"\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\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高級人工毛だから実現できた3つのポイント\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    \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=\"basic-list\"\u003e\n        \u003cli\u003e全長：12cm\u003c\/li\u003e\n        \u003cli\u003e毛の部分：1.6cm\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=\"basic-list\"\u003e\n        \u003cli\u003e人工毛（ナイロン）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e清潔なブラシでメイクノリもアップ\u003c\/p\u003e\n      \u003cp\u003e化粧品の成分や皮脂で汚れてしまった汚いままのブラシでは、十分にパウダーを含むことができず、また肌の滑りも悪くなるため、キレイに仕上げることができません。メイクの順番やテクニックも重要ですが、まずは使う道具を清潔に保つことも大切です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e日々のお手入れ 使用後はスキンケア商品や皮脂などが付着し、雑菌の繁殖や臭いの原因になりますので、ティッシュなどでブラシに残った汚れを拭き取ることで清潔に保つことができます。\u003c\/li\u003e\n        \u003cli\u003e定期的なお手入れ 清潔にご使用いただくために、定期的に洗浄を行ってください。ブラシの汚れが目立つ、粉含みが悪い、メイクの仕上がりが良くないと感じたら、ブラシを洗うタイミングですが、毎日キレイにメイクするために、1週間に1度の洗浄をお勧めします。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-cleaning-2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e未開封で商品到着日より7日以内であれば返品可能です（特定商取引法に基づく表記）\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"Default Title","offer_id":43584352518283,"sku":"br_cn","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/br_point.jpg?v=1750229433"},{"product_id":"ソフトフィットブラシ-アイブロウ","title":"ソフトフィットブラシ [アイブロウ]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; 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描けます。アイブロウだけでなく、アイシャドウの締め色にも活用できる優秀な一本です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/brebnew1-1.jpg?v=1750231061\" 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        \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/breyebrow-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e好みの眉に仕上げてくれるマストアイテム\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e斜めにカットされたコシのある毛が肌にフィットしやすく、ラインを引きやすいブラシです。短く細目の毛先でアイブロウパウダーが馴染みやすく、細いライン・太いラインの描き分けも自在。1本でお好みの眉に仕上げることができます。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003eアイブロウ以外にも使いやすい1本\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eアイブロウでの使用はもちろんですが、細目の毛先がアイブロウ以外のメイクにも実力を発揮します。例えば、アイシャドウ。目の際にシェードカラーでラインを引きたい場合にも重宝します。ホール部分はポイントブラシ、目の際の部分にはアイブロウブラシを使用すれば、より魅力あふれる目元を演出できます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・こだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e高級人工毛だから実現できた3つのポイントをご紹介します。\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        \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=\"basic-list\"\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=\"basic-list\"\u003e\n                \u003cli\u003e全長: 12.5cm\u003c\/li\u003e\n                \u003cli\u003e毛の部分: 0.8cm\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            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e日々のお手入れ: 使用後はスキンケア商品や皮脂などが付着し、雑菌の繁殖や臭いの原因になりますので、ティッシュなどでブラシに残った汚れを拭き取ることで清潔に保つことができます。\u003c\/li\u003e\n                \u003cli\u003e定期的なお手入れ: 清潔にご使用いただくために、定期的に洗浄を行ってください。ブラシの汚れが目立つ、粉含みが悪い、メイクの仕上がりが良くないと感じたら、ブラシを洗うタイミングですが、毎日キレイにメイクするために、1週間に1度の洗浄をお勧めします。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-cleaning-2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"display: flex; justify-content: center; align-items: center; width: 100%; margin-top: 20px;\"\u003e\n                \u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cr9VXG2jqOw\" title=\"使い方 ブラシの洗い方【レイチェルワイン】\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 該当情報が提供されていないため、このセクションは作成しません。 --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e返品について: 未開封で商品到着日より7日以内であれば返品可能です（特定商取引法に基づく表記）。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ウィンフィールド・ライフリサーチ","offers":[{"title":"Default Title","offer_id":43584381386891,"sku":"br_eb","price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/brebnew1-1.jpg?v=1750231061"},{"product_id":"パーフェクトフィットブラシ-カブキ","title":"パーフェクトフィットブラシ [カブキ]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; 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させ、プロが仕上げたような\u003cstrong\u003eムラのない美しい肌\u003c\/strong\u003eを演出します。毎日のメイクが\u003cstrong\u003e至福のひととき\u003c\/strong\u003eへと変わるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/pfkbnew1-1.jpg?v=1750231582\" class=\"img-fluid d-block w-100 product-img\" alt=\"パーフェクトフィットブラシ-カブキのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e肌を慈しむやわらかさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eこれまで感じたことのないやわらかさと肌触り\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/brpfkbk-1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"パーフェクトフィットブラシのやわらかさを表現するイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003e毛穴の大きさをより細い毛にすることにより、これまで感じたことのない\u003cstrong\u003eやわらかさと肌触り\u003c\/strong\u003eを実現。繊細なやわらかさの中にコシがあるので、従来の人工毛よりパウダーをより\u003cstrong\u003e均一にムラなく\u003c\/strong\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ことも大切です。\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    \u003c\/ul\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ブラシの汚れが目立つ、粉含みが悪い、メイクの仕上がりが良くないと感じたら、ブラシを洗うタイミングですが、毎日キレイにメイクするために、1週間に1度の洗浄をお勧めします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-cleaning-2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシの洗浄方法のイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eブラシを清潔に保つことの重要性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eおすすめのブラシクリーナー\u003c\/h3\u003e\n    \u003cp class=\"body-text text-center\"\u003e▼レイチェルワインではブラシにも手肌にも優しいクリーナーをご用意しています▼\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br-cleaner\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/br-clearner_link.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシクリーナーへのリンクバナー\"\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用方法\u003c\/h3\u003e\n    \u003cdiv class=\"youtube-player\"\u003e\n      \u003ciframe height=\"315\" width=\"560\" src=\"https:\/\/www.youtube.com\/embed\/cr9VXG2jqOw\" title=\"ブラシの使い方\" 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\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eパーフェクトフィットブラシ-カブキは、プロが仕上げたような美しい肌を演出するために設計されました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e毛穴より細い人工毛で\u003cstrong\u003e極上の肌触り\u003c\/strong\u003eを実現\u003c\/li\u003e\n          \u003cli\u003e繊細なコシでパウダーを\u003cstrong\u003e均一にフィット\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eムラのない美しい仕上がりで\u003cstrong\u003eメイクの格上げ\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e清潔に保ちやすい人工毛で\u003cstrong\u003eメイクノリをキープ\u003c\/strong\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 class=\"body-text\"\u003eソフトフィットブラシの毛質に比べ、ファンデーションがムラなく、より均一にのばせていることがわかります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/pbrush_topic1-1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ファンデーションの伸び比較図\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\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        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e材質\u003c\/td\u003e\n                \u003ctd\u003e人工毛（ナイロン）\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eサイズ\u003c\/td\u003e\n                \u003ctd\u003e全長：6.5cm　毛の部分：3.8cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eその他\u003c\/td\u003e\n                \u003ctd\u003eオリジナルロゴ入ケース付き\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003e返品について:\u003c\/strong\u003e 未開封で商品到着日より7日以内であれば返品可能です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e詳細については、特定商取引法に基づく表記をご確認ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 関連商品セクション --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e合わせて買いたい\u003c\/h3\u003e\n    \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=693366584d0001b830d60402e5b3a056\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br_perfect-es_pc.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"パーフェクトフィットブラシ-アイシャドウ\"\u003e\n    \u003c\/a\u003e\n    \u003cp class=\"caption-text text-center\"\u003eパーフェクトフィットブラシ-アイシャドウ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"Default Title","offer_id":43584434372747,"sku":"br_perfect","price":5170.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/pfkbnew1-1.jpg?v=1750231582"},{"product_id":"パーフェクトフィットブラシ-アイシャドウ","title":"パーフェクトフィットブラシ [アイシャドウ]","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; 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がふわりと触れるような使い心地。アイカラーを均一に肌へ密着させ、ムラのない美しい発色を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/pbr_es.jpg?v=1750236098\" class=\"img-fluid d-block w-100 product-img\" alt=\"パーフェクトフィットブラシのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e瞳を彩る柔らかなタッチ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br_perfect-es_pc.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"パーフェクトフィットブラシの商品画像\"\u003e\n        \u003c\/div\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        \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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n            \u003cp class=\"body-text\"\u003e日々のお手入れ\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e使用後はスキンケア商品や皮脂などが付着し、雑菌の繁殖や臭いの原因になりますので、ティッシュなどでブラシに残った汚れを拭き取ることで清潔に保つことができます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cp class=\"body-text\"\u003e定期的なお手入れ\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e清潔にご使用いただくために、定期的に洗浄を行ってください。ブラシの汚れが目立つ、粉含みが悪い、メイクの仕上がりが良くないと感じたら、ブラシを洗うタイミングです。毎日キレイにメイクするために、1週間に1度の洗浄をお勧めします。\u003c\/p\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/br-cleaning-2.jpg\" 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        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e材質\u003c\/th\u003e\n                \u003ctd\u003e人工毛（ナイロン）\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003ctd\u003e全長：11.5cm　毛の部分：1cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e返品について\u003c\/th\u003e\n                \u003ctd\u003e未開封で商品到着日より7日以内であれば返品可能\u003cbr\u003e（特定商取引法に基づく表記）\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\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        \u003ca href=\"https:\/\/www.rachelwine.com\/item\/br-cleaner\"\u003e\n          \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/br-clearner_link.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシクリーナーのリンク画像\"\u003e\n        \u003c\/a\u003e\n        \u003cp class=\"body-text\"\u003e関連ブラシシリーズもご覧ください。\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.rachelwine.com\/mmu#kodawari-brush\"\u003e\n          \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/pbrush_topic2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラシシリーズへのリンク画像\"\u003e\n        \u003c\/a\u003e\n        \u003cp class=\"body-text\"\u003eブラシの洗い方動画\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cr9VXG2jqOw\" title=\"使い方 ブラシの洗い方【レイチェルワイン】\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e関連商品：スマートブラシ\u003c\/p\u003e\n        \u003ca href=\"https:\/\/c9i3crsye3s5i9wu-65945534603.shopifypreview.com\/products_preview?preview_key=a9ab544943772a42ad1cf618b647d3d7\"\u003e\n          \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/brush_series_kabuki.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートブラシのリンク画像\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e \u003c!-- end content-section (Specs) --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e返品について: 未開封で商品到着日より7日以内であれば返品可能です。（特定商取引法に基づく表記）\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e \u003c!-- end container product-wrapper --\u003e","brand":"Rachel Wine","offers":[{"title":"Default Title","offer_id":43584622887051,"sku":"4582423594152","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/pbr_es.jpg?v=1750236098"},{"product_id":"数量限定-4in1-パウダーケース","title":"［数量限定］4in1 パウダーケース","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"New York\", Iowan Old Style, Apple Garamond, Baskerville, \"Times New Roman\", Droid Serif, Times, \"Source Serif Pro\", serif, YuMincho, \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #212326;\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: #1a1b18; \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-left: 6px solid #b79671; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #212326; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #7B7B7B; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 40px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b7967140 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: 40px;\n      background-color: #ffffff; \n      color: #212326;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1a1b18; 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: #b79671; }\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: #ffffff; color: #212326; 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: #b79671; 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: #7B7B7B; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1a1b18; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #7B7B7B; 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: #b79671; 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: #1a1b18; margin-bottom: 12px; border-bottom: 1px solid #b79671; 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: #1a1b18; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d2d5d9; background: #ebebeb; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1a1b18; 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できます。直径5cm、高さ2cmの\u003cstrong\u003eミニマルサイズ\u003c\/strong\u003eで、バッグの中でかさばることもありません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/4in1new1-1.jpg?v=1750239268\" class=\"img-fluid d-block w-100 product-img\" alt=\"オリジナルメイクパレットイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e必要な美しさをいつでも傍に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/4in1_header_pc.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"あなただけの4色セットをカスタマイズ\"\u003e\n    \u003ch3 class=\"section-title\"\u003eあなただけの4色セットを自由自在にカスタマイズ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e外出先でメイク直ししたいけど、荷物が増えるのも困る・・・そんな思いをした人も多いと思います。できるだけ\u003cstrong\u003eコンパクトに持ち運べたら\u003c\/strong\u003eというご希望にお応えできる商品をご用意いたしました。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eケースの中は4つに仕切られており、どのパウダーを入れるかはあなた次第。\u003cstrong\u003eファンデーション、アクセントフェースパウダー、コントロールカラーベース、コンシーラー、チーク、アイシャドウ、アイブロウ、どのパウダー商品でもご使用いただけます。\u003c\/strong\u003eあなただけの特別な4色セットを作ってくださいね。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/www.rachelwine.com\/\/assets\/img\/company\/4in1_use.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"4in1パウダーケース使い方\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/4in1_770off.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"4in1パウダーケース無料クーポン\"\u003e\n    \u003cp class=\"body-text\"\u003e商品総額6,600円(税込)以上の方には、4in1パウダーケースが無料になる割引クーポンをプレゼントいたします！\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eご希望の商品と\u003cstrong\u003e4in1パウダーケース\u003c\/strong\u003eを総額6,600円(税込)以上になるようカートに入れていただき、以下クーポンコードをご入力ください。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/2019\/07\/4in1_756off_line.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"クーポンコード：41pc756\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eクーポンコード：\u003cstrong\u003e【41pc756】\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\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      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eファンデーション、チーク、アイシャドウなど、必要なパウダーを集約可能\u003c\/li\u003e\n        \u003cli\u003eケースの中は4つに仕切られており、パウダーを自由に組み合わせ\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e直径：5cm\u003c\/li\u003e\n        \u003cli\u003e高さ：2cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eサイズ\u003c\/td\u003e\n              \u003ctd\u003e直径：5cm　高さ：2cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\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=\"basic-list\"\u003e\n        \u003cli\u003e本体：プラスチック（想定）\u003c\/li\u003e\n        \u003cli\u003e生産国：日本（想定）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e返品・交換について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e以下の条件で返品が可能です。\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e返品について\u003c\/td\u003e\n              \u003ctd\u003e未開封で商品到着日より7日以内であれば返品可能（特定商取引法に基づく表記）\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e詳細は特定商取引法に基づく表記をご確認ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eクーポンに関する注意事項\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eお一人様1回限りのご使用となります。\u003c\/li\u003e\n      \u003cli\u003e他のクーポンと併用いただけません。\u003c\/li\u003e\n      \u003cli\u003e4in1パウダーケースを複数点ご購入いただきましても、クーポン適用は1点のみとなります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e返品に関する注意事項\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e未開封で商品到着日より7日以内であれば返品可能です。\u003c\/li\u003e\n      \u003cli\u003e詳細は商品詳細ページの「返品・交換について」をご確認ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"Default Title","offer_id":43584682590347,"sku":"4in1pc","price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/4in1new1-1.jpg?v=1750239268"}],"url":"https:\/\/suhada-blanc.we-shop.jp\/collections\/%e3%83%96%e3%83%a9%e3%82%b7.oembed","provider":"SUHADA BLANC","version":"1.0","type":"link"}