{"title":"ポイントメイク","description":"","products":[{"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\/esnew2.jpg?v=1750208582\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e肌に寄り添う、新発想アイカラー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e敏感で皮膚が薄い目の周りを考えて作られたアイシャドウ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然ミネラルで作られたレイチェルワインミネラルパウダーアイシャドウは、品のあるツヤ感と自然な発色、程よいラメの輝きが目元を華やかに彩ります。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eケミカルや人工色素を使うことなく、ミネラル原料のみで作られているので、肌に優しく、ファンデーション同様、\u003cstrong\u003eクレンジング無しで石けんで落とすことができる\u003c\/strong\u003eため、こすりすぎによる目の周りの負担も軽減できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/eyeshadow_topic1image.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e肌に優しいミネラル処方\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e付けたての発色が長時間続く\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eアイシャドウのヨレや色落ちの原因である皮脂。レイチェルワイン ミネラルパウダーアイシャドウの細かいパウダー粒子は、皮脂との馴染みがよく、時間が経っても\u003cstrong\u003e美しい発色をキープ\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e組み合わせは自由！使いやすい19色のカラーバリエーション\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e単色使いでアイメイクを楽しむのはもちろん、同系色でのグラデーション、複数のカラーを組み合わせてたり、パウダーなので混ぜて使うことで\u003cstrong\u003eオリジナルのカラーを作ることも可能\u003c\/strong\u003e。その日の気分やシチュエーション、季節に合わせてアイメイクを楽しむことができます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/eyeshadow_topic3image6.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e様々なメイクが楽しめる19色\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/ss_eyeshadow_19color.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e全19色のカラーラインナップ\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/eyeshadow_3color-howto2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e3色使いのグラデーション\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/eyeshadow_3color-image3.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e立体感を演出するグラデーション\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/eyeshadow_2color-howto2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e2色使いのグラデーション\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/eyeshadow_2color-image5.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e簡単に印象を変える2色使い\u003c\/p\u003e\n\n        \u003ca href=\"https:\/\/www.rachelwine.com\/blog\/blog31\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/www.rachelwine.com\/\/winfield\/es_skin.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\u003e\n        \u003cp class=\"caption-text text-end\"\u003eミネラルパウダーアイシャドウの魅力\u003c\/p\u003e\n\n        \u003cp class=\"caption-text text-end\"\u003e詳しい使い方は動画でチェック！\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/PS3NDWBZno8\" 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\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内容量: 1g\u003c\/li\u003e\n                \u003cli\u003eカラー: 全19色\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        \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\/wp-content\/uploads\/vegan_crueltyfree.jpg\" class=\"img-fluid d-block w-100 product-img\"\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            \u003cp class=\"body-text\"\u003e未開封で商品到着日より7日以内であれば返品可能です。（特定商取引法に基づく表記をご参照ください）\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"S01 ラベンダースパークル","offer_id":43584314802315,"sku":"eses-es-lavender-sp","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S02 ゴールデンスパークル","offer_id":43584314835083,"sku":"eses-es-golden-sp","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S03 エメラルドスパークル","offer_id":43584314867851,"sku":"eses-es-emerald-sp","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S04 ベージュ","offer_id":43584314900619,"sku":"eses-es-beige","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S05 ムーンライト","offer_id":43584314933387,"sku":"eses-es-moonlight","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S11 サンセットピンク","offer_id":43584314966155,"sku":"eses-es-sunset-p","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S12 ゴールデンシマー","offer_id":43584314998923,"sku":"eses-es-golden-si","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S13 キウイシマー","offer_id":43584315031691,"sku":"eses-es-kiwi-si","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S14 サフラン","offer_id":43584315064459,"sku":"eses-es-saffron","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S21 ローズシマー","offer_id":43584315097227,"sku":"eses-es-rose-si","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S22 チョコレートブラウン","offer_id":43584315129995,"sku":"eses-es-chocolate","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S23 マーブシマー","offer_id":43584315162763,"sku":"eses-es-mauve-si","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S24 アーモンドシマー","offer_id":43584315195531,"sku":"eses-es-almond-si","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S25 シナモンシマー","offer_id":43584315228299,"sku":"eses-es-cinnamon-si","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S26 バイオレット","offer_id":43584315261067,"sku":"eses-es-violet","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S27 ミッドナイトブルー","offer_id":43584315293835,"sku":"eses-es-midnightblue","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S28 マリーゴールド","offer_id":43584315326603,"sku":"eses-es-marigold","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S29 コーヒーブラウン","offer_id":43584315359371,"sku":"eses-es-coffeebrown","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"S30 サクラスパークル","offer_id":43584315392139,"sku":"eses-es-sakura-sp","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/esnew2.jpg?v=1750208582"},{"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から、毎日の肌負担も軽減します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/ebnew1_56e9d117-e97b-451b-800e-d425ce1ca5c0.jpg?v=1750223021\" 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\/eb-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\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        \u003cp class=\"body-text\"\u003e眉は皮脂分泌が多い部分になります。時間が経った後、眉が薄くなっている場合は、皮脂が原因かもしれません。レイチェルワインのパウダーアイブロウは、\u003cstrong\u003e皮脂とのなじみが良い\u003c\/strong\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\n        \u003cdiv class=\"content-section\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/2020\/03\/eb_l.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"caption-text text-start\"\u003eEB01 ライト\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e3色の中で一番明るいブラウン。明るい髪の色の方にオススメ。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/2020\/03\/eb_b.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"caption-text text-start\"\u003eEB02 ブラウン\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e自然な色味のブラウン。ベーシックな色。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/2020\/03\/eb_d.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"caption-text text-start\"\u003eEB03 ダーク\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e黒に近いブラウン。暗めの髪色・黒髪の方にオススメ。\u003c\/p\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 class=\"body-text\"\u003eミネラル成分で作られた肌に優しいアイブロウです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e敏感肌にも優しいミネラル成分\u003c\/li\u003e\n                \u003cli\u003e石けんで簡単にオフできる\u003c\/li\u003e\n                \u003cli\u003e皮脂となじみが良く色落ちしにくい\u003c\/li\u003e\n                \u003cli\u003eふんわり自然な眉に仕上がるパウダータイプ\u003c\/li\u003e\n            \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内容量: 1.2g\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髪色や服装に合わせて選べる全3色です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eEB01 ライト: 明るいブラウン。明るい髪色の方におすすめ。\u003c\/li\u003e\n                \u003cli\u003eEB02 ブラウン: 自然な色味のブラウン。ベーシックカラー。\u003c\/li\u003e\n                \u003cli\u003eEB03 ダーク: 黒に近いブラウン。暗めの髪色・黒髪の方におすすめ。\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            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/vegan_crueltyfree.jpg\" class=\"img-fluid\"\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":"EB01 ライト","offer_id":44476963553419,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"EB02 ブラウン","offer_id":44476963586187,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"EB03 ダーク","offer_id":44476963618955,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/ebnew1_56e9d117-e97b-451b-800e-d425ce1ca5c0.jpg?v=1750223021"},{"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    \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ミネラル成分100%\u003c\/strong\u003eのチーク。\u003cstrong\u003e防腐剤やタール色素は一切不使用\u003c\/strong\u003e。\u003cstrong\u003e油分フリー設計\u003c\/strong\u003eで、洗顔オフを叶えます。ふわりと自然な血色感を演出し、あなたの魅力を最大限に引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/ch-2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミネラルパウダーチーク 商品全体\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/chnew1.jpg?v=1750223859\" 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    \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=\"benefit-list\"\u003e\n                \u003cli\u003e肌に優しい\u003cstrong\u003eミネラル成分100%\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\u003cstrong\u003e防腐剤・タール色素フリー\u003c\/strong\u003e\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e油分フリー設計\u003c\/strong\u003eで洗顔だけで簡単オフ\u003c\/li\u003e\n                \u003cli\u003eコチニール色素（カルミン）不使用\u003c\/li\u003e\n                \u003cli\u003e透明感のある\u003cstrong\u003e自然な発色\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e重ね付しても厚塗りにならず、濃さの調整が可能\u003c\/li\u003e\n                \u003cli\u003e２色使いや混ぜてオリジナルカラーを作成可能\u003c\/li\u003e\n                \u003cli\u003eアクセントフェースパウダーと合わせてツヤ感をプラス\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/ch-4color.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"自然な発色の4色\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/cheek_face_pc.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"顔型に合わせてチーク効果をアップ！\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/vegan_crueltyfree.jpg\" class=\"img-fluid\" alt=\"ヴィーガン・クルエルティフリー\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"text-align: center; margin: 1em 0;\"\u003e\n                \u003ca href=\"https:\/\/www.rachelwine.com\/item\/ch_trial3\"\u003e\n                    \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/4otabana.jpg\" alt=\"アイシャドウ画像\" style=\"width: 489px; height: 77px; max-width: 100%; display: block; margin-left: auto; margin-right: auto;\"\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"text-align: center; margin: 1em 0;\"\u003e\n                \u003ciframe title=\"使い方\" src=\"https:\/\/www.youtube.com\/embed\/ADrm7Q7DKxw\" width=\"560\" height=\"315\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen style=\"max-width: 100%;\"\u003e\u003c\/iframe\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\u003e2g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eカラー\u003c\/th\u003e\n                            \u003ctd\u003e全4色\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e原産国\u003c\/th\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    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e全成分表示\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eマイカ、ステアリン酸亜鉛、オクテニルコハク酸デンプンAl、酸化チタン、酸化亜鉛、酸化鉄、ラウロイルリシン、水酸化Al\u003c\/p\u003e\n            \u003cp\u003e※本商品にはコチニール色素（カルミン）は含まれておりません。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ③ 発送案内セクション (情報がないため作成しません) --\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\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"K01　コーラル","offer_id":43584305791115,"sku":"chch-ch-cr","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"K02　ローズクォーツ","offer_id":43584305823883,"sku":"chch-ch-rq","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"K03　ピンクピンク","offer_id":43584305856651,"sku":"chch-ch-pp","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"K04　ピンクオニキス","offer_id":43584305889419,"sku":"chch-ch-po","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/chnew1.jpg?v=1750223859"},{"product_id":"ミネラルパウダーアイブロウ-お試しサイズ3色セット","title":"ミネラルパウダーアイブロウ お試しサイズ3色セット","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"游ゴシック体\", \"YuGothic\", \"メイリオ\", Meiryo, \"ヒラギノ角ゴ ProN\", \"Hiragino Sans\", \"Helvetica Neue\", Arial, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #444444; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b0988040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #444444;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #b09880;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #b09880; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #444444; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b09880; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #444444;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b09880;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse; \n      border: 1px solid #e0e0e0; \n  }\n  .spec-table th, \n  .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #e0e0e0; \n      font-size: 0.9em; \n  } \n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #444444; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px; border-radius: 8px;\n  }\n  .shipping-box strong { \n      color: #444444; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b09880; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e3色で理想の眉に出会うミネラルアイブロウ\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\/eb_trial_1000.jpg?v=1750399973\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミネラルパウダーアイブロウお試しサイズ3色セット\"\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\/ebtry-2.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に仕上がります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eミネラル成分で肌や眉に優しく、色持ちが良い\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e眉は皮脂分泌が多い部分になります。時間が経った後、眉が薄くなっている場合は、皮脂が原因かもしれません。レイチェルワインのパウダーアイブロウは、\u003cstrong\u003e皮脂とのなじみが良い\u003c\/strong\u003eため、時間が経った後も色落ちしにくいです。また、\u003cstrong\u003eミネラル成分\u003c\/strong\u003eで作られているため、肌や眉に優しく、ファンデーション同様、\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        \n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/2020\/03\/eb_l.jpg\" alt=\"EB01 ライト\" class=\"img-fluid d-block product-img\"\u003e\n            \u003cstrong\u003eEB01 ライト\u003c\/strong\u003e: 3色の中で一番明るいブラウン。明るい髪の色の方にオススメ。\n        \u003c\/p\u003e\n        \n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/2020\/03\/eb_b.jpg\" alt=\"EB02 ブラウン\" class=\"img-fluid d-block product-img\"\u003e\n            \u003cstrong\u003eEB02 ブラウン\u003c\/strong\u003e: 自然な色味のブラウン。ベーシックな色。\n        \u003c\/p\u003e\n        \n        \u003cp class=\"body-text\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/2020\/03\/eb_d.jpg\" alt=\"EB03 ダーク\" class=\"img-fluid d-block product-img\"\u003e\n            \u003cstrong\u003eEB03 ダーク\u003c\/strong\u003e: 黒に近いブラウン。暗めの髪色・黒髪の方にオススメ。\n        \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肌に優しい\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            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/vegan_crueltyfree.jpg\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e内容量: 0.1g(お試しサイズ) × 3色\u003c\/li\u003e\n                \u003cli\u003eカラー: 全3色\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e全成分\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e以下の成分で構成されています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eマイカ\u003c\/li\u003e\n                \u003cli\u003eラウロイルリシン\u003c\/li\u003e\n                \u003cli\u003eシリカ\u003c\/li\u003e\n                \u003cli\u003e酸化チタン\u003c\/li\u003e\n                \u003cli\u003e酸化鉄\u003c\/li\u003e\n            \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 class=\"body-text\"\u003e未開封で商品到着日より7日以内であれば返品可能です。（特定商取引法に基づく表記）\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/nekoposu1.jpg\" alt=\"ネコポス配送案内\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e配送方法で\u003cstrong\u003eネコポス\u003c\/strong\u003eの選択が可能です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"Default Title","offer_id":43591441875083,"sku":"eb_trial","price":990.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/eb_trial_1000.jpg?v=1750399973"},{"product_id":"ミネラルパウダーチーク-お試しサイズ4色セット","title":"ミネラルパウダーチーク お試しサイズ4色セット","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  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e私だけの色を見つけるミネラルチークセット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肌を彩る4つのニュアンスが、あなたの毎日を特別なものに変えます。単色使いはもちろん、重ねて奥行きを出すことで、\u003cstrong\u003e無限の表情\u003c\/strong\u003eを引き出せるお試しサイズです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/ti-kutrynew-1.jpg?v=1750401169\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e理想の頬を演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \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お試しサイズ4色セットのミネラルパウダーチークです。あなたの個性を引き出す4つのカラーをお楽しみください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e内容量: 0.2g(お試しサイズ) × 4色（ローズクォーツ、ピンクピンク、コーラル、ピンクオニキス）\u003c\/li\u003e\n        \u003cli\u003eカラー: 全4色\u003c\/li\u003e\n        \u003cli\u003e原産国: 日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/wp-content\/uploads\/vegan_crueltyfree.jpg\" alt=\"ヴィーガン・クルエルティフリー\" class=\"img-fluid\"\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        \u003cli\u003eオクテニルコハク酸デンプンAl\u003c\/li\u003e\n        \u003cli\u003e酸化チタン\u003c\/li\u003e\n        \u003cli\u003e酸化亜鉛\u003c\/li\u003e\n        \u003cli\u003e酸化鉄\u003c\/li\u003e\n        \u003cli\u003eラウロイルリシン\u003c\/li\u003e\n        \u003cli\u003e水酸化Al\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※本商品にはコチニール色素（カルミン）は含まれておりません。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e理想のチーク効果を\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e顔型に合わせた塗り方で、チークの効果を最大限に引き出しましょう。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/www.rachelwine.com\/assets\/img\/company\/cheek_face_pc.jpg\" alt=\"顔型に合わせてチーク効果をアップ！\" class=\"img-fluid d-block w-100 product-img\"\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=\"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  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\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\/nekoposu1.jpg\" alt=\"ネコポス\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eネコポスでの配送を選択可能です。詳細はこちらをご覧ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e\u003ca href=\"https:\/\/www.rachelwine.com\/guide#haisou\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e配送ガイドはこちら\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rachel Wine","offers":[{"title":"Default Title","offer_id":43591464910987,"sku":"ch-trial","price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/4553\/4603\/files\/ti-kutrynew-1.jpg?v=1750401169"}],"url":"https:\/\/suhada-blanc.we-shop.jp\/collections\/%e3%83%9d%e3%82%a4%e3%83%b3%e3%83%88%e3%83%a1%e3%82%a4%e3%82%af.oembed","provider":"SUHADA BLANC","version":"1.0","type":"link"}