{"title":"日用品・ステーショナリーコレクション","description":"","products":[{"product_id":"2203","title":"【02203】コンパクトミラー ねこ柄 本革","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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 #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手のひらに優しく、猫の安らぎを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eバッグに忍ばせやすい\u003cstrong\u003e手のひらサイズ\u003c\/strong\u003eで、必要な時にさっと取り出し身だしなみを整えられます。\u003cstrong\u003e上質な牛革\u003c\/strong\u003eが醸し出す\u003cstrong\u003e品格\u003c\/strong\u003eが、大人の日常に寄り添う逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000253.jpg?v=1739331929\" 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\/0729\/7069\/8972\/files\/4_000000000253.jpg?v=1739331929\" 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個性豊かな5種の猫柄\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\/0729\/7069\/8972\/files\/6_000000000253.jpg?v=1739331929\" class=\"img-fluid d-block w-100 product-img\" alt=\"5種類の猫柄コンパクトミラー\"\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\/0729\/7069\/8972\/files\/02203_02.jpg?v=1739941981\" class=\"img-fluid d-block w-100 product-img\" alt=\"軽量・持ち運びやすいコンパクトミラー\"\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\/0729\/7069\/8972\/files\/02203_03.jpg?v=1739941996\" class=\"img-fluid d-block w-100 product-img\" alt=\"両面本革の質感\"\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背面には「bristle grass」の\u003cstrong\u003e刻印入り\u003c\/strong\u003e。シンプルな中にも\u003cstrong\u003eブランドのこだわり\u003c\/strong\u003eが感じられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02203_05.jpg?v=1739942012\" class=\"img-fluid d-block w-100 product-img\" alt=\"刻印入りデザイン\"\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\/0729\/7069\/8972\/files\/02203_04.jpg?v=1739942037\" class=\"img-fluid d-block w-100 product-img\" alt=\"手作業製作の様子\"\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ねこモチーフが可愛い本革仕立てのコンパクトミラーです。個性豊かな5種類の猫柄から、お好みのデザインをお選びいただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02203_08_1.jpg?v=1739942135\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション\"\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e● カラー：ハチワレ、ミケ、茶白、茶トラ、キジトラ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e手のひらに収まるコンパクトサイズで、毎日の持ち運びに便利です。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02203_07.jpg?v=1739942118\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品サイズと仕様\"\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e● サイズ：（約）縦7.8cm × 横7.8cm\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  \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● 商品コード：02203\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが天然素材の革の風合いとしてお楽しみ下さい。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ","offer_id":46289068851420,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ","offer_id":47597707821276,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":false},{"title":"茶白","offer_id":47597707854044,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":false},{"title":"茶トラ","offer_id":47597707886812,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":false},{"title":"キジトラ","offer_id":47597707919580,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000253.jpg?v=1739331929"},{"product_id":"644","title":"【00644】ねこ形 アンブレラチャーム 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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 #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e傘の間違い、もう迷わない\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e大切な傘をひと目で区別する、\u003cstrong\u003e愛らしいねこ形のチャーム\u003c\/strong\u003e。本革栃木レザーの温もりと、小さな鋲が織りなすさりげない個性が、あなたの傘を特別な一本へと変えてくれます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000263.jpg?v=1740037636\" 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\/0729\/7069\/8972\/files\/5_000000000263.jpg?v=1740037636\" 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個性で選ぶ、豊かな5色展開\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e定番色からアクセントになる色まで、\u003cstrong\u003e個性豊かな5色\u003c\/strong\u003eが揃いました。気分や持ち物に合わせ、お気に入りを見つける喜びをどうぞ。プレゼントにも喜ばれるアイテムです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000263.jpg?v=1740037637\" class=\"img-fluid d-block w-100 product-img\" alt=\"5色展開のねこ形チャーム\"\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\/0729\/7069\/8972\/files\/01332_02.jpg?v=1739944884\" class=\"img-fluid d-block w-100 product-img\" alt=\"鋲がアクセントの猫チャーム\"\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\/0729\/7069\/8972\/files\/01332_03.jpg?v=1739944929\" class=\"img-fluid d-block w-100 product-img\" alt=\"傘に付けたサイズ感\"\u003e\n        \u003cp class=\"body-text\"\u003e幅約2.4cmの\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\/0729\/7069\/8972\/files\/01332_06.jpg?v=1739944967\" class=\"img-fluid d-block w-100 product-img\" alt=\"ペットボトルに付けた例\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e伸縮性のあるシリコンリング\u003c\/strong\u003eで、最大約3cmまで対応。傘だけでなく、ペットボトルやバッグの目印にもおすすめです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\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選べる個性豊かな5色展開\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01332_04.jpg?v=1739944987\" class=\"img-fluid d-block w-100 product-img\" alt=\"チャームサイズ図1\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01332_05.jpg?v=1739945004\" class=\"img-fluid d-block w-100 product-img\" alt=\"チャームサイズ図2\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eリング内径：約1.5cm (伸縮性あり、最大約3cmまで対応)\u003c\/li\u003e\n                    \u003cli\u003eねこチャーム幅：約2.4cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e厳選された日本素材を使用し、国内で丁寧に作られています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e本体：牛革（栃木レザー）\u003c\/li\u003e\n                    \u003cli\u003eリング部分：シリコン\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本\u003c\/li\u003e\n                \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お好みに合わせて選べる5色展開です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eブラック\u003c\/li\u003e\n                    \u003cli\u003eチョコ\u003c\/li\u003e\n                    \u003cli\u003eキャメル\u003c\/li\u003e\n                    \u003cli\u003eレッド\u003c\/li\u003e\n                    \u003cli\u003eグリーン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e00644\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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        \u003cp class=\"body-text\"\u003e天然皮革の特性と、製品を長くご愛用いただくための注意点です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによる多少の色ぶれがある場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n            \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n            \u003cli\u003e商品の色は、ディスプレイの環境などにより実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203036336348,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597706936540,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597706969308,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597707002076,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597707034844,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000263.jpg?v=1740037636"},{"product_id":"1332","title":"【01332】ねこ形 アンブレラチャーム 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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 #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e傘の目印に。ねこ形アンブレラチャーム（本革製）\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00644_000_cb74ddd0-c783-4da3-bec5-a7865b38ad18.jpg?v=1739944855\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型アンブレラチャームTOP画像\"\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        \u003cp class=\"body-text\"\u003e傘の持ち手にちょこんと添えられた本革のねこが、あなたの傘を特別な存在に変えます。シンプルなデザインに小さな鋲がきらり、\u003cstrong\u003e取り違え防止の目印\u003c\/strong\u003eとしても活躍します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000264.jpg?v=1739332051\" 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\/0729\/7069\/8972\/files\/5_000000000264.jpg?v=1739332052\" 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選べる4色のスモーキーカラー\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\/0729\/7069\/8972\/files\/6_000000000264.jpg?v=1739332052\" 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\/0729\/7069\/8972\/files\/01332_06.jpg?v=1739944967\" class=\"img-fluid d-block w-100 product-img\" alt=\"ペットボトルに付けた例\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e工夫次第で広がる使い方\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eねこ形アンブレラチャームの主な特徴とメリットです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e傘の取り違え防止に役立つ目印として活躍\u003c\/li\u003e\n                \u003cli\u003e本革の丁寧な仕立てと繊細な表情\u003c\/li\u003e\n                \u003cli\u003e落ち着いたスモーキーカラーで、どんなスタイルにも自然に馴染む\u003c\/li\u003e\n                \u003cli\u003eプチギフトにも最適なアイテム\u003c\/li\u003e\n                \u003cli\u003eコンパクトなサイズでさりげなく個性を主張\u003c\/li\u003e\n                \u003cli\u003e伸縮性のあるシリコンリングで多様なアイテムに装着可能\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e商品のサイズは以下の通りです。お手持ちのアイテムと比較してご検討ください。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01332_04.jpg?v=1739944987\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品サイズ参考1\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01332_05.jpg?v=1739945004\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品サイズ参考2\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eリングの内径：約1.5cm （最大約3cmまで伸びます）\u003c\/li\u003e\n                \u003cli\u003eねこチャームの幅：約2.4cm\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    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e選べる4色のスモーキーカラーをご用意しています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eピンク\u003c\/li\u003e\n                \u003cli\u003eグレー\u003c\/li\u003e\n                \u003cli\u003eキャメル\u003c\/li\u003e\n                \u003cli\u003eグリーン\u003c\/li\u003e\n            \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商品コード: 01332\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"pink","offer_id":46289062101212,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597706838236,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597706871004,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597706903772,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000264.jpg?v=1739332051"},{"product_id":"2214","title":"【02214】リール付きパスケース ねこ柄 本革","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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 #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛らしい表情と上質な本革\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eひとつひとつ異なる表情を見せる、ミケ、茶白、ハチワレのねこたち。持つたびに心ときめく、こだわり抜かれた牛革の風合いが魅力です。\u003cstrong\u003e猫好きな方への贈り物にも最適です。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000273_9ac648e5-53e6-4679-844e-e429b97b10dd.jpg?v=1739330922\" 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スマートに彩るICカード収納\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e交通系ICカードやIDカードを美しく収める、\u003cstrong\u003e透明セル付きのポケット\u003c\/strong\u003e。大切なカードを汚れや傷から守り、日々の通勤をスマートに演出する洗練された設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000273_86a29f85-9cab-41aa-9446-dc16f50190ce.jpg?v=1739330922\" 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\/0729\/7069\/8972\/files\/4_000000000273_b141a6f9-97be-4b60-9167-b00ce60377d3.jpg?v=1739330922\" 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 class=\"body-text\"\u003eねこの形が愛らしい本革のリール付きパスケースです。3種類のねこ柄からお選びいただけます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e愛らしいねこ柄デザイン（ミケ、茶白、ハチワレ）\u003c\/li\u003e\n        \u003cli\u003e本革ならではの上質な風合い\u003c\/li\u003e\n        \u003cli\u003e透明セル付きポケットでICカードを保護\u003c\/li\u003e\n        \u003cli\u003e最長30cm伸びるリール付きでスムーズな改札通過\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eリールストラップ部分は取り外すことが可能。パスケースとリールストラップをそれぞれを別々で使用していただくこともできます。リールストラップまたはネックストラップ、お好みに合わせてどちらか１つを選べます。※ネックストラップにリールは付きません。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_06.jpg?v=1739948425\" 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:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_10.jpg?v=1739948443\" 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:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_08.jpg?v=1739948513\" 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:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_11.jpg?v=1739948535\" 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:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_09.jpg?v=1739948553\" 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 class=\"body-text\"\u003e製品の具体的なサイズは以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e本体サイズ：（約）縦8.8cm × 横10.7cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_07_1.jpg?v=1739948490\" 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 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  \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      \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ \/ リール付き","offer_id":46289069474012,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ハチワレ \/ ネックストラップ","offer_id":47597705822428,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ \/ リール付き","offer_id":47597705855196,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ミケ \/ ネックストラップ","offer_id":47597705887964,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"茶白 \/ リール付き","offer_id":47597705920732,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"茶白 \/ ネックストラップ","offer_id":47597705953500,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000273_9ac648e5-53e6-4679-844e-e429b97b10dd.jpg?v=1739330922"},{"product_id":"2215","title":"【02215】IDホルダー パスケース ねこ柄 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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 #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cat-tote-body\"\u003e\n\n  \u003c!-- 商品のメインビジュアルと概要 --\u003e\n  \u003cp class=\"cat-tote-title\"\u003e【02215】IDホルダー パスケース ねこ柄 本革\u003c\/p\u003e\n  \u003cdiv class=\"cat-tote-image-block\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_000_4b56c2b1-90dd-41cd-8bc7-485a6a4d96fe.jpg?v=1739950109\" alt=\"ねこ柄IDホルダー\"\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"cat-tote-text\"\u003eねこのシルエットが愛らしい、\u003cstrong\u003e本革仕立て\u003c\/strong\u003eのIDホルダーです。左から茶白、ミケ、ハチワレの3種をご用意しました。ネックストラップまたはリールストラップから選べて、さまざまな場面で活躍します。ねこ好きな方へのプレゼントにもぴったりです。\u003c\/p\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 日常に溶け込む愛らしい猫柄 --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e日常に溶け込む、愛らしい猫柄IDホルダー\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eまるで愛猫が寄り添うよう。\u003cstrong\u003e茶白、ミケ、ハチワレの３種の猫柄\u003c\/strong\u003eから、お好みの１匹を選べます。毎日を彩る、あなただけの癒しの存在に。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000279.jpg?v=1739330957\" alt=\"毎日の装いを彩る、選べる猫デザイン\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text\"\u003e毎日の装いを彩る、選べる猫デザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 大切なカードを守る透明ポケット --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e大切なカードを守る、安心の透明ポケット\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eIDや会員証を透明セル付きのポケットに収納。中身が見える設計で、提示もスムーズに、大切なカードを優しく保護します。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000279.jpg?v=1739330957\" alt=\"提示もスムーズに、カードを守る機能性\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text\"\u003e提示もスムーズに、カードを守る機能性\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_03.jpg?v=1739950162\" alt=\"カードを入れたイメージ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e\u003cstrong\u003e透明セル付きのカードポケット\u003c\/strong\u003eだから、IDや保護者証、会員証などをしっかりガード。中のカードが見える仕様なので、提示の場面でもスムーズです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 伸縮自在なリールストラップ --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e伸縮自在、本革リールストラップの快適さ\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e最長約10.5cmまで伸縮するリールストラップは、必要な時にサッと伸ばせて快適。改札やセキュリティ通過もスマートに。毎日の動きをスムーズにサポートします。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000279.jpg?v=1739330957\" alt=\"スマートな所作を叶える本革ストラップ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text\"\u003eスマートな所作を叶える本革ストラップ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - シーンに合わせて選べるストラップ --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003eシーンに合わせて選べるストラップ\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eネックストラップは取り外し可能。ストラップと本体を別々に使えるから、\u003cstrong\u003e用途に応じてアレンジ自在\u003c\/strong\u003eです。ネックストラップとリールストラップ、どちらかお好きなタイプをお選びいただけます。\u003c\/p\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eお仕事用、学校用、通園時など、使うシーンに合わせてお選びください。※ネックストラップにはリールは付きません。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_02.jpg?v=1739950131\" alt=\"ストラップの装着例\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_05.jpg?v=1739950263\" alt=\"ネックとリールの選択肢1\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_04.jpg?v=1739950230\" alt=\"ネックとリールの選択肢2\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブランドストーリー --\u003e\n  \u003cdiv class=\"cat-tote-section\" style=\"background-color: #ffdab9;\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e猫愛と職人技術が融合『Bri \u0026amp; Gra』\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。長年革財布を手がけてきた職人の\u003cstrong\u003e確かな技術\u003c\/strong\u003eをベースに、猫への愛情が詰まったデザインを形にしています。\u003c\/p\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" alt=\"ブリグラ\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 全ての猫グッズへのリンク --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n      \u003cspan class=\"cat-tote-title\"\u003e他の猫グッズも見る\u003c\/span\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n        \u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" style=\"width:700px !important; height:auto !important; display:block; margin:0px auto;\" alt=\"全ての猫グッズはこちら\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cspan class=\"cat-tote-title\"\u003e商品詳細\u003c\/span\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=\"cat-tote-text-left\"\u003eコンパクトながらも使いやすいサイズ感です。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-list\"\u003e\n          \u003cli\u003e本体サイズ：（約）縦8.8cm × 横10.7cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"cat-tote-image-block\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_06.jpg?v=1739950307\" alt=\"サイズ参考画像1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cat-tote-image-block\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_07.jpg?v=1739950333\" alt=\"サイズ参考画像2\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・カラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"cat-tote-text-left\"\u003e天然の牛革を使用し、使うほどに風合いが増します。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-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=\"cat-tote-text-left\"\u003eお好みに合わせて2タイプからお選びいただけます。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-list\"\u003e\n          \u003cli\u003eネックストラップ or リールストラップ（いずれか1種）\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=\"cat-tote-text-left\"\u003e日本の職人による丁寧な作りです。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-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\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cspan class=\"cat-tote-title\"\u003eご注意事項\u003c\/span\u003e\n    \u003cdiv class=\"cat-tote-text-left\"\u003e\n      \u003cp\u003e天然の革を使用しているため、しわやキズがある場合や、革の仕上がりによって多少の色味の違いが生じることがあります。天然素材ならではの風合いとしてご理解ください。\u003c\/p\u003e\n      \u003cp\u003e通常の撥水・色止め加工は施してありますが、水濡れや汗などにより、摩擦で退色や色移りする場合があります。ご使用の際はご注意ください。\u003c\/p\u003e\n      \u003cp\u003eお使いのモニター環境により、実際の色味と異なる場合があります。あらかじめご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ラッピング\/パッケージ画像 --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n      \u003cspan class=\"cat-tote-title\"\u003eプレゼントにも最適\u003c\/span\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" style=\"width:700px; height:auto; display:block; margin:0 auto;\" alt=\"ギフトパッケージイメージ\"\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ \/ リール付き","offer_id":46289069637852,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ハチワレ \/ ネックストラップ","offer_id":47597705101532,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ \/ リール付き","offer_id":47597705134300,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ミケ \/ ネックストラップ","offer_id":47597705167068,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"茶白 \/ リール付き","offer_id":47597705199836,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"茶白 \/ ネックストラップ","offer_id":47597705232604,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000279.jpg?v=1739330957"}],"url":"https:\/\/bristle-grass.we-shop.jp\/collections\/%e6%97%a5%e7%94%a8%e5%93%81-%e3%82%b9%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%8a%e3%83%aa%e3%83%bc%e3%82%b3%e3%83%ac%e3%82%af%e3%82%b7%e3%83%a7%e3%83%b3.oembed","provider":"ニシカゼ","version":"1.0","type":"link"}