{"title":"すべてのアイテム","description":"\u003cp\u003eすべてのアイテム\u003c\/p\u003e","products":[{"product_id":"gift-wrapping","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eどんな贈り物も華やかに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な方へ贈る想いを形にする、\u003cbr\u003e\n    \u003cstrong\u003e上品なラッピング\u003c\/strong\u003e。\u003cbr\u003e\n    \u003cstrong\u003e多様なアイテムに対応\u003c\/strong\u003eし、\u003cstrong\u003e洗練された印象\u003c\/strong\u003eを与えます。\u003cbr\u003e\n    お相手への\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\/gift2.webp?v=1765935745\" 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    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e透明感のある素材\u003c\/strong\u003eが、中のアイテムを\u003cstrong\u003eそっと引き立てる\u003c\/strong\u003eでしょう。\u003c\/p\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\/gift3.webp?v=1765935745\" 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    \u003cp class=\"body-text\"\u003e出会えるのはその時だけの一期一会、\u003cstrong\u003e思い出に残るプレゼント\u003c\/strong\u003eを届けましょう。\u003c\/p\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_712bc540-ee3d-4c5c-a127-3a8dde3becdb.png?v=1765935745\" 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=\"point-list\"\u003e\n          \u003cli\u003eご希望の商品をカートに入れた後、カート内よりご希望のラッピング方法をご指定ください。\u003c\/li\u003e\n          \u003cli\u003eこちらの商品ページからも追加いただけます。\u003c\/li\u003e\n          \u003cli\u003e複数商品をご購入の場合は、ラッピングが必要な点数分のご注文をお願いします。\u003c\/li\u003e\n          \u003cli\u003e当商品のみのごご注文はご遠慮下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品写真について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本商品ページに掲載している写真についてのご案内です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e2,3枚目の写真は通常のラッピング、4枚目以降の写真は季節のラッピングとなります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp\u003e※写真はサンプルとなり、その他の色もございます。\u003c\/p\u003e\n    \u003cp\u003e※掲載している季節のラッピングは過去の実例となり、実際のラッピングと異なる場合がございます。\u003c\/p\u003e\n    \u003cp\u003e※在庫の関係で早めに終了する場合がございます。\u003c\/p\u003e\n    \u003cp\u003e※季節のラッピングは在庫がなくなり次第、仕様の変更がある場合がございます。ご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"大関鞄工房","offers":[{"title":"通常ラッピング","offer_id":45973347401859,"sku":null,"price":200.0,"currency_code":"JPY","in_stock":true},{"title":"季節のラッピング","offer_id":45973347434627,"sku":null,"price":300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/gift1.webp?v=1764840832"},{"product_id":"19960400","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  \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\/bd766089398d99341f1f10905218bf4b3908a866aaeeb6a4681b2b8bf7c81887.jpg?v=1765934840\" 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約60gの\u003cstrong\u003e軽やかさ\u003c\/strong\u003eで、旅行や小さなバッグに最適。95mm×115mm×17mmの\u003cstrong\u003eコンパクト設計\u003c\/strong\u003eが、スマートな持ち運びを実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/597790b988a9c4646f6ad2447345ee8593b3bf761013ebe6d19105db36266081_44fa0f53-71d6-4755-9fad-cd920776cd15.jpg?v=1770950634\" 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\"\u003e60年以上の歴史を持つ工房の職人が生み出す逸品。じゃばら状マチや仕切り付き小銭入れなど、使う人のための\u003cstrong\u003e心遣い\u003c\/strong\u003eが細部にまで光ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/c30ce6671507a687299f0d026b110373e122e1267daa462329a58a7017c6cd42.jpg?v=1770950634\" 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\u003eSqueezeで定番のハーフサイズシリーズに、待望の新作が登場しました。\u003c\/p\u003e\n        \u003cp\u003e箔を施した牛革に細やかな編み込み風の型押しを施したデザインです。光の角度によって表情が変わる華やかなアイテムは、自分用はもちろん、大切な方への贈り物にもおすすめです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e繊細な編み込みエンボスレザー\u003c\/li\u003e\n          \u003cli\u003e光の角度で表情を変える箔加工\u003c\/li\u003e\n          \u003cli\u003e自分へのご褒美やギフトにも最適\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e使いやすさへのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e職人が試行錯誤を重ね、使う人に寄り添った工夫が凝らされています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eじゃばら状マチで大きく開き、中身が一目瞭然\u003c\/li\u003e\n          \u003cli\u003e薄さと大容量を両立する扇形カット\u003c\/li\u003e\n          \u003cli\u003e小銭が飛び出さない工夫された仕切り付き小銭入れ\u003c\/li\u003e\n          \u003cli\u003eスムーズに開閉できるYKK製L字ファスナー\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カード入れ：6枚収納可能（お札も入る大き目のポケット1箇所、カード入れ3箇所、反対側にカード入れ3箇所）\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サイズ：95㎜×115㎜×17㎜\u003c\/li\u003e\n          \u003cli\u003e重さ：約60g\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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e創業1963年の老舗鞄工房\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      \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=\"basic-list\"\u003e\n      \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、色ムラや1ミリ以下の小さな黒点等が入る場合があります。\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":46585466388611,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":46585466421379,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/bd766089398d99341f1f10905218bf4b3908a866aaeeb6a4681b2b8bf7c81887.jpg?v=1765934840"},{"product_id":"20106995","title":"大きく開いて使いやすい！ マチ付き 極小長財布 8枚カードポケット 編み込みエンボスレザー シルバー","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\n      \u003cstrong\u003e箔押し牛革\u003c\/strong\u003eに施された\u003cstrong\u003e繊細な編み込み型押し\u003c\/strong\u003e。\n      \u003cstrong\u003e光の角度で表情を変え\u003c\/strong\u003e、手元で\u003cstrong\u003e優雅に輝きます\u003c\/strong\u003e。\n      洗練された大人のための\u003cstrong\u003e逸品\u003c\/strong\u003eです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d2937469611df9f650099ef6e06a4ff55580502943291d2dc92e6a95fb5ecb70.jpg?v=1765934845\" 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\n      \u003cstrong\u003e約98gの軽量設計\u003c\/strong\u003eで、日常使いから特別な日まで寄り添います。\n      \u003cstrong\u003e極小サイズ\u003c\/strong\u003eながら、確かな存在感が手元を彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/dfdac405d702b2a7683369cd994d5b2fb21c3ca1687caf03047bce2360572732.jpg?v=1765934845\" 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\n      \u003cstrong\u003e扇状に開くマチ\u003c\/strong\u003eで\u003cstrong\u003e中身が一目瞭然\u003c\/strong\u003e。\n      \u003cstrong\u003eお札を折らずに収納\u003c\/strong\u003eでき、\u003cstrong\u003e8枚カードポケット\u003c\/strong\u003eと\u003cstrong\u003e小銭入れ\u003c\/strong\u003eで、スマートな使い心地です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/36e4de66ca53173291bebbfa1a46b8f2a599706e6e5bc8a37f9e8aa40e31ec52.jpg?v=1765934845\" 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        \u003cp\u003e\u003cstrong\u003e編み込みエンボスレザー 8枚カードポケット\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e箔を施した牛革に細やかな編み込み風の型押しを施したデザインです。光の角度によって表情が変わるお財布は、自分用にはもちろん、大切な方への贈り物にも喜ばれる華やかなアイテムです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e見やすい！取り出しやすい！\u003c\/strong\u003e\n            出し入れしやすく、何が入っているか、一目瞭然！マチが扇形にカットされ薄さと見開きの良さを実現。お客様が使いやすいように職人が試行錯誤を重ねて参りました。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e一万円札が折らずに入る！小さな長財布\u003c\/strong\u003e\n            軽くてとても使いやすいコンパクトな長財布です。1万円札がピッタリ入るサイズとなっていて、お札を折りたくないけど小さい財布がいいという方にお勧めです！\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e小銭がバラけず取り出しやすい◎ 仕切り付き小銭入れ\u003c\/strong\u003e\n            中仕切りは小銭入れになっていて、こちらにも牛革の箔レザーを使用しており、上品な印象を与えてくれます。ファスナーがなくて取り出しやすいです。中仕切の高さを工夫して、ファスナーがなくても小銭が飛び出さないようにしています。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e8枚入る！使用頻度で分けて収納できるカード入れ\u003c\/strong\u003e\n            一番外側のポケットがお札入れになっていて、両側に２箇所、その下にカード入れが3枚ずつと中仕切りの両側面にもカード入れが1枚ずつ付いていてよく使うものを入れておくと便利、カードが合計8枚入ります。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e開けやすく上質なL字ファスナーを採用\u003c\/strong\u003e\n            ファスナーはＬ字型になっており、とても開けやすく、使いやすいお財布です。ファスナーはYKKのワンランク上の＜エバーブライト＞光沢研磨処理により、手触りが良く光沢があり耐食性に優れたものを使用しております。色はシルバー色になります。引手にも本革を使用しており、統一感のある印象を与えてくれます。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eギフトにも最適！ラッピングサービス\u003c\/strong\u003e\n            有料でギフトラッピングも承っておりますので、プレゼントにもお勧めです。\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サイズ：95㎜×185㎜×17㎜\u003c\/li\u003e\n          \u003cli\u003e重さ：約98ｇ\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=\"benefit-list\"\u003e\n          \u003cli\u003eコンパクトなお財布がいいけど、お札を折りたくない方\u003c\/li\u003e\n          \u003cli\u003e小銭やカードも整理して持ち歩きたい方\u003c\/li\u003e\n          \u003cli\u003e高品質でおしゃれな財布を探している方\u003c\/li\u003e\n          \u003cli\u003eお出かけ時に便利な財布を探している方\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eわたしたちの想い\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n        \u003cp\u003eSqueeze スクイーズの販売中全作品はこちら\u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\"\u003ehttps:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\u003c\/a\u003e\u003c\/p\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=\"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":46258865733763,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d2937469611df9f650099ef6e06a4ff55580502943291d2dc92e6a95fb5ecb70.jpg?v=1765934845"},{"product_id":"20106987","title":"大きく開いて使いやすい！ マチ付き 極小長財布 8枚カードポケット 編み込みエンボスレザー ゴールド","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\n            \u003cstrong\u003e箔を施した編み込みエンボスレザー\u003c\/strong\u003eが、光の角度で豊かな表情を魅せます。\n            \u003cstrong\u003e約98gの軽さ\u003c\/strong\u003eで、まるでアクセサリーのように手元にフィットし、日常に\u003cstrong\u003e上品な煌めき\u003c\/strong\u003eを添えます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f634395092190d3473e2ec3812a698dcc83306d28cbdac4c70662ca7398dafe9.jpg?v=1765934847\" 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\n            洗練された\u003cstrong\u003e薄さ17mmのフォルム\u003c\/strong\u003eは、あらゆるシーンに溶け込みます。\n            \u003cstrong\u003eYKKエバーブライトのL字ファスナー\u003c\/strong\u003eが、\u003cstrong\u003e光沢と耐食性\u003c\/strong\u003eで毎日の開閉をスムーズに、\u003cstrong\u003e上質な使い心地\u003c\/strong\u003eを提供します。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/030320eed3555ec192fa2791197dbbb48113e79d8663acb4d571f070317b8542.jpg?v=1765934846\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄型で高品質なL字ファスナー極小長財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e高品質ファスナーで開閉もスムーズ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e一目瞭然！賢い収納術\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e大きく開くマチ\u003c\/strong\u003eで、中身は\u003cstrong\u003e一目瞭然\u003c\/strong\u003e。\n            お札を折らずに美しく収納し、\u003cstrong\u003e8枚のカードポケット\u003c\/strong\u003eでスマートに整理できます。\n            \u003cstrong\u003e小銭が飛び出さない工夫\u003c\/strong\u003eも凝らされ、会計時もスムーズです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/0c297fb2832cf44c184f591cec70a576ce5d08ce93a18d37aaac232c99810eea.jpg?v=1765934847\" 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\u003e8枚収納！お札入れと合わせて、合計8枚のカードを収納可能。使用頻度の高いカードを整理して持ち運べます。\u003c\/li\u003e\n                    \u003cli\u003e開けやすく上質なL字ファスナーを採用。YKKのワンランク上の「エバーブライト」は、光沢研磨処理により手触りが良く、光沢と耐食性に優れています。引手にも本革を使用し、統一感のあるデザインです。\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サイズ: 約95㎜（縦）× 185㎜（横）× 17㎜（厚さ）\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約98g\u003c\/li\u003e\n                    \u003cli\u003e素材: 牛革（編み込みエンボスレザー、箔レザー）、YKKエバーブライトファスナー（シルバー色）、本革引手\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eこんな方におすすめ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこの商品が特におすすめな方の特徴をご紹介します。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eコンパクトなお財布がいいけれど、お札を折りたくない方\u003c\/li\u003e\n                    \u003cli\u003e小銭やカードも整理してスマートに持ち歩きたい方\u003c\/li\u003e\n                    \u003cli\u003e高品質でおしゃれな財布を探している方\u003c\/li\u003e\n                    \u003cli\u003eお出かけ時に便利な財布を探している方\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eわたしたちの想い\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \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天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、色ムラや1ミリ以下の小さな黒点等が入る場合があります。\u003c\/li\u003e\n            \u003cli\u003e中の仕様の写真は、説明のために別カラーの作品を使用している場合があります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n        ――――――――――――――――――――――――――――――――――――――\u003cbr\u003e\n        【Squeeze スクイーズの販売中全作品 はこちら⇩】\u003cbr\u003e\n        \u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\"\u003ehttps:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\u003c\/a\u003e\n    \u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258865766531,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f634395092190d3473e2ec3812a698dcc83306d28cbdac4c70662ca7398dafe9.jpg?v=1765934847"},{"product_id":"20168076","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  \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を、洗練された3色でご用意しました。手に取るたび、心ときめく\u003cstrong\u003e大人のためのレザーキーホルダー\u003c\/strong\u003eです。大切な方への贈り物にも喜ばれます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1714c3ab7dd125ddd2db655fa38ec712c846c95f13cd061b4475504349aa8155.jpg?v=1765934858\" class=\"img-fluid d-block w-100 product-img\" alt=\"選び抜かれた3つの彩り\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選び抜かれた3つの彩り\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\/6f0ab526965b53f84c44647606ba79e2ef85da991766bf75a28792e50c3e8188.jpg?v=1765934858\" 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\/80a4dbb8db53fb56f8128ab8d47d91109f8bb30ea4f0a158432c775b176dca4b.jpg?v=1765934858\" 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    \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この商品の主な特徴:\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選べる3つのカラー（キャメル、レッド、ネイビー）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eこんな方におすすめです:\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eバッグの中で毎回鍵を探してしまう\u003c\/li\u003e\n          \u003cli\u003eシンプルでも上質な革小物が好き\u003c\/li\u003e\n          \u003cli\u003eプレゼントに気軽に贈れる革製品を探している\u003c\/li\u003e\n          \u003cli\u003e長く使える丈夫なキーホルダーが欲しい\u003c\/li\u003e\n          \u003cli\u003e大切な人と色違いで使いたい\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e毎日使うものだからこそ、使いやすさと上質さにこだわりたい。このレザーキーホルダーは、そんな“大人の気持ち”に寄り添う存在です。あなたのバッグや日常に、上品な革のワンポイントをぜひお迎えください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品のサイズと重さです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eホックを付けた状態：約15㎝\u003c\/li\u003e\n          \u003cli\u003e全長：約24.5㎝\u003c\/li\u003e\n          \u003cli\u003e重さ：約25ｇ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・金具\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこの製品は以下の素材を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外側: 牛ヌメ革（使うほどに色艶が深まり、美しく育ちます）\u003c\/li\u003e\n          \u003cli\u003e内側: 床革（強度と軽さ、扱いやすさのバランスを追求）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e金具は、光沢のあるシルバーカラーとツヤを抑えたアンティークカラーの2種類からお選びいただけます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランドの想い\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\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=\"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":"キャメル \/ シルバー","offer_id":46596804051075,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ アンティーク","offer_id":46596804083843,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ シルバー","offer_id":46596804116611,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ アンティーク","offer_id":46596804149379,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"レッド \/ シルバー","offer_id":46596804182147,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"レッド \/ アンティーク","offer_id":46596804214915,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1714c3ab7dd125ddd2db655fa38ec712c846c95f13cd061b4475504349aa8155.jpg?v=1765934858"},{"product_id":"19438776","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    \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\/79902b209e322bd56d568867d00469252a450bf8254f6e4b81384d93a82d649e.jpg?v=1765934862\" 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約68gの驚く軽さと薄さで、ビジネスバッグやスーツのポケットにも難なく収まります。取り外し可能なチェーンで、必要な時にさっと取り出せる\u003cstrong\u003eスマートな携帯性\u003c\/strong\u003eを実現します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/668e78a808a37a910798d8927fffde2a7a1b952b9e403da86941000bdaba5a43.jpg?v=1765934862\" 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\u003eYKKエバーブライトファスナー\u003c\/strong\u003eのなめらかな開閉が、確かな上質さを届けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f8ae1b32e72d4bb4052b2b2aa9a2a0a18a0906a4cb95535b644bdebdd5140326.jpg?v=1765934862\" class=\"img-fluid d-block w-100 product-img\" alt=\"ビジネスを加速する相棒\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eビジネスを加速する相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eマルチに使えるコンパクト設計。ビジネスシーンをスマートにサポートする多彩な機能を備えています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e使い込むほど艶と柔らかさが増す\u003cstrong\u003e上質なカーフレザー\u003c\/strong\u003e（某有名ブランドでも使用されるワインハイマー社製）\u003c\/li\u003e\n                \u003cli\u003eキャッシュレス財布、カード入れ、ICカード入れ、キーケースとしても使える\u003cstrong\u003e薄くて軽いコンパクト設計\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e内側には軽くて丈夫な\u003cstrong\u003eレーヨン\u003c\/strong\u003eを使用\u003c\/li\u003e\n                \u003cli\u003eカードポケット4つ（両側に2つずつ）\u003c\/li\u003e\n                \u003cli\u003e2つ折り紙幣や大きめカード収納用の仕切り（開閉時ファスナーに巻き込まれないよう下を縫っていない構造）\u003c\/li\u003e\n                \u003cli\u003e小銭や切符、駐車券などが入る便利な\u003cstrong\u003e外側ファスナーポケット\u003c\/strong\u003e（高さ約5cm × 横幅約9cm）\u003c\/li\u003e\n                \u003cli\u003e取り外し可能な\u003cstrong\u003eDカンとゴールドチェーン\u003c\/strong\u003e付属（鍵を付けてキーケースとしても活用可能）\u003c\/li\u003e\n                \u003cli\u003eYKKのワンランク上、\u003cstrong\u003eエバーブライトファスナー\u003c\/strong\u003e（光沢研磨処理、手触り・光沢・耐食性に優れる、ゴールド色）\u003c\/li\u003e\n                \u003cli\u003e有料ギフトラッピング対応可能（プレゼントにおすすめ）\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eコンパクトながらも収納力に優れた設計です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e本体サイズ:\u003c\/strong\u003e 約130mm × 90mm × 15mm\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e本体重量:\u003c\/strong\u003e 約68g\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e本体重量（チェーンなし）:\u003c\/strong\u003e 約59g\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\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 YKKエバーブライト（ゴールド）\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※生産地に関する具体的な記載はございませんが、東京・墨田区の工房で縫製から販売まで一貫して手がけております。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\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商品画像の一部（11枚目以降）には、本商品とは異なる色の作品を使用しております。仕様のご参考にご覧ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ホワイト","offer_id":46596810113155,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":false},{"title":"レッド","offer_id":46596810145923,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":46596810178691,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"トープ","offer_id":46596810211459,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":46596810244227,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":false},{"title":"ディープピンク","offer_id":46596810276995,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/79902b209e322bd56d568867d00469252a450bf8254f6e4b81384d93a82d649e.jpg?v=1765934862"},{"product_id":"16987528","title":"ゆれるタッセル小物チャーム　選べる10色","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\u003e10色展開\u003c\/strong\u003e。手に取れば伝わる、その驚きの軽さ\u003cstrong\u003e約4.5g\u003c\/strong\u003e。\u003cstrong\u003e約10cm\u003c\/strong\u003eの絶妙な全長で、どんな小物にもしっくり馴染みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/b0629ee7ef4b2c6a97db019ebe240d06576fd32946f94e9a4582c434352caabe.jpg?v=1765934864\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる楽しさ無限大\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動き出す本革タッセルの輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e風にゆらめくたび、しなやかな\u003cstrong\u003e本革タッセル\u003c\/strong\u003eが視線を引きつけます。洗練された光沢と軽やかな動きが、普段使いのアイテムを瞬時に格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/ae12254eb439f35162bb3f1dfd03ddec34291eecf32c615009853d6fccab7b56.jpg?v=1765934864\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上品な揺れ感で魅了\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質レザーの仕立てと機能\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一枚一枚丁寧に漉かれた\u003cstrong\u003e本革の柔らかな質感\u003c\/strong\u003e。シュリンク型押しと箔押しの異なる表情が、持つ人の個性を引き出します。\u003cstrong\u003eカニカン\u003c\/strong\u003eで付け替えも思いのまま。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/c30d6c416934c80181bfd1943c265c9769c9644775f38e6f4e24a80cd8adc2c9.jpg?v=1765934864\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの素材と機能性\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\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お財布の引手やキーホルダー、スマホケースなど、様々な小物のアクセサリーとしてご活用いただけます。\u003c\/li\u003e\n                \u003cli\u003eカニカンで簡単に取り外しができ、複数のチャームを組み合わせたり、気分で付け替えたりと様々な楽しみ方ができます。\u003c\/li\u003e\n                \u003cli\u003eシュリンク8色、箔押2色の合計10色展開です。\u003c\/li\u003e\n                \u003cli\u003e弊社のお財布と同時購入で「引手取り外しサービス」が無料になります。（オプションで「あり」を指定し、複数購入の場合は備考欄かメッセージでご指定ください。）\u003c\/li\u003e\n                \u003cli\u003e揺らした動画をInstagramで公開しています。\u003ca href=\"https:\/\/www.instagram.com\/p\/C03YKn_vnSN\/?utm_source=ig_web_copy_link\u0026amp;igshid=MTdlMjRlYjZlMQ==\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eこちら\u003c\/a\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全10色の豊富なカラー展開です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eシュリンクシリーズ：レッド、ラベンダー、ベビーピンク、ミントブルー、ベビーブルー、クリームイエロー、ブラック、トープ\u003c\/li\u003e\n                \u003cli\u003e箔押シリーズ：シャンパンゴールド、シルバー\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e製品の寸法です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e全長：約100㎜\u003c\/li\u003e\n                \u003cli\u003e革部分：約75㎜\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約4.5g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cul\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":46596831445123,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"レッド \/ シルバー","offer_id":46596832723075,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ラベンダー \/ ゴールド","offer_id":46596831477891,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ラベンダー \/ シルバー","offer_id":46596832755843,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ベビーピンク \/ ゴールド","offer_id":46596831510659,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ベビーピンク \/ シルバー","offer_id":46596832788611,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ミントブルー \/ ゴールド","offer_id":46596831543427,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ミントブルー \/ シルバー","offer_id":46596832821379,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ベビーブルー \/ ゴールド","offer_id":46596831576195,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ベビーブルー \/ シルバー","offer_id":46596832854147,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"クリームイエロー \/ ゴールド","offer_id":46596831608963,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"クリームイエロー \/ シルバー","offer_id":46596832886915,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ゴールド","offer_id":46596831641731,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ シルバー","offer_id":46596832919683,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"トープ \/ ゴールド","offer_id":46596831674499,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"トープ \/ シルバー","offer_id":46596832952451,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"シャンパンゴールド \/ ゴールド","offer_id":46596831707267,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"シャンパンゴールド \/ シルバー","offer_id":46596832985219,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ ゴールド","offer_id":46596831740035,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ シルバー","offer_id":46596833017987,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/57056cefc35d97dbc321787217a88cf9389b20d275e29febc560b26c1bf3eae2.jpg?v=1765934864"},{"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":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/e4e736ee230ab2d235c77140404e8eb51e1634fcbe1f1ec157b23771c3570704.jpg?v=1771994132"},{"product_id":"19438340","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日常に華やかな輝きを添えるメタリックな質感が魅力的。Dカンとチェーンでバッグの取っ手にかけて、お洒落を楽しみながら必要な時にサッと取り出せます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/fd7df25bbd1d1736c82a0757505c5702e4a76424bf7361d339171ea1c54aaea7.jpg?v=1765934871\" 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約55gという羽根のような軽さ。手のひらにすっぽり収まる薄型設計で、どんな小さなバッグやポケットにもすっきりと収まり、\u003cstrong\u003e身軽な行動を叶えます。\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/e73a0147717e9586bcb2f0aafd2af93839b230a5bded85c8c8ebe216ca1e3e48.jpg?v=1770953150\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄型設計のマルチケースを手に持っている様子\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e約15mmの超薄型設計\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\"\u003e4つのカードポケットに加え、お札をスムーズに出し入れできる計算された仕切り。外側のファスナーポケットには小銭やチケットをスマートに収納し、隅々まで行き届いた配慮が日々の快適さを高めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/6857f37bb8f74a71b6cd6fbdc1dbf644c86b0a03dbd8496af23c5ab60bb04ec6.jpg?v=1770953150\" 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キャッシュレスのミニ財布、カード・ICカード入れ、キーケースとしても使える多機能性\u003c\/li\u003e\n                    \u003cli\u003e小さめのバッグやポケットにも収まる抜群の携帯性\u003c\/li\u003e\n                    \u003cli\u003e内側には軽くて丈夫なレーヨンを使用\u003c\/li\u003e\n                    \u003cli\u003e取り外し可能なDカンとチェーン付きで、バッグへの取り付けやキーケースとしても活躍\u003c\/li\u003e\n                    \u003cli\u003eYKK製ワンランク上の「エバーブライト」ファスナー採用。光沢研磨処理により、手触りが良く、光沢があり、耐食性に優れます。\u003c\/li\u003e\n                    \u003cli\u003e有料のギフトラッピングに対応しており、プレゼントにも最適\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e収納と機能性\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e細部にまでこだわった設計で、日常使いの利便性を追求しました。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e4つのカードポケットを装備\u003c\/li\u003e\n                    \u003cli\u003e二つ折りのお札もスムーズに出し入れできる、計算された下部未縫製構造の仕切り（開閉時のファスナー巻き込みを防止）\u003c\/li\u003e\n                    \u003cli\u003e外側には小銭や切符、駐車券などをスマートに収納できるファスナーポケット（約5cm × 約9cm）\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サイズ：約130㎜ × 90㎜ × 15㎜\u003c\/li\u003e\n                    \u003cli\u003e重さ：約64g (チェーンなし 約55g)\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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e創業60年以上の歴史を持つ、東京・墨田区の老舗鞄工房\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=\"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":"シャンパンゴールド","offer_id":46585526222979,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":46585526255747,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/fd7df25bbd1d1736c82a0757505c5702e4a76424bf7361d339171ea1c54aaea7.jpg?v=1765934871"},{"product_id":"11863497","title":"薄くて軽いコンパクトな財布 10枚カードポケット  クロコ型押し","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eクロコ型押しが映えるL字ミニ財布\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\/1199e3dce960bfa9f77558da6fa10fadd0afb4117d82d602a6a15882c86fc51d.jpg?v=1765934950\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e驚くほど軽量 スマート財布\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e約86gと\u003cstrong\u003e驚くほどの軽さ\u003c\/strong\u003eで、まるで持っていることを忘れるほど。薄型設計がポケットや小さなバッグにもすっきりと収まります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/a7cdafaecd93a5fd7efe0735ab81c8be061a488ed75276b66ef33b406d50cc0f.jpg?v=1771210826\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e大容量10枚カードポケット\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e小さな見た目ながらカード10枚、お札、小銭も\u003cstrong\u003eスマートに収納\u003c\/strong\u003eできます。YKKエバーブライトファスナーがスムーズな開閉を約束し、会計時も慌てません。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/6_0878cef8936a9751754a02108bb20155_8dfa4d07-f15b-4d2d-87a4-cf826e36f9fd.jpg?v=1771210826\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e薄くて軽く、使いやすいコンパクトなL字ファスナーミニ財布です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eうすマチで軽量、持ち運びしやすい\u003c\/li\u003e\n\u003cli\u003eちょっとした外出や小さなバッグに最適\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eデザインと素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上品なクロコ型押し牛革と、機能性を追求した素材を採用しています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e高級感あふれるクロコダイルのお腹部分の型押し牛革\u003c\/li\u003e\n\u003cli\u003e柄の中に陰影がある上品なデザイン\u003c\/li\u003e\n\u003cli\u003e外側は丈夫で傷つきにくい牛革\u003c\/li\u003e\n\u003cli\u003e内側は軽くて丈夫なレーヨンを使用\u003c\/li\u003e\n\u003cli\u003e硬すぎない張りのある手触り\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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合計10枚収納可能なカード入れ（お札入れ両側に各1枚、その下に3枚、中仕切り側面に各2枚）\u003c\/li\u003e\n\u003cli\u003eお札は二つ折りで収納可能\u003c\/li\u003e\n\u003cli\u003eファスナーなしで素早く取り出せる小銭入れ（中仕切り）\u003c\/li\u003e\n\u003cli\u003e小銭がバラけない工夫された設計\u003c\/li\u003e\n\u003cli\u003eマチ付きの外側ファスナーポケット（ICカード収納などに便利、ファスナー11cm、深さ約6.5cm）\u003c\/li\u003e\n\u003cli\u003e開けやすく使いやすいL字ファスナー\u003c\/li\u003e\n\u003cli\u003eYKKのワンランク上＜エバーブライト＞ファスナー採用（光沢研磨処理、手触りが良く光沢があり耐食性に優れる、ゴールド色）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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本体サイズ: 95mm（縦）× 155mm（横）× 15mm（厚さ）\u003c\/li\u003e\n\u003cli\u003e重さ: 約86g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\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=\"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\u003c\/div\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\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ピンクベージュ","offer_id":46593894580355,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"トープ","offer_id":46593894613123,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"キャメルブラウン","offer_id":46593894645891,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー","offer_id":46593894678659,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1199e3dce960bfa9f77558da6fa10fadd0afb4117d82d602a6a15882c86fc51d.jpg?v=1765934950"},{"product_id":"10548284","title":"薄くて軽くて大容量なL字長財布  14枚カードタイプ  クロコ型押し","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薄くて軽くて大容量なL字長財布 14枚カードタイプ クロコ型押し\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            このページでは、\u003cstrong\u003e「薄くて軽くて大容量なL字長財布」\u003c\/strong\u003eの魅力と機能性を深掘りしていきます。熟練の職人技が光る逸品を、ぜひご覧ください。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e軽やかな洗練 手元に宿る風格\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            バッグの中でもかさばらない、わずか\u003cstrong\u003e15mmの薄型設計\u003c\/strong\u003e。手に取るたびに感じる約\u003cstrong\u003e118gの軽量感\u003c\/strong\u003eは、日々の持ち運びを快適にします。上品なクロコ型押しが、さりげなく大人の個性を引き立てます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d76d453a7250ba2427cd5e8b2d73b56ff655a9c32e1a5030d2c9977fad2ed966_1e1fd02d-123e-470c-b051-b99ba60219dc.jpg?v=1765934951\" 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\n            \u003cstrong\u003e牛革に丹念に施されたクロコダイルの型押し\u003c\/strong\u003eは、深みのある陰影を表現。滑らかな手触りと、しっかりとしたコシを両立しました。\u003cstrong\u003eYKK社の高品質ファスナー\u003c\/strong\u003eが、開閉のたびに上質感を印象づけます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/b8996f17240008c9662f14b674e5034184495643027dc8d4d9cc4423fbcd9a55.jpg?v=1770701255\" class=\"img-fluid d-block w-100 product-img\" alt=\"クロコ型押し牛革の質感とYKKファスナー\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に寄り添う確かな品質\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e薄型なのに叶う 賢い収納美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            薄さを追求しながらも、\u003cstrong\u003eカードが14枚も収まる納得の収納力\u003c\/strong\u003e。L字ファスナーで開閉がスムーズなため、必要なものへすぐにアクセスできます。風水でも人気の\u003cstrong\u003e黄色いお札入れ\u003c\/strong\u003eが、気分を明るくします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/42d640b0eafa88c242eb0971447029662ecb3559211e385e7cbe6dd7ec1d0368.jpg?v=1770701255\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナー長財布の収納例、カード14枚収納\"\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\u003eL字型ファスナーで開閉がスムーズ。\u003c\/li\u003e\n                    \u003cli\u003eYKK社のワンランク上の表面加工ファスナーを使用し、カラーにもこだわりました。\u003c\/li\u003e\n                    \u003cli\u003e中仕切りは小銭入れになっており、ファスナーがなくても中身がバラけにくい設計です。\u003c\/li\u003e\n                    \u003cli\u003eカードは合計14枚収納可能。両側に6枚ずつ、中仕切り側面に2枚。\u003c\/li\u003e\n                    \u003cli\u003eSqueezeの中でも特に人気が高く、一度使うと手放せない使い心地です。\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お札入れ: 黄色い生地（2箇所）\u003c\/li\u003e\n                    \u003cli\u003eカードポケット: 14箇所（両側に6枚ずつ、中仕切り側面に2枚）\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サイズ: 縦90㎜ × 横200㎜ × 厚み15㎜\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約118g\u003c\/li\u003e\n                    \u003cli\u003e柔らかさ: 比較的しっかりとしていて硬すぎない質感です。\u003c\/li\u003e\n                    \u003cli\u003e手触り感: ツルッとした滑らかな手触りです。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eラッピング・ギフトについて\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            プレゼントにも最適な\u003cstrong\u003e有料ギフトラッピング\u003c\/strong\u003eを承っております。\n            ご希望の際は、オプションよりギフトラッピングをご選択ください。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ピンクベージュ \/ ゴールド","offer_id":46577105076355,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"トープ \/ ゴールド","offer_id":46577105109123,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ ゴールド","offer_id":46577105141891,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ ゴールド","offer_id":46577105174659,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー \/ ゴールド","offer_id":46577105207427,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ ゴールド","offer_id":46583250452611,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ シルバー","offer_id":46583250485379,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d76d453a7250ba2427cd5e8b2d73b56ff655a9c32e1a5030d2c9977fad2ed966_1e1fd02d-123e-470c-b051-b99ba60219dc.jpg?v=1765934951"},{"product_id":"13130677","title":"最高級カーフレザー　ワインハイマー　薄くて軽いコンパクトな財布 10枚カードポケット","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\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\/cd4151529a508ef62166f8e3f68efa7b4cfa870fda79a7f66a317108b646f5d2.jpg?v=1765934967\" 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約86g\u003c\/strong\u003eという驚くほどの軽さと、わずか\u003cstrong\u003e15mmの薄さ\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\/8e49340edf03f5b397d66a2d8ef4cc9209bd3477b6c44884f75c1b58ff2ec273.jpg?v=1770956806\" 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\u003e10枚のカードポケット\u003c\/strong\u003eと\u003cstrong\u003eノーファスナー小銭入れ\u003c\/strong\u003eで実現。YKKエバーブライト製L字ファスナーが、\u003cstrong\u003e使いやすさ\u003c\/strong\u003eを際立たせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/bd828c545e10396307607eda750f794322542d78575420c3b32130e5391d023d.jpg?v=1770956806\" 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表面はドイツWEINHEIMER,LEADER社（ワインハイマー社）の最高級カーフレザーを使用\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枚のカードポケットを装備（お札入れ両側に各1枚、その下に3枚、中仕切り側面に各2枚）\u003c\/li\u003e\n                    \u003cli\u003e外側にはマチ付きファスナーポケットを配置（ファスナー長11cm、深さ約6.5cm）\u003c\/li\u003e\n                    \u003cli\u003e開閉しやすいL字ファスナーデザイン\u003c\/li\u003e\n                    \u003cli\u003eYKKのワンランク上の＜エバーブライト＞ファスナー採用（ゴールド色、光沢研磨処理により手触り・光沢・耐食性に優れる）\u003c\/li\u003e\n                    \u003cli\u003e同素材でカード24枚収納の長財布も展開\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サイズ: 95mm × 155mm × 15mm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約86g\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表面: ドイツ製WEINHEIMER,LEADER社（ワインハイマー社）カーフレザー\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ブルーグレーは受注生産のため、ご注文からお届けまで約2ヵ月かかります。\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            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"トープ \/ ゴールド","offer_id":46585682493571,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ シルバー","offer_id":46585682526339,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false},{"title":"インクブルー \/ ゴールド","offer_id":46585682559107,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"ディープピンク \/ ゴールド","offer_id":46585682591875,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"ブルーグレー \/ ゴールド","offer_id":46585682624643,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cd4151529a508ef62166f8e3f68efa7b4cfa870fda79a7f66a317108b646f5d2.jpg?v=1765934967"},{"product_id":"8007052","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e薄型ミニ財布、大人の品格\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e約60gの軽量設計で、手のひらに心地よく収まる\u003cstrong\u003eコンパクト\u003c\/strong\u003eさ。かさばる財布に悩むことなく、身軽なお出かけを軽やかに楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/48e04a05511b1ca9918b245fd7ba4047badec4032dfb70fa72068868db5b2d5f.jpg?v=1770871763\" 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\"\u003eL字ファスナーで叶える快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e開けやすさにこだわったL字型ファスナーと、小銭がばらけない\u003cstrong\u003e仕切り構造\u003c\/strong\u003e。レジ前でもスマートに、スムーズなお会計を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/93a04508f26b6ddf95fb857c4f5ac27e80be21c3dc18094a1146f2a41d6642db.jpg?v=1770871763\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーの内部構造\"\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\/1031ec93f2ef9c1802dc6d096bcff7ff3721b6143de494fe72c17c53271024ef.jpg?v=1770871763\" 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      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e薄くて軽いL字ファスナーミニ財布は、軽くてコンパクト。旅行時や小さなバッグを持つ際に大変便利です。\u003c\/li\u003e\n        \u003cli\u003e6枚収納可能なカード入れを配置。表革と中仕切りのコイン入れには牛革のレース調型押し素材を使用しています。内側は軽くて丈夫なレーヨンを使用し、お札も入る大きめのポケット1箇所と、その下にカード入れが3つ、反対側にもカード入れが3つ付いています。\u003c\/li\u003e\n        \u003cli\u003e小銭がばらけず取り出しやすい仕切り付き小銭入れ。中仕切りが小銭入れになっており、ファスナーがなくても中で小銭がばらけない構造で、開けやすく使いやすいです。\u003c\/li\u003e\n        \u003cli\u003e開けやすく上質なL字ファスナーを採用。ファスナーはYKKのニッケル色、ワンランク上の金属ファスナーを使用しています。\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サイズ：95㎜×120㎜×15㎜\u003c\/li\u003e\n        \u003cli\u003e重さ：約60g\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        \u003cli\u003e生産国：日本\u003c\/li\u003e\n      \u003c\/ul\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=\"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\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"グレージュ","offer_id":46583294853251,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":46583294886019,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"コーラルピンク","offer_id":46583294918787,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"スカイブルー","offer_id":46583294951555,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックパール","offer_id":46583294984323,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイトパール","offer_id":46583295017091,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/48e04a05511b1ca9918b245fd7ba4047badec4032dfb70fa72068868db5b2d5f.jpg?v=1770871763"},{"product_id":"10319963","title":"薄くて軽いコンパクトな財布 10枚カードポケット　牛革レース型押し","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  \u003ch1 class=\"product-title\"\u003e薄くて軽いコンパクトな財布 10枚カードポケット　牛革レース型押し\u003c\/h1\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質を纏う 薄型コンパクト財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e優美なレース型押しが施された牛革は、手にするたび心ときめく質感。わずか\u003cstrong\u003e15mmの薄さ\u003c\/strong\u003eで、どんなバッグにもすっと収まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3e5ae0984cc5755c5950a93651d6ef2201741e318c5f2c354647e1d78213b3d0.jpg?v=1765934979\" 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約86g\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\/9e1b2608cc78c8a280176fbd1c69c151a087c12daf258d195a1b69f0e4239783.jpg?v=1770693178\" 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スマート収納 叶える 大容量L字財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eL字ファスナー\u003c\/strong\u003eで大きく開き、中身を一目瞭然。カードは\u003cstrong\u003e最大10枚\u003c\/strong\u003e、お札も折らずにスマート収納。\u003cstrong\u003eYKKエバーブライトファスナー\u003c\/strong\u003eがスムーズな開閉を約束します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/96bd5f4d3945692cbaecf1020966392e9033b5f39aade7e0000c23f752c49e0f.jpg?v=1770693178\" class=\"img-fluid d-block w-100 product-img\" alt=\"開口部が大きく出し入れしやすいL字ファスナー財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開口部大きく出し入れ楽々\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-spec-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\u003e約86g\u003c\/strong\u003eと驚きの軽量設計\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eL字ファスナー\u003c\/strong\u003eで大きく開閉、中身が一目瞭然\u003c\/li\u003e\n          \u003cli\u003e小銭入れは\u003cstrong\u003eファスナーなし\u003c\/strong\u003eでも中身がバラけない設計\u003c\/li\u003e\n          \u003cli\u003eYKKのワンランク上の\u003cstrong\u003eエバーブライトファスナー\u003c\/strong\u003e採用（光沢研磨処理によるなめらかな手触りと高い耐食性）\u003c\/li\u003e\n          \u003cli\u003e手触りは\u003cstrong\u003e柔らかめ\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e※グレージュの写真はファスナーカラーがシルバーですが、本作品はゴールドファスナーとなります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e財布内部の収納構成は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eお札入れ（二つ折り）: 両側に1箇所ずつ\u003c\/li\u003e\n          \u003cli\u003eカード入れ: 内部に3枚×2箇所、中仕切り側面に2枚×2箇所、合計\u003cstrong\u003e10枚収納可能\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e小銭入れ: 中仕切りタイプ（ファスナーなし）\u003c\/li\u003e\n          \u003cli\u003e外側ファスナーポケット: 1箇所（ファスナー長11cm、深さ約6.5cm）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e※お札入れ部分の黄色は風水で福を呼ぶと言われています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・サイズ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表革・中仕切り（コイン入れ）: \u003cstrong\u003e牛革（レース調型押し）\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e内側裏地: \u003cstrong\u003eレーヨン\u003c\/strong\u003e（軽くて丈夫）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 縦95mm × 横155mm × 厚み15mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約86g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eギフトラッピングをご希望の方は、オプションよりご選択ください。\u003c\/li\u003e\n      \u003cli\u003e詳細はこちらをご確認ください: \u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ehttps:\/\/www.creema.jp\/item\/18576669\/detail\u003c\/a\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e配送方法について\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eレターパックライトはポスト投函となります。箱が潰れる可能性がありますが、商品への影響はこれまでにございません。\u003c\/li\u003e\n      \u003cli\u003e箱潰れを気にされる場合は、ヤマト便をご指定ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\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\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"グレージュ","offer_id":46576884646019,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"コーラルピンク","offer_id":46576884678787,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3e5ae0984cc5755c5950a93651d6ef2201741e318c5f2c354647e1d78213b3d0.jpg?v=1765934979"},{"product_id":"15122723","title":"薄くて軽くて大容量な長財布 14ZipWallet レース型押し 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約120g、厚みわずか15mmの驚くべきスリムさ。バッグの中でもかさばらず、\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\/1e3fe8959491cea633fd721f3c70aaa3f7c065f1a2b53db66e8bd4df315cec3c.jpg?v=1765934982\" 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驚くほど手に馴染む、L字財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e薄さわずか15mm、約120gの軽さが、まるで手の一部のようにフィットします。\u003cstrong\u003eL字ファスナー\u003c\/strong\u003eで開閉は驚くほどスムーズ。荷物が多い日も、バッグの中でかさばらない快適さを実感してください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/78df8a5ba50e4818c0dfe44045f5baebf200c67c56b4bd6f08d12ca76ba7eaa1.jpg?v=1770950076\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナー長財布を手にした様子\"\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\u003e14枚のカードポケット\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\/e02fc7190a87610c26be5c7f70ae41d5e68f82ca64fc5c9ad53db2b96c25df8f.jpg?v=1770950076\" 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\u003eSqueezeシリーズで人気の、薄くて軽いL字ファスナーの長財布です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e薄マチなのに\u003cstrong\u003e大容量\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003eバッグの中で\u003cstrong\u003eかさばらない\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eカードが14枚\u003c\/strong\u003e入る優れた収納力\u003c\/li\u003e\n        \u003cli\u003e一度使うと手放せないほどの\u003cstrong\u003e使いやすさ\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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表革: \u003cstrong\u003e牛革\u003c\/strong\u003e（レース調型押し） - 柔らかく軽量\u003c\/li\u003e\n        \u003cli\u003e内側: \u003cstrong\u003eレーヨン\u003c\/strong\u003e - 軽量で丈夫\u003c\/li\u003e\n        \u003cli\u003eカラー: ライトベージュ (外側)、イエロー (内側)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e機能的な収納と風水を取り入れたデザインです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e中仕切り付き小銭入れ\u003c\/strong\u003e: ファスナーなしでも小銭がばらけない設計 (本革使用)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e札入れ\u003c\/strong\u003e: 黄色い部分がお札入れ (両側に2箇所)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eカード入れ\u003c\/strong\u003e: 札入れ下に6枚ずつ、中仕切り側面に2枚 (合計14枚収納)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eL字ファスナー\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ: 90㎜ × 200㎜ × 15㎜\u003c\/li\u003e\n        \u003cli\u003e重さ: 約120ｇ\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  \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":46585389318275,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイトパール \/ ゴールド","offer_id":46585387548803,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイトパール \/ シルバー","offer_id":46585389351043,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ \/ ゴールド","offer_id":46585387581571,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"グレージュ \/ シルバー","offer_id":46585389383811,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"コーラルピンク \/ ゴールド","offer_id":46585387614339,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"コーラルピンク \/ シルバー","offer_id":46585389416579,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1e3fe8959491cea633fd721f3c70aaa3f7c065f1a2b53db66e8bd4df315cec3c.jpg?v=1765934982"},{"product_id":"19015449","title":"お札ピッタリ！ 薄くて軽いコンパクトな長財布 8枚カードポケット エナメルローズ × シュリンク","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\u003eエナメルのなめらかな光沢\u003c\/strong\u003eと\u003cstrong\u003e繊細な薔薇のエンボス加工\u003c\/strong\u003e。\u003cstrong\u003e約90gの軽さ\u003c\/strong\u003eで、まるでアクセサリーのように持つたびに心が躍る逸品です。日常にエレガントな輝きを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/df2bb79fa6d62d46dd2f27fe3fd17ba3c446ddcd0f2174292c94baa250f67de2.jpg?v=1765934992\" 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\/a004b23695bfe3463595aff44d13e2dccf3fd8c44815de1080c54f9a14bb9805.jpg?v=1770953605\" 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合計8枚\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\/e84d66194b39edc99c23b9fd4a0b3fbae59b8ae3694854400fb9e7ada8ba9dfb.jpg?v=1770953605\" 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薄マチで軽くてとても使いやすい長財布です。1万円札がピッタリ入るサイズとなっていて、お札を折りたくないけど小さい財布がいいという方にお勧めです！旅行のときや小さなバッグを持つときにとっても便利なお財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e2種類の革を使用：牛革をエナメル加工に薔薇の型押しをした革と、シボ感が魅力的なシュリンクの型押しをした革の組み合わせ。エナメルのツルツルとした触り心地とシュリンクの柔らかな触り心地の二つを楽しめます。\u003c\/li\u003e\n          \u003cli\u003e仕切り付き小銭入れ：ファスナーがないのに小銭がバラけず瞬時に取り出せる工夫された設計。中仕切りの位置を工夫することで、小銭が中でバラけないように配慮されています。\u003c\/li\u003e\n          \u003cli\u003e8枚収納可能なカード入れ：一番外側の黄色いお札入れ部分と、両側に3枚ずつ、中仕切り側面に1枚で合計8枚のカードを収納可能。使用頻度に合わせてスマートに整理できます。\u003c\/li\u003e\n          \u003cli\u003eL字ファスナー：YKKのワンランク上の「エバーブライト」を採用。光沢研磨処理により、手触りが良く光沢があり耐食性に優れています。引手には表革と同じシュリンクの本革を使用し、統一感を演出。\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=\"benefit-list\"\u003e\n          \u003cli\u003eコンパクトなお財布がいいけど、お札を折りたくない方\u003c\/li\u003e\n          \u003cli\u003e小銭やカードも整理して持ち歩きたい方\u003c\/li\u003e\n          \u003cli\u003e高品質でおしゃれな財布を探している方\u003c\/li\u003e\n          \u003cli\u003eお出かけ時に便利な財布を探している方\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の寸法と重量です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ：95㎜×185㎜×15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ：約95ｇ（オーシャンブルー）、90ｇ（シルバーピンク、ローズピンク）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品に使用されている素材についてご説明します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表革：牛革（エナメル加工、薔薇型押し、シュリンク型押し）\u003c\/li\u003e\n          \u003cli\u003e内側：レーヨン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランドのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e創業1963年。\u003c\/p\u003e\n        \u003cp\u003e私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意点\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e快適にお使いいただくために、以下の点にご注意ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eモニターと実物の色味：ご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材の特性：天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、色ムラや1ミリ以下の小さな黒点等が入る場合があります。\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":46585536020611,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"シルバーピンク","offer_id":46585536053379,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"ローズピンク","offer_id":46585536086147,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/df2bb79fa6d62d46dd2f27fe3fd17ba3c446ddcd0f2174292c94baa250f67de2.jpg?v=1765934992"},{"product_id":"5128239","title":"薄マチで使いやすい ハーフ財布 エナメルローズ 日本製 コンパクト財布《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!-- 商品解説セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e華やぐ手のひら財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e手に取るたび輝くエナメルローズは、装いを一層\u003cstrong\u003e華やかに彩り\u003c\/strong\u003eます。ミニバッグにもすっと収まる薄型設計で、お出かけを\u003cstrong\u003e身軽にスマート\u003c\/strong\u003eに。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d2604974b446691a864338d69d013cdc62708d787fdfc5a575c3df01107b0239.jpg?v=1765934997\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eミニバッグの相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e驚くほどスマート設計\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約15mmの\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\/b7fad81d210812e5c411adf250eac49756521d3b2837b112157070c2dad8243d.jpg?v=1770870480\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e荷物が減る魔法\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e職人技が光る逸品\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e美しい薔薇を型押ししたエナメル加工は、日本の確かな技術の証。約60gという\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\/83e320515d920d513bdc540328ffca6306b3a12e1718757c27063ffa36323c73.jpg?v=1770870480\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日頼れる品質\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e旅行のときや小さなバッグを持つときにとっても便利なコンパクト財布です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・加工\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e素材の詳細です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e表革: 牛革をエナメル加工したものに薔薇の型押し。エナメルにはラメが入っています。\u003c\/li\u003e\n                \u003cli\u003e内側: 軽くて丈夫なレーヨンを使用。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e収納詳細・内部構造\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e機能的な内部構造をご紹介します。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e▶ お札も入る大き目のポケットが1箇所（黄色い部分）。\u003c\/li\u003e\n                \u003cli\u003e▶ カード入れは合計6箇所（片側に3つ、反対側に3つ）。\u003c\/li\u003e\n                \u003cli\u003e▶ 中仕切りが小銭入れになっており、ファスナーがなくても中でバラけにくい設計です。開けやすく、スムーズにお使いいただけます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 欠落情報の復元: 関連商品に関する注意書き --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e関連商品について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e同じ素材のカードがたくさん入る長財布もございますが、本商品には写真にある長財布は付属しません。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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サイズ: 縦 95㎜ × 横 120㎜ × 厚み 15㎜\u003c\/li\u003e\n                \u003cli\u003e重さ: 約60g\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\n    \u003c!-- 注意事項セクション --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意点\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e▶ エナメル革は他のものの色が移りやすいので、革製品や印刷した紙などと長く密着しないようお気を付けください。\u003c\/li\u003e\n            \u003cli\u003e▶ ご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n            \u003cli\u003e▶ 天然素材を使用している為、実際の色、質感、サイズに多少の差があります。予めご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"イエローゴールド","offer_id":46583287316611,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"オーシャンブルー","offer_id":46583287349379,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":46583287382147,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":46583287414915,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/d2604974b446691a864338d69d013cdc62708d787fdfc5a575c3df01107b0239.jpg?v=1765934997"},{"product_id":"16412509","title":"薄くて軽いコンパクトな財布 10枚カードポケット  エナメルローズ【スクイーズ】","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\n      約\u003cstrong\u003e86gの軽さと薄さ\u003c\/strong\u003eで、\u003cstrong\u003eミニバッグにもすっきり収まる携帯性\u003c\/strong\u003e。旅行や身軽なお出かけにぴったりのコンパクト設計です。\u003cstrong\u003e風水で福を呼ぶとされるイエロー\u003c\/strong\u003eが、毎日を明るく彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/aa8616b7918096e7ed7512ca555bb722197c76ac2959ea11bd79858f5583f24f.jpg?v=1765935006\" 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\n      \u003cstrong\u003e牛革にエナメル加工と繊細な薔薇の型押し\u003c\/strong\u003eを施し、光に当たると優雅にきらめきます。\u003cstrong\u003e合計10枚のカードポケット\u003c\/strong\u003eと、\u003cstrong\u003e中仕切りでばらけない小銭入れ\u003c\/strong\u003eが、スマートな整理整頓を叶えます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/fda65f94ba741e7a186a493d92ad81511fa747ff266274a2f21418ff231a2a58.jpg?v=1770960239\" 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\n      \u003cstrong\u003eYKKエバーブライトファスナーのなめらかな開閉\u003c\/strong\u003eと、\u003cstrong\u003eL字型デザイン\u003c\/strong\u003eで中身へスマートにアクセス。\u003cstrong\u003eマチ付きの外側ポケット\u003c\/strong\u003eは、よく使う小物の収納にも便利で、日常のあらゆるシーンを快適にします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cc77c1accce8e679e3bd13ca33db81061a59e732ea983faf4930c25888728d09.jpg?v=1770960239\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエバーブライトファスナーとL字型デザインのイメージ\"\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お札入れは二つ折りのお札に対応。両側に1箇所ずつ、その下にカード入れが3枚ずつ、中仕切りの側面にもカード入れが2枚ずつ付いており、カードが合計10枚収納可能です。\u003c\/li\u003e\n          \u003cli\u003e外側にもマチ付きのファスナーポケットを装備（ファスナー11cm、深さ約6.5cm）。\u003c\/li\u003e\n          \u003cli\u003eL字型ファスナーで、とても開けやすく中身にアクセスしやすいデザインです。\u003c\/li\u003e\n          \u003cli\u003eYKKのワンランク上の「エバーブライト」ファスナーを使用。光沢研磨処理により、手触りが良く光沢があり、耐食性に優れています（色はシルバー）。\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表革: 牛革（エナメル加工、薔薇の型押し）\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サイズ: 約95mm × 155mm × 15mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約86g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・ギフトについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      ギフトラッピングに対応しております。\u003cbr\u003e\n      有料でギフトラッピングも承っておりますので、プレゼントにもおすすめです。ご希望の方はオプションのギフトラッピングよりご選択ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用している為、実際の色、質感、型押しの入り方などに多少の差があります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"レモンイエロー","offer_id":46585791873155,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ローズピンク","offer_id":46585791905923,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"オーシャンブルー","offer_id":46585791938691,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"イエローゴールド","offer_id":46585791971459,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":46585792004227,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ゴールドベージュ","offer_id":46585792036995,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"シルバーピンク","offer_id":46585792069763,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/aa8616b7918096e7ed7512ca555bb722197c76ac2959ea11bd79858f5583f24f.jpg?v=1765935006"},{"product_id":"5051606","title":"薄くて軽いL字長財布  24枚カードポケット  エナメルローズ","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\"\u003eL字長財布 エナメルローズの輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e光を宿すエナメルローズが、持つたびに華やかな印象を与えます。たった\u003cstrong\u003e135gの軽さ\u003c\/strong\u003eで、驚くほどスリムに持ち歩けるスマートな長財布です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/60cbf3a98e7d9736823617664499a0d9db4f48b8f95d3d51728bc02e6456f2c0.jpg?v=1770959282\" 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手に馴染む洗練された薄さが魅力です。L字ファスナーで開閉もスムーズ、内部の\u003cstrong\u003e金運アップ\u003c\/strong\u003eを願うイエローカラーがお札を優しく包み込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/9e0bbc22f2634c8cd79c378a174d910a924a511ddb347b603b2119327f6b076d_8a98c269-03b9-4b19-8c13-02cc7e34d3d4.jpg?v=1770959282\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーの長財布を開いた様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイリッシュなL字デザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e驚きの24枚カード収納力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e最大\u003cstrong\u003e24枚\u003c\/strong\u003eのカードを美しく収め、必要な時にサッと取り出せます。ファスナーなしの小銭入れは中でばらけない工夫がされ、会計もスマートに完結します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cfea6e694e50eb6c270b647951bd76ec9a1ade094a4ce930c55db68219563f2f.jpg?v=1770959282\" 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お札入れは風水で縁起が良いとされる\u003cstrong\u003eイエローカラー\u003c\/strong\u003eを採用\u003c\/li\u003e\n          \u003cli\u003e両側にお札入れが2箇所あり、整理しやすい\u003c\/li\u003e\n          \u003cli\u003eカード入れは両サイドに6枚ずつ、中仕切り側面にも6枚ずつで、合計\u003cstrong\u003e24枚収納可能\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eファスナーなしの小銭入れは、中で小銭がばらけない工夫が施されています\u003c\/li\u003e\n          \u003cli\u003e開け閉めがスムーズな\u003cstrong\u003eL字ファスナー\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eSqueezeシリーズの中でも特に人気のあるアイテムです\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サイズ: 95㎜ × 205㎜ × 15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ: 135g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方への贈り物に、ギフトラッピングをご利用いただけます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e有料でギフトラッピングを承っております。\u003c\/li\u003e\n          \u003cli\u003eプレゼントにもおすすめです。\u003c\/li\u003e\n          \u003cli\u003eご希望の方はオプションのギフトラッピングよりご選択ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \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    \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  \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本製品は2025年9月29日より一部仕様を変更しております。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"イエローゴールド","offer_id":46585748750467,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":46585748816003,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ローズピンク","offer_id":46585748848771,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"シルバーピンク","offer_id":46585748881539,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":46585748914307,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ダークチェリー","offer_id":46585748947075,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/60cbf3a98e7d9736823617664499a0d9db4f48b8f95d3d51728bc02e6456f2c0.jpg?v=1770959282"},{"product_id":"10776314","title":"薄くて軽いコンパクトな財布 10枚カードポケット  リザード","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  \u003cdiv class=\"product-description\"\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\/31903d8c4536a934f7b8ca7e757f14dfde13a0e9017baa4131ba10e23ac02a96.jpg?v=1765935022\" 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\"\u003eL字ファスナーで スマートな会計\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003eYKKエバーブライトのL字ファスナーは、驚くほど\u003cstrong\u003eスムーズな開閉\u003c\/strong\u003eを実現。小銭が中でバラけない工夫と10枚収納可能なカードポケットが、お会計時の小さなストレスを解消します。\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/ecda809d972b661a1efd1a52e2302adbe83dd4ae3cf98a94debd99b353d3e31b_3a57609f-8422-4ffc-bfda-9c9db0bfdff8.jpg?v=1771210153\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーを開いた財布\"\u003e\n      \u003cp class=\"caption-text text-end\"\u003eスムーズなL字、機能美を追求\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約86gの軽さとわずか15mmの薄さで、どんな小さなバッグにもすっきり収まります。旅行やちょっとした外出にも最適で、\u003cstrong\u003e身軽な毎日\u003c\/strong\u003eをサポートします。\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/11992b817dac6452e38dd9ba0e3eba3a2524a4f3505cd2484ca111566b18fdfb.jpg?v=1771210153\" 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  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-specs\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e薄くて軽いL字ファスナーミニ財布は、うすマチで軽くてとても使いやすいコンパクトな財布です。旅行のときや小さなバッグを持つときに大変便利です。\u003c\/p\u003e\n        \u003cp\u003eこんなお悩みの方におすすめです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e鞄に入るコンパクトな財布が欲しい\u003c\/li\u003e\n          \u003cli\u003eキャッシュレス決済も増えているが、なんだかんだ現金も持っておきたい\u003c\/li\u003e\n        \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ファスナー: YKKのワンランク上のエバーブライトを採用（光沢研磨処理により、手触りが良く光沢があり耐食性に優れています）\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\u003e10枚入るカード入れ: 黄色の部分がお札入れ（二つ折りのお札）になっており、両側に1箇所ずつ、その下にカード入れが3枚、中仕切りの側面にもカード入れが2枚ずつ付いていて、カードが合計10枚入ります。風水で黄色は福を呼ぶと言われているお札入れを黄色にする事でとても見やすくなっています。\u003c\/li\u003e\n          \u003cli\u003e外側にもマチ付きのファスナーポケットが付いています（ファスナー11センチ、深さ約6.5センチ）。\u003c\/li\u003e\n          \u003cli\u003e開けやすく上質なL字ファスナーを採用しており、とても開けやすく、使いやすいお財布です。\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サイズ: 95㎜ × 155㎜ × 15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ: 約86 g\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選べるサイズ: 同じ素材でカードがたくさん（14枚）入る長財布もございます。\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ご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用している為、実際の色、質感、型押しの入り方などに多少の差があります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"キャメルブラウン \/ ゴールド","offer_id":46593791262851,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"クリームイエロー \/ ゴールド","offer_id":46593791295619,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ゴールド","offer_id":46593791328387,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ シルバー","offer_id":46593791918211,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ビターブラウン \/ ゴールド","offer_id":46593791361155,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/31903d8c4536a934f7b8ca7e757f14dfde13a0e9017baa4131ba10e23ac02a96.jpg?v=1765935022"},{"product_id":"5206967","title":"薄くて軽くて大容量な長財布 14ZipWallet 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わずか15mmの薄さで、どんな小さなバッグにもすっと収まります。牛革にリザード型押しを施し、洗練された品格が手元に宿ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3b14954f9c13a0207001b5c0c6b4eb49924a0528be37a7b6de799abe824d5ff1.jpg?v=1765935026\" 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カードは余裕の14枚収納、小銭はファスナーがなくても中でバラけません。L字ファスナーで開閉も軽快、会計時も戸惑うことなく対応できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/2fdd8e267ed8b257c4df35d6ba0caa2cf34ce6385cfba87845e61113b4218dd8.jpg?v=1770861461\" 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軽さと丈夫さを追求したレーヨン素材の内装が、使い心地を高めます。YKKエバーブライトファスナーが上品な輝きと優れた耐食性をもたらし、長く愛用できる逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/aac54df428aa7542d1304c4a6143b2354eb88b4def13f48505680c746a481c28.jpg?v=1770869485\" 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薄くて軽いL字型の長財布です。本革製で、小銭がバラけず取り出しやすい仕切り付き小銭入れ、開けやすく上質なL字ファスナーを採用しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e薄マチなのに大容量で、バッグの中でかさばらない\u003c\/li\u003e\n          \u003cli\u003eカード14枚収納可能で、Squeezeの中でも非常に人気\u003c\/li\u003e\n          \u003cli\u003e表革は牛革にリザード型押し、内側は軽くて丈夫なレーヨンを使用\u003c\/li\u003e\n          \u003cli\u003e中仕切りは小銭入れで、ファスナーがなくても中でバラけない設計\u003c\/li\u003e\n          \u003cli\u003eYKKのワンランク上のエバーブライトファスナーを採用\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\u003e14枚のカードが収納できるカード入れを完備し、整理整頓をサポートします。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eお札入れ: 黄色の部分（風水で福があると言われています）\u003c\/li\u003e\n          \u003cli\u003eカード入れ: 両側に2箇所、その下に6枚ずつ、中仕切り側面に2枚（合計14枚収納）\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        \u003cp\u003e製品の基本的なサイズと重さです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 90㎜ × 200㎜ × 15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ: 115g\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=\"basic-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":46583121772675,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"リザードキャメルブラウン \/ ゴールド","offer_id":46583121805443,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"リザードビターブラウン \/ ゴールド","offer_id":46583121838211,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"リザードブラック \/ ゴールド","offer_id":46583267885187,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"リザードブラック \/ シルバー","offer_id":46583267917955,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3b14954f9c13a0207001b5c0c6b4eb49924a0528be37a7b6de799abe824d5ff1.jpg?v=1765935026"},{"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":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1a8169a936eb70d6657c0f8f50b40c2f02558b41d5a0618a8fbedb85863aa2a5.jpg?v=1765935029"},{"product_id":"18305328","title":"リアルパイソン革　薄くて軽いコンパクトな財布 10枚カードポケット  前ファスナー付き　日本製","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\n            唯一無二の\u003cstrong\u003eダイヤモンドパイソン革\u003c\/strong\u003eが、使うほどに手に馴染む贅沢な手触りをもたらします。一点ごとに異なる模様は、あなたの個性を静かに物語るでしょう。日本の職人技が光る逸品です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/c3330bbf6855b83a4e4226cf2262fef7719650456c578302a751a560232ef354.jpg?v=1765935037\" 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\n            わずか約\u003cstrong\u003e77g\u003c\/strong\u003eという軽さ。薄マチ設計で、小さなバッグやポケットにもスマートに収まります。お出かけシーンを選ばず、快適な携帯性を提供します。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4a9281ed49c4735fa6359cb97aac38178c66fda3a80e74d0e846965071bb5faa.jpg?v=1765935037\" 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\n            \u003cstrong\u003eL字ファスナー\u003c\/strong\u003eで中身が一覧でき、仕切り付き小銭入れはスムーズにアクセス可能。合計\u003cstrong\u003e10枚収納\u003c\/strong\u003eできるカードポケットで、必要なものが迷わず見つかります。YKKエバーブライトの上質な輝きです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f4141e0e803f43f2397c7cba40e08bed1e2acc0f70afd9a0f78afed36e4f0570.jpg?v=1765935037\" 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日常を贅沢に彩る、高級感ある\u003cstrong\u003e蛇革製（ダイヤモンドパイソン革）\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e中央の腹側部分を使用し、一つ一つ異なる唯一無二の模様\u003c\/li\u003e\n                    \u003cli\u003e非常にしなやかで柔らかい、贅沢な手触り\u003c\/li\u003e\n                    \u003cli\u003e水に比較的強く、急な雨でも安心な丈夫な素材\u003c\/li\u003e\n                    \u003cli\u003eファスナーなしでも中でバラけない、\u003cstrong\u003e仕切り付き小銭入れ\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e合計10枚収納できるカードポケット\u003c\/li\u003e\n                    \u003cli\u003e軽くて丈夫なレーヨンを内側に使用\u003c\/li\u003e\n                    \u003cli\u003e開けやすく素早く取り出せる\u003cstrong\u003eL字ファスナー\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eYKKのワンランク上の＜エバーブライト＞ファスナー（ゴールド）\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ファスナー：YKKエバーブライト（ゴールド）\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e自然のものを使用しているため、一つ一つ模様が違っていて、世界に１つだけのものとなります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eL字ファスナー\u003c\/strong\u003e：中身が一覧でき、素早く必要なものを取り出せます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e仕切り付き小銭入れ\u003c\/strong\u003e：ファスナーなしで、必要な小銭をサッと取り出せる設計です。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e10枚入るカード入れ\u003c\/strong\u003e：お札入れ（二つ折り）部分に両側1箇所ずつ、その下にカード入れが3枚、中仕切りの側面にもカード入れが2枚ずつ、合計10枚収納可能です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e本製品はファスナー付きデザインですが、収納力がアップするファスナー付きデザインと、シンプルな美しさが際立つファスナーなしデザインの2つのスタイルからお選びいただけます。\u003c\/p\u003e\n                \u003cp\u003eまた、カードが10枚入るコンパクト財布と、カードが8枚入るお札を折らずに使える長財布がございます。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e以下のような点に注意するとより長くお使いいただけます。\u003c\/p\u003e\n                \u003cul class=\"step-list\"\u003e\n                    \u003cli\u003e\n                        \u003cp\u003e定期的なクリーニング\u003c\/p\u003e\n                        \u003cp\u003e乾いた布で拭く: ホコリや汚れがついた場合は、柔らかい乾いた布で優しく拭き取ります。決してゴシゴシこすらず、軽く撫でるように拭いてください。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cp\u003e水分を避ける\u003c\/p\u003e\n                        \u003cp\u003e湿気を避ける: ダイヤモンドパイソンは水に比較的強いですが、長時間の水分や湿気には注意が必要です。水に濡れた場合は、すぐに乾いた布で拭き取り、風通しの良い場所で自然乾燥させます。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cp\u003e直射日光を避ける\u003c\/p\u003e\n                        \u003cp\u003e保管時の注意: 直射日光や高温多湿の場所に置かないようにしましょう。革が乾燥してひび割れたり、色が褪せたりする原因になります。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eこんな方におすすめ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e持ち運びに便利なコンパクト財布をお探しの方。\u003c\/li\u003e\n                    \u003cli\u003e他とは違うユニークなデザインを求めている方。\u003c\/li\u003e\n                    \u003cli\u003e長持ちする高品質な素材の財布が欲しい方。\u003c\/li\u003e\n                    \u003cli\u003e手触りや見た目の美しさを重視する方。\u003c\/li\u003e\n                    \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サイズ：95mm × 155mm × 15mm\u003c\/li\u003e\n                    \u003cli\u003e重さ：約77g\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                \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#10zipシリーズ\u003c\/li\u003e\n                    \u003cli\u003e#蛇革\u003c\/li\u003e\n                    \u003cli\u003e#お正月を彩る作品\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e有料でギフトラッピングも承っておりますので、プレゼントにもお勧めです。ご希望の方はオプションのギフトラッピングよりご選択ください。詳細は、下記URLよりご確認ください。\u003cbr\u003e\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\"\u003ehttps:\/\/www.creema.jp\/item\/18576669\/detail\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp\u003eSqueeze スクイーズの販売中全作品はこちら⇩\u003cbr\u003e\u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\"\u003ehttps:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp\u003e『パイソンシリーズ』一覧はこちら⇩\u003cbr\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=Squeeze+%E3%83%91%E3%82%A4%E3%82%BD%E3%83%B3\u0026amp;active=pc_listing-form\"\u003ehttps:\/\/www.creema.jp\/listing\/213?q=Squeeze+%E3%83%91%E3%82%A4%E3%82%BD%E3%83%B3\u0026amp;active=pc_listing-form\u003c\/a\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258873958531,"sku":null,"price":17600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/c3330bbf6855b83a4e4226cf2262fef7719650456c578302a751a560232ef354.jpg?v=1765935037"},{"product_id":"17062188","title":"ころんとまん丸　だるまのしおり　ポチ袋や封筒の飾りにも　全部で12色　牛革シュリンク","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\"\u003e12色の願いを込めて\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e幸運を呼ぶ愛らしいだるまが、彩り豊かな12色の本革で登場。色ごとの意味を選んで、あなただけの\u003cstrong\u003e開運アイテム\u003c\/strong\u003eに。贈り物にも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/fe9fab398ccfd7401f72bd1e046859d4af7fbae75a1daeccd4486c4132bd99c1.jpg?v=1765935038\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日が特別な日になる彩り\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e読書時間の愛らしい相棒\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお気に入りの本や手帳にそっと寄り添う、愛らしいだるまのしおり。薄型でかさばらず、スマートにページをマーク。読書時間を豊かに彩る、\u003cstrong\u003e上品なアクセント\u003c\/strong\u003eになります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/377d55a74679529d50f07048032b25934073d083b14345c572094c7d4f98e6a6.jpg?v=1765935038\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e本と手帳の頼れる味方\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eこだわりの本革仕立て\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしっとりと手に馴染む上質\u003cstrong\u003e牛革シュリンク\u003c\/strong\u003eを採用。裏面はレーヨン裏布で色移りや引っ掛かりを防止。大切な本を傷めず、長く愛用できる\u003cstrong\u003e確かな品質\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f18b556ae7cb0ed45a6d63fc778b1881e4a643986be7a499f5a854bd7cbf7706.jpg?v=1765935037\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e大切な本を守る心遣い\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eころんとまん丸で、かわいらしいだるまのしおりです。様々な用途でお使いいただけます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eしおりとして本や手帳に挟んでスマートにページをマーク。\u003c\/li\u003e\n                    \u003cli\u003e封筒やお手紙に添えてプレゼントにも。\u003c\/li\u003e\n                    \u003cli\u003e縁起の良いだるまモチーフで、年齢・性別・季節を問わずお使いいただけます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e上質な素材を選び、大切な本を傷つけないよう工夫しました。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e外側の革: 牛革シュリンク\u003c\/li\u003e\n                    \u003cli\u003e裏地: ベージュのレーヨン裏布\u003c\/li\u003e\n                    \u003cli\u003e特長: 色移りや引っ掛かりを防止し、お気に入りの本を傷めません。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e12色のカラーバリエーションと意味\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eだるまの色にはそれぞれ意味があります。ご自身用はもちろん、お祝いやお礼、プレゼントにも最適です。色の意味を考えながら選ぶと、より一層お楽しみいただけます。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e色\u003c\/th\u003e\n                                \u003cth\u003e名称\u003c\/th\u003e\n                                \u003cth\u003e意味\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e金\u003c\/td\u003e\n\u003ctd\u003e箔押しゴールド\u003c\/td\u003e\n\u003ctd\u003e金巡り向上・仕事UP\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e銀\u003c\/td\u003e\n\u003ctd\u003e同 シルバー\u003c\/td\u003e\n\u003ctd\u003e自己実現・安産吉祥\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e白\u003c\/td\u003e\n\u003ctd\u003eシュリンク ホワイト\u003c\/td\u003e\n\u003ctd\u003e受験合格・目標達成\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e赤\u003c\/td\u003e\n\u003ctd\u003e同 レッド\u003c\/td\u003e\n\u003ctd\u003e家内安全・吉祥\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e黒\u003c\/td\u003e\n\u003ctd\u003e同 ブラック\u003c\/td\u003e\n\u003ctd\u003e商売繁盛・事業繁栄\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e緑\u003c\/td\u003e\n\u003ctd\u003e同 グリーン\u003c\/td\u003e\n\u003ctd\u003e身体健勝・才能開花\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e茶\u003c\/td\u003e\n\u003ctd\u003e同 ブラウン\u003c\/td\u003e\n\u003ctd\u003e人間関係・信頼・独立\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e橙\u003c\/td\u003e\n\u003ctd\u003e同 オレンジ\u003c\/td\u003e\n\u003ctd\u003e子宝成就・災難よけ\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e黄\u003c\/td\u003e\n\u003ctd\u003e同 クリームイエロー\u003c\/td\u003e\n\u003ctd\u003e幸運UP・夢の現実\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e青\u003c\/td\u003e\n\u003ctd\u003e同 ターコイズ\u003c\/td\u003e\n\u003ctd\u003e災難災害除け・厄払\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e紫\u003c\/td\u003e\n\u003ctd\u003e同 ラベンダー\u003c\/td\u003e\n\u003ctd\u003e健康長寿・品格向上\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e桃\u003c\/td\u003e\n\u003ctd\u003e同 ディープピンク\u003c\/td\u003e\n\u003ctd\u003e良縁成就・結婚成就\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ゴールド","offer_id":46596853072003,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー","offer_id":46596853104771,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイト","offer_id":46596853137539,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"レッド","offer_id":46596853170307,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":46596853203075,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":46596853235843,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン","offer_id":46596853268611,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"オレンジ","offer_id":46596853301379,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"クリームイエロー","offer_id":46596853334147,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ","offer_id":46596853366915,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"ラベンダー","offer_id":46596853399683,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false},{"title":"ディープピンク","offer_id":46596853432451,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/b2201e741f6e831f04d6cd7c42f8304068069f361982d397b03cdc8ceb7ddd77.jpg?v=1765935038"},{"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":"18914366","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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e表情豊かな柴犬と出会う\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e上質なシュリンクレザーが織りなす柴犬の愛らしい表情が魅力的です。気分に合わせて付け替えられる豊富なカラーの持ち手が、あなたの個性を引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f269bdff70155f510cdd0af7f85ce60ae7bf6490e0b5769eb5164c07b361b074.jpg?v=1765935041\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e多彩なカラーで自分らしく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eお出かけをスマートに\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約28gという軽やかさが魅力です。バッグの外付けポケットや小物入れとして、必要なものをサッと取り出せるスマートな使い心地を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/e46ac632bed20a7384e5bf67f11762a846265cce2c2a1f9aed7e9cbee01278c7.jpg?v=1765935042\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手ぶら感覚の軽やかさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e愛着深まる日常の相棒\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然素材の温もりを感じるシュリンクレザーは、手に馴染みやすく長く愛用できます。愛らしい柴犬モチーフは、大切な方への心のこもった贈り物にもぴったりです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/81550f9e9d9f749bc386d59f46d74f28e685f657917687cf598ff0a9d9008106.jpg?v=1765935042\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心温まるギフトにも最適\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・ラインナップ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e人気のバッグ型ポーチが動物になって新登場しました。犬、猫、パンダをモチーフにした全９種を展開しています。\u003c\/p\u003e\n                \u003cp\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                \u003cp\u003e動物シリーズ一覧はこちらをご覧ください。\u003c\/p\u003e\n                \u003cp\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E5%8B%95%E7%89%A9%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA\u0026amp;active=pc_listing-form\"\u003ehttps:\/\/www.creema.jp\/listing\/213?q=squeeze+%E5%8B%95%E7%89%A9%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA\u0026amp;active=pc_listing-form\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp\u003e小さくて可愛い、用途が広がるバッグ型ポーチとして、様々なシーンで活躍します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・製法へのこだわり\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e上質な本革素材を使用しており、長くご愛用いただけます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eシュリンクレザー（牛革）の張り感あるテクスチャーが特徴です。\u003c\/li\u003e\n                    \u003cli\u003e自然なシボ目によって独特の質感と柔らかい雰囲気を生み出しています。\u003c\/li\u003e\n                    \u003cli\u003e軽くて柔らかな素材は、手に馴染みやすく、傷や汚れにも強いため、長く愛用していただけます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \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持ち手は簡単に付け外しが可能です。好みや用途に合わせて選べる9色展開です。\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                    \u003cli\u003eブラウン\u003c\/li\u003e\n                    \u003cli\u003eブラック\u003c\/li\u003e\n                    \u003cli\u003eホワイト\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eマルチな活用シーン\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e様々な使い方ができる便利なミニポーチです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eお散歩用マナーバッグポーチ\u003c\/li\u003e\n                    \u003cli\u003eカードケース\u003c\/li\u003e\n                    \u003cli\u003e名刺入れ\u003c\/li\u003e\n                    \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                \u003cp\u003e…など、使い方は自由自在です。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e有料オプションでギフトラッピングも可能です。大切な方へのプレゼントにもお勧めです。\u003c\/p\u003e\n                \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        \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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e本体：約105㎜×75㎜×15㎜\u003c\/li\u003e\n                    \u003cli\u003e持ち手の山の高さ：約10㎝\u003c\/li\u003e\n                    \u003cli\u003e持ち手の長さ：約22㎝\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赤柴 (ブラウン)：約28ｇ\u003c\/li\u003e\n                    \u003cli\u003e黒柴 (ブラック)：約30g\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e手触りの詳細：\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eブラウン：目の細かいシュリンクを使用していて、柔らかい手触り\u003c\/li\u003e\n                    \u003cli\u003eブラック：目の細かいシュリンクを使用していて、程よい張り感がありつつ、ふんわりと柔らかい手触り\u003c\/li\u003e\n                    \u003cli\u003eホワイト：目の粗いシュリンクを使用していて、程よい張り感がありつつ、ふんわりと柔らかい手触り\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eわたしたちの想い\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n                \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n                \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e関連商品リンク\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eSqueeze スクイーズの販売中全作品はこちら。\u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\"\u003ehttps:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp\u003eポーチ一覧はこちら。\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%9D%E3%83%BC%E3%83%81\u0026amp;active=pc_listing-form\"\u003ehttps:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%9D%E3%83%BC%E3%83%81\u0026amp;active=pc_listing-form\u003c\/a\u003e\u003c\/p\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            \u003cli\u003e一つ一つ手作りしているため、商品によって顔の見た目に多少の差があります。\u003c\/li\u003e\n            \u003cli\u003e写真の6～10枚目は使用例で、他の動物シリーズの作品も使用しております。\u003c\/li\u003e\n            \u003cli\u003e裏側に革が貼ってある作品がございます。柴犬は13枚目の写真、パンダは14枚目の写真のようになっております。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"赤柴(ブラウン)","offer_id":47241398321283,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"黒柴(ブラック)","offer_id":47241398354051,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f269bdff70155f510cdd0af7f85ce60ae7bf6490e0b5769eb5164c07b361b074.jpg?v=1765935041"},{"product_id":"18929723","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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e愛らしいパンダと上質レザーの出会い\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eころんと可愛いパンダが、軽やかなシュリンクレザーに包まれました。手にするたびに心が和むような、柔らかな手触りが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/7eff0f20946b2361620cc4df99ec8befbbc99372bab202835bcb49b1e445c282.jpg?v=1765935043\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e癒やしと上品さをあなたに\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e多忙なママの毎日をスマートに\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお散歩バッグやメインバッグにさっと装着。約31gの超軽量設計だから、荷物が多くなりがちなママの負担を減らし、必要なものをスマートに取り出せます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/9ceb09f193f45bfcb644ab2e1a4c508ff7dd172b8e5e37ceceb1e5d9fb151bf5.jpg?v=1765935043\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eサッと取り出し、ストレスフリー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e見かけによらない、頼れる収納力\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e名刺やカードはもちろん、リップクリームや鍵など、細々とした必需品をコンパクトに収納できます。小さくても実力派のこのポーチが、バッグの中の整理整頓を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/ff302bd7f143c8765d8e3653ce728988cbffb3a45981bff7cffc92e30722f1d5.jpg?v=1765935043\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e頼れる相棒、収納上手\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\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            \u003cp\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E5%8B%95%E7%89%A9%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA\u0026amp;active=pc_listing-form\"\u003e動物シリーズ一覧はこちら\u003c\/a\u003e\u003c\/p\u003e\n\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リップクリームやハンドクリームなどの小物ケース\u003c\/li\u003e\n                \u003cli\u003eティッシュケース\u003c\/li\u003e\n                \u003cli\u003eチケットやアクセサリーなどの小物入れ\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp\u003e上質な本革素材を使用しています。シュリンクレザー（牛革）の張り感あるテクスチャーが特徴で、自然なシボ目によって独特の質感と柔らかい雰囲気を生み出しております。軽くて柔らかな素材は、手に馴染みやすく、傷や汚れにも強いため、長く愛用していただけます。\u003c\/p\u003e\n\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                \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\n            \u003cp\u003eギフトにもぴったり！有料オプションでギフトラッピングも可能です。\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\"\u003eラッピング詳細はこちら\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            \u003cp\u003eこんな方におすすめです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e動物モチーフのポーチが欲しい方\u003c\/li\u003e\n                \u003cli\u003eバッグに外付けできるポケットが欲しい方\u003c\/li\u003e\n                \u003cli\u003e汎用性の高い便利なポーチが欲しい方\u003c\/li\u003e\n                \u003cli\u003eシンプルかつ上品な革のポーチが欲しい方\u003c\/li\u003e\n                \u003cli\u003eプレゼント用の小物をお探しの方\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \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本体：約105㎜×75㎜×15㎜\u003c\/li\u003e\n                \u003cli\u003e持ち手の山の高さ：約10㎝\u003c\/li\u003e\n                \u003cli\u003e持ち手の長さ：約22㎝\u003c\/li\u003e\n                \u003cli\u003e重さ：約31g\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e素材：シュリンクレザー（牛革）\u003c\/p\u003e\n            \u003cp\u003e素材の柔らかさについて：\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eブラウン：目の細かいシュリンクを使用していて、柔らかい手触り\u003c\/li\u003e\n                \u003cli\u003eブラック：目の細かいシュリンクを使用していて、程よい張り感がありつつ、ふんわりと柔らかい手触り\u003c\/li\u003e\n                \u003cli\u003eホワイト：目の粗いシュリンクを使用していて、程よい張り感がありつつ、ふんわりと柔らかい手触り\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n            \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n            \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e関連アイテム\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eSqueezeの他の販売中作品やポーチ一覧はこちらからご覧いただけます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\"\u003eSqueeze 全作品\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%9D%E3%83%BC%E3%83%81\u0026amp;active=pc_listing-form\"\u003eポーチ一覧\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eご使用のモニター環境により、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n            \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。\u003c\/li\u003e\n            \u003cli\u003e一つ一つ手作りしているため、商品によって顔の見た目に多少の差があります。\u003c\/li\u003e\n            \u003cli\u003e写真の5～9枚目は使用例で、他の動物シリーズの作品も使用しております。\u003c\/li\u003e\n            \u003cli\u003e裏側に革が貼ってある作品がございます。柴犬は11枚目の写真、パンダは12枚目の写真のようになっております。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258874122371,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/7eff0f20946b2361620cc4df99ec8befbbc99372bab202835bcb49b1e445c282.jpg?v=1765935043"},{"product_id":"18929802","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    \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\/f95a52739d84cc8f522cddc0c3037d06b752252c46118863969fb76344405fc8.jpg?v=1765935045\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e愛犬モチーフの癒やしデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eお散歩が軽快になるスマートな相棒\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお手持ちのバッグにさっと取り付ければ、お散歩用\u003cstrong\u003eマナーバッグ\u003c\/strong\u003eや鍵、カードなどすぐに取り出したい小物を\u003cstrong\u003eスマートに収納\u003c\/strong\u003e。両手が自由に使える快適さを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/c0f483b605a0b89b365af978bcfd8a81f363bdff3549f4b332fb5bfa86acb84f.jpg?v=1765935045\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e両手が空いて快適お出かけ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質な本革が織りなす永く愛せる逸品\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e手元に心地よく馴染む上質な\u003cstrong\u003e本革シュリンクレザー\u003c\/strong\u003eを使用。耐久性にも優れ、使うほどに風合いが増すため、永くご愛用いただけます。多彩な持ち手で自分だけの組み合わせをお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/711342a6bba827734fa567fac36f1b8ad04648980b0b28a3537d570a2018dbd8.jpg?v=1765935045\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e職人技が光るカスタマイズ性\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e人気のバッグ型ポーチが動物になって新登場しました。犬、猫、パンダをモチーフにした全9種です。\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            \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バッグの外付けポケットやIDケース収納にも大活躍\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e動物シリーズの他商品もぜひご覧ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E5%8B%95%E7%89%A9%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA\u0026amp;active=pc_listing-form\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e動物シリーズ一覧を見る\u003c\/a\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            \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持ち手は簡単に付け外しができ、好みや用途に合わせて選べる9色をご用意しております。\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                \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チケットやアクセサリーなどの小物入れ\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\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eギフトラッピングの詳細はこちらからご確認ください。\u003c\/a\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            \u003cp class=\"body-text\"\u003e各部位のサイズは以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e本体：約105㎜×75㎜×15㎜\u003c\/li\u003e\n                \u003cli\u003e持ち手の山の高さ：約10㎝\u003c\/li\u003e\n                \u003cli\u003e持ち手の長さ：約22㎝\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ブラウン：約23ｇ\u003c\/li\u003e\n                \u003cli\u003eブラック：約27g\u003c\/li\u003e\n                \u003cli\u003eホワイト：約34g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材の質感・柔らかさ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eカラーによってシュリンクの目の細かさが異なり、手触りにもそれぞれ特徴があります。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eブラウン：目の細かいシュリンクを使用しており、柔らかい手触り\u003c\/li\u003e\n                \u003cli\u003eブラック：目の細かいシュリンクを使用しており、程よい張り感がありつつ、ふんわりと柔らかい手触り\u003c\/li\u003e\n                \u003cli\u003eホワイト：目の粗いシュリンクを使用しており、程よい張り感がありつつ、ふんわりと柔らかい手触り\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e作り手の想い\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e私たちは、「物」ありきではなく、\u003cstrong\u003e「想い」ありき\u003c\/strong\u003eでモノづくりを行っております。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e関連リンク\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eSqueezeの他の作品やポーチ一覧もぜひご覧ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eSqueeze販売中の全作品はこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%9D%E3%83%BC%E3%83%81\u0026amp;active=pc_listing-form\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eポーチ一覧はこちら\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入の前に\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eご使用のモニター環境により、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n            \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。\u003c\/li\u003e\n            \u003cli\u003e一つ一つ手作りしているため、商品によって顔の見た目に多少の差があります。\u003c\/li\u003e\n            \u003cli\u003e写真の6～10枚目は使用例で、他の動物シリーズの作品も使用しております。\u003c\/li\u003e\n            \u003cli\u003e裏側に革が貼ってある作品がございます。（柴犬は14枚目、パンダは15枚目の写真をご参照ください。）\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ブラウン","offer_id":47241394061443,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":47241394094211,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイト","offer_id":47241394126979,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f95a52739d84cc8f522cddc0c3037d06b752252c46118863969fb76344405fc8.jpg?v=1765935045"},{"product_id":"18929870","title":"《動物シリーズ：猫》 使い道いろいろ！軽くて便利なストラップ付きミニポーチバッグ　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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e猫顔に心ときめく本革ポーチ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      愛らしい猫の表情と上質な本革素材が織りなす、日常を彩るミニポーチ。\n      選べるストラップで、あなたの個性が輝きます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/8382804b7c1cbd1fd70ca5a2967f907db3a10c747a2cd313fa8ab1d9781b3a69.jpg?v=1765935047\" 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\n      いつものバッグに小さな相棒をプラス。\n      わずか29gの軽さで、カードや小物をスマートに持ち運び、お出かけがもっと身軽になります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/c62c7597d3c690d68017e3cce9742a482e7e5fd6d174cebc2a7502e52ef2c916.jpg?v=1765935047\" 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\n      自然なシボ目が美しいシュリンクレザーは、手にしっとり馴染む柔らかさ。\n      傷や汚れにも強く、永く愛用できるパートナーになります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/84b1bb9b1f9e19f7df2358645f06b70e19bc2577fb169a04686677a50a55563a.jpg?v=1765935047\" 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人気のバッグ型ポーチに動物シリーズが新登場。用途に合わせて選べる9色のストラップ付き。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e犬、猫、パンダをモチーフにした全9種\u003c\/li\u003e\n          \u003cli\u003e取り外し可能な選べる9色の持ち手\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e動物シリーズ一覧はこちら：\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E5%8B%95%E7%89%A9%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA\u0026amp;active=pc_listing-form\"\u003ehttps:\/\/www.creema.jp\/listing\/213?q=squeeze+%E5%8B%95%E7%89%A9%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA\u0026amp;active=pc_listing-form\u003c\/a\u003e\u003c\/p\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          \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          \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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e上質な本革（シュリンクレザー）を使用しており、長く愛用していただけます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e張り感のあるテクスチャーと自然なシボ目\u003c\/li\u003e\n          \u003cli\u003e独特の質感と柔らかい雰囲気\u003c\/li\u003e\n          \u003cli\u003e軽くて柔らかな手触り\u003c\/li\u003e\n          \u003cli\u003e傷や汚れに強い\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・重さ・質感\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の詳細なサイズ、重さ、質感についてご案内します。\u003c\/p\u003e\n        \u003cp\u003eサイズ：\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体：約105㎜×75㎜×15㎜\u003c\/li\u003e\n          \u003cli\u003e持ち手の山の高さ：約10㎝\u003c\/li\u003e\n          \u003cli\u003e持ち手の長さ：約22㎝\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e重さ：\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eブラック：約29ｇ\u003c\/li\u003e\n          \u003cli\u003eホワイト＆ブラック：約35g\u003c\/li\u003e\n          \u003cli\u003eホワイト＆ブラウン：約33g\u003c\/li\u003e\n        \u003c\/ul\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=\"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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eその他情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eギフトラッピング対応：有料オプションでギフトラッピングも可能です。プレゼントにもお勧めです。\u003c\/p\u003e\n        \u003cp\u003e詳細はこちら：\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\"\u003ehttps:\/\/www.creema.jp\/item\/18576669\/detail\u003c\/a\u003e\u003c\/p\u003e\n        \u003cp\u003eSqueeze スクイーズの販売中全作品はこちら：\u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\"\u003ehttps:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\u003c\/a\u003e\u003c\/p\u003e\n        \u003cp\u003eポーチ一覧はこちら：\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%9D%E3%83%BC%E3%83%81\u0026amp;active=pc_listing-form\"\u003ehttps:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%9D%E3%83%BC%E3%83%81\u0026amp;active=pc_listing-form\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=\"point-list\"\u003e\n          \u003cli\u003eご使用のモニター環境により、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n          \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。\u003c\/li\u003e\n          \u003cli\u003e一つ一つ手作りしているため、商品によって顔の見た目に多少の差があります。\u003c\/li\u003e\n          \u003cli\u003e写真の7～11枚目は使用例で、他の動物シリーズの作品も使用しております。\u003c\/li\u003e\n          \u003cli\u003e裏側に革が貼ってある作品がございます。柴犬は15枚目の写真、パンダは16枚目の写真のようになっております。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ブラック","offer_id":47241332686979,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイト＆ブラック","offer_id":47241332719747,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイト＆ブラウン","offer_id":47241332752515,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/8382804b7c1cbd1fd70ca5a2967f907db3a10c747a2cd313fa8ab1d9781b3a69.jpg?v=1765935047"},{"product_id":"17816474","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手のひらに収まる、ミニ財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eこの軽さにきっと驚く。約72.5gの\u003cstrong\u003e超軽量設計\u003c\/strong\u003eで、手のひらにすっぽり収まるコンパクトさ。本革が織りなすさらりとした手触りが、毎日を軽やかに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/9ac58d23a72cdaaba79424b68c7f6980044869732113e0b7986fc5c2ed09e148.jpg?v=1765935049\" 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\/32c752863ceddaa254c5c254360a76fafa1e669fa48aed1324a73a59961c2a65.jpg?v=1770869903\" 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に取り出せます。お札は折らずに収納でき、カードも5枚までしっかり収まる設計。丸カンで大切な財布の紛失も防ぎます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/7ae5a5c3af06189a1bc38f78b1afb5bb4228ef239bd2a463dc5a2c882af72954.jpg?v=1770869903\" class=\"img-fluid d-block w-100 product-img\" alt=\"機能的なコンパクト三つ折り財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e小さなボディに秘めた、賢い収納力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e薄くて使いやすい、コンパクトな三つ折り財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e薄くてとても使いやすいコンパクトな三つ折り財布。\u003c\/li\u003e\n          \u003cli\u003e旅行の時や小さなバッグを持つ時にとっても便利。\u003c\/li\u003e\n          \u003cli\u003e有料でギフトラッピングも承っており、プレゼントにもお勧めです。（ご希望の方はオプションのギフトラッピングよりご選択ください。）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材の構成についてご案内します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表革：本革製の牛革\u003c\/li\u003e\n          \u003cli\u003e内側：軽くて丈夫なレーヨン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e外側に独立した小銭入れで、広げることなくスムーズに取り出し可能。\u003c\/li\u003e\n          \u003cli\u003eお札を折らずに入れられる、使いやすいお札入れ。\u003c\/li\u003e\n          \u003cli\u003eカードは合計5か所（内側4か所、外側1か所）に収納可能。カード以外にも鍵などを収納できます。\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=\"benefit-list\"\u003e\n          \u003cli\u003e鞄に入るコンパクトな財布が欲しい方。\u003c\/li\u003e\n          \u003cli\u003eキャッシュレス決済が増えたが、現金も持ちたい方。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・重さ・手触り\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体サイズ：約100㎜×75㎜×30㎜\u003c\/li\u003e\n          \u003cli\u003e広げたときの幅：約205㎜\u003c\/li\u003e\n          \u003cli\u003e重さ：約72.5ｇ\u003c\/li\u003e\n          \u003cli\u003e手触り感：さらさらとした感じ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n          \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差が生じる場合があります。\u003c\/li\u003e\n          \u003cli\u003e商品画像のうち、7枚目から11枚目の写真はブラックの財布を撮影したものです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"キャメル","offer_id":46583277617283,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":46583277650051,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":46583277682819,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/9ac58d23a72cdaaba79424b68c7f6980044869732113e0b7986fc5c2ed09e148.jpg?v=1765935049"},{"product_id":"14278339","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) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e掌に収まるスマートな相棒\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e片手にしっくり馴染むサイズ感は、まさに\u003cstrong\u003eスマート決済\u003c\/strong\u003eの理想形。\u003cstrong\u003eイタリアンレザー\u003c\/strong\u003eの確かな質感が、毎日使う喜びへと変わります。わずか\u003cstrong\u003e53gの軽さ\u003c\/strong\u003eで、どこへでも連れて行きたくなる相棒です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4d3994ee8451cd3c45b69c409777b34698078fa6e10ff5bff4ae897d395b01d4.jpg?v=1770957985\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常を彩る上質コンパクト\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eL字ファスナーでサッと会計\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eL字ファスナーコインケース\u003c\/strong\u003eは大きく開き、小銭の出し入れもスムーズ。\u003cstrong\u003eストッパー付き\u003c\/strong\u003eで不意なこぼれもありません。紙幣も片開きでサッと取り出せ、\u003cstrong\u003e約2cmの薄さ\u003c\/strong\u003eでどんなポケットにも軽やかに収まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1b14f3d1c28c4f38fa32ccf303c561aee4a965011536d6b2931d61d410bd28b6.jpg?v=1770957985\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e使いやすさを追求した機能美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e育てる愉しみ経年変化レザー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eイタリアトスカーナ地方で育まれた上質な\u003cstrong\u003eタンニン鞣し革\u003c\/strong\u003eは、使い込むほどに\u003cstrong\u003e深い艶と味わい\u003c\/strong\u003eを増します。まるでパートナーのように、あなたの歴史とともに\u003cstrong\u003e個性豊かな表情\u003c\/strong\u003eを刻みます。\u003cstrong\u003eYKK製アンティークカラーファスナー\u003c\/strong\u003eが、その美しさを引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/39e00a08c7a741d7eed8563aeb5b8f0661eab438aeb2d00148ffcdd01a118f83.jpg?v=1770957985\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e時を重ねるごとに愛着が深まる\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e経年変化を楽しめるイタリアンレザーを使ったコンパクト二つ折財布です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eスマートにお札、コインを取り出すことができます。\u003c\/li\u003e\n                    \u003cli\u003eコインケースはL字ファスナーで大きく開き、小銭が取り出しやすいです。\u003c\/li\u003e\n                    \u003cli\u003eスライダーはストッパー付きなので、勝手に開いてコインが落ちる心配がありません。\u003c\/li\u003e\n                    \u003cli\u003eお札入れは片側が開いており、出し入れがスムーズにできます。\u003c\/li\u003e\n                    \u003cli\u003eカード入れは2段とその後ろ側に1か所ポケットがあり、合計5枚程度のプラスチックカードを収納可能です。\u003c\/li\u003e\n                    \u003cli\u003eYKK製のアンティークカラーファスナーを使用しています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品に使用されている素材についてご説明します。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e革：イタリアトスカーナ地方で作られたタンニン鞣しの革\u003c\/li\u003e\n                    \u003cli\u003e内側：綿素材\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e縦：10㎝（折り畳み時）、17.5㎝（開いた状態）\u003c\/li\u003e\n                    \u003cli\u003e横：9㎝\u003c\/li\u003e\n                    \u003cli\u003e厚み：2㎝\u003c\/li\u003e\n                    \u003cli\u003e重さ：53ｇ\u003c\/li\u003e\n                    \u003cli\u003e柔らかさ：張りがあって硬すぎない感じ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・ギフトについて\u003c\/h3\u003e\n        \u003cdiv class=\"shipping-box\"\u003e\n            \u003cp class=\"body-text\"\u003e有料でギフトラッピングも承っておりますので、プレゼントにもお勧めです。ご希望の方はオプションのギフトラッピングよりご選択ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入前の注意点\u003c\/h3\u003e\n        \u003cdiv class=\"note-box\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eこちらの革はとてもデリケートで爪傷など付きやすいです。クリームを付けてあげれば多少目立たなくなりますが、大きな傷は戻り難くなります。\u003c\/li\u003e\n                \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n                \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、革のなめし上の色ムラや1ミリ以下の小さな黒点等が入る場合があります。予めご了承下さい。\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\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"キャメル","offer_id":46585726435459,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":46585726468227,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン","offer_id":46585726500995,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4d3994ee8451cd3c45b69c409777b34698078fa6e10ff5bff4ae897d395b01d4.jpg?v=1770957985"},{"product_id":"18100616","title":"【育てる革シリーズ】 薄くて軽くて大容量なL字長財布　14枚カード　イタリアンレザー　maine　引き手金具","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スマートL字 革が育む相棒\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e薄マチなのに\u003cstrong\u003e大容量\u003c\/strong\u003e。\u003cstrong\u003e軽やかに手に馴染む\u003c\/strong\u003eL字長財布が、毎日の所作を美しく彩ります。使い込むほどに風合いが増し、\u003cstrong\u003e革を育てる喜び\u003c\/strong\u003eをあなたに。\u003c\/p\u003e\n    \n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/14eb56d3d56512f8e81f19d8ec9c027033f49e591eca8bf44b134a8c36a25fdc.jpg?v=1765935066\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄マチL字長財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽やかさを叶えるL字型\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e深まる色艶 本物の証\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eイタリア・テンペスティ社製の上質な\u003cstrong\u003e本革\u003c\/strong\u003eが、使うほどにあなただけの表情を刻みます。YKK\u003cstrong\u003eエバーブライトファスナー\u003c\/strong\u003eが、開閉のたび心地よい瞬間を演出します。\u003c\/p\u003e\n    \n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/8ca634d20fe2edf020caf63cea5cbfb00bec703fc8c94925f8662f3800c56fe8_6912bb91-d423-4b94-a2e0-7ef09555218f.jpg?v=1770952209\" 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賢く収納 14枚カード対応\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e14枚のカードがスマートに収まる充実の収納力\u003c\/strong\u003e。中仕切りの小銭入れは、\u003cstrong\u003eワンアクションでコインが取り出せるストレスフリー設計\u003c\/strong\u003e。日々の会計を\u003cstrong\u003e驚くほどスムーズに\u003c\/strong\u003e。\u003c\/p\u003e\n    \n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/211a8ea1137fe64f800f93b1cf49024d1d3ffd17ba608be6c7d4bb8fa2aefcd8.jpg?v=1770952209\" class=\"img-fluid d-block w-100 product-img\" alt=\"カード14枚収納可能長財布\"\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薄マチなのに大容量。バッグの中でかさばらない、とても使いやすいL字長財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eカード14枚収納可能で、Squeezeの中でも特に人気のお財布です。\u003c\/li\u003e\n          \u003cli\u003e一度使うと手放せなくなるほどの使いやすさ。\u003c\/li\u003e\n          \u003cli\u003eしっかりとしているけど固すぎない、ほどよい柔らかさ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材とエイジング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e表面にはイタリアのテンペスティ社製本革を、内側には軽くて丈夫なレーヨン地を使用しています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e革の表面は最初は光沢が控えめですが、使うほどに馴染んで艶が出てきます。\u003c\/li\u003e\n          \u003cli\u003e「育てる革」：テンペスティの製法は環境保護に配慮し、家具や紙の製造で生じる木材の余剰物から抽出した100%植物由来の原材料をなめし剤に使用。\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合計14枚のカード収納：\n            \u003cul class=\"basic-list\"\u003e\n              \u003cli\u003eお札入れ：両側に2箇所\u003c\/li\u003e\n              \u003cli\u003eカード入れ：両側に6枚ずつ\u003c\/li\u003e\n              \u003cli\u003e中仕切り側面：2枚（よく使うカードの収納に便利）\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e外側マチ付きファスナーポケット（横：約16㎝、深さ：約7㎝）。\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開閉のしやすさと耐久性を追求したL字ファスナーを採用しています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eファスナーはYKKのワンランク上の「エバーブライト」を使用。\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        \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=\"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サイズ：90㎜ × 200㎜ × 15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ：約114ｇ\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=\"basic-list\"\u003e\n      \u003cli\u003eこちらの革は大変デリケートで爪傷など付きやすい特性があります。クリームで多少目立たなくなる場合もありますが、大きな傷は戻りにくいことがあります。\u003c\/li\u003e\n      \u003cli\u003eご使用のパソコンのモニター環境により、実際の商品と色柄が異なって見える場合がございます。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用しているため、実際の色、質感、サイズに多少の差が生じる場合がございます。\u003c\/li\u003e\n      \u003cli\u003e革のなめし上の色ムラや、1ミリ以下の小さな黒点などが入る場合がございますので、予めご了承ください。\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":46585486966915,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"クリームブラウン","offer_id":46585486999683,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン（引き手ゴールド）","offer_id":46585487032451,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"レッド","offer_id":46585487097987,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"サンライトイエロー","offer_id":46622510055555,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"アボカドグリーン","offer_id":46622510088323,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン（引き手アンティーク）","offer_id":46622510121091,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/14eb56d3d56512f8e81f19d8ec9c027033f49e591eca8bf44b134a8c36a25fdc.jpg?v=1765935066"},{"product_id":"18077186","title":"【育てる革シリーズ】 薄くて軽いコンパクトな財布　10枚カード　イタリアンレザー　maine　引手革","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\u003e15mmの薄さ\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\/56104aca62cb46e701cba354fac61741b210475a3e326833d356b31f2374da2a.jpg?v=1765935071\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字型コンパクト美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eL字型コンパクト美\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\u003e86gの軽さ\u003c\/strong\u003eがもたらす、ストレスフリーな使い心地。しなやかなレザーの質感と、上質な\u003cstrong\u003eYKKファスナー\u003c\/strong\u003eのなめらかな開閉を、その手で実感してください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/06c1af3b0fc8c52768aca75491f5b02c2e8ead462addc1692055e91590e0639f.jpg?v=1770951742\" 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\u003e10枚のカード\u003c\/strong\u003eが収まる大容量と、仕切りで小銭がばらけない機能美を両立。キャッシュレスと現金のバランスを考えた設計で、会計もスムーズにこなせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/8bf67e3da02af82921a350d96cc41bd5ddd221bfa2f3cd32c4e1e5529cf16ec1.jpg?v=1770951742\" 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「薄くて軽いL字ファスナーミニ財布」は、旅行やミニバッグにも最適な\u003cstrong\u003eコンパクト\u003c\/strong\u003eさと\u003cstrong\u003e使いやすさ\u003c\/strong\u003eを両立しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eうすマチで軽くて持ち運びやすい\u003c\/li\u003e\n          \u003cli\u003e旅行や小さなバッグにもすっきり収まる\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・製法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e表面にはイタリアの\u003cstrong\u003eテンペスティ社製レザー\u003c\/strong\u003eを、内側には軽量で丈夫な\u003cstrong\u003eレーヨン地\u003c\/strong\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製法: 環境保護に配慮した100％植物由来の原材料を使用\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\u003cstrong\u003e10枚のカード\u003c\/strong\u003eと\u003cstrong\u003e二つ折りのお札\u003c\/strong\u003e、そして仕切りでバラけない小銭入れを完備。キャッシュレス時代に合わせた、スマートで機能的な収納力です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカード収納: 合計10枚収納可能 (カード段3枚 x 2箇所、中仕切り側面2枚 x 2箇所)\u003c\/li\u003e\n          \u003cli\u003eお札収納: 二つ折りのお札が収納可能 (カード段の一番外側部分)\u003c\/li\u003e\n          \u003cli\u003e小銭入れ: 中仕切りが小銭入れになり、ファスナーなしでもバラけない構造\u003c\/li\u003e\n          \u003cli\u003e外側ポケット: ファスナー付きマチポケット (ファスナー11cm、深さ約6.5cm)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e金具・デザインのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003eYKKエバーブライトファスナー\u003c\/strong\u003e採用のL字型開閉で、スムーズな使い心地を実現。引手には本体と同じ革を使用し、細部まで統一感にこだわりました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eファスナー: YKK製「エバーブライト」 (光沢研磨処理済みで手触り良好、耐食性に優れ)\u003c\/li\u003e\n          \u003cli\u003eファスナー色: ゴールド\u003c\/li\u003e\n          \u003cli\u003e開閉: L字型でとても開けやすく、使いやすい\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サイズ: 縦95mm × 横155mm × 厚み15mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約86g\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\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決済が増えたけど、\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有料ラッピング対応\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=\"basic-list\"\u003e\n      \u003cli\u003e本革は大変デリケートな素材です。爪傷などが付きやすいためご注意ください。多少の傷はクリームで目立たなくなりますが、大きな傷は元に戻りません。\u003c\/li\u003e\n      \u003cli\u003eご使用のモニター環境により、実際の商品と色柄が異なって見える場合がございます。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用しているため、色、質感、サイズには多少の個体差が生じる場合がございます。また、革のなめし過程で生じる色ムラや1mm以下の小さな黒点などが入る場合がございますので、予めご了承ください。\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":46585477202051,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":46585477234819,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/56104aca62cb46e701cba354fac61741b210475a3e326833d356b31f2374da2a.jpg?v=1765935071"},{"product_id":"15927288","title":"【育てる革シリーズ】 イタリアンレザー  薄くて軽いコンパクトな財布  10枚カード  maine","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約86gの軽さを実現した、手になじむコンパクトな薄型デザインです。旅行時や小さめバッグでのお出かけも、これ一つで\u003cstrong\u003e身軽\u003c\/strong\u003eに。上質なイタリアンレザーが、あなたの日常をスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/ccc3d5d7cd4b75344e5cdd04d4597f06c9bb36791bb319bd9efd1b7614a30454.jpg?v=1770692310\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e身軽な毎日を叶える\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元で輝く上質ファスナー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eYKKのワンランク上のエバーブライトファスナーを採用し、開閉は驚くほど\u003cstrong\u003eスムーズ\u003c\/strong\u003e。外側のマチ付きポケットは、交通系ICカードや頻繁に使う小銭をスマートに収納し、利便性を高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/732c6192ca2281fb829eac524b176250e5b3b9eada48d1616be4ef08a4bad9d8.jpg?v=1770692310\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る確かな品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e自分だけの革を育てる喜び\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e使い込むほどに色に深みと艶を増し、あなただけの\u003cstrong\u003e経年変化\u003c\/strong\u003eが楽しめる「育てる革」。風水で縁起の良い黄色をポイントにしたお札入れなど、機能美も追求。大切な方への贈り物にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/694e0b225bdfbf171c4cc019a92c7731975b4f41c998c02aa64e7503c2b3ece8.jpg?v=1770692310\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e多彩なカラーバリエーション\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eうすマチで軽くてとても使いやすいコンパクトな財布です。旅行や小さなバッグを持つときにとっても便利です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e中仕切りは小銭入れになっており、ファスナーがなくても中でバラけません。\u003c\/li\u003e\n        \u003cli\u003eお札入れは黄色の部分で、二つ折りのお札を収納可能。風水で人気の黄色で、境い目が分かりやすくなっています。\u003c\/li\u003e\n        \u003cli\u003eカード入れは両側に3枚ずつ、中仕切りの側面にも2枚ずつ付属し、合計10枚のカードを収納できます。\u003c\/li\u003e\n        \u003cli\u003e外側にはマチ付きのファスナーポケット（ファスナー11cm、深さ約6.5cm）が付いています。\u003c\/li\u003e\n        \u003cli\u003eL字型ファスナーで、開閉が非常にスムーズで使いやすい設計です。\u003c\/li\u003e\n        \u003cli\u003eYKKのワンランク上の「エバーブライト」ファスナーを採用。光沢研磨処理により、手触りが良く、光沢があり、耐食性に優れています。色はゴールドです。\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サイズ: 95㎜ × 155㎜ × 15㎜\u003c\/li\u003e\n        \u003cli\u003e重さ: 約86g\u003c\/li\u003e\n        \u003cli\u003e柔らかさ: しっかりとしているけど固すぎない絶妙な触感\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e素材の特性と環境への配慮、そしてエイジングの魅力についてご紹介します。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e表面にはイタリアのテンペスティ社製の革を、内側には軽くて丈夫なレーヨン地を使用しています。\u003c\/li\u003e\n        \u003cli\u003e革の表面は初期には光沢が控えめですが、ご使用いただくうちに少しずつ馴染み、艶が増していきます。\u003c\/li\u003e\n        \u003cli\u003eテンペスティ社独自の製法は、環境保護に配慮し、家具や紙の製造で生じる木材の余剰物から抽出した100％植物由来の原材料のみをなめし剤として使用しています。\u003c\/li\u003e\n        \u003cli\u003e原皮も食肉加工の過程で生まれる物を利用しており、資源を有効活用しています。\u003c\/li\u003e\n        \u003cli\u003eオイルを抑えたベジタブルタンニンなめしの革は、使い込むほどに色に深みとツヤが増し、特有のエイジングを顕著に実感できることが最大の魅力です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e大切な方への贈り物に、有料でギフトラッピングを承っております。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e有料ラッピングをご希望の場合は、商品購入時のオプションからご選択ください。\u003c\/li\u003e\n        \u003cli\u003eプレゼントにも最適なデザインと品質ですので、ぜひご利用ください。\u003c\/li\u003e\n      \u003c\/ul\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=\"point-list\"\u003e\n      \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用しているため、実際の色、質感、サイズに多少の差が生じる場合があります。また、革のなめし上の色ムラや1ミリ以下の小さな黒点等が入る場合がありますので、予めご了承ください。\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":46576745382019,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"サンライトイエロー","offer_id":46576736403587,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":46576736436355,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":46576736469123,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/ccc3d5d7cd4b75344e5cdd04d4597f06c9bb36791bb319bd9efd1b7614a30454.jpg?v=1770692310"},{"product_id":"19897246","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手に吸い付く本革の温もり\u003c\/h3\u003e\n    \u003cdiv class=\"body-text\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/84b98ca5a9e4998929b9a6508397770d794b05c5ef2756f981ae19523e36f1e8.jpg?v=1765935082\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に吸い付く本革の温もりを表現した財布のクローズアップ画像\"\u003e\n      \u003cdiv class=\"caption-text text-end\"\u003e暮らしを彩る本革の逸品\u003c\/div\u003e\n      \u003cstrong\u003eタンニンなめしの牛革\u003c\/strong\u003eが、あなたの手に優しくフィットします。使うほどに\u003cstrong\u003e色艶を深め\u003c\/strong\u003e、しなやかに柔らかくなる本革は、日々を共に過ごす中であなただけの\u003cstrong\u003e風合いへと育ちます\u003c\/strong\u003e。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートに携帯L字ミニ財布\u003c\/h3\u003e\n    \u003cdiv class=\"body-text\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/8066e11f0acb98268f5a9ac8e1d654e31d9d6b4359275aacc6bf54bd832524de.jpg?v=1770872522\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄くて軽いL字ミニ財布を携帯しているイメージ画像\"\u003e\n      \u003cdiv class=\"caption-text text-end\"\u003e軽やかに、スマートに\u003c\/div\u003e\n      \u003cstrong\u003e約60g\u003c\/strong\u003eという驚きの軽さとわずか\u003cstrong\u003e15mmの薄さ\u003c\/strong\u003e。\u003cstrong\u003eL字ファスナーが大きく開き\u003c\/strong\u003e、必要なものを\u003cstrong\u003eサッと取り出せます\u003c\/strong\u003e。小さなバッグや服のポケットにもすっきりと収まり、\u003cstrong\u003e身軽な外出\u003c\/strong\u003eを叶えます。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練されたYKKファスナー\u003c\/h3\u003e\n    \u003cdiv class=\"body-text\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/40dcd01bc509b378c49c49fa69b9e016f584aa1162f9f23f3bb702aa7fc5581e.jpg?v=1770872522\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布のYKKファスナーと内部構造を示す画像\"\u003e\n      \u003cdiv class=\"caption-text text-end\"\u003e品格ある佇まい\u003c\/div\u003e\n      滑らかな開閉を約束する\u003cstrong\u003eYKK製L字ファスナー\u003c\/strong\u003eは、手にするたびに\u003cstrong\u003e上質さ\u003c\/strong\u003eを感じさせます。\u003cstrong\u003e6枚のカードとお札、小銭\u003c\/strong\u003eを\u003cstrong\u003eスマートに収める工夫された内装\u003c\/strong\u003eは、使いやすさを追求した\u003cstrong\u003e職人の想いの結晶\u003c\/strong\u003eです。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e持ち運びに便利なコンパクトサイズのお財布です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e薄くて軽いL字ファスナーミニ財布\u003c\/li\u003e\n        \u003cli\u003eL字ファスナーで中身が見やすくスムーズに取り出し可能\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        \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カード入れ：計6枚収納可能 (3枚+3枚)\u003c\/li\u003e\n        \u003cli\u003eお札入れ：大きめのポケット1箇所\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開閉しやすく、使いやすいL字型ファスナー\u003c\/li\u003e\n        \u003cli\u003e手触りが良く、光沢と耐食性に優れたYKK製ファスナーを採用\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サイズ: 95mm × 120mm × 15mm\u003c\/li\u003e\n        \u003cli\u003e重さ: 約60g\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\n        創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\n      \u003c\/p\u003e\n      \u003cp\u003e\n        モノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\n      \u003c\/p\u003e\n      \u003cp\u003e\n        私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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\n      有料でギフトラッピングも承っておりますので、プレゼントにもお勧めです。\n      ご希望の方はオプションのギフトラッピングよりご選択ください。\n    \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天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、色ムラや1ミリ以下の小さな黒点等が入る場合があります。\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":46583301832835,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ シルバー","offer_id":46583301865603,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ アンティーク","offer_id":46583301898371,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ シルバー","offer_id":46583301931139,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"マスタード \/ アンティーク","offer_id":46583301963907,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"マスタード \/ シルバー","offer_id":46583301996675,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ アンティーク","offer_id":46583302029443,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ シルバー","offer_id":46583302062211,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"レッド \/ アンティーク","offer_id":46583302094979,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ シルバー","offer_id":46583302127747,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/84b98ca5a9e4998929b9a6508397770d794b05c5ef2756f981ae19523e36f1e8.jpg?v=1765935082"},{"product_id":"19901914","title":"薄くて軽いコンパクトな財布 10枚カードポケット　ヴィンテージ","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\u003eタンニンなめしの牛革\u003c\/strong\u003eが、使うほどに色艶を深め、あなただけの表情を刻みます。ヴィンテージ感が日常に豊かな彩りを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/9e4ec4330ccca0cf94eb131c016ae2c798a387dcaba5f0a7be9ee35e8b53489f.jpg?v=1771208038\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e豊かな表情を纏う本革\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e驚きの収納力、賢く整理\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eこの薄さで\u003cstrong\u003eカード10枚\u003c\/strong\u003eと二つ折りのお札をすっきりと収納。L字ファスナーで大きく開き、小銭もスムーズに取り出せるから、スマートな会計が叶います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/c5c13559c04a91a8a035991fd8900f4240ab5748b1f2d2f6b5d2635b68003096.jpg?v=1771208038\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e必要なものが全てここに\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eポケットに収まる快適さ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約93gという驚きの軽さが、手にするたびに心地よさを実感させます。ミニマリストの日常に寄り添い、\u003cstrong\u003e小さなバッグにも収まる\u003c\/strong\u003e究極の携帯性です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/efffda0033b00765d4dfe88fb2c47038c4279a053dde52eda705f1891fec93fd.jpg?v=1771208038\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を身軽に彩る逸品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e薄くて軽いコンパクトな財布のこだわりと機能性をご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eうすマチで軽くて使いやすいコンパクトなL字ファスナーミニ財布。ちょっとした外出や小さなバッグを持つときに便利です。\u003c\/li\u003e\n                \u003cli\u003e表革に\u003cstrong\u003eタンニンなめしの牛革\u003c\/strong\u003eを採用。使うほどに色艶が深まり、柔らかさを増して手になじむ経年変化を楽しめます。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eカード合計10枚収納可能\u003c\/strong\u003e。お札入れ（二つ折り）、カード入れ、中仕切り側面カード入れを配置。\u003c\/li\u003e\n                \u003cli\u003e外側にはマチ付きファスナーポケット付き（ファスナー11cm、深さ約6.5cm）。ICカードなどの収納に便利です。\u003c\/li\u003e\n                \u003cli\u003e仕切り付き小銭入れはファスナーがないため、必要な小銭をサッと取り出せます。中仕切りの位置を工夫し、小銭が中でバラけない設計です。\u003c\/li\u003e\n                \u003cli\u003e開けやすく上質な\u003cstrong\u003eYKK製L字ファスナー\u003c\/strong\u003eを採用。手触りが良く光沢があり耐食性に優れたアンティークカラーの金属ファスナーです。\u003c\/li\u003e\n                \u003cli\u003e有料ギフトラッピング対応。プレゼントにもおすすめです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ・素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eサイズ: 95mm × 155mm × 15mm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約93g\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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n            \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n            \u003cp\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=\"point-list\"\u003e\n            \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n            \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、色ムラや1mm以下の小さな黒点等が入る場合があります。\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":46593629552771,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":46593629585539,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/571c172a7692a956a3ccf8ed1ab200b4c64f139d38b4ba05b59744aafb821720.jpg?v=1765935089"},{"product_id":"19264084","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牛革に咲き誇るエレガントなバラ型押しが、${settings.WRITING_TARGET}の個性を際立たせます。約60gの軽さで、驚くほどスリムに持ち歩けるスマートなデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/131fabe819f63127f0074a36422dcd3bb8a1be7d21809f5b6a6c3ce7819bdf36.jpg?v=1765935095\" 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開閉スムーズ L字ファスナー財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eL字ファスナーが大きく開くことで、中身がひと目で確認でき、スマートな会計を叶えます。小銭入れは仕切り付きで、${settings.WRITING_TARGET}にとっての取り出しやすさも追求しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/2988a9d8c2fc504421c9f2f72241dbeea191fef50804d3b3ccbb9fa433943162.jpg?v=1770871045\" class=\"img-fluid d-block w-100 product-img\" alt=\"大きく開くL字ファスナーの内部構造\"\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ミニバッグや旅行にも最適なコンパクト設計で、日常から特別な日まで幅広く寄り添います。60年以上の歴史を持つ工房が、${settings.WRITING_TARGET}のために手間暇かけて生み出した一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1fdc48efcaba264cb59798e46bb8708399686337d9da3df39c2d40afe151f924.jpg?v=1770871045\" 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=\"spec-details-wrapper\"\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軽くて使いやすい\u003cstrong\u003e薄マチコンパクト設計\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eL字ファスナーで\u003cstrong\u003e中身がひと目で見渡せる\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e旅行時やミニバッグ使用時にも\u003cstrong\u003e邪魔にならないサイズ感\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e手間暇かけた職人技\u003c\/strong\u003eが光る逸品\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・デザイン\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e上品さと実用性を兼ね備えた素材選びとデザインです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e表革は\u003cstrong\u003e牛革にエレガントなバラ型押し\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e内側は\u003cstrong\u003e軽くて丈夫なレーヨン\u003c\/strong\u003eを使用\u003c\/li\u003e\n          \u003cli\u003e中仕切りとコイン入れは\u003cstrong\u003e牛革にレース調型押し\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e開閉スムーズな\u003cstrong\u003eYKKアンティーク色金属ファスナー\u003c\/strong\u003e採用\u003c\/li\u003e\n          \u003cli\u003e手触りはバラ模様部分が\u003cstrong\u003eつるつる\u003c\/strong\u003e、凹部分は\u003cstrong\u003eざらっ\u003c\/strong\u003eとした独特の感触\u003c\/li\u003e\n          \u003cli\u003e美しいバラの模様が\u003cstrong\u003e日常使いから特別なシーンまで演出\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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\u003eカード入れ6枚分\u003c\/strong\u003e（各3枚ずつ）\u003c\/li\u003e\n          \u003cli\u003eお札も入る\u003cstrong\u003e大き目のポケット1箇所\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e小銭がバラけず取り出しやすい\u003cstrong\u003e仕切り付き小銭入れ\u003c\/strong\u003e（ファスナーなしでも飛び出さない工夫）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・重量\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eコンパクトで携帯しやすいサイズと軽さです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 95mm × 120mm × 15mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約60g\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\n\u003cstrong\u003e創業1963年\u003c\/strong\u003e、60年以上の歴史を持つ鞄工房\u003c\/li\u003e\n          \u003cli\u003e東京・墨田区に\u003cstrong\u003e店舗併設の工房\u003c\/strong\u003eを構え、縫製から販売まで一貫\u003c\/li\u003e\n          \u003cli\u003e「見えない部分にこそ作り手の心が宿る」という信念のもと、\u003cstrong\u003e一つひとつ手作業\u003c\/strong\u003eで仕上げ\u003c\/li\u003e\n          \u003cli\u003e手間を惜しまず、地道な作業の積み重ねで\u003cstrong\u003e真の価値を生む\u003c\/strong\u003e\n\u003c\/li\u003e\n        \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  \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天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、色ムラや1ミリ以下の小さな黒点等が入る場合があります。\u003c\/li\u003e\n      \u003cli\u003e4枚目以降の中の仕様の写真はキャメルの作品を使用しております。商品の中仕切部分は表革に近い色合いの革を使用しております。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"レッド","offer_id":46583290921091,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージキャメル","offer_id":46583290953859,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"マスタード","offer_id":46583290986627,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージワイン","offer_id":46583291019395,"sku":null,"price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/131fabe819f63127f0074a36422dcd3bb8a1be7d21809f5b6a6c3ce7819bdf36.jpg?v=1765935095"},{"product_id":"19327197","title":"薄くて軽いコンパクトな財布 10枚カードポケット ヴィンテージ バラ型押し","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が、手元に優雅なアクセントを添えます。洗練されたデザインは、どんな装いにも気品をプラスし、持つ人の品格を高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3418fb258eb044f6f201000f0af4ee861389bacb974f4cdb41368f2c44ef9296.jpg?v=1765935104\" 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約95gの\u003cstrong\u003e驚くほどの薄さと軽さ\u003c\/strong\u003eで、まるで何も持っていないかのような感覚をもたらします。L字ファスナーがスムーズな開閉を約束し、スマートな動作を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/b9ba0c9f2349809df6135ef139f8bcbd3e976f8a10ff311465995d1c6b185a7e.jpg?v=1771207622\" 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最大10枚のカードをスマートに収め、仕切り付き小銭入れは手間なく取り出し可能。\u003cstrong\u003eYKKエバーブライトファスナー\u003c\/strong\u003eが誇る上質な滑らかさで、毎日使うたびに心満たされます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/fd036f4b45584f7dee20907e46895f8b371b378d8dded6e14c9b66142f53d8d3.jpg?v=1771207622\" 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うすマチで軽くてとても使いやすいコンパクトなL字ファスナーミニ財布\u003c\/li\u003e\n          \u003cli\u003eちょっとした外出や小さなバッグを持つときに便利\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eモノづくりは、地道な作業の積み重ね\u003c\/li\u003e\n          \u003cli\u003e見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生むと信じる\u003c\/li\u003e\n          \u003cli\u003e手間を惜しまず、一つひとつ手作業で仕上げる\u003c\/li\u003e\n          \u003cli\u003e「物」ありきではなく、「想い」ありきでモノづくりを行う\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザイン・素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e上質な素材と繊細な加工で、気品あるデザインに仕上げました。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表革: 牛革にバラの型押しを施し、エレガントな印象を演出\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最大10枚のカードをスマートに収納\u003c\/li\u003e\n          \u003cli\u003e二つ折りのお札が収まるお札入れ\u003c\/li\u003e\n          \u003cli\u003eマチ付きの外側ファスナーポケット（ICカード等に便利、ファスナー11cm、深さ約6.5cm）\u003c\/li\u003e\n          \u003cli\u003eファスナーがないため、すぐに必要な小銭をサッと取り出せる仕切り付き小銭入れ\u003c\/li\u003e\n          \u003cli\u003e小銭が中でバラけないよう工夫された中仕切り\u003c\/li\u003e\n          \u003cli\u003e開けやすく使いやすいL字ファスナーを採用\u003c\/li\u003e\n          \u003cli\u003eYKKのワンランク上のエバーブライトファスナー（光沢研磨処理により、手触りが良く光沢があり耐食性に優れる）\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サイズ: 縦95mm × 横155mm × 厚さ15mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約95g\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        \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=\"basic-list\"\u003e\n      \u003cli\u003eご使用のパソコンのモニター環境により、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用しているため、実際の色、質感、サイズに多少の差が生じる場合があります。また、色ムラや1mm以下の小さな黒点等が入る場合がありますので、予めご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"キャメル \/ ゴールド","offer_id":46593563197571,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ アンティーク","offer_id":46593563230339,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ ゴールド","offer_id":46593563263107,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ アンティーク","offer_id":46593563295875,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ ゴールド","offer_id":46593563328643,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ アンティーク","offer_id":46593563361411,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ アンティーク","offer_id":46593563394179,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ ゴールド","offer_id":46593563426947,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ アンティーク","offer_id":46593563459715,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/3418fb258eb044f6f201000f0af4ee861389bacb974f4cdb41368f2c44ef9296.jpg?v=1765935104"},{"product_id":"18981150","title":"薄くて軽くて大容量なL字長財布 24枚カードポケット 牛革 バラ型押し ヴィンテージ ブラウン","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\u003e熟練職人の手技が光る牛革\u003c\/strong\u003eに、芸術的なバラの型押しを施しました。ヴィンテージブラウンの色合いが、日常に深みと品格をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/ec008fa3039261fb1abdaf4bca22b4286f57204869a98374b941368826da747d.jpg?v=1765935107\" 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約15mmの薄さに約135gの軽さで、まるで持っていないかのような軽やかな使い心地。バッグの中でも場所を取らず、\u003cstrong\u003eスマートに振る舞えます。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/595364aa32f9ba0e9c83fc112adf2b1a0723befa63f5b79c044ed96058979892.jpg?v=1765935107\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄型設計のL字長財布を手にしたイメージ\"\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\u003e24枚のカードポケット\u003c\/strong\u003eと小銭が飛び出さない工夫がされた仕切り付き小銭入れで、あなたのライフスタイルを整理整頓。L字ファスナーで、スマートな出し入れを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cc9bd3028ba924e590e15d67dad9a4b3525decf2439420fd65309ec8514e3dcd.jpg?v=1765935107\" 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\u003e24枚のカードが収納可能。一番外側のポケットがお札入れになっており、両側2箇所、その下にカード入れが6枚ずつ、中仕切りの側面にもカード入れが6枚ずつ配置されています。\u003c\/li\u003e\n          \u003cli\u003e前面にはIDケースや小物入れに使えるポケット（約16.5cm×6.5cm）が付いています。\u003c\/li\u003e\n          \u003cli\u003e中仕切りはファスナーのない小銭入れになっており、取り出しやすさを考慮し、小銭が飛び出さない工夫がされています。\u003c\/li\u003e\n          \u003cli\u003e開閉しやすいL字ファスナーを採用。ファスナーカラーはシルバー、ファスナー生地カラーはブラウンとホワイトの2種類がございます。\u003c\/li\u003e\n          \u003cli\u003e有料ギフトラッピングも承っております。プレゼントをご希望の方はオプションよりご選択ください。詳細は\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\"\u003eこちら\u003c\/a\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サイズ: 95㎜×205㎜×15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ: 約135ｇ\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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e関連商品・ブランド情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eSqueezeの全作品はこちら: \u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\"\u003ehttps:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\u003c\/a\u003e\u003c\/p\u003e\n        \u003cp\u003e『バラ型押し ヴィンテージ シリーズ』一覧はこちら: \u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%90%E3%83%A9%E5%9E%8B%E6%8A%BC%E3%81%97%E3%80%80%E3%83%B4%E3%82%A3%E3%83%B3%E3%83%86%E3%83%BC%E3%82%B8\u0026amp;active=pc_listing-form\"\u003ehttps:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%83%90%E3%83%A9%E5%9E%8B%E6%8A%BC%E3%81%97%E3%80%80%E3%83%B4%E3%82%A3%E3%83%B3%E3%83%86%E3%83%BC%E3%82%B8\u0026amp;active=pc_listing-form\u003c\/a\u003e\u003c\/p\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天然素材を使用している為、実際の色、質感、サイズに多少の差があります。また、色ムラや1ミリ以下の小さな黒点等が入る場合があります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ブラウン","offer_id":47241296511107,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":47241296543875,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/ec008fa3039261fb1abdaf4bca22b4286f57204869a98374b941368826da747d.jpg?v=1765935107"},{"product_id":"18823797","title":"薄くて軽くて大容量なL字長財布 14枚カードポケット 牛革 バラ型押し","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を施し、持つ人の品格を引き立てます。しっとりとした手触りと美しい凹凸が、日常に芸術的な彩りを添える一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f6669ab45fbf3a70b0b167e308ffa2994350bb5c85dc5c89216c241c1ddb9ddc.jpg?v=1765935110\" 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薄さ約15mm、約125gの軽さ\u003c\/strong\u003eで、バッグの中でかさばりません。L字ファスナーと前面ポケットが、必要なものをすぐに取り出せる快適さを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/7b9ff7f959b733a65a76582fe65eaba29858e478a996fd9255c3fca010b3a045.jpg?v=1770699275\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーと薄さが特徴の長財布\"\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\u003e14枚のカードポケット\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\/788e8573ef227bbe0dddfcc0d19c88a951026f24cf8ef97f1232f4e02d216010.jpg?v=1770868216\" 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薄くて軽いL字の長財布。薄マチながら大容量を実現しました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e薄マチなのに大容量\u003c\/li\u003e\n          \u003cli\u003eバッグの中でもかさばらない\u003c\/li\u003e\n          \u003cli\u003e一度使うと他の形が使えなくなるほど使いやすい\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eエレガントなバラの型押しを施した、品格あるデザインです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e表革は牛革にバラの型押し\u003c\/li\u003e\n          \u003cli\u003e内側は軽くて丈夫なレーヨンを使用\u003c\/li\u003e\n          \u003cli\u003e美しいバラの模様がエレガントな印象を演出\u003c\/li\u003e\n          \u003cli\u003e日常使いから特別なシーンまで幅広く活躍\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e驚きの収納力で、お財布の中をすっきりと保てます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eカードポケットが合計14枚：両側に6枚ずつ、中仕切りの側面に2枚\u003c\/li\u003e\n          \u003cli\u003eお財布を開けずに使える前ポケット付き（約16.5cm×6.5cm）\u003c\/li\u003e\n          \u003cli\u003e小銭がバラけず取り出しやすい仕切り付き小銭入れ（ファスナーなし）\u003c\/li\u003e\n          \u003cli\u003e開けやすく上質なL字ファスナーを採用\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eギフトラッピングも承っております。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e有料でギフトラッピング可能（ご希望の方はオプションで選択）\u003c\/li\u003e\n        \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サイズ：90㎜ × 200㎜ × 15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ：約125ｇ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・手触り\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使用素材と手触りの特徴です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表革：牛革\u003c\/li\u003e\n          \u003cli\u003e内側：レーヨン\u003c\/li\u003e\n          \u003cli\u003e手触り：バラ模様部分はつるつる、凹んでいる部分はザラッとした感触\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ヴィンテージブラウン \/ アンティーク","offer_id":46583238787203,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージワイン \/ アンティーク","offer_id":46583238819971,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージグリーン \/ ゴールド","offer_id":46583238557827,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージグリーン \/ アンティーク","offer_id":46583238852739,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージチャコール \/ ゴールド","offer_id":46583238590595,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージチャコール \/ アンティーク","offer_id":46583238885507,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ヴィンテージキャメル \/ ゴールド","offer_id":46583238623363,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ヴィンテージキャメル \/ アンティーク","offer_id":46583238918275,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/f6669ab45fbf3a70b0b167e308ffa2994350bb5c85dc5c89216c241c1ddb9ddc.jpg?v=1765935110"},{"product_id":"8562378","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  \u003ch3 class=\"product-name\"\u003e薄マチで使いやすい ハーフ財布 牛革 エナメルクロコ型押し ネイビー ミニ財布 Squeeze スクイーズ 日本製\u003c\/h3\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e煌めくクロコ型押し\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e艶やかなエナメル加工が施された牛革は、光を浴びて深みのあるネイビーを表現します。約60gの軽さで、小さなバッグにもすっきりと収まる\u003cstrong\u003eコンパクト設計\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1_98721e664e6706b4e1b6ca63ceb43faa.jpg?v=1765935115\" 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\"\u003eYKKが紡ぐ上質L字\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eわずか15mmの薄さは、どんなポケットにも\u003cstrong\u003eスマート\u003c\/strong\u003eに収まり、かさばりません。YKKのL字型金属ファスナーは、\u003cstrong\u003e滑らかな開閉\u003c\/strong\u003eを実現し、日々の所作を美しく演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/2_c2c2fbdd2ec8a634f06b813d6994cd46.jpg?v=1765935115\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字型ファスナーのハーフ財布\"\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お札入れと計6枚のカードポケットが配置され、支払い時も\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\/5_d65e1a48b0602fadbf6a7d6443a42553.jpg?v=1765935115\" 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\u003eコンパクト設計\u003c\/strong\u003e: わずか15mmの薄さで、どんなバッグやポケットにもスマートに収まります。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eYKK製L字型金属ファスナー\u003c\/strong\u003e: 開閉が非常にスムーズで、ストレスなくお使いいただけます。ワンランク上のニッケル色金属ファスナーを採用しています。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e整理しやすい収納\u003c\/strong\u003e: お札入れ1箇所、カードポケット計6枚（各3枚ずつ）を配置し、支払い時もスムーズです。\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: 牛革エナメル加工（クロコダイル型押し）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e内側\u003c\/strong\u003e: レーヨン（軽量で丈夫）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: 約 縦95mm × 横120mm × 厚さ15mm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e: 約60g\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詳細については、\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eこちら\u003c\/a\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\u003eSqueezeの他の作品や、同じ素材を使用したシリーズもぜひご覧ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eSqueeze スクイーズの販売中全作品はこちら\u003c\/a\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/124?min_price=6600\u0026amp;max_price=6600\u0026amp;q=Squeeze+%E3%83%8F%E3%83%BC%E3%83%95\u0026amp;active=pc_listing-form\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e『ハーフ財布』一覧はこちら\u003c\/a\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003ca href=\"https:\/\/www.creema.jp\/listing\/213?q=squeeze+%E3%82%AF%E3%83%AD%E3%82%B3%E5%9E%8B%E6%8A%BC%E3%81%97\u0026amp;active=pc_listing-form\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e『クロコ型押しシリーズ』一覧はこちら\u003c\/a\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ご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258876153987,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1_98721e664e6706b4e1b6ca63ceb43faa.jpg?v=1765935115"},{"product_id":"7805787","title":"薄くて軽いコンパクトな財布 10枚カードポケット　エナメル クロコ 型押し 【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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e艶めくエナメルクロコ、上質仕上げ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cba9ec60f34b0eb0667b98b38772392ec5d5f260bd43a8051914aec0bb6ca5bd.jpg?v=1765935118\" class=\"img-fluid d-block w-100 product-img\" alt=\"艶めくエナメルクロコの財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e触れるたび感じる、確かな品質\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e牛革に\u003cstrong\u003eエナメル加工\u003c\/strong\u003eと\u003cstrong\u003eクロコ型押し\u003c\/strong\u003eを施し、\u003cstrong\u003eふっくらとした手触り\u003c\/strong\u003eが魅力です。持つ人の品格を引き立てる、\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eが光ります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e薄型コンパクト、スマート収納が魅力\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/5ba5c18ef41a46390abc5a495f985ab1a338badbeef118fdc3ffd36cfcae8053_d2042d36-d161-4f59-a8ee-c3933145d2ea.jpg?v=1771208521\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンパクトで薄い財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を彩る、頼れるパートナー\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e驚くほど\u003cstrong\u003e薄く\u003c\/strong\u003e、\u003cstrong\u003e約86gの軽さ\u003c\/strong\u003eで\u003cstrong\u003e小さなバッグにもすっきり\u003c\/strong\u003e収まります。\u003cstrong\u003eL字ファスナー\u003c\/strong\u003eがスムーズな開閉を約束し、\u003cstrong\u003eカード10枚\u003c\/strong\u003eを賢く収納します。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e旅先やミニバッグに、賢い選択\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/e6a62226303b676dda1075080461d1c30c34d5fc73284729670e6865231432c7.jpg?v=1771208521\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラフルな薄型コンパクト財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eあなたらしい色で、毎日をアップデート\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e用途に合わせて選べる\u003cstrong\u003e豊富なカラーバリエーション\u003c\/strong\u003eをご用意。\u003cstrong\u003e旅行やミニバッグ使用時\u003c\/strong\u003eも、必要なものを\u003cstrong\u003eスマートに持ち運べる機能性\u003c\/strong\u003eが日常を豊かにします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \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ファスナーはYKKのワンランク上のエバーブライト（シルバー色）を使用しており、光沢研磨処理により、手触りが良く、光沢があり、耐食性に優れています。\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カードは合計10枚収納できます。両側に1枚ずつ、その下に3枚、中仕切りの側面に2枚ずつ配置。\u003c\/li\u003e\n                \u003cli\u003e中仕切りは小銭入れになっており、ファスナーがなくても中でバラけないよう工夫されています。\u003c\/li\u003e\n                \u003cli\u003eL字型ファスナーで、開けやすく使いやすい設計です。\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サイズ: 95mm × 155mm × 15mm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約86g\u003c\/li\u003e\n                \u003cli\u003e柔らかさ: 比較的しっかりとした張りのある感じ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e有料でギフトラッピングも承っておりますので、プレゼントにもお勧めです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eご希望の方はオプションのギフトラッピングよりご選択ください。\u003c\/li\u003e\n            \u003c\/ul\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=\"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    \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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"グレー","offer_id":46593696071811,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"コーラルピンク","offer_id":46593696104579,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":46593696137347,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cba9ec60f34b0eb0667b98b38772392ec5d5f260bd43a8051914aec0bb6ca5bd.jpg?v=1765935118"},{"product_id":"18676692","title":"薄くて軽いL字長財布 14枚カードポケット エナメル クロコ 型押し 【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  \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\u003e15mm\u003c\/strong\u003eの洗練されたフォルムは、どんな小さなバッグにもすっきりと収まり、スマートな日常を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/358fa44b20d924602fa834a9034b7deb56c620e5f13d6dfb6d5c515870d70419_ec35c804-79ab-4402-92bf-0b8453d6e086.jpg?v=1765935123\" 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約100gの軽やかさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e約100g\u003c\/strong\u003eという驚きの軽さが、毎日の持ち運びをストレスフリーにします。ぷっくりと立体感のあるエナメルの手触りは、使うたびに心地よさをもたらし、心まで豊かにする体験をお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/29bac389202df5c275cd78fb433f7a70e88379074d60adb07fc65be58ae6f855.jpg?v=1770958452\" class=\"img-fluid d-block w-100 product-img\" alt=\"約100gの軽やかさ\"\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\"\u003e14枚収納の整理術\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e14枚\u003c\/strong\u003eのカードが収まる大容量ながら、L字ファスナーで開閉もスムーズ。60年以上の歴史を持つ工房の熟練の技が、見えない部分まで丁寧に息づき、長く愛用できる価値を生み出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/18334ce61ca8362f185c3339e67bdebfe94c647fc5e436f6d1caa6f59c755522.jpg?v=1770958452\" class=\"img-fluid d-block w-100 product-img\" alt=\"14枚収納の整理術\"\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薄マチなのに大容量で、バッグの中でもかさばらないL字ファスナーの長財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eカードが14枚入る高い収納力\u003c\/li\u003e\n          \u003cli\u003eSqueezeの中でも特に人気の高い形状\u003c\/li\u003e\n          \u003cli\u003e高級感のあるエナメルクロコ型押し（表革：牛革）\u003c\/li\u003e\n          \u003cli\u003e軽くて丈夫なレーヨン製の内側\u003c\/li\u003e\n          \u003cli\u003e開けやすく使いやすいL字型ファスナー（シルバー色）\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=\"benefit-list\"\u003e\n          \u003cli\u003eカード入れ：合計14枚収納可能（お札入れ両側に6枚ずつ、中仕切り側面に2枚）\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表革：牛革エナメル加工クロコダイル型押し\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サイズ：90mm × 200mm × 15mm\u003c\/li\u003e\n          \u003cli\u003e重さ：約100g\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創業1963年。私たちは、60年以上の歴史を持つ鞄工房として、東京・墨田区に店舗併設の工房を構え、縫製から販売まで一貫して手がけています。\u003c\/p\u003e\n        \u003cp\u003eモノづくりは、地道な作業の積み重ね。見えない部分にこそ作り手の心が宿り、その丁寧さが真の価値を生む。そう信じて、手間を惜しまず、一つひとつ手作業で仕上げています。\u003c\/p\u003e\n        \u003cp\u003e私たちは、「物」ありきではなく、「想い」ありきでモノづくりを行っております。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"グレー","offer_id":46585735577731,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"コーラルピンク","offer_id":46585735610499,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー","offer_id":46585735643267,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/358fa44b20d924602fa834a9034b7deb56c620e5f13d6dfb6d5c515870d70419_ec35c804-79ab-4402-92bf-0b8453d6e086.jpg?v=1765935123"},{"product_id":"7288907","title":"薄くて軽いL字長財布  24枚カードポケット  エナメルクロコ型押し","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手元に馴染む エナメルL字財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約130gの\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\/9e95df494b463abd06c432fdeba44cf958b8596bbbbb4c90253d03302690e508.jpg?v=1771995379\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元に馴染む エナメルL字財布\"\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バッグに収まるスリムL字財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eわずか15mmの\u003cstrong\u003e薄型設計\u003c\/strong\u003eは、どんなバッグにもすっきりと収まります。流れるようなL字ファスナーが、日常に\u003cstrong\u003e凛とした印象\u003c\/strong\u003eと快適な使い心地を届けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/1_3027d4e1f1920cdcea07de3358026213.jpg?v=1771995379\" class=\"img-fluid d-block w-100 product-img\" alt=\"バッグに収まるスリムL字財布\"\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\"\u003e24枚収納 大容量L字財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e24枚のカードが全て収まり、増え続けるカードも\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\/5_d4d1caa0bbafade2ae4b748d9cf38c3a.jpg?v=1771995379\" class=\"img-fluid d-block w-100 product-img\" alt=\"24枚収納 大容量L字財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eカード整理も金運も\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section spec-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\u003eSqueezeシリーズで一番人気のアイテム\u003c\/li\u003e\n                    \u003cli\u003e金運を招くとされる黄色の札入れ\u003c\/li\u003e\n                    \u003cli\u003e中仕切りで小銭がこぼれにくい安心設計\u003c\/li\u003e\n                    \u003cli\u003e開閉しやすいL字型ファスナー（シルバー色）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e厳選された素材が織りなす、上質な質感をお楽しみください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表革: エナメル加工を施した牛革（クロコダイル型押し）\u003c\/li\u003e\n                    \u003cli\u003e内側: 軽量かつ耐久性に優れたレーヨン\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eエナメルの型押しはふっくらと美しく、高級感を演出します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e機能・収納\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e抜群の収納力で、日々の必需品をスマートに整理できます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eカードポケット: 合計24枚収納可能\u003c\/li\u003e\n                    \u003cli\u003e札入れ: 両側に2箇所（金運を意識した黄色）\u003c\/li\u003e\n                    \u003cli\u003e小銭入れ: 中仕切りタイプ（ファスナーなしでこぼれにくい設計）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \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サイズ: 約 95mm（縦）× 205mm（横）× 15mm（厚み）\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約 130g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e大切な方への贈り物に、有料でギフトラッピングを承っております。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e有料ラッピング対応\u003c\/li\u003e\n                    \u003cli\u003eプレゼントにおすすめです\u003c\/li\u003e\n                    \u003cli\u003eご希望の方はオプションよりご選択ください\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品に関するご注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品を長くご愛用いただくため、以下の点にご注意ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eエナメル革は他製品の色移りが発生しやすいため、革製品や印刷物と長時間の密着を避けてください。\u003c\/li\u003e\n                    \u003cli\u003eご使用のパソコンモニター環境により、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n                    \u003cli\u003e商品写真の一部は他の商品で撮影されており、ファスナーの色が異なる場合がありますが、裏地や中仕切りの色は同一です。\u003c\/li\u003e\n                    \u003cli\u003e天然素材を使用しているため、実際の色、質感、型押しの入り方には個体差が生じる場合があります。\u003c\/li\u003e\n                    \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=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e配送方法によっては、以下の点にご留意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eレターパックライトはポスト投函となるため、配送中に箱が潰れる可能性がございます。\u003c\/li\u003e\n            \u003cli\u003e箱の潰れが気になる場合は、より確実なヤマト便をご指定ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258876416131,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/9e95df494b463abd06c432fdeba44cf958b8596bbbbb4c90253d03302690e508.jpg?v=1771995379"},{"product_id":"18648385","title":"ラウンド長財布 Zip-Around Wallet 牛革　シュリンク　シャンパンゴールド","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\u003e気品あふれる存在\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4c639281fa36a638daf0d5d7867c9e91b40e06ba8eaffc664a1eac324ec4ce95.jpg?v=1765935128\" 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が、日常の傷から大切な財布を守ります。約160gの\u003cstrong\u003e軽量設計\u003c\/strong\u003eで、毎日スマートに携帯できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/7774bd9fbae881b3868f87dbec2c1cbf30b449195889a9b965a0bd0f0fa25014.jpg?v=1765935128\" 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\"\u003eL字ファスナーで大きく開く小銭入れは、中身が一目瞭然。カードは計\u003cstrong\u003e12枚収納\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\/19a81e9540dbb28e1013c9bb6b8fb753d0e83fd829c0386464b820e804381092.jpg?v=1765935128\" 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大きく開くL字ファスナーの小銭入れ\u003c\/li\u003e\n          \u003cli\u003e風水で人気の黄色いお札入れ\u003c\/li\u003e\n          \u003cli\u003e上品なゴールドカラーのファスナー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e表革\u003c\/strong\u003e: シュリンク型押し牛革（ふっくらとした質感で、擦れや傷に強い堅牢な素材）\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: 2箇所（黄色の部分）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eカード入れ\u003c\/strong\u003e: 12枚（両側に6枚ずつ）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e小銭入れ\u003c\/strong\u003e: 1箇所（L字ファスナー開閉、引き手は途中までの長さで扱いやすい設計）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e本体サイズ\u003c\/strong\u003e: 約 H100mm × W200mm × D23mm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e: 約 160g\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詳細は下記URLよりご確認ください。\u003ca href=\"https:\/\/www.creema.jp\/item\/18576669\/detail\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ehttps:\/\/www.creema.jp\/item\/18576669\/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=\"point-list\"\u003e\n          \u003cli\u003eSqueeze スクイーズの販売中全作品: \u003ca href=\"https:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ehttps:\/\/www.creema.jp\/creator\/1821054\/item\/onsale\u003c\/a\u003e\n\u003c\/li\u003e\n          \u003cli\u003e『ラウンドシリーズ』一覧: \u003ca href=\"https:\/\/www.creema.jp\/listing\/221?q=squeeze+%E3%83%A9%E3%82%A6%E3%83%B3%E3%83%89\u0026amp;active=pc_listing-form\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ehttps:\/\/www.creema.jp\/listing\/221?q=squeeze+%E3%83%A9%E3%82%A6%E3%83%B3%E3%83%89\u0026amp;active=pc_listing-form\u003c\/a\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    \u003cp class=\"body-text\"\u003e商品をご購入いただく前に、以下の点についてご確認ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eご使用のパソコンのモニターによって、実際の商品と色柄が異なって見える場合があります。\u003c\/li\u003e\n      \u003cli\u003e天然素材を使用している為、実際の色、質感、サイズに多少の差があります。\u003c\/li\u003e\n      \u003cli\u003e使い初めは接着剤の臭いがすることがありますが、ご使用いただくうちに徐々に無くなっていきます。\u003c\/li\u003e\n      \u003cli\u003e革の性質上、角度によって表面に掠れた様に見える部分がある場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"Default Title","offer_id":46258876448899,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4c639281fa36a638daf0d5d7867c9e91b40e06ba8eaffc664a1eac324ec4ce95.jpg?v=1765935128"},{"product_id":"15190498","title":"ラウンド長財布 Zip-Around Wallet イタリア革　シュリンク","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\u003eしっとりとした柔らかな手触り\u003c\/strong\u003e。家具にも用いられるほどの堅牢さで、日常使いの傷や擦れにも強く、気兼ねなくお使いいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/45ff9eb849ea0edc3222396975c9989877f419142450cb104c54896ee8b3654f.jpg?v=1765935131\" 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。約160gの軽量設計でありながら、無駄を削ぎ落としたフォルムが、持つ人の品格をそっと引き立てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/8c2f270a204205622580d38d74d9561551b6af0bf95b655a475a33c8adb369d5_2458e0a3-6cf0-49f5-b883-7d0061d99d2a.jpg?v=1770955879\" 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\u003eL字ファスナーの小銭入れ\u003c\/strong\u003eは、中身を瞬時に把握。両サイドに計12枚のカードが収まり、風水で人気の黄色を配したお札入れで、日々の会計も心地よく、スマートに完結します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/9438a83d467dc6641b9818af2dc0ba284722e82565696b6f324094c3e12bbfb1.jpg?v=1770955879\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布内部の収納レイアウト\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e使いやすさを追求した設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e使い慣れたこの形、定番の長財布。多くのお声をいただき、やっと完成いたしました。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e表革はイタリアンシュリンク型押し牛革を使用\u003c\/li\u003e\n        \u003cli\u003eふっくら、しっとりとした柔らかな手触り\u003c\/li\u003e\n        \u003cli\u003e家具にも使われるほどの擦れや傷に強い堅牢な革\u003c\/li\u003e\n        \u003cli\u003e内側は軽くて丈夫なレーヨン素材の裏地を使用\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e収納詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e機能的な収納で、日々の会計をスマートにサポートします。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eお札入れ: 黄色（風水で人気のカラー）\u003c\/li\u003e\n        \u003cli\u003eカード入れ: 両側に6枚ずつ、合計12枚収納可能\u003c\/li\u003e\n        \u003cli\u003e小銭入れ: L字ファスナーで大きく開き、引き手が落ちないよう工夫された使いやすい設計\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サイズ: 100㎜×200㎜×23㎜\u003c\/li\u003e\n        \u003cli\u003e重さ: 約160 g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e大切な方への贈り物に、有料ラッピングを承っております。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e有料ギフトラッピング対応\u003c\/li\u003e\n        \u003cli\u003eプレゼントにおすすめ\u003c\/li\u003e\n        \u003cli\u003eご希望の方はオプションのギフトラッピングよりご選択ください\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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":"グリーン","offer_id":46585645138051,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"トープ","offer_id":46585645170819,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"ミントブルー","offer_id":46585645203587,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"ラベンダー","offer_id":46585645236355,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/45ff9eb849ea0edc3222396975c9989877f419142450cb104c54896ee8b3654f.jpg?v=1765935131"},{"product_id":"10968568","title":"ラウンド長財布 Zip-Around Wallet  エナメル革ローズ  【スクイーズ】","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艶やかなエナメル加工に、繊細な薔薇の型押しが煌めくラウンド長財布。手元を美しく彩り、金運も呼び込む華やかなデザインが、日々のスタイルに上質感を添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cf201bde32015a43d243224d0a57d0c8d5f348db67ecd2d2edd1ffc5f91d277f.jpg?v=1765935144\" 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\u003e12枚のカードポケット\u003c\/strong\u003eと、大きく開く\u003cstrong\u003eL字ファスナーの小銭入れ\u003c\/strong\u003eで、スマートな整理整頓を叶えます。たった\u003cstrong\u003e160gの軽さ\u003c\/strong\u003eが、毎日のお出かけを軽やかにします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4df06d44b76bf997211c300d1bfebc7f48d12e769b5647b99b68141c2bd4daa1.jpg?v=1770955450\" 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\/e49e44e65b08ee769a2bbd7ca3786f84f6309b13ce4cde335b27197cea0e1bf3_e7367cf9-e63f-4378-9b18-c25935ca0d46.jpg?v=1770955450\" 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    \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黄色の部分がお札入れで、両側に２箇所、カード入れが６枚ずつ付いており、合計12枚収納可能。\u003c\/li\u003e\n          \u003cli\u003e風水で黄色は福があると言われています。\u003c\/li\u003e\n          \u003cli\u003e真ん中の小銭入れはしっかりと開くようにL字ファスナーを採用。引き手が落ちないように途中までの長さのファスナー。\u003c\/li\u003e\n          \u003cli\u003e開けやすく、使いやすいお財布。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e中の仕様の写真はシュリンク ラベンダーの写真を使用しております。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 95㎜×205㎜×15㎜\u003c\/li\u003e\n          \u003cli\u003eサイズ（シルバーピンク）: 100㎜×200㎜×23㎜\u003c\/li\u003e\n          \u003cli\u003e重さ: 160 g\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  \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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ゴールドベージュ","offer_id":46585622986883,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"オーシャンブルー","offer_id":46585623019651,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"イエローゴールド","offer_id":46585623052419,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"シルバーピンク","offer_id":46585623085187,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"ローズピンク","offer_id":46585623117955,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/cf201bde32015a43d243224d0a57d0c8d5f348db67ecd2d2edd1ffc5f91d277f.jpg?v=1765935144"},{"product_id":"9594437","title":"ラウンド長財布 Zip-Around Wallet 　エナメル　クロコ　型押し 【スクイーズ】","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\u003eクロコ型押し\u003c\/strong\u003eが施されています。しっとりと手になじむ上質な質感は、持つ人の手元を優雅に彩り、日常にリュクスな輝きを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/be5ec498d45829d095c6072aa75832f8292cb2eb2f164bf8b39707e53e51d987.jpg?v=1765935147\" 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\/1e1437a0698a3c53f78ea7e93e703dd22eb6750635a0937f9b24c621338fcb1c.jpg?v=1770954852\" 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が配され、合計12枚のカードポケットが美しく並びます。L字ファスナーの小銭入れは大きく開き、出し入れのしやすさを追求した設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/2be4c2cbcf2d55572c0a4a54800d5153365aca807a6b4028a8ba1bb0c3916ca1.jpg?v=1770954852\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布を開いた状態の内部、黄色い札入れとカードポケットが見える\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開放感ある使いやすさ、金運もUP\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カード入れは両側に2箇所、合計12枚収納可能です。\u003c\/li\u003e\n          \u003cli\u003e真ん中の小銭入れはL字ファスナーで大きく開き、引き手は途中の長さで操作しやすい設計です。\u003c\/li\u003e\n          \u003cli\u003eとても広く開けやすく、取り出しやすい構造で日常使いに最適です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e※クロコダイルの型押し柄は製品によって個体差があり、お腹の部分や脇腹の細かい模様など、様々な特徴が含まれる場合がございます。柄の出方は一点一点異なりますので、予めご了承ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e表革には、\u003cstrong\u003e牛革にエナメル加工とクロコダイルの型押し\u003c\/strong\u003eを施したものを使用しています。内側は軽くて丈夫なレーヨンを使用し、機能性と耐久性を両立させました。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細・重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 縦95㎜ × 横205㎜ × 厚み15㎜\u003c\/li\u003e\n          \u003cli\u003e重さ: 160 g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e有料にてギフトラッピングを承っております。大切な方へのプレゼントにもおすすめです。ご希望のお客様は、オプションのギフトラッピングよりご選択ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"コーラルピンク","offer_id":46585605849219,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":46585605881987,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/be5ec498d45829d095c6072aa75832f8292cb2eb2f164bf8b39707e53e51d987.jpg?v=1765935147"},{"product_id":"12969663","title":"薄くて軽いコンパクトな財布 10枚カードポケット　カラフル　スクイーズ","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スマート携帯 L字ミニ財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eうすマチ設計で手のひらにすっと収まる\u003cstrong\u003e軽やかさ\u003c\/strong\u003e。鮮やかな色合いが、日々のコーディネートに\u003cstrong\u003e遊び心\u003c\/strong\u003eを添えます。YKKエバーブライトのファスナーは、開閉のたびに\u003cstrong\u003e滑らかな手触り\u003c\/strong\u003eと輝きを感じられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4308bec01c31f3b88da094996d2e5c4cd57ea52ed6abd66c6d8ab2e4b552d049.jpg?v=1765935153\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽やかに出かける毎日\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eサッとスマート決済へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e外側のマチ付きポケットにはICカードを忍ばせ、\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\/04c9bdc9875b40a40d8142322f4df13f6c768f275004376e042c9240ee5a9ab8.jpg?v=1771209298\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e機能美が光るデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカードもスマート収納\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e最大\u003cstrong\u003e10枚のカード\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\/0_de9741686e5024811224af0407be1012.jpg?v=1771209298\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼の素材と収納力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e薄くて軽いコンパクトなL字ファスナーミニ財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eうすマチ設計で軽くてとても使いやすい\u003c\/li\u003e\n          \u003cli\u003eちょっとした外出や小さなバッグを持つときに便利\u003c\/li\u003e\n          \u003cli\u003e最大10枚収納可能なカード入れ（お札入れ含む）\u003c\/li\u003e\n          \u003cli\u003eICカード用の外側マチ付きファスナーポケット（ファスナー11cm、深さ約6.5cm）\u003c\/li\u003e\n          \u003cli\u003e小銭がバラけず取り出しやすい仕切り付き小銭入れ\u003c\/li\u003e\n          \u003cli\u003eファスナーなしで素早く小銭を取り出し可能\u003c\/li\u003e\n          \u003cli\u003e中仕切りの工夫により、小銭が中でバラけない\u003c\/li\u003e\n          \u003cli\u003e開けやすく使いやすいL字ファスナーを採用\u003c\/li\u003e\n          \u003cli\u003eYKK製の「エバーブライト」ファスナー使用（光沢研磨処理、滑らかな手触り、優れた光沢と耐食性）\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サイズ: 95mm × 155mm × 15mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約86g\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          \u003cli\u003e手触り: 比較的しっかりとした張りのある感触\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e有料でギフトラッピングを承っておりますので、プレゼントにもおすすめです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eご希望の方はオプションのギフトラッピングよりご選択ください。\u003c\/li\u003e\n        \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      \u003cli\u003eレターパックライトはポスト投函のため、まれに箱が潰れる場合がございます。気になる方はヤマト便をご指定ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大関鞄工房","offers":[{"title":"ミモザ \/ シルバー","offer_id":46593786904707,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"オレンジ \/ シルバー","offer_id":46593786937475,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カフェオレブラウン \/ シルバー","offer_id":46593786970243,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ シルバー","offer_id":46593787003011,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"トープ \/ ゴールド","offer_id":46593774583939,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー \/ シルバー","offer_id":46593787035779,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ローズピンク \/ シルバー","offer_id":46622510776451,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0670\/1963\/6867\/files\/4308bec01c31f3b88da094996d2e5c4cd57ea52ed6abd66c6d8ab2e4b552d049.jpg?v=1765935153"}],"url":"https:\/\/www.ozeki-kaban-kobo.we-shop.jp\/collections\/all.oembed?page=2","provider":"株式会社大関鞄工房","version":"1.0","type":"link"}