{"title":"20,001円〜","description":"","products":[{"product_id":"155040322","title":"【栃木 \/ インナーマルチカラー】  Over ロングウォレット \/ WP445 495 519","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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e遊び心あふれる大人の選択肢\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e差し込んだカードが隠す、内装の個性的なマルチカラーデザイン。カードポケット12、札入れ2、小銭入れ1の充実した収納力で、スマートな毎日をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3fe54225-6c27-482c-b64d-0f3cbdc4eac4.jpg?v=1776221165\" class=\"img-fluid d-block w-100 product-img\" alt=\"計算された機能美と色彩\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e計算された機能美と色彩\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e確かな手応え 栃木レザーの証\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e日本が誇る栃木レザーを贅沢に使用し、\u003cstrong\u003e本物の質感を追求\u003c\/strong\u003e。手に確かな手応えをもたらします。キーカバーに刻まれたブランドの証は、細部に宿る職人のこだわりを物語ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_da1d5b5c-7001-44ab-9380-ab0ae676f662.jpg?v=1776221165\" 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伝統的なライダースウォレットの流れを汲む、重厚感ある革の手応え。使い込むほどに深まる風合いは、まさしく人生を共に歩むパートナーとなるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9e224b7a-75ee-4de5-bc09-627ffdbd7af8.jpg?v=1776221165\" 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遊び心を持った大人をイメージしてOver長財布はつくられました。一枚革のシンプルな外装に対して、カラフルな内装のコントラスト。そして本当に鍵がさせるキーカバーが特徴です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 全体像\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 内側詳細\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ディテール\"\u003e\u003c\/div\u003e\n                \u003cp\u003e外側も内側も、全てに日本が誇る栃木レザーのみを使用しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザー使用箇所\"\u003e\u003c\/div\u003e\n                \u003cp\u003eこのお財布1つをポケットに押し込んで身軽にお出かけいただけます。\u003c\/p\u003e\n                \u003cp\u003e伝統的なライダースウォレットの流れを汲む、しっかりとした革の手応えが特徴です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ライダースウォレット風デザイン\"\u003e\u003c\/div\u003e\n                \u003cp\u003eライダースと呼ばれる、厚革で作る重厚感あるオールドアメリカンスタイルのお財布を、きれいめアメリカンカジュアルにアレンジしました。ほどよく厚みを残し、“革を持つ”喜びをしっかりと感じられるお財布に仕上がっています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"厳選された栃木レザー\"\u003e\u003c\/div\u003e\n                \u003cp\u003eしっかりと目の詰まった本物の栃木レザーを厳選して使用。お手入れしながら10年使っていただけるお財布です。\u003c\/p\u003e\n                \u003cp\u003e配色で見せるカードポケットもデザインのポイントです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"マルチカラーのカードポケット\"\u003e\u003c\/div\u003e\n                \u003cp\u003e右側のカード段はカラフルですが、カードを挿すとほとんど隠れるため、どなたにもお使いいただきやすい親しみのあるお財布です。\u003c\/p\u003e\n                \u003cp\u003e本当に鍵を挿せるキーカバーも特徴です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーカバーと刻印\"\u003e\u003c\/div\u003e\n                \u003cp\u003eこのキーカバーの刻印が、b3Laboの製品である証です。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細・機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品のサイズと充実した機能をご紹介します。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦19cm × 横9.5cm × 厚み2.5cm\u003c\/li\u003e\n                    \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e小銭入れ×1\u003c\/li\u003e\n                    \u003cli\u003eカードポケット×12\u003c\/li\u003e\n                    \u003cli\u003e内ポケット×3\u003c\/li\u003e\n                    \u003cli\u003e札入れ×2\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                \u003cp\u003e本製品では以下の2種類の栃木レザーを使用しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eノーベル: 昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の「ヌメ革」。革の締まりと密度が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/li\u003e\n                    \u003cli\u003eJEANS（ジーンズ）: フレンドリーなカラー展開が楽しい、柔らかめのカラーレザー。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\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\u003e4色のカラーバリエーションをご用意しております。\u003c\/p\u003e\n                \u003cp\u003eキャメル\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 キャメル\"\u003e\u003c\/div\u003e\n                \u003cp\u003eブラウン\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ブラウン\"\u003e\u003c\/div\u003e\n                \u003cp\u003eネイビー\u003c\/p\u003e\n                \u003cp\u003e※ネイビーは緑がかった濃い色になります。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ネイビー\"\u003e\u003c\/div\u003e\n                \u003cp\u003eブラック\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ブラック\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eオプション・カスタマイズ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eお好みに合わせて、ウォレットをカスタマイズできます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_xxx\/xxx_banner_custom.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタマイズオプションバナー\"\u003e\u003c\/div\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eハトメ穴加工: 2つ折りの折れ目部分にハトメ穴をつけます。穴が金属で補強されるので、ストラップやお気に入りのマスコットなどを取り付けることができます。\u003c\/li\u003e\n                    \u003cli\u003eドロップハンドル取り付け: 2つ折りの折れ目部分にドロップハンドルをつけます。飾りをつけるだけでなく、ウォレットコードなどを取り付けたい時に便利です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eカスタムオプションはこちら\u003c\/p\u003e\n                \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手打ち刻印 ￥1,100（税込）\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\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\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e大文字（ABCD〜Z）と「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n                    \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n                \u003cp class=\"body-text\"\u003e3D刻印 ￥2,200（税込）\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\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\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n                    \u003cli\u003eお作りした版は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\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cp class=\"body-text\"\u003e商品コード: WP445 495 519\u003c\/p\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        \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    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品の特性上、以下の点にご注意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 キャメル","offer_id":43369808691259,"sku":"wp44512 キャメル","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369808724027,"sku":"wp44531 ブラウン","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369808756795,"sku":"wp44561 ネイビー","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369808789563,"sku":"wp44591 ブラック","price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_58d9bed0-711b-41fb-bd9b-c87337725382.jpg?v=1776221165"},{"product_id":"155258999","title":"【栃木レザー】Grandpa ラウンドファスナー長財布 ※刻印・カスタム不可 \/ WP439 494 525","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    \u003ch1 class=\"product-name\"\u003e【栃木レザー】Grandpa ラウンドファスナー長財布\u003c\/h1\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_4599dbb1-dca7-4c3a-a928-6343fde3cb8e.jpg?v=1776221193\" 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無駄を削ぎ落としたミニマルなデザインは、手に心地よく収まるサイズ感。栃木レザーの中でも、特に革の密度と締まりに優れた「ノーベル」を使用し、使い込むほどに深まる風合いは、唯一無二の存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b6fe9d08-39ff-4509-8879-b0e498be5710.jpg?v=1776221193\" 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引き手にさりげなく刻まれたb3Laboのロゴが、本物へのこだわりを語ります。スムーズな開閉を約束するファスナー、そして堅牢な構造は、永年の使用に耐える安心感をもたらし、持つ人のスタイルを格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_dd440af7-dc76-4612-8004-7f9849c490be.jpg?v=1776221193\" 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\u003eb3Laboの定番皮革、\u003cstrong\u003e栃木レザーをフルに使用\u003c\/strong\u003eしたラウンドファスナーウォレットです。\u003c\/p\u003e\n                \u003cp\u003e裏生地を使用せず、張りが有りながらも手に良く馴染む皮革を使用し、ずっしりとした重厚感が特長です。ぼってりとしがちなラウンドファスナータイプのウォレットですが、透明感のある革と相まってスッキリとした印象も受けます。\u003c\/p\u003e\n                \u003cp\u003eb3Laboのロゴは引き手部分に刻印。贅沢な一枚革を楽しんでいただくため、本体には一切刻印を入れておりません。使い込む程に愛着の増すお財布です。\u003c\/p\u003e\n                \u003ch4\u003eGrandpaシリーズについて\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦10cm × 横19cm × 厚み2.5cm\u003c\/li\u003e\n                    \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様：小銭入れ×1 \/ カードポケット×12 \/ 内ポケット×2\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e各色の風合いを写真でご確認ください。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Grandpa\/WP439\/wp092_color_21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメルの長財布\"\u003e\n                    \u003cp class=\"caption-text text-center\"\u003e21 キャメル\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Grandpa\/WP439\/wp092_color_31.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"31 ブラウンの長財布\"\u003e\n                    \u003cp class=\"caption-text text-center\"\u003e31 ブラウン\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Grandpa\/WP439\/wp092_color_61.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"61 ネイビーの長財布\"\u003e\n                    \u003cp class=\"caption-text text-center\"\u003e61 ネイビー\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Grandpa\/WP439\/wp092_color_91.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラックの長財布\"\u003e\n                    \u003cp class=\"caption-text text-center\"\u003e91 ブラック\u003c\/p\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使い始めは硬さやきつさを感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cp class=\"product-code\"\u003e商品コード: WP439 494 525\u003c\/p\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            \u003cp class=\"caption-text text-center\"\u003e環境に配慮し、エコな簡易包装を心がけております。\u003c\/p\u003e\n        \u003c\/div\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            \u003cp class=\"caption-text text-center\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したギフト対応も可能です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n            \u003cli\u003e本商品は刻印・カスタムには対応しておりません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369809018939,"sku":"WP43921 キャメル","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369809051707,"sku":"WP43931 ブラウン","price":25300.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369809084475,"sku":"WP43961 ネイビー","price":25300.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369809117243,"sku":"WP43991 ブラック","price":25300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4599dbb1-dca7-4c3a-a928-6343fde3cb8e.jpg?v=1776221193"},{"product_id":"155154871","title":"【栃木レザー】Calm 長財布 \/ WP440 497 WP441 498 WP526","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e栃木レザーが魅せる品格\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eなめらかなグレージング加工が施された栃木レザーの長財布。笹マチによるスリムなフォルムは、ビジネスシーンから日常まで、持ち主の\u003cstrong\u003e上質な個性を静かに主張\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_87e43629-75c1-456e-9d05-37db3cae9da4.jpg?v=1776221219\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された大人の佇まい\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e使い込むほどに馴染む機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大容量ながらもスマートに整頓できる設計。カードポケット10枚、小銭入れ、札入れを備え、使い始めの心地よい硬さから、\u003cstrong\u003eしなやかに手に馴染む変化\u003c\/strong\u003eを心ゆくまでお楽しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e3501bc2-4e40-4b15-b477-35c61c7eaee4.jpg?v=1776221219\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e実用性と経年変化の喜び\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e10年先も寄り添う逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e選び抜かれた栃木レザーの\u003cstrong\u003e堅牢さが、この財布の確かな品質を物語ります\u003c\/strong\u003e。丹念なお手入れと修理を重ねることで、10年後も変わらず、あなたの人生に深く寄り添う存在となるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c7fa252a-459b-433b-ab3e-073188ef44e2.jpg?v=1776221219\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e時を超えて愛される価値\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eエコ配送について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装を心がけております。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eコンセプトと特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e「きちんと感もありつつ革らしい。The 革のお財布」がコンセプトです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e笹マチによるスリムなデザインで「きちんと感」を演出。下部分が細くなる「笹マチ」によってスリムできちんとした印象です。オンオフを問わず多彩なシーンでお使いいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eグレージング加工による滑らかなツヤ。グレージングという、仕上げの熱プレス加工（アイロンをイメージしてください）が施された革です。表面はつるりと滑らかでツヤを帯びています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザーの魅力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e栃木レザーの良さをシンプルに体感できるお財布です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eきちんと感を出しつつもほどよく革の厚みを残し、“革を持つ”喜びをしっかりと感じられるお財布に仕上がっています。しっかりと目の詰まった上質な栃木レザーのみを使用しているため、最初にカードを挿れる際に固く感じることがあるかもしれません。ですが、時が経つほどにしなやかさが増し、手に馴染んでいきます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eお手入れや時には修理を重ねて、10年お使いいただける、b3Laboが自信を持っておすすめするお財布です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e刻印サービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\u003e手打ち刻印　￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（ABCD〜Z）と「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text--center\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4 class=\"section-title\"\u003e3D刻印　￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text--center\"\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eその他カスタムオプション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_xxx\/xxx_banner_custom.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eハトメ穴加工\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e2つ折りの折れ目部分にハトメ穴をつけます。穴が金属で補強されるので、ストラップやお気に入りのマスコットなどを取り付けることができます。\u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\u003eドロップハンドル取り付け\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e2つ折りの折れ目部分にドロップハンドルをつけます。飾りをつけるだけでなく、ウォレットコードなどを取り付けたい時に。\u003c\/p\u003e\n        \u003cp class=\"body-text text--center\"\u003eカスタムオプションはこちら\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4 class=\"section-title\"\u003eキャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eネイビー\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eブラック\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品スペック\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦10cm × 横18.7cm × 厚み2cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×10 \/ 内ポケット×2\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4 class=\"section-title\"\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003ch5 class=\"section-title\"\u003e「ノーベル」の特徴\u003c\/h5\u003e\n        \u003cp class=\"body-text\"\u003e昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の『ヌメ革』です。『革の締まり・革の密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369809150011,"sku":"wp44021 キャメル","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369809182779,"sku":"wp44031 ダークブラウン","price":22000.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369809215547,"sku":"wp44061 ネイビー","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369809248315,"sku":"wp44091 ブラック","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_87e43629-75c1-456e-9d05-37db3cae9da4.jpg?v=1776221219"},{"product_id":"155164095","title":"受注生産（〜3ヶ月程度） 【栃木 \/ ミシバクロップ】 トラッカーウォレット（ロング） \/ WP512","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_fe5b15c9-6a50-4052-b06c-7e02bbbbc043.jpg?v=1774948067\" 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縦9.3cm、横19cm、厚み2.5cmの洗練されたフォルムは、まさに永年の愛用を前提とした設計です。壊れにくい堅牢な作りは、使い込むほどに手に馴染むパートナーとなるでしょう。\u003cstrong\u003e革の密度が、時を超えて輝きを増す基盤となります。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0d6ca97b-d36b-43ed-9fcb-d85e375dd83d.jpg?v=1774948065\" 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カード5枚、札入れ、小銭入れにフリーポケット2つ。この緻密な設計が、日常の支払いをスムーズにし、必要なものをスマートに取り出せる快適さを提供します。\u003cstrong\u003e唯一無二の刻印を施し、あなただけのパートナーに育ててください。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_01427e4d-220b-43ef-a020-efa3f4cc5491.jpg?v=1774948066\" class=\"img-fluid d-block w-100 product-img\" alt=\"トラッカーウォレットの収納部\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに仕舞う大人の品格\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e受注生産について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \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こちらの製品は受注生産となります。発送までお時間を頂戴いたします。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e在庫がある場合はすぐに発送いたします。\u003c\/li\u003e\n        \u003cli\u003e基本的に次回の革入荷時の受注生産となります。\u003c\/li\u003e\n        \u003cli\u003e発送まで2〜3ヶ月程度お時間を頂戴いたします。\u003c\/li\u003e\n        \u003cli\u003e希少なこだわりの革のため、納期が遅れる可能性がございます。\u003c\/li\u003e\n        \u003cli\u003e革の調達、生産の段階等をメールでお知らせいたします。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品の特長\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e栃木レザーの中でも最も上質なヌメ革で作ったロングウォレットです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e厚革ベルトとして開発された極厚の革を、お財布として使いやすい厚みに調整して仕上げました。長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/li\u003e\n        \u003cli\u003e本体とコインポケットを少し内側で縫い合わせた構造のため、ポケットの柔軟性が高く、見た目よりも容量が大きいのも特徴です。お財布が厚くなりがちな方にもおすすめです。\u003c\/li\u003e\n        \u003cli\u003e壊れにくい堅牢な作りも特徴です。内側に布を使ったお財布に比べ、革のお財布はメンテナンス・修理をしながら長くお使いいただけます。金具にもこだわり、ファスナーは安心のYKK製を使用しております。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eミシバクロップシリーズ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e栃木レザー社のベルト用の厚革「ミシバクロップ」を使ったトラッカーウォレット型のシリーズです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e素材を活かして適度な厚みを残して仕上げており、革らしさを楽しむのにぴったりです。\u003c\/li\u003e\n        \u003cli\u003e非常に柔軟性に優れた構造で、長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/li\u003e\n        \u003cli\u003eb3Laboの店舗ではミシバクロップのベルトも定番商品として販売しております。\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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。作業に1〜2日いただきます。\u003c\/p\u003e\n      \u003ch4\u003e手打ち刻印 1,100円（税込）\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手打ち刻印見本\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/p\u003e\n      \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\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n      \u003ch4\u003e3D刻印 2,200円（税込）\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"3D刻印見本\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\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\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eその他のカスタムオプション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_xxx\/xxx_banner_custom.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他のおすすめカスタム\"\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003eハトメ穴加工\u003c\/h4\u003e\n      \u003cp\u003e2つ折りの折れ目部分にハトメ穴をつけます。穴が金属で補強されるので、ストラップやお気に入りのマスコットなどを取り付けることができます。\u003c\/p\u003e\n      \u003ch4\u003eドロップハンドル取り付け\u003c\/h4\u003e\n      \u003cp\u003e2つ折りの折れ目部分にドロップハンドルをつけます。飾りをつけるだけでなく、ウォレットコードなどを取り付けたい時に。\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\u003e31ブラウン\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WP401\/WP401_MishibaLong_17.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 31ブラウン\"\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\/Mishiba\/WP401\/WP401_MishibaLong_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 33ベージュ\"\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\/Mishiba\/WP401\/WP401_MishibaLong_19.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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ（約）：縦9.3cm × 横19cm × 厚み2.5cm\u003c\/li\u003e\n        \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n        \u003cli\u003e仕様：小銭入れ×1 \/ カードポケット×5 \/ 札入れ×1 \/ フリーポケット×2\u003c\/li\u003e\n        \u003cli\u003e商品コード: WP512\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n        \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eラッピングについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \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      \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\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン","offer_id":43369809379387,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369809412155,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369809444923,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_fe5b15c9-6a50-4052-b06c-7e02bbbbc043.jpg?v=1774948067"},{"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":"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":"155164206","title":"受注生産（〜3ヶ月程度）【栃木 \/ ミシバクロップ】 トラッカーウォレット（ミドル） \/ WP511","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\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_9d96672d-bc03-425d-8d6a-062a99a9316a.jpg?v=1774948093\" 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\u003e5つのカードポケット\u003c\/strong\u003eとフリーポケットで、抜群の収納力を実現しています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e8876bec-d594-4b7e-a78d-6bd0909a567e.jpg?v=1774948094\" 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_18ce93c0-e73e-4acc-a65b-d7c1fe3b299e.jpg?v=1774948093\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどこから見ても調和するデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴とこだわり\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e栃木レザーの中でも最も上質なヌメ革で作られたミドルウォレットです。長く愛されている厚革ウォレットのスタンダードな形をベースに、使いやすさにもこだわりました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e厚革ベルトとして開発された極厚の革を、お財布として使いやすい厚みに調整\u003c\/li\u003e\n                    \u003cli\u003eシンプルで柔軟性の高い構造でお財布が厚くなりがちな方にもおすすめ\u003c\/li\u003e\n                    \u003cli\u003e深く作られた札入れは、片袖オープン構造でスムーズにお札を取り出し可能\u003c\/li\u003e\n                    \u003cli\u003e仕切り板付きで、お札とレシートの分離や紙幣の仕分けが可能\u003c\/li\u003e\n                    \u003cli\u003e壊れにくい堅牢な作り。革財布ならではのメンテナンス・修理で長く愛用可能\u003c\/li\u003e\n                    \u003cli\u003e安心のYKK製ファスナーを使用\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材へのこだわり「ミシバクロップ」\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e栃木レザー社のベルト用の厚革「ミシバクロップ」を使用しています。素材の個性を活かし、革らしさを存分に楽しめるように仕上げました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e植物タンニン100％で鞣された極厚の革\u003c\/li\u003e\n                    \u003cli\u003eベルト用に開発され、染料のみの最低限の加工でマットな表情\u003c\/li\u003e\n                    \u003cli\u003e使い込むほどに艶が生まれ、色が深まるエイジングが楽しめる\u003c\/li\u003e\n                    \u003cli\u003eb3Labo店舗でもベルトとして定番販売されている実績ある革\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選べる3色のカラー展開です。使い込むほどに深まる風合いをお楽しみください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e31 ブラウン\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164206_o7.jpg?cmsp_timestamp=20201029095305\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e33 ベージュ\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164206_o10.jpg?cmsp_timestamp=20201029095305\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e91 ブラック\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164206_o13.jpg?cmsp_timestamp=20201029095305\" 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                \u003cp\u003e製品のサイズは約以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e縦：約10.3cm\u003c\/li\u003e\n                    \u003cli\u003e横：約14cm\u003c\/li\u003e\n                    \u003cli\u003e厚み：約3.2cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e栃木レザー\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e仕様・収納\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e小銭入れ：1\u003c\/li\u003e\n                    \u003cli\u003e札入れ：1（仕切り板付き）\u003c\/li\u003e\n                    \u003cli\u003eカードポケット：5\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工房から出るハギレを活用し、「For You」や「Happy Birthday」などのメッセージを刻印した特別なラッピングを承っております。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section (商品詳細・スペック) --\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        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e在庫がある場合はすぐに発送いたします。\u003c\/li\u003e\n            \u003cli\u003e基本的に次回の革入荷時の受注生産となります。\u003c\/li\u003e\n            \u003cli\u003e発送まで2〜3ヶ月程度お時間を頂戴いたします。\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\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\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!-- 商品コード --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text text-muted\"\u003e商品コード: WP511\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン","offer_id":43369813114939,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369813147707,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369813180475,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9d96672d-bc03-425d-8d6a-062a99a9316a.jpg?v=1774948093"},{"product_id":"155164292","title":"受注生産（〜3ヶ月程度） 【栃木 \/ ミシバクロップ】 トラッカー二つ折り財布 \/ WP510","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_aad8abfb-9d9b-4323-9aae-6e712d32ad50.jpg?v=1774948095\" 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縦9.5cm、横11.5cm、厚み3.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_08e80462-cc42-4d07-9d4f-182f43d836d0.jpg?v=1774948096\" 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\u003eYKK製ファスナー\u003c\/strong\u003eが、日々の開閉を滑らかにサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_76573087-0d8a-420b-bbf5-a9599264eabe.jpg?v=1774948095\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e永く愛せる堅牢設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特長\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e栃木レザーの中でも最も上質なヌメ革で作られたミドルウォレット。厚革ベルトとして開発された極厚の革を、お財布として使いやすい厚みに調整して仕上げました。長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eカードポケットは3つと少ないながら、トラッカーウォレット特有の柔軟性の高い構造で複数枚入れていただくことができます。（お使いいただくうちに革が馴染み、さらにカードが入るようになります。）\u003c\/li\u003e\n        \u003cli\u003e壊れにくい堅牢な作りも特徴です。内側に布を使ったお財布に比べ、革のお財布はメンテナンス・修理をしながら長くお使いいただけます。そのため金具にもこだわり、ファスナーは安心のYKK製を使用しております。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ch3 class=\"section-title\"\u003eミシバクロップシリーズ\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e栃木レザー社のベルト用の厚革「ミシバクロップ」を使ったトラッカーウォレット型のシリーズ。素材を活かして適度な厚みを残して仕上げており、革らしさを楽しむのにぴったりです。非常に柔軟性に優れた構造で、長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eb3Laboの店舗ではミシバクロップのベルトも定番商品として販売しております。\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サイズ（約）：縦9.5cm × 横11.5cm × 厚み3.5cm\u003c\/li\u003e\n        \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n        \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×3\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\"\u003e31 ブラウン\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164292_o6.jpg?cmsp_timestamp=20230119174432\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e33 ベージュ\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164292_o7.jpg?cmsp_timestamp=20230119174432\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164292_o8.jpg?cmsp_timestamp=20230119174432\" 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植物タンニン100％で鞣された極厚の革です。ベルト用に開発されており、染料のみの最低限の加工でマットな表情に仕上げられています。使い込むほどに艶が生まれて、色が変わっていく変化を楽しめる革です。\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 class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\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    \u003ch3 class=\"section-title\"\u003eこちらの製品は受注生産となります\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e在庫がある場合はすぐに発送いたします。基本的に次回の革入荷時の受注生産となります。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e発送まで2〜3ヶ月程度お時間を頂戴いたします。\u003c\/li\u003e\n      \u003cli\u003e希少なこだわりの革のため、納期が遅れる可能性がございます。\u003c\/li\u003e\n      \u003cli\u003e革の調達、生産の段階等をメールでお知らせいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch3 class=\"section-title\"\u003e簡易包装について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e環境負荷軽減のため、エコな配送を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (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":43369813213243,"sku":null,"price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369813246011,"sku":null,"price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369813278779,"sku":null,"price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_aad8abfb-9d9b-4323-9aae-6e712d32ad50.jpg?v=1774948095"},{"product_id":"165970257","title":"【Pueblo×栃木レザー】 L字ファスナーハーフ財布 ※刻印・カスタム不可 \/ WP456","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  \u003ch2\u003e【Pueblo×栃木レザー】 L字ファスナーハーフ財布\u003c\/h2\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e理想を叶えるスマートサイズ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦8.5cm、横11cmのコンパクト設計でありながら、\u003cstrong\u003e見た目以上の収納力\u003c\/strong\u003eを実現。長財布から移行したい方も、現金やカードの収納を諦める必要はありません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_069506e8-31db-4424-94bc-2b39e2cbd6c2.jpg?v=1774948099\" 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、約3ヶ月で驚くほどのツヤが生まれます。あなただけの経年変化をお愉しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_829cb349-148c-4a37-a2ff-34bed47f7fa5.jpg?v=1774948099\" class=\"img-fluid d-block w-100 product-img\" alt=\"時間と共に輝く本革\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e時間と共に輝く本革\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e確かな収納力と使いやすさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大きく開くL字ファスナーと計算された内部構造で、\u003cstrong\u003eお札も小銭もカードもスムーズに取り出し可能\u003c\/strong\u003e。日々の会計をスマートに変える、ストレスフリーな設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8b835c72-d701-4900-bc88-76cba6c1b829.jpg?v=1774948099\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートに整理、瞬間アクセス\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに整理、瞬間アクセス\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コンセプト・特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e長財布から移行を考えつつ、現金もカードも諦めたくない方へ。ハーフサイズのL字ウォレットながら容量の確保にもこだわっており、それほど『小さい』と感じるお財布ではありません。革の厚みをある程度残してありますし、内装も全て革、布地を一切使っていないため、そういったお財布に比べてしっかりとした革の重みを感じます。b3Laboでずっと提供し続けてきた「革そのものの良さ」を大切に作っています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e小さいお財布に変えよう、と探し出すと、ついどんどん小さな方へ目が行ってしまうもの。その結果、現金が少ししか入らなかったり、カード枚数が少なかったりと、諦めることもたくさん出てきて迷ってしまいます。\u003c\/p\u003e\n        \u003cp\u003ePueblo×栃木レザー　L字ファスナーショートウォレットは、セカンド財布用途ではなく、小型でもしっかりとしたメインのお財布をお探しの方へおすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_02.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\/WP419\/wp419_puebloshort_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\/Pueblo\/WP419\/wp419_puebloshort_28.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e左右のフリーエリアで振り分ける他、アクセントになっている仕切り板（マネーホルダー）で高額紙幣やメモ・領収書などを分けて管理できます。二つ折りにした一万円札を縦に入れても大丈夫。ファスナーの高さまではこんなに余裕があります。\u003c\/p\u003e\n        \u003cp\u003eお札の入れ方のご提案:\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003e全てのお札を二つ折りにしてサイドに寄せる、オーソドックスな方法です。\u003c\/li\u003e\n          \u003cli\u003eお札を入れる時に小銭入れの下をくぐらせる方法。お札を取り出す際は端をつまんで引っ張るとするりと出てきます。\u003cbr\u003e※この型の財布を使用中のスタッフの多くはこの方法に落ち着きました。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_29.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\/WP419\/wp419_puebloshort_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e内装に使った栃木レザーは「グレーディング」という、仕上げに熱と摩擦でアイロンがけした、うっとりするほどなめらかで艶のある革。それだけにお札をつまんで引っ張るだけで引っ掛かりなく取り出すことができます。\u003c\/p\u003e\n        \u003cp\u003e多様な入れ方を可能にする余裕あるサイズです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_28.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\"\u003eL字ファスナー財布比較\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\/WP419\/wp419_puebloshort_27.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\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\u003ePueblo×栃木\u003c\/th\u003e\n                \u003cth\u003eモストロ\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e素　　材\u003c\/td\u003e\n                \u003ctd\u003eすべて革\u003c\/td\u003e\n                \u003ctd\u003e革と布生地\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e外ポケット\u003c\/td\u003e\n                \u003ctd\u003eあり\u003c\/td\u003e\n                \u003ctd\u003eあり\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e内容量\u003c\/td\u003e\n                \u003ctd\u003eカード・紙幣・小銭も入れる用のサイズ\u003c\/td\u003e\n                \u003ctd\u003eメインはカードと小銭や鍵入れ。お札は三つ折りで少量持てます。\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eおすすめ\u003c\/td\u003e\n                \u003ctd\u003eまだまだ現金決済が多い方\u003c\/td\u003e\n                \u003ctd\u003eほとんどキャッシュレス決済で、お金は念のために持つ方\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e開き方の違い\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_26.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eお財布を開いた時に、とにかく大きく開くことが特徴。Pueblo×栃木レザーのL字ファスナー短財布は小銭入れにもマチをつけております。これによって、3つのマチが重なり厚みが出てしまいますが、コインポケットの中の小銭へのアクセスが快適です。通常、小銭入れ部分はマチ無しの2つ程度ですが、使う際の利便性も諦めずに盛り込みました。それに対してマチのないL字ファスナーでは開きが小さく、カードをメインで使う方に特化したお財布と言えます。\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\/WP289\/wp289_puelong_30.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e経年変化が早く、失敗知らずの革・プエブロ\u003c\/p\u003e\n        \u003cp\u003eイタリアの個性派レザー代表とも言えるプエブロは、表面をわざと荒らし、マットなつや消しの表情に仕上げた革です。「荒らした」といっても細かなワイヤーブラシの繊細な動きによるスクラッチ模様を描いており、荒々しさは皆無でむしろさらりとした優しい手触りが印象的な革です。使うにつれ、部分部分で独特のスクラッチ模様を残しつつ色を深め、およそ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\u003eこのように革の表面をヤスリなどで加工することを「吟スリ」と言います。Pueblo（プエブロ）はあえて革本来のツヤを消した状態から、およそ3ヶ月前後ではっきりとしたツヤが出てきますが、「ある日突然、急に驚くほどのツヤが出てきた」といった経年変化（エイジング）を体験する方が多くいらっしゃいます。その急激な変化への驚き・喜びにもかかわらず、特別なお手入れは当面の間必要ありません。そのため、初心者の方にも安心してお使いいただき、本革のエイジングの醍醐味を楽しめる革となっております。\u003c\/p\u003e\n        \u003cp\u003eプエブロレザーのお手入れ方法:\u003c\/p\u003e\n        \u003cp\u003ePuebloを新品の状態を手にとっていただくと、少しひんやり、さらりとした感触、しっとりとした重さを感じます。プエブロにはオイルがたっぷり含まれており、アイテムや使用環境にもよりますが、基本的に1〜3年ほどはクリームやオイルを使ったメンテナンスは不要です。できれば時々はレザー用のブラシ等で革と革の隙間や、縫い目などを重点的にホコリを落とし、その後全体にブラッシングする程度でよく、数あるレザーの中でも経年変化の失敗が起こりにくいレザーです。\u003c\/p\u003e\n        \u003cp\u003eもしも、よく曲げ伸ばしする部分が白っぽくなってきた場合は乾燥してきたサインです。その場合はお近くのb3Labo店舗にクリームメンテナンス（無料）を依頼するか、革小物用のコンディショニングクリームなどのケア剤を使ったお手入れがおすすめです。\u003c\/p\u003e\n        \u003cp\u003eコンディショニングクリーム\u003c\/p\u003e\n\n        \u003cp\u003eイタリーレザー「Pueblo」\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バケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革。\u003c\/li\u003e\n          \u003cli\u003e表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早い\/使い始めの状態と経年変化後のどちらも美しく変化が劇的、といった体験をユーザーにもたらし人気が高まっています。\u003c\/li\u003e\n          \u003cli\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3\u003e\n\u003cspan style=\"font-size: 0.6em; font-weight: 600;\"\u003e栃木レザー社の革\u003c\/span\u003e\u003cspan style=\"font-size: 1em; font-weight: 600;\"\u003e「ノーベル」\u003c\/span\u003e\n\u003c\/h3\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。\u003c\/li\u003e\n          \u003cli\u003e栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/li\u003e\n          \u003cli\u003e『ノーベル』は昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の『ヌメ革』です。\u003c\/li\u003e\n          \u003cli\u003e『革の締まり・革の密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。\u003c\/li\u003e\n          \u003cli\u003e表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n        \u003cp\u003ePueblo✕栃木レザーシリーズは、革工業が盛んなイタリア・トスカーナ州の中でも、伝統的な鞣し製法【バケッタ製法】で実績の有る、バダラッシ・カルロ社のプエブロに、日本が誇る栃木レザー社のノーベルを合わせました。質感の異なる最高の素材を組み合わせたシリーズです。\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商品コード：WP456\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）：縦8.5cm × 横11cm × 厚み2.7cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ 仕切り板×1 \/ 内側カードポケット×6 \/ 外側カードポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e豊富なカラーからお選びいただけます。\u003c\/p\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e31 ブラウン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e33 ベージュ×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベージュ×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e41 ワイン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワイン×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e62 ブルーグリーン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブルーグリーン×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e82 グレー×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グレー×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e91 ブラック×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラック×ブラウン\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3\u003e配送・ギフト案内\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eギフトラッピングも承っております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/_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\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n      \u003cli\u003e簡易包装にご協力をお願いいたします。地球環境保護のため、過剰な梱包を控えています。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369813606459,"sku":"wp45631 ブラウン×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369813639227,"sku":"wp45633 ベージュ×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369813671995,"sku":"wp45641 ワイン×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369813704763,"sku":"wp45662 ブルーグリーン×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369813737531,"sku":"wp45682 グレー×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369813770299,"sku":"wp45691 ブラック×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c079d7c1-a131-4173-b0ea-d01101328488.jpg?v=1774948098"},{"product_id":"181908591","title":"【 姫路レザー 】 インテリアみたいなショルダートート \/ WR343","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が、日常にリュクスな輝きを添える。手に取るたび感じる\u003cstrong\u003e上質な質感\u003c\/strong\u003eは、持つ人の個性を際立たせるパートナー。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b9ce7979-15e0-46f9-9321-807760b5d44c.jpg?v=1774948142\" 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スマートな2WAYスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手持ちでも肩掛けでも、装いに合わせて表情を変える。\u003cstrong\u003eA5サイズ\u003c\/strong\u003eが収まる適度なサイズ感は、どこへでも連れて行きたくなる相棒に。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8265e1c0-ff92-462d-b5f3-29adf9f39400.jpg?v=1774948142\" 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広々とした開口部から覗くは、整理整頓された快適な空間。日々の必需品をスマートに収め、お出かけを軽やかに演出する。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c5d92dc9-a3c8-4a31-9771-b407541d6e8f.jpg?v=1774948142\" 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\u003eインテリアのようにお部屋に馴染む、落ち着いたデザインのショルダートートバッグです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e上質な姫路レザーを使用し、経年変化も楽しめます\u003c\/li\u003e\n        \u003cli\u003e手持ちと肩掛けの2WAYでスタイルに合わせて使い分け可能\u003c\/li\u003e\n        \u003cli\u003eA5サイズが収納できる普段使いに最適なサイズ感\u003c\/li\u003e\n        \u003cli\u003e見た目以上の収納力で、お出かけに必要なものをスマートに収納\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e※サイズは概寸です。個体差があるため、目安としてご参照ください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e横幅: 35cm\u003c\/li\u003e\n        \u003cli\u003e高さ: 19cm\u003c\/li\u003e\n        \u003cli\u003eマチ: 12cm\u003c\/li\u003e\n        \u003cli\u003eハンドル高さ: 12cm\u003c\/li\u003e\n        \u003cli\u003eショルダー長さ: 80～160cm (無段階調節)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003c!-- サイズ表画像があれば以下に追加\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\n      \u003c\/div\u003e\n      --\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: 姫路レザー\u003c\/li\u003e\n        \u003cli\u003e生産国: 日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\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商品コード: WR343\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369818226747,"sku":"WR34321 キャメル","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369818259515,"sku":"WR34331 ダークブラウン","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"42 ガーネット","offer_id":43369818292283,"sku":"WR34342 ガーネット","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"61 ナイトブルー","offer_id":43369818325051,"sku":"WR34361 ナイトブルー","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ランプブラック","offer_id":43369818357819,"sku":"WR34391 ランプブラック","price":28600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b9ce7979-15e0-46f9-9321-807760b5d44c.jpg?v=1774948142"},{"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":"174301881","title":"【姫路レザー \/ バッカス】 横型トートバッグ \/ WR264","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  \u003ch3 class=\"section-title\"\u003e【姫路レザー \/ バッカス】 横型トートバッグ \/ WR264\u003c\/h3\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e纏う、本革の美意識\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e姫路レザー「バッカス」の豊かな表情が、装いに深みをもたらします。シンプルな佇まいながらも、\u003cstrong\u003e大胆なシワ模様があなただけの個性を際立たせ\u003c\/strong\u003e、日常を彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_734ee888-da29-4c49-88ee-5580453cdec2.jpg?v=1774948147\" 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縦横35cmのゆとりあるサイズは、書類や日常品をしっかり収納。\u003cstrong\u003e長めのハンドルは肩掛けも軽快で\u003c\/strong\u003e、ビジネスシーンから普段使いまで、頼れる存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e699b7ac-bbec-413f-ae0a-a6c96ed5ddb5.jpg?v=1774948147\" class=\"img-fluid d-block w-100 product-img\" alt=\"理想を叶える収納力\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e理想を叶える収納力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e細部へのこだわりと機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e内部はファスナーポケットと二つのオープンポケットで整理整頓が容易です。\u003cstrong\u003e底鋲付きで、床置きも安心\u003c\/strong\u003e。本革の風合いを損なわない、使いやすい生地の内装も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a8239f34-eac3-4f7c-858e-c8aef49eaf1b.jpg?v=1774948147\" 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姫路レザー『バッカス』のこなれつつ豊かな表情が、どんなファッションにもよく合います。外観はシンプルなビッグトートですが、大きな絞り模様が大胆に入りバッグそのものがアクセントとなっています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_11_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"使い始めからアンティーク調の本革トート\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肩掛けでも、手提げでも\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大きなハンドルは長身の男性が肩にかけても余裕があります。根本はカン（金具）が入っており、左右に倒れるため保管場所の高さに困ることはありません。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_10_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"肩掛けでも、手提げでも\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e傷にも強め。柔らかなオイルレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e『バッカス』は鞣し剤のタンニンと仕上げのオイルを限界まで含ませた、非常にリッチな感触の柔らかい革です。ハンドルを握ると断面が硬いバッグもありますが、『バッカストート』は革そのものの\u003cstrong\u003eふくよかな手触り\u003c\/strong\u003eを楽しんでいただけます。また、オイルが多いため、多少の引っかき傷で白くなった部分が出ても、\u003cstrong\u003eオイルがすぐに移動して目立たなくしてくれます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_09_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"傷にも強め。柔らかなオイルレザー\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e安心の底鋲つき\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eサイズが大きなトートだけに、床置きになる場合も。そんな時にも\u003cstrong\u003e5箇所の底鋲で底面を支えます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_12_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"安心の底鋲つき\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e内装\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e片方にはファスナーポケット、もう片方には2つに区切ったオープンポケットのシンプルな構成。本革トートですが、\u003cstrong\u003e内側は使いやすい生地を採用\u003c\/strong\u003eしました。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_08_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003ch4 class=\"section-title\"\u003e32 キャメル\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_02_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション キャメル\"\u003e\n    \u003ch4 class=\"section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_03_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラウン\"\u003e\n    \u003ch4 class=\"section-title\"\u003e42 レッド\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_04_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション レッド\"\u003e\n    \u003ch4 class=\"section-title\"\u003e62 ブルー\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_05_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブルー\"\u003e\n    \u003ch4 class=\"section-title\"\u003e72 グリーン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_06_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション グリーン\"\u003e\n    \u003ch4 class=\"section-title\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_07_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラック\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品スペック\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ（約）：縦35cm × 横35cm × マチ12cm\u003c\/li\u003e\n        \u003cli\u003e素材：姫路レザー（Bacchus \/ バッカス）\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      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e姫路レザー「バッカス」の豊かな表情\u003c\/li\u003e\n        \u003cli\u003e大胆なシワ模様が個性を際立たせる\u003c\/li\u003e\n        \u003cli\u003e長めのハンドルで肩掛けも楽々\u003c\/li\u003e\n        \u003cli\u003eハンドルが左右に倒れ、収納しやすい\u003c\/li\u003e\n        \u003cli\u003e非常にリッチで柔らかな感触の革\u003c\/li\u003e\n        \u003cli\u003e革本来のふくよかな手触りを楽しめる\u003c\/li\u003e\n        \u003cli\u003eオイルが傷を目立たなくする\u003c\/li\u003e\n        \u003cli\u003e底鋲付きで床置きも安心\u003c\/li\u003e\n        \u003cli\u003e内側にファスナーポケットとオープンポケットを装備\u003c\/li\u003e\n        \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      \u003ch4\u003e姫路レザーとは\u003c\/h4\u003e\n      \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきた同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n      \u003ch4\u003e『Bacchus（バッカス）』\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=\"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\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。※お客様でセットしていただく包装です。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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  \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":"32 キャメル","offer_id":43369818554427,"sku":"wr26432 キャメル","price":52800.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369818587195,"sku":"wr26431 ブラウン","price":52800.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369818619963,"sku":"wr26442 レッド","price":52800.0,"currency_code":"JPY","in_stock":false},{"title":"62 ブルー","offer_id":43369818652731,"sku":"wr26462 ブルー","price":52800.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369818685499,"sku":"wr26472 グリーン","price":52800.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369818718267,"sku":"wr26491 ブラック","price":52800.0,"currency_code":"JPY","in_stock":false},{"title":"41 ワイン","offer_id":43369818751035,"sku":"wr26441 ワイン","price":52800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_734ee888-da29-4c49-88ee-5580453cdec2.jpg?v=1774948147"},{"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":"170773706","title":"【シライデザインコラボ】 帆布×栃木レザー ショルダーディスクバッグ \/ WR301","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白井要一氏とb3Labo、二つの匠が織りなす\u003cstrong\u003eユニークなラウンドフォルム\u003c\/strong\u003e。日常に新たな発見と喜びを添える、大人のための逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_91e005aa-a4c4-4a9c-adfe-81bfc47c0d1f.jpg?v=1774948156\" 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\"\u003e4号帆布の\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_6734eeb8-6ea1-4349-a372-cd3ab3732dfe.jpg?v=1774948157\" class=\"img-fluid d-block w-100 product-img\" alt=\"堅牢な帆布と栃木レザーが融合したバッグ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e永く愛せる確かな素材感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e軽快に持ち運ぶ理想のサイズ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e計算し尽くされたサイズは、日常使いはもちろん、ちょっとした旅行やアクティブなシーンにも寄り添います。どんな装いにも馴染む\u003cstrong\u003e洗練された佇まい\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_458c1c14-bcd4-4539-85ee-05765566abf3.jpg?v=1774948156\" 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のコラボレーションにより、遊び心と機能性を兼ね備えた大人の帆布ショルダーバッグが誕生しました。1985年の誕生以来、数々のグッドデザイン賞を受賞してきたシライデザイン社の帆布製品と、b3Laboが得意とする栃木レザーが融合した、唯一無二のアイテムです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eグッドデザイン賞受賞歴を持つシライデザインとb3Laboの協業\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こだわりの素材とユニークなデザインが特徴です。本体には、きれいめになりすぎない風合いと丈夫さを併せ持つ4号帆布を使用。随所に配されたレザーは、最高峰の品質を誇る栃木レザーです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e本体素材は風合いと丈夫さを両立した4号帆布\u003c\/li\u003e\n                    \u003cli\u003e随所に最高品質の栃木レザーを使用\u003c\/li\u003e\n                    \u003cli\u003e元はフリスビーディスク入れをイメージしたユニークな丸い形状\u003c\/li\u003e\n                    \u003cli\u003e遊び心とセンス溢れる、個性を際立たせるデザイン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e白井氏ならではの匠のデザインと利用シーン\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eシンプルながら細部にまでセンスが光るデザインは、白井要一氏だからこそ成せる業。長年の経験に裏打ちされた機能性と、洗練された美意識が融合した逸品です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e長年の経験に基づく機能性と洗練されたデザイン\u003c\/li\u003e\n                    \u003cli\u003e四季を問わず、どんなお出かけにも最適な汎用性\u003c\/li\u003e\n                    \u003cli\u003eカジュアルかつ上品さを兼ね備え、スタイルにマッチ\u003c\/li\u003e\n                    \u003cli\u003e普段のお出かけをより一層特別なものにする至高のアイテム\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eWR301\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幅: 約24cm\u003c\/li\u003e\n                    \u003cli\u003e高さ: 約27cm\u003c\/li\u003e\n                    \u003cli\u003eマチ: 約12.5cm\u003c\/li\u003e\n                    \u003cli\u003eテープ幅: 約5cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・ラッピングについて\u003c\/h3\u003e\n        \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\" alt=\"エコな配送を心がけます。簡易包装のイメージ\"\u003e\n        \u003c\/div\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\/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\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"33 ベージュ","offer_id":43369820094523,"sku":"WR30133 ベージュ","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"71 モスグリーン","offer_id":43369820127291,"sku":"WR30171 モスグリーン","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369820160059,"sku":"WR30191 ブラック","price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_91e005aa-a4c4-4a9c-adfe-81bfc47c0d1f.jpg?v=1774948156"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/over-20000.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}