{"title":"春の肌にやさしい一筆","description":"","products":[{"product_id":"product_30904830-758e-ae4e-e143-c1df10fcdf04","title":"KASHOEN BASICシリーズ BBチークブラシSSⅡ（毛質等級：山羊 Aクラス）","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\"\u003eKASHOENチークブラシで叶える上質メイク\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_852190726cb547ac8715d4ce17768d54_mv2_9ef2d6df-3342-486b-9865-c025f96678da.jpg?v=1721971563\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eギフトにも人気のKASHOEN BASIC\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e上質な山羊Aクラスの毛質\u003c\/strong\u003eが、肌に触れるたび心地よい感触を届けます。\n            \u003cstrong\u003eナチュラルなグラデーション\u003c\/strong\u003eで、内側から色づくような\u003cstrong\u003e自然な血色感と立体感\u003c\/strong\u003eを簡単に演出。\n            \u003cstrong class=\"font-weight-bold\"\u003e筆メイクを始める方にもおすすめの一本\u003c\/strong\u003eです。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\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 BASICシリーズは、一般的に流通する高級ブラシに採用される等級の毛質を使用した、上質なお化粧筆です。\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            \u003cp\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\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厚み: 10mm\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毛質: 山羊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            \u003cp\u003e本製品の識別コードです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: product_30904830-758e-ae4e-e143-c1df10fcdf04\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 配送情報、注意事項は入力データにないためセクションを生成しません --\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031633907955,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031633940723,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031633973491,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031634006259,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031634039027,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031634071795,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_852190726cb547ac8715d4ce17768d54_mv2_9ef2d6df-3342-486b-9865-c025f96678da.jpg?v=1721971563"},{"product_id":"product_c0552830-e69d-4998-62df-b1ab96e1ef3b","title":"KASHOEN BASICシリーズ BBハイライトブラシ（毛質等級：山羊Aクラス）","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 BBハイライト\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e上質な山羊Aクラスの毛質\u003c\/strong\u003eは、肌に溶け込むようななめらかさ。\n            目の下やTゾーンに光を宿し、顔色を\u003cstrong\u003e明るく演出\u003c\/strong\u003eします。\n            こめかみや頬にのせれば、ふっくらとした立体感が生まれ、洗練された印象へと導きます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_5974225aa3f84d5aa61b251264a186ac_mv2_d18515af-2dc2-4397-a2dc-1c0b6f1be8a6.jpg?v=1721971577\" 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\"\u003e商品の特徴・コンセプト\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eKASHOEN BASICシリーズは、筆メイクをこれから始められる方にもおすすめの上質なお化粧筆です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e一般的に流通する高級ブラシに採用される等級\u003c\/li\u003e\n                    \u003cli\u003eギフトとしても人気のシリーズ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご使用方法と効果\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e肌色より明るいカラーを効果的に使用することで、顔色を明るく見せ、立体感を演出します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e目の下とTゾーンにのせて、顔色を明るく演出\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毛質: 山羊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                \u003cp class=\"body-text\"\u003e本商品の製品コードです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e製品コード: product_c0552830-e69d-4998-62df-b1ab96e1ef3b\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 BASICシリーズ BB","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031635775731,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031635808499,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031635841267,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031635874035,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031635906803,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031635939571,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_5974225aa3f84d5aa61b251264a186ac_mv2_d18515af-2dc2-4397-a2dc-1c0b6f1be8a6.jpg?v=1721971577"},{"product_id":"product_c3ca4932-251c-32c6-873b-7f793d1cfa23","title":"KASHOEN BASICシリーズ WAフィニッシングブラシ（毛質等級：山羊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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eKASHOEN BASICシリーズ WAフィニッシングブラシ（山羊Aクラス）で叶える透明感肌\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_44f9ed745a11447ba320c9ee17172fb4_mv2_ce3f9c45-3b42-4986-b018-3e606aec6d67.jpg?v=1721971807\" 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で、パウダーを\u003cstrong\u003eムラなく肌になじませます\u003c\/strong\u003e。\n      \u003cstrong\u003eしなやかな毛先と、安定感のある太い柄\u003c\/strong\u003eが、\u003cstrong\u003e繊細なベースメイクを崩さずに、なめらかなツヤを与えます\u003c\/strong\u003e。\n      \u003cstrong\u003e筆メイクを始める方にも理想的な一本\u003c\/strong\u003eです。\n    \u003c\/p\u003e\n  \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\u003eKASHOEN BASICシリーズは、筆メイクを始められる方におすすめの上質なお化粧筆です。\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顔の凹凸にフィットし、美しいベースメイクをサポートします。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e顔の凹凸にフィットしやすい形\u003c\/li\u003e\n        \u003cli\u003eパウダーを素早くなじませ、ムラなく均一に\u003c\/li\u003e\n        \u003cli\u003eしなやかな毛先と力が入りにくい太い柄のデザイン\u003c\/li\u003e\n        \u003cli\u003eベースメイクを崩さずに透明感とツヤを与える\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 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\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031642755315,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031642788083,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031642820851,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031642853619,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031642886387,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031642919155,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_44f9ed745a11447ba320c9ee17172fb4_mv2_ce3f9c45-3b42-4986-b018-3e606aec6d67.jpg?v=1721971807"},{"product_id":"product_b01e0603-f117-b2d1-9b64-189ac29401e6","title":"KASHOEN BASICシリーズ BBフィニッシングブラシ（毛質等級：山羊Aクラス）","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\"\u003eKASHOEN BASICで叶える、至福のツヤ肌\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「\u003cstrong\u003eKASHOEN BASICシリーズ BBフィニッシングブラシ\u003c\/strong\u003e」は、高級ブラシに採用される\u003cstrong\u003e山羊Aクラスの毛質\u003c\/strong\u003e。顔の凹凸に吸い付くようにフィットし、パウダーをムラなく均一に広げます。力が入りにくい太めの柄が、ベースメイクを崩さず\u003cstrong\u003e透明感とツヤのある仕上がり\u003c\/strong\u003eを叶えます。全長171mm、毛丈43mm、厚み11mmの使いやすいサイズです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e6e9845318964b9da42e2aed21a594d4_mv2_e662d7c1-5a19-428e-ba99-a4bf4c0b94a4.jpg?v=1721971810\" 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      \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全長: 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\u003e高級ブラシに採用される山羊Aクラスの毛質を使用しています。\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商品コード: product_b01e0603-f117-b2d1-9b64-189ac29401e6\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031643017459,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031643050227,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031643082995,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031643115763,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031643148531,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031643181299,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e6e9845318964b9da42e2aed21a594d4_mv2_e662d7c1-5a19-428e-ba99-a4bf4c0b94a4.jpg?v=1721971810"},{"product_id":"product_f294cc8a-2754-0695-c56a-2906bb0627cc","title":"KASHOEN BASICシリーズ BBチークブラシM（毛質等級：山羊 Aクラス）","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\"\u003eKASHOEN チークブラシで叶える透明感メイク\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e山羊Aクラスの毛質が、肌に触れるたびうっとりするような心地よさを提供します。筆メイクを始める方も、この上質なお化粧筆で自然な血色感と立体感を簡単に演出できるでしょう。使いやすさを追求した絶妙な\u003cstrong\u003e全長152mm\u003c\/strong\u003eが、毎日のメイクを心地よい習慣に変えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_f87423e5e5db4a2baf2752f7702f509c_mv2_34f73f68-311e-4ba9-a1f7-ef263f529277.jpg?v=1721971812\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eBASICシリーズの、輝く仕上がりを導く一本\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 class=\"body-text\"\u003eKASHOEN BASICシリーズは、一般的に流通する高級ブラシに採用される等級です。筆メイクを始められる方にもおすすめの上質なお化粧筆で、ギフトとしても人気のシリーズです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e山羊Aクラスの毛質がもたらす、うっとりするような心地よさ\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全長: 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                \u003cp class=\"body-text\"\u003e使用されている毛質に関する情報です。\u003c\/p\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                \u003cp class=\"body-text\"\u003e本商品の識別コードです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: product_f294cc8a-2754-0695-c56a-2906bb0627cc\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031643214067,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031643246835,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031643279603,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031643312371,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031643345139,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031643377907,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_f87423e5e5db4a2baf2752f7702f509c_mv2_34f73f68-311e-4ba9-a1f7-ef263f529277.jpg?v=1721971812"},{"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_5e18d09a-b71a-b2c6-62ae-d4cb7cb461d5","title":"KASHOENシリーズ 蘇芳（金具本漆仕上げ）チークブラシ（毛質等級：山羊 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    \u003cp class=\"body-text\"\u003e「\u003cstrong\u003eKASHOENシリーズ 蘇芳\u003c\/strong\u003e」の誇り高き一本。\u003cstrong\u003e漆職人\u003c\/strong\u003eが丹念に塗り重ねた金具の\u003cstrong\u003e本漆\u003c\/strong\u003eが、手元に持つたび格別な上質感を届けます。毛質等級Sクラスの\u003cstrong\u003e希少な山羊毛\u003c\/strong\u003eは、肌に触れるたび”\u003cstrong\u003e天使の羽\u003c\/strong\u003e”のように心地よく、\u003cstrong\u003e自然なグラデーション\u003c\/strong\u003eでふわりと色づく、\u003cstrong\u003e立体感のある顔立ち\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_0911603c83af4ef2ac62fc521ce37b43_9b48bf7e-b947-40ff-8e72-48cee53839d3.png?v=1721971850\" 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\"\u003eKASHOENシリーズについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e漆職人が丹念に塗り重ねた\u003cstrong\u003e本漆の金具\u003c\/strong\u003eがもたらす格別な上質感。\u003c\/li\u003e\n        \u003cli\u003e毛質等級Sクラスの\u003cstrong\u003e希少な山羊毛\u003c\/strong\u003eを使用し、肌に触れるたび”\u003cstrong\u003e天使の羽\u003c\/strong\u003e”のように心地よい感触。\u003c\/li\u003e\n        \u003cli\u003eナチュラルなグラデーションでふわりと色をのせることで、\u003cstrong\u003e内側から色づいた自然な顔色と立体感のある顔立ち\u003c\/strong\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\n\u003c\/div\u003e","brand":"KASHOENシリーズ 蘇芳","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031645540595,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031645573363,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031645638899,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031645671667,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031645737203,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031645769971,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_0911603c83af4ef2ac62fc521ce37b43_9b48bf7e-b947-40ff-8e72-48cee53839d3.png?v=1721971850"},{"product_id":"product_a0de26d4-8cd0-7cc6-9fdf-165d0d192e56","title":"KASHOENシリーズ 蘇芳（金具本漆仕上げ）フィニッシングブラシ（毛質等級：山羊 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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eKASHOEN「蘇芳」本漆の輝きで魅せる艶肌\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            漆職人による金具本漆仕上げは、手に取るたび\u003cstrong\u003e上質な品格\u003c\/strong\u003eをもたらします。毛質Sクラスの山羊毛は「\u003cstrong\u003e天使の羽\u003c\/strong\u003e」と称される極上の肌触り。顔の凹凸に吸い付くようにフィットし、パウダーを均一に密着させ、\u003cstrong\u003e透明感あふれる艶やかな肌\u003c\/strong\u003eへ導きます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_0dcbfd9510fe479b862ae4bef3151dc4_85663948-4b6f-4ea9-a654-65c023aaf272.png?v=1721971853\" 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\"\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シリーズ: 1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛にのみ選定される、最高級の等級です。\u003c\/li\u003e\n                    \u003cli\u003e金具本漆仕上げ: 漆職人により丹念に何度も塗り重ねられた本漆が施されており、手に持った時に感じる上質感はブラシの中でも一級品と称されています。\u003c\/li\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=\"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\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商品コード: product_a0de26d4-8cd0-7cc6-9fdf-165d0d192e56\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ 蘇芳","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031646097651,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031646130419,"sku":null,"price":41250.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031646163187,"sku":null,"price":41250.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031646195955,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031646228723,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031646261491,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_0dcbfd9510fe479b862ae4bef3151dc4_85663948-4b6f-4ea9-a654-65c023aaf272.png?v=1721971853"},{"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_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_55ebb7d0-eca0-196f-8627-aadfd2ca57aa","title":"KASHOENシリーズ BKチークブラシ （毛質等級：山羊 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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eKASHOEN 自然なチークの魔法ブラシ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            一世紀以上の歴史が育んだ\u003cstrong\u003eKASHOEN独自の基準をクリアした山羊Sクラス毛\u003c\/strong\u003eは、\u003cstrong\u003eとろけるような肌あたり\u003c\/strong\u003eを実現します。まるで\u003cstrong\u003e内側から輝くような、上品な血色と立体的な表情\u003c\/strong\u003eを叶え、あなたの\u003cstrong\u003eメイクを格上げする一本\u003c\/strong\u003eです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_e3389f4cccd14414a46a197e66533851_b61eb4ae-2edf-4317-8827-38a2ea278ea9.png?v=1721971940\" 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\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eKASHOENシリーズ\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級。\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全長: 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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031654387955,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031654420723,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031654453491,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031654486259,"sku":null,"price":20350.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031654519027,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031654551795,"sku":null,"price":20350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_e3389f4cccd14414a46a197e66533851_b61eb4ae-2edf-4317-8827-38a2ea278ea9.png?v=1721971940"},{"product_id":"product_f942159e-8809-44dc-4958-5c5b93b4ebea","title":"KASHOENシリーズ BKフィニッシングブラシ （毛質等級：山羊 Sクラス）","description":"\u003cp\u003eSクラス: 1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準を クリアした毛に選定される等級。\u003c\/p\u003e\u003cp\u003eブラシ部分には毛質等級Sクラスの大変希少な山羊毛が使われており、極上の肌触りを約束するだけではなく使う人を感動の世界へと導くことから”天使の羽”とも称されています。人間工学に基づき一本一本職人により丹念に仕立てられたフィニッシングブラシの穂首の形状はの凹凸にフィットしやすい形で、パフでは均一につけにくいパウダーを素早くなじませます。しなやかな毛先と力が入りにくい太い柄のデザインは、ベースメイクを崩すことなく、透明感とツヤを与えます。\u003c\/p\u003e\u003cp\u003e全長171mm毛丈43mm厚み11mm\u003c\/p\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031654846707,"sku":null,"price":24750.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031654879475,"sku":null,"price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031654912243,"sku":null,"price":24750.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031654945011,"sku":null,"price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031654977779,"sku":null,"price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031655010547,"sku":null,"price":23100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_7be66d21bf8b478a875a051385262930_87f0b5a0-2d40-4fbd-adc9-32cb8f8db70c.png?v=1721971944"}],"url":"https:\/\/kashoen.we-shop.jp\/collections\/%e6%98%a5%e3%81%ae%e8%82%8c%e3%81%ab%e3%82%84%e3%81%95%e3%81%97%e3%81%84%e4%b8%80%e7%ad%86.oembed","provider":"KASHOEN","version":"1.0","type":"link"}