{"title":"すべての商品","description":"","products":[{"product_id":"product_387d5598-1087-1dc8-b96e-5b7740849793","title":"押出リップブラシ(Sロゴ)PBT Ⅱ（毛質等級：特殊混毛高品質PBT）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e携帯に便利な押出式リップブラシ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eポーチにすっきり収まる全長120mmの\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_e7e793794d35473586ddc7ca794958e0_mv2_d_2053_1368_s_2_cafdd08d-8da4-427c-abf4-656c5b4bfa89.png?v=1721971486\" 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 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      \u003cp class=\"body-text\"\u003e携帯に便利な押出式で、お出かけ前に口紅を含ませておけば、口紅を持ち歩かずにリップメイクが可能です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eコシがありながらもイタチ毛より柔らかめの毛質（PBT II：特殊混毛高品質PBT）で、\u003cstrong\u003e美しい口元\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eブラシの使い方:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e口紅の上でブラシをジグザグに動かし、口紅をたっぷりと含ませる\u003c\/li\u003e\n        \u003cli\u003e輪郭を描く際はブラシのエッジを使用\u003c\/li\u003e\n        \u003cli\u003eリップの輪郭の内側を塗る際は筆の表裏を使用\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eきちんと輪郭をとった口元は、口角の上がった\u003cstrong\u003eにこやかで美しい表情\u003c\/strong\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全長（収納時）: 120mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 8mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 3mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"華祥苑","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031621390579,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031621423347,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031621456115,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031621521651,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031621554419,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031621587187,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/3d8af3_e7e793794d35473586ddc7ca794958e0_mv2_d_2053_1368_s_2_cafdd08d-8da4-427c-abf4-656c5b4bfa89.png?v=1721971486"},{"product_id":"product_d00ffcb8-5c49-d2f4-27aa-43a68d10d2dc","title":"KASHOENシリーズ WAチークブラシMS（毛質等級：山羊 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\"\u003eKASHOEN Sクラス 山羊毛チークブラシ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            華祥苑独自の基準をクリアした\u003cstrong\u003eSクラス山羊毛\u003c\/strong\u003eが、肌に心地よい\u003cstrong\u003e上質な感触\u003c\/strong\u003eをもたらします。\n            \u003cstrong\u003e毛丈30mm\u003c\/strong\u003eの設計で、狭い範囲へも思い通りの濃淡を表現。\n            内側から色づくような\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\/263fff_760be2ae44e843a1960c280866977114_mv2_4a8d0e7d-0915-43f0-970f-b4f89d4317b0.jpg?v=1721971488\" 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 class=\"body-text\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e Sクラス山羊毛を使用\u003c\/li\u003e\n                \u003cli\u003e毛丈が短く、狭い範囲へ濃いめのチークをのせるのに最適\u003c\/li\u003e\n                \u003cli\u003e内側から色づくような自然なグラデーションを表現\u003c\/li\u003e\n                \u003cli\u003e立体感のある顔立ちを演出\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご使用のメリット\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e自然なチークを簡単に入れる為にはチークブラシは欠かせません。ナチュラルなグラデーションで色をのせ、ふわっと内側から色づいた自然な顔色と立体感のある顔に仕上げます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eナチュラルなグラデーションで自然な血色感を演出\u003c\/li\u003e\n                \u003cli\u003e内側から色づいたような顔色に\u003c\/li\u003e\n                \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全長：142mm\u003c\/li\u003e\n                \u003cli\u003e毛丈：30mm\u003c\/li\u003e\n                \u003cli\u003e厚み：11mm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031621619955,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031621652723,"sku":null,"price":20350.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031621685491,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031621718259,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031621751027,"sku":null,"price":20350.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031621783795,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_760be2ae44e843a1960c280866977114_mv2_4a8d0e7d-0915-43f0-970f-b4f89d4317b0.jpg?v=1721971488"},{"product_id":"product_c4374797-139b-1dec-95d8-2c38fac95e1c","title":"KASHOENシリーズ 蘇芳（金具本漆仕上げ）ハイライトブラシⅢ（毛質等級：山羊Sクラス\u0026リス）","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\"\u003e手に取るたび感じる、\u003cstrong\u003e漆職人による金具の本漆仕上げ\u003c\/strong\u003e。\u003cstrong\u003e希少な山羊Sクラスとリス毛\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\/263fff_9862e3317673456dbfc0d2fd49d4f527_mv2_065effd9-db44-4cfe-ad96-8fce9d51241b.jpg?v=1721971490\" 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\u003c!-- \/content-section --\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される最高等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズです。\u003c\/p\u003e\n      \u003cul class=\"benefit-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    \u003c\/div\u003e\n\u003c!-- \/spec-content --\u003e\n  \u003c\/details\u003e\u003c!-- \/spec-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金具：漆職人による丹念な本漆仕上げ\u003c\/li\u003e\n        \u003cli\u003eブラシ毛：毛質等級Sクラスの希少な山羊毛とリス毛をブレンド\u003c\/li\u003e\n        \u003cli\u003e毛質：繊細で柔らかく、リス毛100%よりもコシがある特徴\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c!-- \/spec-content --\u003e\n  \u003c\/details\u003e\u003c!-- \/spec-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穂首は丸く厚みがあり、パウダーをしっかりと含みます。斜めになったブラシの面が肌にぴったりと添い、ハイライト効果を最大限に引き出します。明るく見せたい目の下やTゾーンにのせるのが効果的です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eパウダーをしっかり含む丸く厚みのある穂首\u003c\/li\u003e\n        \u003cli\u003e斜めのブラシ面が肌にぴったりフィット\u003c\/li\u003e\n        \u003cli\u003e肌に立体感と輝きをプラスするハイライト効果\u003c\/li\u003e\n        \u003cli\u003e目の下、Tゾーンなど明るく見せたい部分に最適\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c!-- \/spec-content --\u003e\n  \u003c\/details\u003e\u003c!-- \/spec-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全長：142mm\u003c\/li\u003e\n        \u003cli\u003e毛丈：15mm\u003c\/li\u003e\n        \u003cli\u003e厚み：9.4mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c!-- \/spec-content --\u003e\n  \u003c\/details\u003e\u003c!-- \/spec-details --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"KASHOENシリーズ 蘇芳","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031621849331,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031621882099,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031621914867,"sku":null,"price":14850.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031621947635,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031621980403,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031622013171,"sku":null,"price":14850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_9862e3317673456dbfc0d2fd49d4f527_mv2_065effd9-db44-4cfe-ad96-8fce9d51241b.jpg?v=1721971490"},{"product_id":"product_c22671eb-e1f1-35c2-ba07-2617bc4fdf65","title":"KASHOENシリーズ WAハイライトブラシⅢ（毛質等級：山羊Sクラス\u0026リス）","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プロ級の仕上がりWAハイライトブラシ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003eSクラス山羊毛とリス毛の絶妙な配合\u003c\/strong\u003eが、\u003cstrong\u003e肌に溶け込むような極上の柔らかさ\u003c\/strong\u003eと、\u003cstrong\u003e光を操る理想のコシ\u003c\/strong\u003eを実現。\u003cstrong\u003e丸く厚みのある穂首\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\/263fff_a7e26c59ef684032a492703b38479a96_mv2_4120b231-7455-4430-8fbc-0a85898e4398.jpg?v=1721971492\" 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        \u003c!-- 商品の特徴 --\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シリーズは、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肌色より明るいカラーを明るく見せたい目の下、Tゾーンにのせるのに便利\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 素材・毛質 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・毛質\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eブラシ部分には、毛質等級Sクラスの大変希少な山羊毛とリス毛を使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e毛質等級Sクラスの山羊毛とリス毛を配合\u003c\/li\u003e\n                    \u003cli\u003e繊細で柔らかく、リス毛100%よりコシがあります\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- サイズ詳細 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長: 142mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031622111475,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031622144243,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031622177011,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031622209779,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031622242547,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031622275315,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_a7e26c59ef684032a492703b38479a96_mv2_4120b231-7455-4430-8fbc-0a85898e4398.jpg?v=1721971492"},{"product_id":"product_8aed3c87-ef21-3667-d7a0-57fef1790f9f","title":"KASHOENシリーズ BKハイライトブラシⅢ（毛質等級：山羊Sクラス\u0026リス）","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 Sクラス毛質で透明感ハイライト\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eSクラス山羊毛とリス毛の極上ブレンドが、肌に吸い付く\u003cstrong\u003e繊細なタッチ\u003c\/strong\u003eを叶えます。斜めになった穂首がパウダーをしっかりと含み、目の下やTゾーンに明るく\u003cstrong\u003e透明感あふれる立体感\u003c\/strong\u003eを美しく演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_12a35b9c402b48f5a66bc95969859599_mv2_a11f97f5-305b-440a-b1c3-43c4ae925713.jpg?v=1721971493\" 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斜めになったブラシの面が肌にぴったり添い、肌色より明るいカラーを明るく見せたい目の下、Tゾーンにのせるのに便利です。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eブラシ部分: 毛質等級Sクラスの希少な山羊毛とリス毛を使用\u003c\/li\u003e\n                \u003cli\u003e特徴: 繊細で柔らかいながらリス毛100%よりコシがあります\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全長: 142mm\u003c\/li\u003e\n                \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n                \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031622308083,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031622340851,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031622373619,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031622406387,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031622439155,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031622471923,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_12a35b9c402b48f5a66bc95969859599_mv2_a11f97f5-305b-440a-b1c3-43c4ae925713.jpg?v=1721971493"},{"product_id":"product_416ab3e4-295b-4f0d-3ca3-57c8f9ea0cd0","title":"KASHOENシリーズ BKアイブロウブラシ（毛質等級：ウォーターバジャー）","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\"\u003e一世紀以上の歴史が息づく\u003cstrong\u003eKASHOENシリーズ\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\/263fff_7c85ce2d3c814ab99ee43745286a44bd_mv2_604b6240-44f1-430c-9f7a-c53912a8e315.jpg?v=1721971495\" 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 class=\"body-text\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e毛質等級Sクラスの大変希少なウォーターバジャー毛を使用\u003c\/li\u003e\n        \u003cli\u003e穂先は先端に向かうほど薄くした形状で鋭角の山を形成\u003c\/li\u003e\n        \u003cli\u003e細く繊細な線を描き、自然な眉を表現\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e使い方・描き方\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eパウダーを使うと、ペンシルだけでは表現できない自然で繊細な眉が描けます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e毛丈の長い方を眉頭側に向けます。\u003c\/li\u003e\n        \u003cli\u003e毛の流れに沿って、眉山から眉尻へ、次に眉山から眉頭へと描き始めます。\u003c\/li\u003e\n        \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全長: 128.5mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 6.5mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 2.4mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031622570227,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031622602995,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031622635763,"sku":null,"price":7590.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031622701299,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031622734067,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031622766835,"sku":null,"price":7590.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_7c85ce2d3c814ab99ee43745286a44bd_mv2_604b6240-44f1-430c-9f7a-c53912a8e315.jpg?v=1721971495"},{"product_id":"product_23f90a70-0608-f2ff-3533-5bc1830b30c4","title":"KASHOENシリーズ WAアイブロウブラシ（毛質等級：ウォーターバジャー）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eプロ級の眉を叶えるWAアイブロウブラシ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_f30142ca62414628808a3c4d213e0595_mv2_78e6c9d8-3730-43ad-8c83-774d10cd5d70.jpg?v=1721971497\" 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\u003cstrong\u003e希少なウォーターバジャー毛\u003c\/strong\u003eが肌に心地よくフィットし、思い通りの繊細な眉を描き出します。ペンシルだけでは難しい自然な陰影も、これ一本で\u003cstrong\u003e理想の眉が完成する体験\u003c\/strong\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シリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛のみに選定される、最高等級のお化粧筆です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e肌あたりと使いやすさを追求した、上質で気品のある仕上がり\u003c\/li\u003e\n          \u003cli\u003eブラシ部分には毛質等級Sクラスの\u003cstrong\u003e大変希少なウォーターバジャー毛\u003c\/strong\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=\"step-list\"\u003e\n          \u003cli\u003e\u003cp\u003e毛丈の長い方を眉頭側に向けます。\u003c\/p\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cp\u003e眉の流れに沿って、眉山から眉尻へ、次に眉山から眉頭へと描き始めます。\u003c\/p\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cp\u003e一本ずつ毛を足すように描くと、より繊細な眉に仕上がります。\u003c\/p\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\n\u003cstrong\u003e全長:\u003c\/strong\u003e 128.5mm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e毛丈:\u003c\/strong\u003e 6.5mm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e厚み:\u003c\/strong\u003e 2.4mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eproduct_23f90a70-0608-f2ff-3533-5bc1830b30c4\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031622799603,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031622832371,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031622865139,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031622897907,"sku":null,"price":7590.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031622930675,"sku":null,"price":7590.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031622963443,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_f30142ca62414628808a3c4d213e0595_mv2_78e6c9d8-3730-43ad-8c83-774d10cd5d70.jpg?v=1721971497"},{"product_id":"product_0534865e-46a4-3042-2735-5330dbd4452a","title":"KASHOEN シリーズ 蘇芳（金具本漆仕上げ）ポイントシャドウブラシL（毛質等級：リス）","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_a9d284cedd7e44c8b68d84ca4433a48e_mv2_bd55867c-b40f-4d2f-8cbe-7e2a71a47d07.jpg?v=1721971498\" 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\u003cstrong\u003eSクラス\u003c\/strong\u003eの希少なリス毛が、デリケートな目元に\u003cstrong\u003e極上の柔らかさ\u003c\/strong\u003eをもたらします。漆職人が丹念に塗り重ねた金具は、触れるたびに\u003cstrong\u003e上質感\u003c\/strong\u003eが宿る逸品。アイシャドウのぼかしもキワの表現も、思いのままに完成します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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毛質等級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=\"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全長: 142mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 9.4mm\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_0534865e-46a4-3042-2735-5330dbd4452a\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ 蘇芳","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031622996211,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031623028979,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031623061747,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031623094515,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031623127283,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031623160051,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_a9d284cedd7e44c8b68d84ca4433a48e_mv2_bd55867c-b40f-4d2f-8cbe-7e2a71e6a0d7.jpg?v=1721971498"},{"product_id":"product_f841d2a0-1036-6387-cf08-47c71bf8cd7a","title":"KASHOEN シリーズ BKポイントシャドウブラシL（毛質等級：リス）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eKASHOEN シリーズ BKポイントシャドウブラシL\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eデリケートな肌に、\u003cstrong\u003eKASHOEN「Sクラスリス毛」\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\/263fff_01d771ed0a404903bc8a4cc4768dd020_mv2_02baa96e-3738-4c7e-a987-b91dd9961f5b.jpg?v=1721971500\" 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        \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 シリーズ BKポイントシャドウブラシLは、繊細な肌に配慮し、プロの仕上がりをサポートします。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした「KASHOENシリーズ」の毛を選定しています。\u003c\/li\u003e\n                    \u003cli\u003eペンシル型のブラシで、アイホールの上にアイカラー（パウダー）をのせるときに活躍します。\u003c\/li\u003e\n                    \u003cli\u003eブラシを寝かせてアイシャドウを広めにぼかしたり、ブラシを立ててまぶたのキワにのせたアイシャドウをぼかしたりと、自由自在に使える一品です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e肌に優しい厳選された素材を使用しています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eブラシ部分には毛質等級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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長: 142mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eproduct_f841d2a0-1036-6387-cf08-47c71bf8cd7a\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) - 提供情報がないため作成しません。 --\u003e\n    \u003c!-- ④ 注意事項セクション (Notes) - 提供情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031623389427,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031623422195,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031623454963,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031623487731,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031623520499,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031623553267,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_01d771ed0a404903bc8a4cc4768dd020_mv2_02baa96e-3738-4c7e-a987-b91dd9961f5b.jpg?v=1721971500"},{"product_id":"product_c8ac3b6e-e369-d1aa-0569-bdcf8f480e9e","title":"KASHOEN シリーズ WAポイントシャドウブラシL（毛質等級：リス）","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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_e95544fd119a4f97b7128f5367e701c2_mv2_d440de3e-1fd0-41ea-a71c-7137953d464c.jpg?v=1721971502\" 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一世紀以上の歴史を誇る華祥苑が、独自の厳しい基準をクリアした\u003cstrong\u003eSクラスの希少なリス毛を選定\u003c\/strong\u003e。デリケートな肌にも安心な、息をのむほど柔らかい肌触りが、まぶたに優しく寄り添います。\u003cstrong\u003e全長142mm\u003c\/strong\u003eの計算された長さが、手の動きに吸い付くような安定感をもたらし、緻密なアイメイクを叶えるでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e毛質等級\u003cstrong\u003eSクラスの大変希少なリス毛\u003c\/strong\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毛質: リス毛（Sクラス）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長: 142mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e使用方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eペンシル型のブラシで、アイホールの上にアイカラー（パウダー）をのせるときにご使用いただけます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eブラシを寝かせてアイシャドウを広めにぼかす\u003c\/li\u003e\n                    \u003cli\u003eブラシを立ててまぶたのキワにのせたアイシャドウをぼかす\u003c\/li\u003e\n                    \u003cli\u003e自由自在なアイメイクを叶える一本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eproduct_c8ac3b6e-e369-d1aa-0569-bdcf8f480e9e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN シリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031623782643,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031623815411,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031623848179,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031623880947,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031623913715,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031623946483,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_e95544fd119a4f97b7128f5367e701c2_mv2_d440de3e-1fd0-41ea-a71c-7137953d464c.jpg?v=1721971502"},{"product_id":"product_49adc54b-6522-ef4c-475c-b9ead9c212d4","title":"KASHOENシリーズ 蘇芳（金具本漆仕上げ）ハイライトブラシⅡ（毛質等級：リス）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e華祥苑 蘇芳 極上リス毛ハイライトⅡ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_4dfe3b966d71495f96f572220d7778cf_mv2_522c627d-9345-4a92-a289-30aaf3eae3a9.jpg?v=1721971503\" 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肌に溶け込むような\u003cstrong\u003eSクラスの希少リス毛\u003c\/strong\u003eが、デリケートな肌にも\u003cstrong\u003e極上の柔らかさ\u003c\/strong\u003e。漆職人による\u003cstrong\u003e本漆金具\u003c\/strong\u003eは、手元に\u003cstrong\u003e品格ある上質感を纏わせます\u003c\/strong\u003e。目の下やTゾーンに、明るく洗練された\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漆職人により丹念に何度も塗り重ねられた\u003cstrong\u003e本漆金具\u003c\/strong\u003eは、手に持った時感じる\u003cstrong\u003e一級品の上質感\u003c\/strong\u003eです。\u003c\/li\u003e\n        \u003cli\u003e毛質等級\u003cstrong\u003eSクラスの大変希少なリス毛\u003c\/strong\u003eを使用。肌触りが特に柔らかい繊細な毛で、デリケートな肌にも安心してお使いいただけます。\u003c\/li\u003e\n        \u003cli\u003e穂首は丸く厚みがあり、パウダーをしっかりと含みます。斜めになったブラシの面が肌にぴったり添い、肌色より明るいカラーを明るく見せたい目の下やTゾーンにのせるのに便利です。\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全長: 142mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・等級\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e毛質: Sクラス希少リス毛\u003c\/li\u003e\n        \u003cli\u003e金具: 本漆\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eproduct_49adc54b-6522-ef4c-475c-b9ead9c212d4\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ 蘇芳","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031624012019,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031624044787,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031624077555,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031624110323,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031624143091,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031624175859,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_4dfe3b966d71495f96f572220d7778cf_mv2_522c627d-9345-4a92-a289-30aaf3eae3a9.jpg?v=1721971503"},{"product_id":"product_457c96d9-80ff-bdce-3f88-de5adc749a39","title":"KASHOENシリーズ BKハイライトブラシⅡ（毛質等級：リス）","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_3e16a31cfb2e4024a0a5a1e60d5b8ee4_mv2_1966285c-787f-4bfd-af6b-08a01c48a5c3.jpg?v=1721971505\" 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デリケートな肌に優しい\u003cstrong\u003eSクラスリス毛\u003c\/strong\u003eの\u003cstrong\u003e極上肌あたり\u003c\/strong\u003e。\u003cstrong\u003e厚みのある穂首\u003c\/strong\u003eがパウダーをしっかり含み、目の下やTゾーンに\u003cstrong\u003e完璧フィット\u003c\/strong\u003e。\u003cstrong\u003e洗練されたツヤ\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eKASHOENシリーズとは\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される最高等級です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eより上質で気品のあるお化粧筆をお探しの方に最適\u003c\/li\u003e\n          \u003cli\u003e肌あたりや使いやすさを追求した化粧筆\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・毛質\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eブラシ部分には、大変希少な毛質等級Sクラスのリス毛を使用しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e肌触りが特に柔らかい繊細な毛質\u003c\/li\u003e\n          \u003cli\u003eデリケートな肌にも安心\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブラシの形状と用途\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e穂首は、ハイライトを効果的に塗布するための特殊な形状と設計です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e丸く厚みがあり、パウダーをしっかりと含む\u003c\/li\u003e\n          \u003cli\u003e斜めになったブラシの面が肌にぴったりフィット\u003c\/li\u003e\n          \u003cli\u003e肌色より明るいカラーを目の下やTゾーンにのせるのに便利\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全長: 142mm\u003c\/li\u003e\n          \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n          \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031624274163,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031624306931,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031624339699,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031624372467,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031624405235,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031624438003,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_3e16a31cfb2e4024a0a5a1e60d5b8ee4_mv2_1966285c-787f-4bfd-af6b-08a01c48a5c3.jpg?v=1721971505"},{"product_id":"product_a2597b71-b9af-8ddd-8ffb-47d8f6487a2d","title":"KASHOENシリーズ WAハイライトブラシⅡ（毛質等級：リス）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eKASHOENの歴史が息づくリス毛ブラシ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e1世紀以上にわたる華祥苑の厳しい自社基準をクリアした、\u003cstrong\u003eSクラスの希少なリス毛\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\/263fff_78040a966ce942dd938e61ea4ac5c4ac_mv2_64fe4509-1376-4e42-a4e8-9ccbda56a1f9.jpg?v=1721971507\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eブラシ部分には毛質等級Sクラスの大変希少なリス毛を使用。\u003c\/li\u003e\n          \u003cli\u003e肌触りが特に柔らかく繊細な毛で、デリケートな肌にも安心。\u003c\/li\u003e\n          \u003cli\u003e穂首は丸く厚みがあり、パウダーをしっかりと含む設計。\u003c\/li\u003e\n          \u003cli\u003e斜めになったブラシの面が肌にぴったり添い、肌色より明るいカラーを明るく見せたい目の下やTゾーンにのせるのに便利です。\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全長: 142mm\u003c\/li\u003e\n          \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n          \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e毛材: リス毛（Sクラス）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品識別コード: a2597b71-b9af-8ddd-8ffb-47d8f6487a2d\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031624470771,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031624503539,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031624536307,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031624569075,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031624601843,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031624634611,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_78040a966ce942dd938e61ea4ac5c4ac_mv2_64fe4509-1376-4e42-a4e8-9ccbda56a1f9.jpg?v=1721971507"},{"product_id":"product_5aff00d4-40a5-41ab-d3c0-df968cc5f0bb","title":"KASHOENシリーズ BPパウダーブラシ （毛質等級：山羊 Sクラス）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e天使の羽。極上肌触りのパウダーブラシ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e希少な山羊Sクラス毛の極上肌触り。\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\/02KASHOEN_BP.jpg?v=1739765038\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e1世紀の歴史が育んだ逸品\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 class=\"body-text\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eより上質で気品のあるお化粧筆をお探しの方におすすめ\u003c\/li\u003e\n        \u003cli\u003e肌あたりや使いやすさを追求した化粧筆\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eSクラスの毛は、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。ブラシ部分には毛質等級Sクラスの大変希少な山羊毛が使われており、極上の肌触りを約束します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\"天使の羽\"とも称される感動的な使い心地\u003c\/li\u003e\n        \u003cli\u003e人間工学に基づき一本一本職人により丹念に仕立てられたパウダーブラシ\u003c\/li\u003e\n        \u003cli\u003e卵形のかわいい形で粉含みが良く、粉おしろいの他に、パウダーファンデーションやフェイスカラーにも使用可能\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e美しく仕上げるにはブラシに粉を含ませ、顔の中心から優しく外に向かって掃くように使うのがポイントです。ふんわり柔らかな肌質に仕上がります。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eブラシに粉を含ませる\u003c\/li\u003e\n        \u003cli\u003e顔の中心から優しく外に向かって掃くように使う\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 165mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 52mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 50mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e毛質: 山羊Sクラス毛\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eproduct_5aff00d4-40a5-41ab-d3c0-df968cc5f0bb\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ BP","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031624765683,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031624798451,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031624831219,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031624863987,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031624896755,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031624929523,"sku":null,"price":28050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/02KASHOEN_BP.jpg?v=1739765038"},{"product_id":"product_6bcc3dff-1213-a893-6454-9f496654cebd","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\"\u003e華祥苑 本漆パウダーブラシ 優美な艶\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            Sクラスの希少な山羊毛は「\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で、\u003cstrong\u003e粉含み良くふんわり柔らかな理想の肌質\u003c\/strong\u003eへ。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_4512f423e6e54f26ab3d1aa795ae0a07_mv2_7b9c884f-4e6f-4cbf-93d6-b3e675044470.jpg?v=1721971511\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e1世紀の歴史が育む究極の肌触り\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華祥苑 KASHOENシリーズについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e華祥苑独自の卓越した自社基準をクリアした毛に選定される等級。1世紀以上の歴史を誇る化粧筆です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eより上質で気品のあるお化粧筆をお探しの方におすすめ\u003c\/li\u003e\n                    \u003cli\u003e肌あたりや使いやすさを追求した化粧筆\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e手にするたびに上質感と感動を味わえる、華祥苑のこだわりが詰まったパウダーブラシです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e漆職人により丹念に塗り重ねられた本漆仕上げの金具\u003c\/li\u003e\n                    \u003cli\u003eブラシの中でも一級品と称される上質な手触り\u003c\/li\u003e\n                    \u003cli\u003eSクラスの希少な山羊毛が織りなす極上の肌触り\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金具: 丹念に塗り重ねられた本漆仕上げ\u003c\/li\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粉おしろい\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                \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全長: 165mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 52mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 50mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eproduct_6bcc3dff-1213-a893-6454-9f496654cebd\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"KASHOENシリーズ 向日葵","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031624962291,"sku":null,"price":36850.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031624995059,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031625027827,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031625060595,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031625093363,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031625126131,"sku":null,"price":36850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_4512f423e6e54f26ab3d1aa795ae0a07_mv2_7b9c884f-4e6f-4cbf-93d6-b3e675044470.jpg?v=1721971511"},{"product_id":"product_cbd87a7f-2811-7679-558a-9a67f6b40b0d","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\"\u003e華祥苑が贈る至高の化粧筆\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_a75d161ef8694c9c81c884e1c3db7fb3_mv2_863e2e47-b1f7-4964-bea5-041a4709efea.jpg?v=1721971513\" 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 class=\"text-strong\"\u003e1世紀の歴史を持つ華祥苑シリーズ\u003c\/strong\u003e。\n            \u003cstrong class=\"text-strong\"\u003e卓越した自社基準をクリアした毛質\u003c\/strong\u003eが、\n            \u003cstrong class=\"text-strong\"\u003e肌へやさしく寄り添い\u003c\/strong\u003e、\n            \u003cstrong class=\"text-strong\"\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 class=\"body-text\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eより上質で気品のあるお化粧筆をお探しの方におすすめのシリーズ\u003c\/li\u003e\n                \u003cli\u003e肌あたりや使いやすさを追求した化粧筆\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材と技術\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e華祥苑の化粧筆は、素材選びから製造技術に至るまで、細部にこだわり抜いています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\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                \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全長：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    \u003c!-- 発送案内セクション (Shipping) および 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ 向日葵","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031625158899,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031625191667,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031625224435,"sku":null,"price":41250.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031625257203,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031625289971,"sku":null,"price":41250.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031625322739,"sku":null,"price":39600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_a75d161ef8694c9c81c884e1c3db7fb3_mv2_863e2e47-b1f7-4964-bea5-041a4709efea.jpg?v=1721971513"},{"product_id":"product_9d663790-cc94-0553-c986-e1c3a7bfdabc","title":"KASHOENシリーズ BPフィニッシングブラシ（毛質等級：山羊 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極上山羊毛 Sクラスの輝き\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/01KASHOEN_BP.jpg?v=1739764948\" 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\"\u003eKASHOEN独自の\u003cstrong\u003eSクラス山羊毛\u003c\/strong\u003eは、肌に触れるたび「\u003cstrong\u003e天使の羽\u003c\/strong\u003e」のような極上の心地よさ。\u003cstrong\u003e職人技が光る穂先\u003c\/strong\u003eは顔の凹凸に吸い付くようにフィットし、パウダーをムラなく均一に仕上げます。\u003cstrong\u003e透明感とツヤに満ちたベースメイクを崩さずに叶える一本\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特長・こだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eKASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eSクラスは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される最高等級です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eブラシ部分には毛質等級Sクラスの大変希少な山羊毛を使用\u003c\/li\u003e\n                \u003cli\u003e極上の肌触りを約束し「天使の羽」と称される心地よさ\u003c\/li\u003e\n                \u003cli\u003e人間工学に基づき、職人により丹念に仕立てられた穂首の形状\u003c\/li\u003e\n                \u003cli\u003e顔の凹凸にフィットしやすく、パウダーを素早くなじませムラなく均一に塗布\u003c\/li\u003e\n                \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シリーズ BP","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031625453811,"sku":null,"price":32450.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031625486579,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031625519347,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031625552115,"sku":null,"price":32450.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031625584883,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031625617651,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/01KASHOEN_BP.jpg?v=1739764948"},{"product_id":"product_0275f5e8-ea37-d9c2-ed59-0288270536a0","title":"KASHOENシリーズ 蘇芳（金具本漆仕上げ）アイシャドウブラシ LⅡ （毛質等級：リス）","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      漆職人が丹念に仕上げた本漆の金具が、手にするたび格別の満足感を届けます。\n      \u003cstrong\u003eSクラスの希少なリス毛\u003c\/strong\u003eが、デリケートな肌にもそっと寄り添い、極上のメイク体験を叶えます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_b878008272d3476c90bdb730334586a2_mv2_8da0e2a5-a824-47eb-83fd-3b28820220e7.jpg?v=1721971516\" 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\n  \u003c!-- ドロップダウン1: 商品の特長・こだわり --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特長・こだわり\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e\n        KASHOENシリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級の製品です。\n        より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\n      \u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e漆職人により丹念に何度も塗り重ねられた本漆を金具に採用。手にした時感じる上質感はブラシの中でも一級品です。\u003c\/li\u003e\n        \u003cli\u003eブラシ部分には毛質等級Sクラスの大変希少なリス毛を使用。特に柔らかく繊細な毛で、デリケートな肌にも安心です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e\n        美しいグラデーションも思いのままに仕上がる形状で、多様なメイク表現が可能です。\n      \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  \u003c!-- ドロップダウン2: サイズ詳細 --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 141mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 14mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 5.2mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ 蘇芳","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031625650419,"sku":null,"price":15950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031625683187,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031625715955,"sku":null,"price":15950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031625748723,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031625781491,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031625814259,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_b878008272d3476c90bdb730334586a2_mv2_8da0e2a5-a824-47eb-83fd-3b28820220e7.jpg?v=1721971516"},{"product_id":"product_c20d7416-76cc-bc2a-f020-ea037d2f0a07","title":"KASHOENシリーズ WAアイシャドウブラシLⅡ（毛質等級：リス）","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eリス毛が織りなす絶妙グラデ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_3565b554a72b4d679a05b3959a6faa92_mv2_c0fc9e8d-6eae-4a7b-a9c3-1174224007a3.jpg?v=1721971518\" 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\u003cstrong\u003eKASHOEN独自の基準\u003c\/strong\u003eをクリアした、\u003cstrong\u003e繊細で柔らかなリス毛\u003c\/strong\u003eを贅沢に使用。まぶたに吸い付くような\u003cstrong\u003e上質な肌あたり\u003c\/strong\u003eが、\u003cstrong\u003e美しいグラデーション\u003c\/strong\u003eを意のままに彩ります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\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シリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eより上質で気品のあるお化粧筆をお探しの方におすすめ\u003c\/li\u003e\n        \u003cli\u003e肌あたりと使いやすさを追求した化粧筆\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e繊細で柔らかなリス毛を使用\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e形状と使い方\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e美しいグラデーションを思いのままに仕上がるよう、計算された形状です。\u003c\/p\u003e\n      \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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 141mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 14mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 5.2mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため出力しない --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため出力しない --\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031625912563,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031625945331,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031625978099,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031626010867,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031626043635,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031626076403,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_3565b554a72b4d679a05b3959a6faa92_mv2_c0fc9e8d-6eae-4a7b-a9c3-1174224007a3.jpg?v=1721971518"},{"product_id":"product_21a11406-50c3-0697-3f9e-0cbac1a2cb37","title":"KASHOENシリーズ BKアイシャドウブラシ LⅡ （毛質等級：リス）","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  \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\/263fff_3191f5863c0c453c9aee59df017a0790_mv2_038e87c3-7da6-479e-9c68-7a708846fd5f.jpg?v=1721971519\" 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華祥苑独自の卓越した自社基準をクリアした\u003cstrong\u003e繊細で柔らかなリス毛\u003c\/strong\u003eは、肌に溶け込むような\u003cstrong\u003e極上の触り心地\u003c\/strong\u003e。筆を立てたり寝かせたりすることで、アイホール全体に\u003cstrong\u003e均一な広がり\u003c\/strong\u003eも、部分的な\u003cstrong\u003e濃淡\u003c\/strong\u003eも、自由自在に表現できます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\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\u003e1世紀以上の歴史を誇る華祥苑が、お客様のために厳選した特別なブラシです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eKASHOENシリーズの卓越した自社基準をクリアした高品質な毛質\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毛材: 繊細で柔らかなリス毛\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e精緻な目元を彩る、KASHOENリス毛ブラシの寸法です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長: 141mm\u003c\/li\u003e\n          \u003cli\u003e毛丈: 14mm\u003c\/li\u003e\n          \u003cli\u003e厚み: 5.2mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品の識別コードです。\u003c\/p\u003e\n        \u003cp\u003eproduct_21a11406-50c3-0697-3f9e-0cbac1a2cb37\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031626141939,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031626174707,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031626207475,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031626240243,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031626273011,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031626305779,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_3191f5863c0c453c9aee59df017a0790_mv2_038e87c3-7da6-479e-9c68-7a708846fd5f.jpg?v=1721971519"},{"product_id":"product_798568a4-85b2-f53a-4540-ae086107d187","title":"KASHOENシリーズ WAファンデーションブラシⅢ （毛質等級：特殊混毛高品質PBT 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_210fde6f7ae64ffbad4563598e1d1e43_mv2_2bade37f-22ae-4844-8197-82224ff5dc03.jpg?v=1721971523\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e美の伝統が息づく一本\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛質。\u003cstrong\u003eリキッドにもプレストパウダーにも対応\u003c\/strong\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のファンデーションブラシは、卓越した基準を満たした毛質で、プロフェッショナルな仕上がりを日常にもたらします。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級。\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長: 137mm\u003c\/li\u003e\n          \u003cli\u003e毛丈: 25mm\u003c\/li\u003e\n          \u003cli\u003e厚み: 8.5mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eproduct_798568a4-85b2-f53a-4540-ae086107d187\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ WA","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031626535155,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031626567923,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031626600691,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031626633459,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031626666227,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031626698995,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_210fde6f7ae64ffbad4563598e1d1e43_mv2_2bade37f-22ae-4844-8197-82224ff5dc03.jpg?v=1721971523"},{"product_id":"product_950e7549-4716-378b-be24-b0fd8ca303a1","title":"KASHOENシリーズ BKファンデーションブラシⅢ （毛質等級：特殊混毛高品質PBT 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\"\u003e華祥苑ファンデーションブラシ、プロ級の仕上がり\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_feca156db7bf4feebe135f9252e48fc3_mv2_c5fa5c76-16e5-40e6-a71e-e7be9d9bd304.jpg?v=1721971525\" 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\"\u003eKASHOEN独自の厳しい基準で選定された\u003cstrong\u003e特殊混毛PBT Sクラス\u003c\/strong\u003eは、肌に吸い付くような極上の肌あたりを実現します。リキッドもパウダーもこれ一本で、プロが仕上げたような均一で\u003cstrong\u003e崩れにくいベースメイク\u003c\/strong\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シリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\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全長: 137mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 25mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 8.5mm\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\u003eproduct_950e7549-4716-378b-be24-b0fd8ca303a1\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n    \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ BK","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031626961139,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031626993907,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031627026675,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031627059443,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031627092211,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031627124979,"sku":null,"price":12650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_feca156db7bf4feebe135f9252e48fc3_mv2_c5fa5c76-16e5-40e6-a71e-e7be9d9bd304.jpg?v=1721971525"},{"product_id":"product_4bc1b408-2e61-a693-9ec5-64f885289df0","title":"KASHOENシリーズ 蘇芳（金具本漆仕上げ）ファンデーションブラシⅡ（毛質等級：特殊混毛高品質PBT 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_9d306136fdb04431a976678c3cea9c9e_mv2_d51a3bcb-5f4f-4ec3-9d45-e320db0ad5b8.jpg?v=1721971527\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e漆職人による金具本漆仕上げ、手に伝わる確かな上質感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e1世紀を超える歴史が育んだ華祥苑独自の卓越した基準をクリアした\u003cstrong\u003e特殊混毛PBT Sクラス\u003c\/strong\u003e。少量のファンデーションも素早く簡単に塗り広げ、\u003cstrong\u003e薄く均一なベースメイク\u003c\/strong\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シリーズは、1世紀以上の歴史を誇る華祥苑独自の卓越した自社基準をクリアした毛に選定される等級です。より上質で気品のあるお化粧筆をお探しの方におすすめのシリーズで、肌あたりや使いやすさを追求した化粧筆です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e漆職人による丹念な本漆仕上げで、手に取るたび一級の上質感を感じられます。\u003c\/li\u003e\n          \u003cli\u003eブラシ部分には毛質等級Sクラスの特殊混毛高品質PBTを採用し、肌へのあたりを追求。\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長: 137mm\u003c\/li\u003e\n          \u003cli\u003e毛丈: 25mm\u003c\/li\u003e\n          \u003cli\u003e厚み: 8.5mm\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ブラシ毛: 特殊混毛高品質PBT (Sクラス)\u003c\/li\u003e\n          \u003cli\u003e金具: 漆職人による本漆仕上げ\u003c\/li\u003e\n          \u003cli\u003eシリーズ: KASHOEN\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eproduct_4bc1b408-2e61-a693-9ec5-64f885289df0\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \n  \u003c!-- 発送案内セクション (Shipping) - 入力情報がないため作成しません。 --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 入力情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"KASHOENシリーズ 蘇芳","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031627157747,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031627190515,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031627223283,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031627256051,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031627288819,"sku":null,"price":18150.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031627321587,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/263fff_9d306136fdb04431a976678c3cea9c9e_mv2_d51a3bcb-5f4f-4ec3-9d45-e320db0ad5b8.jpg?v=1721971527"},{"product_id":"product_df749f66-d0f1-a731-2d2b-14c8061efd73","title":"KASHOEN BASICシリーズ BBポイントシャドウブラシL（毛質等級：山羊 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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e憧れのプロ級アイメイクへ メイク初心者におすすめ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_99b3aab95dc345b486aec5d97fd731ef_mv2_bfb4897e-d1a9-42fb-b46b-c162518822d3.jpg?v=1721971530\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e使い方自由自在 BBポイントシャドウブラシ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eペンシル型の形状が、アイホールへのアイシャドウのせ方からぼかしまで\u003cstrong\u003e自由自在\u003c\/strong\u003eに操ることを可能にします。初めてのブラシメイクでも、\u003cstrong\u003e理想のグラデーション\u003c\/strong\u003eが手に入ります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eKASHOEN BASICシリーズは、一般的に流通する高級ブラシに採用される等級で、\u003cstrong\u003e毛質等級：山羊 Aクラス\u003c\/strong\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 142mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 9.4mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eproduct_df749f66-d0f1-a731-2d2b-14c8061efd73\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031627419891,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031627452659,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031627485427,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031627518195,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031627550963,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031627583731,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_99b3aab95dc345b486aec5d97fd731ef_mv2_bfb4897e-d1a9-42fb-b46b-c162518822d3.jpg?v=1721971530"},{"product_id":"product_09d2c818-87d7-43f4-c804-12c8c0ad1a97","title":"KASHOEN BASICシリーズ BBチークブラシS（毛質等級：山羊 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 BASICで彩る洗練のチーク\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e18ba2aac6bc46e885273b7a5c006d5c_mv2_dd086c78-039c-4789-a5bb-ab58c2354f4c.jpg?v=1721971532\" 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高級ブラシと同等級の\u003cstrong\u003e山羊Aクラス毛質\u003c\/strong\u003eを採用。筆メイク初心者にもおすすめで、全長141mmの扱いやすいサイズです。\u003cstrong\u003eナチュラルなグラデーション\u003c\/strong\u003eで肌に溶け込み、内側から輝くような血色感と立体感を演出します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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        \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全長：141mm\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e毛質：山羊Aクラス\u003c\/li\u003e\n        \u003cli\u003e生産国：日本 (想定、情報がないため)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため生成しない --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため生成しない --\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031627649267,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031627682035,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031627714803,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031627747571,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031627780339,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031627813107,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e18ba2aac6bc46e885273b7a5c006d5c_mv2_dd086c78-039c-4789-a5bb-ab58c2354f4c.jpg?v=1721971532"},{"product_id":"product_e50955be-71ae-6b5a-2552-c2257210be41","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\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e本格筆メイクの始まり KASHOENの輝き\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_ddf25d20f4c849b8998faa50f720e368_mv2_ce713f48-45ab-41c6-a114-5cf6f5e974f3.jpg?v=1721971534\" 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一般的な高級ブラシと同等の毛質を厳選。触れるたび品格を感じる\u003cstrong\u003eワンランク上の使用感\u003c\/strong\u003eで、あなたのメイクを新たなステージへと引き上げます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 165mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 52mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 50mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eproduct_e50955be-71ae-6b5a-2552-c257210be41\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031627878643,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031627911411,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031627944179,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031627976947,"sku":null,"price":14850.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031628009715,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031628042483,"sku":null,"price":14850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_ddf25d20f4c849b8998faa50f720e368_mv2_ce713f48-45ab-41c6-a114-5cf6f5e974f3.jpg?v=1721971534"},{"product_id":"product_96325082-e0a0-68a2-012e-ef8184566fe4","title":"KASHOEN BASICシリーズ WAフェイスカラーブラシL（毛質等級：山羊 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\"\u003e上質を纏うフェイスカラーブラシ、特別なメイク体験を\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_c0454b16451e4a549319d911592e9145_mv2_32b2876a-8a2e-48a0-8ce4-eec2a2cf085b.jpg?v=1721971538\" 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\u003cstrong\u003e筆メイク\u003c\/strong\u003eを始める方に最適な、\u003cstrong\u003eKASHOEN BASICシリーズ\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 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      \u003cp\u003eフェイスカラーブラシの機能性\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e顔の凹凸にフィットしやすい形です。\u003c\/li\u003e\n        \u003cli\u003eしなやかな毛先と力がコントロールしやすい持ち手です。\u003c\/li\u003e\n        \u003cli\u003e広範囲のシェーディング、ハイライト、チークブラシとしても使用できます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e全長:\u003c\/strong\u003e 149mm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e毛丈:\u003c\/strong\u003e 36mm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e厚み:\u003c\/strong\u003e 17mm\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":46031628108019,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031628140787,"sku":null,"price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031628173555,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031628206323,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031628239091,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031628271859,"sku":null,"price":13750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_c0454b16451e4a549319d911592e9145_mv2_32b2876a-8a2e-48a0-8ce4-eec2a2cf085b.jpg?v=1721971538"},{"product_id":"product_a67e1d01-9a76-3a81-ac6e-bd8873595eae","title":"KASHOEN BASICシリーズ WAハイライトブラシ（毛質等級：山羊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一般的に流通する高級ブラシと同等の\u003cstrong\u003e山羊Aクラス毛質\u003c\/strong\u003eが、肌に吸い付くような上質さを届けます。目の下やTゾーンに自然な光をのせ、顔色を明るく見せます。\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_5dda42b5f93a438581c29c565cd4fee0_mv2_dd5295a2-c9ac-4aa2-9c1e-6cb89c7afd3c.jpg?v=1721971540\" class=\"img-fluid d-block w-100 product-img\" alt=\"KASHOENハイライトブラシ\"\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 BASICシリーズについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eKASHOEN BASICシリーズは、筆メイクを始められる方におすすめの上質なお化粧筆です。一般的に流通する高級ブラシに採用される等級の毛質を用いており、ギフトとしても人気のシリーズです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eKASHOENが提案するエントリーモデル\u003c\/li\u003e\n        \u003cli\u003e高級ブラシと同等の毛質（山羊Aクラス）\u003c\/li\u003e\n        \u003cli\u003eギフトとしても人気の高いシリーズ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e輝きと立体感を生む使い方\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eこのハイライトブラシは、様々な使い方で顔に明るさと立体感をもたらします。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e肌色より明るいカラーを目の下と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\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031628337395,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031628370163,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031628402931,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031628435699,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031628468467,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031628501235,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_5dda42b5f93a438581c29c565cd4fee0_mv2_dd5295a2-c9ac-4aa2-9c1e-6cb89c7afd3c.jpg?v=1721971540"},{"product_id":"product_c79ace8f-85a2-abc1-3189-a12be776b351","title":"KASHOEN BASICシリーズ WAアイシャドウブラシL（毛質等級：山羊 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eKASHOEN BASIC 上質筆の始まり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e一般的な高級ブラシに採用される\u003cstrong\u003e山羊Aクラスの毛質\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_5097ac2e034147e39da76c95dd88be23_mv2_f303f419-2ef7-438f-a0b7-2421af386df9.jpg?v=1721971541\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼のKASHOEN品質\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 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アイホールに均一に広く乗せたい場合は、筆を寝かせて使用\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全長: 141mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 14mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 5.2mm\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":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031628566771,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031628599539,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031628632307,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031628665075,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031628697843,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031628730611,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_5097ac2e034147e39da76c95dd88be23_mv2_f303f419-2ef7-438f-a0b7-2421af386df9.jpg?v=1721971541"},{"product_id":"product_f9505aef-d5ae-c135-dc40-cc151752c8dd","title":"KASHOEN BASICシリーズ WAアイシャドウブラシ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  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e一本で決まる 魅惑の目元美人ブラシ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e一般流通の高級ブラシ等級である\u003cstrong\u003eAクラス山羊毛\u003c\/strong\u003eを採用。ひと塗りで\u003cstrong\u003e鮮やかな発色\u003c\/strong\u003eを叶え、ブラシの角度を変えれば線の濃さも太さも自由自在です。チップ不要で、\u003cstrong\u003eアイラインまで美しく仕上がります\u003c\/strong\u003e。全長131.5mmの手に馴染む一本です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_1a88369eb2334127abd0c929e0f66e54_mv2_d4cf1f37-d18f-427a-be5a-0158adbbc287.jpg?v=1721971543\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e初めての筆メイクにおすすめ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKASHOEN BASICシリーズのアイシャドウブラシは、筆メイクを始められる方におすすめの上質なお化粧筆です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e一般的に流通する高級ブラシに採用される\u003cstrong\u003eAクラス山羊毛\u003c\/strong\u003eを使用\u003c\/li\u003e\n        \u003cli\u003e濃くはっきりしたアイシャドウをひと塗りで発色\u003c\/li\u003e\n        \u003cli\u003eブラシの角度を変えることで、線の濃さ・太さを自在に調節可能\u003c\/li\u003e\n        \u003cli\u003eチップ不要で、アイラインも美しく引ける多機能性\u003c\/li\u003e\n        \u003cli\u003eギフトとしても人気の高いシリーズ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 131.5mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 9.5mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 3.8mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e毛材: 山羊毛\u003c\/li\u003e\n        \u003cli\u003e等級: Aクラス\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":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031628828915,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031628861683,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031628894451,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031628927219,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031628959987,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031628992755,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_1a88369eb2334127abd0c929e0f66e54_mv2_d4cf1f37-d18f-427a-be5a-0158adbbc287.jpg?v=1721971543"},{"product_id":"product_2cf97a4c-1e16-f338-af7e-f25ac43a455a","title":"KASHOEN BASICシリーズ WAチークブラシ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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eKASHOENチークブラシ メイク初心者も感動の仕上がり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e筆メイクを始められる方も、\u003cstrong\u003eKASHOENが誇るAクラスの山羊毛\u003c\/strong\u003eで、ワンランク上の体験を。毎日のメイクが特別な時間に変わります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_45ed06792c7941d684e0d7577d14f012_mv2_f0538b05-ded8-4091-995b-1628e333af6a.jpg?v=1721971545\" 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 BASICシリーズについて\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=\"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      \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\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031629123827,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031629189363,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031629222131,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031629287667,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031629353203,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031629385971,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_45ed06792c7941d684e0d7577d14f012_mv2_f0538b05-ded8-4091-995b-1628e333af6a.jpg?v=1721971545"},{"product_id":"product_c1032ddf-6618-a845-17f1-261ccbe39f57","title":"KASHOEN BASICシリーズ WAコンシーラーブラシLⅡ（毛質等級：特殊混毛高品質PBT 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_783b85d63cfb47feb0fe5f4d32cd0f63_mv2_16096a02-423c-4ae4-aaaa-11dd822545b9.jpg?v=1721971547\" 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\u003cstrong\u003e上質なPBT Aクラス毛質\u003c\/strong\u003eが肌に吸い付くフィット感。\u003cstrong\u003eクマ・シミ・ニキビ跡をムラなく自然にカバー\u003c\/strong\u003eし、プロ級の美しい仕上がりを叶えます。\u003cstrong\u003e初心者でも筆の角度で自在に操れ\u003c\/strong\u003e、クリームシャドウにも活躍します。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴と使い方\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\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            \u003c\/ul\u003e\n            \u003cp\u003eご使用方法：\u003c\/p\u003e\n            \u003cul class=\"step-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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e全長: 141mm\u003c\/li\u003e\n                \u003cli\u003e毛丈: 14mm\u003c\/li\u003e\n                \u003cli\u003e厚み: 4.5mm\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毛質: PBT Aクラス\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため出力しません --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため出力しません --\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031629484275,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031629517043,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031629549811,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031629582579,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031629615347,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031629648115,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_783b85d63cfb47feb0fe5f4d32cd0f63_mv2_16096a02-423c-4ae4-aaaa-11dd822545b9.jpg?v=1721971547"},{"product_id":"product_cf2a2821-4091-9419-8c6a-3f567214a092","title":"KASHOEN BASICシリーズ WAチークブラシS（毛質等級：山羊 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    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日のメイクを格上げする上質化粧筆\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一般的に高級ブラシに採用される等級の毛質が、メイク初心者でも簡単に自然なチークを叶えます。自分へのご褒美や、大切な方への洗練された贈り物にも選ばれています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_3a4235c0f06f4783b2ce605af74c1d46_mv2_3036d261-8b19-4103-8fa8-1f22040da83f.jpg?v=1721971549\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質さで選ぶ、自分だけの特別な一本\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\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毛質等級：山羊 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        \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全長: 141mm\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    \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031629746419,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031629779187,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031629811955,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031629844723,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031629877491,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031629910259,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_3a4235c0f06f4783b2ce605af74c1d46_mv2_3036d261-8b19-4103-8fa8-1f22040da83f.jpg?v=1721971549"},{"product_id":"product_47a326bb-932f-e64d-9ce6-5bb0649ce1a6","title":"KASHOEN BASICシリーズ WAファンデーションブラシⅡ（毛質等級：特殊混毛高品質PBT 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メイク初心者も簡単、崩れにくいWAブラシ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_841ec0e7076f4187a6f1de239da09614_mv2_11aff24c-1bda-4808-b9aa-3409e02ddc73.jpg?v=1721971550\" class=\"img-fluid d-block w-100 product-img\" alt=\"KASHOENの上質WAブラシ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eKASHOENの上質WAブラシ ギフトにも\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e肌に薄く均一にファンデーションを広げる、KASHOENのWAブラシ。\u003cstrong\u003e高品質PBT\u003c\/strong\u003eがリキッドもパウダーも素早く密着させ、目の際や小鼻まで\u003cstrong\u003e崩れにくいベースメイク\u003c\/strong\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                    \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\"\u003eWAブラシの具体的なサイズは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長: 137mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 25mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 8.5mm\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シリーズ WA","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031630631155,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031630663923,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031630729459,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031630762227,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031630794995,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031630827763,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_841ec0e7076f4187a6f1de239da09614_mv2_11aff24c-1bda-4808-b9aa-3409e02ddc73.jpg?v=1721971550"},{"product_id":"product_b371642a-ad9d-e028-c3fc-c94fe51e1967","title":"KASHOEN BASICシリーズ WAポイントシャドウブラシL（毛質等級：山羊 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\"\u003e憧れのKASHOEN品質 繊細なアイメイクの始まり\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eメイクを格上げする\u003cstrong\u003eKASHOEN BASICシリーズ\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_e996bb07c762485697e1390f08696da9_mv2_32d9124e-8631-4e5e-a0d6-24643e9e73fc.jpg?v=1721971552\" 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シリーズは、一般的に流通する高級ブラシに採用される等級の毛質（山羊 Aクラス）を用いた上質な化粧筆です。\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=\"point-list\"\u003e\n                \u003cli\u003eアイホールの上にアイカラー（パウダー）をのせる際に\u003c\/li\u003e\n                \u003cli\u003eブラシを寝かせてアイシャドウを広めにぼかす\u003c\/li\u003e\n                \u003cli\u003eブラシを立ててまぶたのキワのアイシャドウをぼかす\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e全長: 142mm\u003c\/li\u003e\n                \u003cli\u003e毛丈: 15mm\u003c\/li\u003e\n                \u003cli\u003e厚み: 9.4mm\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":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031631843571,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031631876339,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031631909107,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031631941875,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031631974643,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031632007411,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e996bb07c762485697e1390f08696da9_mv2_32d9124e-8631-4e5e-a0d6-24643e9e73fc.jpg?v=1721971552"},{"product_id":"product_1ab2f356-ea70-624f-1df9-5a5daa3e8230","title":"KASHOEN BASICシリーズ WAポイントシャドウブラシ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\"\u003e筆メイク入門 上質アイシャドウ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_167d3418877140f5b61a3e04295f9537_mv2_7ba91b8b-b216-4774-b1b4-fd4f72a89604.jpg?v=1721971554\" 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\u003eKASHOEN BASIC\u003c\/strong\u003eの上質ブラシで、\u003cstrong\u003e筆メイク\u003c\/strong\u003eを始める方へ。ペンシル型WAポイントシャドウMⅡは、アイホールもまぶたのキワも\u003cstrong\u003e自由自在\u003c\/strong\u003e。山羊Aクラスの毛質が、\u003cstrong\u003e初心者\u003c\/strong\u003eでも簡単に美しいグラデーションを叶えます。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e「KASHOEN BASICシリーズ」は、一般的に流通する高級ブラシに採用される等級の、上質なお化粧筆です。筆メイクを始められる方におすすめで、ギフトとしても人気のシリーズです。\u003c\/p\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      \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      \u003cp\u003eペンシル型WAポイントシャドウMⅡのサイズは以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 132mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 10mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 6.5mm\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\u003eproduct_1ab2f356-ea70-624f-1df9-5a5daa3e8230\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":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031632564467,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031632597235,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031632630003,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031632662771,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031632695539,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031632728307,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_167d3418877140f5b61a3e04295f9537_mv2_7ba91b8b-b216-4774-b1b4-fd4f72a89604.jpg?v=1721971554"},{"product_id":"product_cee892a0-36cf-1a61-ee83-052f455deb5b","title":"KASHOEN BASICシリーズ WAアイディファイナーブラシⅡ（毛質等級：特殊混毛高品質PBT 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eアイラインもシミカバーもこれ一本\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e筆メイク初心者にも優しい\u003cstrong\u003e上質ブラシ\u003c\/strong\u003e。ジェルライナーで\u003cstrong\u003e繊細な目元を演出\u003c\/strong\u003eし、\u003cstrong\u003eニキビ跡やそばかすまで自然にカバー\u003c\/strong\u003eできる\u003cstrong\u003e多機能性\u003c\/strong\u003eが魅力です。\u003cstrong\u003eギフト\u003c\/strong\u003eとしても喜ばれます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e88dc8a7fb704b6e940e5500b106abe4_mv2_0ee54e6f-f246-4867-8350-02b1a3a951e6.jpg?v=1721971556\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e使い方無限大、メイクの幅広がる\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eKASHOEN BASICシリーズは、一般的に流通する高級ブラシに採用される等級です。筆メイクを始められる方におすすめの上質なお化粧筆で、ギフトとしても人気のシリーズです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e活用方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこの一本で、多彩なメイクアップに対応します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eジェルライナーのアイライナーブラシとして最適です。\u003c\/li\u003e\n          \u003cli\u003eまつげの間を埋めるようにアイラインを入れ、目尻は細く引き伸ばせます。\u003c\/li\u003e\n          \u003cli\u003eホワイトやシルバーでインラインを入れたり、力の入れ具合で太さを調整できます。\u003c\/li\u003e\n          \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全長: 127mm\u003c\/li\u003e\n          \u003cli\u003e毛丈: 5mm\u003c\/li\u003e\n          \u003cli\u003e厚み: 2.7mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031632761075,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031632793843,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031632826611,"sku":null,"price":4510.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031632859379,"sku":null,"price":4510.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031632892147,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031632924915,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e88dc8a7fb704b6e940e5500b106abe4_mv2_0ee54e6f-f246-4867-8350-02b1a3a951e6.jpg?v=1721971556"},{"product_id":"product_c07da5ad-c01b-df39-1fcc-93c67fa180d8","title":"KASHOEN BASICシリーズ WAリップブラシⅡ（毛質等級：特殊混毛高品質PBT 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\"\u003e唇に自信を KASHOENプロ級リップブラシ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_f59e4e7ef022442b804edd87025faecd_mv2_3c9849fd-f6d6-4eab-8c7f-f50e265280c1.jpg?v=1721971558\" 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上質な素材と熟練の技が織りなす、あなたの唇を輝かせる特別な一本です。\u003cstrong\u003e繊細な輪郭\u003c\/strong\u003eも、\u003cstrong\u003e鮮やかな発色\u003c\/strong\u003eも思いのままに。筆メイクで自信に満ちた口元を演出します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eKASHOEN BASICシリーズについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKASHOEN BASICシリーズは、一般的に流通する高級ブラシに採用される等級です。\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003e毛質等級:\u003c\/strong\u003e 特殊混毛高品質PBT Aクラス\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=\"basic-list\"\u003e\n        \u003cli\u003eコシ、弾力、毛量のバランスを追求\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e使い方とメイク効果\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eプロ級の仕上がりを実現するための使用方法と、期待できるメイク効果をご紹介します。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e口紅の上でブラシをジグザグに動かし、ブラシに口紅をたっぷりと含ませます。\u003c\/li\u003e\n        \u003cli\u003e輪郭を描く際はブラシのエッジを使用します。\u003c\/li\u003e\n        \u003cli\u003eリップの輪郭の内側を塗る際は筆の表裏を活用します。\u003c\/li\u003e\n        \u003cli\u003eきちんと輪郭をとることで、口角が上がったにこやかで美しい表情を演出できます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eリップブラシの主な寸法\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 131mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 9mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 3mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031633023219,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031633055987,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031633088755,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031633121523,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031633154291,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031633187059,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_f59e4e7ef022442b804edd87025faecd_mv2_3c9849fd-f6d6-4eab-8c7f-f50e265280c1.jpg?v=1721971558"},{"product_id":"product_4b9174f8-45a4-83a7-cea9-2a76751e2a30","title":"KASHOEN BASICシリーズ WAアイブロウブラシ（毛質等級：オックス）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e自然な美眉を叶える上質ブラシ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一般的に流通する高級ブラシに採用される等級の\u003cstrong\u003eオックス毛\u003c\/strong\u003eが、デリケートな眉にも心地よくなじみます。ペンシルだけでは表現できない、ふんわりとした\u003cstrong\u003e自然な眉\u003c\/strong\u003eを誰もが描けるようサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_7bba10bb7a5944709ba5fffe1e5462fa_mv2_95bc1ff4-32e9-4735-9c60-56ea41fb5c9a.jpg?v=1721971559\" 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 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                \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=\"step-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全長: 128.5mm\u003c\/li\u003e\n                \u003cli\u003e毛丈: 6.5mm\u003c\/li\u003e\n                \u003cli\u003e厚み: 2.4mm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e毛材: オックス毛\u003c\/li\u003e\n                \u003cli\u003e等級: 一般的に流通する高級ブラシに採用される等級\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eproduct_4b9174f8-45a4-83a7-cea9-2a76751e2a30\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ WA","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031633252595,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031633285363,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031633318131,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031633350899,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031633383667,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031633416435,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_7bba10bb7a5944709ba5fffe1e5462fa_mv2_95bc1ff4-32e9-4735-9c60-56ea41fb5c9a.jpg?v=1721971559"},{"product_id":"product_5fef8a06-3fbb-5f2a-19be-711c15fd2556","title":"KASHOEN BASICシリーズ BBアイブロウブラシ（毛質等級：オックス）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcf7f7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"MS PMincho\", serif, \"Hiragino Sans\", \"Meiryo\", system-ui, sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #4a4a4a;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #9c7c4c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #4a4a4a; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #9c7c4c; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a6823340 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcf7f7; \n      color: #4a4a4a;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #9c7c4c;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcf7f7;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a68233;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcf7f7;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a68233; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #9c7c4c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #9c7c4c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a68233; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #9c7c4c;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a68233;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #9c7c4c; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #9c7c4c; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a68233; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e自然な眉、描ける上質アイブロウブラシ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e401d58e8548415d8ce57fbf9c16b2bb_mv2_6068d719-222b-4e53-a163-027e3bce35f5.jpg?v=1721971561\" 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      KASHOEN BASICシリーズは、筆メイク初心者にもおすすめの\u003cstrong\u003e上質なお化粧筆\u003c\/strong\u003eです。\n      高級ブラシに採用される\u003cstrong\u003eオックス毛\u003c\/strong\u003eが、ペンシルだけでは難しい自然な眉を一本ずつ繊細に描き出します。\n      全長128.5mmは手にしっくり馴染み、眉山から眉頭まで、安定したストロークで\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        \u003cli\u003e大切な方へのギフトとしても人気の高いシリーズです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご使用方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e自然で美しい眉を描くための、基本的な使用方法をご紹介します。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eブラシの毛丈が長い方を眉頭側に向けて持ちます。\u003c\/li\u003e\n        \u003cli\u003e毛の流れに沿って、まずは眉山から眉尻へ、次に眉山から眉頭へと描き始めます。\u003c\/li\u003e\n        \u003cli\u003e一本ずつ毛を足すように描くことで、より繊細で自然な眉に仕上がります。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 128.5mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 6.5mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 2.4mm\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":46031633645811,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031633678579,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031633711347,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031633744115,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031633776883,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031633809651,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e401d58e8548415d8ce57fbf9c16b2bb_mv2_6068d719-222b-4e53-a163-027e3bce35f5.jpg?v=1721971561"},{"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_c2b6316f-38d9-d5b0-1cec-dbed5e71bb2e","title":"KASHOEN BASICシリーズ BBリップブラシⅡ（毛質等級：特殊混毛高品質PBT 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\"\u003e美しいリップラインを彩る\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_ab226f99d0ac4e479b75b095d75f481a_mv2_d6549e43-e4d9-434b-b651-78b4d1504849.jpg?v=1721971564\" 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全長131mmの\u003cstrong\u003eスマートなデザイン\u003c\/strong\u003eが、手元に吸い付くような\u003cstrong\u003e安定感\u003c\/strong\u003eをもたらします。\u003cstrong\u003e計算されたフォルム\u003c\/strong\u003eが、\u003cstrong\u003e確かな一本\u003c\/strong\u003eとしてメイクをサポートするでしょう。\u003c\/p\u003e\n  \u003c\/div\u003e\n\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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e使い方ガイド\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e美しいリップメイクのために、以下のステップでご使用ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e口紅の上でブラシをジグザグに動かし、口紅をたっぷりと含ませます。\u003c\/li\u003e\n        \u003cli\u003e輪郭を描く際はブラシのエッジを使用します。\u003c\/li\u003e\n        \u003cli\u003eリップの輪郭の内側を塗る際は筆の表裏を使用します。\u003c\/li\u003e\n        \u003cli\u003eきちんと輪郭をとることで、口角の上がったにこやかで美しい表情を演出します。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 131mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 9mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 3mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: product_c2b6316f-38d9-d5b0-1cec-dbed5e71bb2e\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":46031634104563,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031634137331,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031634170099,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031634202867,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031634235635,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031634268403,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_ab226f99d0ac4e479b75b095d75f481a_mv2_d6549e43-e4d9-434b-b651-78b4d1504849.jpg?v=1721971564"},{"product_id":"product_1f009e41-636a-2bb6-7822-256bd9693bab","title":"KASHOEN BASICシリーズ BBアイディファイナーブラシⅡ（毛質等級：特殊混毛高品質PBT 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\"\u003e目元を操るプロ級アイブラシ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_8eda1729fb03497e8095544a7eb0f47a_mv2_9b5649b0-8914-42c8-8afb-02dd66611bc4.jpg?v=1721971566\" 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「\u003cstrong\u003e特殊混毛高品質PBT Aクラス\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 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            \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=\"point-list\"\u003e\n                \u003cli\u003eジェルライナーのアイライナーブラシとして最適です。\u003c\/li\u003e\n                \u003cli\u003eまつげの間を埋めるようにアイラインを入れ、目尻は細く引き伸ばします。\u003c\/li\u003e\n                \u003cli\u003eホワイトやシルバーでインラインを入れたり、力の入れ具合で太さを調整できます。\u003c\/li\u003e\n                \u003cli\u003eコンシーラーブラシとして、ニキビあとやそばかすを消したりと、使い方は様々です。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e全長: 127mm\u003c\/li\u003e\n                \u003cli\u003e毛丈: 5mm\u003c\/li\u003e\n                \u003cli\u003e厚み: 2.7mm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031634333939,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031634366707,"sku":null,"price":4510.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031634399475,"sku":null,"price":4510.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031634432243,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031634465011,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031634497779,"sku":null,"price":2860.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_8eda1729fb03497e8095544a7eb0f47a_mv2_9b5649b0-8914-42c8-8afb-02dd66611bc4.jpg?v=1721971566"},{"product_id":"product_f1ffd20b-9ff7-dca7-af94-cc6be70e690f","title":"KASHOEN BASICシリーズ BBコンシーラーブラシLⅡ（毛質等級：特殊混毛高品質PBT 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コンシーラーブラシ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eクマ・シミ・ニキビ跡\u003c\/strong\u003eを自然にカバー。筆を寝かせれば均一に、立てればピンポイントに美しくなじみます。\n      \u003cstrong\u003e高級ブラシ同等のPBT Aクラス毛質\u003c\/strong\u003eが、上質な仕上がりを叶えます。クリームシャドウにも最適。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_2e644ce867fb4748b52fbf6627b71779_mv2_cde50d38-7d35-4431-a329-6b58c2f0f596.jpg?v=1721971568\" 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\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上質なPBT Aクラス毛質で、肌に美しく馴染む\u003c\/li\u003e\n        \u003cli\u003e気になるクマ・シミ・ニキビ跡を自然にカバー\u003c\/li\u003e\n        \u003cli\u003eクリームシャドウにも使用可能\u003c\/li\u003e\n        \u003cli\u003e筆メイク入門に最適\u003c\/li\u003e\n        \u003cli\u003eギフトとしても人気のシリーズ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e使用方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e気になる箇所（クマ・シミ・ニキビ跡など）にコンシーラーをのせる際にご使用ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e均一にのせたい時は筆を寝かせて使用\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全長: 141mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 14mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 4.5mm\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毛質: PBT Aクラス\u003c\/li\u003e\n        \u003c!-- 生産国に関する具体的な情報がないため、ここでは記載しません --\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031634596083,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031634628851,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031634661619,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031634694387,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031634727155,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031634759923,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_2e644ce867fb4748b52fbf6627b71779_mv2_cde50d38-7d35-4431-a329-6b58c2f0f596.jpg?v=1721971568"},{"product_id":"product_8303432b-5f9a-090b-4da2-194d26821d1b","title":"KASHOEN BASICシリーズ BBファンデーションブラシⅡ（毛質等級：特殊混毛高品質PBT 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メイクの質を高める、究極のベース体験\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_af00d74f4ccd43c5923b60cf215a9bb6_mv2_0b6f2989-7566-4fd2-8eb8-9b5e07fef1ee.jpg?v=1721971570\" 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上質な\u003cstrong\u003ePBT毛質\u003c\/strong\u003eが、リキッドやパウダーを肌に\u003cstrong\u003e薄く均一に塗布\u003c\/strong\u003e。目の際や小鼻にも\u003cstrong\u003e完璧にフィット\u003c\/strong\u003eし、\u003cstrong\u003eムラなく美しい仕上がり\u003c\/strong\u003eが\u003cstrong\u003e長時間続きます\u003c\/strong\u003e。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp 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          \u003cli\u003eギフトとしても人気の高いシリーズ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能と使い方\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eリキッド、プレストパウダー両用で、素早く簡単に美しいベースメイクが完成します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e少量のファンデーションでも素早く簡単に塗り広げることが可能\u003c\/li\u003e\n          \u003cli\u003e薄く平たい毛先が目の際や小鼻にも完璧にフィット\u003c\/li\u003e\n          \u003cli\u003eブラシの使い方は“寝かせる” “立たせる”の二通り\u003c\/li\u003e\n          \u003cli\u003e肌に薄く均一に塗れるため、崩れにくいベースメイクに仕上がります\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長: 137mm\u003c\/li\u003e\n          \u003cli\u003e毛丈: 25mm\u003c\/li\u003e\n          \u003cli\u003e厚み: 8.5mm\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毛質: PBT\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":46031634792691,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031634825459,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031634858227,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031634890995,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031634923763,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031634956531,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_af00d74f4ccd43c5923b60cf215a9bb6_mv2_0b6f2989-7566-4fd2-8eb8-9b5e07fef1ee.jpg?v=1721971570"},{"product_id":"product_f242ad75-a78a-ace3-6391-c66dec261841","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    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e筆メイクを始める方に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e高級ブラシ採用の\u003cstrong\u003e山羊Aクラス毛質\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_e7b2f6f7bf45464f8e55d2bc03579317_mv2_e10db423-ef38-4119-97ac-bbad9ff9b4d4.jpg?v=1721971572\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質な筆メイクブラシ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質を贈るギフトにも\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eKASHOEN BASICシリーズについて\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=\"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全長: 132mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 10mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 6.5mm\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    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n    \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031635022067,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031635087603,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031635120371,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031635153139,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031635185907,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031635218675,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e7b2f6f7bf45464f8e55d2bc03579317_mv2_e10db423-ef38-4119-97ac-bbad9ff9b4d4.jpg?v=1721971572"},{"product_id":"product_180d94ea-b70b-fcf5-abc8-cf0e08691235","title":"KASHOEN BASICシリーズ BBアイシャドウブラシ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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eKASHOEN BASICシリーズ BBアイシャドウブラシM 描く歓び\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e山羊Aクラスの毛質で、\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_e0dc5816748448b49537b065a53f7e47_mv2_e1ef7c84-83d1-4ede-ab9a-ff9b26895fb1.jpg?v=1721971573\" 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\n\u003cstrong\u003e濃くはっきりしたアイシャドウ\u003c\/strong\u003eがひける\u003c\/li\u003e\n        \u003cli\u003eブラシの角度で線の濃さ、太さを\u003cstrong\u003e簡単に調節可能\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eアイラインもひける\u003c\/strong\u003eチップいらずの多機能性\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 131.5mm\u003c\/li\u003e\n        \u003cli\u003e毛丈: 9.5mm\u003c\/li\u003e\n        \u003cli\u003e厚み: 3.8mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e毛質: 山羊Aクラス\u003c\/li\u003e\n        \u003cli\u003eシリーズ: KASHOEN BASICシリーズ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"KASHOEN BASICシリーズ BB","offers":[{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031635284211,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 不要","offer_id":46031635316979,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031635349747,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031635382515,"sku":null,"price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031635415283,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031635448051,"sku":null,"price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_e0dc5816748448b49537b065a53f7e47_mv2_e1ef7c84-83d1-4ede-ab9a-ff9b26895fb1.jpg?v=1721971573"},{"product_id":"product_c06ff98c-76c6-be7b-71ab-f3b2fd8fb76f","title":"KASHOEN BASICシリーズ BBアイシャドウブラシL（毛質等級：山羊 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    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eKASHOEN BASICシリーズ BBアイシャドウブラシL プロ級グラデーションを\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            筆メイク初心者にもおすすめの\u003cstrong\u003e上質ブラシ\u003c\/strong\u003e。山羊Aクラスの毛質が、アイホールにムラなく色を乗せ、\u003cstrong\u003e美しいグラデーション\u003c\/strong\u003eを簡単に実現します。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_2a72b90ef72a497bba9b8851aca5d7a7_mv2_cdb555d4-eca3-4d4d-8599-00ac8cdc1a2d.jpg?v=1721971575\" class=\"img-fluid d-block w-100 product-img\" alt=\"KASHOENアイシャドウブラシ\"\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                \u003cp class=\"body-text\"\u003e美しいグラデーションも思いのままに仕上がる形状で、用途に応じた使い分けが可能です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eアイホールに均一に広く色を乗せたい場合：筆を寝かせてご使用ください。\u003c\/li\u003e\n                    \u003cli\u003e部分的に入れたい場合や、濃く乗せたい場合：筆を立ててご使用ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長: 141mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 14mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 5.2mm\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山羊毛（Aクラス）\u003c\/p\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":46031635513587,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031635546355,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031635579123,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031635611891,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031635644659,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031635677427,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_2a72b90ef72a497bba9b8851aca5d7a7_mv2_cdb555d4-eca3-4d4d-8599-00ac8cdc1a2d.jpg?v=1721971575"},{"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_8a87c25f-e051-6d25-f717-79ddd7599d79","title":"KASHOEN BASICシリーズ BBフェイスカラーブラシL（毛質等級：山羊 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        \u003cp class=\"body-text\"\u003e\n            上質な\u003cstrong\u003e山羊Aクラス毛\u003c\/strong\u003eが、肌に溶け込むような心地よさを提供。\n            顔の凹凸にフィットする毛先と、力がコントロールしやすい持ち手で、\n            広範囲のシェーディングやハイライト、チークまで、これ一本で\u003cstrong\u003eプロ級の仕上がり\u003c\/strong\u003eを実現します。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_cedcf7a050994ef78e9e3daf58cdd6a6_mv2_e624fc24-2ecb-4f1f-86b3-946c3dc5894b.jpg?v=1721971579\" 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 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毛質: 山羊Aクラス毛\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全長: 149mm\u003c\/li\u003e\n                    \u003cli\u003e毛丈: 36mm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 17mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eproduct_8a87c25f-e051-6d25-f717-79ddd7599d79\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":46031636005107,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 不要","offer_id":46031636037875,"sku":null,"price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"桐箱包装（有料 ￥1650） \/ 必要","offer_id":46031636070643,"sku":null,"price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 必要","offer_id":46031636103411,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"たとう紙包装（無料 ¥0） \/ 不要","offer_id":46031636136179,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"不要（おまとめ包装の場合の２つ目以降の商品） \/ 必要","offer_id":46031636168947,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/4071\/2435\/files\/d61bbd_cedcf7a050994ef78e9e3daf58cdd6a6_mv2_e624fc24-2ecb-4f1f-86b3-946c3dc5894b.jpg?v=1721971579"}],"url":"https:\/\/kashoen.we-shop.jp\/collections\/%e3%81%99%e3%81%b9%e3%81%a6%e3%81%ae%e5%95%86%e5%93%81.oembed?page=10","provider":"KASHOEN","version":"1.0","type":"link"}