{"title":"普段づかいのレザー小物","description":null,"products":[{"product_id":"product-2568","title":"AirFold二つ折り財布【ミネルバボックス】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \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-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \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%, #3A506B40 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; 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: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #FFFFFF; color: #303030; 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: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #3A506B; 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: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; 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\"\u003e1000年以上の歴史を誇るバケッタ製法のミネルバボックス。日本の職人の手によって、一点一点が息をのむほど美しい色彩と上質な風合いを纏っています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/color-5color-scaled.jpg?v=1780978188\" 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「キャッシュレス中心だから大きな財布はいらない」そんな想いに応える、厚さわずか7mm。カード8枚収納時でも約17mmという薄さで、ポケットを膨らませることなくスマートに持ち歩けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/fa653d9bb2d0123183f21339a71c9205.jpg?v=1780978187\" 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必要最低限をストレスなく持ち歩きたい方へ。お札と厳選されたカード8枚をスマートに収納し、驚きの軽さ約42gを実現しました。無駄を削ぎ落としたデザインが、日常に心地よさをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/5acd953ddadda6bcf84c43e6baf315e4.jpg?v=1780978187\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む軽さ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eキャッシュレス時代に“大きな財布”はもう不要\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e「キャッシュレス中心だから大きな財布はいらない」\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e「三つ折り財布は厚みが出てポケットが膨らむ」\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e「必要最低限のお札とカードだけを、スマートに持ち歩きたい」\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eそんなあなたに最適な、究極のミニマルウォレット をご提案します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/anima-leather.online\/wp-content\/uploads\/2025\/10\/2025-09-16_10-26-56-300x200.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003cp class=\"body-text\"\u003eスマホ決済が主流の今、財布に求められるのものは「大容量」ではなく「必要十分さ」。とはいえ、大きな財布や厚みのある三つ折り財布は、もはや生活にフィットしません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e必要なのは、必要最低限をストレス無く持ち歩ける財布。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eそこで私たちが辿り着いた答えが、\u003cstrong\u003e極薄の二つ折り財布「AirFold」\u003c\/strong\u003eでした。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/anima-leather.online\/wp-content\/uploads\/2025\/10\/ae8758683b32871f29fceeaeb7b6caa4-300x300.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003cp class=\"body-text\"\u003eコイン入れを無くすことでさらに薄さを追求。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e主要なクレジットカード、キャッシュカード、免許証など、必要最低限のカードがあれば十分。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eそんなミニマルなライフスタイルを求める人のための財布です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/anima-leather.online\/wp-content\/uploads\/2025\/10\/7b457879cef759f73e686d3a358f7cba-300x200.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003ch3 class=\"section-title\"\u003e製品仕様\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・こだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eこの財布の主な特徴と、こだわり抜いたポイントをご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eポケットにスッと収まる極薄設計。カード8枚収納でも薄さ約17mmでスマートになれます。\u003c\/li\u003e\n                \u003cli\u003eレザーソムリエが選んだ、1000年以上の歴史を誇る「バケッタ製法」、名門タンナーが作る極上レザーを使用しています。\u003c\/li\u003e\n                \u003cli\u003e日本の職人が手掛ける高品質イタリアレザーを使用し、プレミアムな品質ながらも驚きの価格を実現しました。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ・仕様詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eサイズ：縦92mm × 横91mm × 約 厚み7mm（未収納時）\u003c\/li\u003e\n                \u003cli\u003e厚み（収納時）：約17mm（カード8枚＋お札10枚収納時）\u003c\/li\u003e\n                \u003cli\u003e重さ：約42g\u003c\/li\u003e\n                \u003cli\u003e収納：お札入れ1ヶ所／カード入れ4ヶ所（推奨8枚）\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イタリアの名門タンナーが手掛ける、1000年以上の歴史を誇るバケッタ製法「ミネルバボックス」を使用しています。\u003c\/p\u003e\n            \u003cp\u003e使い込むほどに艶が増し、自分だけの風合いに変化していく経年変化をお楽しみいただけます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"オルテンシア","offer_id":47393836662969,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ネロ","offer_id":47393836695737,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"コニャック","offer_id":47393836728505,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ボーネ","offer_id":47393836761273,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"グリージオ","offer_id":47393836794041,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/color-5color-scaled.jpg?v=1780978188"},{"product_id":"product-2629","title":"AirFold二つ折り財布ファスナー付き【ミネルバボックス】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \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-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \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%, #3A506B40 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; 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: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #FFFFFF; color: #303030; 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: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #3A506B; 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: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; 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\/0768\/3702\/8025\/files\/2025-09-16_14-07-02_23838b2e-2bb8-4184-9e92-ceab8807bc37.jpg?v=1780978191\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本物志向のあなたへ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e現代のニーズに応えるコンパクト設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「コンパクトな財布が欲しい。でも収納力は妥協したくない。」そんな声から生まれたのが、\u003cstrong\u003eAirFold ファスナー付きモデル\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eAirFoldシリーズの薄さと使いやすさはそのままに、\u003cstrong\u003eファスナーによる安心感と収納力をプラス\u003c\/strong\u003eしました。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e財布を小さくすると収納力が不足しがちですが、AirFold ファスナー付きモデルは、\u003cstrong\u003e最低限の収納力を確保しながらコンパクトなサイズ感を実現\u003c\/strong\u003eしました。カード、紙幣、小銭をまとめて収納できるため、この財布ひとつでスマートに外出できます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eカードを中心に使う現代のライフスタイルに合わせて設計されており、必要なカードを整理しやすく、取り出しもスムーズです。\u003cstrong\u003e現金派にもキャッシュレス派にも使いやすいバランス\u003c\/strong\u003eを追求しました。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eお札収納部分の一部をあえて縫製しない\u003cstrong\u003e独自設計を採用\u003c\/strong\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\u003eANiMAは革製品製造会社が立ち上げたファクトリーブランドです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eこれまで30年以上にわたり、多くのブランドの革製品製造を手掛けてきた実績\u003c\/li\u003e\n          \u003cli\u003e素材選びから裁断、縫製、仕上げまで一貫して国内工房で製造\u003c\/li\u003e\n          \u003cli\u003e中間コストを抑えながら、高品質な革製品を適正価格で提供\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズと収納目安\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ：約 縦90mm × 横95mm × 厚さ7mm\u003c\/li\u003e\n          \u003cli\u003e重量：約46g\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e収納目安\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカード：約8枚\u003c\/li\u003e\n          \u003cli\u003e小銭：約10枚\u003c\/li\u003e\n          \u003cli\u003e紙幣：約10枚\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使用している革は、イタリア・トスカーナ地方の老舗タンナー「バダラッシィ・カルロ社」が製造するミネルバボックスです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e1000年以上受け継がれる伝統的なバケッタ製法によって作られた植物タンニン鞣しの革\u003c\/li\u003e\n          \u003cli\u003e使い込むほどに色艶が深まり、自分だけの表情へと育つ\u003c\/li\u003e\n          \u003cli\u003e革本来の魅力を存分に楽しめる素材\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：ミネルバボックス（牛革）\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e天然皮革製品に関するご注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然皮革には傷や血筋、トラと呼ばれる個体差があります。ANiMAでは、それらを革本来の個性として活かしながら、目立ちにくい部分へ配置することで廃棄を減らしています。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e素材を大切に使うことも、私たちのものづくりのこだわりです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"オルテンシア","offer_id":47393837875385,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ネロ","offer_id":47393837908153,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"コニャック","offer_id":47393837940921,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ボーネ","offer_id":47393837973689,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"グリージオ","offer_id":47393838006457,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/2025-09-16_14-07-02_23838b2e-2bb8-4184-9e92-ceab8807bc37.jpg?v=1780978191"},{"product_id":"product-1970","title":"風琴マチラウンドロングウォレット【スティングレイレザー】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \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-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \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%, #3A506B40 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; 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: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #FFFFFF; color: #303030; 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: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #3A506B; 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: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e泳ぐ宝石、幸運を纏う\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e深海の秘宝を思わせる\u003cstrong class=\"highlight-text\"\u003eターコイズのエイ革\u003c\/strong\u003e。ビーズのような質感と唯一無二の\u003cstrong class=\"highlight-text\"\u003eスターマーク\u003c\/strong\u003eが、あなただけの個性を際立たせます。幸運を呼び込む「泳ぐ宝石」の輝きを、日常に。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/itemo_01.png?v=1780978195\" 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 class=\"highlight-text\"\u003e風琴マチ\u003c\/strong\u003e」で、厚みを感じさせないスマートな設計。熟練職人による堅牢なエイ革は、しなやかに手元に馴染みます。カード14枚、札入れ4箇所をスマートに収納。毎日を支える、機能美を追求しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40481.jpg?v=1780978195\" 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 class=\"highlight-text\"\u003eイタリア産スムースレザー\u003c\/strong\u003eの内装が織りなす上質なコントラスト。手にするたび、極上の満足感をもたらします。\u003cstrong class=\"highlight-text\"\u003eオリジナル化粧箱入り\u003c\/strong\u003eで、大切な方への贈り物や、ご褒美にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40491.jpg?v=1780978195\" class=\"img-fluid d-block w-100 product-img\" alt=\"贈る喜び、持つ歓び\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贈る喜び、持つ歓び\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材へのこだわり\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e深海の宝石、スティングレイレザー（エイ革）とイタリア産高級スムースレザーが織りなす、唯一無二の魅力。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e高級皮革スティングレイレザー（エイ革）\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003e美しい輝きから「幸福の魚」「泳ぐ宝石」と称され、「天眼」「神の目」として崇められてきました。\u003c\/li\u003e\n            \u003cli\u003e表面は人間の歯と同じ成分「リン酸カルシウム」の粒状の楯鱗で、ビーズを敷き詰めたような美しい見た目です。\u003c\/li\u003e\n            \u003cli\u003e硬く傷が付きにくい丈夫さがありながら、見た目によらずしなやかで柔らかい革質です。\u003c\/li\u003e\n            \u003cli\u003e凸凹とした輝きと、1匹に1カ所しかない「スターマーク」が特徴で、一つ一つ異なる表情が楽しめます。\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003e内装にはイタリアの老舗タンナー、マストロット社製のスムースレザーを全面に使用しています。\u003c\/li\u003e\n            \u003cli\u003eしっとりとした肌触りが心地よく、内装にまでこだわり抜いた高級感を演出します。\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\u003e日本の熟練職人の技術が光る、独自の「風琴マチ」製法。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e厚みを感じさせず、薄くスマートに仕上げられる日本独自の技術です。\u003c\/li\u003e\n        \u003cli\u003e複雑な作りや裁断、革漉き、組み立てに至るまで精巧な技術が必要とされ、希少性の高い製法です。\u003c\/li\u003e\n        \u003cli\u003e手間暇をかけて作り上げられることで、シャープな仕上がりと抜群の取りやすさを実現しています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能性と収納\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e使いやすさを追求した、大容量かつスマートな収納設計。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eファスナーは安心のYKK社製高級エクセラファスナーを使用。\u003c\/li\u003e\n        \u003cli\u003eカード入れ：14ヶ所\u003c\/li\u003e\n        \u003cli\u003eファスナー付小銭入れ：1ヶ所\u003c\/li\u003e\n        \u003cli\u003e札入れ：4ヶ所\u003c\/li\u003e\n        \u003cli\u003eフリーポケット：3ヶ所\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産背景\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e安心と信頼の日本品質。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e裁断から縫製まで、日本の熟練職人の手によって丁寧に仕立てられています。\u003c\/li\u003e\n        \u003cli\u003e完全Made in Japan\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\u003eANiMAオリジナルの刻印が施された専用化粧箱が付属します。\u003c\/li\u003e\n        \u003cli\u003eご自分用はもちろん、大切な方へのプレゼントにも最適です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材構成\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n        \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n        \u003cli\u003e裏地：綿\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eグレー\u003c\/li\u003e\n        \u003cli\u003eターコイズ\u003c\/li\u003e\n        \u003cli\u003eブラック\u003c\/li\u003e\n        \u003cli\u003eグリーン\u003c\/li\u003e\n        \u003cli\u003eピンク\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e※ブラックのみ内装の革色はブラックになります。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e縦：10cm\u003c\/li\u003e\n        \u003cli\u003e横：21.5cm\u003c\/li\u003e\n        \u003cli\u003e厚み：2.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e※おおよそのサイズです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eSTN-W004\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      天然素材の特性上、スターマークの大きさや粒の大きさは一点一点異なります。予めご了承ください。\u003cbr\u003e\n      ご利用のモニター環境により、商品画像と実際の色味が異なって見える場合がございます。予めご了承ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"グレー","offer_id":47393838235833,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"ターコイズ","offer_id":47393838268601,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393838301369,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":47393838334137,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":47393838366905,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/itemo_01.png?v=1780978195"},{"product_id":"product-2063","title":"ストラップロングウォレット【スティングレイレザー】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \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-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \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%, #3A506B40 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; 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: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #FFFFFF; color: #303030; 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: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #3A506B; 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: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e輝きを纏う、唯一無二\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e漆黒に浮かぶ神秘の輝き、\u003cstrong\u003eエイ革\u003c\/strong\u003eの独特の表情が、持つ人の個性を際立たせます。天然素材だからこそ出会える唯一無二の\u003cstrong\u003eスターマーク\u003c\/strong\u003eが、あなたの物語を紡ぎます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/dcefabca05b2229a5f57b53af7c67e37.png?v=1780978199\" class=\"img-fluid d-block w-100 product-img\" alt=\"宝石が煌めく美しさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e宝石が煌めく美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスタイルを彩る、洗練\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどの色を選んでも、洗練されたシンプルなデザインが、持つ人のスタイルに自然と馴染みます。\u003cstrong\u003eストラップ\u003c\/strong\u003eが中身をしっかりと守り、スマートな日常をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40158.jpg?v=1780978199\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常に寄り添う機能美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に寄り添う機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の粋が息づく逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e日本の熟練職人\u003c\/strong\u003eが丹精込めて仕立てた逸品です。\u003cstrong\u003eイタリア産スムースレザー\u003c\/strong\u003eを内装に配し、開くたびに上質な手触りが心地よさを届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40167.jpg?v=1780978199\" class=\"img-fluid d-block w-100 product-img\" alt=\"匠の技と使いやすさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e匠の技と使いやすさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこの商品の主な特徴をご紹介します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e高級皮革スティングレイレザー（エイ革）を使用。美しい輝きから「泳ぐ宝石」「天眼」「神の目」と称される縁起の良い革です。\u003c\/li\u003e\n        \u003cli\u003e表面は人間の歯と同じ「リン酸カルシウム」で形成されており、硬くて傷が付きにくく丈夫でありながら、しなやかで柔らかい特性を持ちます。\u003c\/li\u003e\n        \u003cli\u003eエイ革特有のビーズのような凹凸と輝き、そして個体ごとに異なるスターマークが唯一無二の魅力を放ちます。\u003c\/li\u003e\n        \u003cli\u003e内装にはイタリアの老舗タンナー、マストロット社製の上質なスムースレザーを全面に使用。しっとりとした肌触りで、開くたびに高級感を演出します。\u003c\/li\u003e\n        \u003cli\u003eシンプルで洗練された二つ折りロングウォレットデザインは、男女問わずお使いいただけます。\u003c\/li\u003e\n        \u003cli\u003eストラップ付きで、中身が飛び出す心配がなく安心です。\u003c\/li\u003e\n        \u003cli\u003e小銭入れは浅く設計されており、女性でもコインをスムーズに取り出せる使いやすさを追求しました。\u003c\/li\u003e\n        \u003cli\u003e高級感を高める金属製の引手を採用しています。\u003c\/li\u003e\n        \u003cli\u003e裁断から縫製まで、日本の熟練職人による「完全made in japan」の確かな品質です。\u003c\/li\u003e\n        \u003cli\u003eANiMAオリジナルの刻印が施された専用化粧箱付きで、ご自身用にも大切な方へのプレゼントにも最適です。\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カード入れ：12ヶ所\u003c\/li\u003e\n        \u003cli\u003eファスナー付小銭入れ：1ヶ所\u003c\/li\u003e\n        \u003cli\u003e札入れ：3ヶ所\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e上質な素材を厳選し、耐久性と美しさを両立させました。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n        \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n        \u003cli\u003e裏地：綿\u003c\/li\u003e\n      \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        \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製品の寸法は以下の通りです。（おおよそのサイズです）\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e縦：10cm\u003c\/li\u003e\n        \u003cli\u003e横：19.5cm\u003c\/li\u003e\n        \u003cli\u003e厚み：2.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    \u003c\/div\u003e\n  \u003c\/details\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「ANiMA」ロゴ入り専用化粧箱が付属します。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e「ANiMA」ロゴ入り専用化粧箱\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\u003eSTN-W001\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご留意事項\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eご購入前に以下の点をご確認ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e天然素材のため、スターマークの大きさや粒の大きさがそれぞれ異なります。一点ものの個性としてお楽しみください。\u003c\/li\u003e\n        \u003cli\u003eご利用のモニター環境により、商品画像の色味が実物と異なって見える場合がございます。あらかじめご了承ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"グレー","offer_id":47393838825657,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":47393838858425,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":47393838891193,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ターコイズ","offer_id":47393838923961,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393838956729,"sku":"STN-W001","price":59800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/dcefabca05b2229a5f57b53af7c67e37.png?v=1780978199"},{"product_id":"product-2097","title":"風琴マチ名刺入れ【スティングレイレザー】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \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-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \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%, #3A506B40 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; 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: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #FFFFFF; color: #303030; 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: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #3A506B; 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: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の職人技が宿る内部\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e開くたび、熟練の日本の職人による\u003cstrong\u003e精緻な技\u003c\/strong\u003eが光る内部に感動を覚えます。風琴マチが叶える薄さと、名刺の抜群の取り出しやすさは、ビジネスシーンでの所作を\u003cstrong\u003eスマートに演出\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40233.jpg?v=1780978204\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る匠の技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e唯一無二の輝きを放つ名刺入れ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「海の宝石」と称されるスティングレイレザーが、\u003cstrong\u003e比類なき存在感\u003c\/strong\u003eを放ちます。きらめく粒状の表面と、一つとして同じものがないスターマークが、あなたの個性を引き立て、出会う人々を魅了するでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40219.jpg?v=1780978204\" 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名刺約60枚を大容量で収納しながらも、風琴マチが\u003cstrong\u003e驚くほどの薄さ\u003c\/strong\u003eを実現。必要な名刺をスムーズに取り出すことができ、\u003cstrong\u003eスマートなビジネススタイル\u003c\/strong\u003eを確立します。しっとりとしたイタリアンレザーの肌触りも心地よいです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40241.jpg?v=1780978204\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eビジネスの質を高める設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の主な特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「海の宝石」と称されるスティングレイレザーと日本の職人技が融合した名刺入れの主な特徴です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e風琴マチ仕様\u003c\/strong\u003eで薄さと優れた収納力（名刺約60枚）を両立\u003c\/li\u003e\n          \u003cli\u003e熟練の日本の職人による\u003cstrong\u003e完全Made in Japan\u003c\/strong\u003eの仕立て\u003c\/li\u003e\n          \u003cli\u003e「海の宝石」とも呼ばれる高級皮革スティングレイレザーの\u003cstrong\u003e唯一無二の輝き\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eスティングレイレザー特有の\u003cstrong\u003e傷が付きにくい丈夫さ\u003c\/strong\u003eと意外なしなやかさ\u003c\/li\u003e\n          \u003cli\u003e内装には\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003eを使用し、上質な肌触りを実現\u003c\/li\u003e\n          \u003cli\u003e「ANiMA」オリジナルの刻印がされた\u003cstrong\u003e化粧箱付き\u003c\/strong\u003eでプレゼントにも最適\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材が織りなす、本製品の品質と魅力を詳しくご紹介します。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e高級皮革スティングレイレザー（エイ革）\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e美しい輝きから昔から幸福の魚「ラッキーフィッシュ」として重宝され、「天眼」「神の目」と崇められてきました。革の表面は「リン酸カルシウム」という人間の歯と同じ成分の粒状の楯鱗（じゅんりん）で出来ており、ビーズを敷き詰めたような綺麗な見た目になっています。表面は硬くて傷が付きにくく丈夫ですが、その見た目によらず意外としなやかで柔らかい革です。エイ革はビーズを敷き詰めたような凸凹とキラキラとした輝きや、1匹に1カ所しかないスターマークが特徴です。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e内装にはイタリアの老舗タンナー、マストロット社製スムースレザーを全面に使用しています。しっとりとした肌触りが心地よいレザーで、内装にもこだわり高級感を演出しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n          \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n          \u003cli\u003e裏地：綿\u003c\/li\u003e\n        \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縦：7.5cm\u003c\/li\u003e\n          \u003cli\u003e横：11cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2cm（※おおよそのサイズです）\u003c\/li\u003e\n          \u003cli\u003eカード入れ：4ヶ所\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内装の革色で異なる2つのカラーをご用意しております。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eグレー（内装革色：グレー）\u003c\/li\u003e\n          \u003cli\u003eブラック（内装革色：ブラック）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品は日本の熟練職人によって一つ一つ丁寧に仕立てられています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方へのプレゼントにも最適な専用の化粧箱が付属します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「ANiMA」ロゴ入り専用化粧箱\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\u003eSTN-W002\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然素材のため、スターマークの大きさや粒の大きさがそれぞれ違います。ご了承ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eご利用のモニター環境により、商品画像の色味が異なって見える場合がございます。ご了承下さい。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"グレー","offer_id":47393839546553,"sku":null,"price":39800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393839579321,"sku":null,"price":39800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/d0df7ce2f3056d1788e3a6f6f3de5a8b.png?v=1780978203"}],"url":"https:\/\/anima-leather.we-shop.jp\/collections\/%e6%99%ae%e6%ae%b5%e3%81%a5%e3%81%8b%e3%81%84%e3%81%ae%e3%83%ac%e3%82%b6%e3%83%bc%e5%b0%8f%e7%89%a9.oembed","provider":"ANiMA","version":"1.0","type":"link"}