{"title":"パスケース","description":"","products":[{"product_id":"155158094","title":"【栃木レザー】Calm 薄型パスケース \/ WC342 409","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_27d73157-ad26-4cda-b5d2-fcf148b3cfa3.jpg?v=1774948206\" 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約10.5cm×7.5cmの\u003cstrong\u003eコンパクト\u003c\/strong\u003eなサイズは、スーツのポケットや小さなバッグにも\u003cstrong\u003eスマート\u003c\/strong\u003eに収まります。Dカンにストラップを取り付ければ、紛失防止や手ぶらでの移動もスムーズに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_693ae761-5178-4c95-9f83-a119168344cb.jpg?v=1774948206\" 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パスケースだけでなく、中央ポケットには折りたたんだ紙幣やICカードセパレーターも収納可能。これ一つで、\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_dd3d79b6-39e5-47a3-8345-da56530eab0a.jpg?v=1774948206\" 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\/Calm\/WC079\/WC079_CalmPass_03.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    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC079\/WC079_CalmPass_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"パスケースとストラップの組み合わせイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003eCalmマルチストラップとのセット使いで、バッグのハンドルに取り付けられます。カバンの中での迷子、落とし物対策に。（画像は21キャメル）\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eCalm ストラップ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e刻印サービス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜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 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\"\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 class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。下の「【名入れ】3Dオーダー刻印」からご購入ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n      \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e【名入れ】3Dオーダー刻印\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\u003e21 キャメル\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC079\/WC079_CalmPass_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメル色のパスケース\"\u003e\n    \u003ch4\u003e31 ブラウン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC079\/WC079_CalmPass_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウン色のパスケース\"\u003e\n    \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC079\/WC079_CalmPass_07.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    \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=\"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サイズ（約）：縦10.5cm × 横7.5cm × 厚み0.4cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：パスケース×2 \/ 中央ポケット×1\u003c\/li\u003e\n          \u003cli\u003e商品コード：WC342 409\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「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\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=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369825828923,"sku":"wc34221 キャメル","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369825861691,"sku":"wc34231 ダークブラウン","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369825894459,"sku":"wc34291 ブラック","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_27d73157-ad26-4cda-b5d2-fcf148b3cfa3.jpg?v=1774948206"},{"product_id":"167010145","title":"【Pueblo×栃木レザー】 薄型パスケース \/ WC369","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e贈り物に最適、選べる上質革小物\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかな\u003cstrong\u003eプエブロレザー\u003c\/strong\u003eと深みのある\u003cstrong\u003e栃木レザー\u003c\/strong\u003eが織りなす、洗練されたコントラスト。大切な方への心に残る贈り物にふさわしい逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_84a09f95-5086-46f2-8906-293a321fdf2c.jpg?v=1774948210\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質な革小物\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上品な彩り、特別なギフト体験\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートな所作を叶える薄型設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厚みわずか\u003cstrong\u003e0.4cm\u003c\/strong\u003e。ポケットやバッグの中でかさばらない極限まで薄さを追求し、毎日の通勤・通学をスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ed240233-ccda-4b0c-8b81-97aed99185b2.jpg?v=1774948209\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄型設計のパスケース\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eポケットに収まる洗練された形\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常を支える多機能パスケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e表裏のポケットに加え、中央の深い収納で\u003cstrong\u003eICカードセパレーター\u003c\/strong\u003eも使用可能。\u003cstrong\u003eDカン\u003c\/strong\u003eでストラップを付ければ、さらに使い方が広がります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ff4d9ad6-8cc4-4467-9341-573617b6ae59.jpg?v=1774948210\" class=\"img-fluid d-block w-100 product-img\" alt=\"多機能パスケース\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e必要なものすぐ取り出せる収納力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e基本情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品のサイズ、素材、仕様は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: WC369\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）: 縦10.5cm × 横7.5cm × 厚み0.4cm\u003c\/li\u003e\n          \u003cli\u003e素材: イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様: パスケース×2 \/ 中央ポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材の特性とエイジング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使用されているプエブロレザーと栃木レザー「ノーベル」の特性と、経年変化についてご紹介します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_18_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"プエブロの独特の模様\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003ePueblo（プエブロ）は、あえて革表面を細かな金属ブラシで擦り、独特の表情を生み出した革です。最初はさらりとしたマットな質感で、艶を失った状態から始まり、およそ3ヶ月前後ではっきりとしたツヤが出るドラマチックな変化への驚きや喜びが体験できます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_30.jpg\" class=\"img-fluid d-block w-100\" alt=\"経年変化の例\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e栃木レザーといったヌメ革に比べ、プエブロの経年変化は短時間で実感できます。非常に細かなワイヤーブラシによる加工で出来た起毛が、日々お使いいただくうちに寝てくることで一気に表面の艶となって現れます。\u003c\/p\u003e\n        \u003cp\u003eまた、栃木レザー「ノーベル」は、昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の「ヌメ革」です。革の締まり・革の密度が飛び抜けて優れており、強靭さと端正さを併せ持ちます。\u003c\/p\u003e\n        \u003cp\u003e使い始めは硬さを感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能と収納力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品はスマートなデザインながら、日常使いに便利な機能を備えています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_00.jpg\" class=\"img-fluid d-block w-100\" alt=\"基本的なパスケースの形\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eカラーリングこそ華やかですが、スタンダードで使いやすい、オーソドックスなパスケースが基本となっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_19_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"ICカードセパレーター使用例\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e表と裏のパスケース用ポケットの他に、中央には一番大きくて深いポケットがあります。ここに磁気を遮断するICカードセパレーターを入れれば、表と裏で2枚のカードを使い分けられます。（※カードやセパレーターの注意書きに従ってお使いください。）また、「もしもの時」のためのお札を入れておくこともできます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_15_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"Dカン\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eサイドに縫い込んだDカン（金具）により、ネックストラップを取り付けたり、お手持ちのリールキーホルダーを取り付けたりと、使い方が広がります。（ストラップは別売です。）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e刻印サービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご自分や大切な方のお名前、誕生日などの記念日、メッセージなどを刻印できます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e作業に1〜2日いただきます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e手打ち刻印 ￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100\" alt=\"手打ち刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシンプルな大ぶりの大文字で、イニシャルや頭文字だけでも素敵です。\u003c\/li\u003e\n          \u003cli\u003e大文字（ABCD〜Z）と「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n          \u003cli\u003eご注文時に入力欄からご依頼ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100\" alt=\"3D刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e工房の3Dプリンターで作るオーダーメイド刻印です。\u003c\/li\u003e\n          \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども刻印可能です。\u003c\/li\u003e\n          \u003cli\u003eガタつきのない、まるで印刷物のような仕上がりになります。\u003c\/li\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n          \u003cli\u003e「オプション3D刻印購入」からご購入ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eプエブロレザーの美しい状態を長く保つためのお手入れ方法をご紹介します。\u003c\/p\u003e\n        \u003cp\u003eプエブロにはオイルがたっぷり含まれており、基本的に1〜3年ほどはクリームやオイルを使ったメンテナンスは不要です。できれば時々はレザー用のブラシ等で革と革の隙間や縫い目などを重点的にホコリを落とし、その後全体にブラッシングする程度で十分です。\u003c\/p\u003e\n        \u003cp\u003e特に小物の場合は毎日触れる手からのわずかな水分や油分だけで十分な場合も多く、クリームやオイルを使ったケアが逆にPuebloの寿命を縮めてしまうこともございます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eもしも、よく曲げ伸ばしする部分が白っぽくなってきた場合は乾燥してきたサインです。その場合はお近くのb3Labo店舗にクリームメンテナンス（無料）を依頼するか、革小物用のコンディショニングクリームなどのケア剤を使ったお手入れがおすすめです。\u003c\/li\u003e\n          \u003cli\u003eイタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eパスケースのサイズ詳細はこちらの図をご参照ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_02.jpg\" class=\"img-fluid d-block w-100\" alt=\"サイズ図\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eお好みに合わせて選べる多彩なカラーバリエーションをご用意しています。\u003c\/p\u003e\n        \u003ch4\u003e31 ブラウン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_03.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラウン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e33 ベージュ×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_04.jpg\" class=\"img-fluid d-block w-100\" alt=\"ベージュ×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e41 ワイン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_05.jpg\" class=\"img-fluid d-block w-100\" alt=\"ワイン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e62 ブルーグリーン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_06.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブルーグリーン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e82 グレー×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_07.jpg\" class=\"img-fluid d-block w-100\" alt=\"グレー×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e91 ブラック×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_08.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラック×ブラウン\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e工房のこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」です。エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/re\/img\/pc\/main_bnr05.png\" class=\"img-fluid d-block w-100\" alt=\"工房風景\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e革小物への想い\u003c\/h4\u003e\n        \u003cp\u003e革製品を使い始めるきっかけや思い出は人それぞれですが、そのどれもが一期一会の出会いから始まっています。“ずっと大切にしたい”と思えるアイテムと出会い、毎日を過ごし、一緒に年月を重ねていける…… そんな温かみのあるただひとつの革製品を、もっと身近に。そういう思いを込めて、私たちは日々ものづくりをしています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したラッピングをご用意しております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100\" alt=\"ラッピング例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e環境負荷軽減のため、簡易包装を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入の前に\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369825927227,"sku":"wc36931 ブラウン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369825959995,"sku":"wc36933 ベージュ×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369825992763,"sku":"wc36941 ワイン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369826025531,"sku":"wc36962 ブルーグリーン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369826058299,"sku":"wc36982 グレー×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369826091067,"sku":"wc36991 ブラック×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_84a09f95-5086-46f2-8906-293a321fdf2c.jpg?v=1774948210"},{"product_id":"155198384","title":"【栃木レザー】Fun 薄型パスケース \/ WC343","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  \u003ch2\u003e【栃木レザー】Fun 薄型パスケース \/ WC343\u003c\/h2\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e気取らない、本革の薄型パスケース\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_00.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003eご自分用にも、プレゼントにも。カジュアルで気取らない本革パスケースです。選べるカラーは6つ、そのうち4つは2色の組み合わせが楽しく、革に対して敷居の高さを感じる方にもおすすめのアイテムです。\u003c\/p\u003e\n\n    \u003ch3 class=\"section-title\"\u003eスマートなミニマル設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eわずか0.3cmの極薄設計が、ポケットやバッグの中でかさばらない\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\/155198384_o1.webp?v=1776309842\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された携帯性\u003c\/p\u003e\n\n    \u003ch3 class=\"section-title\"\u003e栃木レザーの本格品質\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本が誇る栃木レザー製のJEANSとEarth Leatherが織りなす、\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\/155198384_o2.webp?v=1776309842\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e趣きある表情へ育む\u003c\/p\u003e\n\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\/155198384_o4.webp?v=1776309842\" 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    \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\n        \u003ch3 class=\"section-title\"\u003eカラーを選ぶ楽しみ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eずらりと並んだ中から選ぶ際、カラフルさに気後れされるかもしれません。ですが配色にあたり、必ず片方は落ち着いた色を採用しています。バッグに下げて使う場合にも、ちょうど良いアクセントアイテムとして活躍してくれます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eまた、お使いになるうちに色が深まり、落ち着いてくるためその過程も楽しんでいただけます。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eFun シリーズ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e「人生に楽しみを」———生活の中で、何気なく使うレザーアイテムを提案するシリーズです。栃木のカラーレザーとヌメ革を使い、カジュアルな2トーンを含めた6色のカラー展開。ご自身用や、贈り物のお相手のために選ぶ喜びを感じていただければ幸いです。\u003c\/p\u003e\n        \u003cp class=\"body-text text--center\"\u003eシリーズ一覧\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\/FUN\/WC343\/WC343_FunTanPass_11_muji.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eカードは表に1枚、裏返してもう1枚。隠しポケットもなく、シンプルなつくりだからこそタフにずっと使えるアイテムです。\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\/FUN\/WC343\/WC343_FunTanPass_12_muji.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eしっかりと本体に縫い込んだDカン（サイドの金具）には、お手持ちのネックストラップやカラビナ、リールキーホルダーを取り付けて便利にお使いいただけます。\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\/FUN\/WC343\/WC343_FunTanPass_13_muji.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\/FUN\/WC343\/WC343_FunTanPass_14_muji.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 text--center\"\u003eFun ショートストラップ\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\"\u003eサイズ\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦10.5cm × 横7.5cm × 厚み0.3cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch3 class=\"section-title\"\u003e素材\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e使用している素材についてご説明します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー(JEANS) \/ 栃木レザー(Earth Leather)\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3 class=\"section-title\"\u003e栃木レザー社の革「Jeans \/ EarthLeather」\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛ける本ヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。通常はドラムを回し短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n\n        \u003ch4 class=\"section-title\"\u003e『JEANS（ジーンズ）』\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n\n        \u003ch4 class=\"section-title\"\u003e『Earth Leather（アースレザー）』\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の『ヌメ革』。『革の締まり・革の密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。ヌメ革という素材にとことんこだわり、染色のみで実直に仕上げられており、革本来の風合いを存分に楽しめる、『ヌメ革らしい』ヌメ革です。また、ハード感を残しつつも、現代に合わせた使いやすい柔らかさも併せ持っています。\u003c\/p\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本製品の仕様は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eパスケース×1\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        \u003ch3 class=\"section-title\"\u003e全6色展開\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお好みに合わせてお選びいただける、多彩なカラーをご用意しています。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e21 キャメル×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e31 ブラウン×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e33 ベージュ×ベージュ\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e42 レッド×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e71 モスグリーン×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e91 ブラック×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_07.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        \u003ch3 class=\"section-title\"\u003e刻印サービス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e手打ち刻印 ￥1,100（税込）\u003c\/h3\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\n        \u003ch3 class=\"section-title\"\u003e3D刻印 ￥2,200（税込）\u003c\/h3\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工房の3Dプリンターで作るオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。下の「オプション3D刻印購入」からご購入ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text--center\"\u003eオプション3D刻印購入\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\/_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        \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\/re\/img\/pc\/main_bnr05.png\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」。エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e革小物への想い\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e「プレゼントされて初めて革製品を使い始めた」\u003cbr\u003e「憧れの人の革財布がかっこいい」\u003cbr\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  \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\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (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    \u003cp class=\"body-text\"\u003e商品コード: WC343\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル×ブラウン","offer_id":43369826123835,"sku":"wc34321 キャメル×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック×ブラウン","offer_id":43520620232763,"sku":"wc34391 ブラック×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"71 モスグリーン×ブラウン","offer_id":43520620265531,"sku":"wc34371 モスグリーン×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド×ブラウン","offer_id":43520620298299,"sku":"wc34342 レッド×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ×ベージュ","offer_id":43520620331067,"sku":"wc34333 ベージュ×ベージュ","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン×ブラウン","offer_id":43520620363835,"sku":"wc34331 ブラウン×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/155198384.webp?v=1776309842"},{"product_id":"155197198","title":"【栃木レザー】Fun 二つ折りパスケース \/ WC346 397","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縦11cm、横8cm、厚み1cmの\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_da8d0b1f-7d63-4882-a079-4e65b0358d4e.jpg?v=1774948217\" class=\"img-fluid d-block w-100 product-img\" alt=\"パスケースを手に持つ様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eポケットに収まるコンパクト\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e窓付きで快適な多機能パスケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e通勤・通学に便利な\u003cstrong\u003e窓付きパスケース\u003c\/strong\u003eは、開くだけで\u003cstrong\u003eスムーズな改札通過\u003c\/strong\u003eを叶えます。\u003cstrong\u003eマルチポケット\u003c\/strong\u003eにはチケットや予備のカードも収納可能。必要なものを\u003cstrong\u003eスマート\u003c\/strong\u003eにまとめ、あなたの日常を\u003cstrong\u003eサポート\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_94ebad33-62a3-4fa2-805e-8d72bfa6079e.jpg?v=1774948217\" 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\u003eDカン\u003c\/strong\u003eに別売りのストラップを取り付ければ、バッグの中でも\u003cstrong\u003e見つけやすく\u003c\/strong\u003e、うっかり\u003cstrong\u003e紛失を防ぎ\u003c\/strong\u003eます。大切なパスケースを\u003cstrong\u003eスマート\u003c\/strong\u003eに持ち運び、日々の移動を\u003cstrong\u003eもっと軽やか\u003c\/strong\u003eに。あなたの毎日を\u003cstrong\u003eサポートする頼れる存在\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_dc1e240b-d4e2-4c81-8b22-4ceefca671ff.jpg?v=1774948217\" class=\"img-fluid d-block w-100 product-img\" alt=\"パスケースのDカン使用例\"\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\" 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      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e刻印サービスについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n\n        \u003ch4\u003e手打ち刻印　1,100円（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手打ち刻印の書体見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。下の「【名入れ】手打ちイニシャル刻印」からご購入ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（ABCD〜Z）＋「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4\u003e3D刻印　2,200円（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"3D刻印の書体見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。下の「【名入れ】3Dオーダー刻印」からご購入ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4\u003e21 キャメル×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメル×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e31 ブラウン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウン×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e33 ベージュ×ベージュ（ヌメ）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベージュ×ベージュ（ヌメ）のパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e42 レッド×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"レッド×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e61 ネイビー×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネイビー×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e71 モスグリーン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モスグリーン×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e91 ブラック×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_08.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\"\u003eFUNシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eいかにもヌメ革といった革本来のプレーンな表情を持ったアースレザーと、カジュアルな表情が特徴のカラー展開豊富なジーンズを合わせたシリーズ。2種類の栃木レザーの、それぞれ異なる経年変化が楽しめる、バイカラーで構成したラインナップが中心。軽めのくっきりとしたカラーのステッチもアクセントとなっており、小物として取り入れやすいカジュアルテイストが特徴です。\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サイズ（約）：縦11cm × 横8cm × 厚み1cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー(JEANS) \/ 栃木レザー(Earth Leather)\u003c\/li\u003e\n          \u003cli\u003e仕様：パスケース×1 \/ カードポケット×1 \/ 内ポケット×2 \/ Dカン×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\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        \u003ch4\u003e栃木レザー社の革「ノーベル \/ Jeans」\u003c\/h4\u003e\n        \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n\n        \u003ch4\u003eJEANS（ジーンズ）\u003c\/h4\u003e\n        \u003cp\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n\n        \u003ch4\u003eEarth Leather（アースレザー）\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\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":43369826320443,"sku":"WC34621 キャメル×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン×ブラウン","offer_id":43369826353211,"sku":"WC34631 ブラウン×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ×ベージュ（ヌメ）","offer_id":43369826385979,"sku":"WC34633 ベージュ×ベージュ（ヌメ）","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド×ブラウン","offer_id":43369826418747,"sku":"WC34642 レッド×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー×ブラウン","offer_id":43369826451515,"sku":"WC34661 ネイビー×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"71 モスグリーン×ブラウン","offer_id":43369826484283,"sku":"WC34671 モスグリーン×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369826517051,"sku":"WC34691 ブラック×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f48163f9-c3c2-40f7-8265-78d4e5bd56c0.jpg?v=1774948217"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/pass-case.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}