{"title":"バッグ","description":"\u003cp\u003eバッグ\u003c\/p\u003e","products":[{"product_id":"14501040","title":"すっきり2wayミニショルダー 牛革ブラック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e身軽なスタイルを叶える\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eわずか約\u003cstrong\u003e180g\u003c\/strong\u003eの軽量設計で、日常のお出かけを軽快に。スマートな見た目ながら、必要なものがしっかり収まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d2720ce146b8e136aefb71b3a95dc0b2345ad77321f3cf37cd02c2d4c2e9c0eb.jpg?v=1765934866\" 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縦18.5cm、横15cm、マチ9cm\u003c\/strong\u003eで収納力も確保。内側の差し込みポケットで小物の整理も完璧です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/88f4826c889c0fbd3e725c231499b442e91b37367287298da166d8c8a4a0e40a.jpg?v=1765934867\" 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\/0670\/1963\/6867\/files\/a4f1e9d103a9e8a6ceda3017b3f65c36f5430b033fc292da88502229f9f70b32.jpg?v=1765934867\" 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\n\u003cstrong\u003e2way仕様\u003c\/strong\u003e：ショルダー紐を取り外して手持ちでも使える\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e本革製\u003c\/strong\u003e：表面はすべて牛革を使用し、革本来の風合いが魅力\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e丈夫で傷に強い\u003c\/strong\u003e：タンニン鞣し加工によりキズが目立ちにくく丈夫\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e便利な収納\u003c\/strong\u003e：内側に差し込みポケット1つ付き\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e長さ調整が簡単\u003c\/strong\u003e：結び目を変えるだけでショルダー紐の長さを調整可能\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e裏地付き\u003c\/strong\u003e：バッグ内部には生成りの綿素材の裏地付き\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズと重さ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eコンパクトながら、必要なものをしっかり収納できるサイズ感です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e本体サイズ\u003c\/strong\u003e：縦18.5cm × 横15cm × マチ幅9cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eショルダー山\u003c\/strong\u003e：61cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e：約180g\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e革の柔らかさ\u003c\/strong\u003e：柔らかめ\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eオプションタッセルの詳細\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eシャンパンゴールド・シルバー箔タッセル重さ\u003c\/strong\u003e：約6g\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eシュリンク ブラックタッセル重さ\u003c\/strong\u003e：約10g\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eタッセル全長\u003c\/strong\u003e：約33cm（飾り部分 約7cm）\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：牛革（タンニン鞣し）\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e裏地\u003c\/strong\u003e：生成りの綿素材\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eオプション・ラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eギフトやパーソナライズに便利なオプションをご用意しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eタッセルオプション\u003c\/strong\u003e:\n                        \u003cp\u003e3種のタッセル（シルバー箔・シュリンク ブラック・シャンパンゴールド）からお選びいただけます。写真5枚目をご参照ください。オプションで選択しない場合は付属しておりません。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eギフトラッピング\u003c\/strong\u003e:\n                        \u003cp\u003e有料でギフトラッピングも承っております。プレゼントをご検討の際は、オプションにてご選択ください。詳細は\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\"\u003eこちら\u003c\/a\u003eをご確認ください。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\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            \u003cli\u003eタッセルはオプションで選択していない場合は付属しておりません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258866389123,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d2720ce146b8e136aefb71b3a95dc0b2345ad77321f3cf37cd02c2d4c2e9c0eb.jpg?v=1765934866"},{"product_id":"13252826","title":"長財布が入るふっくら巾着バッグ　安心の裏地付き　牛革　シュリンク","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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約340gの\u003cstrong\u003e軽量設計\u003c\/strong\u003eが、手にするたび驚くほどの軽快さを与えます。しなやかな牛革が描くふっくらフォルムは、日常に洗練されたアクセントを添え、大人の装いを格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/e4e736ee230ab2d235c77140404e8eb51e1634fcbe1f1ec157b23771c3570704.jpg?v=1771994132\" 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\/0670\/1963\/6867\/files\/d067444c37e9d3acc500cc4dd817f94262ceb9e484b005505a4c4a7b19caa5ec.jpg?v=1771994195\" 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\/0670\/1963\/6867\/files\/befaf1cbaccccee557c2342e3bb6074ee634f096201ae460c00b666583dbc5cd.jpg?v=1771994195\" 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手持ちと肩掛けの2WAYで利用可能\u003c\/li\u003e\n          \u003cli\u003e開口部にマグネット付きで、中身をしっかり保護\u003c\/li\u003e\n          \u003cli\u003eバッグの口元にDカン付き、キーチェーンなどの取り付けに便利\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e上質な素材と丁寧な作りで、長くご愛用いただける品質です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表面素材：牛革（シュリンク加工）\u003c\/li\u003e\n          \u003cli\u003e裏地：あり\u003c\/li\u003e\n          \u003cli\u003e内ポケット：2箇所（幅15cm、深さ17cm）\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本体サイズ：約 縦24cm × 横20cm × マチ24cm\u003c\/li\u003e\n          \u003cli\u003e手紐山：約 18cm（幅7mm）\u003c\/li\u003e\n          \u003cli\u003e重さ：約 340g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方への贈り物に、有料ラッピングも承っております。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e有料でギフトラッピングを承ります\u003c\/li\u003e\n          \u003cli\u003eプレゼントご希望の場合は、オプションよりご選択ください\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \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商品はバッグを畳んで箱に入れ、ヤマト便でお送りします。\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      \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\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"シュリンクゴールド","offer_id":46624891568259,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクシルバー","offer_id":46624891601027,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/e4e736ee230ab2d235c77140404e8eb51e1634fcbe1f1ec157b23771c3570704.jpg?v=1771994132"},{"product_id":"14512850","title":"大人のスマホショルダー  牛革  安心の裏地付き スクイーズ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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\/0670\/1963\/6867\/files\/1a8169a936eb70d6657c0f8f50b40c2f02558b41d5a0618a8fbedb85863aa2a5.jpg?v=1765935029\" 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手ぶらで軽やか、約80gの快適さ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e約80gという\u003cstrong\u003e驚きの軽さ\u003c\/strong\u003eが、身軽な一日を叶えます。ショルダー紐は結び目で\u003cstrong\u003e簡単に長さ調整が可能\u003c\/strong\u003eなので、どんなスタイルにもフィット。移動の多い日も、肩への負担を感じさせません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/0a8c2ae1707b8d831402120d8d4ae76f6280c6d51219439cc19a619bbba0d3ff.jpg?v=1770957283\" class=\"img-fluid d-block w-100 product-img\" alt=\"約80gの開放感を体験\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e約80gの開放感を体験\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\/0670\/1963\/6867\/files\/cf6c55a442c3d58ed6d3f853ce29e8671c72c6c72b07c64ae0cfe990ca672626.jpg?v=1770957283\" 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          \u003cli\u003e結び目で簡単に長さ調整が可能\u003c\/li\u003e\n          \u003cli\u003eスクイーズで人気の「薄くて軽いコンパクトな財布 10枚カードポケット」が収納可能\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縦: 18.5cm\u003c\/li\u003e\n          \u003cli\u003e横: 12cm\u003c\/li\u003e\n          \u003cli\u003eマチ幅: 1.5cm\u003c\/li\u003e\n          \u003cli\u003eショルダー山: 56cm\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約80gの驚きの軽さで、一日中快適にお使いいただけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・質感\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使用している素材とその質感についてです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e主素材: 牛革 (表面すべて)\u003c\/li\u003e\n          \u003cli\u003e裏地: 生成り綿素材\u003c\/li\u003e\n          \u003cli\u003eショルダー紐: 蝋引き紐\u003c\/li\u003e\n          \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!-- 注意事項セクション (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":"株式会社大関鞄工房","offers":[{"title":"ブラック","offer_id":46585694552195,"sku":null,"price":9680.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー","offer_id":46585694584963,"sku":null,"price":9680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1a8169a936eb70d6657c0f8f50b40c2f02558b41d5a0618a8fbedb85863aa2a5.jpg?v=1765935029"},{"product_id":"18621037","title":"使い道いろいろ！軽くて便利なストラップ付きミニポーチバッグ《全6色》　Squeeze","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e彩り豊かな本革ポーチ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e鮮やかな色彩が日常に遊び心を添え、持つだけで心が躍る。約32gの軽さで、どこへでも連れて行きたくなる\u003cstrong\u003eミニマムな佇まい\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3199848d0a1ba2bbd93f9a378e8a501f2a66acc988ea5872b95e6d079d3e3c46.jpg?v=1765935039\" class=\"img-fluid d-block w-100 product-img\" alt=\"彩り豊かなミニポーチ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる6色の表情\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\/0670\/1963\/6867\/files\/923c0e8459a8458b98d8c367fd0aa6b19c96eaebd3f92ebc647b10c49dc300c1.jpg?v=1765935039\" 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メインバッグにちょこんと添えれば、必要な時にサッとアクセスできます。IDケースやキーケースとして、\u003cstrong\u003e用途を限定しない自由な発想\u003c\/strong\u003eが広がります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/701889fad22b7ae616974c94e6adae0180c6778004610cff0d06df9b396761c8.jpg?v=1765935039\" 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 spec-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バッグの外付けポケットやIDケース収納にも最適\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                    \u003cli\u003e手触り: 程よい張り感がありつつ、ふんわりと柔らか\u003c\/li\u003e\n                    \u003cli\u003e耐久性: 傷や汚れに強い\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eマルチな使い方\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e使い方は自由自在！多機能なミニポーチとして、様々なシーンで活躍します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eカードケース\u003c\/li\u003e\n                    \u003cli\u003e名刺入れ\u003c\/li\u003e\n                    \u003cli\u003e小さいお財布\u003c\/li\u003e\n                    \u003cli\u003eキーケース\u003c\/li\u003e\n                    \u003cli\u003eイヤホンケース\u003c\/li\u003e\n                    \u003cli\u003eリップクリームやハンドクリームなどの小物ケース\u003c\/li\u003e\n                    \u003cli\u003eそのままタッチできるIDケース\u003c\/li\u003e\n                    \u003cli\u003eお散歩用マナーバッグポーチ\u003c\/li\u003e\n                    \u003cli\u003eティッシュケース\u003c\/li\u003e\n                    \u003cli\u003eチケットやアクセサリーなどの小物入れ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e好みや用途に合わせて選べる、彩り豊かな全6色展開です。\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                    \u003cli\u003eグリーン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eこんな方におすすめ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e以下のような方におすすめです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eバッグに外付けできるポケットが欲しい方\u003c\/li\u003e\n                    \u003cli\u003e汎用性の高い便利なポーチが欲しい方\u003c\/li\u003e\n                    \u003cli\u003eシンプルかつ上品な革のポーチが欲しい方\u003c\/li\u003e\n                    \u003cli\u003eプレゼント用の小物をお探しの方\u003c\/li\u003e\n                    \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本体サイズ: 約105mm × 75mm × 15mm (縦×横×厚み)\u003c\/li\u003e\n                    \u003cli\u003e持ち手の山の高さ: 約8cm\u003c\/li\u003e\n                    \u003cli\u003e持ち手の長さ: 約19cm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約32g\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            \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        \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!-- 関連情報セクション --\u003e\n    \u003cdiv class=\"content-section product-info\"\u003e\n        \u003ch3 class=\"section-title\"\u003e関連情報\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品カテゴリ: #シュリンクシリーズ\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ディープピンク","offer_id":46596818534531,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"レッド","offer_id":46596818567299,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"クリームイエロー","offer_id":46596818600067,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"ライトグレー","offer_id":46596818632835,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"ベビーブルー","offer_id":46596818665603,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":46596818698371,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3199848d0a1ba2bbd93f9a378e8a501f2a66acc988ea5872b95e6d079d3e3c46.jpg?v=1765935039"},{"product_id":"14303418","title":"すっきり2wayミニショルダー シルバー箔 シュリンク","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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  \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\/0670\/1963\/6867\/files\/be13e30d17c9d4bb27624d242dbd58f6423905de2b5d0c2b294a4cf8c7bbb3f8.jpg?v=1765935255\" 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身軽なお出かけ2wayレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦18.5cm横15cmマチ幅9cmの\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\/0670\/1963\/6867\/files\/a98e1bb900689587f9fdecc26709223619f6f653749796ddc0848e841973c5f1.jpg?v=1765935254\" 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    \n  \u003c\/div\u003e\n\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\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縦：18.5cm\u003c\/li\u003e\n        \u003cli\u003e横：15cm\u003c\/li\u003e\n        \u003cli\u003eマチ幅：9cm\u003c\/li\u003e\n        \u003cli\u003eショルダー山：61cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e本体：シルバー箔を貼ったシュリンク型押しの牛革\u003c\/li\u003e\n        \u003cli\u003e裏地：生成りの綿素材\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e有料でギフトラッピングを承っておりますので、プレゼントにもお勧めです。\u003c\/p\u003e\n      \u003cp\u003eご希望の方はオプションのギフトラッピングよりご選択ください。\u003c\/p\u003e\n      \u003cp\u003e詳細は下記URLよりご確認ください。\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\"\u003ehttps:\/\/www.creema.jp\/item\/18576669\/detail\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\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\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258880217219,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/be13e30d17c9d4bb27624d242dbd58f6423905de2b5d0c2b294a4cf8c7bbb3f8.jpg?v=1765935255"},{"product_id":"15455107","title":"長財布が入るふっくら巾着バッグ　安心の裏地付き　牛革　バングラカーフ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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  \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\/0670\/1963\/6867\/files\/6973ec22487bc6104b772cfe98ff7cf3ce040d527c6ad2cd291041b67f7066b9.jpg?v=1765935255\" 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探し物がすぐ見つかるよう、内側には二つのポケットを配置。スマートフォンや鍵などの小物をスマートに収納し、バッグの中を美しく保ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/2586ea0426a9af39ac0e96dd20bd5f390685eaffdebb4b990e111353f2a44fc6.jpg?v=1770957629\" 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\/0670\/1963\/6867\/files\/befaf1cbaccccee557c2342e3bb6074ee634f096201ae460c00b666583dbc5cd.jpg?v=1771994195\" 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          \u003cli\u003e内側に幅15cm、深さ17cmのポケットが前面と後ろに２箇所（スマートフォンや小物の整理に便利）\u003c\/li\u003e\n          \u003cli\u003eバッグの口元にDカン付き（キーチェーンなどの取り付けに便利）\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サイズ: 24cm × 20cm × 高さ24cm\u003c\/li\u003e\n          \u003cli\u003e手紐山: 18cm（幅7mm）\u003c\/li\u003e\n          \u003cli\u003e重さ: 約340g\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\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  \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      \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":"Default Title","offer_id":46585718276227,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/6973ec22487bc6104b772cfe98ff7cf3ce040d527c6ad2cd291041b67f7066b9.jpg?v=1765935255"},{"product_id":"4260069","title":"お出かけらくらく　レザーウォレットバッグ　ローズピンク　お財布ポシェット　牛革　Squeeze スクィーズ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e身軽に映えるお出かけスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e両手が自由に使える軽やかさで、お子様とのお散歩や急なお買い物にもスマートに対応。約\u003cstrong\u003e262g\u003c\/strong\u003eの\u003cstrong\u003e軽量設計\u003c\/strong\u003eが、忙しい日々をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4_5e0a44aab2aef65c403dea6d13c4ca81.jpg?v=1765935267\" 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\/0670\/1963\/6867\/files\/3_4492050da9cdaa992716d1c9617252f8.jpg?v=1765935267\" 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、\u003cstrong\u003eカードスロット6枚分\u003c\/strong\u003eで、バッグの中も常に美しく保てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/5_6cae9e8ecc50482417f58c586f5cda16.jpg?v=1765935268\" 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    \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          \u003cli\u003eカードスロット6枚分\u003c\/li\u003e\n          \u003cli\u003eショルダー紐は長さ調節・取り外しが可能\u003c\/li\u003e\n          \u003cli\u003e長財布やクラッチバッグとしても使用できる2WAY仕様\u003c\/li\u003e\n          \u003cli\u003e「薄くて軽くて大容量な長財布 14ZipWallet 牛革」と同シリーズの革を使用\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e参考: \u003ca href=\"https:\/\/www.creema.jp\/item\/3719268\/detail\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ehttps:\/\/www.creema.jp\/item\/3719268\/detail\u003c\/a\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サイズ: 115㎜×210㎜×40(ヒネリ含50)㎜\u003c\/li\u003e\n          \u003cli\u003eショルダー長さ: ～124cm（山60cm）\u003c\/li\u003e\n          \u003cli\u003e重さ: 約262g\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。3枚目の写真よりもう少しピンクがかった色合いです。\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":"Default Title","offer_id":46258880577667,"sku":null,"price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4_5e0a44aab2aef65c403dea6d13c4ca81.jpg?v=1765935267"},{"product_id":"9458424","title":"初めてのバッグ　ファーストバッグ　Parlent　牛ヌメ革　大人にも人気　Squeeze 大関鞄工房","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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 class=\"strong-emphasis\"\u003e約210gと軽量\u003c\/strong\u003eで、お出かけやアクティブな毎日も快適に過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/0_ab07790746560d5766c3b0dc284bd92c.jpg?v=1765935270\" 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 class=\"strong-emphasis\"\u003e欧州産の原皮を国内で丁寧に鞣した牛ヌメ革\u003c\/strong\u003eは、\u003cstrong class=\"strong-emphasis\"\u003e汚れや急な雨にも強く\u003c\/strong\u003e、安心です。\u003cstrong class=\"strong-emphasis\"\u003e使い込むほどに深い色艶へ変化\u003c\/strong\u003eし、豊かな表情を纏います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/2_9e5aef18bb11e5d523fbb29f6d1ee60d.jpg?v=1765935269\" 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 class=\"strong-emphasis\"\u003e裏地を使わずシンプルに仕上げた、堅牢な作り\u003c\/strong\u003eです。ストラップは\u003cstrong class=\"strong-emphasis\"\u003e92cmから137cmまで調整可能\u003c\/strong\u003eで、\u003cstrong class=\"strong-emphasis\"\u003e取り外せばクラッチバッグとしても活躍\u003c\/strong\u003eします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3_dfa80fd9c2eb4c525cdde7893f3dc281.jpg?v=1765935269\" class=\"img-fluid d-block w-100 product-img\" alt=\"2WAYで楽しめる\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e2WAYで楽しめる\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                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eかわいらしくコロンとしたフォルムのシンプルなショルダーバッグ\u003c\/li\u003e\n                    \u003cli\u003e裏地を使わずヌメ革だけで仕上げた堅牢な作り\u003c\/li\u003e\n                    \u003cli\u003eストラップは取り外し可能でクラッチバッグとしても活躍\u003c\/li\u003e\n                    \u003cli\u003eお子様も使える同じデザインの小さいタイプ（ファーストバッグ）もご用意\u003c\/li\u003e\n                    \u003cli\u003eショルダー片側の美錠（バックル）は固定式\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材と経年変化\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e欧州産の原皮を国内でじっくりと鞣した牛ヌメ革を使用しています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e普段使いしやすいよう軽く染色を施し、比較的汚れに強い\u003c\/li\u003e\n                    \u003cli\u003e急な雨などによるシミになりにくい\u003c\/li\u003e\n                    \u003cli\u003e使い込むほどにゆっくりと経年変化を楽しめる\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細・重さ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ: 縦14cm × 横23cm × マチ幅4cm\u003c\/li\u003e\n                    \u003cli\u003eストラップ長さ: 約92cm 〜 137cm (調節可能)\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約210g\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        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eご使用のパソコン、スマートフォンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n            \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、血筋やもとからの傷、かすれ部分が入ることがあります。\u003c\/li\u003e\n            \u003cli\u003e水に濡れるとシミになることがあります。\u003c\/li\u003e\n            \u003cli\u003eブランドネームにはSqueezeではなく「大関鞄工房」のロゴが入ります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258880610435,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/0_ab07790746560d5766c3b0dc284bd92c.jpg?v=1765935270"},{"product_id":"9458087","title":"初めてのバッグ　ファーストバッグ　child　牛ヌメ革　大人にも人気　Squeeze 大関鞄工房","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FAFAP9; \n      font-family: \"Noto Sans Japanese\", sans-serif, \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1C1C1C;\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 #D9D9D8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1C1C1C; \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-left: 6px solid #C8A676; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #1C1C1C; \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: 0px; \n      box-shadow: 0 5px 15px 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%, #C8A67640 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 #D9D9D8;\n      border-radius: 0px;\n      background-color: #FAFAP9; \n      color: #1C1C1C;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1C1C1C; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FAFAP9; 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: #C8A676; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D9D8; 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: #FAFAP9; color: #1C1C1C; 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: #C8A676; font-size: 0.8em; top: 4px; \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: #1C1C1C; 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: #C8A676; 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: #1C1C1C; margin-bottom: 12px; border-bottom: 1px solid #C8A676; 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 #D9D9D8; th, td { padding: 12px 8px; border: 1px solid #D9D9D8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1C1C1C; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D9D8; background: #FAFAP9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1C1C1C; 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    \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\/0670\/1963\/6867\/files\/1_6e80b46514a165cfa1ee545c20cfa5cd.jpg?v=1765935270\" 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。ストラップは92cmから137cmまで調節可能で、肩掛けも斜め掛けも思いのままに。どんな装いにも\u003cstrong\u003e上品\u003c\/strong\u003eに溶け込み、日常を彩ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/0_0e3d966610a52eb073ec5d41a990b82a.jpg?v=1765935271\" 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\/0670\/1963\/6867\/files\/2_dccfdc78fab825f5bb2e88883084b12e.jpg?v=1765935270\" 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=\"point-list\"\u003e\n                \u003cli\u003eかわいらしいコロンとしたフォルム\u003c\/li\u003e\n                \u003cli\u003eいつまでも使い続けられるシンプルなデザイン\u003c\/li\u003e\n                \u003cli\u003e大人の方にも人気\u003c\/li\u003e\n                \u003cli\u003e親子で同じデザインのバッグが使用可能（別売りの大きいタイプと共通デザイン）\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/item\/9458424\/detail\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e大きいタイプの商品はこちら\u003c\/a\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                \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本体サイズ：縦13.5 × 横19 × マチ幅4 cm\u003c\/li\u003e\n                \u003cli\u003e重さ：約160g\u003c\/li\u003e\n                \u003cli\u003eストラップ：長さ約92cm〜137cm（調節可能）\u003c\/li\u003e\n                \u003cli\u003eストラップは長さ調節ができる金具付き\u003c\/li\u003e\n                \u003cli\u003e片側の美錠（バックル）は固定式\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご購入にあたってのご注意\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eご使用のパソコンやスマートフォンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n                \u003cli\u003e天然素材を使用しているため、実際の色、質感、サイズに多少の差が生じる場合があります。また、血筋やもとからの傷、かすれ部分が入ることがございます。\u003c\/li\u003e\n                \u003cli\u003e水に濡れたりするとシミになったりすることがありますのでご注意ください。\u003c\/li\u003e\n                \u003cli\u003eブランドネームはSqueezeではなく、大関鞄工房の会社ロゴが入ります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258880643203,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1_6e80b46514a165cfa1ee545c20cfa5cd.jpg?v=1765935270"},{"product_id":"口折れ-バッグ-牛革-シュリンク","title":"口折れ バッグ 牛革 シュリンク","description":"\u003cp\u003e◇ 使うほどに馴染む、柔らかなシルエットの口折れバッグ\u003cbr\u003e革の柔らかさを活かした、丸みのある優しいフォルムが特徴のトートバッグです。 バッグ上部を折り曲げて使う「口折れ」デザインは、荷物の量に合わせてシルエットが変化し、持つだけでこなれた印象を演出します。 オンオフ問わず、大人の日常に寄り添う上品でリラクシーなバッグに仕上げました。\u003c\/p\u003e\n\u003cp\u003e◇ 傷が目立ちにくく、美しい質感が続くシュリンクレザー\u003cbr\u003e厳選された牛革にシュリンクの型押しを施した、高級感漂うレザーを使用しています。 表面に独特のシボ（凹凸）があることで、キズがつきにくく、目立ちにくいのが最大の特徴です。 手触りは驚くほどソフトで弾力があり、使い込むほどに手にしっとりと馴染んでいきます。 本革ならではの風合いを楽しみながら、気兼ねなく毎日お使いいただける耐久性も兼ね備えています。\u003c\/p\u003e\n\u003cp\u003e◇ 荷物の出し入れをスムーズにする背面ポケット\u003cbr\u003e背面の中心には、便利なファスナーポケットを配置しました。 バッグを肩に掛けたまま、スマートフォンやパスケース、鍵などの「すぐに取り出したいもの」をスマートに出し入れできます。 引手にはバッグ本体と同じシュリンクレザーを使用し、統一感のあるデザインに仕上げています。\u003c\/p\u003e\n\u003cp\u003e◇ 持ちやすさを追求した一体型ハンドル\u003cbr\u003eハンドル部分は、バッグ本体から流れるような曲線でつながった一体感のある設計です。 手持ちでも、腕に掛けても負担が少なく、手になじむ柔らかな質感にこだわりました。\u003c\/p\u003e\n\u003cp\u003e◇ 荷物に合わせて形が変わる、自由な収納力\u003cbr\u003e口折れ部分を広げることで、高さのある荷物もしっかり収納可能です。 マグネットボタン（またはファスナー）により開閉もスムーズ。 マチがしっかりあるため、見た目以上の収納力があり、デイリーユースに最適なサイズ感です。\u003cbr\u003e\u003cbr\u003e◇ しっかり持てる安心構造\u003cbr\u003eなで肩でショルダーがずり落ちてしまう、そんなお悩みをお持ちの方も安心。\u003cbr\u003e肩にかけたとき、脇でしっかりと収まり、自然に持ちやすいサイズ感を意識して作りました。\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eサイズ：\u003cbr\u003e本体 横 39cm × 高さ 23.5cm × 底幅12cm\u003cbr\u003e持ち手 幅 24mm、山 16cm\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e重さ：約640g\u003cbr\u003e柔らかさ：体のラインに沿ってなじむ柔らかさ\u003cbr\u003e手触り：ぬくもりを感じさせる手ざわり。柔らかく、きめ細かな凹凸により滑りすぎない質感。\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e＜注意点＞\u003cbr\u003e●ご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/p\u003e\n\u003cp\u003e●天然素材を使用している為、実際の色、質感、サイズに多少の差があります。\u003cbr\u003e　また、革のなめし上の色ムラや１ミリ以下の小さな黒点等が入る場合があります。\u003cbr\u003e　予めご了承下さい。\u003cbr\u003e●ミシン押さえによって艶の出ている箇所や、アタリが出ている箇所がございます。\u003c\/p\u003e","brand":"大関鞄工房","offers":[{"title":"トープ","offer_id":46302164582531,"sku":null,"price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":46302164648067,"sku":null,"price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー","offer_id":46302164680835,"sku":null,"price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/IMG_4503.jpg?v=1767684423"}],"url":"https:\/\/www.ozeki-kaban-kobo.we-shop.jp\/collections\/bag.oembed","provider":"株式会社大関鞄工房","version":"1.0","type":"link"}