{"product_id":"155139821","title":"【Pueblo×栃木レザー】 コインケース \/ WC390 362 403","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\u003e個性を纏うPuebloレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手のひらに吸い付くようなイタリアンレザーPuebloの\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_ed79fd5b-c615-450a-8c6b-c110de2f2674.jpg?v=1774948140\" 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\u003eスマートさを纏う設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦7cm、横7.5cmの\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_2e4d2fe9-3e38-4767-86fc-cdb2412c1fa9.jpg?v=1774948141\" 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\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_5be97f55-fd66-4597-9a2c-3aa34a7f1cd8.jpg?v=1774948140\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開けばわかる、その実力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴と機能性\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e小さいながら日本とイタリア、両方の革の良さが楽しめるおすすめの商品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-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      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e手のひらサイズでシンプルなほぼ正方形。\u003c\/li\u003e\n        \u003cli\u003e外装のPuebloはあえて3mmの厚みを残し、革そのものを持つ喜びを追求。\u003c\/li\u003e\n        \u003cli\u003eオイルをたっぷりと含んでいるため、特別なお手入れは不要。\u003c\/li\u003e\n        \u003cli\u003eポケットでの使用による摩擦で、驚くほどのツヤと早期のエイジングが楽しめます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ（約）：縦7cm × 横7.5cm\u003c\/li\u003e\n        \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n        \u003cli\u003e仕様：BOX型小銭入れ\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      \u003ch4\u003eイタリーレザー「Pueblo」\u003c\/h4\u003e\n      \u003cp\u003eイタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革。オイルを多く含み、柔らかく耐久性に優れ、素晴らしい色艶が出ることが特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n      \u003cp\u003ePueblo（プエブロ）は、バダラッシカルロ社の革で、表面を丁寧に荒らす加工を施しています。これにより、通常よりもエイジングが早く、使い始めの状態と経年変化後のどちらも劇的に美しく変化する点が人気です。\u003c\/p\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      \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\u003e31 ブラウン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e33 ベージュ×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e41 ワイン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e62 ブルーグリーン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_19.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e82 グレー×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e91 ブラック×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_21.jpg\" class=\"img-fluid d-block w-100 product-img\"\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革工業が盛んなイタリア・トスカーナ州の中でも、伝統的な鞣し製法【バケッタ製法】で実績の有る、バダラッシ・カルロ社のプエブロに、日本が誇る栃木レザー社のノーベルを合わせました。質感の異なる最高の素材を組み合わせたシリーズです。\u003c\/p\u003e\n      \u003ch4\u003eマネークリップとコインケースのセット使い\u003c\/h4\u003e\n      \u003cp\u003e大きく開いて使いやすいコインケースとのセット使いで、より便利にお使いいただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e\n        \u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/155139008?_pos=1\u0026amp;_sid=2b4afaed1\u0026amp;_ss=r\"\u003ePueblo マネークリップはこちら\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      \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\"\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!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\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    \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":"31 ブラウン×ブラウン","offer_id":43369817997371,"sku":"wc36231 ブラウン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369818030139,"sku":"wc36233 ベージュ×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369818062907,"sku":"wc36241 ワイン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369818095675,"sku":"wc36262 ブルーグリーン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369818128443,"sku":"wc36282 グレー×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369818161211,"sku":"wc36291 ブラック×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ed79fd5b-c615-450a-8c6b-c110de2f2674.jpg?v=1774948140","url":"https:\/\/b3labo-craft.we-shop.jp\/products\/155139821","provider":"b3Labo craft","version":"1.0","type":"link"}