{"title":"Mostro","description":"","products":[{"product_id":"155132130","title":"【姫路レザー \/ モストロ】長財布 \/ WP450 509 522","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eモストロ革が魅せる豊かな彩り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e姫路レザー「モストロ」が織りなす、やわらかな風合いと深みのある色合い。使うほどに表情を変え、あなただけの逸品へと育ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_39699847-1fa1-473f-9996-a97dfe621ace.jpg?v=1774948075\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日を彩る極上モストロ財布\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートな日常を叶えるサイズ感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦19cm、横9.5cm、厚み2.5cmの洗練された設計。バッグの中でもかさばらず、手にしっくりと馴染む理想的なサイズ感が魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_18fce139-0e9c-42a7-8318-b088257fb946.jpg?v=1774948074\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む理想のフォルム\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e抜群の機能美を誇る使いやすさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e指先が吸い込まれるような柔らかな内装は、大口径の小銭入れや豊富なカードポケットへのアクセスをスムーズに。必要なものがサッと取り出せるストレスフリーな使いやすさを実現しています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_300d1975-f300-4085-bfce-9aa63861f3d5.jpg?v=1774948074\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマート会計をサポート\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eなめらかな手触り、柔らかで大きく開く多機能革財布。\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e姫路のタンナーによる「Mostro（モストロ）」を使ったカジュアルテイストのお財布。ストイックすぎず、程よくフレンドリーな雰囲気が幅広い支持を得ています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大口径の小銭入れが内外に二つ。\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e外側のコインポケットは16.5×8.5cmと、小型のスマートフォンなら入ってしまうサイズ。大きく開くことができ、視認性も抜群です。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e外側のカードポケットにはICカードを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e交通系ICカードやよく使うタッチ決済カードを入れておき、財布を開かずに読み取る事が出来ます。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eコインポケット・お札入れ・カードポケット、全てが大きく開く柔らかさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどこもかしこも柔らかな袋縫いウォレット。ハリ・コシの強い革とは異次元の収納力です。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eカード類を詰め込んでも、全体の柔らかさにより閉じることができるのもこのお財布の特徴です。ハリ・コシの強いタイプのタンニンレザーだと、馴染んでいくまで半開きの状態になることも。もちろん、革財布のそういった変化も楽しみの一つですが、モストロの柔らかさによりおさまりの良さを引き出しました。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eリピーター続出、猫の肉球のような手触り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e経年変化により、透明感のある艶ともちもちとした手触りに変化。お手入れもそれほど必要でなく、リピーターになる方が多い革です。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_30.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003ch4 class=\"section-title\"\u003e21 キャメル\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e43 ピンク\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_22.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e62 ネイビー\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_24.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e72 グリーン\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_26.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_28.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品スペック\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e: 縦19cm × 横9.5cm × 厚み2.5cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 姫路レザー（Mostro）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e:\n          \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e小銭入れ×2 (内側・外側)\u003c\/li\u003e\n            \u003cli\u003eフリーポケット (札入れ)×3\u003c\/li\u003e\n            \u003cli\u003eカードポケット×12\u003c\/li\u003e\n            \u003cli\u003e外側カードポケット×1\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e革の特性とMostro（モストロ）について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4 class=\"section-title\"\u003e姫路レザー「Mostro」とは\u003c\/h4\u003e\n      \u003cp class=\"body-text\"\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n      \u003ch4 class=\"section-title\"\u003eMostro（モストロ）の特徴\u003c\/h4\u003e\n      \u003cp class=\"body-text\"\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらします。\u003c\/li\u003e\n        \u003cli\u003e革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も楽しめます。\u003c\/li\u003e\n        \u003cli\u003eその経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch3 class=\"section-title\"\u003eエコ包装へのご協力について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装での配送を心がけております。お客様のご理解とご協力をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369810165819,"sku":"WP45021 キャメル","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369810198587,"sku":"WP45031 ブラウン","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369810231355,"sku":"WP45043 ピンク","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369810264123,"sku":"WP45062 ネイビー","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369810296891,"sku":"WP45072 グリーン","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369810329659,"sku":"WP45091 ブラック","price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_39699847-1fa1-473f-9996-a97dfe625ace.jpg?v=1774948075"},{"product_id":"182472894","title":"【姫路レザー \/ モストロ】 天溝がま口財布 ※刻印・カスタム不可 \/ S:WP470-503-523  L:WP471-504-524","description":"\u003c!--★★　簡易包装のおことわり　★★--\u003e\n\u003csection\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" width=\"100%\" border=\"0\" alt=\"エコな配送を心がけます\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"spacer15\"\u003e\u003c!-- ★spacer --\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\n\u003c!--★★　本文　★★--\u003e\n\n\n\n\n\n\u003c!--★★　カラバリ　★★--\u003e\n\u003csection\u003e\n\u003ch2 class=\"h2C\"\u003eカラーバリエーション\u003c\/h2\u003e\n\u003cp\u003e\n\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP470-471\/wp470-471_color_01.jpg\" width=\"100%\" border=\"0\"\u003e\u003cbr\u003e\n\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP470-471\/wp470-471_color_02.jpg\" width=\"100%\" border=\"0\"\u003e\u003cbr\u003e\n\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP470-471\/wp470-471_color_03.jpg\" width=\"100%\" border=\"0\"\u003e\n\u003c\/p\u003e\n\u003c!--★--\u003e\n\u003c\/section\u003e\n\n\n\u003c!--★★　スペック＆アテンション　★★--\u003e\n\u003csection\u003e\n\u003cp\u003e\n【 SPEC 】\u003cbr\u003e\nサイズ（約）：縦10.5cm × 横20cm × 厚み1.5cm\u003cbr\u003e\n素材：姫路レザー（Mostro）\u003cbr\u003e\n仕様：小銭入れ×1 \/ フリーエリア(札入れ)×2 \/ カードポケット×10 \n\u003c\/p\u003e\n\u003cp\u003e\n【 ATTENTION 】\u003cbr\u003e\n・天然素材の為、多少の色差・筋跡などの個体差がございます。\u003cbr\u003e\n・素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/p\u003e\n\u003c\/section\u003e\n\n\n\u003c!--★★　ラッピング 財布・小物　★★--\u003e\n\u003csection\u003e\n\u003cp\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" width=\"100%\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n\u003c\/section\u003e\n\n\n\n\n\n\n\n\n\n\u003c!--★★　革説明　★★--\u003e\n\u003csection\u003e\n\u003cdiv class=\"box3\"\u003e\n\u003ch3 class=\"h3C\"\u003e\n\u003cspan style=\"font-size:0.6em; font-weight: 600;\"\u003e姫路レザー\u003c\/span\u003e\u003cspan style=\"font-size:1em; font-weight: 600;\"\u003e「Mostro」\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003c!-- ★姫路レザー部分 --\u003e\n\u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n\u003cdiv class=\"spacer15\"\u003e\u003c!-- ★spacer --\u003e\u003c\/div\u003e\n\u003c!-- ★★Mostro（モストロ） --\u003e\n\u003ch4 class=\"h4C\"\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n\u003cp\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\u003cbr\u003e\n薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。\u003cbr\u003e\nその経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n\u003cdiv class=\"spacer15\"\u003e\u003c!-- ★spacer --\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\n\n","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル \/ ロング","offer_id":43369810559035,"sku":"WP470-47121 キャメルロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"21 キャメル \/ ショート","offer_id":43369810591803,"sku":"WP470-47121 キャメルショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン \/ ロング","offer_id":43369810624571,"sku":"WP470-47131 ブラウンロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン \/ ショート","offer_id":43369810657339,"sku":"WP470-47131 ブラウンショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク \/ ロング","offer_id":43369810690107,"sku":"WP470-47143 ピンクロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク \/ ショート","offer_id":43369810722875,"sku":"WP470-47143 ピンクショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルー \/ ロング","offer_id":43369810755643,"sku":"WP470-47162 ブルーロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルー \/ ショート","offer_id":43369810788411,"sku":"WP470-47162 ブルーショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン \/ ロング","offer_id":43369810821179,"sku":"WP470-47172 グリーンロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン \/ ショート","offer_id":43369810853947,"sku":"WP470-47172 グリーンショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック \/ ロング","offer_id":43369810886715,"sku":"WP470-47191 ブラックロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック \/ ショート","offer_id":43369810919483,"sku":"WP470-47191 ブラックショート","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_28a58cbc-dccd-4738-88ab-781e469e987a.jpg?v=1774948077"},{"product_id":"155129610","title":"【姫路レザー \/ モストロ】2つ折り財布 \/ WP449 508 521","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e姫路レザーが魅せる表情\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e姫路レザー「Mostro」の柔らかな手触りは、まるで\u003cstrong\u003e猫の肉球\u003c\/strong\u003eのよう。ワックスオイルが醸し出す透明感ある艶が、あなただけの物語を紡ぎます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b8c5bbad-d659-4325-8a07-9d29cf8c6515.jpg?v=1776755394\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e愛着深まる革の質感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手のひらサイズのスマート収納\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e縦10cm、横11.5cm、厚み3.2cmのコンパクト設計。日常に寄り添うサイズ感で、小さなバッグにも、ポケットにも、すっきりと収まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2db98de4-d923-4b67-81ee-2632f4eac571.jpg?v=1776755394\" 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_80317c88-6bbb-4870-84ca-ca72748e7431.jpg?v=1776755394\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e見た目以上の収納力\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eなめらか柔らか大容量。リピート率No.1の多機能革財布。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e姫路レザー『Mostro（モストロ）』を使ったカジュアルテイストのお財布。比較的お手入れの必要性が低いにも関わらず、ワックスオイルのかかった革は素晴らしい艶に変化していきます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_23.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\/Mostro\/WP328\/WP328_MostroShort_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e革を薄く漉いて裏地と張り合わせることで、柔らかさと強度を出しました。袋縫いの柔らかなフォルムだけでなく、実際に「ムニュッ」と広げられる柔らかさです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n\n                \u003cp class=\"body-text\"\u003eお札とレシートを分けたい方にも\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e札入れ横のファスナー部分も大きなポケットになっています。レシートを分けておきたい方、チケットやクーポン、メモを入れておきたい方におすすめです。\u003c\/p\u003e\n\n                \u003cp class=\"body-text\"\u003e交通系ICカード専用ポケット\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e外側ポケットにはタッチで使うカードを。逆さにしてもカードが落ちないポケットです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e落ち着いた和モダンに合う豊富なカラーをご用意しました。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e21 キャメル\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e31 ブラウン\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e43 ピンク\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e62 ネイビー\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e72 グリーン\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_21.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_22.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eスペック\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e製品の基本情報\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: WP449 508 521\u003c\/li\u003e\n                    \u003cli\u003eサイズ（約）：縦10cm × 横11.5cm × 厚み3.2cm\u003c\/li\u003e\n                    \u003cli\u003e素材：姫路レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様：\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003e小銭入れ×1\u003c\/li\u003e\n                            \u003cli\u003e札入れ×1\u003c\/li\u003e\n                            \u003cli\u003eカードポケット×10\u003c\/li\u003e\n                            \u003cli\u003eファスナー付きフリーポケット(札入れ横)×1\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材の詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e姫路レザー「Mostro」について\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから「播州鞣し」が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢utiveして広くアパレル業界を担う革の生産・開発を続けています。\u003c\/li\u003e\n                    \u003cli\u003e『Mostro（モストロ）』：タンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e当店ではエコな配送を心がけております。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \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":"21 キャメル","offer_id":43369814130747,"sku":"WP44921 キャメル","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369814163515,"sku":"WP44931 ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369814196283,"sku":"WP44943 ピンク","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369814229051,"sku":"WP44962 ネイビー","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369814261819,"sku":"WP44972 グリーン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369814294587,"sku":"WP44991 ブラック","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b8c5bbad-d659-4325-8a07-9d29cf8c6515.jpg?v=1776755394"},{"product_id":"155129339","title":"【姫路レザー \/ モストロ】L字ファスナーミニ財布 \/ WC355 WC400","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姫路レザー「Mostro」のなめらかな手触りと独特の風合いが魅力。使い込むほどにロウが溶け込み、あなただけの艶やかな表情へと変化していく、\u003cstrong\u003e育てる喜びを体験できるミニ財布\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a16d78e7-1709-4fc7-ae97-0539e8c29abb.jpg?v=1774948125\" 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スマートなL字開閉で瞬時にアクセス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eL字ファスナーを開けば、硬貨はもちろん、二つ折りの紙幣やカードもスマートに収納。小さくても\u003cstrong\u003e驚くほどの収納力\u003c\/strong\u003eを発揮し、会計時もスムーズな所作を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7581dec2-1b83-4cde-8388-acb296c8ebb8.jpg?v=1774948124\" 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\"\u003eICカードもスマートにタッチ決済\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e外側のカードポケットは、交通系ICカードや定期券の収納に最適です。お財布をかざすだけで改札もスムーズに通過でき、普段使いの\u003cstrong\u003e利便性を飛躍的に高めます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_44de8b60-9050-4f2f-8e3f-d7b2461dbfc2.jpg?v=1774948125\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e財布とパスケースが一体化\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eなめらかな手触りにこだわったヌメ革【Mostro】を使用した、多機能ウォレットシリーズのミニウォレットです。小さいながらもお財布とパスケースの役割を果たします。\u003c\/p\u003e\n        \u003cp\u003eL字ファスナーで大きく開くコインポケットの両脇には、カードや二つ折りのお札を収納可能。外側カードポケットには交通系ICカードや定期券を入れられ、お財布をかざすだけで読み取りが可能です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e小銭入れ: 1\u003c\/li\u003e\n          \u003cli\u003e外側カードポケット: 1\u003c\/li\u003e\n          \u003cli\u003eフリーエリア: 2\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e縦: 約8.5cm\u003c\/li\u003e\n          \u003cli\u003e横: 約11.3cm\u003c\/li\u003e\n          \u003cli\u003e厚み: 約1.8cm\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        \u003cp\u003e姫路レザーとは：\u003cbr\u003e兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきた同地区は、現在でも日本の皮革産業の中心地であり、様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003cp\u003eMostro（モストロ）とは：\u003cbr\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天然皮革の風合いを活かした、深みのある6色展開です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eキャメル\u003c\/li\u003e\n          \u003cli\u003eブラウン\u003c\/li\u003e\n          \u003cli\u003eピンク\u003c\/li\u003e\n          \u003cli\u003eネイビー\u003c\/li\u003e\n          \u003cli\u003eグリーン\u003c\/li\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n        \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      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装での発送を心がけております。\u003c\/p\u003e\n  \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":43369816555579,"sku":"WC355-21 キャメル","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369816588347,"sku":"WC355-31 ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"43 ピンク","offer_id":43369816621115,"sku":"WC355-43 ピンク","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"62 ネイビー","offer_id":43369816653883,"sku":"WC355-62 ネイビー","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369816686651,"sku":"WC355-72 グリーン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369816719419,"sku":"WC355-91 ブラック","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a16d78e7-1709-4fc7-ae97-0539e8c29abb.jpg?v=1774948125"},{"product_id":"174625689","title":"【姫路レザー \/ モストロ】 トートバッグ \/ WR351 WR320","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e姫路レザーが魅せる洗練\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e姫路レザー「モストロ」が放つ唯一無二の輝き。使い込むほどに深まる艶と、時代を超えて愛される普遍的なデザインは、あなたの日常を格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0eb1c11a-26ba-4eb5-a2ac-53e5bbe23dd3.jpg?v=1774948145\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人の品格を纏う本革\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の品格を纏う本革\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e仕事とプライベートを繋ぐ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eビジネスシーンに最適、B4対応の\u003cstrong\u003e大容量\u003c\/strong\u003e。15cmの\u003cstrong\u003e底マチ\u003c\/strong\u003eはノートPCも楽々収納し、肩に優しい\u003cstrong\u003eハンドル\u003c\/strong\u003eが毎日の通勤を快適に支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a456311a-c405-4c1b-a38d-99ae64f4c2c2.jpg?v=1774948145\" class=\"img-fluid d-block w-100 product-img\" alt=\"頼れるビジネスバッグ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e頼れるビジネスバッグ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e整理整頓で叶えるスマート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e内部は実用目線で区切られた\u003cstrong\u003e充実の収納\u003c\/strong\u003e。A4書類や小物もすっきり整理でき、\u003cstrong\u003e天ファスナーとホックの二重開閉\u003c\/strong\u003eが大切な荷物をしっかり守ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_408bbf71-693e-4c31-89a0-6b1d8d680762.jpg?v=1774948145\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートな内部設計\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートな内部設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eビジネス＆カジュアル。かっちり本革ビッグトート。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_10_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"かっちり本革ビッグトート\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e頑張ればB4サイズも入ってしまう、大容量ビッグトート。A4書類を分けて収められる仕切りや、セキュリティに配慮した安心の天ファスナーに加え、ホックだけでスピーディに閉めることもできる両対応設計です。今はマットなワックスがけレザーですが、徐々にワックスが剥がれ革に馴染み、透明感のある輝くツヤが出るb3Laboの定番人気レザー『モストロ』をフルに使いました。\u003c\/p\u003e\n\n      \u003ch3 class=\"section-title\"\u003e大容量でもだらしなくならない\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_13_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大容量でもだらしなくならない\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e「なんでも入るから」とついぐちゃぐちゃになりがちな収納部分を、実用目線で区切ることで解決。小さなポケットがいくつかあるだけのトートバッグでは中身が暴れてスマートに持つことはできません。まず一番大きなメインの収納部は、トートバッグの醍醐味である大容量を活かして大きく確保。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e両サイドのフルサイズポケット\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_14_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"両サイドのフルサイズポケット\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eメイン収納部をファスナーで閉じる際の両側に、A4フルサイズのポケットを用意しました。このポケットを、まるで書類ケースの仕切りやフォルダ分けのように使っていただくことができます。取引先ごとに振り分けたり、ビジネスとプライベートの区切りの意味で物理的に分けて使うことができるスペースです。たくさん入るビッグトートだけに、ごちゃごちゃしがちな中身をすっきりと仕分けられる仕切りポケットです。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e小さめポケットも\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_15_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小さめポケット\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eスマートフォン、名刺入れ、パスケース、お財布、ペンを挿しておくといった小物のための小さめポケットも。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e小さめオープンポケット×2\u003c\/li\u003e\n        \u003cli\u003eファスナー付きポケット×1\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003ch3 class=\"section-title\"\u003e日本の職人によるしっかりとした作り\u003c\/h3\u003e\n      \u003ch4 class=\"section-title\"\u003e15cmものマチ（厚み）\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_18_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"15cmものマチ\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eマチ15cmの大容量は、さすがメンズバッグといった迫力と貫禄。シンプルに革を全面に押し出したビッグトートは、コーディネートのポイントにもなってくれます。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003eノートPCも楽に入るサイズ感\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_17_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ノートPCも楽に入るサイズ感\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e一般的な13-14インチのラップトップPCが余裕を持って入ります。緩衝のためのスリーブケースに入れても引っかかることなく出し入れが可能です。15インチの場合は一般的な幅35-39cmに対し、トート底面の幅が約32.5cmのため、機種によっては入れることができます。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e肩周りがきつくない大きなハンドル\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_11_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"肩周りがきつくない大きなハンドル\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e冬場のアウターの上からでも余裕のある肩まわり。モデル身長は180cmと長身の男性にも十分な長さのハンドルです。肩や腕への食い込みを緩和するしっかりとしたつくりです。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e開閉しやすいファスナー\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_16_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"開閉しやすいファスナー\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e引き手に大きなリングを取り付けたことで引き手の可動域が大きくなり、他のバッグよりも楽でスムーズな開閉が実現しました。歯を見せないファスナーは一見開きにくそうに見えますが、トートバッグのサイズに合わせた大きめの引き手は非常に力を込めやすいしっかりとした作りです。また力を込めて引っ張ることを前提に、引き手に革の伸び止めとしてステッチを入れており、こちらも長く快適に使っていただくことを考えてお作りしました。\u003c\/p\u003e\n\n      \u003ch3 class=\"section-title\"\u003e忙しくてもきちんと感を大切にしたい方へ\u003c\/h3\u003e\n      \u003ch4 class=\"section-title\"\u003eポイント1：ホックでも閉められる\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_12_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ホックでも閉められる\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eすべてを閉じられてセキュリティ面で安心の天ファスナーですが、ハンドル根本の2箇所のホックでも閉じることができます。通常、この大きさだとジャンパーホックなどの硬めの金具を使うことが多くなりますが、開閉のしやすさを重視してビッグサイズのバネホックを採用。急ぐシーンでもスピーディな開閉が可能です。また、軽い力で留められるメリットとして、ハンドル根本を押さえつけてそこだけ色濃く経年変化が進む「アタリ」が出にくくなります。これによりシンプルな革トートバッグを長くきれいに使っていただけます。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003eポイント2：内装のアクセント\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_19_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装のアクセント\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e内生地の要所で使っている、フチの革巻きがアクセント。生地と革のコントラストが爽やかな清潔感を演出しています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003eモストロのキャメルは、少し濃いめの落ち着いたカラーです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_02_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメル\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\"\u003e72 グリーン\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e白っぽいロウが馴染みきると、吸い込まれるような深いグリーンになります。一目惚れ買いの多いカラーです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_03_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"72 グリーン\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\"\u003e82 グレー\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e落ち着いた中間色で幅広い層から支持されています。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_04_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\"\u003e91 ブラック\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e定番人気のカラーです。新品の状態ではマットですが、透明感あるブラックに変化します。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR320\/WR320_Mostrotote_05_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品スペック\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e商品の詳細スペックです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e：縦34cm × 横32.5cm(底) × 底マチ15cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eハンドル高\u003c\/strong\u003e：27.5cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e：姫路レザー\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e：外側ポケット×1 \/ 内側ファスナー大ポケット×1 \/ 内側小ファスナーポケット×1 \/ 内側ポケット×2\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約950g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch3 class=\"section-title\"\u003eMostro シリーズ\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e滑らかな触り心地を追求した姫路レザーを使用したシリーズ。一枚一枚、丁寧にワックスをかけた白っぽい表面が、使ううちにどんどんと透明感を感じるツヤに変わっていく楽しみと、日常に取り入れやすいカジュアルテイストの商品が多いことから、b3Laboにおいて不動の定番人気となっているレザーです。\u003c\/p\u003e\n      \u003cp class=\"body-text text--center\"\u003eシリーズ一覧\u003c\/p\u003e\n\n      \u003ch3 class=\"section-title\"\u003e姫路レザー「Mostro」\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n\n      \u003ch4 class=\"section-title\"\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n      \u003cp class=\"body-text\"\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・ギフトについて\u003c\/h3\u003e\n\n    \u003ch4 class=\"section-title\"\u003e簡易包装について\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eエコな配送にご協力をお願いいたします。\u003c\/p\u003e\n\n    \u003ch4 class=\"section-title\"\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大型商品のラッピング\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。※お客様でセットしていただく包装です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e小型商品用の選べる有料ラッピングもございます。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_20.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小型商品用の選べる有料ラッピング\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品のご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/p\u003e\n\n    \u003ch3 class=\"section-title\"\u003eタンニンレザーの特性について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eこちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起こりやすい、繊細な素材です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分には手汚れが付く前にケアクリームを塗っておくと長くきれいにお使いいただけます。\u003c\/p\u003e\n    \u003cdiv class=\"table-scroll-view\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth\u003e特徴\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eタンニンレザー\u003c\/th\u003e\n            \u003ctd\u003e色艶の経年変化が楽しめます。\u003cbr\u003e水染み等の変化も起こります。\u003cbr\u003e定期的なメンテナンスが必要です。\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eクロムレザー\u003c\/th\u003e\n            \u003ctd\u003e薬品で鞣された経年変化しない革\u003cbr\u003e水に濡れても変化はありません。\u003cbr\u003eメンテナンスはほとんど不要です。\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text text--center\"\u003eケア用品はこちら\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369818423355,"sku":"WR32021 キャメル","price":38500.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369818456123,"sku":"WR32072 グリーン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369818488891,"sku":"WR32082 グレー","price":38500.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369818521659,"sku":"WR32091 ブラック","price":38500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0eb1c11a-26ba-4eb5-a2ac-53e5bbe23dd3.jpg?v=1774948145"},{"product_id":"169244496","title":"【姫路レザー \/ モストロ】マルシェバッグ \/ WR299 WR356","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e都会に映える大人マルシェ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e柔らかな姫路レザーが、背中に沿うようにフィットします。ゆとりのある容量と、肩に優しい設計で、毎日の外出をスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_68fbb038-7a0f-4e13-aba2-cf0411d2ac4b.jpg?v=1774948149\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会に映える大人マルシェ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された大人の日常に寄り添う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常を包む、驚きの収納力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦60cm、横46.5cmのゆとりある設計は、お買い物からレジャーまで活躍します。あずま袋由来のフォルムが、荷物が増えてもスマートな印象を保ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a020c613-b137-4003-b235-2d7dfd03840d.jpg?v=1774948149\" class=\"img-fluid d-block w-100 product-img\" alt=\"計算された美しい機能美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e計算された美しい機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e育てる愉しみ、モストロの色彩\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e姫路レザー「Mostro」が魅せる、深い色彩と奥深いエイジング。使い込むほどに表情を変える革は、あなたの個性を映し出す唯一無二の存在へ育ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1416c9b4-4901-4560-b115-f969afc121fc.jpg?v=1774948148\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の物語が始まる瞬間\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e革の物語が始まる瞬間\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の特徴とデザイン\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品のコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e風呂敷を縫い合わせて古くから日常のバッグとして使われてきた「あずま袋」。この日本製のマルシェバッグを革で作りました。しっかりとした大きなフォルムに、シンプルな留具がポイントです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"メンズも持てるマルシェバッグ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"バッグのフォルム\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e使い心地へのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e肩への当たりを優しく\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハンドル部分の当て革\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eハンドル部分からは肩掛け時の凸凹を排除し、当て革を縫い付けてあります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手提げとして持った際のイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e手提げとして持つ際にもしっかりと重みを受け止めます。\u003c\/p\u003e\n\n        \u003cp\u003eバッグの開閉\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"バッグの開閉部分\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eこのマルシェバッグのポイントにもなっている留め具はループをスライドさせて開閉します。\u003c\/p\u003e\n\n        \u003cp\u003eb3Laboの刻印\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ロゴ刻印\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e革の良さ、バッグの表情を邪魔しない位置を選んでシンプルに素押し刻印のみでロゴを入れています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e21 キャメル\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメルカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e22 オレンジ\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"オレンジカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e72 グリーン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グリーンカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e82 グレー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グレーカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e91 ブラック\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR299\/WR299_MostroMarche_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックカラー\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e約60cm（縦）× 46.5cm（横）\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e底から開口部まで: 31.5cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材と仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材：姫路レザー\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e仕様：ポケットなし\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e姫路レザー「Mostro」\u003c\/p\u003e\n        \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003ch4\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n        \u003cp\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e革製品の特性とご使用上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/p\u003e\n        \u003cp\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/p\u003e\n\n        \u003cp\u003eタンニンレザーについて\u003c\/p\u003e\n        \u003cp\u003eこちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起きやすい、繊細な素材です。\u003c\/p\u003e\n        \u003cp\u003e雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分には手汚れが付く前にケアクリームを塗っておくと長くきれいにお使いいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctr\u003e\n              \u003cth\u003eタンニンレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul\u003e\n                  \u003cli\u003e色艶の経年変化が楽しめます。\u003c\/li\u003e\n                  \u003cli\u003e水染み等の変化も起こります。\u003c\/li\u003e\n                  \u003cli\u003e定期的なメンテナンスが必要です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eクロムレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul\u003e\n                  \u003cli\u003e薬品で鞣された経年変化しない革\u003c\/li\u003e\n                  \u003cli\u003e水に濡れても変化はありません。\u003c\/li\u003e\n                  \u003cli\u003eメンテナンスはほとんど不要です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eケア用品はこちら\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・ラッピングについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e環境に配慮し、簡易包装での配送を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \n    \u003ch4 class=\"section-title\"\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大型商品のラッピング説明画像\"\u003e\n    \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。※お客様でセットしていただく包装です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- 商品コード: WR299 WR356 (これはHTMLのbody外のメタ情報か、商品情報としてどこかに含めるべきだが、特定のセクション指定がないため今回はここにコメントとして記載。実際は別途SKUや品番として表示される想定) --\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369818783803,"sku":"wr29921 キャメル","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"22 オレンジ","offer_id":43369818816571,"sku":"wr29922 オレンジ","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369818849339,"sku":"wr29972 グリーン","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369818882107,"sku":"wr29982 グレー","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369818914875,"sku":"wr29991 ブラック","price":31900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_68fbb038-7a0f-4e13-aba2-cf0411d2ac4b.jpg?v=1774948149"},{"product_id":"174369552","title":"【姫路レザー \/ モストロ】ショルダーバッグ \/ WR319 WR350 WR384","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品のご紹介\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      商品名: 【姫路レザー \/ モストロ】ショルダーバッグ\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日を格上げする本革バッグ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      姫路レザー「Mostro」の\u003cstrong\u003e柔らかな質感\u003c\/strong\u003eが、カジュアルながらも洗練された印象を与えます。大きすぎず小さすぎない絶妙なサイズ感で、週末のお出かけをスマートに彩るパートナーとなるでしょう。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_308822ce-b630-4c14-b1d3-cc05d051b3bc.jpg?v=1774948152\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人の休日スタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の休日スタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e見た目以上の収納力、スマートに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      B5サイズも無理なく収まる\u003cstrong\u003e余裕の収納力\u003c\/strong\u003e。4.5cmのマチと充実した内ポケットで、お出かけに必要なものをすっきり整理できます。ショルダーを外せば、クラッチバッグとしても活躍します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3aed2296-420b-49f2-ac50-8d1fba093bae.jpg?v=1774948151\" class=\"img-fluid d-block w-100 product-img\" alt=\"お出かけを快適に\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eお出かけを快適に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eストレスフリーな使い心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      引っ張りやすい革の引き手と、可動域の広い丸カンで\u003cstrong\u003eスムーズな開閉\u003c\/strong\u003eを実現。斜め45度に配されたDカンは、身体の動きに自然にフィットし、肩にかけた時の自由度と快適さを追求しました。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ac6dc2d8-71f4-4052-a0b6-6e133b3ed335.jpg?v=1774948152\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部まで妥協なく\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部まで妥協なく\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      モストロシリーズならではの表情豊かなカラーを取り揃えました。\n    \u003c\/p\u003e\n\n    \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003eモストロのキャメルは、少し濃いめの落ち着いたカラーです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_04_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー キャメル\"\u003e\n\n    \u003ch4\u003e72 グリーン\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e白っぽいロウが馴染みきると、吸い込まれるような深いグリーンになります。一目惚れ買いの多いカラーです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_05_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー グリーン\"\u003e\n\n    \u003ch4\u003e82 グレー\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e落ち着いた中間色で幅広い層から支持されています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_06_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー グレー\"\u003e\n\n    \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e定番人気のカラーです。新品の状態ではマットですが、透明感あるブラックに変化します。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_07_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー ブラック\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eプライベートでのお出かけに最適な、すっきりとしたデザインと十分な収納力を持つ本革ショルダーバッグです。\u003c\/p\u003e\n        \u003ch4\u003eMostro シリーズ\u003c\/h4\u003e\n        \u003cp\u003e滑らかな触り心地を追求した姫路レザーを使用したシリーズ。一枚一枚、丁寧にワックスをかけた白っぽい表面が、使ううちにどんどんと透明感を感じるツヤに変わっていく楽しみと、日常に取り入れやすいカジュアルテイストの商品が多いことから、b3Laboにおいて不動の定番人気となっているレザーです。\u003c\/p\u003e\n        \u003cp\u003eシリーズ一覧\u003c\/p\u003e\n\n        \u003ch4\u003e細部へのこだわり\u003c\/h4\u003e\n        \u003cp\u003eコンパクトに見えても、B5サイズが入りマチも7.5cmとしっかりめのサイズです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_08_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ1\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eフロントのファスナーポケットの他、内側に大きめのポケットが2つあります。6インチ以上の大型のスマホや、文庫本サイズの書籍がすっぽりと入り、読書がお好きな方の装いにもおすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_09_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ2\"\u003e\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"h3C\"\u003eファスナー＆引き手\u003c\/h4\u003e\n        \u003cp\u003eフロントのファスナーポケットは、b3Laboを代表する「モストロシリーズ」のお財布に共通するカタチ。ファスナーの「歯」を隠すことで暖かみを感じるデザインになりました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_00.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ファスナーと引き手\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eファスナーの引き手部分には、引っ張りやすい革パーツ。普通はDカンを使うところ、あえて大きめの丸カンに、くるっと大きめに結んだ引き手がアクセントに。程よいカジュアルテイストを演出しています。\u003c\/p\u003e\n\n        \u003ch4\u003eファスナー開閉のストレスを減らす\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_10_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"丸カン\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eファスナーの引き手を引っ張る角度を間違うとガリガリと音を立てることもあります。このモストロシリーズのバッグでは、あえて可動域が広い大きな丸カンを使うことで、不快感を軽減しました。\u003c\/p\u003e\n\n        \u003ch4\u003e使いやすいショルダーバッグへのこだわり\u003c\/h4\u003e\n        \u003cp\u003eショルダー紐を外して、本体だけを持つこともできます。ショルダー紐取付のDカンがバッグの裏側にあるため、すっきりとした外観。大きめのクラッチバッグとしても違和感なく使えます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_12_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"クラッチバッグスタイル\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003eモストロショルダーバッグでは裏側に厚手のテープを採用しており安心しており、汗染みや衣類との擦れを気にすることなくお使いいただけます。しっかりとした厚みのテープと革が合わさることで、肩への食い込みを緩和するはたらきも。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_14_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"しっかりとしたショルダー紐\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003eDカンの取り付け角度を『上向き』ではなく『斜め45°』に。これにより、バッグを肩にかけた時の動きの快適さ、自由度が上がっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_13_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Dカンの角度\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eまた、Dカンを縫い付けた『根革』の形もカジュアルな印象を崩さないデザイン。製品として仕上がった際に凸凹が出ないように、内側に折り込む革の薄さと強度を調節して仕上げました。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦22.5cm × 横33cm(開口部) × マチ4.5cm\u003c\/li\u003e\n          \u003cli\u003eストラップ長さ：67.5〜125cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4\u003e素材\u003c\/h4\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e姫路レザー\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e仕様\u003c\/h4\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外側ファスナーポケット×1\u003c\/li\u003e\n          \u003cli\u003e内ポケット×2\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4 class=\"h3C\"\u003e姫路レザー「Mostro」\u003c\/h4\u003e\n        \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003ch4 class=\"h4C\"\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n        \u003cp\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\u003c\/p\u003e\n        \u003cp\u003e薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n\n        \u003ch4\u003eタンニンレザーについて\u003c\/h4\u003e\n        \u003cp\u003eこちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。\u003c\/p\u003e\n        \u003cp\u003e古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起きやすい、繊細な素材です。\u003c\/p\u003e\n        \u003cp\u003e雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分には手汚れが付く前にケアクリームを塗っておくと長くきれいにお使いいただけます。\u003c\/p\u003e\n\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctr\u003e\n              \u003cth\u003eタンニンレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul class=\"point-list\"\u003e\n                  \u003cli\u003e色艶の経年変化が楽しめます。\u003c\/li\u003e\n                  \u003cli\u003e水染み等の変化も起こります。\u003c\/li\u003e\n                  \u003cli\u003e定期的なメンテナンスが必要です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eクロムレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul class=\"point-list\"\u003e\n                  \u003cli\u003e薬品で鞣された経年変化しない革\u003c\/li\u003e\n                  \u003cli\u003e水に濡れても変化はありません。\u003c\/li\u003e\n                  \u003cli\u003eメンテナンスはほとんど不要です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eケア用品はこちら\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eWR319\u003c\/li\u003e\n          \u003cli\u003eWR350\u003c\/li\u003e\n          \u003cli\u003eWR384\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送・ラッピングについて\u003c\/h3\u003e\n    \u003ch4\u003e簡易包装のおことわり\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e地球環境保護のため、簡易包装を心がけております。\u003c\/p\u003e\n\n    \u003ch4\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大型商品のラッピング説明\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。お客様でセットしていただく包装です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369819308091,"sku":"WR31921 キャメル","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369819340859,"sku":"WR31972 グリーン","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369819373627,"sku":"WR31982 グレー","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369819406395,"sku":"WR31991 ブラック","price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_308822ce-b630-4c14-b1d3-cc05d051b3bc.jpg?v=1774948152"},{"product_id":"155133946","title":"【姫路レザー \/ モストロ】リュック【2way】 \/ WR244","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e革が育つ喜び、2wayリュック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      姫路レザー「モストロ」は、使い込むほどに\u003cstrong\u003e美しい艶\u003c\/strong\u003eが生まれる特別な革です。縦34cm、横27.5cm、マチ6cmの理想的なサイズ感は、日常のどんなシーンにも寄り添います。革が育つ喜びを、日々の相棒として体感してください。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f25ed312-e31a-4d59-b0f6-1803dee67e90.jpg?v=1774948154\" class=\"img-fluid d-block w-100 product-img\" alt=\"モストロ革の経年変化、2wayスタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eモストロ革の経年変化、2wayスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元にスマートな収納力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      手元を煩わせない\u003cstrong\u003eマグネットホック\u003c\/strong\u003eで、必要な時にさっとアクセス。内外の多様なポケットは、小物を賢く整理し、バッグの中をいつもすっきりと保ちます。機能的なデザインが、忙しい日々をスマートにサポートします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e13f58a5-91bc-4219-84eb-4962a1697b9a.jpg?v=1774948154\" class=\"img-fluid d-block w-100 product-img\" alt=\"整理整頓を叶える、賢い内装\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e整理整頓を叶える、賢い内装\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e装いを彩る、瞬時の変身\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      金具の付け替えは不要。たった\u003cstrong\u003e1アクション\u003c\/strong\u003eで、トートからリュックへ瞬時にスタイルチェンジが叶います。通勤にも休日にも、その日の装いや気分に合わせて表情を変え、多様なシーンに寄り添いあなたの毎日を美しく彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_364e54eb-0d05-4836-a366-be45ebf24a99.jpg?v=1774948154\" class=\"img-fluid d-block w-100 product-img\" alt=\"シーンで選べる、流れるようなスタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eシーンで選べる、流れるようなスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003ch4 class=\"section-title\"\u003e21 キャメル\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_14_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメル\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e43 ピンク\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_15_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"43 ピンク\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e82 グレー\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_16_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_17_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e22 オレンジ\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_18_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"22 オレンジ\"\u003e\n\n    \u003ch4 class=\"section-title\"\u003e72 グリーン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR244\/WR244_Mostroruck_19_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"72 グリーン\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特性・経年変化\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          ワックスがけレザーのため、最初は白っぽいマットな色・質感をしています。お使いいただくうちに自然に磨かれ、経年変化を遂げると\u003cstrong\u003e透明感ある美しい艶\u003c\/strong\u003eが出てきます。b3Laboで取り扱いのある革の中でも、\u003cstrong\u003eなめらかさ・柔らかさに定評\u003c\/strong\u003eがあり、レザーらしいしっかりとした外観に反して比較的軽量なことからリピーターになってくださる方の多い革です。\n        \u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155133946_o9.jpg?cmsp_timestamp=20220622155703\" class=\"img-fluid d-block w-100\" alt=\"革の経年変化サンプル\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e2way機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          金具位置を付け替えることなく、\u003cstrong\u003e1アクションでリュックとしてもトートバッグとしても使える2way仕様\u003c\/strong\u003e。その日のスタイルやシーンに合わせて、手軽に持ち方を変えられます。\n        \u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155133946_o2.jpg?cmsp_timestamp=20220622161338\" class=\"img-fluid d-block w-100\" alt=\"2way変身の様子\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e姫路レザー「モストロ」2wayリュックのサイズと仕様です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦34cm × 横27.5cm × マチ6cm\u003c\/li\u003e\n          \u003cli\u003e外側隠しポケット：縦14.5cm × 横15cm\u003c\/li\u003e\n          \u003cli\u003e仕様：外ポケット×2 \/ 内ポケット(大)×1 \/ 内ポケット(小)×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材の特性と日々のお手入れ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\n        \u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\u003eMostro（モストロ）について\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e\n          タンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透し\u003cstrong\u003eつややかな透明感\u003c\/strong\u003eをもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の\u003cstrong\u003e経年変化\u003c\/strong\u003eも起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n          こちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起きやすい、繊細な素材です。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n          雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分にはケアクリームを塗っておくと長くきれいにご使用いただけます。\n        \u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003e\u003c\/th\u003e\n                \u003cth\u003e特徴\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eタンニンレザー\u003c\/td\u003e\n                \u003ctd\u003e\n                  \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e色艶の経年変化が楽しめます。\u003c\/li\u003e\n                    \u003cli\u003e水染み等の変化も起こります。\u003c\/li\u003e\n                    \u003cli\u003e定期的なメンテナンスが必要です。\u003c\/li\u003e\n                  \u003c\/ul\u003e\n                \u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eクロムレザー\u003c\/td\u003e\n                \u003ctd\u003e\n                  \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e薬品で鞣された経年変化しない革\u003c\/li\u003e\n                    \u003cli\u003e水に濡れても変化はありません。\u003c\/li\u003e\n                    \u003cli\u003eメンテナンスはほとんど不要です。\u003c\/li\u003e\n                  \u003c\/ul\u003e\n                \u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text text--center\"\u003eケア用品はこちら\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・ギフトについて\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      環境に配慮した簡易包装を心がけております。\n    \u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_20.jpg\" class=\"img-fluid d-block w-100\" alt=\"小型商品用の選べる有料ラッピング\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      ギフトラッピングについては、商品サイズに応じたオプションをご用意しております。\n    \u003c\/p\u003e\n    \u003ch4 class=\"section-title\"\u003e大型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100\" alt=\"大型商品ラッピングイメージ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。\n    \u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      ※お客様でセットしていただく包装です。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品コード\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eWR244\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369819439163,"sku":"wr24421 キャメル","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"43 ピンク","offer_id":43369819471931,"sku":"wr24443 ピンク","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369819504699,"sku":"wr24482 グレー","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369819537467,"sku":"wr24491 ブラック","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"22 オレンジ","offer_id":43369819570235,"sku":"wr24422 オレンジ","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369819603003,"sku":"wr24472 グリーン","price":35200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f49d0bf9-a65e-4fe0-a587-626728a412c0.jpg?v=1774948154"},{"product_id":"173078754","title":"【姫路レザー \/ モストロ】スマホポーチ \/ サコッシュバッグ \/ WR283 WR337","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e姫路レザーが魅せる上品スマホポーチ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      縦19cm、横13.5cmの\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eで、日常の必需品を\u003cstrong\u003eスマートに収納\u003c\/strong\u003eできます。肩に沿う120cmのストラップは、結び方で長さを自由に調整可能です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c625e10b-db03-4f25-8759-daa299fc3af1.jpg?v=1774948166\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートに持ち歩くミニマルスタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに持ち歩くミニマルスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e両手フリーで軽快お出かけサコッシュ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      わずか\u003cstrong\u003e75g\u003c\/strong\u003eとリンゴ半分ほどの\u003cstrong\u003e軽さ\u003c\/strong\u003eで、肩への負担を軽減し、\u003cstrong\u003e両手が自由に\u003c\/strong\u003e。スマートフォンやミニ財布がすっぽり収まり、お出かけを身軽に彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f4b8b54-3c66-4462-b5ef-ba972c029014.jpg?v=1774948166\" class=\"img-fluid d-block w-100 product-img\" alt=\"身軽な私を叶える日常の相棒\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e身軽な私を叶える日常の相棒\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eモストロレザーが織りなす使い心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      内側は滑らかな生地で、収納物の出し入れが\u003cstrong\u003eスムーズ\u003c\/strong\u003eです。\u003cstrong\u003e姫路レザー\u003c\/strong\u003e「\u003cstrong\u003eモストロ\u003c\/strong\u003e」が持つ、使うほどに「\u003cstrong\u003e化ける\u003c\/strong\u003e」\u003cstrong\u003e独特の風合い\u003c\/strong\u003eと\u003cstrong\u003e豊かな経年変化\u003c\/strong\u003eを存分に楽しめます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3d37d04c-c441-4d8c-9f56-9f1e4f738a7f.jpg?v=1774948166\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートアクセス、本革の魅力\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートアクセス、本革の魅力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品スペック\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦19cm × 横13.5cm\u003c\/li\u003e\n          \u003cli\u003eショルダー紐：120cm（※結んで調節していただけます）\u003c\/li\u003e\n          \u003cli\u003e素材：姫路レザー（Mostro\/モストロ）\u003c\/li\u003e\n          \u003cli\u003e仕様：外ポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e豊富なカラー展開をご用意しております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメル\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e22 オレンジ\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"22 オレンジ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e43 ピンク\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"43 ピンク\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e72 グリーン\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"72 グリーン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e82 グレー\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR283\/WR283_MostroPorch_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について：姫路レザー「Mostro」\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材の詳細についてご説明します。\u003c\/p\u003e\n        \u003ch4\u003e姫路レザーとは\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e\n          姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\n        \u003c\/p\u003e\n        \u003ch4\u003eMostro（モストロ）とは\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e\n          タンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\n          薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n          その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の商品コードは以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eWR283 WR337\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送・配送について\u003c\/h3\u003e\n    \n    \u003ch4\u003e簡易包装のおことわり\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      当店では環境に配慮し、簡易包装を心がけております。ご理解とご協力をお願いいたします。\n    \u003c\/p\u003e\n\n    \u003ch4\u003e中型商品のラッピング\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"中型商品のラッピング\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      ラッピング用の不織布袋でお包みします。リボンがけとともに、工房から出るハギレを活かして「For You」「Happy Birthday」といったメッセージを刻印した革タグをお付けし、スタッフが心を込めてラッピングいたします。\n      ※必要であればお渡し用の袋もご購入ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369821405243,"sku":"WR33721 キャメル","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"22 オレンジ","offer_id":43369821438011,"sku":"WR33722 オレンジ","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369821470779,"sku":"WR33743 ピンク","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369821503547,"sku":"WR33772 グリーン","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369821536315,"sku":"WR33782 グレー","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369821569083,"sku":"WR33791 ブラック","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7ad3da4d-df9a-4545-9c7a-2df88060f9ee.jpg?v=1774948166"},{"product_id":"167112703","title":"【姫路レザー \/ モストロ】キーケース \/ WC356 WC401","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_0c9b12c4-c5c9-4e4f-9433-3e73eac5169a.jpg?v=1774948185\" 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縦11.4cm、横6.3cmのコンパクトなサイズ感。厚みわずか2.2cmで、ポケットや小さなバッグにもすっきりと収まり、スマートな毎日をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bca1978e-35d3-4a78-bce9-ea9b8969a734.jpg?v=1774948185\" 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\"\u003e3つのキーフックと便利なボールチェーンで、大切な鍵をしっかりと整理。内ポケットが2つあり、カードやスマートキーなど、小物も\u003cstrong\u003eスマートに収納できる機能的なデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a19c498e-fc34-4bed-a2cb-5039f6969aa9.jpg?v=1774948186\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e必要なものだけをスマートに収納\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eなめらかな手触りにこだわったヌメ革【Mostro】を使用したキーケースです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eアンティーク色の３連フックはシンプルながらも特徴の有るデザイン。\u003c\/li\u003e\n                    \u003cli\u003eイタリアのプリム社のホックを使用しています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\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\u003cstrong\u003e21 キャメル\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e31 ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e43 ピンク\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e62 ネイビー\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e72 グリーン\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e91 ブラック\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_07.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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦11.4cm × 横6.3cm × 厚み2.2cm\u003c\/li\u003e\n                    \u003cli\u003e素材：姫路レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様：内ポケット×2 \/ 3連キーフック×1 \/ ボールチェーン×1\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e商品コード: WC356 WC401\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\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\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    \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":43369823797307,"sku":"WC35621 キャメル","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369823830075,"sku":"WC35631 ブラウン","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"43 ピンク","offer_id":43369823862843,"sku":"WC35643 ピンク","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369823895611,"sku":"WC35662 ネイビー","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369823928379,"sku":"WC35672 グリーン","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369823961147,"sku":"WC35691 ブラック","price":7700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0c9b12c4-c5c9-4e4f-9433-3e73eac5169a.jpg?v=1774948185"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/mostro.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}