{"title":"想いを込めて選ぶ時間","description":"","products":[{"product_id":"product_92a712a1-9fea-14a6-849a-f241100001bf","title":"KASHOEN BASICシリーズ WAチークブラシM（毛質等級：山羊 Aクラス）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eKASHOEN上質チークブラシでプロ級仕上がり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eKASHOEN BASICシリーズは、美意識の高い女性へ贈る逸品です。毎日を彩る\u003cstrong\u003e上質なお化粧筆\u003c\/strong\u003eで、\u003cstrong\u003eワンランク上のメイク体験\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_7c7ecf3265ed47fc9132b24d27a059fc_mv2_d5fe6c0a-a5a0-41db-83bc-187ccf7eb71b.jpg?v=1721971814\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKASHOEN BASICシリーズは、美意識の高い女性のための上質なお化粧筆です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e一般的に流通する高級ブラシと同等の等級を採用\u003c\/li\u003e\n        \u003cli\u003e筆メイクを始められる方におすすめ\u003c\/li\u003e\n        \u003cli\u003eギフトとしても人気のシリーズ\u003c\/li\u003e\n        \u003cli\u003e自然なチークを簡単に入れられ、ナチュラルなグラデーションを演出\u003c\/li\u003e\n        \u003cli\u003e内側から色づいたような自然な顔色と立体感のある顔に仕上がる\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \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全長: 152mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 40mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 12mm\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毛質等級: 山羊 Aクラス\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製品番号: product_92a712a1-9fea-14a6-849a-f241100001bf\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031643443443,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031643476211,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031643508979,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031643541747,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031643574515,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031643607283,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_7c7ecf3265ed47fc9132b24d27a059fc_mv2_d5fe6c0a-a5a0-41db-83bc-187ccf7eb71b.jpg?v=1721971814"},{"product_id":"product_663f28f5-234b-60e4-2e05-77c6b68b77b3","title":"KASHOENシリーズ WAフィニッシングブラシ（毛質等級：山羊 Sクラス）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e華祥苑が贈る至高のメイクツール\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e1世紀以上の伝統が息づく\u003cstrong\u003e華祥苑シリーズ\u003c\/strong\u003e。卓越した自社基準をクリアした上質な毛質が選定され、肌あたりや使いやすさを極限まで追求した気品溢れる一本です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_dfa0091cc3964c9683b0f164f19a3394_4b536d49-d1af-43c5-88ca-486d6cd173b1.png?v=1721971895\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKASHOENシリーズは、1世紀以上の歴史を持つ華祥苑独自の卓越した自社基準をクリアした毛質を選定した、上質で気品のある化粧筆です。使う人を感動の世界へと導く”天使の羽”とも称される極上の肌触りをぜひご体験ください。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e卓越した自社基準をクリアした上質な毛質\u003c\/li\u003e\n        \u003cli\u003e肌あたりと使いやすさを極限まで追求\u003c\/li\u003e\n        \u003cli\u003e人間工学に基づき丹念に仕立てられた穂首形状\u003c\/li\u003e\n        \u003cli\u003e顔の凹凸にフィットし、パウダーを素早く均一になじませます\u003c\/li\u003e\n        \u003cli\u003eしなやかな毛先と力が入りにくい太い柄\u003c\/li\u003e\n        \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ブラシ部分には、その品質から「天使の羽」とも称される、大変希少な毛質等級Sクラスの素材を使用しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eブラシ部分: 毛質等級Sクラス 山羊毛（希少）\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全長: 171mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 43mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 11mm\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\u003eKASHOENシリーズは、長きにわたる歴史の中で培われた技術と品質へのこだわりが詰まった化粧筆のコレクションです。より上質で気品のあるお化粧筆をお探しの方におすすめします。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eシリーズ名: KASHOENシリーズ\u003c\/li\u003e\n        \u003cli\u003e歴史: 1世紀以上\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","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031649505523,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031649538291,"sku":null,"price":32450.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031649571059,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031649603827,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031649636595,"sku":null,"price":32450.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031649669363,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_dfa0091cc3964c9683b0f164f19a3394_4b536d49-d1af-43c5-88ca-486d6cd173b1.png?v=1721971895"},{"product_id":"product_4f4e6a5c-0792-d32a-b089-a3dddf1502d6","title":"KASHOENシリーズ WAパウダーブラシ（毛質等級：山羊 Sクラス）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e華祥苑 極上パウダーブラシ、肌を包む\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_62df8bfa394f4771bb3d916e52f5fa13_529653e1-9eda-481b-8d8e-be9b013e4854.png?v=1721971896\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e触れるたび感動を誘う一品\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e1世紀を超える歴史が育んだ\u003cstrong\u003eKASHOENシリーズ\u003c\/strong\u003eの逸品。\u003cstrong\u003eSクラス山羊毛\u003c\/strong\u003eが織りなす「\u003cstrong\u003e天使の羽\u003c\/strong\u003e」と称される\u003cstrong\u003e極上の肌触り\u003c\/strong\u003eが、日常のメイクアップを\u003cstrong\u003e至福の時間\u003c\/strong\u003eに変えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\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「KASHOENシリーズ」は、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。\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\u003eブラシ部分には、毛質等級Sクラスの大変希少な山羊毛が使われています。\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      \u003cp\u003e卵形のかわいい形は粉含みが良く、様々な用途にご使用いただけます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e粉おしろい、パウダーファンデーション、フェイスカラーに\u003c\/li\u003e\n        \u003cli\u003e美しく仕上げるにはブラシに粉を含ませ、顔の中心から優しく外に向かって掃くように使用\u003c\/li\u003e\n        \u003cli\u003eふんわり柔らかな肌質に仕上がります\u003c\/li\u003e\n      \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全長: 165mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 52mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 50mm\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\u003eproduct_4f4e6a5c-0792-d32a-b089-a3dddf1502d6\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031649767667,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031649800435,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031649833203,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031649865971,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031649898739,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031649931507,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_62df8bfa394f4771bb3d916e52f5fa13_529653e1-9eda-481b-8d8e-be9b013e4854.png?v=1721971896"},{"product_id":"product_2d132ab3-a822-d171-250c-fa497f44958a","title":"KASHOENシリーズ WAチークブラシ（毛質等級：山羊 Sクラス）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eKASHOEN WAチークブラシ 艶めく血色感で魅せる\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_cafb926f90c34b1baa0a8942fb01ba6a_cabc1d37-6729-42c8-84a4-3de628676792.png?v=1721971899\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eふわりと色づく、自然なグラデーション\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e1世紀以上の歴史を持つKASHOEN独自の基準で選ばれた、\u003cstrong\u003e山羊Sクラスの毛質\u003c\/strong\u003e。肌に吸い付くような\u003cstrong\u003e極上の肌あたり\u003c\/strong\u003eが、メイクの時間を特別な体験へと昇華させ、気品ある仕上がりを叶えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズ。肌あたりや使いやすさを追求した化粧筆です。\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全長: 152mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 40mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 12mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031649997043,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031650029811,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031650062579,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031650095347,"sku":null,"price":20350.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031650128115,"sku":null,"price":20350.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031650160883,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_cafb926f90c34b1baa0a8942fb01ba6a_cabc1d37-6729-42c8-84a4-3de628676792.png?v=1721971899"},{"product_id":"product_d5af4e6b-1c27-6eb7-9f3f-46f37cc74e7a","title":"KASHOENシリーズ WAアイシャドウブラシM （毛質等級：イタチ）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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\"\u003eプロの仕上がり、KASHOENのイタチ毛アイシャドウブラシ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_d5dc6ba1739d4abe9d2f83875287e518_626c9aec-b45c-43d1-ad30-9b0e21ab708c.png?v=1721971906\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e伝統と技術が織りなす極上の肌あたり\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e1世紀以上の伝統が息づくKASHOENの化粧筆。独自の基準をクリアした\u003cstrong\u003eSクラスイタチ毛\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\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eブラシ部分にはリス毛よりもこしのある毛質等級Sクラスの希少なイタチ毛を使用。\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全長: 131.5mm\u003c\/li\u003e\n                \u003cli\u003e毛丈: 9.5mm\u003c\/li\u003e\n                \u003cli\u003e厚み: 3.8mm\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ブラシ: Sクラス イタチ毛\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\"\u003eproduct_d5af4e6b-1c27-6eb7-9f3f-46f37cc74e7a\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031650685171,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031650750707,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031650783475,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031650816243,"sku":null,"price":11550.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031650849011,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031650881779,"sku":null,"price":11550.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_d5dc6ba1739d4abe9d2f83875287e518_626c9aec-b45c-43d1-ad30-9b0e21ab708c.png?v=1721971906"},{"product_id":"product_aabe233b-d260-a088-6f47-59fdab6f61bf","title":"KASHOENシリーズ WAアイディファイナーブラシ （毛質等級：イタチ）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e華祥苑の歴史が息づく極上イタチ毛ブラシ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_9b7b5429770d48b193cb7ddfa1daf72e_1ae40415-0d2c-406a-adf8-fabc67078b1c.png?v=1721971908\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日に気品を添える一本\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e1世紀以上の歴史を誇る華祥苑の卓越した自社基準をクリアした、\u003cstrong\u003e毛質等級Sクラスのイタチ毛\u003c\/strong\u003eを選定。とろけるような肌あたりで、メイクアップを格上げする上質な体験をお届けします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e毛質等級Sクラスのイタチ毛を使用\u003c\/li\u003e\n        \u003cli\u003eとろけるような肌あたりを実現\u003c\/li\u003e\n        \u003cli\u003eメイクアップを格上げする上質な体験\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eおすすめの使い方\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eジェルライナーのアイライナーブラシとして最適です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eまつげの間を埋めるようにアイラインを入れる\u003c\/li\u003e\n        \u003cli\u003e目尻は細く引き伸ばす\u003c\/li\u003e\n        \u003cli\u003eホワイトやシルバーでインラインを入れるのもおすすめ\u003c\/li\u003e\n        \u003cli\u003e力の入れ具合で太さを調整可能\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eコンシーラーブラシとして、ニキビあとやそばかすを消したり、使い方は様々。何本でも欲しくなるブラシです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 127mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 5mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 2.7mm\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毛質: イタチ毛（毛質等級Sクラス）\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\"\u003eproduct_aabe233b-d260-a088-6f47-59fdab6f61bf\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031651176691,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031651209459,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031651242227,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031651274995,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031651307763,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031651340531,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_9b7b5429770d48b193cb7ddfa1daf72e_1ae40415-0d2c-406a-adf8-fabc67078b1c.png?v=1721971908"},{"product_id":"product_a69d1341-1ff8-4f08-5c52-577fcaeebba0","title":"KASHOENシリーズ WAスパイラルブラシ（高品質ナイロン）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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\"\u003e眉もまつ毛も、魅せる一本でプロ級の仕上がり\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eKASHOENの卓越した基準をクリアした高品質ナイロンを採用。肌あたりを追求したブラシが、眉の毛流れを美しく整え、顔全体の印象をより洗練させます。マスカラのダマを優しく取り除き、下まつ毛も繊細に仕上げて、\u003cstrong\u003eワンランク上の目元を演出\u003c\/strong\u003eします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_11ff58c5b60144d6a6e487d12d445bad_2399eaf8-b0bc-4931-acfc-fec6c0fb83ef.png?v=1721971914\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e一流の道具が織りなす、日常メイクの喜び\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eKASHOENシリーズについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズ。肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eこのブラシの用途と使い方\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e眉の毛流れを整えたり、眉のラインをぼかしたりする際に最適です。また、マスカラをつけた時にできたダマや、目の周りについてしまったマスカラもさっと取り除くことができます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e眉の毛流れを美しく整え、眉のラインを自然にぼかす。\u003c\/li\u003e\n                    \u003cli\u003eマスカラによるダマや、目の周りについたマスカラを優しく取り除く。\u003c\/li\u003e\n                    \u003cli\u003eブラシの先端にマスカラをつけ、下まつ毛に塗布することで、繊細な仕上がりに。\u003c\/li\u003e\n                \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全長: 137mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 20mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 5mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031651733747,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031651766515,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031651799283,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031651832051,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031651864819,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031651897587,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_11ff58c5b60144d6a6e487d12d445bad_2399eaf8-b0bc-4931-acfc-fec6c0fb83ef.png?v=1721971914"},{"product_id":"product_98b8038f-76fa-fa45-15c0-7dc7384f36aa","title":"KASHOENシリーズ WAリップブラシ （毛質等級：イタチ）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e理想の唇を彩る、KASHOENイタチ毛リップブラシ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_793daaffcff34ae39351e479568d4c29_40247433-53d6-4cb9-be97-00700f16a132.png?v=1721971916\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e品格を宿す、究極のイタチ毛リップブラシ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e華祥苑が1世紀以上培った卓越した自社基準。\u003cstrong\u003eSクラスの希少なイタチ毛\u003c\/strong\u003eが、理想の唇の輪郭を自在に、そして美しく描き出します。\u003cstrong\u003eコシと弾力、毛量の黄金バランス\u003c\/strong\u003eが、\u003cstrong\u003e品格漂う口元\u003c\/strong\u003eを演出し、にこやかな表情へと導きます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e華祥苑が1世紀以上の歴史の中で培った独自の卓越した自社基準をクリアした、上質で気品のあるお化粧筆です。肌あたりや使いやすさを追求したKASHOENシリーズの特徴をご紹介します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e毛質等級Sクラスの希少なイタチ毛を使用\u003c\/li\u003e\n        \u003cli\u003eコシ、弾力、毛量の黄金バランス\u003c\/li\u003e\n        \u003cli\u003e理想の唇の輪郭を自在に美しく表現\u003c\/li\u003e\n        \u003cli\u003e品格漂う口元と、にこやかな表情を演出\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eブラシ部分に採用されている素材は、厳選された最高品質のものです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e毛質: イタチ毛 (Sクラス)\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全長: 131mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 9mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 3mm\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=\"point-list\"\u003e\n        \u003cli\u003e口紅の上でブラシをジグザグに動かし、口紅をたっぷりと含ませます。\u003c\/li\u003e\n        \u003cli\u003e輪郭を描く際はブラシのエッジを使用します。\u003c\/li\u003e\n        \u003cli\u003eリップの輪郭の内側を塗る際は、筆の表裏を使い分けます。\u003c\/li\u003e\n        \u003cli\u003eきちんと輪郭をとることで、口角の上がったにこやかで美しい表情が演出されます。\u003c\/li\u003e\n      \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\u003eproduct_98b8038f-76fa-fa45-15c0-7dc7384f36aa\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031651963123,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031651995891,"sku":null,"price":11550.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031652028659,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031652061427,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031652094195,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031652126963,"sku":null,"price":11550.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_793daaffcff34ae39351e479568d4c29_40247433-53d6-4cb9-be97-00700f16a132.png?v=1721971916"},{"product_id":"product_091c4e20-e5c5-4d31-f04c-5c36eb55054d","title":"WAこだわりの洗顔ブラシ（毛質：山羊）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毛穴すっきり KASHOEN 洗顔ブラシ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_b0d06bb406804b70beec6a49cd0c2389_mv2_efb1cb8f-3908-465d-9eb2-169f7771f095.jpg?v=1721971918\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を格上げする洗顔習慣\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            ふわりと肌を包む\u003cstrong\u003e上質な天然山羊毛\u003c\/strong\u003e。KASHOENが誇る\u003cstrong\u003e熟練の技が生み出す特殊な形状\u003c\/strong\u003eが、\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製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eKASHOENシリーズについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズです。\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\"\u003eKASHOEN洗顔ブラシは、厳選された上質な素材と熟練の職人技によって生み出されます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eお肌の汚れをやさしく取り除くふわりとしたさわり心地\u003c\/li\u003e\n                    \u003cli\u003e上質の天然山羊毛ならではのなめらかな肌あたり\u003c\/li\u003e\n                    \u003cli\u003e厳選された柔らかくなめらかな毛先が肌にあたるよう、熟練職人が丁寧な手作業で製造\u003c\/li\u003e\n                \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=\"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                \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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長: 124mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 34mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 33mm\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\u003eproduct_091c4e20-e5c5-4d31-f04c-5c36eb55054d\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031652192499,"sku":null,"price":10450.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031652225267,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031652258035,"sku":null,"price":10450.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031652290803,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031652323571,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031652356339,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_b0d06bb406804b70beec6a49cd0c2389_mv2_efb1cb8f-3908-465d-9eb2-169f7771f095.jpg?v=1721971918"},{"product_id":"kashoenさくら石鹸-85g-3個セット","title":"天然由来成分KASHOENさくら石鹸｜85g (3個セット)","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eKASHOENさくら石鹸 天然由来100％の贅沢3個\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e筆の匠がこだわり抜いた\u003cstrong\u003e天然由来成分100%\u003c\/strong\u003eのさくら石鹸。安心してお使いいただけるよう、お買い得な\u003cstrong\u003e3個セット\u003c\/strong\u003eをご用意しました。\u003c\/p\u003e\n        \n        \u003cp class=\"caption-text text-end\"\u003e素肌への優しさを日々に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e肌を慈しむ きめ細やかな泡立ち体験\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eコールドプロセス製法\u003c\/strong\u003eが生み出すきめ細やかな泡は、毛穴の汚れを優しく落とし、お肌を\u003cstrong\u003eしっとりすべすべ\u003c\/strong\u003eに整えます。ほのかな柑橘の香りで心も満たされるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/external-file_edited_edited.jpg?v=1731377375\" 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\"\u003eKASHOEN洗顔ブラシとの相性を追求した結果、泡立ちは抜群。洗顔のたびに毛穴の汚れを優しくオフし、年齢を問わず全身で至福のひとときをご体感いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/IMG_3_edited.jpg?v=1731377386\" 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筆の匠がこだわり抜いた、自然の優しさを追求した石鹸です。KASHOENブランドの洗顔ブラシとの相性を追求し、10数年の研究を経て誕生しました。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e天然由来成分100%\u003c\/li\u003e\n                \u003cli\u003eお買い得な3個セット\u003c\/li\u003e\n                \u003cli\u003e天然殺菌成分配合\u003c\/li\u003e\n                \u003cli\u003e防腐剤、品質安定剤、化学香料、化学色素を一切無添加\u003c\/li\u003e\n                \u003cli\u003e天然山羊毛のブラシの耐久性にも配慮\u003c\/li\u003e\n                \u003cli\u003eきめ細やかな泡の繊細な触感\u003c\/li\u003e\n                \u003cli\u003eほのかな柑橘系の香り\u003c\/li\u003e\n                \u003cli\u003eブラシとの相性抜群で豊かな泡立ち\u003c\/li\u003e\n                \u003cli\u003e毛穴や皮膚の汚れを優しく落とし、お肌をしっとりすべすべに\u003c\/li\u003e\n                \u003cli\u003e年齢を問わず、全身にご使用可能\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・成分\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e厳選された天然由来成分のみを使用し、素肌と環境への優しさを追求しました。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e天然由来成分100%\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            \u003cp class=\"body-text\"\u003e素材本来の特性を最大限に活かすため、コールドプロセス製法を採用しています。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e素材本来の色や香り、保湿成分を保持\u003c\/li\u003e\n                \u003cli\u003eきめ細やかな泡立ちと繊細な触感を両立\u003c\/li\u003e\n            \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\u003e1個あたり：85g\u003c\/li\u003e\n                \u003cli\u003eセット内容：3個\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"華祥苑","offers":[{"title":"Default Title","offer_id":46404119691507,"sku":null,"price":7000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/KASHOEN_3__edited.jpg?v=1731377358"},{"product_id":"kashoenさくら石鹸-85g-2個セット","title":"天然由来成分KASHOENさくら石鹸｜85g (2個セット)","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\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: #9c7c4c; \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: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 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: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\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: #a68233;\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: #fcf7f7;\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: #a68233; 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: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; 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: #a68233; 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: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\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      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\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\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\"\u003eKASHOENの筆職人が辿り着いた、肌と筆に寄り添う純粋な石鹸。\u003cstrong\u003e天然由来成分100%\u003c\/strong\u003eにこだわり、防腐剤などを一切使わない清潔感を、お得な2個セットでお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/KASHOEN_2__edited.jpg?v=1731377785\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心地よさを贈る洗顔石鹸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e繊細な泡が織りなす極上の触感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eコールドプロセス製法\u003c\/strong\u003eが生み出す、きめ細やかで豊かな泡立ち。毛穴の汚れをそっと落とし、肌を\u003cstrong\u003eしっとりすべすべ\u003c\/strong\u003eに整えます。ほのかな柑橘の香りが、洗顔タイムを至福のひとときへ。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/external-file_edited_edited.jpg?v=1731377375\" 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\"\u003eKASHOENの洗顔ブラシとの相性を追求し誕生。\u003cstrong\u003eソメイヨシノ葉エキス\u003c\/strong\u003eと\u003cstrong\u003e天然クレイパウダー\u003c\/strong\u003eが、淡い桜色と肌に嬉しい成分をもたらします。年齢問わず、全身で心地よさを感じていただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/IMG_3_edited.jpg?v=1731377386\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eKASHOENの筆職人が辿り着いた、肌と筆に寄り添う純粋な石鹸です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eKASHOENの洗顔ブラシとの相性を追求し、10数年の開発期間を経て誕生。\u003c\/li\u003e\n          \u003cli\u003e天然由来成分100%にこだわり、天然の殺菌成分を含まないことで素肌に優しく、天然山羊毛の耐久性にも配慮。\u003c\/li\u003e\n          \u003cli\u003e防腐剤、品質安定剤、化学香料、化学色素を一切使用しない無添加処方。\u003c\/li\u003e\n          \u003cli\u003eコールドプロセス製法による、きめ細やかで豊かな泡立ちと繊細な触感。\u003c\/li\u003e\n          \u003cli\u003e毛穴の汚れを優しく落とし、肌をしっとりすべすべに整えます。\u003c\/li\u003e\n          \u003cli\u003eほのかな柑橘系の香りが、洗顔タイムを至福のひとときに。\u003c\/li\u003e\n          \u003cli\u003e年齢を問わずどなたでも、全身にお使いいただけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e成分・製法へのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素肌と天然毛ブラシへの優しさを追求した、厳選成分と伝統製法をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然由来成分100%: 石けん素地のみの純粋な成分を使用。殺菌や除菌成分など、天然山羊毛の早期毛切れの原因となる成分は含みません。\u003c\/li\u003e\n          \u003cli\u003eソメイヨシノ葉エキス: ブランドモチーフ「桜」に因んで配合された、肌に嬉しい成分が淡い桜色をもたらします。\u003c\/li\u003e\n          \u003cli\u003e天然クレイパウダー: 石鹸の美しい桜色は、天然のクレイパウダーによるものです。\u003c\/li\u003e\n          \u003cli\u003eコールドプロセス製法: 素材本来の色や香り、保湿や泡立ち成分など、それぞれの特色を最大限に活かす製法で製造しています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品概要\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e『KASHOENさくら石鹸』の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: 天然由来成分KASHOENさくら石鹸\u003c\/li\u003e\n          \u003cli\u003e内容量: 85g × 2個\u003c\/li\u003e\n          \u003cli\u003eタイプ: 洗顔石鹸\u003c\/li\u003e\n          \u003cli\u003e香り: 柑橘系\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"華祥苑","offers":[{"title":"Default Title","offer_id":46404150886643,"sku":null,"price":5000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/KASHOEN_2__edited.jpg?v=1731377785"}],"url":"https:\/\/kashoen.we-shop.jp\/collections\/%e6%83%b3%e3%81%84%e3%82%92%e8%be%bc%e3%82%81%e3%81%a6%e9%81%b8%e3%81%b6%e6%99%82%e9%96%93.oembed","provider":"KASHOEN","version":"1.0","type":"link"}