{"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":"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":"189132825","title":"【オリジナルレザー \/ コロレッタ】 二つ折り財布 ※刻印・カスタム不可 \/ WP506","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eコロレッタ 永く愛せる相棒\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自開発の「コロレッタ」レザーが、\u003cstrong\u003e豊かな表情\u003c\/strong\u003eと\u003cstrong\u003e優れた耐久性\u003c\/strong\u003eを両立しました。ミニマルなデザインながら、個性を引き立てるカラーバリエーションを揃えています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9a571f98-9824-4807-8f4f-d562302e296f.jpg?v=1776221063\" 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約1.5cmの\u003cstrong\u003e驚異的な薄さ\u003c\/strong\u003eと約74gの\u003cstrong\u003e軽さ\u003c\/strong\u003eが、ポケットへの収まりの良さを叶えます。必要な機能を厳選したスマートな設計で、身軽に出かけられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_cdb8836c-1e06-4e38-9461-4516a4e6c4c2.jpg?v=1776221063\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに持ち運ぶミニマル設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eこだわりの機能美、日々を豊かに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大きく開く小銭入れや、スムーズなカード収納など、細部にまで\u003cstrong\u003e使いやすさ\u003c\/strong\u003eを追求しました。\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しみながら、傷や汚れに強いコロレッタレザーが長く寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_77071f72-3be4-4189-8601-9ae40bfef144.jpg?v=1776221063\" 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二つ折り財布「コロレッタ」の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦9.6cm × 横10cm × 厚み1.5cm\u003c\/li\u003e\n          \u003cli\u003e素材：国産オリジナルレザー（コロレッタ \/ 牛本革 コンビ鞣し）\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×5\u003c\/li\u003e\n          \u003cli\u003e商品コード：WP506\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=\"http:\/\/b3labo.sub.jp\/Coloretta\/Short\/wp_colo_2ori_12.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        \u003cp\u003e本製品に使用されている「コロレッタ」レザーは、日本の皮革産業の中心地である姫路地区で鞣された、b3Laboオリジナルの新素材です。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e『Coloretta（コロレッタ）』の特長:\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eタンニンレザーとクロムレザーの特性を併せ持ち、\u003cstrong\u003e革らしい風合いと美しい色合い\u003c\/strong\u003eを両立。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e傷や汚れに強く\u003c\/strong\u003e、お手入れがほとんど不要なため、どなたにも扱いやすい。\u003c\/li\u003e\n          \u003cli\u003e使い込むほどに\u003cstrong\u003eゆっくりと艶\u003c\/strong\u003eを帯び、経年変化を楽しめます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e贈り物にも最適なギフトラッピングをご用意しております。\u003c\/p\u003e\n        \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  \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天然素材のため、多少の色差や筋跡などの\u003cstrong\u003e個体差\u003c\/strong\u003eがございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の特性上、水濡れや強い摩擦により\u003cstrong\u003e色移り\u003c\/strong\u003eする場合がございます。\u003c\/li\u003e\n      \u003cli\u003e環境保護のため、簡易包装（エコ梱包）でのお届けにご協力をお願いいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369810952251,"sku":"WP50612イエロー","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"32ブラウン","offer_id":43369810985019,"sku":"WP50632ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369811017787,"sku":"WP50642レッド","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369811050555,"sku":"WP50643ピンク","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"61ブルーグリーン","offer_id":43369811083323,"sku":"WP50661ブルーグリーン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"82グレー","offer_id":43369811116091,"sku":"WP50682グレー","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369811148859,"sku":"WP50691ブラック","price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9a571f98-9824-4807-8f4f-d562302e296f.jpg?v=1776221063"},{"product_id":"189399592","title":"【Pueblo×栃木レザー】 二つ折り財布 ※刻印不可 \/ WP513 529","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e二つの革が織りなす存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003ePuebloと栃木レザー、異なる魅力を持つ二つの素材が出会い、唯一無二の表情を創り出しました。時とともに深まる色艶は、まさに持つ人の個性を映し出す\u003cstrong\u003eキャンバス\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_402d7f68-d257-4cee-82e3-75c7b11c2f81.jpg?v=1774948082\" 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厚み約2.7cmの\u003cstrong\u003eスマートな設計\u003c\/strong\u003eは、どんなポケットにもすっきりと収まります。小銭入れと札入れに加え、カードポケット3つと隠しポケットを完備し、日常使いに必要な収納力を確保しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8589af76-8616-49e0-ae04-770cf9f23497.jpg?v=1774948083\" 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シンプルなカード3枚構成に加え、サイドの隠しポケットは大切な身分証や予備のカードをスマートに収納。日々の支払いをスムーズにし、あなたの所作をより\u003cstrong\u003e洗練されたもの\u003c\/strong\u003eへと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f48bdfa-5a80-4287-a879-fe90a11d8803.jpg?v=1774948082\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e必要なものがすぐ取り出せる\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品スペック\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品名:\u003c\/strong\u003e 【Pueblo×栃木レザー】 二つ折り財布\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e WP513 529\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eサイズ（約）:\u003c\/strong\u003e 縦9cm × 横11cm × 厚み2.7cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e イタリーレザー(Pueblo) \/ 栃木レザー\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e仕様:\u003c\/strong\u003e 小銭入れ×1 \/ 札入れ×1 \/ カードポケット×3 \/ 隠しポケット×1\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\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_00.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003ePueblo×栃木レザーシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e革工業が盛んなイタリア・トスカーナ州の中でも、伝統的な鞣し製法【バケッタ製法】で実績のあるバダラッシ・カルロ社のプエブロに、日本が誇る栃木レザー社のノーベルを合わせました。質感の異なる最高の素材を組み合わせたシリーズです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eイタリーレザー「Pueblo」について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eb3Laboで使用するイタリーレザー\/イタリアンレザーは、主にイタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛本革です。オイルを多く含ませた贅沢な重みと柔らかさ、革としての耐久性、華やかなカラーに素晴らしい色艶が出る美しさも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp\u003ePueblo（プエブロ）は、バケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革です。表面に細かく起毛加工を施し、独特のスクラッチ模様が魅力的な個性派レザーです。オイルレザー特有の経年変化の速さ、起毛の艶消し状態から輝くような艶が出る劇的な体験をユーザーにもたらし人気が高まっています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザー「オリジナルレザー」について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003cp\u003eオリジナルレザーは、昔ながらのピット槽にじっくりと漬け込む正真正銘の『ヌメ革』の表情を大切に、小物用に開発された革です。『革の締まり・密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結しています。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品のお手入れ方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n        \u003cp\u003eイタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。水濡れや強い摩擦を避けてお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では、環境に配慮した簡易包装を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入の前にご確認ください\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4\u003e刻印サービスについて\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e本商品は、刻印を入れた裏側のPuebloの繊細な模様が消えてしまうため、名入れはできません。予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369811181627,"sku":"WP51331 ブラウン×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369811214395,"sku":"WP51333 ベージュ×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369811247163,"sku":"WP51341 ワイン×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369811279931,"sku":"WP51362 ブルーグリーン×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369811312699,"sku":"WP51382 グレー×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369811345467,"sku":"WP51391 ブラック×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"【限定】61 ネイビー×ブラウン","offer_id":43369811378235,"sku":"WP513【限定】61 ネイビー×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_402d7f68-d257-4cee-82e3-75c7b11c2f81.jpg?v=1774948082"},{"product_id":"155176598","title":"【イタリー \/ ミネルバボックス】 二つ折り財布 \/ WP457 WP100","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    \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_4fb67a23-4305-450e-907f-f09ad1294d68.jpg?v=1776755449\" 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縦横約10cmの\u003cstrong\u003eコンパクトなフォルム\u003c\/strong\u003eは、日本のお札サイズに合わせ計算し尽くされた理想的な寸法です。厚みもわずか1.8cmで、ポケットにもスマートに収まり、日常の所作を妨げません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c57f8bad-dbf5-4f62-a736-8f287aacbe85.jpg?v=1776755449\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適に持ち運ぶサイズ感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスムーズを極める会計体験\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e大きく開くボックス型小銭入れ\u003c\/strong\u003eは、中の小銭がひと目でわかり、取り出しもスムーズです。カードを一枚入れることで、マチが自然に立ち上がり、会計時の所作も美しく、スマートな振る舞いを実現します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e9e217f9-3d5e-4fe7-a59c-2b2dfe58b4a4.jpg?v=1776755449\" 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                \u003ch4 class=\"section-title\"\u003e日本円にちょうどいい。シンプル、コンパクト＆スタンダード。\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_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                \u003cp class=\"body-text\"\u003e他国に比べてサイズの大きな日本の紙幣に合わせ、大きくなりがちなお財布。b3Laboのミネルバ・ボックス ショートウォレットは、現実的で快適に使えるサイズという、ひとつの着地点をご提案します。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e考え抜いて辿り着いた、美しい正方形\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e高さはカードを入れた際のギリギリ。横幅は一番大きな紙幣の一万円札を少し余裕をもって出し入れしやすいサイズ。使いやすさを考えて最終的に導き出されたサイズが、縦横がほぼ10センチという正方形に近い形。一万円札の長さ16センチに対して、二つ折りを開いた状態で20センチ。コンパクトに機能をまとめ、シンプルな美しさを極めたお財布です。\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\/MB\/WP100\/WP100_MBshort_40.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これにより、まずは全体のサイズを数ミリ縮められます。\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                \u003cp class=\"body-text\"\u003e柔らかなオイルレザーの質感、シボ（皺）感、イタリアを感じさせるカラー。ミネルバ・ボックスの素晴らしさ全てをそのまま活かしたく、あえて直線で仕上げてあります。厚みを抑え、カラーバリエーションも豊富なことから、男性・女性を問わずお持ちいただいているシリーズです。\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\/MB\/WP100\/WP100_MBshort_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eb3Laboのお財布でも定番となってきた、使いやすいボックス型。フラップ部分にカードを1枚入れることができ、これにより3つのメリットがあります。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003eメリット（1）　大きく開き見やすく\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e硬いカードを1枚入れることで、折りたたまれたボックス型のマチが端まできれいに立ち上がり、小銭入れ全体が大きく開きます。隅々まで小銭を一覧できるため、無駄なく小銭を出し切りたい方にもおすすめです。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003eメリット（2）　クセになる閉めやすさ\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_37.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\n                \u003ch4 class=\"section-title\"\u003eメリット（3）　長くきれいに使える\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_38.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革財布を長くきれいに使いたい方にもおすすめです。\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\/MB\/WP100\/WP100_MBshort_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eミネルバ・ボックスという名高い革を使ったお財布のコンセプトとして、また、b3Laboの革小物づくりの精神として革そのものの良さを引き出すことにこだわりました。その答えが\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e直線のデザイン\u003c\/li\u003e\n                    \u003cli\u003e必要な厚みは残すこと\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003ch4 class=\"section-title\"\u003e（1）直線のデザイン\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_42.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\n                \u003ch4 class=\"section-title\"\u003e（2）必要な厚みは残すこと\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_12.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様々な観点から『ちょうどよい厚み』を模索し、たどり着きました。\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\/MB\/WP100\/WP100_MBshort_06.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\n                \u003ch4 class=\"section-title\"\u003e色の変化の傾向\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003eオイルが多く含まれるイタリーレザーは、総じて仕上がりの色が濃い傾向があります。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eイエロー・ベージュ・ピンク：日焼けを経て自然なキャメルブラウンに\u003c\/li\u003e\n                    \u003cli\u003eブラウン：ブラウンのまま色が濃くなっていきます\u003c\/li\u003e\n                    \u003cli\u003eレッド：鮮やかさはそのまま落ち着いた深みのあるダークレッドに\u003c\/li\u003e\n                    \u003cli\u003eワイン・パープル：色が深まり、最終的には黒に近いほど深い色に\u003c\/li\u003e\n                    \u003cli\u003eブルーグリーン：濃緑を経て最終的には黒に近いほど深い色に\u003c\/li\u003e\n                    \u003cli\u003eグレー：徐々に茶色みを帯び、渋いオリーブ色に\u003c\/li\u003e\n                    \u003cli\u003eチャコールグレー・黒：大きな変化は起こらず艶が出ます\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003ch4 class=\"section-title\"\u003e61ブルーグリーンの経年変化\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_41.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右のものはおよそ1年半ほどサンプルとして展示し、色だけが経年変化し艶は出ていない状態のものです。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e82グレー\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_44.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eグリーンがかったグレーから徐々に茶色みを増していき、渋いオリーブ色のような色に変化。右のものは1年程経った色になります。\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\/MB\/WP100\/WP100_MBshort_43.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n\n                \u003ch4 class=\"section-title\"\u003eきれいな経年変化のために\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003e実は、b3Laboのサイトに訪れる方のいくたりかは「ミネルバ・ボックスの経年変化は汚い？」という調べ物でいらっしゃっています。おそらくご自身できれいに育つものか不安に感じておられる方が多いのだと思います。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eそこで展示で日焼け済みのお財布を3ヶ月程使用して実験したものが、上でお見せした82グレーです。\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_39.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\"\u003eb3Laboについて\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=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/re\/img\/pc\/main_bnr05.png\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」。エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e革小物への想い\u003c\/h4\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                \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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_17.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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_45.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\/MB\/WP100\/WP100_MBshort_46.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\/MB\/WP100\/WP100_MBshort_47_2.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                \u003cp class=\"body-text\"\u003e【 SPEC 】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦9.6cm × 横10cm × 厚み1.8cm\u003c\/li\u003e\n                    \u003cli\u003e※厚みは最も厚い部分\u003c\/li\u003e\n                    \u003cli\u003e素材：イタリーレザー(MinervaBox)\u003c\/li\u003e\n                    \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×5\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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eMinerva Boxとは\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003ch4 class=\"section-title\"\u003eイタリーレザー「Minerva Box」\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e『Minerva Box（ミネルバボックス）』\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の顔ともいうべき革、Minerva Box（ミネルバボックス）。自然の風合いを大切にし、牛筋骨等のオイルで柔らかさを出し、あえてシボ（シワ）加工が施されています。（シボの目立つ部分・目立たない部分がありますが素材の特性としてご理解ください）いわゆる『芳醇な革の香り』を最も楽しめるレザーの一つです。お手入れ頻度が低く、ただ使ううちに素晴らしい艶が出てきます。\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            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e【 ATTENTION 】\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 イエロー","offer_id":43369813803067,"sku":"WP45712 イエロー","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"32 ブラウン","offer_id":43369813835835,"sku":"WP45732 ブラウン","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369813868603,"sku":"WP45733 ベージュ","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"41 ワイン","offer_id":43369813901371,"sku":"WP45741 ワイン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369813934139,"sku":"WP45742 レッド","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369813966907,"sku":"WP45743 ピンク","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"52 パープル","offer_id":43369813999675,"sku":"WP45752 パープル","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"61 ブルーグリーン","offer_id":43369814032443,"sku":"WP45761 ブルーグリーン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369814065211,"sku":"WP45782 グレー","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369814097979,"sku":"WP45791 ブラック","price":17600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4fb67a23-4305-450e-907f-f09ad1294d68.jpg?v=1776755449"},{"product_id":"185954595","title":"【Pueblo×栃木レザー】 カスタムできる ミニトラッカーウォレット \/ WP489","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  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性を纏う、ミニマルスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手のひらに収まるコンパクトなサイズ感。洗練された色彩のプエブロレザーが、あなたの日常に\u003cstrong\u003e上品な彩り\u003c\/strong\u003eをもたらします。スマートに持ち歩き、軽やかな日々を。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_97bc71fd-a40a-4bb4-a991-89e464b26ecc.jpg?v=1774948110\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに、そして軽やかに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e本物を育てる歓び\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厳選された\u003cstrong\u003e栃木レザー\u003c\/strong\u003eと\u003cstrong\u003eプエブロ\u003c\/strong\u003eの融合が織りなす、唯一無二の質感。使い込むほどに深まる艶と風合いは、あなただけの物語を刻み込みます。本物の革がもたらす変化を体感してください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_dd987585-ff79-4f69-8351-555cd0c0d3f8.jpg?v=1774948110\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊かなエイジングの魅力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e小さな空間に秘めた大容量\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e限られたスペースに驚きの\u003cstrong\u003e収納力\u003c\/strong\u003eを凝縮。必要なものをスマートに整理し、ストレスフリーな使い心地を追求しました。細部に宿る、使う人への配慮を感じてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7db5cc81-5f72-43c8-b5b1-1ca8b6b96948.jpg?v=1774948109\" 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    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_00w.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003e「小さな相棒」と大人気のカスタムできるトラッカーズミニウォレットに、華やかなイタリアンレザー「プエブロ」と栃木レザーを融合した新バージョンが登場。プエブロは、表面に引っかき跡を残し独特の表情を加えた個性派本革です。お手入れの必要がなく、経年変化も早く、質感・色はフォーマルにも耐える格調高さです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細ギャラリー\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eディテール\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e経年変化\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスペックイメージ\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカラーバリエーション1\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカラーバリエーション2\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカラーバリエーション3\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/all\/fastoji.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e共通イメージ: ファスナー閉じ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \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\n\u003cstrong\u003e商品名\u003c\/strong\u003e: 【Pueblo×栃木レザー】 カスタムできる ミニトラッカーウォレット\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e商品コード\u003c\/strong\u003e: WP489\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 牛本革 (100%植物タンニン鞣し) Pueblo × 栃木レザー\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: 約 縦7.3cm × 横11cm × 厚み1.5cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e:\n          \u003cul class=\"sub-list\"\u003e\n            \u003cli\u003e背面カードポケット ×1\u003c\/li\u003e\n            \u003cli\u003e内部カードポケット ×1 (カード 1～10枚収納)\u003c\/li\u003e\n            \u003cli\u003eフリーポケット ×1 (お札は三つ折りまたは二つ折り推奨)\u003c\/li\u003e\n            \u003cli\u003eミニポケット ×1 (小銭入れ、小物収納など)\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e環境に配慮した簡易包装を心がけております。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\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カスタムで個性が出せる、人気のミニトラッカーウォレットは、現在革種違いの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\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\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\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\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\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカスタムオプション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eトラッカーウォレットといえば、カスタムといっても過言ではありません。チェーンやコードの取り付けだけでなく、リングを取り付けると革に光り物がプラスされてドレッシーな印象になり、男性だけでなく女性にもおすすめのオプション加工です。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/trucker_custom.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n\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\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      \u003cp\u003e【カスタムB】ミニショルダー化に必須のカスタムです。\u003c\/p\u003e\n      \u003cp\u003e【カスタムC】ウォレットコードやウォレットチェーンを取り付けるのに最適。1950年代アメリカのトラック乗りが運転席から離れる際に忘れ物防止策としてカスタムしたことがきっかけだったそう。後にライダーたちに人気の火が燃え移り、『ライダースウォレット』+『ウォレットチェーン\/ウォレットコード』として現代に受け継がれました。\u003c\/p\u003e\n\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      \u003cp\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n\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      \u003cp\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\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      \u003cp\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eラッピングサービス\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369814425659,"sku":"wp48931 ブラウン×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369814458427,"sku":"wp48933 ベージュ×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369814491195,"sku":"wp48941 ワイン×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369814523963,"sku":"wp48962 ブルーグリーン×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369814556731,"sku":"wp48982 グレー×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369814589499,"sku":"wp48991 ブラック×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_97bc71fd-a40a-4bb4-a991-89e464b26ecc.jpg?v=1774948110"},{"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"},{"product_id":"189142475","title":"【オリジナルレザー \/ コロレッタ】 コインケース ※刻印・カスタム不可 \/ WC395","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_31b0abc0-138d-468f-b459-d58b86221c14.jpg?v=1776221035\" 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わずか23g 理想の薄型軽量設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦横8cm、厚さ1cmという\u003cstrong\u003e極限の薄さ\u003c\/strong\u003eが、ポケットやバッグの中で場所を選びません。国産コロレッタレザーは、お手入れ要らずで使い込むほどに艶を増します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3da62014-0cfc-4fd6-8d85-2bf1923f7a2e.jpg?v=1776221035\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e携帯性に優れたパートナー\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eミニマリスト必見 男女兼用ウォレット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eメイン財布と使い分け可能な\u003cstrong\u003eセカンドウォレット\u003c\/strong\u003eとしても活躍。鍵やカードも収納できるため、キャッシュレス時代にフィットする身軽な持ち運びを実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3d8ec8d3-b49c-4e89-a795-31f65f958b3e.jpg?v=1776221035\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦8cm × 横8cm × 厚み1cm\u003c\/li\u003e\n          \u003cli\u003e素材：国産オリジナルレザー（コロレッタ）\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 背面ミニポケット×1\u003c\/li\u003e\n          \u003cli\u003e商品コード：WC395\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\/Coloretta\/Coin\/wc_colo_coin_12.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        \u003cp\u003e「国産オリジナルレザー『コロレッタ』」\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e姫路レザー\u003c\/strong\u003eとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eColoretta（コロレッタ）\u003c\/strong\u003eは、タンニンレザーとクロムレザーの特性を「いいとこどり」した、b3Laboオリジナルの新しいレザーです。「革らしい風合いを楽しみながらも、美しい色を気軽に長く楽しみたい」そんな想いを叶えるために生まれました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e傷や汚れにある程度強くお手入れがほとんど必要ない\u003c\/li\u003e\n          \u003cli\u003eゆっくりと艶を帯びていくタンニンレザーの特徴も楽しめる\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eラッピングサービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご注意事項\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\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=\"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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369816883259,"sku":"WC39512イエロー","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"32ブラウン","offer_id":43369816916027,"sku":"WC39532ブラウン","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369816948795,"sku":"WC39542レッド","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369816981563,"sku":"WC39543ピンク","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"61ブルーグリーン","offer_id":43369817014331,"sku":"WC39561ブルーグリーン","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"82グレー","offer_id":43369817047099,"sku":"WC39582グレー","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369817079867,"sku":"WC39591ブラック","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_31b0abc0-138d-468f-b459-d58b86221c14.jpg?v=1776221035"},{"product_id":"155139008","title":"【Pueblo×栃木レザー】 マネークリップ \/ WP459 WP492","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e二つの革が織りなす洗練美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイタリアのプエブロと日本の栃木レザー。異なる表情を持つ最高級素材が、使うほどに深まる\u003cstrong\u003e唯一無二の経年変化\u003c\/strong\u003eを約束します。薄型ながらも上質な存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_832a4a51-224a-46be-bbbb-5730724bb23a.jpg?v=1774948137\" class=\"img-fluid d-block w-100 product-img\" alt=\"二つの革が織りなす洗練美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに魅せる本革クリップ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人の息吹宿る上質レザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eヤスリで丁寧に仕上げたプエブロの独特な表面は、使い込むほどに\u003cstrong\u003e艶を増し\u003c\/strong\u003e、あなただけの物語を刻みます。緻密な縫製が、長く愛用できる\u003cstrong\u003e堅牢さ\u003c\/strong\u003eを生み出しています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0f51c5af-b51f-4ebf-a571-337ef6a785cf.jpg?v=1774948137\" 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つのカードポケット、フリーポケットで、必要なものを\u003cstrong\u003eスマートに持ち運べます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_92b45688-cd62-4aba-b30b-fd97d7019750.jpg?v=1774948137\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄型で叶えるスマートな日常\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eミニマリストの選択、最上の携帯性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e簡易包装について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eエコな配送を心がけ、簡易包装でお届けいたします。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の魅力とコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"イタリアと日本の革を同時に楽しむマネークリップ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e個性際立つイタリーレザー・Puebloは、革の吟面（表面）に細かくヤスリをかけたスクラッチ模様とマットな質感が特徴的です。オイルをたっぷり含み比較的早くツヤが出てくるため、目に見える変化が楽しい革でもあります。アクセントに配した栃木レザーは、本来ベルト用に作られた極厚の革を贅沢にも薄く漉いて使っています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_17.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=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eあえて革らしい厚みを残したしっかりとした作り。磨き上げたコバの重なりの表情も楽しみの1つです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_16.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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦8.7cm × 横11cm × 厚み0.8cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様：マネークリップ×1 \/ カードポケット×6 \/ フリーポケット×2\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e6つのカラーからお選びいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_09.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_10.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_11.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_12.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_13.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_14.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    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e革の特性と由来\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4\u003eイタリーレザー「Pueblo」\u003c\/h4\u003e\n        \u003cp\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003ch5\u003e『Pueblo（プエブロ）』\u003c\/h5\u003e\n        \u003cp\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革、Pueblo（プエブロ）。表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早い\/使い始めの状態と経年変化後のどちらも美しく変化が劇的、といった体験をユーザーにもたらし人気が高まっている革です。\u003c\/p\u003e\n        \u003cp\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n\n        \u003ch4\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n        \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003ch5\u003e『ノーベル』\u003c\/h5\u003e\n        \u003cp\u003e昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の『ヌメ革』。『革の締まり・革の密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/p\u003e\n        \u003cp\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e刻印サービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003ch4\u003e手打ち刻印 ￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手打ち刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003cu\u003e下の「【名入れ】手打ちイニシャル刻印」からご購入ください。\u003c\/u\u003e\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（ABCD〜Z）+　「.」「,」「-」が使えます。\u003cu\u003e小文字を希望される場合は3D刻印をご利用ください。\u003c\/u\u003e\n\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"3D刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003cu\u003e下の「【名入れ】3Dオーダー刻印」からご購入ください。\u003c\/u\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\"\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        \u003ch4\u003eマネークリップ＆コインケースのセット使い\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"マネークリップとコインケースのセット\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e大きく開いて使いやすいコインケースとのセット使いでより便利に。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/155139821?_pos=1\u0026amp;_sid=a1bb3c349\u0026amp;_ss=r\"\u003ePueblo コインケース\u003c\/a\u003e\u003c\/p\u003e\n\n        \u003ch4\u003ePueblo✕栃木レザーシリーズ\u003c\/h4\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        \u003cp\u003e製品を長くご愛用いただくための注意事項です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369817800763,"sku":"wp45931 ブラウン×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369817833531,"sku":"wp45933 ベージュ×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369817866299,"sku":"wp45941 ワイン×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369817899067,"sku":"wp45962 ブルーグリーン×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369817931835,"sku":"wp45982 グレー×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369817964603,"sku":"wp45991 ブラック×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2424a0b3-b16a-4d17-a74d-d5e934094f0c.jpg?v=1774948137"},{"product_id":"155139821","title":"【Pueblo×栃木レザー】 コインケース \/ WC390 362 403","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3\u003e個性を纏うPuebloレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手のひらに吸い付くようなイタリアンレザーPuebloの\u003cstrong\u003e独特の質感\u003c\/strong\u003eが、あなたのスタイルに洗練された個性を添えます。使うほどに\u003cstrong\u003e深まる表情\u003c\/strong\u003eを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ed79fd5b-c615-450a-8c6b-c110de2f2674.jpg?v=1774948140\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質な革が魅せる風格\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3\u003eスマートさを纏う設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦7cm、横7.5cmの\u003cstrong\u003e無駄のないサイズ\u003c\/strong\u003eは、どんなポケットにもすっきりと収まります。その日のスタイルを邪魔せず、\u003cstrong\u003e身軽な移動\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2e4d2fe9-3e38-4767-86fc-cdb2412c1fa9.jpg?v=1774948141\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e計算された黄金比\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3\u003eストレスフリーな使い心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eガバっと大きく開く\u003cstrong\u003eボックス型の内装\u003c\/strong\u003eには、日本が誇る栃木レザー。小銭の出し入れがスムーズなだけでなく、鍵などもスマートに収納できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5be97f55-fd66-4597-9a2c-3aa34a7f1cd8.jpg?v=1774948140\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開けばわかる、その実力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴と機能性\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e小さいながら日本とイタリア、両方の革の良さが楽しめるおすすめの商品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e外装: 革の表面を目の細かいヤスリでスクラッチした個性的な革。\u003c\/li\u003e\n        \u003cli\u003e内装: 栃木レザー社がベルト用に開発したツヤのある厚革の表面だけを贅沢に使用。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e大きく開くボックス型コインケースで、中の小銭が見やすいだけでなく、鍵などの小物も一緒に収納できます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e手のひらサイズでシンプルなほぼ正方形。\u003c\/li\u003e\n        \u003cli\u003e外装のPuebloはあえて3mmの厚みを残し、革そのものを持つ喜びを追求。\u003c\/li\u003e\n        \u003cli\u003eオイルをたっぷりと含んでいるため、特別なお手入れは不要。\u003c\/li\u003e\n        \u003cli\u003eポケットでの使用による摩擦で、驚くほどのツヤと早期のエイジングが楽しめます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ（約）：縦7cm × 横7.5cm\u003c\/li\u003e\n        \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n        \u003cli\u003e仕様：BOX型小銭入れ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4\u003eイタリーレザー「Pueblo」\u003c\/h4\u003e\n      \u003cp\u003eイタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革。オイルを多く含み、柔らかく耐久性に優れ、素晴らしい色艶が出ることが特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n      \u003cp\u003ePueblo（プエブロ）は、バダラッシカルロ社の革で、表面を丁寧に荒らす加工を施しています。これにより、通常よりもエイジングが早く、使い始めの状態と経年変化後のどちらも劇的に美しく変化する点が人気です。\u003c\/p\u003e\n      \u003cp\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることで、きれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n      \u003ch4\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n      \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n      \u003cp\u003eノーベルは、昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の『ヌメ革』です。『革の締まり・革の密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/p\u003e\n      \u003cp\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e展開カラーは以下の通りです。\u003c\/p\u003e\n      \u003cp\u003e31 ブラウン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e33 ベージュ×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e41 ワイン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e62 ブルーグリーン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_19.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e82 グレー×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e91 ブラック×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_21.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003ePueblo×栃木レザーシリーズ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e革工業が盛んなイタリア・トスカーナ州の中でも、伝統的な鞣し製法【バケッタ製法】で実績の有る、バダラッシ・カルロ社のプエブロに、日本が誇る栃木レザー社のノーベルを合わせました。質感の異なる最高の素材を組み合わせたシリーズです。\u003c\/p\u003e\n      \u003ch4\u003eマネークリップとコインケースのセット使い\u003c\/h4\u003e\n      \u003cp\u003e大きく開いて使いやすいコインケースとのセット使いで、より便利にお使いいただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e\n        \u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/155139008?_pos=1\u0026amp;_sid=2b4afaed1\u0026amp;_ss=r\"\u003ePueblo マネークリップはこちら\u003c\/a\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eラッピングについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e工房から出るハギレを活かして、「For You」「Happy Birthday」などのメッセージを刻印したラッピングを提供しております。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eエコな配送を心がけております。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材のため、多少の色差や筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369817997371,"sku":"wc36231 ブラウン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369818030139,"sku":"wc36233 ベージュ×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369818062907,"sku":"wc36241 ワイン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369818095675,"sku":"wc36262 ブルーグリーン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369818128443,"sku":"wc36282 グレー×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369818161211,"sku":"wc36291 ブラック×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ed79fd5b-c615-450a-8c6b-c110de2f2674.jpg?v=1774948140"},{"product_id":"174625689","title":"【姫路レザー \/ モストロ】 トートバッグ \/ WR351 WR320","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e姫路レザーが魅せる洗練\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e姫路レザー「モストロ」が放つ唯一無二の輝き。使い込むほどに深まる艶と、時代を超えて愛される普遍的なデザインは、あなたの日常を格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0eb1c11a-26ba-4eb5-a2ac-53e5bbe23dd3.jpg?v=1774948145\" 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ビジネスシーンに最適、B4対応の\u003cstrong\u003e大容量\u003c\/strong\u003e。15cmの\u003cstrong\u003e底マチ\u003c\/strong\u003eはノートPCも楽々収納し、肩に優しい\u003cstrong\u003eハンドル\u003c\/strong\u003eが毎日の通勤を快適に支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a456311a-c405-4c1b-a38d-99ae64f4c2c2.jpg?v=1774948145\" 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。A4書類や小物もすっきり整理でき、\u003cstrong\u003e天ファスナーとホックの二重開閉\u003c\/strong\u003eが大切な荷物をしっかり守ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_408bbf71-693e-4c31-89a0-6b1d8d680762.jpg?v=1774948145\" 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  \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\/Mostro\/WR320\/WR320_Mostrotote_10_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"かっちり本革ビッグトート\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e頑張ればB4サイズも入ってしまう、大容量ビッグトート。A4書類を分けて収められる仕切りや、セキュリティに配慮した安心の天ファスナーに加え、ホックだけでスピーディに閉めることもできる両対応設計です。今はマットなワックスがけレザーですが、徐々にワックスが剥がれ革に馴染み、透明感のある輝くツヤが出るb3Laboの定番人気レザー『モストロ』をフルに使いました。\u003c\/p\u003e\n\n      \u003ch3 class=\"section-title\"\u003e大容量でもだらしなくならない\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_13_W.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\n      \u003ch4 class=\"section-title\"\u003e両サイドのフルサイズポケット\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_14_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"両サイドのフルサイズポケット\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eメイン収納部をファスナーで閉じる際の両側に、A4フルサイズのポケットを用意しました。このポケットを、まるで書類ケースの仕切りやフォルダ分けのように使っていただくことができます。取引先ごとに振り分けたり、ビジネスとプライベートの区切りの意味で物理的に分けて使うことができるスペースです。たくさん入るビッグトートだけに、ごちゃごちゃしがちな中身をすっきりと仕分けられる仕切りポケットです。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e小さめポケットも\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_15_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小さめポケット\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eスマートフォン、名刺入れ、パスケース、お財布、ペンを挿しておくといった小物のための小さめポケットも。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e小さめオープンポケット×2\u003c\/li\u003e\n        \u003cli\u003eファスナー付きポケット×1\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003ch3 class=\"section-title\"\u003e日本の職人によるしっかりとした作り\u003c\/h3\u003e\n      \u003ch4 class=\"section-title\"\u003e15cmものマチ（厚み）\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_18_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"15cmものマチ\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eマチ15cmの大容量は、さすがメンズバッグといった迫力と貫禄。シンプルに革を全面に押し出したビッグトートは、コーディネートのポイントにもなってくれます。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003eノートPCも楽に入るサイズ感\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_17_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ノートPCも楽に入るサイズ感\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e一般的な13-14インチのラップトップPCが余裕を持って入ります。緩衝のためのスリーブケースに入れても引っかかることなく出し入れが可能です。15インチの場合は一般的な幅35-39cmに対し、トート底面の幅が約32.5cmのため、機種によっては入れることができます。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e肩周りがきつくない大きなハンドル\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_11_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"肩周りがきつくない大きなハンドル\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e冬場のアウターの上からでも余裕のある肩まわり。モデル身長は180cmと長身の男性にも十分な長さのハンドルです。肩や腕への食い込みを緩和するしっかりとしたつくりです。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e開閉しやすいファスナー\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_16_W.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\n      \u003ch3 class=\"section-title\"\u003e忙しくてもきちんと感を大切にしたい方へ\u003c\/h3\u003e\n      \u003ch4 class=\"section-title\"\u003eポイント1：ホックでも閉められる\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_12_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ホックでも閉められる\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eすべてを閉じられてセキュリティ面で安心の天ファスナーですが、ハンドル根本の2箇所のホックでも閉じることができます。通常、この大きさだとジャンパーホックなどの硬めの金具を使うことが多くなりますが、開閉のしやすさを重視してビッグサイズのバネホックを採用。急ぐシーンでもスピーディな開閉が可能です。また、軽い力で留められるメリットとして、ハンドル根本を押さえつけてそこだけ色濃く経年変化が進む「アタリ」が出にくくなります。これによりシンプルな革トートバッグを長くきれいに使っていただけます。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003eポイント2：内装のアクセント\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_19_W.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  \u003c\/details\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\"\u003e21 キャメル\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\/WR320\/WR320_Mostrotote_02_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメル\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\"\u003e72 グリーン\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\/WR320\/WR320_Mostrotote_03_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"72 グリーン\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\"\u003e82 グレー\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\/WR320\/WR320_Mostrotote_04_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\"\u003e91 ブラック\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\/WR320\/WR320_Mostrotote_05_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック\"\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e：縦34cm × 横32.5cm(底) × 底マチ15cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eハンドル高\u003c\/strong\u003e：27.5cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e：姫路レザー\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e：外側ポケット×1 \/ 内側ファスナー大ポケット×1 \/ 内側小ファスナーポケット×1 \/ 内側ポケット×2\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約950g\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      \u003ch3 class=\"section-title\"\u003eMostro シリーズ\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e滑らかな触り心地を追求した姫路レザーを使用したシリーズ。一枚一枚、丁寧にワックスをかけた白っぽい表面が、使ううちにどんどんと透明感を感じるツヤに変わっていく楽しみと、日常に取り入れやすいカジュアルテイストの商品が多いことから、b3Laboにおいて不動の定番人気となっているレザーです。\u003c\/p\u003e\n      \u003cp class=\"body-text text--center\"\u003eシリーズ一覧\u003c\/p\u003e\n\n      \u003ch3 class=\"section-title\"\u003e姫路レザー「Mostro」\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n      \u003cp class=\"body-text\"\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・ギフトについて\u003c\/h3\u003e\n\n    \u003ch4 class=\"section-title\"\u003e簡易包装について\u003c\/h4\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\n    \u003ch4 class=\"section-title\"\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大型商品のラッピング\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。※お客様でセットしていただく包装です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e小型商品用の選べる有料ラッピングもございます。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_20.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小型商品用の選べる有料ラッピング\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品のご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/p\u003e\n\n    \u003ch3 class=\"section-title\"\u003eタンニンレザーの特性について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eこちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起こりやすい、繊細な素材です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分には手汚れが付く前にケアクリームを塗っておくと長くきれいにお使いいただけます。\u003c\/p\u003e\n    \u003cdiv class=\"table-scroll-view\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth\u003e特徴\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eタンニンレザー\u003c\/th\u003e\n            \u003ctd\u003e色艶の経年変化が楽しめます。\u003cbr\u003e水染み等の変化も起こります。\u003cbr\u003e定期的なメンテナンスが必要です。\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eクロムレザー\u003c\/th\u003e\n            \u003ctd\u003e薬品で鞣された経年変化しない革\u003cbr\u003e水に濡れても変化はありません。\u003cbr\u003eメンテナンスはほとんど不要です。\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text text--center\"\u003eケア用品はこちら\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369818423355,"sku":"WR32021 キャメル","price":38500.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369818456123,"sku":"WR32072 グリーン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369818488891,"sku":"WR32082 グレー","price":38500.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369818521659,"sku":"WR32091 ブラック","price":38500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0eb1c11a-26ba-4eb5-a2ac-53e5bbe23dd3.jpg?v=1774948145"},{"product_id":"169244496","title":"【姫路レザー \/ モストロ】マルシェバッグ \/ WR299 WR356","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e都会に映える大人マルシェ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e柔らかな姫路レザーが、背中に沿うようにフィットします。ゆとりのある容量と、肩に優しい設計で、毎日の外出をスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_68fbb038-7a0f-4e13-aba2-cf0411d2ac4b.jpg?v=1774948149\" 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縦60cm、横46.5cmのゆとりある設計は、お買い物からレジャーまで活躍します。あずま袋由来のフォルムが、荷物が増えてもスマートな印象を保ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a020c613-b137-4003-b235-2d7dfd03840d.jpg?v=1774948149\" 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姫路レザー「Mostro」が魅せる、深い色彩と奥深いエイジング。使い込むほどに表情を変える革は、あなたの個性を映し出す唯一無二の存在へ育ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1416c9b4-4901-4560-b115-f969afc121fc.jpg?v=1774948148\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品のコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e風呂敷を縫い合わせて古くから日常のバッグとして使われてきた「あずま袋」。この日本製のマルシェバッグを革で作りました。しっかりとした大きなフォルムに、シンプルな留具がポイントです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_08.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\/Mostro\/WR299\/WR299_MostroMarche_01.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=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_12.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=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手提げとして持った際のイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e手提げとして持つ際にもしっかりと重みを受け止めます。\u003c\/p\u003e\n\n        \u003cp\u003eバッグの開閉\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"バッグの開閉部分\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eこのマルシェバッグのポイントにもなっている留め具はループをスライドさせて開閉します。\u003c\/p\u003e\n\n        \u003cp\u003eb3Laboの刻印\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ロゴ刻印\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e革の良さ、バッグの表情を邪魔しない位置を選んでシンプルに素押し刻印のみでロゴを入れています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e21 キャメル\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメルカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e22 オレンジ\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"オレンジカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e72 グリーン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_04.jpg\" class=\"img-fluid d-block w-100 product-img\" 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\/Mostro\/WR299\/WR299_MostroMarche_05.jpg\" class=\"img-fluid d-block w-100 product-img\" 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\/Mostro\/WR299\/WR299_MostroMarche_06.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約60cm（縦）× 46.5cm（横）\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e底から開口部まで: 31.5cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材と仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材：姫路レザー\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e仕様：ポケットなし\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e姫路レザー「Mostro」\u003c\/p\u003e\n        \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003ch4\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n        \u003cp\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e革製品の特性とご使用上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/p\u003e\n        \u003cp\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/p\u003e\n\n        \u003cp\u003eタンニンレザーについて\u003c\/p\u003e\n        \u003cp\u003eこちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起きやすい、繊細な素材です。\u003c\/p\u003e\n        \u003cp\u003e雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分には手汚れが付く前にケアクリームを塗っておくと長くきれいにお使いいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctr\u003e\n              \u003cth\u003eタンニンレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul\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\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eクロムレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul\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\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eケア用品はこちら\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・ラッピングについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e環境に配慮し、簡易包装での配送を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \n    \u003ch4 class=\"section-title\"\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大型商品のラッピング説明画像\"\u003e\n    \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。※お客様でセットしていただく包装です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- 商品コード: WR299 WR356 (これはHTMLのbody外のメタ情報か、商品情報としてどこかに含めるべきだが、特定のセクション指定がないため今回はここにコメントとして記載。実際は別途SKUや品番として表示される想定) --\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369818783803,"sku":"wr29921 キャメル","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"22 オレンジ","offer_id":43369818816571,"sku":"wr29922 オレンジ","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369818849339,"sku":"wr29972 グリーン","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369818882107,"sku":"wr29982 グレー","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369818914875,"sku":"wr29991 ブラック","price":31900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_68fbb038-7a0f-4e13-aba2-cf0411d2ac4b.jpg?v=1774948149"},{"product_id":"174369552","title":"【姫路レザー \/ モストロ】ショルダーバッグ \/ WR319 WR350 WR384","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品のご紹介\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      商品名: 【姫路レザー \/ モストロ】ショルダーバッグ\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日を格上げする本革バッグ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      姫路レザー「Mostro」の\u003cstrong\u003e柔らかな質感\u003c\/strong\u003eが、カジュアルながらも洗練された印象を与えます。大きすぎず小さすぎない絶妙なサイズ感で、週末のお出かけをスマートに彩るパートナーとなるでしょう。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_308822ce-b630-4c14-b1d3-cc05d051b3bc.jpg?v=1774948152\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人の休日スタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の休日スタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e見た目以上の収納力、スマートに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      B5サイズも無理なく収まる\u003cstrong\u003e余裕の収納力\u003c\/strong\u003e。4.5cmのマチと充実した内ポケットで、お出かけに必要なものをすっきり整理できます。ショルダーを外せば、クラッチバッグとしても活躍します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3aed2296-420b-49f2-ac50-8d1fba093bae.jpg?v=1774948151\" class=\"img-fluid d-block w-100 product-img\" alt=\"お出かけを快適に\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eお出かけを快適に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eストレスフリーな使い心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      引っ張りやすい革の引き手と、可動域の広い丸カンで\u003cstrong\u003eスムーズな開閉\u003c\/strong\u003eを実現。斜め45度に配されたDカンは、身体の動きに自然にフィットし、肩にかけた時の自由度と快適さを追求しました。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ac6dc2d8-71f4-4052-a0b6-6e133b3ed335.jpg?v=1774948152\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部まで妥協なく\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部まで妥協なく\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      モストロシリーズならではの表情豊かなカラーを取り揃えました。\n    \u003c\/p\u003e\n\n    \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003eモストロのキャメルは、少し濃いめの落ち着いたカラーです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_04_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー キャメル\"\u003e\n\n    \u003ch4\u003e72 グリーン\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e白っぽいロウが馴染みきると、吸い込まれるような深いグリーンになります。一目惚れ買いの多いカラーです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_05_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー グリーン\"\u003e\n\n    \u003ch4\u003e82 グレー\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e落ち着いた中間色で幅広い層から支持されています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_06_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー グレー\"\u003e\n\n    \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e定番人気のカラーです。新品の状態ではマットですが、透明感あるブラックに変化します。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_07_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー ブラック\"\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        \u003ch4\u003eMostro シリーズ\u003c\/h4\u003e\n        \u003cp\u003e滑らかな触り心地を追求した姫路レザーを使用したシリーズ。一枚一枚、丁寧にワックスをかけた白っぽい表面が、使ううちにどんどんと透明感を感じるツヤに変わっていく楽しみと、日常に取り入れやすいカジュアルテイストの商品が多いことから、b3Laboにおいて不動の定番人気となっているレザーです。\u003c\/p\u003e\n        \u003cp\u003eシリーズ一覧\u003c\/p\u003e\n\n        \u003ch4\u003e細部へのこだわり\u003c\/h4\u003e\n        \u003cp\u003eコンパクトに見えても、B5サイズが入りマチも7.5cmとしっかりめのサイズです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_08_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ1\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eフロントのファスナーポケットの他、内側に大きめのポケットが2つあります。6インチ以上の大型のスマホや、文庫本サイズの書籍がすっぽりと入り、読書がお好きな方の装いにもおすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_09_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ2\"\u003e\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"h3C\"\u003eファスナー＆引き手\u003c\/h4\u003e\n        \u003cp\u003eフロントのファスナーポケットは、b3Laboを代表する「モストロシリーズ」のお財布に共通するカタチ。ファスナーの「歯」を隠すことで暖かみを感じるデザインになりました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_00.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ファスナーと引き手\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eファスナーの引き手部分には、引っ張りやすい革パーツ。普通はDカンを使うところ、あえて大きめの丸カンに、くるっと大きめに結んだ引き手がアクセントに。程よいカジュアルテイストを演出しています。\u003c\/p\u003e\n\n        \u003ch4\u003eファスナー開閉のストレスを減らす\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_10_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"丸カン\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eファスナーの引き手を引っ張る角度を間違うとガリガリと音を立てることもあります。このモストロシリーズのバッグでは、あえて可動域が広い大きな丸カンを使うことで、不快感を軽減しました。\u003c\/p\u003e\n\n        \u003ch4\u003e使いやすいショルダーバッグへのこだわり\u003c\/h4\u003e\n        \u003cp\u003eショルダー紐を外して、本体だけを持つこともできます。ショルダー紐取付のDカンがバッグの裏側にあるため、すっきりとした外観。大きめのクラッチバッグとしても違和感なく使えます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_12_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"クラッチバッグスタイル\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003eモストロショルダーバッグでは裏側に厚手のテープを採用しており安心しており、汗染みや衣類との擦れを気にすることなくお使いいただけます。しっかりとした厚みのテープと革が合わさることで、肩への食い込みを緩和するはたらきも。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_14_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"しっかりとしたショルダー紐\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003eDカンの取り付け角度を『上向き』ではなく『斜め45°』に。これにより、バッグを肩にかけた時の動きの快適さ、自由度が上がっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_13_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Dカンの角度\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eまた、Dカンを縫い付けた『根革』の形もカジュアルな印象を崩さないデザイン。製品として仕上がった際に凸凹が出ないように、内側に折り込む革の薄さと強度を調節して仕上げました。\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サイズ（約）：縦22.5cm × 横33cm(開口部) × マチ4.5cm\u003c\/li\u003e\n          \u003cli\u003eストラップ長さ：67.5〜125cm\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e姫路レザー\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e仕様\u003c\/h4\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外側ファスナーポケット×1\u003c\/li\u003e\n          \u003cli\u003e内ポケット×2\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4 class=\"h3C\"\u003e姫路レザー「Mostro」\u003c\/h4\u003e\n        \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003ch4 class=\"h4C\"\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n        \u003cp\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\u003c\/p\u003e\n        \u003cp\u003e薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n\n        \u003ch4\u003eタンニンレザーについて\u003c\/h4\u003e\n        \u003cp\u003eこちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。\u003c\/p\u003e\n        \u003cp\u003e古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起きやすい、繊細な素材です。\u003c\/p\u003e\n        \u003cp\u003e雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分には手汚れが付く前にケアクリームを塗っておくと長くきれいにお使いいただけます。\u003c\/p\u003e\n\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctr\u003e\n              \u003cth\u003eタンニンレザー\u003c\/th\u003e\n              \u003ctd\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\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eクロムレザー\u003c\/th\u003e\n              \u003ctd\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\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eケア用品はこちら\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eWR319\u003c\/li\u003e\n          \u003cli\u003eWR350\u003c\/li\u003e\n          \u003cli\u003eWR384\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    \u003ch4\u003e簡易包装のおことわり\u003c\/h4\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\n    \u003ch4\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大型商品のラッピング説明\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。お客様でセットしていただく包装です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369819308091,"sku":"WR31921 キャメル","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369819340859,"sku":"WR31972 グリーン","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369819373627,"sku":"WR31982 グレー","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369819406395,"sku":"WR31991 ブラック","price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_308822ce-b630-4c14-b1d3-cc05d051b3bc.jpg?v=1774948152"},{"product_id":"155133946","title":"【姫路レザー \/ モストロ】リュック【2way】 \/ WR244","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革が育つ喜び、2wayリュック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      姫路レザー「モストロ」は、使い込むほどに\u003cstrong\u003e美しい艶\u003c\/strong\u003eが生まれる特別な革です。縦34cm、横27.5cm、マチ6cmの理想的なサイズ感は、日常のどんなシーンにも寄り添います。革が育つ喜びを、日々の相棒として体感してください。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f25ed312-e31a-4d59-b0f6-1803dee67e90.jpg?v=1774948154\" class=\"img-fluid d-block w-100 product-img\" alt=\"モストロ革の経年変化、2wayスタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eモストロ革の経年変化、2wayスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元にスマートな収納力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      手元を煩わせない\u003cstrong\u003eマグネットホック\u003c\/strong\u003eで、必要な時にさっとアクセス。内外の多様なポケットは、小物を賢く整理し、バッグの中をいつもすっきりと保ちます。機能的なデザインが、忙しい日々をスマートにサポートします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e13f58a5-91bc-4219-84eb-4962a1697b9a.jpg?v=1774948154\" class=\"img-fluid d-block w-100 product-img\" alt=\"整理整頓を叶える、賢い内装\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e整理整頓を叶える、賢い内装\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e装いを彩る、瞬時の変身\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      金具の付け替えは不要。たった\u003cstrong\u003e1アクション\u003c\/strong\u003eで、トートからリュックへ瞬時にスタイルチェンジが叶います。通勤にも休日にも、その日の装いや気分に合わせて表情を変え、多様なシーンに寄り添いあなたの毎日を美しく彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_364e54eb-0d05-4836-a366-be45ebf24a99.jpg?v=1774948154\" 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    \u003ch4 class=\"section-title\"\u003e21 キャメル\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_14_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメル\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e43 ピンク\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_15_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"43 ピンク\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e82 グレー\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_16_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_17_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e22 オレンジ\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_18_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"22 オレンジ\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e72 グリーン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_19_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"72 グリーン\"\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 class=\"body-text\"\u003e\n          ワックスがけレザーのため、最初は白っぽいマットな色・質感をしています。お使いいただくうちに自然に磨かれ、経年変化を遂げると\u003cstrong\u003e透明感ある美しい艶\u003c\/strong\u003eが出てきます。b3Laboで取り扱いのある革の中でも、\u003cstrong\u003eなめらかさ・柔らかさに定評\u003c\/strong\u003eがあり、レザーらしいしっかりとした外観に反して比較的軽量なことからリピーターになってくださる方の多い革です。\n        \u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155133946_o9.jpg?cmsp_timestamp=20220622155703\" class=\"img-fluid d-block w-100\" 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\"\u003e2way機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          金具位置を付け替えることなく、\u003cstrong\u003e1アクションでリュックとしてもトートバッグとしても使える2way仕様\u003c\/strong\u003e。その日のスタイルやシーンに合わせて、手軽に持ち方を変えられます。\n        \u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155133946_o2.jpg?cmsp_timestamp=20220622161338\" class=\"img-fluid d-block w-100\" alt=\"2way変身の様子\"\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姫路レザー「モストロ」2wayリュックのサイズと仕様です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦34cm × 横27.5cm × マチ6cm\u003c\/li\u003e\n          \u003cli\u003e外側隠しポケット：縦14.5cm × 横15cm\u003c\/li\u003e\n          \u003cli\u003e仕様：外ポケット×2 \/ 内ポケット(大)×1 \/ 内ポケット(小)×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材の特性と日々のお手入れ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\n        \u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\u003eMostro（モストロ）について\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e\n          タンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透し\u003cstrong\u003eつややかな透明感\u003c\/strong\u003eをもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の\u003cstrong\u003e経年変化\u003c\/strong\u003eも起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n          こちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起きやすい、繊細な素材です。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n          雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分にはケアクリームを塗っておくと長くきれいにご使用いただけます。\n        \u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003e\u003c\/th\u003e\n                \u003cth\u003e特徴\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eタンニンレザー\u003c\/td\u003e\n                \u003ctd\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\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eクロムレザー\u003c\/td\u003e\n                \u003ctd\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\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text text--center\"\u003eケア用品はこちら\u003c\/p\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    \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\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      環境に配慮した簡易包装を心がけております。\n    \u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_20.jpg\" class=\"img-fluid d-block w-100\" alt=\"小型商品用の選べる有料ラッピング\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      ギフトラッピングについては、商品サイズに応じたオプションをご用意しております。\n    \u003c\/p\u003e\n    \u003ch4 class=\"section-title\"\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100\" alt=\"大型商品ラッピングイメージ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。\n    \u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      ※お客様でセットしていただく包装です。\n    \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    \u003c\/ul\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\"\u003eWR244\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369819439163,"sku":"wr24421 キャメル","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"43 ピンク","offer_id":43369819471931,"sku":"wr24443 ピンク","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369819504699,"sku":"wr24482 グレー","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369819537467,"sku":"wr24491 ブラック","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"22 オレンジ","offer_id":43369819570235,"sku":"wr24422 オレンジ","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369819603003,"sku":"wr24472 グリーン","price":35200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f49d0bf9-a65e-4fe0-a587-626728a412c0.jpg?v=1774948154"},{"product_id":"173078754","title":"【姫路レザー \/ モストロ】スマホポーチ \/ サコッシュバッグ \/ WR283 WR337","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e姫路レザーが魅せる上品スマホポーチ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      縦19cm、横13.5cmの\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eで、日常の必需品を\u003cstrong\u003eスマートに収納\u003c\/strong\u003eできます。肩に沿う120cmのストラップは、結び方で長さを自由に調整可能です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c625e10b-db03-4f25-8759-daa299fc3af1.jpg?v=1774948166\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートに持ち歩くミニマルスタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに持ち歩くミニマルスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e両手フリーで軽快お出かけサコッシュ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      わずか\u003cstrong\u003e75g\u003c\/strong\u003eとリンゴ半分ほどの\u003cstrong\u003e軽さ\u003c\/strong\u003eで、肩への負担を軽減し、\u003cstrong\u003e両手が自由に\u003c\/strong\u003e。スマートフォンやミニ財布がすっぽり収まり、お出かけを身軽に彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f4b8b54-3c66-4462-b5ef-ba972c029014.jpg?v=1774948166\" class=\"img-fluid d-block w-100 product-img\" alt=\"身軽な私を叶える日常の相棒\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e身軽な私を叶える日常の相棒\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eモストロレザーが織りなす使い心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      内側は滑らかな生地で、収納物の出し入れが\u003cstrong\u003eスムーズ\u003c\/strong\u003eです。\u003cstrong\u003e姫路レザー\u003c\/strong\u003e「\u003cstrong\u003eモストロ\u003c\/strong\u003e」が持つ、使うほどに「\u003cstrong\u003e化ける\u003c\/strong\u003e」\u003cstrong\u003e独特の風合い\u003c\/strong\u003eと\u003cstrong\u003e豊かな経年変化\u003c\/strong\u003eを存分に楽しめます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3d37d04c-c441-4d8c-9f56-9f1e4f738a7f.jpg?v=1774948166\" 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=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦19cm × 横13.5cm\u003c\/li\u003e\n          \u003cli\u003eショルダー紐：120cm（※結んで調節していただけます）\u003c\/li\u003e\n          \u003cli\u003e素材：姫路レザー（Mostro\/モストロ）\u003c\/li\u003e\n          \u003cli\u003e仕様：外ポケット×1\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          \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメル\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e22 オレンジ\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"22 オレンジ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e43 ピンク\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"43 ピンク\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e72 グリーン\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"72 グリーン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e82 グレー\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック\"\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素材について：姫路レザー「Mostro」\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材の詳細についてご説明します。\u003c\/p\u003e\n        \u003ch4\u003e姫路レザーとは\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e\n          姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\n        \u003c\/p\u003e\n        \u003ch4\u003eMostro（モストロ）とは\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e\n          タンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\n          薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n          その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の商品コードは以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eWR283 WR337\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    \n    \u003ch4\u003e簡易包装のおことわり\u003c\/h4\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\n      当店では環境に配慮し、簡易包装を心がけております。ご理解とご協力をお願いいたします。\n    \u003c\/p\u003e\n\n    \u003ch4\u003e中型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"中型商品のラッピング\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      ラッピング用の不織布袋でお包みします。リボンがけとともに、工房から出るハギレを活かして「For You」「Happy Birthday」といったメッセージを刻印した革タグをお付けし、スタッフが心を込めてラッピングいたします。\n      ※必要であればお渡し用の袋もご購入ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369821405243,"sku":"WR33721 キャメル","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"22 オレンジ","offer_id":43369821438011,"sku":"WR33722 オレンジ","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369821470779,"sku":"WR33743 ピンク","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369821503547,"sku":"WR33772 グリーン","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369821536315,"sku":"WR33782 グレー","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369821569083,"sku":"WR33791 ブラック","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7ad3da4d-df9a-4545-9c7a-2df88060f9ee.jpg?v=1774948166"},{"product_id":"155134499","title":"【Pueblo×栃木レザー】 スクエアキーケース \/ WC367、WC386","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e育てる革小物、多彩な表情\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイタリアのPuebloと日本の栃木レザー。二つの個性が出会うことで、手にするたびに異なる表情と深みが生まれます。あなただけの\u003cstrong\u003eエイジング体験\u003c\/strong\u003eがここから始まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1f5541ce-ad15-4e73-b3b8-3ab03681d4fe.jpg?v=1774948171\" 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わずか1.5cmの厚みが叶える、日常に寄り添うミニマルなデザインです。ポケットや小さなバッグにもすっぽり収まり、\u003cstrong\u003eスマートな所作\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_6ce490be-9ad7-4e3b-aa90-41a0570316af.jpg?v=1774948170\" 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ネジ式で鍵の着脱は驚くほど簡単に行えます。最大6枚まで快適に収納でき、大切な鍵を\u003cstrong\u003e安全かつスムーズに管理\u003c\/strong\u003eできます。日々使うたびに感じる、安心と利便性をお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5858762d-6857-47b7-8834-b2c45939cd7c.jpg?v=1774948170\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常を彩る、スムーズな鍵管理\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e詳細情報\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の基本情報・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eシンプルなデザインとコンパクトなサイズ感で、初めての革小物としてもおすすめです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：WC367, WC386\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）：縦10.5cm × 横3.5cm × 厚み1.5cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\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        \u003cp class=\"body-text\"\u003eシンプルでコンパクトな見た目ながら、通常の鍵なら最大8枚程も収納可能です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e快適にお使いいただくには6枚までがおすすめです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_05.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        \u003cp class=\"body-text\"\u003e鍵の取り付け方は非常に簡単です。\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003eネジを外します。\u003c\/li\u003e\n          \u003cli\u003e鍵を入れます。\u003c\/li\u003e\n          \u003cli\u003e元通りにセットするだけです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_15.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        \u003cp class=\"body-text\"\u003e本体のPueblo（プエブロ）はイタリアから輸入した原厚そのまま。革そのものの良さを味わっていただける製品です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eまれに、裏側にタンナーが入れたds数が入ったものもございますが、製品の個性として扱っております。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_14.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\"\u003ePuebloと栃木レザーについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e異なる特徴を持つ二種類の革が出会うことで、より魅力的なエイジングが楽しめます。\u003c\/p\u003e\n        \u003ch4\u003eイタリーレザー「Pueblo」\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003eイタリーレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした「ハンドマーク」品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e「Pueblo（プエブロ）」は、バケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革です。表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早く、使い始めの状態と経年変化後のどちらも美しく変化が劇的という体験をユーザーにもたらし人気が高まっている革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることで、きれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n        \u003ch4\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\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        \u003cp class=\"body-text\"\u003e豊富なカラーバリエーションからお好みをお選びください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e31 ブラウン×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e33 ベージュ×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e41 ワイン×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e62 ブルーグリーン×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e82 グレー×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e91 ブラック×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e名入れ・刻印サービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵に仕上がります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（A〜Z）と「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\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 class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども対応可能です。\u003c\/li\u003e\n          \u003cli\u003eガタつきのない、まるで印刷物のような刻印になります。\u003c\/li\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフト・ラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e特別な贈り物に、心を込めたラッピングを承ります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\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        \u003cp class=\"body-text\"\u003ePueblo×栃木レザー キーケースは、多くの方に革の良さを知っていただきたいという想いから、革の入門編として価格設定にこだわりました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_03.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  \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\"\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    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369822126139,"sku":"wc36731 ブラウン×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369822158907,"sku":"wc36733 ベージュ×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369822191675,"sku":"wc36741 ワイン×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369822224443,"sku":"wc36762 ブルーグリーン×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":false},{"title":"82 グレー×ブラウン","offer_id":43369822257211,"sku":"wc36782 グレー×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369822289979,"sku":"wc36791 ブラック×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1f5541ce-ad15-4e73-b3b8-3ab03681d4fe.jpg?v=1774948171"},{"product_id":"189142491","title":"【オリジナルレザー \/ コロレッタ】 手帳型カードケース ※刻印・カスタム不可 \/ WC396","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    \u003ch1 class=\"product-title\"\u003e【オリジナルレザー \/ コロレッタ】 二つ折りカードケース \/ WC396\u003c\/h1\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートに整理、日常を彩る二つ折りカードケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e開けば一目瞭然、8枚のカードとフリーポケットに紙幣も収納。どこへでも持ち運びやすいコンパクト設計で、必要な時にさっと取り出せ、日常のあらゆるシーンを\u003cstrong\u003eスマートに彩ります\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3a7eeb59-6341-4379-8e06-54c318b7994e.jpg?v=1776221000\" 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わずか8mmの洗練、国産オリジナルレザーの質感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厚みわずか0.8cmというスリムな作りは、スーツの内ポケットやミニバッグにも無理なく収まります。約50gの軽やかさは、まるで持っていることを忘れるほど。国産オリジナルレザー「コロレッタ」が生み出す、\u003cstrong\u003eしなやかさと上質感が手の中に広がります\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b1696577-752e-44e9-ac78-ebbaec972b52.jpg?v=1776221000\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eポケットに収まる洗練されたミニマルデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手に馴染む心地よさ、育てる革の喜び\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e使用を重ねるごとに手に心地よく馴染み、革本来の風合いと艶を増していきます。天然素材が持つ一つひとつの表情は、まさに貴方だけの証。傷や汚れに強く、手入れいらずでありながら、\u003cstrong\u003e時と共に深まる愛着を育めます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a854821c-7ee9-4e76-bb3a-ecf051948af8.jpg?v=1776221000\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦12.5cm × 横8cm × 厚み0.8cm\u003c\/li\u003e\n                    \u003cli\u003e素材：国産オリジナルレザー（コロレッタ）\u003c\/li\u003e\n                    \u003cli\u003e仕様：フリーポケット×2 \/ カードポケット×8\u003c\/li\u003e\n                    \u003cli\u003e商品コード：WC396\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=\"http:\/\/b3labo.sub.jp\/Coloretta\/Card\/wc_colo_card_11.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                \u003cp\u003e本製品に使用されている「コロレッタ」は、日本の皮革産業の中心地である兵庫県姫路地区で鞣された革を使用しています。\u003c\/p\u003e\n                \u003ch4\u003e姫路レザーについて\u003c\/h4\u003e\n                \u003cp\u003e古くから『播州鞣し』が行われてきた兵庫県姫路地区は、現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨し、広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n                \u003ch4\u003eColoretta（コロレッタ）とは\u003c\/h4\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    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送・ギフト案内\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e環境に配慮した簡易包装\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e当工房では、地球環境に配慮し、簡易包装を心がけております。お客様のご理解とご協力をお願いいたします。\u003c\/p\u003e\n                \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            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e大切な方への贈り物に、メッセージ刻印サービスもご用意しております。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_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    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入時の注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。一点ごとの表情をお楽しみください。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。淡い色の衣服と合わせる際など、ご注意ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369824583739,"sku":"WC39612イエロー","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"32ブラウン","offer_id":43369824616507,"sku":"WC39632ブラウン","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369824649275,"sku":"WC39642レッド","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369824682043,"sku":"WC39643ピンク","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"61ブルーグリーン","offer_id":43369824714811,"sku":"WC39661ブルーグリーン","price":9350.0,"currency_code":"JPY","in_stock":false},{"title":"82グレー","offer_id":43369824747579,"sku":"WC39682グレー","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369824780347,"sku":"WC39691ブラック","price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3a7eeb59-6341-4379-8e06-54c318b7994e.jpg?v=1776221000"},{"product_id":"167010145","title":"【Pueblo×栃木レザー】 薄型パスケース \/ WC369","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e贈り物に最適、選べる上質革小物\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかな\u003cstrong\u003eプエブロレザー\u003c\/strong\u003eと深みのある\u003cstrong\u003e栃木レザー\u003c\/strong\u003eが織りなす、洗練されたコントラスト。大切な方への心に残る贈り物にふさわしい逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_84a09f95-5086-46f2-8906-293a321fdf2c.jpg?v=1774948210\" 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\u003e0.4cm\u003c\/strong\u003e。ポケットやバッグの中でかさばらない極限まで薄さを追求し、毎日の通勤・通学をスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ed240233-ccda-4b0c-8b81-97aed99185b2.jpg?v=1774948209\" 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\u003eICカードセパレーター\u003c\/strong\u003eも使用可能。\u003cstrong\u003eDカン\u003c\/strong\u003eでストラップを付ければ、さらに使い方が広がります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ff4d9ad6-8cc4-4467-9341-573617b6ae59.jpg?v=1774948210\" 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=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: WC369\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）: 縦10.5cm × 横7.5cm × 厚み0.4cm\u003c\/li\u003e\n          \u003cli\u003e素材: イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様: パスケース×2 \/ 中央ポケット×1\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=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_18_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"プエブロの独特の模様\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003ePueblo（プエブロ）は、あえて革表面を細かな金属ブラシで擦り、独特の表情を生み出した革です。最初はさらりとしたマットな質感で、艶を失った状態から始まり、およそ3ヶ月前後ではっきりとしたツヤが出るドラマチックな変化への驚きや喜びが体験できます。\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\" alt=\"経年変化の例\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e栃木レザーといったヌメ革に比べ、プエブロの経年変化は短時間で実感できます。非常に細かなワイヤーブラシによる加工で出来た起毛が、日々お使いいただくうちに寝てくることで一気に表面の艶となって現れます。\u003c\/p\u003e\n        \u003cp\u003eまた、栃木レザー「ノーベル」は、昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の「ヌメ革」です。革の締まり・革の密度が飛び抜けて優れており、強靭さと端正さを併せ持ちます。\u003c\/p\u003e\n        \u003cp\u003e使い始めは硬さを感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能と収納力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品はスマートなデザインながら、日常使いに便利な機能を備えています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_00.jpg\" class=\"img-fluid d-block w-100\" alt=\"基本的なパスケースの形\"\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\/Pueblo\/WC295\/wc295_passcase_pueblo_19_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"ICカードセパレーター使用例\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e表と裏のパスケース用ポケットの他に、中央には一番大きくて深いポケットがあります。ここに磁気を遮断するICカードセパレーターを入れれば、表と裏で2枚のカードを使い分けられます。（※カードやセパレーターの注意書きに従ってお使いください。）また、「もしもの時」のためのお札を入れておくこともできます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_15_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"Dカン\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eサイドに縫い込んだDカン（金具）により、ネックストラップを取り付けたり、お手持ちのリールキーホルダーを取り付けたりと、使い方が広がります。（ストラップは別売です。）\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=\"point-list\"\u003e\n          \u003cli\u003e作業に1〜2日いただきます。\u003c\/li\u003e\n        \u003c\/ul\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\" alt=\"手打ち刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシンプルな大ぶりの大文字で、イニシャルや頭文字だけでも素敵です。\u003c\/li\u003e\n          \u003cli\u003e大文字（ABCD〜Z）と「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n          \u003cli\u003eご注文時に入力欄からご依頼ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100\" alt=\"3D刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e工房の3Dプリンターで作るオーダーメイド刻印です。\u003c\/li\u003e\n          \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども刻印可能です。\u003c\/li\u003e\n          \u003cli\u003eガタつきのない、まるで印刷物のような仕上がりになります。\u003c\/li\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n          \u003cli\u003e「オプション3D刻印購入」からご購入ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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プエブロにはオイルがたっぷり含まれており、基本的に1〜3年ほどはクリームやオイルを使ったメンテナンスは不要です。できれば時々はレザー用のブラシ等で革と革の隙間や縫い目などを重点的にホコリを落とし、その後全体にブラッシングする程度で十分です。\u003c\/p\u003e\n        \u003cp\u003e特に小物の場合は毎日触れる手からのわずかな水分や油分だけで十分な場合も多く、クリームやオイルを使ったケアが逆にPuebloの寿命を縮めてしまうこともございます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eもしも、よく曲げ伸ばしする部分が白っぽくなってきた場合は乾燥してきたサインです。その場合はお近くのb3Labo店舗にクリームメンテナンス（無料）を依頼するか、革小物用のコンディショニングクリームなどのケア剤を使ったお手入れがおすすめです。\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=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_02.jpg\" class=\"img-fluid d-block w-100\" 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        \u003ch4\u003e31 ブラウン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_03.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラウン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e33 ベージュ×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_04.jpg\" class=\"img-fluid d-block w-100\" alt=\"ベージュ×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e41 ワイン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_05.jpg\" class=\"img-fluid d-block w-100\" alt=\"ワイン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e62 ブルーグリーン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_06.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブルーグリーン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e82 グレー×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_07.jpg\" class=\"img-fluid d-block w-100\" alt=\"グレー×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e91 ブラック×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_08.jpg\" class=\"img-fluid d-block w-100\" 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革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」です。エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/re\/img\/pc\/main_bnr05.png\" class=\"img-fluid d-block w-100\" alt=\"工房風景\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e革小物への想い\u003c\/h4\u003e\n        \u003cp\u003e革製品を使い始めるきっかけや思い出は人それぞれですが、そのどれもが一期一会の出会いから始まっています。“ずっと大切にしたい”と思えるアイテムと出会い、毎日を過ごし、一緒に年月を重ねていける…… そんな温かみのあるただひとつの革製品を、もっと身近に。そういう思いを込めて、私たちは日々ものづくりをしています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したラッピングをご用意しております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100\" alt=\"ラッピング例\"\u003e\n        \u003c\/div\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\" 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    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369825927227,"sku":"wc36931 ブラウン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369825959995,"sku":"wc36933 ベージュ×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369825992763,"sku":"wc36941 ワイン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369826025531,"sku":"wc36962 ブルーグリーン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369826058299,"sku":"wc36982 グレー×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369826091067,"sku":"wc36991 ブラック×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_84a09f95-5086-46f2-8906-293a321fdf2c.jpg?v=1774948210"},{"product_id":"187720111","title":"【たつのレザー \/ プログレ】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ（24.5-25cm） \/ WA398","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e【たつのレザー】手元に映える彩り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e上質な国産たつのレザーを贅沢に一枚革で使用し、ミニトラッカーウォレットを上品に引き立てます。\u003cstrong\u003e豊富なカラーは個性を際立たせ、手元から洗練された印象を演出\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_59b35361-4dd8-4f85-8270-b9db86197327.jpg?v=1774948232\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べる5色の個性と上質\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる5色の個性と上質\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が楽しめます。360度回転する真鍮製ナスカンはスムーズな操作を実現。職人の\u003cstrong\u003e丁寧なコバ処理が、細部に宿る上質\u003c\/strong\u003eを物語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c6c1ace0-e446-41d2-863f-a861ae87ba94.jpg?v=1774948232\" 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約25cmの長め設計で、手首から外さず\u003cstrong\u003eスムーズにお会計\u003c\/strong\u003e。ウォレットを無理なく引き寄せ、スマートな支払いを叶えます。男性にも扱いやすい長さで、日々の所作を快適にサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_6a69a0a5-9a6a-4579-b740-e994d011fcab.jpg?v=1774948232\" 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\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品のコンセプト\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e使うほどに味わいを増す上質本革ストラップ。手元に確かな品質を、そして本革が織りなすあなただけのストラップを。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e上質な本革を贅沢に使用し、日常にさりげない高級感と落下防止の安心感をプラスします。\u003c\/li\u003e\n        \u003cli\u003e使い込むほどに柔らかく手首のラインに馴染み、色艶を深めていく本革ならではの経年変化（エイジング）は、まさにあなたと共に時を刻む相棒です。\u003c\/li\u003e\n        \u003cli\u003e厳選された高品質な本革を使用し、職人が一つひとつ丁寧に仕上げています。五感で感じられる本物の素材感が、あなたの心を満たします。\u003c\/li\u003e\n        \u003cli\u003e耐久性にも優れており、長くご愛用いただける逸品です。\u003c\/li\u003e\n        \u003cli\u003e本革の最大の魅力は「育てる楽しさ」にあります。日々の使用によって生まれる細かな色合いの変化は、使い手のライフスタイルを映し出し、世界に一つだけのオリジナルの風合いへと育っていきます。\u003c\/li\u003e\n        \u003cli\u003e当店取り扱いのミニトラッカーウォレット専用ですが、お持ちのお財布や、スマホケースにもご使用いただけます。\u003c\/li\u003e\n        \u003cli\u003e無駄を削ぎ落とした極めてシンプルなデザインは、本物の高級牛革だからこそ可能な唯一無二の一品です。\u003c\/li\u003e\n        \u003cli\u003eビジネスシーンからカジュアルな日常使いまで、どんなスタイルにも溶け込み、あなたの魅力を引き立てます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e大切な方への贈り物にも最適です。誕生日や記念日、父の日や母の日、敬老の日やクリスマスプレゼントなど、大切な方への特別なギフトとしても喜ばれます。当店ではギフト梱包も承っております。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材について：たつのレザー「プログレ」\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e兵庫県の姫路・たつのエリアで鞣された革の総称「姫路レザー・たつのレザー」を使用。古くから『播州鞣し』が行われてきたこの地域は、現在でも日本の皮革産業の中心地です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e新進気鋭のタンナーがバケッタ製法の本場・イタリアの技術指導を受けて作り上げた『プログレ』。\u003c\/li\u003e\n        \u003cli\u003eシックで深みのあるカラーが特徴のワックスレザーです。\u003c\/li\u003e\n        \u003cli\u003e表面は非常に細かなバフィング（研磨）が施された銀スリ革らしいさらりとしたマットな風合い・感触です。\u003c\/li\u003e\n        \u003cli\u003eオイルが控え目で、ゆっくりとした経年変化を楽しむことが出来、非常にきめ細かな艶が生まれ、色が深まっていきます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e使い始めは「硬さ、きつさ」を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e当店売り上げNo.1ミニトラッカーウォレットシリーズ用のストラップです。厳選された素材と、細部までこだわったデザインが魅力です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eb3Laboの定番カラーで作った1枚革のトラッカーウォレット用ストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\u003c\/li\u003e\n        \u003cli\u003e1枚革を使用した贅沢な作り。タンニンレザーならではのハリと硬さを持った革が、徐々に柔らかくなります。\u003c\/li\u003e\n        \u003cli\u003e自由に回転する真鍮製のレバーナスカン。トラッカーウォレット用ストラップですが、IDケース・パスケースやミニ財布等を取り付けられます。\u003c\/li\u003e\n        \u003cli\u003e真鍮はくすみや黒ずみといったアンティークな変化を楽しめます。独特の重みがあり、革の風合いと合わさることで風格とも言える良さが出てきます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e男性にも使いやすい長めタイプです。使い始めは革のハリがあり、短く感じることもございますが、次第に柔らかくこなれてきます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品サイズイメージ\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text text-center\"\u003eサイズイメージ\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e項目\u003c\/th\u003e\n              \u003cth\u003e詳細\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e革幅\u003c\/td\u003e\n              \u003ctd\u003e約0.8cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e長さ（全長）\u003c\/td\u003e\n              \u003ctd\u003e約24.5-25.0cm ※スライド式ベルトループの調整により前後いたします。\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e長さ（革）\u003c\/td\u003e\n              \u003ctd\u003e約22.0-22.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e金具のみ\u003c\/td\u003e\n              \u003ctd\u003e約3.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eレバーナスカン（フック）内径\u003c\/td\u003e\n              \u003ctd\u003e約0.8cm 360度回転式\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e基本データ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e製造国: 日本\u003c\/li\u003e\n        \u003cli\u003e素材: 国産たつのレザー（プログレ）\u003c\/li\u003e\n        \u003cli\u003eカラー: キャメル、コバルトブルー（青）、ミッドグリーン（緑）、グレー（灰色）、ブラック（黒）\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e商品コード: WA398\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e豊富なカラーバリエーションからお選びいただけます。\u003c\/p\u003e\n      \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメルカラー\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e62 コバルトブルー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col62.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"コバルトブルーカラー\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e72 ミッドグリーン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col72.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミッドグリーンカラー\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e82 グレー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col82.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グレーカラー\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e91 ブラック\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col91.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=\"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=\"caption-text text-center\"\u003e工房のハギレを活かしたメッセージ刻印\u003c\/p\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      \u003cp\u003e当店では、環境に配慮した簡易包装を推進しております。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text text-center\"\u003eエコな配送を心がけます\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e僅かですが個体差があります。予めご了承くださいませ。\u003c\/li\u003e\n      \u003cli\u003eビースリーラボ取り扱いのミニトラッカーウォレットへの取り付けは、本体のお財布へカスタムリングの取り付けを推奨いたします。\u003c\/li\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369827467323,"sku":"wa39821 キャメル","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"62 コバルトブルー","offer_id":43369827500091,"sku":"wa39862 コバルトブルー","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"72 ミッドグリーン","offer_id":43369827532859,"sku":"wa39872 ミッドグリーン","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369827565627,"sku":"wa39882 グレー","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369827598395,"sku":"wa39891 ブラック","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_59b35361-4dd8-4f85-8270-b9db86197327.jpg?v=1774948232"},{"product_id":"173549716","title":"【イタリー \/ Sibilla】 ペンケース ※刻印・カスタム不可 \/ WC350","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  \u003cp class=\"product-name\"\u003e【イタリー \/ Sibilla】 ペンケース \u003csmall\u003e※刻印・カスタム不可 \/ WC350\u003c\/small\u003e\u003c\/p\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_743450bb-26d8-448e-9c1e-ba66970f58f2.jpg?v=1774948241\" class=\"img-fluid d-block w-100 product-img\" alt=\"イタリーと栃木レザーのペンケース\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊かな彩り、選ぶ楽しみ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e驚くほどの収納力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e見た目からは想像できないほどの\u003cstrong\u003e収納力\u003c\/strong\u003eを備え、お気に入りの\u003cstrong\u003e筆記具をスマートに携帯\u003c\/strong\u003eできます。\u003cstrong\u003e15cm定規もゆとりを持って収まり\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_f32e7cbf-d25e-481d-83d0-8706502bc11d.jpg?v=1774948241\" class=\"img-fluid d-block w-100 product-img\" alt=\"ペンケースに筆記具と定規が入っている様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常を彩るパートナー\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e匠が宿るディテール\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e磨き上げられた\u003cstrong\u003eコバ\u003c\/strong\u003e、端正な\u003cstrong\u003eステッチ\u003c\/strong\u003e、そして底面と引手に配された強靭な\u003cstrong\u003e栃木レザー\u003c\/strong\u003e。\u003cstrong\u003e「本物」\u003c\/strong\u003eだけが持つ、細部にまで行き届いた\u003cstrong\u003e職人たちの矜持が息づいています\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0692e153-c54f-46cb-8dc2-09af492d89ce.jpg?v=1774948241\" 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革工房 b3Laboが原点に立ち返り、一切の妥協をせずに作り上げた製品。久々の新作ペンケースとなります。\u003c\/p\u003e\n        \u003cp\u003e手に取り、ご覧いただければそのクオリティにきっとご納得いただけると自負するペンケースです。\u003c\/p\u003e\n        \u003cp\u003eイタリアと日本の美しい革を組み合わせた、手にとって頂きたい革のペンケースです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_00f.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本製品は、イタリー革「Sibilla（シビラ）」と栃木レザー「ノーベル」という、厳選された二種類の革を組み合わせています。\u003c\/p\u003e\n        \u003ch4\u003eイタリー革「Sibilla（シビラ）」について\u003c\/h4\u003e\n        \u003cp\u003eイタリア・トスカーナ地方の伝統製法を受け継ぐタンナーの老舗・TEMPESTI社（テンペスティ）が手掛けた革。蝋が馴染みきった時の透明感に溢れた艶には特別な満足感があります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"イタリー革 Sibilla の拡大画像\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e栃木レザー「ノーベル」について\u003c\/h4\u003e\n        \u003cp\u003e底面と引手、アクセントとなる部分にはダークブラウン色の栃木レザーを使用。手間暇を惜しまずに作り上げられた強靭で美しい革は、ファッションの本場の名を欲しいままにするイタリーレザーと組み合わせても遜色のない存在感を放ちます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_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        \u003cp\u003e見た目以上の大容量で、必要なペンやマーカーがたくさん入るだけでなく、長さも十分。\u003c\/p\u003e\n        \u003cp\u003e一般的に使われている15cm定規も余裕を持って出し入れできるサイズです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_00a.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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e：縦20.5cm × 横4cm × 高さ6cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e：イタリーレザー(Sibilla) \/ 栃木レザー（ノーベル）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_01.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        \u003cp\u003eワックスが染み込んだ革は堅牢性が高く、また透明感ある輝きがあります。お手入れの頻度も低く、その点からも非常におすすめの革です。\u003c\/p\u003e\n\n        \u003ch4\u003eワックス下の色見本\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワックス下の革の色見本 32ブラウン×ブラウン\/41レッド×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワックス下の革の色見本 62ブルー×ブラウン\/72グリーン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワックス下の革の色見本 82 グレー×ブラウン\/91 ブラック×ブラウン\"\u003e\n        \u003c\/div\u003e\n\n        \u003ch4\u003e各カラーバリエーションの紹介\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 32ブラウン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 41レッド×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 62ブルー×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 72グリーン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 82 グレー×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 91 ブラック×ブラウン\"\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イタリーレザー「Sibilla」詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。植物タンニンのみでなめした「ハンドマーク」品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp\u003e非常に難しい革の染色において、まるで布かのように華やかなカラー表現も多く、世界中から愛される革を多く送りだしています。\u003c\/p\u003e\n        \u003ch4\u003eSibilla（シビラ）\u003c\/h4\u003e\n        \u003cp\u003e老舗タンナー・テンペスティ社による、軽やかな色合いの蝋引きレザー。使用部位は硬く締まったショルダー部分のみにこだわり、100％植物タンニンで鞣し丹念にワックスがかけられた、見た目とは裏腹に堅牢な革です。\u003c\/p\u003e\n        \u003cp\u003e代表的なイタリーレザーに比べ、経年変化後の輝きにつながるオイルは控えめですが、表面に浮き出た蝋が革に馴染んでいくと透明感のあるつややかな輝きが生まれ、独特の経年変化を楽しむことが出来ます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザー「ノーベル」詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003ch4\u003e『ノーベル』\u003c\/h4\u003e\n        \u003cp\u003e昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の「ヌメ革」。\u003c\/p\u003e\n        \u003cp\u003e革の締まり・革の密度が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/p\u003e\n        \u003cp\u003e使い始めは「硬さ、きつさ」を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送とラッピングのご案内\u003c\/h3\u003e\n    \u003cp\u003eお客様に環境に配慮した簡易包装での配送を心がけております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したラッピングも承っております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラッピングイメージ\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"32 ブラウン×ブラウン","offer_id":43369830514747,"sku":"wc35032 ブラウン×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"41 レッド×ブラウン","offer_id":43369830547515,"sku":"wc35041 レッド×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルー×ブラウン","offer_id":43369830580283,"sku":"wc35062 ブルー×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン×ブラウン","offer_id":43369830613051,"sku":"wc35072 グリーン×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369830645819,"sku":"wc35082 グレー×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック×ブラウン","offer_id":43369830678587,"sku":"wc35091 ブラック×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_743450bb-26d8-448e-9c1e-ba66970f58f2.jpg?v=1774948241"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/gray.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}