{"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-1973","title":"3つ折りレターミニウォレット【スティングレイレザー】","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    \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\/itemo_03.png?v=1780978202\" 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_40499.jpg?v=1780978202\" 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_40507.jpg?v=1780978203\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e賢く収める相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴とこだわり\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこのミニウォレットには、特別な素材と日本の職人技、そして使う方への配慮が凝縮されています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e幸運を呼ぶエイ革（スティングレイレザー）\u003c\/strong\u003e: 「泳ぐ宝石」「ラッキーフィッシュ」とも称される神秘的な輝きが特徴。表面は人間の歯と同じリン酸カルシウム製で、ビーズを敷き詰めたような美しい見た目です。硬度と耐久性に優れながらも、意外としなやかさも兼ね備えています。一つとして同じものがない「スターマーク」や個体差のある模様も魅力です。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e: 内装にはイタリアの老舗タンナー、マストロット社製スムースレザーを全面採用。しっとりとした心地よい手触りで、開くたびに高級感が感じられます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eレター型コンパクトデザイン\u003c\/strong\u003e: かわいいレター型の3つ折りデザインは、手のひらに収まるコンパクトさ。マチ付き小銭入れで会計もスマートに。開けばすぐにカードやキャッシュにアクセスできる利便性も兼ね備えています。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e熟練の日本職人による仕立て\u003c\/strong\u003e: 裁断から縫製まで、日本の熟練された職人の手によって一つ一つ丁寧に作られた、完全なMade in Japan品質です。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e専用化粧箱付き\u003c\/strong\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\u003eカード入れ：4ヶ所\u003c\/li\u003e\n                    \u003cli\u003e札入れ：1ヶ所\u003c\/li\u003e\n                    \u003cli\u003eマチ付小銭入れ：1ヶ所\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材構成\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \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                \u003cp class=\"caption-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\u003e商品のおおよそのサイズです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e縦：8cm\u003c\/li\u003e\n                    \u003cli\u003e横：10cm\u003c\/li\u003e\n                    \u003cli\u003e厚み：3cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"caption-text\"\u003e※おおよそのサイズです。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eSTN-W005\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"グレー","offer_id":47393839218873,"sku":null,"price":43800.0,"currency_code":"JPY","in_stock":true},{"title":"ターコイズ","offer_id":47393839251641,"sku":null,"price":43800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393839284409,"sku":null,"price":43800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":47393839317177,"sku":null,"price":43800.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":47393839349945,"sku":null,"price":43800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/itemo_03.png?v=1780978202"},{"product_id":"product-2126","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  \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\/09e00c5cee54eb37b0cc6776f8724ab6.png?v=1780978208\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練されたプロの証\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e神の目「天眼」宿るエイ革の神秘\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e一匹に一カ所しかない「\u003cstrong\u003e天眼\u003c\/strong\u003e」と呼ばれる\u003cstrong\u003eスターマーク\u003c\/strong\u003e。ビーズを敷き詰めたような表情は、一つとして同じものがない、あなただけの特別な逸品を生み出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40439.jpg?v=1780978209\" 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は、約60枚の名刺をスマートに携行可能。しっとりしたイタリア産スムースレザーの裏地は、触れるたびに上質な心地よさを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40451.jpg?v=1780978208\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e緻密な職人技が光る逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n    \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：美しい輝きから「幸福の魚」「泳ぐ宝石」とされ、「天眼」「神の目」と崇められてきました。表面は「リン酸カルシウム」で形成された粒状の楯鱗で、傷に強く丈夫でありながらしなやかな手触りです。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e唯一無二の表情\u003c\/strong\u003e：エイ革特有の凸凹とした粒感とキラキラとした輝き、そして一匹に一カ所しかないスターマークは、それぞれ異なる表情を持ち、個性豊かな逸品となります。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eハーフポリッシュ加工\u003c\/strong\u003e：エイ革の表面を約50%削ることで、粒々感とボコボコとした手触りを残し、ワイルドで個性的な印象を演出します。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e：内装にはイタリアの老舗タンナー、マストロット社製のしっとりとしたスムースレザーを全面に使用。触れるたびに上質な心地よさを提供し、高級感を高めます。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e日本独自の風琴マチ仕様\u003c\/strong\u003e：厚みが出にくく、大容量ながらシャープな仕上がり。複雑な裁断、革漉き、組み立てを要する精巧な技術が光る、熟練職人による逸品です。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e熟練の日本人職人による完全Made in Japan\u003c\/strong\u003e：裁断から縫製まで、日本の熟練職人の手によって一つ一つ丁寧に仕立てられています。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eオリジナル化粧箱付属\u003c\/strong\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカード入れ：4ヶ所\u003c\/li\u003e\n          \u003cli\u003e名刺収納量：約60枚\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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e縦：7.5cm\u003c\/li\u003e\n          \u003cli\u003e横：11cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2cm\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「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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eSTAN-W002\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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\u003e天然素材のため、スターマークの大きさや粒の大きさがそれぞれ異なります。あらかじめご了承ください。\u003c\/p\u003e\n    \u003cp\u003eご利用のモニター環境により、商品画像の色味が異なって見える場合がございます。あらかじめご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"ブラック","offer_id":47393840267449,"sku":null,"price":39800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/09e00c5cee54eb37b0cc6776f8724ab6.png?v=1780978208"},{"product_id":"product-2165","title":"2WAYナチュラルトートバッグ【イタリアレザー】","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。撥水性にも優れ、日常の汚れを気にせず長く美しい状態を楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/510a55902bf7daa415303d498369fee0.png?v=1780978211\" 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\/ay2_54036.jpg?v=1780978211\" 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\"\u003e5段階調節可能なショルダーストラップは、厚手の服装でも肩に心地よくフィット。\u003cstrong\u003eハンドバッグとショルダーの2WAY\u003c\/strong\u003eで、あなたの毎日を自由に彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/ay2_54037.jpg?v=1780978211\" 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        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eシンプルな中にも洗練されたデザイン\u003c\/li\u003e\n          \u003cli\u003eハンドバッグとして、ショルダーバッグとして2WAYで使用可能\u003c\/li\u003e\n          \u003cli\u003eショルダーストラップは取り外し可能で、5段階調節可能。厚手の服装にも対応できる長めの設定。\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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納構成\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外ポケット：1ヶ所\u003c\/li\u003e\n          \u003cli\u003e外ファスナーポケット：1ヶ所\u003c\/li\u003e\n          \u003cli\u003e内ポケット：1ヶ所\u003c\/li\u003e\n          \u003cli\u003e内ファスナーポケット：1ヶ所\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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        \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高さ：31cm（ハンドル含む）、本体高さ19.5cm\u003c\/li\u003e\n          \u003cli\u003e横：32cm\u003c\/li\u003e\n          \u003cli\u003eマチ：12cm\u003c\/li\u003e\n          \u003cli\u003eショルダーベルト：幅18mm、長さ約116cm～136cm\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 class=\"body-text\"\u003ePENM-B011\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LUDWiC","offers":[{"title":"アボカド","offer_id":47393840726201,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":47393840758969,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393840791737,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/510a55902bf7daa415303d498369fee0.png?v=1780978211"},{"product_id":"product-2129","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    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手のひらに収まる上質イタリア革\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e美しいアクアブルーが目を引く、\u003cstrong\u003e手のひらサイズ\u003c\/strong\u003eのミニマル設計。イタリア・マストロット社のシュリンクエンボスレザーは、傷や汚れに強く、日常使いの耐久性に優れています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/ccd84325c5d89382965157d872c0e0ac.png?v=1780978214\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e鮮やかな発色と洗練された佇まい\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e職人の技が息づくこだわりのミニ財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e内装にまで本革を贅沢に使用し、日本の熟練職人が一つ一つ丁寧に仕立てた\u003cstrong\u003eメイドインジャパン品質\u003c\/strong\u003eです。内側のヌメ革は、使うほどに手元で深まる豊かな\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/ay2_53769.jpg?v=1780978214\" 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カード4枚、小銭、お札をしっかり収納\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\/ay2_53786.jpg?v=1780978215\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e必要な機能が凝縮された機能美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n    \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裁断から縫製まで日本の熟練された職人の手によって仕立てられた、完全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\u003eカード入れ：4ヶ所\u003c\/li\u003e\n                \u003cli\u003eマチ付小銭入れ：1ヶ所\u003c\/li\u003e\n                \u003cli\u003e札入れ：1ヶ所\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \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                \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縦：9.6cm\u003c\/li\u003e\n                \u003cli\u003e横：7cm\u003c\/li\u003e\n                \u003cli\u003e厚み：3cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \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\u003ePENM-W006\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ご利用のモニター環境により、商品画像の色味が異なって見える場合がございます。あらかじめご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LUDWiC","offers":[{"title":"アクアブルー","offer_id":47393840922809,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"アボカド","offer_id":47393840955577,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":47393840988345,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":47393841021113,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":47393841053881,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393841086649,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/ccd84325c5d89382965157d872c0e0ac.png?v=1780978214"},{"product_id":"product-2458","title":"【限定1点のみシールレザー】風琴マチ名刺入れ","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を放ちます。上質な時間と空間を演出する特別な一品を、大切な方への贈り物としても最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6182-scaled.jpg?v=1780978229\" 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\/IMG_6160-scaled.jpg?v=1780978229\" 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約60枚の名刺を収める大容量ながら、風琴マチの採用により厚みを感じさせません。内装にはイタリア産スムースレザーが滑らかな名刺の出し入れを叶え、\u003cstrong\u003eスマートな振る舞い\u003c\/strong\u003eをサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6157-scaled.jpg?v=1780978228\" 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「ANiMA」特別仕様の、特別なゴールドカラーホックで高級感を演出した、限定1点の風琴マチ名刺入れです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eシールレザー【アザラシ革】\u003c\/strong\u003e: 独特の美しい畝模様と触り心地が特徴。伸縮性、厚みがあり、水に強い特性を持ちます。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e: 内装にはイタリアの老舗タンナー、マストロット社製スムースレザーを全面に使用。しっとりとした肌触りで、内装にもこだわり高級感を演出します。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e風琴マチ仕様\u003c\/strong\u003e: 日本独自の技術。厚みが出ず薄く作り上げられることが特徴で、シャープな仕上がりと抜群な取りやすさを両立。一度使ったら忘れられない快適さです。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e熟練の日本の職人技\u003c\/strong\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e名刺収納量：約60枚（大容量）\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        \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        \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縦：7.5cm\u003c\/li\u003e\n          \u003cli\u003e横：11cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※おおよそのサイズです\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「ANiMA」ロゴ入り専用化粧箱\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"Default Title","offer_id":47393843773625,"sku":"1","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6182-scaled.jpg?v=1780978229"},{"product_id":"product-2423","title":"【限定1点のみシールレザー】ストラップロングウォレット","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\/9B6C842D-AA1E-4EC6-977A-F76FF46D948C-scaled.jpg?v=1780978233\" 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\/S__1941511.jpg?v=1780978232\" 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\/S__1933325.jpg?v=1780978233\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練された機能美と収納力\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された機能美と収納力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品は限定1点のみの特別仕様です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e限定1点のみ、再販不可の希少なアイテムです。\u003c\/li\u003e\n          \u003cli\u003eシールレザーを使用した「ANiMA」特別仕様です。\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        \u003c\/ul\u003e\n        \u003cp\u003e各素材の特徴\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eシールレザー（アザラシ革）\u003c\/strong\u003e: 独特の美しい畝模様と深い凹凸が特徴です。伸縮性や厚みがあり、水にも強い特性を持ちます。\u003c\/li\u003e\n          \u003cli\u003e\n\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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシンプルなデザインで男女問わずご使用いただけます。\u003c\/li\u003e\n          \u003cli\u003eストラップ付きで、内容物の飛び出しを防ぎ安心です。\u003c\/li\u003e\n          \u003cli\u003e小銭入れは浅く設計されており、コインをスムーズに取り出せます。\u003c\/li\u003e\n          \u003cli\u003e高級感漂う金属製の引手を採用しています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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縦：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        \u003cp class=\"caption-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\u003e各パーツのカラーリングです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eシールレザー：ボルドー系\u003c\/li\u003e\n          \u003cli\u003e内装革：ブラック\u003c\/li\u003e\n          \u003cli\u003eファスナー：ゴールド\u003c\/li\u003e\n          \u003cli\u003eホック：ゴールド\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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        \u003cul class=\"benefit-list\"\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=\"point-list\"\u003e\n          \u003cli\u003e「ANiMA」ロゴ入りの専用化粧箱が付属します。\u003c\/li\u003e\n          \u003cli\u003e自分用はもちろん、大切な方へのプレゼントにも最適です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-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\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"Default Title","offer_id":47393844428985,"sku":null,"price":44000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/9B6C842D-AA1E-4EC6-977A-F76FF46D948C-scaled.jpg?v=1780978233"},{"product_id":"product-2535","title":"【限定1本アイボリースティングレイレザー】L字ファスナーロングウォレット　ファスナーゴールド","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\/IMG_6790-scaled.jpg?v=1780978238\" class=\"img-fluid d-block w-100 product-img\" alt=\"希少なアイボリーの輝き\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e希少なアイボリーの輝き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマート会計、ストレスフリーな日常\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e薄型L字ファスナーは、\u003cstrong\u003eワンアクションで中身全体を見渡せる設計\u003c\/strong\u003e。お札もカードも小銭もスムーズに取り出せ、会計時の所作を美しく演出します。\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\/IMG_6791-scaled.jpg?v=1780978238\" 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_40536_ab743eaa-46d1-475d-858c-6c65be37f9a3.jpg?v=1780978239\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人が磨き上げた品質\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人が磨き上げた品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細情報\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこのウォレットが持つ、特別な魅力と機能性をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e限定色アイボリーとゴールドファスナー: 高級感と特別な輝きを放ちます。\u003c\/li\u003e\n          \u003cli\u003e高級皮革スティングレイレザー【エイ革】:\n            \u003cul class=\"basic-list\"\u003e\n              \u003cli\u003e「泳ぐ宝石」「ラッキーフィッシュ」「天眼」「神の目」と称される縁起の良い革です。\u003c\/li\u003e\n              \u003cli\u003e表面は人間の歯と同じ「リン酸カルシウム」で形成されており、ビーズを敷き詰めたような美しい見た目と非常に高い耐久性が特徴です。\u003c\/li\u003e\n              \u003cli\u003e硬質ながらしなやかさを併せ持ち、傷に強く永くご愛用いただけます。\u003c\/li\u003e\n              \u003cli\u003e一点一点異なるスターマークや粒の配置が、世界に一つだけの個性を生み出します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n          \u003cli\u003eイタリア産高級スムースレザー: 内装にはイタリア老舗タンナー、マストロット社製のしっとりとした肌触りの牛革を使用し、開くたびに上質さを感じさせます。\u003c\/li\u003e\n          \u003cli\u003eスマートなL字ファスナー: ワンアクションでお札、カード、小銭すべてを見渡せ、会計時の所作をスムーズかつ美しく演出します。\u003c\/li\u003e\n          \u003cli\u003e抜群の収納力: 薄型ながら、カード14枚、札入れ2箇所、小銭入れ、フリースペース2箇所を備え、必要なものをスマートに収納できます。\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カード入れ：14ヶ所\u003c\/li\u003e\n          \u003cli\u003e札入れ：2ヶ所\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        \u003cp\u003e厳選された上質な素材が、長く愛用できる品質を支えます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n          \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n          \u003cli\u003e裏地：綿\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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縦：10cm\u003c\/li\u003e\n          \u003cli\u003e横：20.5cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2cm\u003c\/li\u003e\n        \u003c\/ul\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\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-W003\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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":"ANiMA","offers":[{"title":"Default Title","offer_id":47393845969081,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6790-scaled.jpg?v=1780978238"}],"url":"https:\/\/anima-leather.we-shop.jp\/collections\/%e5%a4%8f%e3%81%ae%e3%81%94%e8%a4%92%e7%be%8e%e3%82%ae%e3%83%95%e3%83%88.oembed","provider":"ANiMA","version":"1.0","type":"link"}