{"title":"〜¥5,000","description":"","products":[{"product_id":"0b9jc1z6l3lfjvs9fqqa","title":"シュリンクレザーショルダーストラップ7mm幅　ゴールド金具","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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が、装いにリュクスな輝きを添えます。肌触りも優しく、時間と共に深まる風合いをぜひご体感ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1671439904707_cervo_7strap_apink_g.jpg?v=1746009992\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質シュリンクレザーのストラップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の日常を彩る逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e輝くゴールドナスカンの機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e7mm幅\u003c\/strong\u003eはスマートフォンケースの斜め掛けに最適です。両サイドの\u003cstrong\u003eゴールドナスカン\u003c\/strong\u003eがスムーズな着脱を叶え、約72cmから140cmまで長さ調整も簡単に行えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1672807163174_cervo_shoulderstrap_gs.jpg?v=1754813549\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴールドナスカン付きストラップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートな手ぶらスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eイタリアンレザーの色褪せない魅力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eクローム鞣し\u003c\/strong\u003eならではの美しい発色が長持ちし、色落ちしにくいのが特長です。四つ折りにすることで生まれるクッション性が、肩への負担を軽減し、一日中快適にお使いいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1674047489753__E3_81_A4_E3_81_AA_E3_81_8E_E3_82_81_E8_AA_AC_E6_98_8E_E7_94_BB_E5_83_8F.jpg?v=1754813549\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e柔らかな肌触りで色変わりしにくいイタリアンシュリンクレザーのショルダーストラップです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eシボ感があり、柔らかいイタリアンシュリンクレザーを使用しています。\u003c\/li\u003e\n        \u003cli\u003eクローム鞣しにより、美しい発色が長持ちし、色落ちしにくい特性があります。\u003c\/li\u003e\n        \u003cli\u003e四つ折りの設計がクッション性を生み、肩への負担を軽減します。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1674047396967_%E3%81%A4%E3%81%AA%E3%81%8E%E3%82%81%E8%AA%AC%E6%98%8E%E7%94%BB%E5%83%8F.jpg?alt=media\u0026amp;token=313743d9-38a0-4032-ab3a-9af4074d8be9\" alt=\"ストラップつなぎ目詳細説明画像\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e長さ調節が簡単な機能的なデザインです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eストラップ部分：約72cm～140cm（長さ調節可）\u003c\/li\u003e\n        \u003cli\u003e幅：7mm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672806952282_cervo_shoulderstrap_gs.jpg?alt=media\u0026amp;token=e981f648-0b74-4a87-a265-b908791a4c1b\" alt=\"ショルダーストラップ長さ調整イメージ画像\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \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    \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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/detail_style_05_0b9fabac-0386-4e58-8a85-288110329bcd.jpg?v=1753428172\" alt=\"スマートフォンケースと組み合わせた斜め掛けスタイル画像\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 0b9jc1z6l3lfjvs9fqqa\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド","offer_id":49498155581727,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498155483423,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"サーモンピンク","offer_id":49498155352351,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー","offer_id":49498155254047,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498155548959,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49498155450655,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":49498155286815,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ダークグレー","offer_id":49498155417887,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498155516191,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498155385119,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498155319583,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1671439904707_cervo_7strap_apink_g.jpg?v=1746009992"},{"product_id":"0hyqlmfhwdbxdmmcsuoq","title":"ベビープードル　スワロつき","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649612681769_p_pudol_beige.jpg?v=1746009991\" 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上質なレザーが織りなす、手のひらサイズの小さなプードル。首元の煌めくスワロフスキーがアクセントとなり、見るたびに心が和む、ふんわりとした毛並みを感じさせる表情が魅力です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e漆黒に輝く、洗練されたプードル\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649612698220_p_pudol_dbrown.jpg?v=1746009991\" 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きりりとしたブラックレザーに、煌めくスワロフスキーが３つ。あなたの持ち物に上品なアクセントを加え、洗練された印象を演出します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e純粋な白、あなただけのプードル\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649612722087_p_pudol_white.jpg?v=1746009991\" 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清らかなホワイトは、首元の煌めくスワロフスキーとともにどんなアイテムにも自然に馴染みます。バッグや小物に添えるだけで、あなただけの特別な個性が際立ち、日々に彩りを添えます。\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\"\u003e小さなプードルのレザーパーツです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\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":"CxClabo","offers":[{"title":"ダークブラウン","offer_id":49498155712799,"sku":null,"price":935.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498155745567,"sku":null,"price":935.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498155778335,"sku":null,"price":935.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498155811103,"sku":null,"price":935.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649612681769_p_pudol_beige.jpg?v=1746009991"},{"product_id":"0mngy3wvjbv6ljhhacsw","title":"イニシャルリール付ショートストラップ　ゴールド金具","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1668517358117__E3_82_B4_E3_83_BC_E3_83_AB_E3_83_89A.jpg?v=1746009980\" 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e改札・玄関をスムーズに 約40cm伸びるリール\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1672316630552__E3_82_AD_E3_83_BC_E3_83_AA_E3_83_BC_E3_83_AB_E7_B4_90_E9_95_B7_E3_81_95_E8_AA_AC_E6_98_8E_E7_94_BB_E5_83_8F.jpg?v=1746009980\" 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約40cm伸びるリール紐\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1672316630557__E3_82_A4_E3_83_8B_E3_82_B7_E3_83_A3_E3_83_AB_E3_82_AD_E3_83_BC_E3_83_AA_E3_83_BC_E3_83_AB_E3_82_A8_E3_82_B3_E3_83_90_E3_83_83_E3_82_B0_E3_82_B7_E3_83_A7_E3_83_BC_E3_83_88%E3%82%B9%E3_83%88%E3%83%A9%E3%83%83%E3%83%97.jpg?v=1746009980\" 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\u003eバッグの持ち手につけて便利な、伸びるリール付きストラップです。日々の煩わしさを解消し、スマートな毎日をサポートします。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eパスケースや鍵の紛失を防ぎ、バッグの中を探す時間を解消します。\u003c\/li\u003e\n                    \u003cli\u003e約40cmまで伸びるリール紐で、改札タッチや鍵の開閉がスムーズに行えます。\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672317011418_%E3%83%90%E3%83%83%E3%82%B0%E5%8F%96%E3%82%8A%E4%BB%98%E3%81%91%E4%BE%8B.jpg?alt=media\u0026amp;token=57cc0cb6-208a-4336-8f81-64f9b3d85389\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eバッグへの取り付け例\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細・伸縮機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eリール紐の長さと使用感に関する詳細です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eリール紐は最大約40cmまで伸び、改札タッチや鍵の開閉をスムーズにします。\u003c\/li\u003e\n                    \u003cli\u003eストラップにパスケースや鍵をつけても、短くて届かないという悩みを解消します。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672316571703_%E3%82%AD%E3%83%BC%E3%83%AA%E3%83%BC%E3%83%AB%E7%B4%90%E9%95%B7%E3%81%95%E8%AA%AC%E6%98%8E%E7%94%BB%E5%83%8F.jpg?alt=media\u0026amp;token=d06014fb-f7bd-4c71-8401-26d9dcaee0bd\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eリール紐の長さ説明\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672316599150_%E3%82%A4%E3%83%8B%E3%82%B7%E3%83%A3%E3%83%AB%E3%82%AD%E3%83%BC%E3%83%AA%E3%83%BC%E3%83%AB%E3%82%A8%E3%82%B3%E3%83%90%E3%83%83%E3%82%B0%E5%8F%96%E3%82%8A%E4%BB%98%E3%81%91.jpg?alt=media\u0026amp;token=a23395cf-fad0-48dc-a40a-1f5183b655ce\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eバッグに取り付けた使用イメージ\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・デザイン\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eイニシャルデザインと素材の特徴に関する詳細です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eイニシャルはエンボスプリントされた革に施され、立体的で高級感のあるワンポイントデザインに。\u003c\/li\u003e\n                    \u003cli\u003e箔押しとは異なり、使用中に色が落ちる心配がなく、長く美しい状態を保てます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672316616046_%E3%82%A4%E3%83%8B%E3%82%B7%E3%83%A3%E3%83%AB%E8%A1%A8%E9%9D%A2.jpg?alt=media\u0026amp;token=79b3-4cf4-8401-26d9dcaee0bd\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eエンボス加工されたイニシャル\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cp class=\"body-text text-center\"\u003e\u003ca href=\"https:\/\/cxclabo.we-shop.jp\/collections\/strap\/products\/%E3%82%A4%E3%83%8B%E3%82%B7%E3%83%A3%E3%83%AB%E3%83%AA%E3%83%BC%E3%83%AB%E4%BB%98%E3%81%8D%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%B9%E3%83%88%E3%83%A9%E3%83%83%E3%83%97-l-y%E3%81%AE8%E7%A8%AE-%E3%82%B4%E3%83%BC%E3%83%AB%E3%83%89%E9%87%91%E5%85%B7\" title=\"イニシャルリール付きショートストラップ（L~Y）ゴールド金具\"\u003eイニシャルL~Yでお探しの方はこちらのページ\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eリール紐を伸ばす際は、なるべく丸い金具部分にこすれないようにご注意ください。紐が摩耗する原因となります。\u003c\/li\u003e\n            \u003cli\u003eリール紐を最後まで引っ張りきると、戻らなくなる原因となりますのでご注意ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"A \/ レッド","offer_id":49498159022367,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ピンク","offer_id":49498158924063,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ イエロー","offer_id":49498158727455,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ グリーン","offer_id":49498158760223,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ライトブルー","offer_id":49498158989599,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ネイビー","offer_id":49498158891295,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ダークブラウン","offer_id":49498158858527,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ブラック","offer_id":49498158956831,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ シルバー","offer_id":49498158825759,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ゴールド","offer_id":49498158792991,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ レッド","offer_id":50823259029791,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ピンク","offer_id":50823258931487,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ イエロー","offer_id":50823258734879,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ グリーン","offer_id":50823258767647,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ライトブルー","offer_id":50823258997023,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ネイビー","offer_id":50823258898719,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ダークブラウン","offer_id":50823258865951,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ブラック","offer_id":50823258964255,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ シルバー","offer_id":50823258833183,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ゴールド","offer_id":50823258800415,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ レッド","offer_id":50823259357471,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ピンク","offer_id":50823259259167,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ イエロー","offer_id":50823259062559,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ グリーン","offer_id":50823259095327,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ライトブルー","offer_id":50823259324703,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ネイビー","offer_id":50823259226399,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ダークブラウン","offer_id":50823259193631,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ブラック","offer_id":50823259291935,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ シルバー","offer_id":50823259160863,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ゴールド","offer_id":50823259128095,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ レッド","offer_id":50823259685151,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ピンク","offer_id":50823259586847,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ イエロー","offer_id":50823259390239,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ グリーン","offer_id":50823259423007,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ライトブルー","offer_id":50823259652383,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ネイビー","offer_id":50823259554079,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ダークブラウン","offer_id":50823259521311,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ブラック","offer_id":50823259619615,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ シルバー","offer_id":50823259488543,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ゴールド","offer_id":50823259455775,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ レッド","offer_id":50823260012831,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ピンク","offer_id":50823259914527,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ イエロー","offer_id":50823259717919,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ グリーン","offer_id":50823259750687,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ライトブルー","offer_id":50823259980063,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ネイビー","offer_id":50823259881759,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ダークブラウン","offer_id":50823259848991,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ブラック","offer_id":50823259947295,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ シルバー","offer_id":50823259816223,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ゴールド","offer_id":50823259783455,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ レッド","offer_id":50823260340511,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ピンク","offer_id":50823260242207,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ イエロー","offer_id":50823260045599,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ グリーン","offer_id":50823260078367,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ライトブルー","offer_id":50823260307743,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ネイビー","offer_id":50823260209439,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ダークブラウン","offer_id":50823260176671,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ブラック","offer_id":50823260274975,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ シルバー","offer_id":50823260143903,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ゴールド","offer_id":50823260111135,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ レッド","offer_id":50823260668191,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ピンク","offer_id":50823260569887,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ イエロー","offer_id":50823260373279,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ グリーン","offer_id":50823260406047,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ライトブルー","offer_id":50823260635423,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ネイビー","offer_id":50823260537119,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ダークブラウン","offer_id":50823260504351,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ブラック","offer_id":50823260602655,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ シルバー","offer_id":50823260471583,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ゴールド","offer_id":50823260438815,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ レッド","offer_id":50823260995871,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ピンク","offer_id":50823260897567,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ イエロー","offer_id":50823260700959,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ グリーン","offer_id":50823260733727,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ライトブルー","offer_id":50823260963103,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ネイビー","offer_id":50823260864799,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ダークブラウン","offer_id":50823260832031,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ブラック","offer_id":50823260930335,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ シルバー","offer_id":50823260799263,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ゴールド","offer_id":50823260766495,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ レッド","offer_id":52707367944479,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ピンク","offer_id":52707367977247,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ イエロー","offer_id":52707368010015,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ グリーン","offer_id":52707368042783,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ライトブルー","offer_id":52707368075551,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ネイビー","offer_id":52707368108319,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ダークブラウン","offer_id":52707368141087,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ブラック","offer_id":52707368173855,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ シルバー","offer_id":52707368206623,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ゴールド","offer_id":52707368239391,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ レッド","offer_id":52707368272159,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ピンク","offer_id":52707368304927,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ イエロー","offer_id":52707368337695,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ グリーン","offer_id":52707368370463,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ライトブルー","offer_id":52707368403231,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ネイビー","offer_id":52707368435999,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ダークブラウン","offer_id":52707368468767,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ブラック","offer_id":52707368501535,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ シルバー","offer_id":52707368534303,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ゴールド","offer_id":52707368567071,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ レッド","offer_id":52707368599839,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ピンク","offer_id":52707368632607,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ イエロー","offer_id":52707368665375,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ グリーン","offer_id":52707368698143,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ライトブルー","offer_id":52707368730911,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ネイビー","offer_id":52707368763679,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ダークブラウン","offer_id":52707368796447,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ブラック","offer_id":52707368829215,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ シルバー","offer_id":52707368861983,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ゴールド","offer_id":52707368894751,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ レッド","offer_id":52707368927519,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ピンク","offer_id":52707368960287,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ イエロー","offer_id":52707368993055,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ グリーン","offer_id":52707369025823,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ライトブルー","offer_id":52707369058591,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ネイビー","offer_id":52707369091359,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ダークブラウン","offer_id":52707369124127,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ブラック","offer_id":52707369156895,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ シルバー","offer_id":52707369189663,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ゴールド","offer_id":52707369222431,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ レッド","offer_id":52707369255199,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ピンク","offer_id":52707369287967,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ イエロー","offer_id":52707369320735,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ グリーン","offer_id":52707369353503,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ライトブルー","offer_id":52707369386271,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ネイビー","offer_id":52707369419039,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ダークブラウン","offer_id":52707369451807,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ブラック","offer_id":52707369484575,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ シルバー","offer_id":52707369517343,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ゴールド","offer_id":52707369550111,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ レッド","offer_id":52707369582879,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ピンク","offer_id":52707369615647,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ イエロー","offer_id":52707369648415,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ グリーン","offer_id":52707369681183,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ライトブルー","offer_id":52707369713951,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ネイビー","offer_id":52707369746719,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ダークブラウン","offer_id":52707369779487,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ブラック","offer_id":52707369812255,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ シルバー","offer_id":52707369845023,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ゴールド","offer_id":52707369877791,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ レッド","offer_id":52707369910559,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ピンク","offer_id":52707369943327,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ イエロー","offer_id":52707369976095,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ グリーン","offer_id":52707370008863,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ライトブルー","offer_id":52707370041631,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ネイビー","offer_id":52707370074399,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ダークブラウン","offer_id":52707370107167,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ブラック","offer_id":52707370139935,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ シルバー","offer_id":52707370172703,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ゴールド","offer_id":52707370205471,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ レッド","offer_id":52707370238239,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ピンク","offer_id":52707370271007,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ イエロー","offer_id":52707370303775,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ グリーン","offer_id":52707370336543,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ライトブルー","offer_id":52707370369311,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ネイビー","offer_id":52707370402079,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ダークブラウン","offer_id":52707370434847,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ブラック","offer_id":52707370467615,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ シルバー","offer_id":52707370500383,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ゴールド","offer_id":52707370533151,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1668517358117__E3_82_B4_E3_83_BC_E3_83_AB_E3_83_89A.jpg?v=1746009980"},{"product_id":"0xelmyuvo68sinsrjgdd","title":"ハートモチーフ　Mサイズ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e心ときめくピンクのハートチャーム\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eふっくらとしたハート型レザーに、\u003cstrong\u003e愛らしいピンク\u003c\/strong\u003eが映えます。さりげなくあしらわれたストーンが、毎日にときめきを添えてくれるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649582615375_p_heart_pink.jpg?v=1746009968\" 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\u003e愛らしいハート型（吹き出しデザイン）モチーフのチャームです。日々の装いにキュートなアクセントを加えます。Mサイズです。\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本体: レザー\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":"CxClabo","offers":[{"title":"ダークブラウン","offer_id":49498163675423,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498163708191,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498163740959,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498163773727,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498163806495,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498163839263,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649582615375_p_heart_pink.jpg?v=1746009968"},{"product_id":"13xzv8ouzwms2fpjnodp","title":"アルファベットカシメ　I","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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「I」で始める私だけの物語\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649411460255_k_alfa_i_gold.jpg?v=1746009967\" 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大切なイニシャルで、自分だけのアイテムを彩る楽しさ。「${settings.WRITING_TARGET}」に響く温かみのある輝きが、手作りの品に上質な雰囲気を添えます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e贈る想いを込めて、特別感を\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649411477330_k_alfa_i_anti.jpg?v=1746009967\" 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落ち着いた色合いが、シックで深みのある印象を演出します。${settings.WRITING_TARGET}の心に残るプレゼントや、思い出の品にストーリーを加えてみませんか。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eどんなデザインにも馴染むシンプルさ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649411492023_k_alfa_i_silver.jpg?v=1746009967\" 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洗練された光沢が、日常使いのアイテムにさりげない個性をプラスします。${settings.WRITING_TARGET}の幅広いスタイルに合わせやすく、創作意欲を刺激するでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eイニシャルでデコるのにぴったり。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e3色から選べるアルファベットのカシメ。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003c!-- ③ 発送案内セクション (Shipping) は情報がないため作成しません。 --\u003e\n    \u003c!-- ④ 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498163937567,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498163970335,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498164003103,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649411460255_k_alfa_i_gold.jpg?v=1746009967"},{"product_id":"1oxhqc0cxutpaim7e6ok","title":"アルファベットカシメ　N\/Z","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\u003e特別な意味\u003c\/strong\u003eを添えます。一つ加えるだけで、既製品にはない\u003cstrong\u003e自分だけのデザイン\u003c\/strong\u003eが完成するでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418485979_k_alfa_n_gold.jpg?v=1746009966\" 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大切な「Z」を形に、想いを込めた作品へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e想いを込めたアルファベットが、あなたのハンドメイド作品に深みを与えます。キーホルダーやバッグなど、様々なアイテムに自由に取り入れて、表現の幅を広げられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418495970_k_alfa_z_gold.jpg?v=1746009966\" 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選べる3色、作品にフィットする色合い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e落ち着いた色合いが、シックな雰囲気の作品を演出します。3色から選べるため、あなたの\u003cstrong\u003eクリエイティブなアイデア\u003c\/strong\u003eに合わせて最適なカシメパーツを見つけてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418601551_k_alfa_n_anti.jpg?v=1746009966\" 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\u003eイニシャルでデコレーションするのにぴったりのアイテムです。\u003c\/p\u003e\n        \u003cp\u003e3色から選べるアルファベットのカシメをご用意しています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498164330783,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498164363551,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498164396319,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418485979_k_alfa_n_gold.jpg?v=1746009966"},{"product_id":"2r5mzby3ysuwvvybonwg","title":"スワロカシメ　ゴールドふち小","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1651421557039_p_swalo_gold.jpg?v=1746009965\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e宝石のようなきらめき、多彩な表情\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652375582693_p_swalo_pi.jpg?v=1746009965\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eゴールドの縁が引き立てる、上品な趣\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652375591608_p_swalo_bl.jpg?v=1746009965\" 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 class=\"body-text\"\u003eスマートフォンケースやお財布をデコるのに最適な最高級、輝きが違うスワロフスキーです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 入力データに配送情報に関する記述がないため、発送案内セクションは作成しません。 --\u003e\n  \u003c!-- 入力データに注意事項に関する記述がないため、注意事項セクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"イエロー","offer_id":49498165838111,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":false},{"title":"クリア","offer_id":49498165870879,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":49498165903647,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498165936415,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー","offer_id":49498165969183,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1651421557039_p_swalo_gold.jpg?v=1746009965"},{"product_id":"35a6glj1kp5mpp07cata","title":"星　大","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1652796145920_p_star__0005__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_206.jpg?v=1746009958\" class=\"img-fluid d-block w-100 product-img\" alt=\"穏やかな光を放つ星\"\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652796262953_p_star__0002__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2010.jpg?v=1746009959\" class=\"img-fluid d-block w-100 product-img\" alt=\"瑞々しいセンスを添える\"\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652796262956_p_star__0009__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_202.jpg?v=1746009959\" class=\"img-fluid d-block w-100 product-img\" alt=\"煌めく個性を纏う\"\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 class=\"body-text\"\u003e日常に\u003cstrong\u003eポップな遊び心\u003c\/strong\u003eと\u003cstrong\u003e個性をプラス\u003c\/strong\u003eする、特別なアイテムです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 入力データに「仕様、サイズ、素材、配送情報、注意書き、商品コード」に関する情報がないため、該当セクションは生成しません。 --\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"イエロー","offer_id":49498169049375,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":49498169082143,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":49498169114911,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49498169147679,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498169180447,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498169213215,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498169245983,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498169278751,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498169311519,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498169344287,"sku":null,"price":715.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652796145920_p_star__0005__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_206.jpg?v=1746009958"},{"product_id":"501nm1dzhe4haqlpfydj","title":"NEWカラーレザースマホケース　OPPOシリーズ対応","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e必要なもの全てここに収まる\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日常使いのカードや紙幣を\u003cstrong\u003eスマート\u003c\/strong\u003eに携帯できる、計算された収納力。お財布代わりにもなる多機能設計で、お出かけがもっと身軽になります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1708587661715_option_005.jpg?v=1746009955\" class=\"img-fluid d-block w-100 product-img\" alt=\"賢く持ち運ぶ大人の選択\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e賢く持ち運ぶ大人の選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e豊富な色彩が個性を彩る\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eあなたのスタイルに寄り添う、\u003cstrong\u003e多彩なカラーバリエーション\u003c\/strong\u003eを取り揃えました。手触りの良い上質な素材感が、日々の装いに洗練されたアクセントを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1708587661715_option_004.jpg?v=1746009955\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べる喜び、纏う愉しさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる喜び、纏う愉しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e両手が自由に、快適な視点\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e映画鑑賞やビデオ通話も、これからは\u003cstrong\u003eハンズフリー\u003c\/strong\u003eで心ゆくまで楽しめます。最適な角度に調整できるスタンド機能が、あなたのデジタルライフをより豊かに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1708587661717_option_007.jpg?v=1746009955\" class=\"img-fluid d-block w-100 product-img\" alt=\"至福のリラックスタイムを演出\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e至福のリラックスタイムを演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e飾りパーツ加工にもおすすめの、サイドマグネット式手帳型スマホカバーです。\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\u003eOPPOシリーズ対応\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各機種にぴったりフィットするカメラホール\u003cbr\u003e\n            カメラホールは各機種に合わせて精密に作られており、ケースを装着したままスムーズに撮影が可能です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574760065_option_004.jpg?alt=media\u0026amp;token=9cb1f6e8-8192-41e2-866b-c48f3bcd819d\" class=\"img-fluid d-block w-100 product-img\" alt=\"カメラホール説明図\"\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e充実のポケット収納\u003cbr\u003e\n            内側には3つのカードポケットと1つのサイドポケットを装備。クレジットカードやICカード、緊急時のお札などを収納でき、ちょっとしたお財布代わりにもなります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574785586_option_005.jpg?alt=media\u0026amp;token=5d63ba4a-33cd-433b-9b50-f4e2b9b27872\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポケット説明図\"\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eスムーズな開閉を可能にするサイドマグネット式\u003cbr\u003e\n            蓋を留めるマグネットがケース側面に配置されているため、ベルト型のフラップに比べて開閉がスムーズ。また、飾りパーツを取り付けるスペースも広く、カスタマイズにも最適です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574957270_parts_001.jpg?alt=media\u0026amp;token=99bd508d-2bd8-4a71-9fe0-ef720093215c\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネット説明図\"\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e動画視聴に便利なスタンド機能\u003cbr\u003e\n            スマホをケースに入れた状態で、背面にある折れ線を軸に立てることでスタンドとして使用できます。動画視聴時などに両手がフリーになり、快適なエンターテイメント体験を提供します。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574891520_option_007.jpg?alt=media\u0026amp;token=9f043924-4ca2-4253-84dc-35a18a24a223\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能説明図\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eオプション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eストラップや飾りチャームを取り付けたい場合は、以下のオプションをご利用いただけます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eハトメ（1個 100円）\u003c\/li\u003e\n          \u003cli\u003eマルカン（1個 30円）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eカラーはシルバー、アンティーク、ゴールドからお選びください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574923154_option_001.jpg?alt=media\u0026amp;token=4db77a30-3da4-4223-81c2-9287210e9051\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハトメオプション\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708591804898_option_002.jpg?alt=media\u0026amp;token=142a9ebe-841e-4023-9a32-ea7d6e321d12\" class=\"img-fluid d-block w-100 product-img\" alt=\"マルカンオプション\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eその他\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：501nm1dzhe4haqlpfydj\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e受注後の制作となりますため、注文確定後の機種の交換やキャンセル、返品は受け付けられませんのでご注意ください。\u003c\/li\u003e\n      \u003cli\u003e制作には3日～1週間程度お時間を頂きます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ OPPO A54 5G","offer_id":49498172358943,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO A73","offer_id":49498172391711,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO Reno 5A","offer_id":49498172424479,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO Reno 7A","offer_id":49498172457247,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO Reno 9A","offer_id":49498172490015,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ OPPO A54 5G","offer_id":49498172031263,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ OPPO A73","offer_id":49498172064031,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ OPPO Reno 5A","offer_id":49498172096799,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ OPPO Reno 7A","offer_id":49498172129567,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ OPPO Reno 9A","offer_id":49498172162335,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ OPPO A54 5G","offer_id":49498171212063,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ OPPO A73","offer_id":49498171244831,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ OPPO Reno 5A","offer_id":49498171277599,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ OPPO Reno 7A","offer_id":49498171310367,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ OPPO Reno 9A","offer_id":49498171343135,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ OPPO A54 5G","offer_id":49498172195103,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ OPPO A73","offer_id":49498172227871,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ OPPO Reno 5A","offer_id":49498172260639,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ OPPO Reno 7A","offer_id":49498172293407,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ OPPO Reno 9A","offer_id":49498172326175,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO A54 5G","offer_id":49498171867423,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO A73","offer_id":49498171900191,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO Reno 5A","offer_id":49498171932959,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO Reno 7A","offer_id":49498171965727,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO Reno 9A","offer_id":49498171998495,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ OPPO A54 5G","offer_id":49498171703583,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ OPPO A73","offer_id":49498171736351,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ OPPO Reno 5A","offer_id":49498171769119,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ OPPO Reno 7A","offer_id":49498171801887,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ OPPO Reno 9A","offer_id":49498171834655,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ OPPO A54 5G","offer_id":49498171539743,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ OPPO A73","offer_id":49498171572511,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ OPPO Reno 5A","offer_id":49498171605279,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ OPPO Reno 7A","offer_id":49498171638047,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ OPPO Reno 9A","offer_id":49498171670815,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ OPPO A54 5G","offer_id":49498171375903,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ OPPO A73","offer_id":49498171408671,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ OPPO Reno 5A","offer_id":49498171441439,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ OPPO Reno 7A","offer_id":49498171474207,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ OPPO Reno 9A","offer_id":49498171506975,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1708574471125_leather_color_red.jpg?v=1746009955"},{"product_id":"56gewwhn27t0190bwnzk","title":"アルファベットカシメ　M\/W","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649418310722_k_alfa_m_gold.jpg?v=1746009954\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e特別なイニシャルデコレーション\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eアイデアが広がるカスタマイズ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eこだわりの品々に、\u003cstrong\u003e遊び心あふれるアルファベット\u003c\/strong\u003eをプラス。バッグやポーチ、ステーショナリーなど、どんなアイテムもあなただけの\u003cstrong\u003eオリジナルへと昇華\u003c\/strong\u003eさせます。無限の創造性を刺激するカシメです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418342890_k_alfa_w_gold.jpg?v=1746009954\" 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スタイルで選ぶ3つの表情\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e豊富な\u003cstrong\u003e3色のバリエーション\u003c\/strong\u003eから、あなたのスタイルに合わせた理想のイニシャルが見つかります。落ち着いた色合いは、\u003cstrong\u003e洗練された大人の小物作り\u003c\/strong\u003eにぴったり。繊細な輝きが、さりげない上質感を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418563779_k_alfa_m_anti.jpg?v=1746009954\" 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\u003eイニシャルでデコるのにぴったり。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e3色から選べるアルファベットのカシメ。\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\u003e56gewwhn27t0190bwnzk\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498172555551,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498172588319,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498172621087,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418310722_k_alfa_m_gold.jpg?v=1746009954"},{"product_id":"5hz1ac2sjoat5uqagezh","title":"肉球カシメ　S","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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愛犬愛猫への想いを形に 肉球カシメS\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649608207028_k_nikukyu_s_gold.jpg?v=1746009953\" 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e簡単DIYアレンジ無限大 カシメパーツ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1663515769557_swg2_06__E8_82_89_E7_90_83_E5_B0_8F_-_E6_AD_A3_E9_9D_A2_E3%83%BB_E5%81_B4_E9_9D_A2.jpg?v=1746009953\" 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上品な輝き添える 肉球モチーフ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649608249378_k_nikukyu_s_sliver.jpg?v=1746009953\" 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e愛らしい肉球モチーフのカシメパーツです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eワンちゃん好きにも猫ちゃん好きにもおすすめです。\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 5hz1ac2sjoat5uqagezh\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e 合金\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e Sサイズ\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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"ゴールド","offer_id":49498172784927,"sku":null,"price":440.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498172817695,"sku":null,"price":440.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649608207028_k_nikukyu_s_gold.jpg?v=1746009953"},{"product_id":"5oscuogk2o9gzz1rvygl","title":"アルファベットカシメ　P","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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煌めくイニシャルPで差をつけるデコレーション\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418695155_k_alfa_p_gold.jpg?v=1746009952\" 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e選べる多彩なPの表現力、手作りアイテムを彩る\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418708812_k_alfa_p_anti.jpg?v=1746009952\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e趣深い色合いのP\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e3色のラインナップ\u003c\/strong\u003eから、作品の雰囲気に合わせてPを選べます。\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シャープなPで描く、洗練されたカスタマイズ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418727584_k_alfa_p_silver.jpg?v=1746009952\" 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を実現します。あなたのアイデアを形にする最終パーツです。\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\"\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e個性豊かな3色のラインナップからお選びいただけます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e種類: アルファベットカシメ (イニシャルP)\u003c\/li\u003e\n                    \u003cli\u003eカラーバリエーション: ゴールド、深みのある色合い、シルバー\u003c\/li\u003e\n                    \u003cli\u003e商品コード: 5oscuogk2o9gzz1rvygl\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e※本製品にはサイズ、素材、生産国に関する具体的な記載がございません。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) - 入力データに情報がないため作成しません。 --\u003e\n    \u003c!-- ④ 注意事項セクション (Notes) - 入力データに情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498172883231,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498172915999,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498172948767,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418695155_k_alfa_p_gold.jpg?v=1746009952"},{"product_id":"5tftqyt49wdphwlatk3x","title":"8弁フラワー スワロフスキー　Sサイズ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1648719357114_p_hana_pink.jpg?v=1746009951\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質な輝きを放つ、本革フラワーパーツ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649535825606_p_hana8_grage.jpg?v=1746009951\" 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\u003e8弁の本革パーツ\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649535839023_p_hana8_black.jpg?v=1746009951\" 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  \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\u003e8弁のお花本革パーツ\u003c\/li\u003e\n        \u003cli\u003e小さなスワロフスキーつき\u003c\/li\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商品コード：5tftqyt49wdphwlatk3x\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"オレンジ","offer_id":49498173079839,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":49498173112607,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498173145375,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498173178143,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498173210911,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498173243679,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498173276447,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648719357114_p_hana_pink.jpg?v=1746009951"},{"product_id":"6e3mm9yguxyuasfd1duu","title":"ナスカン","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\n      輝きを放つ\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\/0885\/3998\/8255\/files\/1651942925097_naskan__0000__5.jpg?v=1746009949\" class=\"img-fluid d-block w-100 product-img\" alt=\"手作り作品に輝きをもたらすゴールドのナスカン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質なきらめき、アクセントを\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e選べる3色、約33mmの理想サイズ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      あなたのスタイルに合わせて選べる、\u003cstrong\u003eシルバー、アンティーク、ゴールドの3色展開\u003c\/strong\u003e。\u003cstrong\u003e約33mm\u003c\/strong\u003eという絶妙なサイズ感は、\u003cstrong\u003eキーホルダーやバッグチャーム\u003c\/strong\u003eなど、様々なアイテムに自然に溶け込みます。個性を表現するのに最適な選択肢です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1651942940736_naskan__0004__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_201.jpg?v=1746009949\" class=\"img-fluid d-block w-100 product-img\" alt=\"シルバー、アンティーク、ゴールドの3色展開のナスカン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイル彩るカラーバリエーション\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常をスマートに、鍵の着脱も軽快に\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \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\/0885\/3998\/8255\/files\/products_2F1651942940736_naskan__0003__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_202.jpg?v=1746009949\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・使い方\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e汎用的な金具として、様々な用途にご利用いただけます。特にキーリールなどに取り付けることで、日々の鍵の着脱がスムーズになります。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img21.shop-pro.jp\/PA01364\/236\/etc\/%A5%A4%A5%CB%A5%B7%A5%E3%A5%EB%A5%AD%A5%BC%A5%EB_%A5%CA%A5%B9%A5%AB%A5%F3%A4%F2%A4%C4%A4%B1%A4%BF%A5%B5%A5%F3%A5%D7%A5%EB.jpg?cmsp_timestamp=20180220195750\" class=\"img-fluid d-block w-100 product-img\" alt=\"ナスカンをつけたサンプル画像\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e二重リングになっているキーリールの先にナスカンを付けると、着脱がスムーズになります。\u003c\/p\u003e\n    \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サイズ: 約33mm\u003c\/li\u003e\n        \u003cli\u003eカラー: シルバー、アンティーク、ゴールド\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img21.shop-pro.jp\/PA01364\/236\/etc\/%A5%CA%A5%B9%A5%AB%A5%F3%A3%B3%BF%A7.jpg?cmsp_timestamp=20200502130012\" class=\"img-fluid d-block w-100 product-img\" alt=\"ナスカン３色\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498173407519,"sku":null,"price":300.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498173440287,"sku":null,"price":300.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498173473055,"sku":null,"price":300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/1651942925097_naskan__0000__5.jpg?v=1746009949"},{"product_id":"6rbblkbykewo5bbokqyb","title":"8弁フラワー スワロフスキー　Mサイズ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1648719357114_p_hana_pink_cda0b41b-b9d0-40ce-a12a-f297a5612a61.jpg?v=1746009943\" 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丁寧に象られた8弁の花びらが、お手持ちのアイテムに優しげな表情を添えます。小さなスワロフスキーがさりげなく煌めき、日常に上品な華やぎをプラスします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスワロフスキー輝く、シックな本革フラワーアレンジ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648719487391_p_hana8_black.jpg?v=1746009944\" 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深みのある本革が、スワロフスキーのクリアな輝きを一層引き立てます。シンプルながらも洗練されたデザインは、どんなアイテムにも品格あるアクセントを加えてくれます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e輝く本革花パーツで、オリジナルアイテム作り\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648719381126_p_hana8_lblue.jpg?v=1746009944\" 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爽やかな色合いが、あなたのクリエイティブな発想を刺激します。一つ加えるだけで、シンプルな小物も個性的な表情に生まれ変わり、手作りの楽しさが広がります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e本製品の主な特徴をご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e丁寧に象られた8弁のお花本革パーツです。\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素材: 本革、スワロフスキー\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サイズ: Mサイズ\u003c\/li\u003e\n                \u003cli\u003e商品コード: 6rbblkbykewo5bbokqyb\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"オレンジ","offer_id":49498176717087,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":49498176749855,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498176782623,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498176815391,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498176848159,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498176880927,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498176913695,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648719357114_p_hana_pink_cda0b41b-b9d0-40ce-a12a-f297a5612a61.jpg?v=1746009943"},{"product_id":"7ex4lhfbwzbn1p90kkrc","title":"アルファベットカシメ　X","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ゴールドX --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eゴールドX、華やぎをプラス\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418941096_k_alfa_x_gold.jpg?v=1746009942\" 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煌めくゴールドの「X」が、シンプルなアイテムに\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!-- 商品解説セクション (Main) - 深みあるX --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e深みあるX、こだわりの演出\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649419031861_k_alfa_x_anti.jpg?v=1746009942\" 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を。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - シルバーX --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eシルバーX、モダンな輝き\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649419048885_k_alfa_x_silver.jpg?v=1746009942\" 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清涼感あふれるシルバーの「X」が、\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 class=\"body-text\"\u003eイニシャルでデコレーションするのにぴったりのアイテムです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eアルファベット「X」のカシメ\u003c\/li\u003e\n        \u003cli\u003eカラー展開: ゴールド、ブロンズ、シルバーの3色\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 7ex4lhfbwzbn1p90kkrc\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498179469599,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498179502367,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498179535135,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418941096_k_alfa_x_gold.jpg?v=1746009942"},{"product_id":"a3cabjn8xcaf5fnk5zhh","title":"アルファベットカシメ　V","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\u003e洗練された輝き\u003c\/strong\u003eをプラスします。イニシャルを添えることで、世界に一つだけの\u003cstrong\u003e特別な作品\u003c\/strong\u003eが完成します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418924809_k_alfa_v_gold.jpg?v=1746009915\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上品に光るゴールド\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eシックな彩り、深まるハンドメイドの魅力\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e落ち着いたブロンズカラーは、作品に\u003cstrong\u003e奥行きと温もり\u003c\/strong\u003eをもたらします。どんな素材にも自然に溶け込み、\u003cstrong\u003eさりげないアクセント\u003c\/strong\u003eで唯一無二の存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649419073022_k_alfa_v_anti.jpg?v=1746009915\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eアンティークな風合い\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eモダンな輝きで、自分だけの印を刻む\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eクールなシルバーは、\u003cstrong\u003e現代的でスタイリッシュ\u003c\/strong\u003eな印象を与えます。あなたのイニシャルをカシメることで、\u003cstrong\u003e個性を際立たせ\u003c\/strong\u003e、愛着が湧く自分だけのアイテムに生まれ変わります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649419090092_k_alfa_v_silver.jpg?v=1746009915\" 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\u003eイニシャルでデコレーションするのにぴったりな、特別なカシメです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e3色から選べるアルファベットのカシメ\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\u003eSKU: a3cabjn8xcaf5fnk5zhh\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- サイズ、素材、配送情報、注意事項に関する情報が提供されていないため、対応するセクションは作成しません。 --\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498236911903,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498236944671,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498236977439,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418924809_k_alfa_v_gold.jpg?v=1746009915"},{"product_id":"b4nysntyebwbhshtkvwk","title":"スターカシメ(2D)　小","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649589268063_k_star_2d_gold.jpg?v=1746009910\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元で輝く小さな星が、あなたの作品に特別な存在感を与えます。\"\u003e\n    \u003cp class=\"body-text\"\u003e手元で輝く小さな星が、あなたの作品に特別な存在感を与えます。平らなデザインがどんな素材にもフィットし、さりげなく華やかな印象を演出します。\u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003e創作意欲を刺激する輝き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e趣ある星、個性を引き出す\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649589726865_k_star_2d_anti.jpg?v=1746009910\" class=\"img-fluid d-block w-100 product-img\" alt=\"落ち着いた色合いが魅力の星形カシメです。\"\u003e\n    \u003cp class=\"body-text\"\u003e落ち着いた色合いが魅力の星形カシメです。布や革製品にシックなアクセントを加え、作品に深みのあるヴィンテージ感を醸し出します。\u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003e表現の幅を広げる存在\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された星、無限の表現力\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649589299644_k_star_2d_silver.jpg?v=1746009911\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニマルでモダンな印象を与える、シルバーカラーのスターカシメです。\"\u003e\n    \u003cp class=\"body-text\"\u003eミニマルでモダンな印象を与える、シルバーカラーのスターカシメです。シンプルながらも、あなたのハンドメイド作品に洗練された魅力を加えます。\u003c\/p\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    \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      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498243531039,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498243563807,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498243596575,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649589268063_k_star_2d_gold.jpg?v=1746009910"},{"product_id":"b69nugke1jbi6yjsfiag","title":"ちび豚","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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が、洗練された白に\u003cstrong\u003e温かみと奥ゆかしい魅力\u003c\/strong\u003eを添える一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652799072370_p_pig__0001__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2010.jpg?v=1746009908\" class=\"img-fluid d-block w-100 product-img\" alt=\"白のブタモチーフのレザーパッチ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんなアイテムにも馴染む白\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eシックな黒が魅せる個性的な表情\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\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\/0885\/3998\/8255\/files\/products_2F1652799072370_p_pig__0002__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_209.jpg?v=1746009908\" class=\"img-fluid d-block w-100 product-img\" alt=\"黒のブタモチーフのレザーパッチ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の遊び心をプラス\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e情熱の赤が彩るハッピーワンポイント\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\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\/0885\/3998\/8255\/files\/products_2F1652799072371_p_pig__0009__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2016.jpg?v=1746009908\" class=\"img-fluid d-block w-100 product-img\" alt=\"赤のブタモチーフのレザーパッチ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贈り物にも最適な鮮やかさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n    \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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"イエロー","offer_id":49498243760415,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":49498243793183,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":49498243825951,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49498243858719,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498243891487,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498243924255,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498243957023,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498243989791,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498244022559,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"Default Title","offer_id":49498244055327,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652799038411_p_pig__0008__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2014.jpg?v=1746009908"},{"product_id":"newカラーレザースマホケース-arrowsシリーズ対応-カスタマイズ","title":"NEWカラーレザースマホケース　arrowsシリーズ対応　カスタマイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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新しい彩りを纏うarrowsケース\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\/0885\/3998\/8255\/files\/products_2F1708587661716_option_006_994c0812-aadd-443b-a4ca-c7894726d70f.jpg?v=1746009901\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元に映える新色のスマホケース\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手元に映える新色\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003earrowsとスマートに外出\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e複数のカードと紙幣をスマートに収納できる手帳型デザイン。必要なものが全てまとまるので、\u003cstrong\u003e身軽でスムーズな毎日\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1708587661716_option_005_003c4f3c-41db-4b8b-be7f-1ccdf1bb66d1.jpg?v=1746009901\" class=\"img-fluid d-block w-100 product-img\" alt=\"カードと紙幣を収納したスマホケース\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e充実の収納力\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eあなただけのarrowsデザイン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eストラップホール加工で、個性的なアレンジを楽しめます。上部または下部を選んで、お気に入りのアクセサリーをプラスし、\u003cstrong\u003e自分だけの特別感\u003c\/strong\u003eを演出してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1708587661714_option_001_bc7346d4-a3cb-49b0-8ad8-a9501ec63487.jpg?v=1746009901\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップを取り付けたカスタマイズスマホケース\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eカスタマイズで私らしく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特長\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \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                    \u003cli\u003eスマホをスタンド式にでき、動画視聴に便利\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574760065_option_004.jpg?alt=media\u0026amp;token=9cb1f6e8-8192-41e2-866b-c48f3bcd819d\" class=\"img-fluid d-block w-100 product-img\" alt=\"機種に合わせたカメラホールのデザイン\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e機種に合わせたカメラホール\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574957270_parts_001.jpg?alt=media\u0026amp;token=99bd508d-2bd8-4a71-9fe0-ef720093215c\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネットで開閉がスムーズな手帳型ケース\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eサイドマグネットでスムーズ開閉\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574891520_option_007.jpg?alt=media\u0026amp;token=9f043924-4ca2-4253-84dc-35a18a24a223\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマホスタンド機能で動画視聴に便利\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e動画視聴に便利なスタンド機能\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e充実の収納力\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e内側には、必要なものをスマートに収納できるポケットを完備しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eカードポケット3つ\u003c\/li\u003e\n                    \u003cli\u003eサイドポケット1つ\u003c\/li\u003e\n                    \u003cli\u003e緊急用のお札などを入れて、ちょっとしたお財布代わりにも\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574785586_option_005.jpg?alt=media\u0026amp;token=5d63ba4a-33cd-433b-9b50-f4e2b9b27872\" class=\"img-fluid d-block w-100 product-img\" alt=\"ケース内側のカードポケットとサイドポケット\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eカードや紙幣をスマートに収納\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eスマホカバーをさらに魅力的にするオプションをご用意しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eハトメ加工：1個 ￥100\u003c\/li\u003e\n                    \u003cli\u003eマルカン加工：1個 ￥30\u003c\/li\u003e\n                    \u003cli\u003e加工カラー：【シルバー】【アンティーク】【ゴールド】から選択可能\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708574923154_option_001.jpg?alt=media\u0026amp;token=4db77a30-3da4-4223-81c2-9287210e9051\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハトメ加工のイメージ\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1708591804898_option_002.jpg?alt=media\u0026amp;token=142a9ebe-841e-4023-9a32-ea7d6e321d12\" class=\"img-fluid d-block w-100 product-img\" alt=\"マルカン加工のイメージ\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eストラップホールやチャームで個性を\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 9546898145567\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    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eお届けについて\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文確定後、商品の制作に\u003cstrong\u003e3日～1週間程度\u003c\/strong\u003eお時間を頂きます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e本商品は受注生産となります。\u003c\/li\u003e\n            \u003cli\u003e注文確定後の機種の交換、キャンセル、返品は承れませんのでご注意ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv id=\"zakeke-product-tag\" style=\"display: none;\" data-product-id=\"9546898145567\" data-enviroment=\"Customizer\"\u003e\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ arrows 5G","offer_id":49498249494815,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be3","offer_id":52288019759391,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be4","offer_id":52288019792159,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be4+","offer_id":52288019824927,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows U\/J","offer_id":52288019857695,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows We","offer_id":52288019890463,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows We2","offer_id":52288019923231,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Alpha","offer_id":52288019955999,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows 5G","offer_id":52288019988767,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows Be3","offer_id":52288020021535,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows Be4","offer_id":52288020054303,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows Be4+","offer_id":52288020087071,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows U\/J","offer_id":52288020119839,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows We","offer_id":52288020152607,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows We2","offer_id":52288020185375,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ arrows Alpha","offer_id":52288020218143,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows 5G","offer_id":52288020250911,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Be3","offer_id":52288020283679,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Be4","offer_id":52288020316447,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Be4+","offer_id":52288020349215,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows U\/J","offer_id":52288020381983,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows We","offer_id":52288020414751,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows We2","offer_id":52288020447519,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Alpha","offer_id":52288020480287,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows 5G","offer_id":52288020513055,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows Be3","offer_id":52288020545823,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows Be4","offer_id":52288020578591,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows Be4+","offer_id":52288020611359,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows U\/J","offer_id":52288020644127,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows We","offer_id":52288020676895,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows We2","offer_id":52288020709663,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー \/ arrows Alpha","offer_id":52288020742431,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows 5G","offer_id":52288020775199,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be3","offer_id":52288020807967,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be4","offer_id":52288020840735,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be4+","offer_id":52288020873503,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows U\/J","offer_id":52288020906271,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows We","offer_id":52288020939039,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows We2","offer_id":52288020971807,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Alpha","offer_id":52288021004575,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows 5G","offer_id":52288021037343,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows Be3","offer_id":52288021070111,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows Be4","offer_id":52288021102879,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows Be4+","offer_id":52288021135647,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows U\/J","offer_id":52288021168415,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows We","offer_id":52288021201183,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows We2","offer_id":52288021233951,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ arrows Alpha","offer_id":52288021266719,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows 5G","offer_id":52288021299487,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows Be3","offer_id":52288021332255,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows Be4","offer_id":52288021365023,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows Be4+","offer_id":52288021397791,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows U\/J","offer_id":52288021430559,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows We","offer_id":52288021463327,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows We2","offer_id":52288021496095,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ arrows Alpha","offer_id":52288021528863,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows 5G","offer_id":52288021561631,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows Be3","offer_id":52288021594399,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows Be4","offer_id":52288021627167,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows Be4+","offer_id":52288021659935,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows U\/J","offer_id":52288021692703,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows We","offer_id":52288021725471,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows We2","offer_id":52288021758239,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ arrows Alpha","offer_id":52288021791007,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1708672644348_leather_color_greige.jpg?v=1746009901"},{"product_id":"buerfyejhpfk8amuhef0","title":"アルファベットカシメ　L","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649418230905_k_alfa_l_gold.jpg?v=1746009900\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e華やかな彩り\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e深みある表情でオリジナルを\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e時を経たような趣きが、手作りの品に\u003cstrong\u003e奥ゆかしい深み\u003c\/strong\u003eを与えます。他にはない\u003cstrong\u003e独特の色合い\u003c\/strong\u003eで、こだわりを表現したい方に寄り添う選択肢。物語を紡ぐアイテム作りに最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418247017_k_alfa_l_anti.jpg?v=1746009900\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eシックな個性際立つ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートに飾る名入れカシメ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eクリーンな光沢\u003c\/strong\u003eが、どんな素材にもしっくり馴染み、モダンな印象をプラスします。スタイリッシュなデザインを求めるクリエイターへ。\u003cstrong\u003e自由な発想で無限のアレンジ\u003c\/strong\u003eを楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418263316_k_alfa_l_silver.jpg?v=1746009900\" 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\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            \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アルファベットのカシメは、様々なスタイルに合わせて選べる3色のバリエーションをご用意しています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eカラーバリエーション: 3色展開\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":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498251755807,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498251788575,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498251821343,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418230905_k_alfa_l_gold.jpg?v=1746009900"},{"product_id":"czgteexnc9ldtgzvzyj2","title":"クローバー　スワロ付","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e幸運を呼ぶクローバーチャーム、きらめくスワロフスキー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e幸せを呼ぶ\u003cstrong\u003eクローバーのレザーパーツ\u003c\/strong\u003eに、\u003cstrong\u003e繊細なスワロフスキー\u003c\/strong\u003eが上品に輝きます。毎日のおしゃれにそっと寄り添い、さりげなく幸せを運ぶ\u003cstrong\u003eお守りのような存在\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652797125133_p_clover_m__0007__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_201.jpg?v=1746009898\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常にきらめく、グリーンの幸運\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常にきらめく、グリーンの幸運\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e幸せを呼ぶクローバーのモチーフと上質な輝き。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e幸せを呼ぶクローバーのレザーパーツ\u003c\/li\u003e\n          \u003cli\u003e上品に輝く繊細なスワロフスキー\u003c\/li\u003e\n          \u003cli\u003e日常に寄り添うお守りのような存在\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"グリーン","offer_id":49498261258527,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498261291295,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498261324063,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498261356831,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498261389599,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652797125133_p_clover_m__0007__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_201.jpg?v=1746009898"},{"product_id":"d4q3ez563xlumdkvtczi","title":"アルファベットカシメ　S","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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「S」の輝きで魅せるイニシャルデコ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eあなたの\u003cstrong\u003e特別な「S」\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\/0885\/3998\/8255\/files\/products_2F1649418817622_k_alfa_s_golf.jpg?v=1746009897\" 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シックな「S」で創る洗練ハンドメイド\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e深みのあるブラックの「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\/0885\/3998\/8255\/files\/products_2F1649418845010_k_alfa_s_anti.jpg?v=1746009897\" 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クールな「S」でカスタマイズ 自分流\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eスタイリッシュなシルバーの「S」\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\/0885\/3998\/8255\/files\/products_2F1649418860588_k_alfa_s_silver.jpg?v=1746009898\" 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\u003eイニシャルでデコるのにぴったり。\u003c\/p\u003e\n      \u003cp\u003e3色から選べるアルファベットのカシメ。\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\u003ed4q3ez563xlumdkvtczi\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498261520671,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498261553439,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498261586207,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418817622_k_alfa_s_golf.jpg?v=1746009897"},{"product_id":"denmllnxyzqrc7vc91wk","title":"クローバー　S","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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清らかな白いレザーが、日々にそっと寄り添い、ハッピーな雰囲気を運びます。どんなアイテムにも自然になじみ、あなただけのオリジナル感を気軽に演出できるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649497455903_p_flower4_white.jpg?v=1746009896\" 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    \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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"グリーン","offer_id":49498265747743,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49498265780511,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498265813279,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498265846047,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498265878815,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498265911583,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649497455903_p_flower4_white.jpg?v=1746009896"},{"product_id":"dif9zoaccpb2hxq8ikpw","title":"アルファベットカシメ　A","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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です。きらめく「A」が、手持ちのアイテムを瞬時にパーソナライズし、あなただけのオリジナル作品が完成します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648712785872_k_alfa_a_gold.jpg?v=1746009895\" 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選べる3色のクラフト\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e温かみのある風合いが魅力のアルファベットカシメ。作品の雰囲気や素材に合わせて\u003cstrong\u003e3色から選べ\u003c\/strong\u003e、どんな手芸プロジェクトにも深みと個性を加えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648712826009_k_alfa_a_anti.jpg?v=1746009895\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eデザイン広がるアクセント\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手軽にデコる名入れ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eクールな輝きを放つ「A」で、日用品に洗練されたワンポイントを。イニシャルを施すだけで、\u003cstrong\u003e手軽に自分だけのサインを刻み\u003c\/strong\u003e、特別感を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648712817388_k_alfa_a_silver.jpg?v=1746009895\" 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\"\u003eイニシャルでデコるのにぴったり。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e3色から選べるアルファベットのカシメ。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498266108191,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498266140959,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498266173727,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648712785872_k_alfa_a_gold.jpg?v=1746009895"},{"product_id":"eexznagltpjwbj0b9xsv","title":"アルファベットカシメ　B","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649299007769_k_alfa_b_sliver.jpg?v=1746009893\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手作りの温もり感じるDIYアイテム\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649299119349_k_alfa_b_anti.jpg?v=1746009893\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eオリジナルグッズを輝かせるカスタマイズ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649299206289_k_alfa_b_gold.jpg?v=1746009893\" 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\u003e3色から選べます。\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\u003eイニシャルデコレーションに最適なアルファベットカシメです。ハンドメイド作品やオリジナルグッズのカスタマイズに幅広くご利用いただけます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e日常アイテムに\u003cstrong\u003e自分だけの印\u003c\/strong\u003eをプラス\u003c\/li\u003e\n          \u003cli\u003e手軽に装着でき、\u003cstrong\u003eプロのような仕上がり\u003c\/strong\u003eを実現\u003c\/li\u003e\n          \u003cli\u003e深みのある色合いが、\u003cstrong\u003e作品に温もりと個性を付与\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e大切な人への贈り物や、\u003cstrong\u003e推し活グッズのカスタマイズ\u003c\/strong\u003eにも最適\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e作品のイメージに合わせて選べる3色のカラーをご用意しております。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e上品な輝きの\u003cstrong\u003eゴールド\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eクールな印象を与える\u003cstrong\u003eシルバー\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e温かみのある深みのある\u003cstrong\u003eアンティーク\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498268762399,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498268795167,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498268827935,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649299007769_k_alfa_b_sliver.jpg?v=1746009893"},{"product_id":"eshpjkgmekhkcodjannn","title":"のびねこモチーフ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1648710048025_p_cat_white.jpg?v=1746009892\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肌馴染むレザーの猫モチーフ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648710130094_p_nobineko_gray.jpg?v=1746009892\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛らしいピンクに心癒される\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648710232893_p_nobineko_pink.jpg?v=1746009892\" 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\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e伸びてるネコの可愛いレザーパーツ\u003c\/p\u003e\n      \u003cp\u003eグイーと伸びして可愛いネコのパーツです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"グレー","offer_id":49498270433567,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49498270466335,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498270499103,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498270531871,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498270564639,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648710048025_p_cat_white.jpg?v=1746009892"},{"product_id":"fnldswzbklkj7smg6hui","title":"アルファベットカシメ　K","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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輝くイニシャルK、特別な彩り\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418167717_k_alfa_k_gold.jpg?v=1746009889\" 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深みあるK、ヴィンテージな趣\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418183356_k_alfa_k_anti.jpg?v=1746009889\" 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が完成します。\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスタイリッシュなK、モダンな表現\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418210772_k_alfa_k_silver.jpg?v=1746009889\" 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で具現化するアイテムです。\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品概要\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eイニシャルでデコレーションするのにぴったり。あなたのオリジナルアイテム作りをサポートします。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e3色から選べるアルファベットのカシメ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n  \n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498277216543,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498277249311,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498277282079,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418167717_k_alfa_k_gold.jpg?v=1746009889"},{"product_id":"fr4lzorvrogkmxlvnj3i","title":"チワワモチーフ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649537000697_p-tiwawa-beige.jpg?v=1746009888\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人の魅力を引き出すチワワアクセサリー｜クールな煌めき\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649537023153_p-tiwawa-gray.jpg?v=1746009888\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心ときめくチワワチャーム｜愛らしさ溢れるプレゼント\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649537032206_p_tiwawa_pink.jpg?v=1746009888\" 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  \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\u003e本製品は、愛らしいチワワモチーフのレザーパーツです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eチワワモチーフのレザーパーツ\u003c\/li\u003e\n          \u003cli\u003e首元にスワロフスキーをあしらったデザイン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"ダークグレー","offer_id":49498277445919,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498277478687,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498277511455,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498277544223,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649537000697_p-tiwawa-beige.jpg?v=1746009888"},{"product_id":"frkrag99xk5rdhsmsdmk","title":"スマイルカシメ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649603643737_k_smike_gold.jpg?v=1746009886\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e選べる2色 デザインが広がるカシメ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1663515643178_swg2_03__E3_82_B9_E3_83_9E_E3_82_A4_E3_83_AB-_E6_AD_A3_E9_9D_A2_E3_83_BB_E5_81_B4_E9_9D_A2.jpg?v=1746009887\" 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の2色展開で、作品の雰囲気に合わせて選べる多様性。どんな素材や色にも馴染みやすく、アイデア次第で無限のアレンジが楽しめます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e誰でも簡単 手軽に楽しめる手芸パーツ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1663515643179_swg2_03__E3_82_B9_E3_83_9E_E3_82_A4_E3_83_AB-_E8_83_8C_E9_9D_A2.jpg?v=1746009887\" 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  \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ゴールドとガンメタルの2色展開で、多様な作品にマッチ\u003c\/li\u003e\n        \u003cli\u003e手芸初心者でも簡単に取り付け可能なカシメ構造\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":"CxClabo","offers":[{"title":"ゴールド","offer_id":49498277904671,"sku":null,"price":880.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498277937439,"sku":null,"price":880.0,"currency_code":"JPY","in_stock":true},{"title":"Default Title","offer_id":49498277970207,"sku":null,"price":880.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649603643737_k_smike_gold.jpg?v=1746009886"},{"product_id":"fuduxbniklkjysckjgou","title":"アルファベットカシメ　H","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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輝くH、個性を刻むゴールド\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649411199101_k_alfa_h_gold.jpg?v=1746009884\" 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繊細な光沢が作品に上質な煌めきを添えます。手軽にイニシャルを取り入れ、あなただけの特別なアイテムを創り上げませんか。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eシックなH、深みあるブラウン\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1665032645581_k_alfa_h_anti.jpg?v=1746009884\" 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落ち着いた色合いが、革製品やナチュラル素材に温もりと品格をもたらします。どんな作品にもしっくり馴染む万能さです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練されたH、クリアな輝き\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1665032684660_k_alfa_h_silver.jpg?v=1746009885\" 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クールな銀色が、作品にモダンで洗練された印象を与えます。さりげなく光を反射し、クリアな存在感を放ちます。\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\"\u003e3色から選べるアルファベットのカシメ。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498278527263,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498278560031,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498278592799,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649411199101_k_alfa_h_gold.jpg?v=1746009884"},{"product_id":"gby6sdnsof4kfcow1whl","title":"リール付ストラップ　イタリアンレザー","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1651947198829_tasnanika_strap__0006__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2014.jpg?v=1746009883\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された大人の必需品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常をスマートに リール機能\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e改札前や玄関先で焦ることなく、\u003cstrong\u003e約40cm伸びるリール\u003c\/strong\u003eがスムーズな動作を約束します。バッグの持ち手に固定すれば、迷子になりがちな鍵やパスケースを瞬時に取り出せるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1651947218824_tasnanika_strap__0009__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2017.jpg?v=1746009883\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eストレスフリーな毎日へ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e選ぶ楽しみ 豊かな色合い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかな発色が魅力のイタリアンレザー「マイネ」。単なるツールを超え、ファッションの一部として個性を表現します。あなたのお気に入りを見つけ、日々に彩りを加えてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1651947218823_tasnanika_strap__0008__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2018.jpg?v=1746009883\" 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\u003eパスケースや鍵、小さいものはバッグの中で他のものに紛れ込みがち。改札の前や玄関の前で、ごそごそバッグの中を探すこと、結構ありますよね。そんな時間と手間を解消するのが、リールストラップです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eバッグの持ち手にストラップを固定し、キーリールの先にパスケースや鍵をつければ、探すことなく瞬時に取り出し可能。\u003c\/li\u003e\n        \u003cli\u003eしまう時や他のものを出すときの「うっかり落下」も防止します。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1673360393235_tasnanika_bag2.jpg?alt=media\u0026amp;token=e9ff9973-c322-41af-ad72-7cce43936d39\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eリール機能について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e「ストラップにパスケースや鍵をつけるのは便利だけど、改札のタッチや鍵の開け閉めのときには短くて届かない」そんな悩みを解消するのがキーリールです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eキーリールの先につけたものを引っ張れば、約40㎝までリールが伸びて、らくらくタッチ＆開閉が可能。\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革部分（金具を抜かした長さ）：約12cm\u003c\/li\u003e\n        \u003cli\u003e（参考）弊社ショートストラップ革部分の平均長さ：18.5cm〜19.5cm\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タンニン鞣しでありながら、\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\u003c\/div\u003e","brand":"tasnanika x CxClabo","offers":[{"title":"レッド","offer_id":49498280100127,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498280001823,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"イエローグリーン","offer_id":49498279936287,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498280067359,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49498279969055,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":49498280034591,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1651947198829_tasnanika_strap__0006__E3_83_AC_E3_82_A4_E3_83_A4_E3_83_BC_2014.jpg?v=1746009883"},{"product_id":"gcrmrkjwmxbak06vuvw5","title":"スターカシメ(3D)　大","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649587676334_k_star_3d_gold.jpg?v=1746009881\" class=\"img-fluid d-block w-100 product-img\" alt=\"煌めく立体星カシメの輝きと立体感を示す商品画像\"\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が、特別な魅力を引き出します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e多彩な魅力 ハンドメイドパーツ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1663515543608_swg2_02__E6_98_9F-_E8_83_8C_E9_9D_A2.jpg?v=1746009882\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴールドとシルバーの星形カシメのバリエーション\"\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に合わせて、作品に\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1663515543611_swg2_02__E6_98_9F-_E5_81_B4_E9_9D_A2.jpg?v=1746009882\" class=\"img-fluid d-block w-100 product-img\" alt=\"側面から見た星形カシメの精巧な作り\"\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    \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        \u003cp class=\"body-text\"\u003eサイズ: 大\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498280427807,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498280460575,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498280493343,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649587676334_k_star_3d_gold.jpg?v=1746009881"},{"product_id":"h883tzfejpnvalapkj7r","title":"小丸型カシメ　大","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e創作の土台を築く定番丸型カシメ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eどんな素材にも自然と溶け込む、普遍的な丸いカシメです。あなたのハンドメイド作品に、\u003cstrong\u003e洗練された一体感\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649597578924_k_komaru_s_gold.jpg?v=1746009879\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e長く愛されるデザインの基礎\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eアイデア無限大 万能の真髄\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e多様なクラフトに寄り添う、まさに\u003cstrong\u003e汎用性の高い\u003c\/strong\u003e丸いカシメです。あなたの創造力を刺激し、作品の可能性を広げます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649598463943_k_komaru_l_gold.jpg?v=1746009879\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eレザークラフトにも最適な金具\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e作品を支え美しさを保つ存在\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e大切な作品のディテールを彩り、\u003cstrong\u003e確かな存在感\u003c\/strong\u003eを示す丸いカシメです。手作りの品に、永く続く輝きと安定感を与えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649598463943_k_komaru_l_gold.jpg?v=1746009879\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eDIYで輝くこだわりの一つ\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\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\u003eh883tzfejpnvalapkj7r\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":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498283245855,"sku":null,"price":50.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498283278623,"sku":null,"price":50.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498283311391,"sku":null,"price":50.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649597578924_k_komaru_s_gold.jpg?v=1746009879"},{"product_id":"hz02ykwtvjw3julxcjyn","title":"5弁フラワー スワロフスキー　Mサイズ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649503243948_p_flower5_m_beige.jpg?v=1746009877\" 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e繊細な輝き、ハンドメイド風デコ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649503255219_p_flower5_m_white.jpg?v=1746009877\" 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    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e可憐な花モチーフとストーンが織りなす、上品なワッペンです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e純白の花が優雅な煌めきを演出\u003c\/li\u003e\n                \u003cli\u003eきらめくストーンが華やかなアクセントに\u003c\/li\u003e\n                \u003cli\u003e日常のアイテムを格上げする魔法のワンポイント\u003c\/li\u003e\n            \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\n\u003cstrong\u003e素材\u003c\/strong\u003e: 本革（5弁花モチーフ）、スワロフスキー\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: Mサイズ\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\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"イエロー","offer_id":49498286162207,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":49498286194975,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":49498286227743,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49498286260511,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498286293279,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498286326047,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498286358815,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498286391583,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498286424351,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498286457119,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498286489887,"sku":null,"price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649503323715_p_flower5_m_blue.jpg?v=1746009877"},{"product_id":"irxwvql3xnhzenebwuf4","title":"小丸型カシメ　小","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649597578924_k_komaru_s_gold_eebd1273-9a4f-45a7-9558-d85378fb30ab.jpg?v=1746009872\" 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を、一層引き立てるでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e深みある風合い レザークラフトにも\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649597597731_k_komaru_s_anti.jpg?v=1746009872\" 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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649597622586_k_komaru_silver.jpg?v=1746009872\" 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を広げる、信頼できる存在です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e汎用的な丸いカシメです。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498294550815,"sku":null,"price":50.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498294583583,"sku":null,"price":50.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498294616351,"sku":null,"price":50.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649597578924_k_komaru_s_gold_eebd1273-9a4f-45a7-9558-d85378fb30ab.jpg?v=1746009872"},{"product_id":"jgenkdn7dgpycbpui41a","title":"パンダモチーフ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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可愛らしいパンダのモチーフが、日々の小物に温かい輝きを添えます。優雅に配されたストーンが、見る人の心を惹きつけ、さりげない華やかさをプラス。手軽に個性を表現できる、魅力的なアイテムです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649610434781_p_panda.jpg?v=1746009860\" 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\u003eパンダのレザーパーツです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"Default Title","offer_id":49498304479519,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649610434781_p_panda.jpg?v=1746009860"},{"product_id":"jljjtmzirzi9xre4oxrv","title":"音符モチーフ　スワロつき","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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が、ふとした瞬間に明るい光を放ち、心に軽やかなメロディを奏でます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649579899374_p_onpu_lpink.jpg?v=1746009859\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e音楽を愛する日常に寄り添う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された黒、高まる存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e深みのあるブラックレザーが魅せる、シックな音符デザイン。精緻なステッチワークと輝く\u003cstrong\u003eスワロフスキー\u003c\/strong\u003eが、装いにさりげない上質感を加えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649579946803_p_onpu_black.jpg?v=1746009859\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートな印象を演出する逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性際立つ、爽やかモチーフ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e清々しい水色のレザーに、光を受けてきらめく\u003cstrong\u003eスワロフスキー\u003c\/strong\u003e。日々の装いに彩りをもたらし、あなただけの音楽の物語をそっと語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649579979079_p_onpu_lblue.jpg?v=1746009859\" 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\u003eこの商品の主な特徴は以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e音符のレザーモチーフを採用\u003c\/li\u003e\n        \u003cli\u003eきらめくスワロフスキーを使用\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"グリーン","offer_id":49498307035423,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":49498307068191,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498307100959,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498307133727,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498307166495,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498307199263,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498307232031,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498307264799,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649579899374_p_onpu_lpink.jpg?v=1746009859"},{"product_id":"jwueeww0phxh4gamgf2m","title":"5弁フラワー スワロフスキー　Sサイズ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\"\u003eスワロフスキー輝くフラワーパーツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e5弁の花びらに散りばめられた\u003cstrong\u003e小さなスワロフスキー\u003c\/strong\u003eが、光を捉えて上品にきらめきます。\u003cstrong\u003e手作り作品\u003c\/strong\u003eに華やぎを添え、オリジナル感を際立たせる一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649432927749_p_flower5_lpink.jpg?v=1746009850\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e作品に添える華やかな彩り\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e本革の質感が際立つレザークラフト\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e柔らかな本革の風合い\u003c\/strong\u003eが、作品に深みと落ち着いた品格を与えます。丁寧に施されたステッチとスワロフスキーのアクセントが、\u003cstrong\u003eシックな印象\u003c\/strong\u003eを高めるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649433797593_p_flower5_dbrown.jpg?v=1746009851\" 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\"\u003eDIYで広がる個性派アレンジパーツ\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\/0885\/3998\/8255\/files\/products_2F1649490063506_p_flower5_blue.jpg?v=1746009852\" 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        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e5弁のお花型本革パーツ\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\u003eSサイズ\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003ejwueeww0phxh4gamgf2m\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"イエロー","offer_id":49498308149535,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":49498308182303,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":49498308215071,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49498308247839,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498308280607,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498308313375,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498308346143,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498308378911,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ライトピンク","offer_id":49498308411679,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブルー","offer_id":49498308444447,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49498308477215,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649432927749_p_flower5_lpink.jpg?v=1746009850"},{"product_id":"k1fiuwfgbp87ooavclnf","title":"イニシャルキーリール　 アンティーク金具","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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あなたの個性を輝かせるイニシャルキーリール。アンティーク調の金具と立体的なエンボス加工が、さりげない上質感を演出します。お気に入りの一文字を、日々のスタイルに加えてみませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1668669396361__E3_82_AD_E3_83_BC_E3_83_AA_E3_83_BC_E3_83_AB_m_antiqe.jpg?v=1746009846\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eA〜K、お好みのイニシャルを見つける\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e約40cm伸びる、ストレスフリーな快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eICカードのタッチや鍵の開閉が驚くほどスムーズになります。約40cmまで自在に伸びるリール紐が、あなたの動作を妨げません。バッグを傾けたり背伸びしたりする手間から解放され、スマートな日常を送れます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1672316391386__E3_82_AD_E3_83_BC_E3_83_AA_E3_83_BC_E3_83_AB_E7_B4_90_E9_95_B7_E3_81_95_E8_AA_AC_E6_98_8E_E7_94_BB_E5_83_8F.jpg?v=1746009846\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eらくらくアクセス、伸縮キーリール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eバッグを彩る、機能美デザイン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお持ちのショートストラップやネックストラップに簡単にセットできます。バッグからサッと取り出せ、ICケースや鍵に瞬時にアクセス。機能性と洗練されたデザインが、あなたの持ち物をワンランク上の存在へと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1672316411991__E3_82_A4_E3_83_8B_E3_82_B7_E3_83_A3_E3_83_AB_E3_82_AD_E3_83_BC_E3_83_AA_E3_83_BC_E3_83_AB_E3_82_A8_E3_82_B3_E3_83_90_E3_83_83_E3_82_B0_E5_8F_96_E3_82_8A_E4_B.jpg?v=1746009846\" 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    \u003cp class=\"body-text\"\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\u003eIC用ケースや鍵のタッチ、開閉時に短くて届かないという悩みを解消するキーリールです。丸いキーリール部分を引っ張れば、約40cm伸びてスムーズにアクセスできます。\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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672316675895_%E3%82%AD%E3%83%BC%E3%83%AA%E3%83%BC%E3%83%AB%E7%B4%90%E9%95%B7%E3%81%95%E8%AA%AC%E6%98%8E%E7%94%BB%E5%83%8F.jpg?alt=media\u0026amp;token=39cf4ca5-58d2-476a-ae99-a1a246923e33\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672316687044_%E3%82%A4%E3%83%8B%E3%82%B7%E3%83%A3%E3%83%AB%E3%82%AD%E3%83%BC%E3%83%AB%E3%82%A8%E3%82%B3%E3%83%90%E3%83%83%E3%82%B0%E5%8F%96%E3%82%8A%E4%BB%98%E3%81%91.jpg?alt=media\u0026amp;token=1123d2dd-37cb-44c9-ae17-c345a4e5899e\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eイニシャルデザインについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1672316702500_%E3%82%A4%E3%83%8B%E3%82%B7%E3%83%A3%E3%83%AB%E8%A1%A8%E9%9D%A2.jpg?alt=media\u0026amp;token=4566ef84-37d9-4b50-a198-8a1f402b1c59\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eこちらはイニシャルA~Kのページです。L~Yをお探しの方はこちらからご確認ください。\u003c\/p\u003e\n      \u003ca href=\"https:\/\/cxclabo.we-shop.jp\/collections\/key-ring\/products\/%E3%82%A4%E3%83%8B%E3%82%B7%E3%83%A3%E3%83%AB%E3%82%AD%E3%83%BC%E3%83%AA%E3%83%BC%E3%83%AB-l-y%E3%81%AE8%E7%A0%AE-%E3%82%A2%E3%83%B3%E3%83%86%E3%82%A3%E3%83%BC%E3%82%AF%E9%87%91%E5%85%B7\" title=\"イニシャルキーリール（金具アンティーク）L~Y\"\u003eL~Yをお探しの方はこちらから\u003c\/a\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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"A \/ イエロー","offer_id":49498309296415,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ グリーン","offer_id":49498309329183,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ゴールド","offer_id":49498309361951,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ シルバー","offer_id":49498309394719,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ダークブラウン","offer_id":49498309427487,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ネイビー","offer_id":49498309460255,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ピンク","offer_id":49498309493023,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ブラック","offer_id":49498309525791,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ ライトブルー","offer_id":49498309558559,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"A \/ レッド","offer_id":49498309591327,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ イエロー","offer_id":50823237435679,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ グリーン","offer_id":50823237665055,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ゴールド","offer_id":50823237894431,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ シルバー","offer_id":50823238123807,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ダークブラウン","offer_id":50823238353183,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ネイビー","offer_id":50823238582559,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ピンク","offer_id":50823238811935,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ブラック","offer_id":50823239041311,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ ライトブルー","offer_id":50823239270687,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"C \/ レッド","offer_id":50823239500063,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ イエロー","offer_id":50823237468447,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ グリーン","offer_id":50823237697823,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ゴールド","offer_id":50823237927199,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ シルバー","offer_id":50823238156575,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ダークブラウン","offer_id":50823238385951,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ネイビー","offer_id":50823238615327,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ピンク","offer_id":50823238844703,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ブラック","offer_id":50823239074079,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ ライトブルー","offer_id":50823239303455,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"E \/ レッド","offer_id":50823239532831,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ イエロー","offer_id":50823237501215,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ グリーン","offer_id":50823237730591,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ゴールド","offer_id":50823237959967,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ シルバー","offer_id":50823238189343,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ダークブラウン","offer_id":50823238418719,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ネイビー","offer_id":50823238648095,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ピンク","offer_id":50823238877471,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ブラック","offer_id":50823239106847,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ ライトブルー","offer_id":50823239336223,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"F \/ レッド","offer_id":50823239565599,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ イエロー","offer_id":50823237533983,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ グリーン","offer_id":50823237763359,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ゴールド","offer_id":50823237992735,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ シルバー","offer_id":50823238222111,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ダークブラウン","offer_id":50823238451487,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ネイビー","offer_id":50823238680863,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ピンク","offer_id":50823238910239,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ブラック","offer_id":50823239139615,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ ライトブルー","offer_id":50823239368991,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"H \/ レッド","offer_id":50823239598367,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ イエロー","offer_id":50823237566751,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ グリーン","offer_id":50823237796127,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ゴールド","offer_id":50823238025503,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ シルバー","offer_id":50823238254879,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ダークブラウン","offer_id":50823238484255,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ネイビー","offer_id":50823238713631,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ピンク","offer_id":50823238943007,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ブラック","offer_id":50823239172383,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ ライトブルー","offer_id":50823239401759,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"I \/ レッド","offer_id":50823239631135,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ イエロー","offer_id":50823237599519,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ グリーン","offer_id":50823237828895,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ゴールド","offer_id":50823238058271,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ シルバー","offer_id":50823238287647,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ダークブラウン","offer_id":50823238517023,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ネイビー","offer_id":50823238746399,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ピンク","offer_id":50823238975775,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ブラック","offer_id":50823239205151,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ ライトブルー","offer_id":50823239434527,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"J \/ レッド","offer_id":50823239663903,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ イエロー","offer_id":50823237632287,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ グリーン","offer_id":50823237861663,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ゴールド","offer_id":50823238091039,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ シルバー","offer_id":50823238320415,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ダークブラウン","offer_id":50823238549791,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ネイビー","offer_id":50823238779167,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ピンク","offer_id":50823239008543,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ブラック","offer_id":50823239237919,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ ライトブルー","offer_id":50823239467295,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"K \/ レッド","offer_id":50823239696671,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ イエロー","offer_id":52707382231327,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ グリーン","offer_id":52707382264095,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ゴールド","offer_id":52707382296863,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ シルバー","offer_id":52707382329631,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ダークブラウン","offer_id":52707382362399,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ネイビー","offer_id":52707382395167,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ピンク","offer_id":52707382427935,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ブラック","offer_id":52707382460703,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ライトブルー","offer_id":52707382493471,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ レッド","offer_id":52707382526239,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ イエロー","offer_id":52707382559007,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ グリーン","offer_id":52707382591775,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ゴールド","offer_id":52707382624543,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ シルバー","offer_id":52707382657311,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ダークブラウン","offer_id":52707382690079,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ネイビー","offer_id":52707382722847,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ピンク","offer_id":52707382755615,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ブラック","offer_id":52707382788383,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ライトブルー","offer_id":52707382821151,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ レッド","offer_id":52707382853919,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ イエロー","offer_id":52707382886687,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ グリーン","offer_id":52707382919455,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ゴールド","offer_id":52707382952223,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ シルバー","offer_id":52707382984991,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ダークブラウン","offer_id":52707383017759,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ネイビー","offer_id":52707383050527,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ピンク","offer_id":52707383083295,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ブラック","offer_id":52707383116063,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ ライトブルー","offer_id":52707383148831,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"N \/ レッド","offer_id":52707383181599,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ イエロー","offer_id":52707383214367,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ グリーン","offer_id":52707383247135,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ゴールド","offer_id":52707383279903,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ シルバー","offer_id":52707383312671,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ダークブラウン","offer_id":52707383345439,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ネイビー","offer_id":52707383378207,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ピンク","offer_id":52707383410975,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ブラック","offer_id":52707383443743,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ ライトブルー","offer_id":52707383476511,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"R \/ レッド","offer_id":52707383509279,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ イエロー","offer_id":52707383542047,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ グリーン","offer_id":52707383574815,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ゴールド","offer_id":52707383607583,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ シルバー","offer_id":52707383640351,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ダークブラウン","offer_id":52707383673119,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ネイビー","offer_id":52707383705887,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ピンク","offer_id":52707383738655,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ブラック","offer_id":52707383771423,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ライトブルー","offer_id":52707383804191,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ レッド","offer_id":52707383836959,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ イエロー","offer_id":52707383869727,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ グリーン","offer_id":52707383902495,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ゴールド","offer_id":52707383935263,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ シルバー","offer_id":52707383968031,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ダークブラウン","offer_id":52707384000799,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ネイビー","offer_id":52707384033567,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ピンク","offer_id":52707384066335,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ブラック","offer_id":52707384099103,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ ライトブルー","offer_id":52707384131871,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"T \/ レッド","offer_id":52707384164639,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ イエロー","offer_id":52707384197407,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ グリーン","offer_id":52707384230175,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ゴールド","offer_id":52707384262943,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ シルバー","offer_id":52707384295711,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ダークブラウン","offer_id":52707384328479,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ネイビー","offer_id":52707384361247,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ピンク","offer_id":52707384394015,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ブラック","offer_id":52707384426783,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ ライトブルー","offer_id":52707384459551,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"W \/ レッド","offer_id":52707384492319,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ イエロー","offer_id":52707384525087,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ グリーン","offer_id":52707384557855,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ゴールド","offer_id":52707384590623,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ シルバー","offer_id":52707384623391,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ダークブラウン","offer_id":52707384656159,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ネイビー","offer_id":52707384688927,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ピンク","offer_id":52707384721695,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ブラック","offer_id":52707384754463,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ ライトブルー","offer_id":52707384787231,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Y \/ レッド","offer_id":52707384819999,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1668669396361__E3_82_AD_E3_83_BC_E3_83_AA_E3_83_BC_E3_83_AB_m_antiqe.jpg?v=1746009846"},{"product_id":"kcmupvalo8pdstsg2evf","title":"スリムで軽い本革メガネケース　Mサイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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約18cmの洗練された佇まいは、\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\/0885\/3998\/8255\/files\/products_2F1677242179629_grass_M_detail_01.jpg?v=1755409146\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートに携帯できるメガネケース\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e鞄にすっきり収まるスマート設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人の手仕事が息づく、上質な革の質感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e丁寧に仕立てられた革の折り返しと、繊細な\u003cstrong\u003eステッチワーク\u003c\/strong\u003eが、手に取るたびに確かな品質を伝えます。\u003cstrong\u003e使い込むほどに深まる風合い\u003c\/strong\u003eもお楽しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1677242201372_grass_M_detail_11.jpg?v=1755409146\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の質感が際立つメガネケースの細部\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりを感じる細部の美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切なメガネを優しく保護、スムーズな収納\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eしなやかな革が大切な\u003cstrong\u003eメガネを優しく包み込み\u003c\/strong\u003e、日常の衝撃や傷つきからしっかりと守ります。スムーズな出し入れで、\u003cstrong\u003eストレスフリー\u003c\/strong\u003eな使い心地を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/grass___detail_04.jpg?v=1755409146\" class=\"img-fluid d-block w-100 product-img\" alt=\"メガネを優しく保護する様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eアイウェアを包み込む安心感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品仕様\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「スリムで軽い本革メガネケース スタンダードサイズVer」は、お客様のこんな声から生まれました。\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      \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本体サイズ：約W7㎝ × H18㎝\u003c\/li\u003e\n          \u003cli\u003eマチ：最大約3㎝（片方にのみ配置）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e少し大きめサイズのリーディンググラスや、スリム系のサングラスも収納可能です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1677241245172_grass_M_detail_01.jpg?alt=media\u0026amp;token=4abb1cdc-c3b5-4e14-96b4-17eff341b737\" class=\"img-fluid d-block w-100 product-img\" alt=\"メガネケースのサイズイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1677241497802_grass_M_detail_11.jpg?alt=media\u0026amp;token=c7695554-92cc-4cbc-9d8f-e394ac5b9ef9\" class=\"img-fluid d-block w-100 product-img\" alt=\"メガネケースのマチの構造\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1677241305517_grass_M_detail_13.jpg?alt=media\u0026amp;token=de4f5213-7f78-4242-ab67-0bbfee354d0b\" class=\"img-fluid d-block w-100 product-img\" alt=\"メガネを入れた際のケースのサイズ感\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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        \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  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド","offer_id":49498310148383,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498310082847,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー","offer_id":49498309919007,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":49498309951775,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49498310050079,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498310115615,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498310017311,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498309984543,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1678883622340_1668858317990_slim_grass_m_red.jpg?v=1746009844"},{"product_id":"lztc3khdb71uieja4sbl","title":"アルファベットカシメ　E","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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輝き放つE、自分だけの特別感を\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e眩い光を放つ\u003cstrong\u003eゴールドのアルファベットカシメ\u003c\/strong\u003eが、あなたの作品に洗練された輝きを添えます。手作りのアイテムを特別な一品へと昇華させる、存在感あるアクセントです。自分だけのイニシャルで、世界に一つだけの作品を創造しませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649384726478_k_alfa_e_gold.jpg?v=1746009828\" 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深みあるE、温かい手作りを演出\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e温かみのある\u003cstrong\u003eブラウン\u003c\/strong\u003eが特徴のアルファベットカシメ。革製品や布小物に深みのある表情を与え、使うほどに愛着が湧く、こだわりのオリジナルアイテムが完成します。ナチュラルな風合いがハンドメイドの魅力を引き立てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649404600642_k_alfa_e_anti.jpg?v=1746009828\" 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クールなE、スタイリッシュに飾る\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e洗練された\u003cstrong\u003eシルバー\u003c\/strong\u003eの色合いが、作品にモダンな印象をもたらします。さりげない存在感ながら、バッグやポーチ、アクセサリーなどをクールに引き締め、都会的な魅力を際立たせるワンポイントに最適です。センスが光るアレンジを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649404618624_k_alfa_e_silver.jpg?v=1746009829\" 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\u003e3色から選べるアルファベットのカシメです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498329678111,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498329710879,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498329743647,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649384726478_k_alfa_e_gold.jpg?v=1746009828"},{"product_id":"mflwdjlv97wnscppqqca","title":"アルファベットカシメ　T","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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イニシャル「T」が輝くハンドメイド\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418883596_k_alfa_t_gold.jpg?v=1746009827\" 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鮮やかな輝きを放つ「T」のイニシャルで、あなたの手作り作品に目を惹く華やかさをプラス。特別な一点を創り出す喜びを感じてください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e深みある「T」で叶える大人DIY\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649419148822_k_alfa_t_anti.jpg?v=1746009827\" 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落ち着いた色味が魅力の「T」カシメ。時を経たような風合いが、クラシックなアイテムや手作りギフトに深みと品格を与えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された「T」でカスタマイズを\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649419165237_k_alfa_t_silver.jpg?v=1746009828\" 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スタイリッシュなシルバーカラーの「T」は、どんな素材にも自然に溶け込み、洗練された印象を演出。無限のアレンジで自分だけのオリジナルが作れます。\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    \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\u003e3色から選べるアルファベットデザイン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003c!-- 入力データに他のスペック（サイズ、素材、配送情報、注意書き、商品コードなど）の記載がないため、その他のdetailsセクションは作成しません。 --\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) は情報がないため作成しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498331021599,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498331054367,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498331087135,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418883596_k_alfa_t_gold.jpg?v=1746009827"},{"product_id":"mkqdcg0zjy6jk0egotlh","title":"アルファベットカシメ　J","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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イニシャル「J」煌めく個性を\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418132530_k_alfa_j_gold.jpg?v=1746009826\" 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を添えます。あなただけの特別な「J」で、作品にリュクスな魅力を吹き込みましょう。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e豊富な選択肢、彩る「J」\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652553363303_k_alfa_j_anti.jpg?v=1746009826\" 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\"\u003e3色のバリエーションから、あなたの作品に最適な色合いを選べます。深みのあるトーンは、どんな素材にもしっくりと馴染み、\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創作意欲を刺激する「J」\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1652553375968_k_alfa_j_silver.jpg?v=1746009827\" 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  \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\u003eアルファベットのカシメは、手作り作品に個性を加えるための素晴らしいアイテムです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e3色から選べる豊富なカラーバリエーション\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商品コード: mkqdcg0zjy6jk0egotlh\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498332463391,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498332496159,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498332528927,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418132530_k_alfa_j_gold.jpg?v=1746009826"},{"product_id":"ml2hrryklhanfwa0akuw","title":"丸紐ショートストラップ　シルバー金具","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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腕元やバッグにそっと寄り添う、細身の牛革を二重にしたデザイン。女性らしい繊細さが、持つ人の日常に優雅なアクセントを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1668913313765_short_strap_red.jpg?v=1746009824\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e軽やかに日常を彩る逸品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e探す手間を省くスマートな相棒\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e大きな二重リングは鍵やパスケース、お気に入りのチャームにも。バッグで迷子になりがちなアイテムを定位置に導き、必要な時にさっと取り出せる心地よさを実感できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1668914029039_short_strap_white.jpg?v=1755498957\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日の「困った」を解決\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上品に輝くシルバー金具の精緻さ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e艶やかなシルバー金具と、しっとり手に馴染む牛革のコントラスト。堅牢な二重リングが大切なアイテムをしっかりと繋ぎ、付け替えも驚くほどスムーズに行えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/happycharm.jpg?v=1755498261\" 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\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=\"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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1673008798327_happycharm1.jpg?alt=media\u0026amp;token=c284bc53-5ab0-4926-8640-c89e2fb9d72a\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・金具\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \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\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド","offer_id":49498333217055,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498333085983,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498333184287,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498333151519,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49498333020447,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49498333053215,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498333118751,"sku":null,"price":1045.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1668913313765_short_strap_red.jpg?v=1746009824"},{"product_id":"msqzecvnbssogzqvdgdu","title":"プレシオサカシメ　シルバーふち小","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1693298369115_k_presiosa_aqua.jpg?v=1746009818\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e鮮烈な輝きで個性を放つ DIYオリジナルカシメ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1693298691603_k_presiosa_ciam.jpg?v=1746009818\" 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目を引く鮮やかな彩りは、ハンドメイド作品に力強いアクセントを。独自のクリスタル技術が生む輝きが、手作りのアイテムを唯一無二の存在へと昇華させます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e煌めきの魔法を日用品に 上質カシメで彩り\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1693298699649_K_presiosa_opal.jpg?v=1746009818\" 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光の角度で表情を変える多面的な輝きが魅力です。独自のクリスタル製造技術が生む繊細な煌めきが、日常使いの小物に品格と華やかさをもたらします。\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\"\u003e輝きに差が出る、プレシオサ・クリスタル。カラーも豊富です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003eプレシオサ（PRECIOSA）\u003c\/strong\u003eはチェコのボヘミア地方で最も有名な「高品質クリスタルジュエリー・オブジェ」の会社。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アクア","offer_id":49498340819231,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"アメジスト","offer_id":49498340851999,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"オパール","offer_id":49498340884767,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"クリア","offer_id":49498340917535,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"サファイア","offer_id":49498340950303,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"ジェット","offer_id":49498340983071,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"シトリン","offer_id":49498341015839,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"トパーズ","offer_id":49498341048607,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックダイア","offer_id":49498341081375,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"ペリドット","offer_id":49498341114143,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"ライトシャム","offer_id":49498341146911,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true},{"title":"ローズ","offer_id":49498341179679,"sku":null,"price":365.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1693298369115_k_presiosa_aqua.jpg?v=1746009818"},{"product_id":"nbyv354xt633buwsb1rz","title":"アルファベットカシメ　R","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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ゴールドRで輝く、私だけのオリジナル\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418748356_k_alfa_r_gold.jpg?v=1746009817\" 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ゴールドの「R」カシメ\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深みブラウンR、手作りに温もりを\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418769537_k_alfa_r_anti.jpg?v=1746009817\" 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ブラウン「R」\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スタイリッシュRが、モダンな個性を演出\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418788525_k_alfa_r_silver.jpg?v=1746009817\" 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シルバー「R」カシメ\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 class=\"body-text\"\u003eイニシャルでデコレーションするのにぴったりなカシメです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e3色（ゴールドR、ブラウンR、シルバーR）からお選びいただけるアルファベットのカシメです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498347766047,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498347798815,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498347831583,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649418748356_k_alfa_r_gold.jpg?v=1746009817"},{"product_id":"olimfceaqc617hizdasu","title":"ちびねこモチーフ　スワロつき","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1649614323257_p_tibineko_dbrown.jpg?v=1746009815\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された黒猫モチーフ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      しっとりとした\u003cstrong\u003e上質なレザー\u003c\/strong\u003eが、\u003cstrong\u003e大人可愛いスタイル\u003c\/strong\u003eを演出します。きらりと輝く\u003cstrong\u003eスワロフスキー\u003c\/strong\u003eが、さりげない\u003cstrong\u003e贅沢感\u003c\/strong\u003eを添える一品です。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛らしいピンク猫、心が弾む\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649614348424_p_tibineko_pink.jpg?v=1746009816\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e優しい色合いのちびねこ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e柔らかなピンク\u003c\/strong\u003eが、手にするたびに\u003cstrong\u003e心を和ませる愛らしいデザイン\u003c\/strong\u003eです。\u003cstrong\u003e小さめサイズ\u003c\/strong\u003eでスマホケースや手帳を邪魔せず、そっと彩りを添えます。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eピュアな白猫、上品に寄り添う\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649614375164_p_tibineko_white.jpg?v=1746009816\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんな小物にも合う白猫\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e清潔感あふれるホワイト\u003c\/strong\u003eが、お手持ちのアイテムに\u003cstrong\u003e品格\u003c\/strong\u003eをプラスします。くるんとカールした\u003cstrong\u003eしっぽの愛らしさ\u003c\/strong\u003eが、見るたびに\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\u003eしっぽがかわいいチビ猫のレザーパーツです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\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":"CxClabo","offers":[{"title":"ダークブラウン","offer_id":49498356580639,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498356613407,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49498356646175,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498356678943,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498356711711,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649614323257_p_tibineko_dbrown.jpg?v=1746009815"},{"product_id":"pyn4mryjbqcmte6y5vwm","title":"くまモチーフ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック1 --\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\/0885\/3998\/8255\/files\/products_2F1648710781717_p_kuma_beige.jpg?v=1746009814\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんな素材にも合う愛らしいくま\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e可愛らしいくまのフォルム\u003c\/strong\u003eが、見るたびに心を和ませます。\n            \u003cstrong\u003e上質なレザーパーツ\u003c\/strong\u003eは、ハンドメイド作品に\u003cstrong\u003e温もりと個性を加える\u003c\/strong\u003eことができるでしょう。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\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\/0885\/3998\/8255\/files\/products_2F1648710803184_p_kuma_dbrawn.jpg?v=1746009814\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eワンランク上の革小物パーツ\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e落ち着いた色合い\u003c\/strong\u003eが、くまモチーフに\u003cstrong\u003e洗練された大人の表情\u003c\/strong\u003eを与えます。\n            いつもの小物に添えるだけで、\u003cstrong\u003eさりげない遊び心と個性を演出\u003c\/strong\u003eできます。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック3 --\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\/0885\/3998\/8255\/files\/products_2F1648710834060_p_kuma_pink.jpg?v=1746009814\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e幸せを呼ぶくまモチーフ\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e柔らかなピンク色\u003c\/strong\u003eが、くまの\u003cstrong\u003e愛らしさ\u003c\/strong\u003eを一層引き立てます。\n            あなたの手で生み出す作品に、\u003cstrong\u003e心ときめくキュートな魅力\u003c\/strong\u003eを添えてみませんか。\n        \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\u003e可愛いくまのレザーパーツです。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"ダークグレー","offer_id":49498366542111,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49498366574879,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":49498366607647,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":49498366640415,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1648710781717_p_kuma_beige.jpg?v=1746009814"},{"product_id":"qpshnjgsfkzgnndtquzk","title":"スターカシメ(2D)　大","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DDDDDD;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F8F5; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #FFE661; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #FFE661; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e作品に輝きを添えるスターカシメ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eそのフラットな星形は、\u003cstrong\u003e繊細な煌めき\u003c\/strong\u003eであなたのハンドメイド作品を彩ります。一つ加えるだけで、\u003cstrong\u003e存在感が際立ち\u003c\/strong\u003e、\u003cstrong\u003e目を引くアクセント\u003c\/strong\u003eが生まれます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649590516129_k_star_2d_gold.jpg?v=1746009812\" class=\"img-fluid d-block w-100 product-img\" alt=\"作品に輝きを添えるスターカシメ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e確かな美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eしっかり固定、創作を支えるカシメ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\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\/0885\/3998\/8255\/files\/products_2F1654445358300_k_star_2.jpg?v=1746009812\" class=\"img-fluid d-block w-100 product-img\" alt=\"しっかり固定、創作を支えるカシメ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e簡単装着で安心\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性を引き出す、深みのあるアクセント\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\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\/0885\/3998\/8255\/files\/products_2F1649590595607_k_star_2d_anti.jpg?v=1746009812\" class=\"img-fluid d-block w-100 product-img\" alt=\"個性を引き出す、深みのあるアクセント\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイル無限大\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこのカシメは、様々なハンドメイド作品に適合する、平らで汎用性の高い星形デザインが特徴です。\u003c\/p\u003e\n      \u003cul class=\"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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- スペック・詳細データが「平らで汎用的な星形カシメ」のみのため、それ以外の情報（サイズ、素材、配送、注意書き、商品コード）に関するdetailsは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"アンティーク","offer_id":49498371293471,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":49498371326239,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":49498371359007,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1649590516129_k_star_2d_gold.jpg?v=1746009812"}],"url":"https:\/\/cxclabo.we-shop.jp\/collections\/3-000.oembed","provider":"CxClabo","version":"1.0","type":"link"}