{"title":"革の表情を読む小物","description":"","products":[{"product_id":"189142457","title":"【オリジナルレザー \/ コロレッタ】 長札入れ ※刻印・カスタム不可 \/ WP505","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  \u003ch3 class=\"section-title\"\u003e【オリジナルレザー \/ コロレッタ】 長札入れ ※刻印・カスタム不可 \/ WP505\u003c\/h3\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\/0654\/7714\/8731\/files\/download_bfeb1a8a-542c-42d2-afdc-530298f6eb4c.jpg?v=1776221090\" 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厚さわずか1cm、約95gという軽量設計ながら、カード14枚と3つのフリーポケットを完備。スマートな見た目からは想像できない、\u003cstrong\u003e圧倒的な収納力\u003c\/strong\u003eで日常を支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8c066db0-1ac5-4438-af02-01c6e814eaf8.jpg?v=1776221090\" 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「いつもの1枚」に特等席を\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_360a33e6-a237-4929-9183-4432e069a672.jpg?v=1776221090\" 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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能・収納力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e驚きの薄さながら、日常使いに十分な収納力を備えています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カードポケットとフリーポケットの説明図\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e左右合わせて14枚のカード入れ\u003c\/li\u003e\n          \u003cli\u003eお札や領収書が入るフリーポケットが左に1つ、右に2つ\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e頻繁に使うカードは、スムーズな出し入れが可能な特等席へ。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"切り欠きポケットの説明図\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e右手すぐのポケットには大きな切り欠きがあり、スムーズな取り出しをサポート\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e紙幣や領収書を整理して入れられる大ポケットも完備しています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大ポケットの説明図\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e同シリーズの小銭入れとのセット使いもおすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_09.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豊富なカラー展開で、お好みの色をお選びいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"12イエロー、32ブラウンのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e12イエロー \/ 32ブラウン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"42レッド、43ピンクのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e42レッド \/ 43ピンク\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"61ブルーグリーン、82グレーのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e61ブルーグリーン \/ 82グレー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91ブラックのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\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縦：約18.5cm\u003c\/li\u003e\n          \u003cli\u003e横：約9cm\u003c\/li\u003e\n          \u003cli\u003e厚さ：約1cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約95g\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_11.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        \u003ch3 class=\"section-title\"\u003e国産オリジナルレザー「コロレッタ」\u003c\/h3\u003e\n        \u003cp\u003e素材：牛本革（クロム＋植物タンニン混合鞣し）\u003c\/p\u003e\n        \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから「播州鞣し」が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003cp\u003eColoretta（コロレッタ）は、タンニンレザーとクロムレザーの特性を「いいとこどり」した、b3Laboオリジナルの新しいレザーです。\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      \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    \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商品コード: WP505\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    \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  \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    \u003cp class=\"body-text\"\u003e※本商品は刻印・カスタム不可です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369808232507,"sku":"WP50512イエロー","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"32ブラウン","offer_id":43369808265275,"sku":"WP50532ブラウン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369808298043,"sku":"WP50542レッド","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369808330811,"sku":"WP50543ピンク","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"61ブルーグリーン","offer_id":43369808363579,"sku":"WP50561ブルーグリーン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"82グレー","offer_id":43369808396347,"sku":"WP50582グレー","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369808429115,"sku":"WP50591ブラック","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bfeb1a8a-542c-42d2-afdc-530298f6eb4c.jpg?v=1776221090"},{"product_id":"155154871","title":"【栃木レザー】Calm 長財布 \/ WP440 497 WP441 498 WP526","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  \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_87e43629-75c1-456e-9d05-37db3cae9da4.jpg?v=1776221219\" 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大容量ながらもスマートに整頓できる設計。カードポケット10枚、小銭入れ、札入れを備え、使い始めの心地よい硬さから、\u003cstrong\u003eしなやかに手に馴染む変化\u003c\/strong\u003eを心ゆくまでお楽しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e3501bc2-4e40-4b15-b477-35c61c7eaee4.jpg?v=1776221219\" 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\"\u003e10年先も寄り添う逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e選び抜かれた栃木レザーの\u003cstrong\u003e堅牢さが、この財布の確かな品質を物語ります\u003c\/strong\u003e。丹念なお手入れと修理を重ねることで、10年後も変わらず、あなたの人生に深く寄り添う存在となるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c7fa252a-459b-433b-ab3e-073188ef44e2.jpg?v=1776221219\" 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\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=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\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「きちんと感もありつつ革らしい。The 革のお財布」がコンセプトです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e笹マチによるスリムなデザインで「きちんと感」を演出。下部分が細くなる「笹マチ」によってスリムできちんとした印象です。オンオフを問わず多彩なシーンでお使いいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eきちんと感を出しつつもほどよく革の厚みを残し、“革を持つ”喜びをしっかりと感じられるお財布に仕上がっています。しっかりと目の詰まった上質な栃木レザーのみを使用しているため、最初にカードを挿れる際に固く感じることがあるかもしれません。ですが、時が経つほどにしなやかさが増し、手に馴染んでいきます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eお手入れや時には修理を重ねて、10年お使いいただける、b3Laboが自信を持っておすすめするお財布です。\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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\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\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\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        \u003cp class=\"body-text text--center\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4 class=\"section-title\"\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\"\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お作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text 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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_xxx\/xxx_banner_custom.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eハトメ穴加工\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e2つ折りの折れ目部分にハトメ穴をつけます。穴が金属で補強されるので、ストラップやお気に入りのマスコットなどを取り付けることができます。\u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\u003eドロップハンドル取り付け\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e2つ折りの折れ目部分にドロップハンドルをつけます。飾りをつけるだけでなく、ウォレットコードなどを取り付けたい時に。\u003c\/p\u003e\n        \u003cp class=\"body-text 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        \u003ch4 class=\"section-title\"\u003eキャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eネイビー\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eブラック\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_10.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        \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 class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\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サイズ（約）：縦10cm × 横18.7cm × 厚み2cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×10 \/ 内ポケット×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        \u003ch4 class=\"section-title\"\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003ch5 class=\"section-title\"\u003e「ノーベル」の特徴\u003c\/h5\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  \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":43369809150011,"sku":"wp44021 キャメル","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369809182779,"sku":"wp44031 ダークブラウン","price":22000.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369809215547,"sku":"wp44061 ネイビー","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369809248315,"sku":"wp44091 ブラック","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_87e43629-75c1-456e-9d05-37db3cae9da4.jpg?v=1776221219"},{"product_id":"155138859","title":"【Pueblo×栃木レザー】 ラウンドファスナー長財布 ※刻印・カスタム不可 \/ WP455 493 517","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  \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に変えます。Puebloと栃木レザーの表情豊かなコントラストが、\u003cstrong\u003e唯一無二の品格\u003c\/strong\u003eを漂わせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f41387dc-3fb5-49ab-9e6a-5b1369c0b09e.jpg?v=1774948069\" 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ポケットに収まる姿も、所作を美しく見せる佇まい。独特の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_3ac0a987-4c80-4d77-b682-59f51511a006.jpg?v=1774948070\" 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は、一つひとつのエレメントが\u003cstrong\u003e丁寧に磨き上げられた証\u003c\/strong\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\/0654\/7714\/8731\/files\/download_2554532d-af66-4b1a-bf7b-0dba311ba13e.jpg?v=1774948069\" 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\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サイズ（約）：縦10cm × 横20cm × 厚み2.2cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ マネーホルダー×1 \/ カードポケット×8 \/ 内ポケット×1\u003c\/li\u003e\n          \u003cli\u003e商品コード：WP455 493 517\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_25.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日本とイタリアの革\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eあえて厚みを残したPuebloの外装、それに対して薄く加工した内装の栃木レザー。日本とイタリアの最高の革、両方の良さを楽しめます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e今やイタリーレザーの代表格と言っても過言ではない、バダラッシカルロ社のPueblo（プエブロ）と、栃木レザーの中でも特に手間暇かけられた最高の革の出会いです。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_29.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        \u003cp class=\"body-text\"\u003eその理由は、革1枚でも十分なところを、2枚の革を丁寧に張り合わせて両表に加工したこと。なめらかな革で出来た札入れに、お札が滑るように吸い込まれていきます。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e片マチの開放による様々なメリット\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eサイズが大きめの日本紙幣に嬉しい、片方のマチがオープンになったお札入れ。紙幣の端がマチに引っかかってきちんと下まで入り切らずに、ファスナーにお札が噛んでしまった経験はないでしょうか？Pueblo×栃木レザーロングウォレットでは、片方のマチをなくすことでラウンドファスナーウォレットの宿命とも言える「ギリギリサイズ」に余裕をもたせました。内装の滑らかな革質と合わせて、これでもうファスナーが紙幣を噛むことはありません。\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\/WP289\/wp289_puelong_31.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大きく開く財布\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"body-text\"\u003eマネーホルダーのメリット\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eアクセントカラーにもなっている仕切り板（マネーホルダー）を使って、メモ、領収書などを分けて管理できます。もちろん高額紙幣の仕分けにも便利。ここに一番大きなサイズの一万円札を挟んでおくことで、紙幣の端が折れることや、ファスナーが噛んでしまう事故も防ぐことができます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_32.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"マネーホルダーの使用例\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_33.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 class=\"body-text\"\u003eお手入れ不要、美しい経年変化\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_30.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"プエブロ革の経年変化イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e経年変化が早く、失敗知らずの革・プエブロ\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eイタリアの個性派レザー代表とも言えるプエブロは、表面をわざと荒らし、マットなつや消しの表情に仕上げた革です。「荒らした」といっても細かなワイヤーブラシの繊細な動きによるスクラッチ模様を描いており、荒々しさは皆無でむしろさらりとした優しい手触りが印象的な革です。使うにつれ、部分部分で独特のスクラッチ模様を残しつつ色を深め、およそ3ヶ月ほどで驚くほどのツヤが出てくる経年変化が楽しめます。どちらかというとゆっくり育てる栃木レザー等のヌメ革と比べ、目に見える変化が早いという意味でもおすすめのレザーです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_22.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の吟スリ加工\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eこのように革の表面をヤスリなどで加工することを「吟スリ」と言います。Pueblo（プエブロ）はあえて革本来のツヤを消した状態から、およそ3ヶ月前後ではっきりとしたツヤが出てきますが、「ある日突然、急に驚くほどのツヤが出てきた」といった経年変化（エイジング）を体験する方が多くいらっしゃいます。その急激な変化への驚き・喜びにもかかわらず、特別なお手入れは当面の間必要ありません。そのため、初心者の方にも安心してお使いいただき、本革のエイジングの醍醐味を楽しめる革となっております。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eプエブロレザーのお手入れ方法\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003ePuebloを新品の状態を手にとっていただくと、少しひんやり、さらりとした感触、しっとりとした重さを感じます。プエブロにはオイルがたっぷり含まれており、アイテムや使用環境にもよりますが、基本的に1〜3年ほどはクリームやオイルを使ったメンテナンスは不要です。できれば時々はレザー用のブラシ等で革と革の隙間や、縫い目などを重点的にホコリを落とし、その後全体にブラッシングする程度でよく、数あるレザーの中でも経年変化の失敗が起こりにくいレザーです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eもしも、よく曲げ伸ばしする部分が白っぽくなってきた場合は乾燥してきたサインです。その場合はお近くのb3Labo店舗にクリームメンテナンス（無料）を依頼するか、革小物用のコンディショニングクリームなどのケア剤を使ったお手入れがおすすめです。\u003c\/p\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        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e職人の技と最高のパーツ、そして完成度の高さ\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布の品質\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e堅牢な作りに加え、使用したパーツも一級品。ファスナーはYKK社の中でも高品質ラインナップのエクセラを使用。エレメント１つ１つに入念な磨きをかけ、美しさと滑らかな手触りを追及した高級感漂うファスナーです。毎日使うお財布だからこそ、引っ掛かりのない確かな素材を採用しています。引き手部分はなめらかに輝くb3Laboのオリジナル刻印入り。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナーとロゴ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eオールレザーのお財布だからこそとことんまで長く使える\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eすべてを革で作ったお財布のメリット、それは「修理しながら、10年以上もタフに使える」こと。真に良質な革、高品質のパーツを使っているため、使用するうちに摩耗してしまったパーツだけを取り替えてずっとお使いいただけます。修理が必要になった際は、お近くのb3Labo店舗にお持ちいただくか、ご連絡下さい。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e2017年の登場以来修理戻りゼロの実績\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e様々な修理依頼品が持ち込まれるb3Laboの工房において、このPueblo×栃木レザーのラウンド長財布はただの1つも不具合を起こして戻ってきたことはありません。お財布を作り上げる工房の職人の腕はもとより、非常に完成度の高い安定した製品であることの証左であり、b3Laboがを自信もってオススメする一品です。\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\/Pueblo\/WP289\/wp289_puelong_02.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 class=\"body-text\"\u003e\u003cstrong\u003e31 ブラウン×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"31 ブラウン×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e33 ベージュ×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"33 ベージュ×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e41 ワイン×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"41 ワイン×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e62 ブルーグリーン×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"62 ブルーグリーン×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e82 グレー×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e91 ブラック×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック×ブラウンの財布\"\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\u003cstrong\u003eイタリーレザー「Pueblo」\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e『Pueblo（プエブロ）』\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革、Pueblo（プエブロ）。表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早い\/使い始めの状態と経年変化後のどちらも美しく変化が劇的、といった体験をユーザーにもたらし人気が高まっている革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e栃木レザー社の革「ノーベル」\u003c\/strong\u003e\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        \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    \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        \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 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\u003c!-- \/content-section (Specs) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369809641531,"sku":"wp49331 ブラウン×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369809674299,"sku":"wp49333 ベージュ×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369809707067,"sku":"wp49341 ワイン×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369809739835,"sku":"wp49362 ブルーグリーン×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369809772603,"sku":"wp49382 グレー×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369809805371,"sku":"wp49391 ブラック×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f41387dc-3fb5-49ab-9e6a-5b1369c0b09e.jpg?v=1774948069"},{"product_id":"155176299","title":"【イタリー \/ ミネルバボックス】長財布 \/ WP462 WP099","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  \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_bf7a9d6a-06f4-4422-97d1-47603f9f29c8.jpg?v=1776220037\" 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でありながら、カードは6枚、小銭、お札もしっかりと収納できます。必要なものをスマートに取り出せる機能美が、日々のビジネスシーンを快適にサポート。無駄を省いたシンプルさが、使い勝手の良さを際立たせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1f168329-b60a-442b-b613-d20d8b4fa7cc.jpg?v=1776220037\" 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\"\u003eWALDESが紡ぐヴィンテージの趣\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e細部に宿るこだわりが、製品の価値を高めます。1930年代の技術を復刻した\u003cstrong\u003eWALDESファスナー\u003c\/strong\u003eは、非鉄金属のエレメントが重厚感を醸し出し、使い込むほどに独特な表情へと変化。革と共に時を刻む喜びをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7df759f3-5b19-4ca9-a8f4-4ef95675a1e4.jpg?v=1776220037\" 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マチのない薄型設計ですが、あえて革の厚みを残した革好きのためのお財布です。\u003c\/p\u003e\n        \u003cp\u003eこだわりの国産ファスナー WALDES（ウォルデス）\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e1930〜1950年代のヴィンテージジッパーをリアルに復刻。\u003c\/li\u003e\n          \u003cli\u003eジッパーの歴史の中でも一番古い製法で、エレメント素材にアルミ、丹銅、洋白といった非鉄金属を使用。\u003c\/li\u003e\n          \u003cli\u003eプレス成形されたエレメントは重厚感に溢れ、メッキを施していないため素材との経年変化を楽しめる。\u003c\/li\u003e\n          \u003cli\u003e昔ながらの力織機で製造した綿糸100％テープを使用。\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イタリーレザー「Minerva Box」\u003c\/p\u003e\n        \u003cp\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp\u003e『Minerva Box（ミネルバボックス）』\u003c\/p\u003e\n        \u003cp\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の顔ともいうべき革、Minerva Box（ミネルバボックス）。自然の風合いを大切にし、牛筋骨等のオイルで柔らかさを出し、あえてシボ（シワ）加工が施されています。（シボの目立つ部分・目立たない部分がありますが素材の特性としてご理解ください）\u003c\/p\u003e\n        \u003cp\u003eイタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：イタリーレザー(MinervaBox)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦18.5cm × 横8.5cm × 厚み1cm\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小銭入れ×1\u003c\/li\u003e\n          \u003cli\u003e札入れ×1\u003c\/li\u003e\n          \u003cli\u003eカードポケット×6\u003c\/li\u003e\n          \u003cli\u003e商品コード：WP462 \/ WP099\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\u003e12 イエロー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_09.jpg\" class=\"img-fluid d-block w-100\" alt=\"イエローカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e32 ブラウン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_10.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラウンカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e33 ベージュ\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_11.jpg\" class=\"img-fluid d-block w-100\" alt=\"ベージュカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e41 ワイン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_12.jpg\" class=\"img-fluid d-block w-100\" alt=\"ワインカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e42 レッド\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_13.jpg\" class=\"img-fluid d-block w-100\" alt=\"レッドカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e43 ピンク\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_14.jpg\" class=\"img-fluid d-block w-100\" alt=\"ピンクカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e52 パープル\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_16.jpg\" class=\"img-fluid d-block w-100\" alt=\"パープルカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e61 ブルーグリーン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_15.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブルーグリーンカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e82 グレー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_18.jpg\" class=\"img-fluid d-block w-100\" alt=\"グレーカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e91 ブラック\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_19.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラックカラーの商品画像\"\u003e\n        \u003c\/div\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    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100\" alt=\"エコな配送を心がけます\"\u003e\n    \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装での配送を心がけております。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100\" alt=\"ラッピングイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印した、オリジナルのギフトラッピングも承っております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n      \u003cli\u003eファスナーヘッドに厚みがあるため、ボトムスの後ろポケット等に入れて持ち歩きますと、向かい合うカードに強く当たり、傷をつけてしまう場合がございますので、極力カバンに入れてお使いいただくことをおすすめいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 イエロー","offer_id":43369809838139,"sku":"WP09912 イエロー","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"32 ブラウン","offer_id":43369809870907,"sku":"WP09932 ブラウン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369809903675,"sku":"WP09933 ベージュ","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン","offer_id":43369809936443,"sku":"WP09941 ワイン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369809969211,"sku":"WP09942 レッド","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369810001979,"sku":"WP09943 ピンク","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"52 パープル","offer_id":43369810034747,"sku":"WP09952 パープル","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"61 ブルーグリーン","offer_id":43369810067515,"sku":"WP09961 ブルーグリーン","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"82 グレー","offer_id":43369810100283,"sku":"WP09982 グレー","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369810133051,"sku":"WP09991 ブラック","price":19800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bf7a9d6a-06f4-4422-97d1-47603f9f29c8.jpg?v=1776220037"},{"product_id":"155132130","title":"【姫路レザー \/ モストロ】長財布 \/ WP450 509 522","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姫路レザー「モストロ」が織りなす、やわらかな風合いと深みのある色合い。使うほどに表情を変え、あなただけの逸品へと育ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_39699847-1fa1-473f-9996-a97dfe621ace.jpg?v=1774948075\" 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縦19cm、横9.5cm、厚み2.5cmの洗練された設計。バッグの中でもかさばらず、手にしっくりと馴染む理想的なサイズ感が魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_18fce139-0e9c-42a7-8318-b088257fb946.jpg?v=1774948074\" 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\/0654\/7714\/8731\/files\/download_300d1975-f300-4085-bfce-9aa63861f3d5.jpg?v=1774948074\" 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姫路のタンナーによる「Mostro（モストロ）」を使ったカジュアルテイストのお財布。ストイックすぎず、程よくフレンドリーな雰囲気が幅広い支持を得ています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\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外側のコインポケットは16.5×8.5cmと、小型のスマートフォンなら入ってしまうサイズ。大きく開くことができ、視認性も抜群です。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_15.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\/Mostro\/WP327\/WP327_MostroLong_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e外側のカードポケットにはICカードを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e交通系ICカードやよく使うタッチ決済カードを入れておき、財布を開かずに読み取る事が出来ます。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\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    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eカード類を詰め込んでも、全体の柔らかさにより閉じることができるのもこのお財布の特徴です。ハリ・コシの強いタイプのタンニンレザーだと、馴染んでいくまで半開きの状態になることも。もちろん、革財布のそういった変化も楽しみの一つですが、モストロの柔らかさによりおさまりの良さを引き出しました。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\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    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_30.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003ch4 class=\"section-title\"\u003e21 キャメル\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e43 ピンク\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_22.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e62 ネイビー\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_24.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e72 グリーン\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_26.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_28.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\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=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e: 縦19cm × 横9.5cm × 厚み2.5cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 姫路レザー（Mostro）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e:\n          \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e小銭入れ×2 (内側・外側)\u003c\/li\u003e\n            \u003cli\u003eフリーポケット (札入れ)×3\u003c\/li\u003e\n            \u003cli\u003eカードポケット×12\u003c\/li\u003e\n            \u003cli\u003e外側カードポケット×1\u003c\/li\u003e\n          \u003c\/ul\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革の特性とMostro（モストロ）について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4 class=\"section-title\"\u003e姫路レザー「Mostro」とは\u003c\/h4\u003e\n      \u003cp class=\"body-text\"\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n      \u003ch4 class=\"section-title\"\u003eMostro（モストロ）の特徴\u003c\/h4\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      \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      \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 class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\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    \u003c\/ul\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\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装での配送を心がけております。お客様のご理解とご協力をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369810165819,"sku":"WP45021 キャメル","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369810198587,"sku":"WP45031 ブラウン","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369810231355,"sku":"WP45043 ピンク","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369810264123,"sku":"WP45062 ネイビー","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369810296891,"sku":"WP45072 グリーン","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369810329659,"sku":"WP45091 ブラック","price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_39699847-1fa1-473f-9996-a97dfe625ace.jpg?v=1774948075"},{"product_id":"180203566","title":"【たつのレザー \/ プログレ】  カスタムできる ミニトラッカーウォレット \/ WP469","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  \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\/0654\/7714\/8731\/files\/download_3608b3ad-5ad7-4635-84ae-f69ba6c6fedc.jpg?v=1774948116\" 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です。丹念に磨かれたコバの美しさからは、\u003cstrong\u003e熟練の職人による細部へのこだわり\u003c\/strong\u003eが息づいています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7987106f-bbff-4cb3-8c4d-f152439635b0.jpg?v=1774948116\" 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は、\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_ab04ad17-72b1-4418-8d15-f651704eab55.jpg?v=1774948116\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eミニトラッカーウォレット シリーズ紹介\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eカスタムで個性が出せる、人気のミニトラッカーウォレットは、現在革種違いの4種類を展開しております。いずれも植物タンニン100％で鞣された、エイジングを楽しめるおすすめの本革揃いです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/all\/mtw_select.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈栃木レザー〉JEANS（ジーンズ）\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_jeans_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e元祖ミニトラッカーウォレットはこちら。スタンダードな表情の柔らかめの革で扱いやすく、ほとんどお手入れの必要がありません。毎日たくさん連れ歩くだけでどんどん艶が出て手に馴染んできます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈栃木レザー〉ミシバクロップ\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_mishiba_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e牛を早く出荷する現代では希少となってしまった、しっかりとした年数の厚みを持った原皮を鞣した『ヌメ革』を使用しました。硬く張りのある革はお手入れのし甲斐もあり、革好きの憧れでもあります。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈たつのレザー〉プログレ\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_progre_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eイタリアの技術協力のもと、「今までの日本になかった革を」という熱意から生まれたワックスレザー。表面を磨りガラスのように加工した「銀スリ」の状態から、徐々に艶が出る変化を楽しめる革です。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈イタリーレザー〉Pueblo × 栃木レザー\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_MTW-pue_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\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        \u003ch4\u003e人気のトラッカーミニ財布に新革登場！\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_01-2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e「小さな相棒」と大人気のカスタムできるトラッカーズミニウォレットに、鮮やかな色合いの新バージョンが登場。国産たつのレザー「プログレ」は、イタリア伝統製法の技術指導とタンナーの情熱によって生まれた新しい革です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_02-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_03-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_23.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_15-2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_22.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_16.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        \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        \u003ch4\u003eトラッカーミニ財布のカスタムお受けいたします\u003c\/h4\u003e\n        \u003cp\u003eトラッカーウォレットといえば、カスタムといっても過言ではありません。チェーンやコードの取り付けだけでなく、リングを取り付けると革に光り物がプラスされてドレッシーな印象になり、男性だけでなく女性にもおすすめのオプション加工です。\u003c\/p\u003e\n        \u003ch4\u003eカスタムA （片側リング取付）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_custom_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e今は必要がなくても、この加工をしておくことでいろんなものへの取り付けが可能になります。お気に入りのマスコット、アクティビティに手ぶらで挑みたい時にストラップを取り付けることができます。また大きめリングはポケットやカバンの中から引っ張り出す際に指をひっかけられて便利です。\u003c\/p\u003e\n        \u003ch4\u003eカスタムB・C\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_custom_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e【カスタムB】ミニショルダー化に必須のカスタムです。\u003c\/li\u003e\n          \u003cli\u003e【カスタムC】ウォレットコードやウォレットチェーンを取り付けるのに最適。1950年代アメリカのトラック乗りが運転席から離れる際に忘れ物防止策としてカスタムしたことがきっかけだったそう。後にライダーたちに人気の火が燃え移り、『ライダースウォレット』+『ウォレットチェーン\/ウォレットコード』として現代に受け継がれました。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003eカスタムC （ホック頭出し\/貫通）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_custom_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\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        \u003ch4\u003e刻印サービス\u003c\/h4\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\"\u003e\n        \u003c\/div\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\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\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      \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    \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\/_TRUCKER_WALLET\/all\/fastoji.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eファスナー閉じ\u003c\/p\u003e\n        \u003cp\u003e商品コード: WP469\u003c\/p\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    \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\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eエコな配送を心がけます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369815507003,"sku":"WP46921 キャメル","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"42 ピンク","offer_id":43369815539771,"sku":"WP46942 ピンク","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"62 コバルトブルー","offer_id":43369815572539,"sku":"WP46962 コバルトブルー","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"72 ミッドグリーン","offer_id":43369815605307,"sku":"WP46972 ミッドグリーン","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369815638075,"sku":"WP46982 グレー","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369815670843,"sku":"WP46991 ブラック","price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3608b3ad-5ad7-4635-84ae-f69ba6c6fedc.jpg?v=1774948116"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/%e9%9d%a9%e3%81%ae%e8%a1%a8%e6%83%85%e3%82%92%e8%aa%ad%e3%82%80%e5%b0%8f%e7%89%a9.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}