{"title":"名刺入れ","description":"","products":[{"product_id":"181069880","title":"【イタリーレザー \/ Pueblo】 名刺入れ（帯付き） \/ WC371","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-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 #dddcea;\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-bottom: 3px double #1c1c1c; padding-bottom: 6px; \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: #1c1c1c; \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%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \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: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; 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: #a67c52; 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: #1c1c1c; 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: #1c1c1c; 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: #a67c52; 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 #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; 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 #dddcea; background: #fffefc; 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\"\u003ePuebloが魅せる好印象\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e指先に吸い付くような\u003cstrong\u003ePuebloレザーの柔らかな感触\u003c\/strong\u003e。初対面でも好印象を与える、洗練された佇まいを演出します。ビジネスシーンを彩る多様なカラー展開も魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f899330-4182-4bc3-b4c9-c3b72f11b75d.jpg?v=1774948190\" class=\"img-fluid d-block w-100 product-img\" alt=\"Puebloレザーの名刺入れ\"\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厚みわずか0.8cm。ポケットに入れてもかさばらない、\u003cstrong\u003eミニマルデザイン\u003c\/strong\u003eです。メインポケットに加え、背面ポケットも備え、ビジネスの効率化を追求しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4523b50d-9ba0-48b3-8307-ab2621ce76b8.jpg?v=1774948190\" 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背面ポケットにはICカードもスムーズに収納\u003c\/strong\u003eできます。日々の通勤やちょっとした買い物も、この一つで快適に過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_51512e08-5dfe-4ba5-999a-67d760e96891.jpg?v=1774948190\" 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 class=\"body-text\"\u003e本製品の基本的な仕様です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦8cm × 横11cm × 厚み0.8cm\u003c\/li\u003e\n                    \u003cli\u003e素材：イタリーレザー(pueblo)\u003c\/li\u003e\n                    \u003cli\u003e仕様：本体ポケット×1 \/ 背面ポケット×1\u003c\/li\u003e\n                    \u003cli\u003e商品コード：WC371\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品詳細画像\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eさまざまな角度から本製品をご確認いただけます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細1\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細2\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細3\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細4\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eビジネスシーンを彩る多様なカラー展開です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れカラーバリエーション1\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れカラーバリエーション2\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れカラーバリエーション3\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eイタリーレザーについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eb3Laboで使用するイタリーレザー\/イタリアンレザーは、主にイタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛本革です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eオイルを多く含ませた贅沢な重みと柔らかさ\u003c\/li\u003e\n                    \u003cli\u003e革としての高い耐久性\u003c\/li\u003e\n                    \u003cli\u003e華やかなカラーに素晴らしい色艶が出る美しさ\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003ePueblo（プエブロ）の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革、Pueblo（プエブロ）。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e表面に細かく起毛加工を施し、独特のスクラッチ模様が魅力的\u003c\/li\u003e\n                    \u003cli\u003eオイルレザー特有の経年変化の速さ\u003c\/li\u003e\n                    \u003cli\u003e起毛の艶消し状態から輝くような艶が出る劇的な体験\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e高い人気を誇る個性派レザーです。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したラッピングが可能です。\u003c\/p\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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\u003c\/div\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        \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\u003cstrong\u003e刻印を入れた裏側のPuebloの繊細な模様が消えてしまうため、本商品への名入れはできません。\u003c\/strong\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン","offer_id":43369824387131,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369824419899,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"41 ワイン","offer_id":43369824452667,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"62 ブルーグリーン","offer_id":43369824485435,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"82 グレー","offer_id":43369824518203,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369824550971,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f899330-4182-4bc3-b4c9-c3b72f11b75d.jpg?v=1774948190"},{"product_id":"189750153","title":"【Pueblo×栃木レザー】 名刺入れ ※刻印不可 \/ WC402","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-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 #dddcea;\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-bottom: 3px double #1c1c1c; padding-bottom: 6px; \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: #1c1c1c; \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%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \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: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; 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: #a67c52; 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: #1c1c1c; 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: #1c1c1c; 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: #a67c52; 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 #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; 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 #dddcea; background: #fffefc; 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イタリアンレザー「Pueblo」と日本の銘品「栃木レザー」が織りなす、\u003cstrong\u003e唯一無二の存在感\u003c\/strong\u003e。手にするたびに、その上質な質感と深みのある表情が、あなたの品格を高めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_407b2d9b-04ab-4b72-84ec-1164dd4ac622.jpg?v=1774948197\" class=\"img-fluid d-block w-100 product-img\" alt=\"Pueblo×栃木レザー名刺入れ イメージ\"\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\/0654\/7714\/8731\/files\/download_ab23b38d-5b65-4e55-b83d-c701221fa8bf.jpg?v=1774948197\" class=\"img-fluid d-block w-100 product-img\" alt=\"Pueblo×栃木レザー名刺入れ エイジングイメージ\"\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\/0654\/7714\/8731\/files\/download_4c293ef0-72ee-4620-b88b-70cc4a149a38.jpg?v=1774948196\" class=\"img-fluid d-block w-100 product-img\" alt=\"Pueblo×栃木レザー名刺入れ 収納イメージ\"\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=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: 【Pueblo×栃木レザー】 名刺入れ ※刻印不可\u003c\/li\u003e\n                    \u003cli\u003e商品コード: WC402\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\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縦: 約7.5cm\u003c\/li\u003e\n                    \u003cli\u003e横: 約11.5cm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 約2cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\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素材: イタリーレザー(Pueblo) \/ 栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様: 大容量ポケット×1 \/ 薄型ポケット×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\"\u003ePueblo（プエブロ）について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革、Pueblo（プエブロ）。表面に細かく起毛加工を施し、独特のスクラッチ模様が魅力的な個性派レザーです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eオイルレザー特有の経年変化の速さ\u003c\/li\u003e\n                    \u003cli\u003e起毛の艶消し状態から輝くような艶が出る劇的な体験\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e栃木レザーについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e昔ながらのピット槽でじっくりと漬け込む正真正銘の「ヌメ革」\u003c\/li\u003e\n                    \u003cli\u003e革の締まりと密度が飛び抜けて優れており、高い耐久性\u003c\/li\u003e\n                    \u003cli\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            \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        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" 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!-- ④ 注意事項セクション (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刻印を入れた裏側のPuebloの繊細な模様が消えてしまうため、本商品への名入れはできません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369824813115,"sku":"WC40231 ブラウン×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369824845883,"sku":"WC40233 ベージュ×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369824878651,"sku":"WC40241 ワイン×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369824911419,"sku":"WC40262 ブルーグリーン×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369824944187,"sku":"WC40282 グレー×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369824976955,"sku":"WC40291 ブラック×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"【限定】61 ネイビー×ブラウン","offer_id":43520705691707,"sku":"WC402【限定】61 ネイビー×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_407b2d9b-04ab-4b72-84ec-1164dd4ac622.jpg?v=1774948197"},{"product_id":"155157687","title":"【栃木レザー】 Calm 名刺入れ（大容量タイプ） \/ WC358-359-411 WC391-392","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-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 #dddcea;\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-bottom: 3px double #1c1c1c; padding-bottom: 6px; \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: #1c1c1c; \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%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \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: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; 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: #a67c52; 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: #1c1c1c; 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: #1c1c1c; 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: #a67c52; 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 #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; 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 #dddcea; background: #fffefc; 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\/0654\/7714\/8731\/files\/download_14eb25e4-3f8e-4b24-98b7-8d4145651bce.jpg?v=1774948198\" 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縦7.5cm、横11.5cm、厚み2cm。この寸法により、鞄やポケット内でかさばらず、商談や移動の際にも、\u003cstrong\u003eスムーズな取り出し\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_d76d57d6-c3ff-4966-8cac-929a984747d7.jpg?v=1774948199\" 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標準名刺を最大60枚収容するメインポケット。革のカドは、内容量に合わせて形状が調整され、使い込むほどに持ち手の使い方に\u003cstrong\u003e馴染む物理的な変化\u003c\/strong\u003eが起こります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_998c529a-a52b-433d-85b8-1f877067e365.jpg?v=1774948198\" 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=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_20.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"シンプルでジェンダーレスなデザイン\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e本当に長く使える革の名刺入れ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e老若男女、いくつになっても使える、シンプル×上質な革を使った名刺入れ。\u003cstrong\u003e革の良さを引き出す\u003c\/strong\u003eためにスタンダードを突き詰めた一品です。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"長く使える革の名刺入れ\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e常にビジネスシーンの傍らに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e使い始めは、革の表面には磨かれた輝きと、革自身が持つハリがあります。最初は瑞々しくフレッシュ、しかし年月を経るとともに徐々に柔らかく馴染んできます。そして、年月とともに色が深まり、革そのものの\u003cstrong\u003e経年変化による艶\u003c\/strong\u003eへと変化します。まるで人間とともに時を歩むような、そんな楽しみ方ができるのは日本最高峰と呼び声の高い栃木レザーの品質への信頼と、職人の手仕事のおかげです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ビジネスシーンでの名刺入れ\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e革の名刺入れをおすすめする理由\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e革好きはいわば\u003cstrong\u003e『同じ趣味の仲間』\u003c\/strong\u003e。周囲を見回してもすぐには巡り会えない、少しレアな存在です。栃木レザーの名刺入れのような、本当に良い革の経年変化（エイジング）に気付けるようなお相手なら、最高のお話のきっかけになるかもしれません。\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  \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革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる\u003cstrong\u003e「革の街」\u003c\/strong\u003e。 エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/re\/img\/pc\/main_bnr05.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"工房の風景\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e革小物への想い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「プレゼントされて初めて革製品を使い始めた」「憧れの人の革財布がかっこいい」「柔らかく腰に馴染んだベルトに愛着が湧いて手放せない」革製品を使い始めるきっかけや思い出は人それぞれですが、そのどれもが\u003cstrong\u003e一期一会の出会い\u003c\/strong\u003eから始まっています。“ずっと大切にしたい”と思えるアイテムと出会い、毎日を過ごし、一緒に年月を重ねていける…… そんな温かみのあるただひとつの革製品を、もっと身近に。 そういう思いを込めて、私たちは日々ものづくりをしています。\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「栃木レザー」Calm 名刺入れ（大容量タイプ）の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: WC358-359-411 WC391-392\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）: 縦7.5cm × 横11.5cm × 厚み2cm\u003c\/li\u003e\n          \u003cli\u003e素材: 栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様: 名刺入れ×1 \/ カードポケット×1\u003c\/li\u003e\n          \u003cli\u003e一般的な名刺サイズで約60枚収納\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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『Calm名刺入れ』を長くご愛用いただくために、必要な機能をしっかりと盛り込みました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れの使いやすさ\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e60枚もの名刺が入る大容量\u003c\/h4\u003e\n        \u003cp\u003eメインの大ポケットには、最大60枚（※一般的な名刺55×91mmサイズの名刺）が入ります。秘密はカド部分の革を薄く調整していること。最初は折りたたんでお届けするこのカド部分が、名刺をたくさん入れた場合は伸びて全体が厚くなり、あまり枚数を持たない方の場合は内容量に合わせて縮んだ状態で革が馴染みます。買ったばかりの革は「これから育てる」段階であり、持ち主の使い方に合わせて徐々にカタチが落ち着いていく様子を楽しんでいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_22.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"60枚収納の大容量\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e頂いた名刺を分けられる仕切り\u003c\/h4\u003e\n        \u003cp\u003eメインの大ポケットの他、2つのマチなしポケットを備えています。頂いた名刺は自分の名刺と分けて保管したり、ご自分のサブ名刺を忍ばせておいたりとご自由にお使いいただけます。「フラップ側のポケットは浅い方が使いやすいのでは？」と仰る方もいらっしゃるかと思いますが、この深さがあるからこそ、表側の革に段差が出ず、平滑で美しい経年変化につながります。また、深いポケットの出し入れにきつさを感じるのは最初のうちで、徐々に革がやわらかく馴染み、扱いやすくなってまいります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_23.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"仕切りポケットの活用例\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e控えめなブランドロゴ\u003c\/h4\u003e\n        \u003cp\u003e外装は素晴らしい滑らかさの一枚革。ロゴは外からは見えず、フラップを開いた左下部分に小さく入れております。まずは革の良さを全面に押し出す、b3Laboの姿勢を表しています。また、ロゴの反対側、右側に刻印で名入れをするサービスもご用意しております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_24.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランドロゴの刻印位置\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について（栃木レザー「ノーベル」）\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4\u003e栃木レザー社の革\u003c\/h4\u003e\n        \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛ける本ヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。通常はドラムを回し短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n        \u003ch4\u003e『ノーベル』\u003c\/h4\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革製品を長くお使いいただくために、1年に2回〜は水分・油分を補うケアが必要です。（お手入れの頻度は使用条件などで異なります）\u003c\/p\u003e\n        \u003cp\u003eb3Laboではコロンブス社のコンディショニングクリームをおすすめしております。水分がたっぷり入ったゲルタイプは初めてのお手入れでも失敗が起こりにくいメリットがあります。\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003eまずは縫い目や隙間を重点的に全体のホコリを落とし\u003c\/li\u003e\n          \u003cli\u003e付属の布でクリームを厚くならないように塗り込み\u003c\/li\u003e\n          \u003cli\u003e時間を置いて残ったクリームを拭き取ります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eb3Laboの実店舗でもクリームメンテナンスサービスを行っておりますので、ぜひお気軽にお立ち寄りください。\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        \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_25.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション キャメル\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e31 ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_26.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e61 ネイビー\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_27.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ネイビー\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_28.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラック\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e刻印サービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003ch4\u003e手打ち刻印 ￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手打ち刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eシンプルな大ぶりの大文字で、イニシャルや頭文字だけでも素敵です。\u003c\/p\u003e\n        \u003cp\u003eご注文時に入力欄からご依頼ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（ABCD〜Z）+「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"3D刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e工房の3Dプリンターで作るオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/p\u003e\n        \u003cp\u003e下の「オプション3D刻印購入」からご購入ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eオプション3D刻印購入\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eCalmシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e滑らかに加工された表面を『穏やかに凪いだ海』に喩えたCalmシリーズは、ビジネスシーン・プライベートとどのような場面でもお使いいただけます。シンプルなフォルムは服装やシーンを選ばず、オンオフ・シーンを問わずお使いいただけるアイテムとなっております。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\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\u003e簡易包装にご協力をお願いいたします。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\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":"21 キャメル","offer_id":43369825009723,"sku":"WC35821 キャメル","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369825042491,"sku":"WC35831 ダークブラウン","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369825075259,"sku":"WC35861 ネイビー","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369825108027,"sku":"WC35891 ブラック","price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_14eb25e4-3f8e-4b24-98b7-8d4145651bce.jpg?v=1774948198"},{"product_id":"155198915","title":"【栃木レザー】Fun 名刺ケース \/ WC341 WC399","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-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 #dddcea;\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-bottom: 3px double #1c1c1c; padding-bottom: 6px; \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: #1c1c1c; \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%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \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: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; 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: #a67c52; 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: #1c1c1c; 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: #1c1c1c; 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: #a67c52; 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 #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; 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 #dddcea; background: #fffefc; 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\/0654\/7714\/8731\/files\/download_118319ce-cb00-49d2-8427-fdede3df1723.jpg?v=1774948200\" 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縦11cm、横8cm、厚み1.3cm。このコンパクトな設計が、ポケットやバッグに\u003cstrong\u003e心地よく収まり\u003c\/strong\u003e、軽快な毎日をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b21b30f5-338c-4f53-9906-2f87efd6e7d2.jpg?v=1774948201\" 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メインポケットには名刺が約60枚収納可能。フラップ裏と前面の2つのポケットで、受け取った名刺や予備名刺を\u003cstrong\u003eスマートに整理できます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9f38da4e-69cd-40d5-be51-7e47d9cf13fb.jpg?v=1774948200\" 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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eカジュアルさと大容量を兼ね備え、6色のカラーからお選びいただける名刺入れです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_08_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べる6色の名刺入れ\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eカチッとしたビジネス用から、カジュアルスタイルに合うアクセントカラー、革マニアが楽しむヌメ革まで。多様なカラーで選ぶ喜びを提供します。\u003c\/p\u003e\n\n                \u003ch4\u003e2種類の異なる栃木レザー\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_00.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"2種類の栃木レザー\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e経年変化が楽しみなヌメ革のブラウンをベースにカラーレザーを組み合わせた4色と、ヌメ革のみの2色。どちらも素晴らしい経年変化を楽しめる製品です。\u003c\/p\u003e\n\n                \u003ch4\u003eカラーレザーの経年変化\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_12_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーレザーの経年変化\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eキャメル・赤・グリーンなどのカラーは、経年により落ち着きとツヤが増し、ともに歩んだ年月を感じさせる色へと変化します。\u003c\/p\u003e\n\n                \u003ch4\u003e充実の大容量 + 2つのポケット\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_09_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大容量とポケット\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e大きなメインポケットを中心としたシンプルな構造で、たくさんの名刺を収納可能。カードケースやキャッシュレス財布としてもご活用いただけます。\u003c\/p\u003e\n\n                \u003ch4\u003e最大名刺約60枚分の大ポケット\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_10_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺収納枚数\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eマチを広げると一般的な名刺が50〜60枚収納できます。革の特性上、使用するにつれて革が馴染み、薄く使う場合は薄く、たくさん入れる場合は膨らんだ状態で経年変化します。\u003c\/p\u003e\n\n                \u003ch4\u003e前面とフラップ裏のポケット\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_11_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"前面とフラップ裏ポケット\"\u003e\n                \u003c\/div\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ図\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦11cm × 横8cm × 厚み1.3cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\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お好みに合わせて選べる6色の多彩なカラー展開です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメル×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e21 キャメル×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウン×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e31 ブラウン×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベージュ×ベージュ\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e33 ベージュ×ベージュ\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"レッド×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e42 レッド×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モスグリーン×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e71 モスグリーン×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラック×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e91 ブラック×ブラウン\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素材：栃木レザー(JEANS)栃木レザー(Earth Leather)\u003c\/li\u003e\n                    \u003cli\u003e仕様：マチ付き大ポケット×1 \/ フロントポケット×1 \/ フラップ裏ポケット×1\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003ch4\u003e栃木レザー社の革「EarthLeather \/ JEANS」\u003c\/h4\u003e\n                \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。タンニンを多く含むミモザの樹皮から抽出したエキスで、じっくりと時間をかけて鞣された革は、優れた風合い、耐久性、吸湿性・放湿性を誇ります。\u003c\/p\u003e\n\n                \u003ch4\u003eEarth Leather（アースレザー）\u003c\/h4\u003e\n                \u003cp\u003e昔ながらのピット槽に一ヶ月ほど漬け込む正真正銘の『ヌメ革』です。革の締まりと密度が飛び抜けて優れており、アイテムを長くお使いいただくための品質に直結します。革本来の風合いを存分に楽しめる、ヌメ革らしいヌメ革です。\u003c\/p\u003e\n\n                \u003ch4\u003eJEANS（ジーンズ）\u003c\/h4\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                \u003ch4\u003eお手入れ方法\u003c\/h4\u003e\n                \u003cp\u003e毎日使う革小物は、手からの湿気や油分で自然に補われる傾向にありますが、長くお使いいただくためには、1年に2回程度の水分・油分補給が必要です。コロンブス社のコンディショニングクリームをおすすめします。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e全体のホコリを落としたあと、縫い目や隙間を重点的にクリームを塗り込みます。\u003c\/li\u003e\n                    \u003cli\u003e時間を置いて残ったクリームを付属の布で拭き取ります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eb3Laboの実店舗でもクリームメンテナンスサービスを行っておりますので、ぜひお気軽にお立ち寄りください。\u003c\/p\u003e\n\n                \u003ch4\u003eオールレザーだからこそ長く使える\u003c\/h4\u003e\n                \u003cp\u003e裏生地を使わずすべてを革で作った革小物は、メンテナンスや修理をしながら10年以上タフに使えるのがメリットです。良質な革、高品質のパーツを使っているため、摩耗した部分だけを取り替えて長くお使いいただけます。\u003c\/p\u003e\n                \u003cp\u003e修理が必要な際は、お近くのb3Labo店舗にお持ちいただくか、下記窓口までご連絡ください。\u003c\/p\u003e\n                \u003cp class=\"text--center\"\u003e\n                    \u003ca href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSdhq0kHP5GcFrNeY9To2kFf6aCOiLvC-lb-PRok6PBWKSHuIw\/viewform\" class=\"button arrow\"\u003eb3Labo 修理受付窓口\u003c\/a\u003e\n                \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プレゼントや記念品に最適な、お名前やメッセージを刻印できるサービスです。（作業に1〜2日いただきます）\u003c\/p\u003e\n                \u003ch4\u003e手打ち刻印　1,100円（税込）\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手打ち刻印見本\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e大文字（ABCD〜Z）、記号「.」「,」「-」が使用可能です。小文字をご希望の場合は3D刻印をご利用ください。\u003c\/li\u003e\n                    \u003cli\u003e一文字ずつ手打ちするため、温かみのある仕上がりになります。\u003c\/li\u003e\n                    \u003cli\u003eご注文時に入力欄からご依頼ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch4\u003e3D刻印　2,200円（税込）\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"3D刻印見本\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e工房の3Dプリンターで作るオーダーメイド刻印です。\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下の「オプション3D刻印購入」からご購入ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"text--center\"\u003eオプション3D刻印購入\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革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は、革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/re\/img\/pc\/main_bnr05.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の街・浅草橋の工房\"\u003e\n                \u003c\/div\u003e\n                \u003ch4\u003e革小物への想い\u003c\/h4\u003e\n                \u003cp\u003e革製品を使い始めるきっかけや思い出は人それぞれですが、そのどれもが一期一会の出会いから始まっています。“ずっと大切にしたい”と思えるアイテムと出会い、毎日を過ごし、一緒に年月を重ねていける……そんな温かみのあるただひとつの革製品を、もっと身近に。そういう思いを込めて、私たちは日々ものづくりをしています。\u003c\/p\u003e\n\n                \u003ch4\u003eFun シリーズ\u003c\/h4\u003e\n                \u003cp\u003e「人生に楽しみを」をコンセプトに、生活の中で何気なく使うレザーアイテムを提案するシリーズです。栃木のカラーレザーとヌメ革を使い、カジュアルな2トーンを含む6色のカラー展開。ご自身用や、贈り物のお相手のために選ぶ喜びを感じていただければ幸いです。\u003c\/p\u003e\n                \u003cp class=\"text--center\"\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ハギレを活かした「For You」「Happy Birthday」などのメッセージ刻印も承っております。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\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":"21 キャメル×ブラウン","offer_id":43369825140795,"sku":"wc34121 キャメル×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン×ブラウン","offer_id":43369825173563,"sku":"wc34131 ブラウン×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ベージュ","offer_id":43369825206331,"sku":"wc34133 ベージュ×ベージュ","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド×ブラウン","offer_id":43369825239099,"sku":"wc34142 レッド×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"71 モスグリーン×ブラウン","offer_id":43369825271867,"sku":"wc34171 モスグリーン×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369825304635,"sku":"wc34191 ブラック×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_118319ce-cb00-49d2-8427-fdede3df1723.jpg?v=1774948200"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/business-card-holder.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}