{"title":"特別な一本個性派レザー","description":null,"products":[{"product_id":"product-1970","title":"風琴マチラウンドロングウォレット【スティングレイレザー】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3A506B40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #303030; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #3A506B; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e泳ぐ宝石、幸運を纏う\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e深海の秘宝を思わせる\u003cstrong class=\"highlight-text\"\u003eターコイズのエイ革\u003c\/strong\u003e。ビーズのような質感と唯一無二の\u003cstrong class=\"highlight-text\"\u003eスターマーク\u003c\/strong\u003eが、あなただけの個性を際立たせます。幸運を呼び込む「泳ぐ宝石」の輝きを、日常に。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/itemo_01.png?v=1780978195\" class=\"img-fluid d-block w-100 product-img\" alt=\"煌めくエイ革の美しさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e煌めくエイ革の美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e熟練技が叶える、洗練の機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本独自の「\u003cstrong class=\"highlight-text\"\u003e風琴マチ\u003c\/strong\u003e」で、厚みを感じさせないスマートな設計。熟練職人による堅牢なエイ革は、しなやかに手元に馴染みます。カード14枚、札入れ4箇所をスマートに収納。毎日を支える、機能美を追求しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40481.jpg?v=1780978195\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人の技と精巧な構造\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人の技と精巧な構造\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e内側から滲む、大人の上質\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e堅牢なエイ革と、しっとりした\u003cstrong class=\"highlight-text\"\u003eイタリア産スムースレザー\u003c\/strong\u003eの内装が織りなす上質なコントラスト。手にするたび、極上の満足感をもたらします。\u003cstrong class=\"highlight-text\"\u003eオリジナル化粧箱入り\u003c\/strong\u003eで、大切な方への贈り物や、ご褒美にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40491.jpg?v=1780978195\" class=\"img-fluid d-block w-100 product-img\" alt=\"贈る喜び、持つ歓び\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贈る喜び、持つ歓び\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材へのこだわり\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e深海の宝石、スティングレイレザー（エイ革）とイタリア産高級スムースレザーが織りなす、唯一無二の魅力。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e高級皮革スティングレイレザー（エイ革）\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003e美しい輝きから「幸福の魚」「泳ぐ宝石」と称され、「天眼」「神の目」として崇められてきました。\u003c\/li\u003e\n            \u003cli\u003e表面は人間の歯と同じ成分「リン酸カルシウム」の粒状の楯鱗で、ビーズを敷き詰めたような美しい見た目です。\u003c\/li\u003e\n            \u003cli\u003e硬く傷が付きにくい丈夫さがありながら、見た目によらずしなやかで柔らかい革質です。\u003c\/li\u003e\n            \u003cli\u003e凸凹とした輝きと、1匹に1カ所しかない「スターマーク」が特徴で、一つ一つ異なる表情が楽しめます。\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003e内装にはイタリアの老舗タンナー、マストロット社製のスムースレザーを全面に使用しています。\u003c\/li\u003e\n            \u003cli\u003eしっとりとした肌触りが心地よく、内装にまでこだわり抜いた高級感を演出します。\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e風琴マチについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e日本の熟練職人の技術が光る、独自の「風琴マチ」製法。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e厚みを感じさせず、薄くスマートに仕上げられる日本独自の技術です。\u003c\/li\u003e\n        \u003cli\u003e複雑な作りや裁断、革漉き、組み立てに至るまで精巧な技術が必要とされ、希少性の高い製法です。\u003c\/li\u003e\n        \u003cli\u003e手間暇をかけて作り上げられることで、シャープな仕上がりと抜群の取りやすさを実現しています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能性と収納\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e使いやすさを追求した、大容量かつスマートな収納設計。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eファスナーは安心のYKK社製高級エクセラファスナーを使用。\u003c\/li\u003e\n        \u003cli\u003eカード入れ：14ヶ所\u003c\/li\u003e\n        \u003cli\u003eファスナー付小銭入れ：1ヶ所\u003c\/li\u003e\n        \u003cli\u003e札入れ：4ヶ所\u003c\/li\u003e\n        \u003cli\u003eフリーポケット：3ヶ所\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産背景\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e安心と信頼の日本品質。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e裁断から縫製まで、日本の熟練職人の手によって丁寧に仕立てられています。\u003c\/li\u003e\n        \u003cli\u003e完全Made in Japan\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e贈り物にも最適な特別な化粧箱。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eANiMAオリジナルの刻印が施された専用化粧箱が付属します。\u003c\/li\u003e\n        \u003cli\u003eご自分用はもちろん、大切な方へのプレゼントにも最適です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材構成\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n        \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n        \u003cli\u003e裏地：綿\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eグレー\u003c\/li\u003e\n        \u003cli\u003eターコイズ\u003c\/li\u003e\n        \u003cli\u003eブラック\u003c\/li\u003e\n        \u003cli\u003eグリーン\u003c\/li\u003e\n        \u003cli\u003eピンク\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e※ブラックのみ内装の革色はブラックになります。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e縦：10cm\u003c\/li\u003e\n        \u003cli\u003e横：21.5cm\u003c\/li\u003e\n        \u003cli\u003e厚み：2.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e※おおよそのサイズです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eSTN-W004\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      天然素材の特性上、スターマークの大きさや粒の大きさは一点一点異なります。予めご了承ください。\u003cbr\u003e\n      ご利用のモニター環境により、商品画像と実際の色味が異なって見える場合がございます。予めご了承ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"グレー","offer_id":47393838235833,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"ターコイズ","offer_id":47393838268601,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393838301369,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":47393838334137,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":47393838366905,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/itemo_01.png?v=1780978195"},{"product_id":"product-2063","title":"ストラップロングウォレット【スティングレイレザー】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3A506B40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #303030; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #3A506B; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e輝きを纏う、唯一無二\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e漆黒に浮かぶ神秘の輝き、\u003cstrong\u003eエイ革\u003c\/strong\u003eの独特の表情が、持つ人の個性を際立たせます。天然素材だからこそ出会える唯一無二の\u003cstrong\u003eスターマーク\u003c\/strong\u003eが、あなたの物語を紡ぎます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/dcefabca05b2229a5f57b53af7c67e37.png?v=1780978199\" class=\"img-fluid d-block w-100 product-img\" alt=\"宝石が煌めく美しさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e宝石が煌めく美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスタイルを彩る、洗練\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどの色を選んでも、洗練されたシンプルなデザインが、持つ人のスタイルに自然と馴染みます。\u003cstrong\u003eストラップ\u003c\/strong\u003eが中身をしっかりと守り、スマートな日常をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40158.jpg?v=1780978199\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常に寄り添う機能美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に寄り添う機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の粋が息づく逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e日本の熟練職人\u003c\/strong\u003eが丹精込めて仕立てた逸品です。\u003cstrong\u003eイタリア産スムースレザー\u003c\/strong\u003eを内装に配し、開くたびに上質な手触りが心地よさを届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40167.jpg?v=1780978199\" class=\"img-fluid d-block w-100 product-img\" alt=\"匠の技と使いやすさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e匠の技と使いやすさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこの商品の主な特徴をご紹介します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e高級皮革スティングレイレザー（エイ革）を使用。美しい輝きから「泳ぐ宝石」「天眼」「神の目」と称される縁起の良い革です。\u003c\/li\u003e\n        \u003cli\u003e表面は人間の歯と同じ「リン酸カルシウム」で形成されており、硬くて傷が付きにくく丈夫でありながら、しなやかで柔らかい特性を持ちます。\u003c\/li\u003e\n        \u003cli\u003eエイ革特有のビーズのような凹凸と輝き、そして個体ごとに異なるスターマークが唯一無二の魅力を放ちます。\u003c\/li\u003e\n        \u003cli\u003e内装にはイタリアの老舗タンナー、マストロット社製の上質なスムースレザーを全面に使用。しっとりとした肌触りで、開くたびに高級感を演出します。\u003c\/li\u003e\n        \u003cli\u003eシンプルで洗練された二つ折りロングウォレットデザインは、男女問わずお使いいただけます。\u003c\/li\u003e\n        \u003cli\u003eストラップ付きで、中身が飛び出す心配がなく安心です。\u003c\/li\u003e\n        \u003cli\u003e小銭入れは浅く設計されており、女性でもコインをスムーズに取り出せる使いやすさを追求しました。\u003c\/li\u003e\n        \u003cli\u003e高級感を高める金属製の引手を採用しています。\u003c\/li\u003e\n        \u003cli\u003e裁断から縫製まで、日本の熟練職人による「完全made in japan」の確かな品質です。\u003c\/li\u003e\n        \u003cli\u003eANiMAオリジナルの刻印が施された専用化粧箱付きで、ご自身用にも大切な方へのプレゼントにも最適です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e収納仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e充実した収納力で、お財布の中身をすっきりと整理できます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eカード入れ：12ヶ所\u003c\/li\u003e\n        \u003cli\u003eファスナー付小銭入れ：1ヶ所\u003c\/li\u003e\n        \u003cli\u003e札入れ：3ヶ所\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e上質な素材を厳選し、耐久性と美しさを両立させました。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n        \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n        \u003cli\u003e裏地：綿\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e様々なスタイルに合う豊富なカラー展開です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eグレー\u003c\/li\u003e\n        \u003cli\u003eターコイズ\u003c\/li\u003e\n        \u003cli\u003eブラック（※ブラックのみ内装の革色はブラックになります。）\u003c\/li\u003e\n        \u003cli\u003eグリーン\u003c\/li\u003e\n        \u003cli\u003eピンク\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e製品の寸法は以下の通りです。（おおよそのサイズです）\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e縦：10cm\u003c\/li\u003e\n        \u003cli\u003e横：19.5cm\u003c\/li\u003e\n        \u003cli\u003e厚み：2.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品は日本の熟練職人によって丁寧に作られています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e「ANiMA」ロゴ入り専用化粧箱が付属します。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e「ANiMA」ロゴ入り専用化粧箱\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品の商品コードは以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eSTN-W001\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご留意事項\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eご購入前に以下の点をご確認ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e天然素材のため、スターマークの大きさや粒の大きさがそれぞれ異なります。一点ものの個性としてお楽しみください。\u003c\/li\u003e\n        \u003cli\u003eご利用のモニター環境により、商品画像の色味が実物と異なって見える場合がございます。あらかじめご了承ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"グレー","offer_id":47393838825657,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":47393838858425,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":47393838891193,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ターコイズ","offer_id":47393838923961,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393838956729,"sku":"STN-W001","price":59800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/dcefabca05b2229a5f57b53af7c67e37.png?v=1780978199"},{"product_id":"product-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-2097","title":"風琴マチ名刺入れ【スティングレイレザー】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3A506B40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #303030; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #3A506B; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の職人技が宿る内部\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e開くたび、熟練の日本の職人による\u003cstrong\u003e精緻な技\u003c\/strong\u003eが光る内部に感動を覚えます。風琴マチが叶える薄さと、名刺の抜群の取り出しやすさは、ビジネスシーンでの所作を\u003cstrong\u003eスマートに演出\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40233.jpg?v=1780978204\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る匠の技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e唯一無二の輝きを放つ名刺入れ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「海の宝石」と称されるスティングレイレザーが、\u003cstrong\u003e比類なき存在感\u003c\/strong\u003eを放ちます。きらめく粒状の表面と、一つとして同じものがないスターマークが、あなたの個性を引き立て、出会う人々を魅了するでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40219.jpg?v=1780978204\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e品格漂う大人の名刺入れ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートな所作を生む機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e名刺約60枚を大容量で収納しながらも、風琴マチが\u003cstrong\u003e驚くほどの薄さ\u003c\/strong\u003eを実現。必要な名刺をスムーズに取り出すことができ、\u003cstrong\u003eスマートなビジネススタイル\u003c\/strong\u003eを確立します。しっとりとしたイタリアンレザーの肌触りも心地よいです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40241.jpg?v=1780978204\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eビジネスの質を高める設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の主な特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「海の宝石」と称されるスティングレイレザーと日本の職人技が融合した名刺入れの主な特徴です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e風琴マチ仕様\u003c\/strong\u003eで薄さと優れた収納力（名刺約60枚）を両立\u003c\/li\u003e\n          \u003cli\u003e熟練の日本の職人による\u003cstrong\u003e完全Made in Japan\u003c\/strong\u003eの仕立て\u003c\/li\u003e\n          \u003cli\u003e「海の宝石」とも呼ばれる高級皮革スティングレイレザーの\u003cstrong\u003e唯一無二の輝き\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eスティングレイレザー特有の\u003cstrong\u003e傷が付きにくい丈夫さ\u003c\/strong\u003eと意外なしなやかさ\u003c\/li\u003e\n          \u003cli\u003e内装には\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003eを使用し、上質な肌触りを実現\u003c\/li\u003e\n          \u003cli\u003e「ANiMA」オリジナルの刻印がされた\u003cstrong\u003e化粧箱付き\u003c\/strong\u003eでプレゼントにも最適\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材が織りなす、本製品の品質と魅力を詳しくご紹介します。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e高級皮革スティングレイレザー（エイ革）\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e美しい輝きから昔から幸福の魚「ラッキーフィッシュ」として重宝され、「天眼」「神の目」と崇められてきました。革の表面は「リン酸カルシウム」という人間の歯と同じ成分の粒状の楯鱗（じゅんりん）で出来ており、ビーズを敷き詰めたような綺麗な見た目になっています。表面は硬くて傷が付きにくく丈夫ですが、その見た目によらず意外としなやかで柔らかい革です。エイ革はビーズを敷き詰めたような凸凹とキラキラとした輝きや、1匹に1カ所しかないスターマークが特徴です。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e内装にはイタリアの老舗タンナー、マストロット社製スムースレザーを全面に使用しています。しっとりとした肌触りが心地よいレザーで、内装にもこだわり高級感を演出しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n          \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n          \u003cli\u003e裏地：綿\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e機能性と携行性を両立した、スマートな設計です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e縦：7.5cm\u003c\/li\u003e\n          \u003cli\u003e横：11cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2cm（※おおよそのサイズです）\u003c\/li\u003e\n          \u003cli\u003eカード入れ：4ヶ所\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内装の革色で異なる2つのカラーをご用意しております。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eグレー（内装革色：グレー）\u003c\/li\u003e\n          \u003cli\u003eブラック（内装革色：ブラック）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品は日本の熟練職人によって一つ一つ丁寧に仕立てられています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方へのプレゼントにも最適な専用の化粧箱が付属します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「ANiMA」ロゴ入り専用化粧箱\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の商品コードです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eSTN-W002\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然素材のため、スターマークの大きさや粒の大きさがそれぞれ違います。ご了承ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eご利用のモニター環境により、商品画像の色味が異なって見える場合がございます。ご了承下さい。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"グレー","offer_id":47393839546553,"sku":null,"price":39800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393839579321,"sku":null,"price":39800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/d0df7ce2f3056d1788e3a6f6f3de5a8b.png?v=1780978203"},{"product_id":"product-1975","title":"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  \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\/91f6a63ee3463562059ae18a34be8a40.png?v=1780978206\" 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_40460.jpg?v=1780978207\" 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\u003eL字ファスナー\u003c\/strong\u003eがワンアクションで全てを見渡し、慌ただしい会計時もゆとりを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/sm3_40475.jpg?v=1780978206\" 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=\"point-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：エイ革の凸凹とした輝きや、1匹に1カ所しかないスターマークは、それぞれ異なるため、一つとして同じものがない面白さがあります。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e：内装にはイタリアの老舗タンナー、マストロット社製スムースレザーを全面に使用。しっとりとした肌触りが心地よく、内装にも高級感を演出しています。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eシンプルな薄型L字ファスナー\u003c\/strong\u003e：ワンアクションでお札、カード、小銭全てを見渡せるため、会計がスムーズに行えます。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e薄型ながらの収納力\u003c\/strong\u003e：カード入れ14ヶ所、小銭スペース1ヶ所、札入れ2ヶ所、フリースペース2ヶ所を備え、よく使うカードは小銭スペース部分のカード入れに収納可能です。\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\u003eL字ファスナー開閉による、スマートで大容量な収納構成です。\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n          \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n          \u003cli\u003e裏地：綿\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eグレー\u003c\/li\u003e\n          \u003cli\u003eターコイズ\u003c\/li\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n          \u003cli\u003eグリーン\u003c\/li\u003e\n          \u003cli\u003eピンク\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp 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縦：約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        \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    \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-W003\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":47393839743161,"sku":"STN-W003","price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ターコイズ","offer_id":47393839775929,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47393839808697,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":47393839841465,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":47393839874233,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/91f6a63ee3463562059ae18a34be8a40.png?v=1780978206"},{"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-2465","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e孤高の輝き シャークレザー\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/shark-leather-roundlongwallet1.jpg?v=1780978225\" class=\"img-fluid d-block w-100 product-img\" alt=\"シャークレザーの財布の外観\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e圧倒的な存在感を放つ外装\u003c\/p\u003e\n    \u003cp class=\"body-text\"\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/shark-leather-roundlongwallet3.jpg?v=1780978225\" class=\"img-fluid d-block w-100 product-img\" alt=\"風琴マチによる薄型デザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人の技が光る精巧な仕立て\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e日本独自の風琴マチが叶える、極限まで薄くシャープな仕上がり。複雑な工程を経て生み出されるこの構造は、バッグの中でもスマートさを損ないません。YKK高級ファスナーが滑らかな開閉を約束します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e整理整頓を叶える大容量\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/shark-leather-roundlongwallet5.jpg?v=1780978225\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布内部の収納構造\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e空間美と機能性の融合\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e広げれば、その機能美が際立ちます。カード14枚、札入れ4ヶ所、フリーポケット3ヶ所と、必要なものをスマートに収め、一目で把握できる配置。イタリア産スムースレザーが、開くたびに心地よい肌触りを提供します。\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シャークレザーは非常に強く、\u003cstrong\u003e摩擦や引っかき傷に強い\u003c\/strong\u003eため、長期間使用しても美しい状態を保てます。\u003c\/li\u003e\n          \u003cli\u003eサメ革特有の表面の凹凸模様が、手にしっかりとした手応えと高級感を与えます。\u003c\/li\u003e\n          \u003cli\u003e使い込むほどに風合いが増し、個性が反映されるユニークな経年変化を楽しめます。\u003c\/li\u003e\n          \u003cli\u003e水分や湿気から財布を守る特性があり、実用性にも優れています。\u003c\/li\u003e\n          \u003cli\u003eシャークレザーのユニークな外観は、他の革では味わえない個性的でタフな印象を与えます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eイタリア産高級スムースレザー\u003c\/p\u003e\n        \u003cp\u003e内装にはイタリアの老舗タンナー、マストロット社製スムースレザーを全面に使用。しっとりとした肌触りが心地よいレザーで内装にもこだわり高級感を演出します。\u003c\/p\u003e\n        \u003cp\u003e風琴マチ仕様\u003c\/p\u003e\n        \u003cp\u003e風琴マチとは日本独自の技術で、厚みが出ず薄く作り上げられることです。複雑な作りや裁断、革漉き、組み立てに渡って精巧な技術が必要なため、なかなか出回らない商品です。手間暇をかけて作り上げられることで、シャープな仕上がりと抜群の取りやすさが得られます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eロングタイプのファスナーウォレットで、高い収納力を誇ります。ファスナーは安心のYKK社製の高級エクセラファスナーを使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカード入れ：14ヶ所\u003c\/li\u003e\n          \u003cli\u003eファスナー付小銭入れ：1ヶ所\u003c\/li\u003e\n          \u003cli\u003e札入れ：4ヶ所\u003c\/li\u003e\n          \u003cli\u003eフリーポケット：3ヶ所\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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縦：10cm\u003c\/li\u003e\n          \u003cli\u003e横：21.5cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2.5cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e※おおよそのサイズです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e日本\u003c\/p\u003e\n        \u003cp\u003e裁断から縫製まで日本の熟練された職人の手によって仕立てられている、完全made in japanです。\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\u003eANiMAオリジナルの刻印がされた化粧箱付きで、ご自分用にもプレゼントにも最適です。\u003c\/p\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 class=\"body-text\"\u003e天然素材のため、スターマークの大きさや粒の大きさがそれぞれ異なります。予めご了承ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eご利用のモニター環境により、商品画像の色味が異なって見える場合がございます。予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"Default Title","offer_id":47393843183801,"sku":null,"price":49500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/shark-leather-roundlongwallet1.jpg?v=1780978225"},{"product_id":"product-2488","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e希少なシールレザーが放つ存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独特の畝模様が特徴の\u003cstrong\u003eシールレザー\u003c\/strong\u003eは、一つとして同じものがない\u003cstrong\u003e唯一無二の表情\u003c\/strong\u003eを魅せます。手にするたび、その\u003cstrong\u003e個性と希少性\u003c\/strong\u003eを実感いただけるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/seal-leather-roundlongwallet1.jpg?v=1780978227\" 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\"\u003eYKKエクセラの煌めきと職人技\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eゴールドに輝く\u003cstrong\u003eYKKエクセラファスナー\u003c\/strong\u003eが、\u003cstrong\u003e卓越した品格\u003c\/strong\u003eを添えます。日本の\u003cstrong\u003e熟練職人\u003c\/strong\u003eによって丁寧に仕立てられた、\u003cstrong\u003e細部に宿る美意識\u003c\/strong\u003eをご堪能ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/seal-leather-roundlongwallet4.jpg?v=1780978226\" 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を実現。\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\/seal-leather-roundlongwallet6.jpg?v=1780978227\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこのウォレットは、希少な素材と熟練の技術が融合した特別な逸品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e【限定1点！！再販不可】ANiMA特別仕様の貴重なアイテム\u003c\/li\u003e\n        \u003cli\u003eファスナーは特別なYKKエクセラのゴールドカラーで高級感を演出\u003c\/li\u003e\n        \u003cli\u003e独特の畝模様が美しい「シールレザー（アザラシ革）」を使用\u003c\/li\u003e\n        \u003cli\u003eシールレザーは伸縮性や厚みがあり、水に強い特性を持つ\u003c\/li\u003e\n        \u003cli\u003e内装にはイタリアの老舗タンナー、マストロット社製高級スムースレザーを全面使用\u003c\/li\u003e\n        \u003cli\u003eしっとりとした肌触りが心地よい内装で、さらなる高級感を追求\u003c\/li\u003e\n        \u003cli\u003e日本独自の技術である「風琴マチ」を採用し、シャープな仕上がりと抜群の取り出しやすさを実現\u003c\/li\u003e\n        \u003cli\u003e複雑な作りと精巧な技術を要する風琴マチは、手間暇をかけた希少な逸品\u003c\/li\u003e\n        \u003cli\u003e裁断から縫製まで日本の熟練職人による「完全made in japan」\u003c\/li\u003e\n      \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ファスナー付小銭入れ：1ヶ所\u003c\/li\u003e\n        \u003cli\u003e札入れ：2ヶ所\u003c\/li\u003e\n        \u003cli\u003eフリーポケット：3ヶ所\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e厳選された高品質な素材を使用しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表側：シールレザー（アザラシ革）\u003c\/li\u003e\n        \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n        \u003cli\u003e裏地：綿\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e上品で洗練されたカラーリングです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eシールレザー：ボルドー系\u003c\/li\u003e\n        \u003cli\u003e内装革：ブラック\u003c\/li\u003e\n        \u003cli\u003eファスナー：ゴールド\u003c\/li\u003e\n      \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横：21.5cm\u003c\/li\u003e\n        \u003cli\u003e厚み：2.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e熟練の職人技が光る日本製です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eプレゼントにも最適な専用化粧箱が付属します。\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  \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\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"Default Title","offer_id":47393843708089,"sku":null,"price":49500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/seal-leather-roundlongwallet1.jpg?v=1780978227"},{"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-2507","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e幸運を呼ぶ極上アイボリー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「泳ぐ宝石」と称されるエイ革の、一点ごとに異なる\u003cstrong\u003e神秘的な輝き\u003c\/strong\u003e。その中でも稀少な\u003cstrong\u003e限定アイボリー\u003c\/strong\u003eは、持つ人の品格を引き上げ、\u003cstrong\u003e幸運を呼び込む特別な逸品\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6778-scaled.jpg?v=1780978231\" 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\"\u003eYKK社製\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_6780-scaled.jpg?v=1780978230\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナーの輝きと風琴マチの財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e輝くゴールドと技の結晶\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスムーズな取り出し、収納美学\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e内装にはイタリア産\u003cstrong\u003eスムースレザーを贅沢に使用\u003c\/strong\u003e。\u003cstrong\u003e14のカード入れ\u003c\/strong\u003eと多様なポケットが、中身を美しく整理します。風琴マチが叶える、驚くほど取り出しやすい設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6779-scaled.jpg?v=1780978231\" 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特別感と高級感を兼ね備えた、希少性の高い逸品です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e限定色アイボリーとゴールドファスナーの組み合わせ\u003c\/li\u003e\n          \u003cli\u003e熟練の職人技による丁寧な仕上がり\u003c\/li\u003e\n          \u003cli\u003e自分用にも贈り物にも最適なオリジナル化粧箱付き\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について：エイ革（スティングレイレザー）\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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=\"point-list\"\u003e\n          \u003cli\u003eイタリアの老舗タンナー、マストロット社製の高級スムースレザーを全面に使用\u003c\/li\u003e\n          \u003cli\u003eしっとりとした柔らかな肌触り\u003c\/li\u003e\n          \u003cli\u003e内側にもこだわり、全体の高級感を演出\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能・構造：風琴マチ仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e日本独自の技術が詰まった、使いやすさと美しさを両立する構造です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e厚みが出にくい日本独自の技術により、薄くシャープな仕上がりを実現\u003c\/li\u003e\n          \u003cli\u003e複雑な裁断、革漉き、組み立てなど、精巧な職人技術が必要とされる希少な製法\u003c\/li\u003e\n          \u003cli\u003e薄さからは想像できない、抜群の収納力とスムーズな取り出しやすさ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能・収納：YKKエクセラファスナーと収納力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e日常使いの快適さを追求した、安心の品質と充実の収納スペースです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e安心と信頼のYKK社製高級エクセラファスナーを採用\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カード入れ：14ヶ所\u003c\/li\u003e\n          \u003cli\u003eファスナー付小銭入れ：1ヶ所\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        \u003cp\u003eおおよその外寸です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e縦：10cm\u003c\/li\u003e\n          \u003cli\u003e横：21.5cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2.5cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \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裁断から縫製まで、熟練の日本の職人によって仕立てられた完全Made in Japanです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方への贈り物にも最適な専用化粧箱が付属します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「ANiMA」ロゴ入り専用化粧箱\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eSTN-W004\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \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\n      天然素材を使用しているため、製品ごとに個体差がございます。\n    \u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材のため、スターマークの大きさや粒の大きさ、色味がそれぞれ異なります。予めご了承ください。\u003c\/li\u003e\n      \u003cli\u003eご利用のモニター環境により、商品画像の色味が異なって見える場合がございます。予めご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANiMA","offers":[{"title":"Default Title","offer_id":47393844199609,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6778-scaled.jpg?v=1780978231"},{"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-2544","title":"【限定色アイボリースティングレイレザー】ストラップロングウォレット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Jost, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #303030;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #303030; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #3A506B; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #303030; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3A506B40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #303030;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #303030; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3A506B; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #303030; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #3A506B; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #303030; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #3A506B; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #303030; margin-bottom: 12px; border-bottom: 1px solid #3A506B; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #303030; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F8F8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #303030; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e「泳ぐ宝石」限定アイボリー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「泳ぐ宝石」と称されるスティングレイレザーが、限定アイボリーで神秘的な輝きを放ちます。\u003cstrong\u003e幸運を招く\u003c\/strong\u003eと言われるエイ革は、人間の歯と同じ成分で構成され、\u003cstrong\u003e傷に強く永くご愛用いただけます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6784-scaled.jpg?v=1780978235\" class=\"img-fluid d-block w-100 product-img\" alt=\"光を纏う、神秘的な一品\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e光を纏う、神秘的な一品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e煌めく金具と滑らかな内装\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e煌めく\u003cstrong\u003eゴールドメッキ\u003c\/strong\u003eのファスナーとホックが、洗練された印象を与えます。内装にはイタリアの老舗タンナー製\u003cstrong\u003eスムースレザー\u003c\/strong\u003eを全面に使用し、しっとりとした肌触りが心地よさをもたらします。浅い小銭入れは、\u003cstrong\u003eスマートな取り出し\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6785-scaled.jpg?v=1780978235\" 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\u003e12枚のカード\u003c\/strong\u003eと\u003cstrong\u003e3箇所の札入れ\u003c\/strong\u003eは、スマートな収納を実現。裁断から縫製まで、日本の\u003cstrong\u003e熟練職人\u003c\/strong\u003eが手掛ける\u003cstrong\u003e完全Made in Japan\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_6786-scaled.jpg?v=1780978235\" 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\n\u003cstrong\u003e限定色アイボリー\u003c\/strong\u003e：ファスナー、ホックをゴールドメッキで高級感をアップ\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e高級皮革スティングレイレザー【エイ革】\u003c\/strong\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\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eイタリア産高級スムースレザー\u003c\/strong\u003e：内装にはマストロット社製スムースレザーを全面使用し、しっとりとした肌触りで高級感を演出\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e機能的なデザイン\u003c\/strong\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\/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        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n          \u003cli\u003e内側：牛革（イタリア産）\u003c\/li\u003e\n          \u003cli\u003e裏地：綿\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eスティングレイレザー：アイボリー\u003c\/li\u003e\n          \u003cli\u003e内装革：グレー\u003c\/li\u003e\n          \u003cli\u003eファスナー：ゴールデンブラス\u003c\/li\u003e\n          \u003cli\u003eホック：ゴールド\u003c\/li\u003e\n        \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縦：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=\"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    \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-W001\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    \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":47393844920505,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6784-scaled.jpg?v=1780978235"},{"product_id":"product-2543","title":"【限定1本アイボリースティングレイレザー】L字ファスナーロングウォレット　ファスナーエクセラライト","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    \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を際立たせます。一匹に一つだけの\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_6793-scaled.jpg?v=1780978236\" 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\"\u003eL字型が叶えるスマート決済\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eL字型ファスナー\u003c\/strong\u003eが\u003cstrong\u003eワンアクション\u003c\/strong\u003eで中身を見渡し、\u003cstrong\u003eスマートな支払い\u003c\/strong\u003eを実現。内装には\u003cstrong\u003eイタリア産上質レザー\u003c\/strong\u003eを贅沢に使用し、触れるたびに\u003cstrong\u003e極上の肌触り\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6796-scaled.jpg?v=1780978236\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字型が叶えるスマート決済\"\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ながら、カード14枚や領収書もすっきり\u003cstrong\u003e収納\u003c\/strong\u003e。軽量な\u003cstrong\u003eファスナーエクセラライト\u003c\/strong\u003eと、細部にまで息づく\u003cstrong\u003e日本の職人技\u003c\/strong\u003eが、日々の\u003cstrong\u003e使い心地\u003c\/strong\u003eを高めます。\u003c\/p\u003e\n        \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高級皮革スティングレイレザー（エイ革）を使用\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\/li\u003e\n                    \u003cli\u003e内装にはイタリアの老舗タンナー、マストロット社製スムースレザーを全面に使用\u003c\/li\u003e\n                    \u003cli\u003eL字ファスナーはワンアクションでスムーズな会計を実現\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                \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表側：スティングレイレザー（エイ革ポリッシュ加工）\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縦：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\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            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e「ANiMA」ロゴ入り専用化粧箱\u003c\/p\u003e\n            \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\u003eSTN-W003\u003c\/p\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":"Default Title","offer_id":47393845510329,"sku":null,"price":59800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6793-scaled.jpg?v=1780978236"},{"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"},{"product_id":"product-2534","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  \u003ch1 class=\"product-main-title\"\u003e【限定1本アイボリースティングレイレザー】風琴マチラウンドロングウォレット　ファスナーエクセラライト\u003c\/h1\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e限定アイボリーエイ革の輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e希少なアイボリーの\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_6771-scaled.jpg?v=1780978240\" class=\"img-fluid d-block w-100 product-img\" alt=\"限定アイボリーエイ革のウォレット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e視線を奪う、上質な手元\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e風琴マチが叶えるスマート収納\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本独自の\u003cstrong\u003e風琴マチ\u003c\/strong\u003eが、驚くほどの\u003cstrong\u003e薄さと収納力を両立\u003c\/strong\u003e。イタリア製スムースレザーが、開くたびに\u003cstrong\u003e心地よい肌触り\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6773-scaled.jpg?v=1780978240\" 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\"\u003eYKKエクセラライトの多色ファスナーが、\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_6774-scaled.jpg?v=1780978240\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラライトファスナーのウォレット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性を彩る、匠のディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \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 エレメントにアルミ合金を使用したYKKエクセラライトで軽量化を実現。\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 硬くて傷が付きにくく丈夫でありながら、意外としなやかで柔らかい特性を持ちます。\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 厚みが出ずスマートな仕上がりと、抜群の取り出しやすさを両立。複雑な製造工程を要する熟練の技が光ります。\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          \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カード入れ：14ヶ所\u003c\/li\u003e\n          \u003cli\u003eファスナー付き小銭入れ：1ヶ所\u003c\/li\u003e\n          \u003cli\u003e札入れ：4ヶ所\u003c\/li\u003e\n          \u003cli\u003eフリーポケット：3ヶ所\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e各部の素材情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表側：スティングレイレザー（エイ革ポリッシュ加工）\u003c\/li\u003e\n          \u003cli\u003e内側：牛革（イタリア産）\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横：21.5cm\u003c\/li\u003e\n          \u003cli\u003e厚み：2.5cm\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日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品には以下の付属品が含まれます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「ANiMA」ロゴ入り専用化粧箱\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の商品コードです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eSTN-W004\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":47393846132921,"sku":null,"price":69800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/3702\/8025\/files\/IMG_6771-scaled.jpg?v=1780978240"}],"url":"https:\/\/anima-leather.we-shop.jp\/collections\/%e7%89%b9%e5%88%a5%e3%81%aa%e4%b8%80%e6%9c%ac%e5%80%8b%e6%80%a7%e6%b4%be%e3%83%ac%e3%82%b6%e3%83%bc.oembed","provider":"ANiMA","version":"1.0","type":"link"}