{"title":"コンパクト財布","description":"キャッシュレス時代にぴったりな、手のひらに収まるシリーズです。","products":[{"product_id":"ak16ta-b0051","title":"ANNAK プエブロレザー コンパクト折り紙ウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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イタリアのプエブロレザーを隅々まで使用。金ブラシで毛羽立たせた独特の表情は、触れるたびに個性として深まり、使う人の人生に寄り添います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_0118_e112689e-48a7-4930-8e45-6fad9f21e2a9.jpg?v=1725278158\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらに収まる決済道具\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e指先に馴染む約45gの軽さで、紙幣と約10枚のカードを収納。キャッシュレス中心の現代に合わせた、軽快な振る舞いを支える存在です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_0135_a8f84c0c-09b3-4315-94c6-770f7c527edf.jpg?v=1744696047\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e日常を彩る日本生まれの寸法\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e幅8cm、奥行き1.5cm、高さ9.5cm。この緻密なサイズは、ポケットや小さなバッグにも自然と溶け込み、持ち運びの負担を感じさせません。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_144604.jpg?v=1744696040\" 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\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe width=\"320\" height=\"568\" src=\"https:\/\/www.youtube.com\/embed\/12sRqLt49AE\" title=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eキャッシュレス用のコンパクト財布です。このサイズでもカードが10枚ほど収納可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eステッチも少なく、折りたたんで小さくしていく折り紙のようなデザインが特徴です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e牛革（イタリア：バダラッシカルロ社製プエブロ）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eイタリアの名門タンナー『バダラッシカルロ社』の\u003cstrong\u003eバケッタ製法で作られた牛革・プエブロを使用。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、贅沢にすべてのパーツで使用しました。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e外ポケットの留め具は見た目もシンプルなスナップボタンです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_0125_480x480.jpg?v=1744693658\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003e内側は札入れスペースと、カードポケットが2つあります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0135_480x480.jpg?v=1634258304\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003e外側のポケットはカードが6～7枚収納可能です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_142333_480x480.jpg?v=1744694683\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003eエイジングが非常に分かりやすく、『触感』まで変化していく、非常に珍しく、とても魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまでツヤが出て、質感もツルツルに変化します。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003eオールレザー仕立てなので、財布の修理で最も多いとされる、\u003cstrong\u003e裏地が破ける心配もありません。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eコンパクトサイズの財布は、財布自体に重さもなく、旅行の際や小さいバッグの時に重宝する財布です。\u003cstrong\u003eユニセックスで使えるシンプルな財布、贈り物としてもおすすめです。\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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商品コード：AK16TA-B0051\u003c\/li\u003e\n\u003cli\u003e幅：約8cm\u003c\/li\u003e\n\u003cli\u003e奥行：約1.5cm\u003c\/li\u003e\n\u003cli\u003e高さ：約9.5cm\u003c\/li\u003e\n\u003cli\u003e重量：約45g\u003c\/li\u003e\n\u003cli\u003e原産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_144604_480x480.jpg?v=1744696040\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\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\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30007514595427,"sku":"3-1","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30007514628195,"sku":"3-2","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30007514660963,"sku":"3-3","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0120_46fd1979-7d68-478b-8373-9481b4fad3e4.jpg?v=1788407535"},{"product_id":"ak19ta-b0073","title":"ANNAK プエブロレザー マネークリップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\/0769\/2959\/7752\/products\/DSC_2003_bf52ce28-98a0-4e3c-b575-0c457f7c8de2.jpg?v=1712796243\" 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\u003e6つのカードポケット\u003c\/strong\u003eを備え、必要最低限を美しく収納します。会計時も迷うことなくスムーズにスマートな振る舞いを演出する、現代にフィットしたデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_2000_bdefd2a2-5488-41de-8544-cd0842d5284f.jpg?v=1712796241\" 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\/0769\/2959\/7752\/products\/DSC_1998_e37a7a86-9495-4f9d-a96a-4381d9d0ecfe.jpg?v=1712796241\" 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!-- ② 動画セクション (Video) - 今回は動画データがないため出力しない --\u003e\n\n  \u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eイタリアの名門タンナー『バダラッシカルロ社』のバケッタ製法で作られた牛革・プエブロを使用。表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、すべてのパーツで使用した贅沢なマネークリップです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1997_480x480.jpg?v=1634258557\" alt=\"マネークリップの内側\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e内側は札入れスペースと、カードポケットが6つ。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1998_480x480.jpg?v=1634258580\" alt=\"マネークリップの小銭入れ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eコインポケットは外側に。マチ付きのファスナーポケットなので、小さくても取り出しはスムーズ。コインポケットの中もオールレザー仕立てなので、財布の修理で最も多いとされる、裏地が破ける心配もありません。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli class=\"body-text\"\u003e旅行の際や、小さいバッグの時に重宝します。薄いので上着のポケットにもすっきりフィットします。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003eキャッシュレス時代の今持つ財布にピッタリです。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\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 class=\"body-text\"\u003e商品コード：\u003cstrong\u003eAK19TA-B0073\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e素材：牛革\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e重量：約74g\u003c\/li\u003e\n        \u003cli class=\"body-text\"\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 class=\"body-text\"\u003e幅：11cm\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e奥行：1cm\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e高さ：8.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ④ 発送案内セクション (Shipping) - 情報がないため出力しない --\u003e\n\n  \u003c!-- ⑤ 注意事項セクション (Notes) - 情報がないため出力しない --\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30008499142755,"sku":"3-1","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30008499175523,"sku":"3-2","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30008499208291,"sku":"3-3","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_2003_63180e4e-909e-47d5-8431-6a995f7c7482.jpg?v=1788407538"},{"product_id":"ak22ta-b0005","title":"ANNAK コンパクトラウンドジップ財布","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\/0769\/2959\/7752\/products\/QPXNE3040_f484bb0b-6200-444c-a608-0d5954d2690c.jpg?v=1712799521\" 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\/0769\/2959\/7752\/products\/JNUNE6605_3fea9c32-aa97-4ad5-ae18-ebb152937dd6.jpg?v=1712799521\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札を折らないスマートな所作\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eワンアクションで、会計美人\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e驚きの収納力と使いやすさを両立\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e5箇所のカードポケットには7～10枚以上、マチ付き小銭スペースは深すぎず、スムーズな出し入れを実現。お札の通り道は吟面仕上げで、滑るように出し入れ可能です。必要なものが迷子にならない工夫が詰まっています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/CCGVE4978_52ab1998-57e6-419f-9130-670fca98f471.jpg?v=1684415761\" 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!-- 動画セクション (Video) --\u003e\n    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe title=\"【お札を折らずに収納可能】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\" src=\"https:\/\/www.youtube.com\/embed\/XHnRhJI_jV4\" height=\"571\" width=\"321\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eAK22TA-B0005\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003eすべてのパーツにアメリカンオイルレザーを使用したワンアクションラウンドジップコンパクト財布。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003eお札を折らずに収納可能\u003c\/strong\u003e。ファスナーを開けるワンアクションで、財布の中身を全て取り出すことが可能です。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e引手に付いたフリンジがアクセントに。スムーズな開閉もポイントです。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003eコンパクトサイズなので、小さめのポーチバッグなどにも収納可能です。\u003c\/p\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e【アメリカンオイルレザー】\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e日本一の生産量を誇る姫路地域で鞣されたキメの細かいキップ調に作られた牛革を使用しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eすべすべとした手触り、曲げてもシワになりにくいしなやかさが特徴です。たっぷりオイルが入っているので、使用していくたびにキレイな光沢感が出て、エイジングを楽しめます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e素材\/原料：牛革\u003c\/p\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能性\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴は\u003cstrong\u003eお札を折らずに\u003c\/strong\u003e入れられること。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e従来のラウンドジップのコンパクトサイズの財布だと、お札を2つ折り、3つ折りにしないと入らないタイプがほとんどですが、この財布は、お札を伸ばしたまま札入れに入れていくと、\u003c\/p\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/JNUNE6605_480x480.jpg?v=1665017636\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DZLFE7753_480x480.jpg?v=1665017684\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/QABTE0671_480x480.jpg?v=1665017662\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ\"\u003e\n            \u003cp class=\"body-text\"\u003eお札の通り道にはすべて革のつるっとした吟面(表面)にしてあるので、滑りながらするするっと入っていきます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eちなみにレジなどから戻ってくるお札は元々財布に入っているお札の1番上にセットして入れてあげるとスムーズに入ります。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eカードポケットは5か所。マチ付きのカードスペースがあるので\u003cstrong\u003e7～10数枚の収納\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eもう1つのマチ付きスペースには小銭が入ります。深すぎないので取り出しもスムーズです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e「ファスナーを開ける」このワンアクションで財布を手のひらで動かすことなく中身のすべての取り出しが可能で、\u003cstrong\u003eお札を折ることなく収納可能\u003c\/strong\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\u003cp class=\"body-text\"\u003e幅：11.5cm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e奥行：2.5cm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e高さ：9cm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e重量：約110g\u003c\/p\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\u003cp class=\"body-text\"\u003e日本\u003c\/p\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eご使用によって生じる経年変化が楽しめます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eカード段の革が馴染むまでは、きつく感じる場合もございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":40101867847779,"sku":"4-1","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":40101867880547,"sku":"4-2","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":40101867913315,"sku":"4-3","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/QPXNE3040_461cf3b4-69eb-4bf6-af2c-ee63884a9505.jpg?v=1788407641"},{"product_id":"ak22ta-b0006","title":"ANNAK コンパクトラウンドジップ配色財布","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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姫路レザーの型押しシュリンクが魅せる、深い表情と柔らかな手触り。使うほどに艶を増し、あなただけの物語を刻みます。小ぶりながら存在感を放つ、大人の日常を上質に演出する逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/ISDHE8631_f41c5d32-b87e-4275-8186-46fa998b90c1.jpg?v=1712799534\" 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驚くほどスムーズなワンアクションで、お札もカードも小銭も全てにアクセスできます。お札を折らずに収納できるから、会計時の所作も美しく、スマートな毎日を叶えます。マチ付きカードポケットは、7〜10数枚の収納を可能にします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/QDOHE1983_36fedb01-e30e-4976-870b-4031e17cc8a9.jpg?v=1712799534\" class=\"img-fluid d-block w-100 product-img\" alt=\"驚きの収納力と使いやすさ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e驚きの収納力と使いやすさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e使うほどに深まる上質な革の魅力\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e内装の鮮やかな発色は、持つたびに心が躍るアクセントです。お札の通り道には滑らかな吟面を採用し、出し入れのストレスを解消します。細部に宿る日本の職人技が、長く愛用できる確かな品質を約束します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DXVTE0578_8604f821-73b5-4772-8b9c-037da77eb552.jpg?v=1684415743\" 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!-- 動画セクション (Video) --\u003e\n    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe title=\"【お札を折らずに収納可能】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\" src=\"https:\/\/www.youtube.com\/embed\/XHnRhJI_jV4\" height=\"571\" width=\"321\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e商品コード: \u003cstrong\u003eAK22TA-B0006\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eすべてのパーツに姫路レザーを使用した配色タイプのワンアクションラウンドジップコンパクト財布です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eANNAK別注のオリジナルパイソン柄は牛革にプリントしたものです。\u003c\/p\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            \u003cp class=\"body-text\"\u003e【オイルシュリンクレザー】\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eクロムとタンニンの両方を使ったコンビネーションなめしの型押しシュリンクレザー。キズが目立ちにくく、柔らかいタッチ感が特徴です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e型押し加工を施してからドラムで空打ちをすることで、革に適度なコシと柔らかさが生じ、型押しも適度に不揃いとなり自然な表情が生まれています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e発色が良く、使ううちに自然な艶も生まれ、よりラクジュアリーな雰囲気へと変化をしていきます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能・ディテール\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴は\u003cstrong\u003eお札を折らずに\u003c\/strong\u003e入れられること。従来のラウンドジップのコンパクトサイズの財布だと、お札を2つ折り、3つ折りにしないと入らないタイプがほとんどですが、この財布は、お札を伸ばしたまま札入れに入れていくと、\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095432_ac6e4b35-0da6-4a70-a118-cb1e23f98086_480x480.jpg?v=1710815962\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ1\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095454_480x480.jpg?v=1703466022\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ2\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095536_480x480.jpg?v=1703466040\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ3\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eお札の通り道にはすべて革のつるっとした吟面(表面)にしてあるので滑りながらするするっと入っていきます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eちなみにレジなどから戻ってくるお札は元々財布に入っているお札の1番上にセットして入れてあげるとスムーズに入ります。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eカードポケットは5か所。マチ付きのカードスペースがあるので\u003cstrong\u003e7～10数枚の収納\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eもう1つのマチ付きスペースには小銭が入ります。深すぎないので取り出しもスムーズです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e引手に付いたフリンジがアクセントに。スムーズな開閉もポイントです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e「ファスナーを開ける」このワンアクションで財布を手のひらで動かすことなく中身のすべての取り出しが可能で、\u003cstrong\u003eお札を折ることなく収納可能\u003c\/strong\u003eな非常にスマートでシンプルな財布です。\u003c\/p\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幅：11.5cm\u003c\/li\u003e\n                \u003cli\u003e奥行：2.5cm\u003c\/li\u003e\n                \u003cli\u003e高さ：9cm\u003c\/li\u003e\n                \u003cli\u003e重量：約110g\u003c\/li\u003e\n                \u003cli\u003e原産国：日本\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        \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\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"トープ×イエロー","offer_id":40101931057251,"sku":"4-1","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"パイソン×グレー","offer_id":40101938659427,"sku":"4-2","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック×ターコイズ","offer_id":44479213863011,"sku":"4-3","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"アズキ×ブラウン","offer_id":44479213895779,"sku":"4-4","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/ISDHE8631_463d62b8-6641-4887-b97e-190c3d251b73.jpg?v=1788407644"},{"product_id":"ak23ta-b0008","title":"ANNAK プエブロレザー フラップ付き２つ折りウォレット S","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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イタリア産プエブロレザーの独特な手触りが、日々の所作を豊かに彩ります。約102gの軽やかさで、\u003cstrong\u003eキャッシュレス時代に相応しい洗練されたコンパクトデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0705_86d9ff12-b3f5-44ae-a690-fd88a6d1daff.jpg?v=1712796169\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらに収まるANNAKプエブロレザーコンパクトウォレット\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eスマートに持ち歩く贅沢\u003c\/p\u003e\n\u003c\/div\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\/0769\/2959\/7752\/products\/IMG_0721_4bb8d581-d374-43fc-bb58-45cd82773cfc.jpg?v=1712796169\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAKプエブロレザーコンパクトウォレットの内部構造\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e妥協しない機能美\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e育てる愉しみ、プエブロ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e表面を金ブラシで毛羽立たせたバケッタ製法プエブロレザーは、唯一無二の表情を魅せます。\u003cstrong\u003e約2年で光沢を増す革のエイジング\u003c\/strong\u003eと、しっとりと手に馴染む質感の変化を、日本の職人技で堪能してください。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0724_38b097f9-957e-4594-8e31-848e44311caf.jpg?v=1684415662\" 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\u003c!-- ② 動画セクション (Video) --\u003e \u003c!-- 入力データに動画情報がないため、このセクションは作成しません。 --\u003e \u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK23TA-B0008\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\n\u003cp class=\"body-text\"\u003eサイズにこだわった\u003cstrong\u003eコンパクトウォレット\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e小さいバッグの時に重宝する\u003cstrong\u003e携帯性\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eキャッシュレス時代の今に\u003cstrong\u003e最適なサイズ感\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eユニセックスでご使用いただけます\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eギフトにも最適な\u003cstrong\u003e抜群の手触りと独特な経年変化\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e素材\/原料:\u003c\/strong\u003e 牛革\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eイタリアの名門タンナー『バダラッシカルロ社』の\u003cstrong\u003eバケッタ製法で作られたプエブロを使用\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、\u003cstrong\u003eすべてのパーツで使用した贅沢な仕立て\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e留め具は見た目も\u003cstrong\u003eシンプルなスナップボタン\u003c\/strong\u003eを採用しています。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0708_480x480.jpg?v=1684308609\" class=\"img-fluid d-block w-100 product-img\" alt=\"シンプルなスナップボタン\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eすべてのパーツが\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eなので、財布の修理で最も多いとされるコインポケットの裏地が破ける心配がありません。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e単独カード入れは3ポケット。さらに、コインポケットの裏側にも1枚収納可能なスペースがあります。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0709_480x480.jpg?v=1684308636\" class=\"img-fluid d-block w-100 product-img\" alt=\"カード入れ3ポケットと裏側収納スペース\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eマチが両サイドに付いて使いやすさにこだわった、\u003cstrong\u003e大きく開く見やすく取り出しがスムーズなコインポケット\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0717_480x480.jpg?v=1684308449\" class=\"img-fluid d-block w-100 product-img\" alt=\"マチ付きで大きく開くコインポケット\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e札入れは片側を縫い付けず、お札を上からではなく、\u003cstrong\u003eサッと斜めに出し入れが可能なノンストレスな仕様\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0710_480x480.jpg?v=1684308730\" class=\"img-fluid d-block w-100 product-img\" alt=\"札入れのノンストレスな出し入れ\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eエイジングが非常に分かりやすく魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまでツヤが出ます。\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" class=\"img-fluid d-block w-100 product-img\" alt=\"2年使用後のプエブロレザーのエイジング\"\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e幅:\u003c\/strong\u003e 9.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e奥行:\u003c\/strong\u003e 2.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e高さ:\u003c\/strong\u003e 9.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e重量:\u003c\/strong\u003e 約102g\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e原産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご購入の際の注意\u003cbr\u003e\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eカード段を革で作成しているため、\u003cbr\u003e革が馴染むまでしばらくはカードの出し入れの際、\u003cbr\u003eきつく感じる場合がございます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ④ 発送案内セクション (Shipping) --\u003e \u003c!-- 入力データに発送案内情報がないため、このセクションは作成しません。 --\u003e \u003c!-- ⑤ 注意事項セクション (Notes) --\u003e \u003c!-- 入力データに注意事項情報がないため、このセクションは作成しません。 --\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":40377764610147,"sku":"3-1","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":40377764642915,"sku":"3-2","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":40377764675683,"sku":"3-3","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0705_fa380763-47fe-46d1-9e57-19790fdec917.jpg?v=1788407658"},{"product_id":"annak-ak16ta-b0051","title":"ANNAK 迷彩柄ハンドペイントレザー コンパクト折り紙ウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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開くたびに魅せる、計算された機能美。カード10枚をスマートに収めるゆとりある空間を創出します。贅沢な素材使いが日常に上質な輝きを添える一品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110555.jpg?v=1775716604\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e使うほどに表情を変える革\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらに収まる決済道具\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e指先に馴染む約62gの軽さで、紙幣と約10枚のカードを収納。キャッシュレス中心の現代に合わせた、軽快な振る舞いを支える存在です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260409_152646.jpg?v=1775716603\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eスマートな携帯性と収納力\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e日常を彩る日本生まれの寸法\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e幅8cm、奥行き1.5cm、高さ9.5cm。この緻密なサイズは、ポケットや小さなバッグにも自然と溶け込み、持ち運びの負担を感じさせません。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260409_151139.jpg?v=1775716603\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e日本の職人による精巧な作り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe width=\"320\" height=\"568\" src=\"https:\/\/www.youtube.com\/embed\/12sRqLt49AE\" title=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eキャッシュレス用のコンパクト財布です。このサイズでもカードが10枚ほど収納可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eステッチも少なく、折りたたんで小さくしていく折り紙のようなデザインが特徴です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e【迷彩柄ペイントレザー\u003c\/strong\u003e】\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e迷彩柄ペイントレザーは、一般的なプリント方法である\u003cbr\u003e「インクジェット」ではなく、\u003cbr\u003eローラースタンプを用いて一色ずつ色をのせていくという方法で\u003cbr\u003eペイントされています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e外ポケットの留め具は見た目もシンプルなスナップボタンです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110518.jpg?v=1775716604\" alt=\"\"\u003e\n\u003cp class=\"body-text\"\u003e内側は札入れスペースと、カードポケットが2つあります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260409_152646.jpg?v=1775716603\" alt=\"\"\u003e\n\u003cp class=\"body-text\"\u003e外側のポケットはカードが6～7枚収納可能です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260409_153112.jpg?v=1775716604\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"body-text\"\u003eオールレザー仕立てなので、財布の修理で最も多いとされる、\u003cstrong\u003e裏地が破ける心配もありません。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eコンパクトサイズの財布は、財布自体に重さもなく、旅行の際や小さいバッグの時に重宝する財布です。\u003cstrong\u003eユニセックスで使えるシンプルな財布、贈り物としてもおすすめです。\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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商品コード：AK16TA-B0051\u003c\/li\u003e\n\u003cli\u003e幅：約8cm\u003c\/li\u003e\n\u003cli\u003e奥行：約1.5cm\u003c\/li\u003e\n\u003cli\u003e高さ：約9.5cm\u003c\/li\u003e\n\u003cli\u003e重量：約62g\u003c\/li\u003e\n\u003cli\u003e原産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260409_151139.jpg?v=1775716603\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\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\"\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"カモフラ","offer_id":44479207309411,"sku":"1-1","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/Photoroom_20260409_152321.jpg?v=1788407423"},{"product_id":"annak-ak26ta-b0009","title":"ANNAK プエブロレザー ミニマムウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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都会の日常に溶け込む、洗練された手のひらサイズ。必要なものを厳選し、軽やかに持ち歩きたいあなたへ贈ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260302_163353.jpg?v=1775607341\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eスマートな日常を彩る\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\" style=\"text-align: right;\"\u003e\n\u003ch3 class=\"section-title\"\u003eコンパクトに機能を集約\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"text-align: left;\"\u003e限られた空間に最大限の機能を凝縮しました。\u003cbr\u003eカードを\u003cstrong\u003e7枚\u003c\/strong\u003eまとめて収納し、コインも取り出しやすい設計で、日々の会計をスムーズに。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260303_094039.jpg?v=1775607342\" alt=\"\"\u003e\u003c\/p\u003e\n上質で使いやすい設計\u003c\/div\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は、ICカードのタッチや、お札の仕分けに活躍します。\u003cbr\u003e時と共に特別な深みを増すでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260303_094256.jpg?v=1775607341\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e使うほどに愛着が湧く\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 動画セクション (Video) - 入力データに動画がないため省略 --\u003e \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK23TA-B0009\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e見た目も作りも使い方も、すべてがシンプルな「手のひらサイズ」。\u003cbr\u003eミニマムにこだわったコンパクト財布です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e財布機能をすべて備えた、非常にスマートでシンプルなミニマム財布です。小さめのポーチバッグなどにも収納可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eエイジングが非常に分かりやすく魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまでツヤが出ます。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" alt=\"エイジング後のウォレットの比較画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eユニセックスで使えるシンプルな財布、贈り物としてもおすすめです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e素材をメインにシンプルに作成しました。抜群の手触り、独特な経年変化を実感してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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イタリアの名門タンナー『バダラッシカルロ社』の\u003cstrong\u003eバケッタ製法で作られた牛革・プエブロを使用。\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、すべてのパーツで使用した非常にシンプルな2つ折り財布です。\u003c\/li\u003e\n\u003cli\u003e素材\/原料：牛革\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴はその\u003cstrong\u003eコンパクト\u003c\/strong\u003eさ。手のひらサイズです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260302_163449.jpg?v=1775607341\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e余計なデザインは入れず、外・中づくりにいたってもすべてがシンプルかつコンパクトです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260303_094039.jpg?v=1775607342\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e財布を広げると左側が\u003cstrong\u003eカードポケット\u003c\/strong\u003e、右側にフラップ付きの\u003cstrong\u003eコインポケット\u003c\/strong\u003eがあります。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eカードポケットには\u003cstrong\u003eまとめて7枚\u003c\/strong\u003eを収納可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260302_163553.jpg?v=1775607342\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eコインケースは広がるので、小銭の取り出しがスムーズです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260302_163646.jpg?v=1775607341\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e札入れには\u003cstrong\u003e単独カードポケット\u003c\/strong\u003eがあります。ICカードを入れたり、よく使うカードをここに入れても便利です。財布を閉じたままでもこのポケットに入っているカードは取り出し可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260303_094256.jpg?v=1775607341\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eこの単独ポケットを札の仕切り代わりにして、前後で\u003cstrong\u003eお札の仕分け\u003c\/strong\u003eをすることも可能です。\u003cbr\u003e1万円札もすっきり収まるサイズです。\u003cbr\u003e非常にコンパクトなサイズの財布です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e幅\u003c\/strong\u003e：8.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e奥行\u003c\/strong\u003e：約2cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高さ\u003c\/strong\u003e：9.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e素材\/原料\u003c\/strong\u003e：牛革\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約75g\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\u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため省略 --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入の際の注意\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e裁断する場所によって1点1点革の表情が異なります。\u003cbr\u003e画像の柄とは異なる表情の商品が届きます。ご了承ください。\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":44479207669859,"sku":"3-1","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":44479207702627,"sku":"3-2","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44479207735395,"sku":"3-3","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/Photoroom_20260302_163353_655ddafc-1758-4ddc-b876-a10112e3dac5.jpg?v=1788407430"},{"product_id":"annak-迷彩柄ハンドペイントレザー-フラップ付き２つ折りウォレット-s","title":"ANNAK 迷彩柄ハンドペイントレザー フラップ付き２つ折りウォレット S","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\/0769\/2959\/7752\/files\/Photoroom_20260312_110634.jpg?v=1773370047\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eスマートに持ち歩く贅沢\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: right;\" class=\"content-section\"\u003e\n\u003ch3 style=\"text-align: left;\" class=\"section-title\"\u003e計算された使い心地\u003c\/h3\u003e\n\u003cp style=\"text-align: left;\" class=\"body-text\"\u003eすべてのパーツを贅沢に\u003cstrong\u003eオールレザーで仕立て\u003c\/strong\u003e、財布修理で最も多い裏地の破損の心配を軽減しました。大きく開くコインポケットや、斜めに差し込める札入れなど、使うたびに感動する工夫が凝縮されています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110821.jpg?v=1773370047\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cbr\u003e妥協しない機能美\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e育てる愉しみ、日本の匠技\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e使えば使うほどさらに美しいツヤへと変化。\u003cbr\u003e大きく開く小銭入れや斜めにスムーズに収まる札入れなど、\u003cbr\u003e使うたびに愛着が深まる日本の職人技が光ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_120150.jpg?v=1773370047\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e愛着が深まる本革の質感\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 動画セクション (Video) - 入力データに動画がないため省略 --\u003e \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK23TA-B0008\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\n\u003cp class=\"body-text\"\u003eサイズにこだわった\u003cstrong\u003eコンパクトウォレット\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e小さいバッグの時に重宝する\u003cstrong\u003e携帯性\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eキャッシュレス時代の今に\u003cstrong\u003e最適なサイズ感\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eユニセックスでご使用いただけます\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eギフトにも最適な\u003cstrong\u003e抜群の手触りと独特な経年変化\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e【迷彩柄ペイントレザー\u003c\/strong\u003e】\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e迷彩柄ペイントレザーは、一般的なプリント方法である\u003cbr\u003e「インクジェット」ではなく、\u003cbr\u003eローラースタンプを用いて一色ずつ色をのせていくという方法で\u003cbr\u003eペイントされています。\u003cbr\u003e\u003cbr\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\u003c\/ul\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e留め具は見た目も\u003cstrong\u003eシンプルなスナップボタン\u003c\/strong\u003eを採用しています。\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110634.jpg?v=1773370047\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eすべてのパーツが\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eなので、財布の修理で最も多いとされるコインポケットの裏地が破ける心配がありません。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e単独カード入れは3ポケット。さらに、コインポケットの裏側にも1枚収納可能なスペースがあります。\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110821.jpg?v=1773370047\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eマチが両サイドに付いて使いやすさにこだわった、\u003cstrong\u003e大きく開く見やすく取り出しがスムーズなコインポケット\u003c\/strong\u003eです。\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_120150.jpg?v=1773370047\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e札入れは片側を縫い付けず、お札を上からではなく、\u003cstrong\u003eサッと斜めに出し入れが可能なノンストレスな仕様\u003c\/strong\u003eです。\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_120119.jpg?v=1773370048\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e幅\u003c\/strong\u003e：9.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e奥行\u003c\/strong\u003e：約2.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高さ\u003c\/strong\u003e：9.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e素材\/原料\u003c\/strong\u003e：牛革\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約105g\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\u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため省略 --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入の際の注意\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eカード段を革で作成しているため、\u003cbr\u003e革が馴染むまでしばらくはカードの出し入れの際、\u003cbr\u003eきつく感じる場合がございます。\u003cbr\u003e\u003cbr\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"カモフラ","offer_id":44479208063075,"sku":"1-1","price":22000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/Photoroom_20260312_110634_32209c44-3cfb-47e8-b2b9-b2c3691c14ba.jpg?v=1788407435"},{"product_id":"annak-迷彩柄ハンドペイントレザー-フラップ付き2つ折りウォレット-m","title":"ANNAK 迷彩柄ハンドペイントレザー フラップ付き２つ折りウォレット Ｍ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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都会の日常に溶け込む、洗練された手のひらサイズ。必要なものを厳選し、軽やかに持ち歩きたいあなたへ贈ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110853.jpg?v=1773368783\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eスマートな日常を彩る\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\" style=\"text-align: right;\"\u003e\n\u003ch3 class=\"section-title\" style=\"text-align: left;\"\u003eスマートな機能美、掌に\u003c\/h3\u003e\n\u003cp class=\"body-text\" style=\"text-align: left;\"\u003e手のひらに収まるコンパクトな設計に、6つのカードポケットと独立した札入れをスマートに配置。オールレザー仕立てで、日々の所作を軽やかに彩ります。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110943.jpg?v=1773368783\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cbr\u003e計算され尽くした内装\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e育てる愉しみ、日本の匠技\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e使えば使うほどさらに美しいツヤへと変化。\u003cbr\u003e大きく開く小銭入れや斜めにスムーズに収まる札入れなど、\u003cbr\u003e使うたびに愛着が深まる日本の職人技が光ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_131119.jpg?v=1773368783\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e永く愛せる確かな作り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 動画セクション (Video) - 入力データに動画がないため省略 --\u003e \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK17TA-B0060\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eこの形の財布しか使わないとおっしゃる方も多い、定番型のコンパクトなフラップ付き2つ折り財布です。\u003cbr\u003e\u003cbr\u003eユニセックスで使えるシンプルな財布、贈り物としてもおすすめです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e素材をメインにシンプルに作成しました。\u003cbr\u003e迷彩柄レザーの経年変化をお楽しみください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e【迷彩柄ペイントレザー\u003c\/strong\u003e】\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e迷彩柄ペイントレザーは、一般的なプリント方法である\u003cbr\u003e「インクジェット」ではなく、\u003cbr\u003eローラースタンプを用いて一色ずつ色をのせていくという方法で\u003cbr\u003eペイントされています。\u003cbr\u003e\u003cbr\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e留め具は\u003cstrong\u003e見た目もシンプル\u003c\/strong\u003eなスナップボタン。\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110853.jpg?v=1773368783\" alt=\"\"\u003e\n\u003c\/li\u003e\n\u003cli\u003eカード段内側以外のすべてのパーツは\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eなので、財布の修理で最も多いとされるコインポケットの裏地が\u003cstrong\u003e破ける心配\u003c\/strong\u003eがありません。\u003c\/li\u003e\n\u003cli\u003e単独カード入れは\u003cstrong\u003e6ポケット\u003c\/strong\u003e。\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_110943.jpg?v=1773368783\" alt=\"\"\u003e\n\u003c\/li\u003e\n\u003cli\u003e使いやすさにこだわった、大きく開く見やすく取り出しがスムーズなコインポケット。\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_131119.jpg?v=1773368783\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e札入れは仕切りを1枚配しました。片側を縫い付けないことで、お札を上からではなく、斜めにサッとストレスなく入れることが可能です。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_131048.jpg?v=1773368783\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴はその\u003cstrong\u003eコンパクト\u003c\/strong\u003eさ。手のひらサイズです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e幅\u003c\/strong\u003e：12.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e奥行\u003c\/strong\u003e：約3cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高さ\u003c\/strong\u003e：9.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e素材\/原料\u003c\/strong\u003e：牛革\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約145g\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\u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため省略 --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入の際の注意\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"カモフラ","offer_id":44479208128611,"sku":"1-1","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/Photoroom_20260312_110853_72c6cc1e-d317-48c6-9414-559c3f4dc2e2.jpg?v=1788407435"},{"product_id":"annak-迷彩柄ハンドペイントレザー-ミニマムウォレット","title":"ANNAK 迷彩柄ハンドペイントレザー ミニマムウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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都会の日常に溶け込む、洗練された手のひらサイズ。必要なものを厳選し、軽やかに持ち歩きたいあなたへ贈ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/XOXY3601.jpg?v=1770945308\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eスマートな日常を彩る\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\" style=\"text-align: right;\"\u003e\n\u003ch3 class=\"section-title\"\u003eコンパクトに機能を集約\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e限られた空間に最大限の機能を凝縮しました。カードを\u003cstrong\u003e7枚\u003c\/strong\u003eまとめて収納し、コインも取り出しやすい設計で、日々の会計をスムーズに。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/JVJC6882.jpg?v=1770945317\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cbr\u003e上質で使いやすい設計\u003c\/div\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は、ICカードのタッチや、お札の仕分けに活躍します。\u003cbr\u003e時と共に特別な深みを増すでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/TEUG4476.jpg?v=1770945317\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e使うほどに愛着が湧く\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 動画セクション (Video) - 入力データに動画がないため省略 --\u003e \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK23TA-B0009\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e見た目も作りも使い方も、すべてがシンプルな「手のひらサイズ」。ミニマムにこだわったコンパクト財布です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e財布機能をすべて備えた、非常にスマートでシンプルなミニマム財布です。小さめのポーチバッグなどにも収納可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e【迷彩柄ペイントレザー\u003c\/strong\u003e】\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e迷彩柄ペイントレザーは、一般的なプリント方法である\u003cbr\u003e「インクジェット」ではなく、\u003cbr\u003eローラースタンプを用いて一色ずつ色をのせていくという方法で\u003cbr\u003eペイントされています。\u003cbr\u003e\u003cbr\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴はその\u003cstrong\u003eコンパクト\u003c\/strong\u003eさ。手のひらサイズです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/XOXY3601.jpg?v=1770945308\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e余計なデザインは入れず、外・中づくりにいたってもすべてがシンプルかつコンパクトです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/MPCS8514.jpg?v=1770945316\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e財布を広げると左側が\u003cstrong\u003eカードポケット\u003c\/strong\u003e、右側にフラップ付きの\u003cstrong\u003eコインポケット\u003c\/strong\u003eがあります。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/JVJC6882.jpg?v=1770945317\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eカードポケットには\u003cstrong\u003eまとめて7枚\u003c\/strong\u003eを収納可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/MJAR1083.jpg?v=1770945317\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eコインケースは広がるので、小銭の取り出しがスムーズです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/UEMI4987.jpg?v=1770945317\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e札入れには\u003cstrong\u003e単独カードポケット\u003c\/strong\u003eがあります。ICカードを入れたり、よく使うカードをここに入れても便利です。財布を閉じたままでもこのポケットに入っているカードは取り出し可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/TEUG4476.jpg?v=1770945317\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eこの単独ポケットを札の仕切り代わりにして、前後で\u003cstrong\u003eお札の仕分け\u003c\/strong\u003eをすることも可能です。\u003cbr\u003e1万円札もすっきり収まるサイズです。\u003cbr\u003e非常にコンパクトなサイズの財布です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e幅\u003c\/strong\u003e：8.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e奥行\u003c\/strong\u003e：約2cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高さ\u003c\/strong\u003e：9.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e素材\/原料\u003c\/strong\u003e：牛革\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約75g\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\u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため省略 --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入の際の注意\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"カモフラ","offer_id":44479208161379,"sku":"1-1","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/XOXY3601_888be97e-f438-4195-815b-40ceb5da26a9.jpg?v=1788407437"},{"product_id":"annak-ak26ta-b0009a","title":"ANNAK アマンダオイルレザー ミニマムウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\u003cvideo controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bdeff6c61fb64527bd2fbfb908369abf.mov\" type=\"video\/mp4\"\u003e Your browser does not support our video. \u003c\/source\u003e\u003c\/video\u003e\u003c\/h3\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらに収まるミニ財布\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e都会の日常に溶け込む、洗練された手のひらサイズ。必要なものを厳選し、軽やかに持ち歩きたいあなたへ贈ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/TSQM0308_97443a95-d8b3-414a-8075-bf40e641cdc2.jpg?v=1767850496\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eコンパクトに機能を集約\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e限られた空間に最大限の機能を凝縮しました。カードを\u003cstrong\u003e7枚\u003c\/strong\u003eまとめて収納し、コインも取り出しやすい設計で、日々の会計をスムーズに。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/BIWD4292_fb13092a-339c-4310-80bb-7647755ccc5f.jpg?v=1767850496\" 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\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は、ICカードのタッチや、お札の仕分けに活躍します。アマンダオイルレザーが放つ繊細な輝きは、時と共に特別な深みを増すでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/VVTD1940_90f56e81-1b8d-449c-a13e-6e7bbc11ffbe.jpg?v=1767850402\" 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=\"caption-text text-end\" style=\"text-align: left;\"\u003e\u003ciframe width=\"359\" height=\"638\" src=\"https:\/\/www.youtube.com\/embed\/0QJh8QVhURQ\" title=\"【ANNAK最小２つ折り財布】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 動画セクション (Video) - 入力データに動画がないため省略 --\u003e \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK23TA-B0009A\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e全てのパーツにアマンダオイルレザーを使用した、デザインもミニマムなコンパクトウォレットです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eシルバー・ゴールド共に、ANNAK別注オリジナルカラーです。\u003cstrong\u003eシルバー\u003c\/strong\u003eは少しピンク掛かった優しいシルバーになっており、\u003cstrong\u003eゴールド\u003c\/strong\u003eは下地の茶芯にゴールドを吹き付けた、真鍮のような上品なゴールドカラーが特徴です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e見た目も作りも使い方も、すべてがシンプルな「手のひらサイズ」。ミニマムにこだわったコンパクト財布です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e財布機能をすべて備えた、非常にスマートでシンプルなミニマム財布です。小さめのポーチバッグなどにも収納可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e【\u003cstrong\u003eアマンダオイルレザー\u003c\/strong\u003e】\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eたっぷりとオイルを含ませたフルタンニンレザーを、鞣しの途中に薬品で表面を縮ませるシュリンク加工を施しています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eシュリンク加工後、革の表面に圧力をかけながら棒状のガラス玉を高速運動させ、上品なツヤを持たせるグレージング加工を施しています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eアマンダオイルレザーは丈夫で、傷が目立ちにくい、絶妙な色ムラなどの特徴を兼ね備えた革です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴はその\u003cstrong\u003eコンパクト\u003c\/strong\u003eさ。女性が持ってもこのサイズ感です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/TSQM0308_480x480.jpg?v=1767849652\" class=\"img-fluid d-block w-100 product-img\" alt=\"女性が持ったミニマムウォレットのサイズ感\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e余計なデザインは入れず、外・中づくりにいたってもすべてがシンプルかつコンパクトです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PTCU2198_480x480.jpg?v=1767848809\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニマムウォレットの開いた状態\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e財布を広げると左側が\u003cstrong\u003eカードポケット\u003c\/strong\u003e、右側にフラップ付きの\u003cstrong\u003eコインポケット\u003c\/strong\u003eがあります。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/BIWD4292_480x480.jpg?v=1767849005\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウォレット内部のカードとコインポケット\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eカードポケットには\u003cstrong\u003eまとめて7枚\u003c\/strong\u003eを収納可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/QAZS8390_480x480.jpg?v=1767848937\" class=\"img-fluid d-block w-100 product-img\" alt=\"カードポケットに7枚のカードを収納した様子\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eコインケースは広がるので、小銭の取り出しがスムーズです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/AJJA3324_480x480.jpg?v=1767849170\" class=\"img-fluid d-block w-100 product-img\" alt=\"広がるコインケース\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e札入れには\u003cstrong\u003e単独カードポケット\u003c\/strong\u003eがあります。ICカードを入れたり、よく使うカードをここに入れても便利です。財布を閉じたままでもこのポケットに入っているカードは取り出し可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/VWKZ0294_480x480.jpg?v=1767849381\" class=\"img-fluid d-block w-100 product-img\" alt=\"札入れの単独カードポケット\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/VVTD1940_480x480.jpg?v=1767849405\" class=\"img-fluid d-block w-100 product-img\" alt=\"単独ポケットを使ったお札の仕分け\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eこの単独ポケットを札の仕切り代わりにして、前後で\u003cstrong\u003eお札の仕分け\u003c\/strong\u003eをすることも可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e1万円札もすっきり収まるサイズです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PHNQ3667_480x480.jpg?v=1767849602\" class=\"img-fluid d-block w-100 product-img\" alt=\"札入れに一万円札を収納した様子\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e非常にコンパクトなサイズの財布です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e幅\u003c\/strong\u003e：8.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e奥行\u003c\/strong\u003e：約2cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高さ\u003c\/strong\u003e：9.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e素材\/原料\u003c\/strong\u003e：牛革\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約75g\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\u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため省略 --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入の際の注意\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eシルバーの下地はヌメ色を、ゴールドの下地は茶色を使用しております。下地の色にシルバー・ゴールドの顔料をふきつけているため、使用していくと摩擦などで下地の色が顔を出し、ご使用によって生じる\u003cstrong\u003e経年変化\u003c\/strong\u003eが楽しめます。\u003cbr\u003eシルバー・ゴールドレザーならではの儚さをお楽しみください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"シルバー","offer_id":44479208259683,"sku":"2-1","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":44479208292451,"sku":"2-2","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/TSQM0308_97443a95-d8b3-414a-8075-bf40e641cdc2.jpg?v=1788407440"},{"product_id":"annak-エンボスハンドペイントレザー-コイン-カードマルチケース","title":"ANNAK エンボスハンドペイントレザー コイン＆カードマルチケース","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元を飾る私だけの特別\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手のひらにしっとり馴染む上質な質感。姫路レザーに施された、世界に一つだけのハンドペイントが、持つ人の個性をさりげなく輝かせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG-2564.jpg?v=1727678931\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e約49gの軽やかさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e見えない細部に宿る品格\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e隠しホックのスナップボタンが織りなす、金具の見えない洗練された佇まい。型押しレザーは傷がつきにくく、日々の使用にも安心です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_7539.jpg?v=1727678907\" 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カード1枚と小銭がしっかり収まり、広がるマチで鍵などの小物もスマートに収納。無駄のないミニマルデザインが、毎日を軽やかにします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_7548.jpg?v=1727678693\" 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!-- ② 動画セクション (Video) - 今回はデータなしのため、セクションは生成しません --\u003e\n\n  \u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eエンボスハンドペイントレザーをすべてのパーツに使用した、シンプルなコイン＆カードマルチケースです。オールレザー仕立ての贅沢な仕様です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e「\u003cstrong\u003e軽さ\u003c\/strong\u003eと\u003cstrong\u003e柔らかさ\u003c\/strong\u003e」にこだわり、革の特性を生かした非常にシンプルなデザインです。\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姫路で丁寧に鞣した白ベースの革に型押し後、ハンドで散らしたペイントがインパクト抜群です。2つと同じ柄が存在せず、それぞれが\u003cstrong\u003e1点もの\u003c\/strong\u003eになります。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e型押し\u003c\/strong\u003eすることでキズが付きづらくなっております。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e収納スペースは2箇所。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG-2588_480x480.jpg?v=1727678402\" 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      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eカードポケットが1枚分。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_7548_480x480.jpg?v=1727678693\" 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      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e広がるマチがついているので、形を変えて鍵を入れたり、幅のあるアイテムも収納可能です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_7550_480x480.jpg?v=1727678841\" 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      \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\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e幅:\u003c\/strong\u003e 10cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e奥行:\u003c\/strong\u003e 2cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e高さ:\u003c\/strong\u003e 7.5cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e重量:\u003c\/strong\u003e 約49g\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 class=\"body-text\"\u003eAK18TA-D0056\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ④ 発送案内セクション (Shipping) - 情報がないため、セクションは生成しません --\u003e\n\n  \u003c!-- ⑤ 注意事項セクション (Notes) - 情報がないため、セクションは生成しません --\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ホワイト","offer_id":44479208980579,"sku":"1-1","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2588.jpg?v=1788407456"},{"product_id":"annak-泥染めレザー-コンパクトラウンドジップ財布","title":"ANNAK 泥染めレザー コンパクトラウンドジップ財布","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\u003e1300年の歴史\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\/0769\/2959\/7752\/files\/IMG_6855.jpg?v=1727427954\" 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\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\/0769\/2959\/7752\/files\/IMG_6858.png?v=1727427954\" 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\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を実現。カード7〜10数枚、小銭も取り出しやすく、\u003cstrong\u003e会計を妨げません\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_6856.jpg?v=1727427954\" 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\u003c!-- 動画セクション (Video) --\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用例\u003c\/h3\u003e\n\u003ciframe title=\"【お札を折らずに収納可能】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\" src=\"https:\/\/www.youtube.com\/embed\/XHnRhJI_jV4\" height=\"571\" width=\"321\" class=\"img-fluid d-block w-100\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK22TA-B0005D\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e泥染めレザーと国内鞣しの革を使用した\u003cstrong\u003eワンアクションラウンドジップコンパクト財布\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e泥染めは化学染料では表現できない色合いや、絞り柄ならではの\u003cstrong\u003e唯一無二の1点物の色模様\u003c\/strong\u003eをお楽しみいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e泥染めレザーについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e奄美が世界に誇る伝統産業「大島紬」の染色技法で世界で唯一、奄美大島のみで行われている\u003cstrong\u003e1300年の歴史\u003c\/strong\u003eを持つ染色技法です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e島に自生するテーチ木600kgほどをチップ状に砕き、大きな釜で2日ほど煮込み、4～5日寝かせて煮汁を自然発酵させます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eその染料(煮汁)を用いて素手で空気に触れるように革に揉みこんでは絞り、染料を入れ替えては揉みこむという作業を何度も繰り返します。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eやがて革は染料に含まれる「タンニン」成分などで茶褐色にそまっていきます。奄美特有の地域の泥は鉄分が多く、粒子が細かく丸いという特徴があり、テーチ木の「タンニン」と泥の「鉄分」が反応し「黒褐色」に染まることで、\u003cstrong\u003e独特の深い色合い\u003c\/strong\u003eが生み出されます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴は\u003cstrong\u003eお札を折らずに\u003c\/strong\u003e入れられること。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e従来のコンパクトサイズの財布だと、お札を2つ折り、3つ折りにしないと入らないタイプがほとんどですが、この財布は、お札を伸ばしたまま札入れに入れていくと、\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095432_480x480.jpg?v=1703466005\" class=\"img-fluid d-block w-100 product-img\" alt=\"札入れの様子\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095454_480x480.jpg?v=1703466022\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札がスムーズに入る様子\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095536_480x480.jpg?v=1703466040\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布内部の構造\"\u003e\n\u003cp class=\"body-text\"\u003eお札の通り道にはすべて革のつるっとした吟面(表面)にしてあるので滑りながらするするっと入っていきます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eちなみにレジなどから戻ってくるお札は元々財布に入っているお札の1番上にセットして入れてあげるとスムーズに入ります。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eカードポケットは5か所。マチ付きのカードスペースがあるので\u003cstrong\u003e7～10数枚の収納\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eもう1つのマチ付きスペースには小銭が入ります。深すぎないので取り出しもスムーズです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e引手に付いたフリンジがアクセントに。スムーズな開閉もポイントです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e「ファスナーを開ける」この\u003cstrong\u003eワンアクション\u003c\/strong\u003eで財布を手のひらで動かすことなく中身のすべての取り出しが可能で、\u003cstrong\u003eお札を折ることなく収納可能\u003c\/strong\u003eな非常にスマートでシンプルな財布です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eコンパクトサイズなので、小さめのポーチバッグなどにも収納可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e幅：11.5cm\u003c\/li\u003e\n\u003cli\u003e奥行：2.5cm\u003c\/li\u003e\n\u003cli\u003e高さ：9cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003cdetails class=\"spec-details\" open=\"\"\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約110g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e絞り染めのため\u003cstrong\u003e1点1点表情が異なります\u003c\/strong\u003e。画像の柄とは異なる表情の商品が届きます。ご了承ください。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e使用していくと自然なツヤは増しますが、柄が少し薄くなることがあります。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eカード段の革が馴染むまでは、きつく感じる場合もございます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"泥染め","offer_id":44479209177187,"sku":"1-1","price":25300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_6855.jpg?v=1788407460"},{"product_id":"annak-泥染めレザー-コンパクト2つ折りウォレット","title":"ANNAK 泥染めレザー コンパクト2つ折りウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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約100gという軽量さと、革だけで組まれた重厚な作りが特徴です。コンパクトなサイズ感ながら、しっとりとした泥染めレザーが手元に\u003cstrong\u003e豊かな存在感を添えます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_6874.jpg?v=1727426979\" 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\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\/0769\/2959\/7752\/files\/IMG_6876.jpg?v=1727426979\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e開く、その瞬間に全てを整える\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eフラップを一度開けるだけで、カード10枚分の収納とスムーズなコインアクセスが可能です。\u003cstrong\u003eストレスフリーな使い心地\u003c\/strong\u003eで、日々の支払いをスマートに演出します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_6871.jpg?v=1727426844\" 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\u003c!-- ② 動画セクション (Video) --\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003c!-- 提供された動画タグを配置。アスペクト比維持のスタイルは元データにあったためそのまま利用し、width\/height属性は削除 --\u003e\n\u003cdiv style=\"position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 0 auto;\"\u003e\u003cvideo style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" poster=\"https:\/\/annak-shop.we-shop.jp\/cdn\/shop\/files\/DSC_1944_c711277d-de1a-4533-8892-c7565a315295.jpg\" controls=\"controls\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd4b99ffafb34d67a5ebd3b2411053a3.mov\" type=\"video\/mp4\"\u003e\n                Your browser does not support the video tag.\n            \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- YouTube動画を配置。アスペクト比維持のスタイルを追加 --\u003e\n\u003cdiv style=\"position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 20px auto 0;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/WwBkp7TZbG0\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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商品コード：AK16TA-B0054Ｄ\u003c\/li\u003e\n\u003cli\u003e原産国：日本\u003c\/li\u003e\n\u003cli\u003e重量：約100g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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泥染めレザーと栃木レザーのヌメ革ベースのブラックをすべてのパーツに使用した\u003cstrong\u003eワンアクションコンパクト2つ折り財布\u003c\/strong\u003eです。\u003c\/li\u003e\n\u003cli\u003e泥染めは化学染料では表現できない色合いや、絞り柄ならではの\u003cstrong\u003e唯一無二の1点物の色模様\u003c\/strong\u003eをお楽しみいただけます。\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\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：牛革（泥染めレザー、栃木レザーヌメ革ベース）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e【泥染めレザー】\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e奄美が世界に誇る伝統産業「大島紬」の染色技法で、世界で唯一、奄美大島のみで行われている1300年の歴史を持つ染色技法です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e島に自生するテーチ木約600kgをチップ状に砕き、大きな釜で2日ほど煮込み、4～5日寝かせて煮汁を自然発酵させます。その染料（煮汁）を用いて素手で空気に触れるように革に揉みこんでは絞り、染料を入れ替えては揉みこむという作業を何度も繰り返します。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eやがて革は染料に含まれる「タンニン」成分などで茶褐色に染まっていきます。奄美特有の地域の泥は鉄分が多く、粒子が細かく丸いという特徴があり、テーチ木の「タンニン」と泥の「鉄分」が反応し「黒褐色」に染まることで、\u003cstrong\u003e独特の深い色合いが生み出されます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e留め具は中身の量によって調節可能なタテに2つ連なったスナップボタン。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_6875_480x480.jpg?v=1727426618\" class=\"img-fluid d-block w-100\" alt=\"二つ連なったスナップボタン\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eカード入れは\u003cstrong\u003e10枚分\u003c\/strong\u003e（8枚分のカード段と2つのカードポケット）。内側には栃木レザーで鞣されたオイルレザーのブラック色を使用しています。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_6873_480x480.jpg?v=1727426789\" class=\"img-fluid d-block w-100\" alt=\"カード入れ10枚分の構造\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\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コインポケットの中もオールレザーなので、財布の修理で最も多いとされる、裏地が破ける心配もありません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_6871_480x480.jpg?v=1727426844\" class=\"img-fluid d-block w-100\" alt=\"マチ付き外側コインポケット\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e「フラップをあける」この\u003cstrong\u003eワンアクションで全ての財布の中身を取り出すことが可能\u003c\/strong\u003eです。使用時に、手のひらの上で財布自体をタテにしたりヨコにしたり、回転させたり動かす必要がなく、非常にスマートで使い易さにこだわったシンプルなデザインになっております。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e幅：10.5cm\u003c\/li\u003e\n\u003cli\u003e奥行：2cm\u003c\/li\u003e\n\u003cli\u003e高さ：10cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e絞り染めのため1点1点表情が異なります。画像の柄とは異なる表情の商品が届きますので、ご了承ください。\u003c\/li\u003e\n\u003cli\u003e使用していくと自然なツヤは増しますが、柄が少し薄くなることがあります。\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e革が馴染むまでは、カード段がきつく感じる場合もございます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"泥染め","offer_id":44479209209955,"sku":"1-1","price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_6876_0f8e938f-ff38-4d63-afce-0ce7f7810c3e.jpg?v=1788407461"},{"product_id":"annak-ak18ta-d0057","title":"ANNAK エンボスハンドペイントレザー 名刺・カード入れ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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を添えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20240117_170049.jpg?v=1705479727\" 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\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\/0769\/2959\/7752\/files\/PhotoRoom_20240117_170239.jpg?v=1712799393\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eスマートに携帯、頼れる収納\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e幅11cm、奥行2cm、高さ7.5cmの\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eながら、\u003cstrong\u003e名刺約30枚\u003c\/strong\u003eをスムーズに収納可能です。\u003cstrong\u003e約44gと軽量\u003c\/strong\u003eで、スマートな所作を軽やかに演出します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20240117_170324.jpg?v=1705479727\" 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\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e姫路で丁寧に鞣した白ベースの革に型押し後、ハンドで散らしたペイントがインパクト抜群の\u003cstrong\u003eアナックオリジナルレザー\u003c\/strong\u003eを使用しています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e2つと同じ柄が存在せず、それぞれが\u003cstrong\u003e1点もの\u003c\/strong\u003eのシンプルな名刺・カードケースです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eかぶせの留め具は\u003cstrong\u003e隠しホック\u003c\/strong\u003eのスナップボタンで、外から金具は一切見えません。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG-2565_480x480.jpg?v=1705479765\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e収納スペースは2箇所\u003c\/strong\u003e。マチも2cmと\u003cstrong\u003eコンパクトなサイズ\u003c\/strong\u003eですが\u003cstrong\u003e収納力は高い\u003c\/strong\u003eです。画像は\u003cstrong\u003e名刺約30枚分\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20240117_170324_bdf8b144-2b49-4fe8-ad13-e09f4c085e2b_480x480.jpg?v=1705479788\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e内側は裏地ではなく、\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eなので、修理で最も多いとされる、\u003cstrong\u003e裏地が破ける心配もありません\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e革の特性を全面に、とことんシンプルに作成しました。\u003cstrong\u003eユニセックスで使える\u003c\/strong\u003eシンプルな名刺入れ、\u003cstrong\u003e贈り物としてもおすすめ\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e幅：11cm\u003c\/li\u003e\n\u003cli\u003e奥行：2cm\u003c\/li\u003e\n\u003cli\u003e高さ：7.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003cdetails class=\"spec-details\" open=\"\"\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約44g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK18TA-D0057\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ホワイト","offer_id":44479209865315,"sku":"1-1","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20240117_170049_ef564582-f797-45d9-9e07-872199e83122.jpg?v=1788407468"},{"product_id":"annak-ak16ta-b0051s-2","title":"ANNAK 栃木レザー コンパクト折り紙ウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\/0769\/2959\/7752\/files\/PhotoRoom_20231225_132135.jpg?v=1712796339\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらに収まる、スマートな収納力\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e手のひらにフィットするコンパクトさで、日常を軽やかに演出します。外側のポケットはカードを6～7枚収納でき、\u003cstrong\u003eキャッシュレス時代のスマートな支払い\u003c\/strong\u003eを叶えます。シュリンク加工により傷が目立ちにくく、長く愛用できる耐久性を兼ね備えています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_132244_b23fb491-3440-489e-a1b8-daf73c9e6bc7.jpg?v=1775549358\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eキャッシュレスに最適、カード収納\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e驚異の軽さで、どこへでも連れ出して\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e幅8cm、高さ9.5cmの極小設計。約45gという\u003cstrong\u003e驚異的な軽さ\u003c\/strong\u003eは、旅行や小さめのバッグのお供に最適です。裏地がないオールレザー仕立てなので、修理の心配も不要。\u003cstrong\u003eユニセックス\u003c\/strong\u003eで使えるシンプルを追求し、大切な方への贈り物としても喜ばれる逸品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250416_125306.jpg?v=1744775693\" 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\u003c!-- ② 動画セクション (Video) --\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe width=\"320\" height=\"568\" src=\"https:\/\/www.youtube.com\/embed\/12sRqLt49AE\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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商品コード: AK16TA-B0051\u003c\/li\u003e\n\u003cli\u003e素材\/原料: 牛革 (栃木レザー)\u003c\/li\u003e\n\u003cli\u003e重量: 約45g\u003c\/li\u003e\n\u003cli\u003e原産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e世界有数のタンナー、\u003cstrong\u003e栃木レザー\u003c\/strong\u003eで丁寧に鞣されたアナックオリジナルレザーを使用しています。\u003cstrong\u003e1枚の革を折り畳み\u003c\/strong\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\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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幅: 約8cm\u003c\/li\u003e\n\u003cli\u003e奥行: 約1.5cm\u003c\/li\u003e\n\u003cli\u003e高さ: 約9.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250416_125306_480x480.jpg?v=1744775693\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e外ポケットの留め具は見た目もシンプルなスナップボタンを採用しています。\u003c\/li\u003e\n\u003cli\u003e内側は札入れスペースと、カードポケットが2つ。\u003c\/li\u003e\n\u003cli\u003e外側のポケットはカードが6～7枚収納可能で、このサイズでも合計約10枚のカードを収納できます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_132116_98a23134-6bb6-4b89-9d2c-9afcb8c51004_480x480.jpg?v=1703478431\" 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\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_132054_f936d0b8-743f-49c4-bc39-9962241267a8_480x480.jpg?v=1703478449\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側の札入れとカードポケット\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e内側の札入れスペースと2つのカードポケット\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_132244_4ca4c0cc-1b24-4f08-a6c7-208e9744955a_480x480.jpg?v=1703478487\" class=\"img-fluid d-block w-100 product-img\" alt=\"外側カードポケットの収納例\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e外側ポケットはカード6～7枚収納可能\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"グリーン","offer_id":44479210160227,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20231225_132116_f36f6b7a-9f66-4110-97b1-79e09aaf27b9.jpg?v=1788407477"},{"product_id":"annak-ak22ta-b0006","title":"ANNAK エンボスハンドペイントレザー コンパクトラウンドジップ財布","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\/0769\/2959\/7752\/files\/PhotoRoom_20231225_111534.jpg?v=1703470759\" 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姫路で丁寧に鞣された白ベースの革に、型押しとハンドペイントが織りなす独創的な表情が魅力です。2つと同じ柄のない一点ものが、持つ人の個性を際立たせます。\u003cstrong\u003e傷がつきにくい加工\u003c\/strong\u003eも嬉しいポイントです。\u003c\/p\u003e\n\u003c\/div\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\/0769\/2959\/7752\/files\/PhotoRoom_20231225_111449.jpg?v=1735005580\" 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ファスナーを\u003cstrong\u003eワンアクション\u003c\/strong\u003eで開けば、財布の中身全てにスムーズにアクセス可能です。5箇所のカードポケットには7～10数枚のカードが収まり、マチ付きの小銭入れも深すぎず、取り出しもスムーズです。\u003c\/p\u003e\n\u003c\/div\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\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095432_9a7e71a3-9fd4-439a-b3a9-bc9c1e70f25c.jpg?v=1735005580\" 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手のひらサイズのコンパクトさでありながら、\u003cstrong\u003eお札を折らずに収納\u003c\/strong\u003eできる画期的な設計が最大の特徴です。吟面仕上げの通り道は、お札が滑るように出し入れでき、会計時の所作まで美しく演出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 動画セクション (Video) --\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe title=\"【お札を折らずに収納可能】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\" src=\"https:\/\/www.youtube.com\/embed\/XHnRhJI_jV4\" height=\"571\" width=\"321\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴と機能\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eアナックオリジナルレザーと国内鞣しのヌメ革を使用したワンアクションラウンドジップコンパクト財布。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴は、\u003cstrong\u003eお札を折らずに\u003c\/strong\u003e入れられること。従来のラウンドジップのコンパクトサイズの財布だと、お札を2つ折り、3つ折りにしないと入らないタイプがほとんどですが、この財布は、お札を伸ばしたまま札入れに入れていくことができます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095432_480x480.jpg?v=1703466005\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札を折らずに収納する様子1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095454_480x480.jpg?v=1703466022\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札を折らずに収納する様子2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095536_480x480.jpg?v=1703466040\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札を折らずに収納する様子3\"\u003e\n\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eお札の通り道はすべて革のつるっとした吟面（表面）にしてあるので、滑るようにスムーズに入っていきます。レジなどから戻ってくるお札は、元々財布に入っているお札の1番上にセットするとよりスムーズです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eカードポケットは5か所あり、マチ付きのカードスペースには\u003cstrong\u003e7～10数枚の収納\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eもう1つのマチ付きスペースには小銭が入ります。深すぎない設計で、取り出しもスムーズです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e引手に付いたフリンジがアクセントになり、スムーズな開閉をサポートします。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e「ファスナーを開ける」この\u003cstrong\u003eワンアクション\u003c\/strong\u003eで、財布を手のひらで動かすことなく中身のすべてを取り出すことが可能。\u003cstrong\u003eお札を折ることなく収納できる\u003c\/strong\u003e、非常にスマートでシンプルな財布です。コンパクトサイズなので、小さめのポーチバッグなどにも収納可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e姫路で丁寧に鞣した白ベースの革に型押し後、ハンドで散らしたペイントがインパクト抜群の\u003cstrong\u003e牛革\u003c\/strong\u003eです。2つと同じ柄が存在せず、それぞれが\u003cstrong\u003e一点もの\u003c\/strong\u003eになります。型押しすることで\u003cstrong\u003eキズが付きづらくなっております\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・重量\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e幅：11.5cm\u003c\/li\u003e\n\u003cli\u003e奥行：2.5cm\u003c\/li\u003e\n\u003cli\u003e高さ：9cm\u003c\/li\u003e\n\u003cli\u003e重量：約110g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e原産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e日本\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK22TA-B0006\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ホワイト","offer_id":44479210192995,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ","offer_id":44479210225763,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20231225_111534.jpg?v=1788407479"},{"product_id":"annak-ak22ta-b0005","title":"ANNAK アマンダオイルレザー コンパクトラウンドジップ財布","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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熟練の技で生まれたアマンダオイルレザーは、豊かな表情と上品な光沢が魅力です。ANNAKオリジナルのピンクがかった優しいシルバーが、装いにさりげない華やぎを添えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/MIPQE7179.jpg?v=1712799308\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e開けば広がる、美しい収納\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e手のひらサイズながら、ファスナーを開けるワンアクションで全てが見渡せる設計です。国内鞣しの革が織りなす精緻な構造が、使うたびにスムーズな動作を提供します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/EFRVE7346.jpg?v=1712799308\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e美しい所作を、どこまでも\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eお札を折らずに収納できるスマートな構造が、会計時も品格を保ちます。カードは5箇所に7〜10枚以上、小銭も取り出しやすい設計で、日々の必需品をすっきりと収めます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095432_19f8e670-30d4-4d80-b257-9c713c044b62.jpg?v=1703466084\" 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\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe title=\"【お札を折らずに収納可能】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\" src=\"https:\/\/www.youtube.com\/embed\/XHnRhJI_jV4\" height=\"571\" width=\"321\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK22TA-B0005\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eアマンダオイルレザーと国内鞣しのヌメ革を使用したワンアクションラウンドジップコンパクト財布。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eシルバー・ゴールド共に、ANNAK別注オリジナルカラーです。シルバーは少しピンク掛かった優しいシルバーになっております。ゴールドは下地の茶芯にゴールドを吹き付けたので真鍮のような上品なゴールドカラーが特徴です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eお札を折らずに収納可能\u003c\/strong\u003e。ファスナーを開けるワンアクションで、財布の中身を全て取り出すことが可能です。お札を折らずに収納可能な手のひらサイズのコンパクト財布です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e牛革（アマンダオイルレザー）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eたっぷりとオイルを含ませたフルタンニンレザーを鞣しの途中に、薬品で表面を縮ませるシュリンク加工を施します。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eシュリンク加工後、革の表面に圧力をかけながら棒状のガラス玉を高速運動させ、上品なツヤを持たせるグレージング加工を施します。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eアマンダオイルレザーは丈夫で、傷が目立ちにくい、絶妙な色ムラなどの特徴を兼ね備えた革です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴は\u003cstrong\u003eお札を折らずに\u003c\/strong\u003e入れられること。従来のラウンドジップのコンパクトサイズの財布だと、お札を2つ折り、3つ折りにしないと入らないタイプがほとんどですが、この財布は、お札を伸ばしたまま札入れに入れていくことが可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095432_480x480.jpg?v=1703466005\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納方法1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095454_480x480.jpg?v=1703466022\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納方法2\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095536_480x480.jpg?v=1703466040\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納方法3\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eお札の通り道にはすべて革のつるっとした吟面(表面)にしてあるので滑りながらするするっと入っていきます。ちなみにレジなどから戻ってくるお札は元々財布に入っているお札の1番上にセットして入れてあげるとスムーズに入ります。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eカードポケットは5か所。マチ付きのカードスペースがあるので\u003cstrong\u003e7～10数枚の収納\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eもう1つのマチ付きスペースには小銭が入ります。深すぎないので取り出しもスムーズです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e引手に付いたフリンジがアクセントに。スムーズな開閉もポイントです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e「ファスナーを開ける」このワンアクションで財布を手のひらで動かすことなく中身のすべての取り出しが可能で、\u003cstrong\u003eお札を折ることなく収納可能\u003c\/strong\u003eな非常にスマートでシンプルな財布です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eコンパクトサイズなので、小さめのポーチバッグなどにも収納可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・スペック\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e幅：11.5cm\u003c\/li\u003e\n\u003cli\u003e奥行：2.5cm\u003c\/li\u003e\n\u003cli\u003e高さ：9cm\u003c\/li\u003e\n\u003cli\u003e重量：約110g\u003c\/li\u003e\n\u003cli\u003e原産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eシルバーの下地はヌメ色を、ゴールドの下地は茶色を使用しております。下地の色にシルバー・ゴールドの顔料をふきつけているため、使用していくと摩擦などで下地の色が顔を出し、ご使用によって生じる経年変化が楽しめます。\u003cbr\u003eシルバー・ゴールドレザーならではの儚さをお楽しみください。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eカード段の革が馴染むまでは、きつく感じる場合もございます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"シルバー","offer_id":44479210258531,"sku":"2-1","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":44479210291299,"sku":"2-2","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/MIPQE7179.jpg?v=1788407480"},{"product_id":"annak-ak16ta-b0051s-1","title":"ANNAK エンボスハンドペイントレザー コンパクト折り紙ウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\/0769\/2959\/7752\/files\/Photoroom_20241212_162949.jpg?v=1735005507\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAK エンボスハンドペイントレザー コンパクト折り紙ウォレット - 全体イメージ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e遊び心を纏うコンパクト財布\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eスマートに持ち歩くミニマル収納\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e薄型ながらカードを約10枚、お札もスマートに収納できる機能性。型押しが施された耐久性の高い革は傷がつきにくく、\u003cstrong\u003eキャッシュレス時代\u003c\/strong\u003eの頼れる相棒として長くご愛用いただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_104347_4a88dd3e-befd-459a-9bd1-59590628bcbd.jpg?v=1735005507\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAK エンボスハンドペイントレザー コンパクト折り紙ウォレット - 開いた状態の収納例\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e日常を彩る頼れる本革財布\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e掌に収まる日本の逸品\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eわずか\u003cstrong\u003e約45g\u003c\/strong\u003eの驚きの軽さと、幅8cm、高さ9.5cmという絶妙なサイズ感。日本の職人が一枚革を贅沢に使い、細部まで丁寧に仕上げたこのウォレットは、贈り物としても最適です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20241212_162814.jpg?v=1744697946\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAK エンボスハンドペイントレザー コンパクト折り紙ウォレット - 手に持ったサイズ感\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e携帯性も叶える本革アート\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② 動画セクション (Video) --\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe width=\"320\" height=\"568\" src=\"https:\/\/www.youtube.com\/embed\/12sRqLt49AE\" title=\"ANNAK エンボスハンドペイントレザー コンパクト折り紙ウォレット 紹介動画\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e商品コード: AK16TA-B0051\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eキャッシュレス用のコンパクト財布です。このサイズでもカードが\u003cstrong\u003e10枚ほど収納可能\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eステッチも少なく、折りたたんで小さくしていく折り紙のようなデザインが特徴です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e姫路で丁寧に鞣した白ベースの革に型押し後、ハンドで散らしたペイントがインパクト抜群です。\u003cstrong\u003e2つと同じ柄はなく、それぞれが1点もの\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\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\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eカラーはホワイト、ブラック、カーキの3色。\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 class=\"body-text\"\u003eハンドペイントとなっておりますので、1点1点の表情が異なります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e外ポケットの留め具は見た目もシンプルなスナップボタンです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e姫路で丁寧に鞣された革をすべてのパーツに贅沢に使用し、1枚の革を折り畳み作成した、折り紙のような型の財布です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_104417_480x480.jpg?v=1703469236\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布内部の札入れスペースとカードポケット\"\u003e\n\u003cp class=\"body-text\"\u003e内側は札入れスペースと、カードポケットが2つあります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_104347_dc49a635-8875-4561-b9dc-8a2a2d83c1de_480x480.jpg?v=1703469816\" class=\"img-fluid d-block w-100 product-img\" alt=\"外側カードポケットにカードを収納した様子\"\u003e\n\u003cp class=\"body-text\"\u003e外側のポケットはカードが6～7枚収納可能です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_104521_04c00c09-794d-4447-96a8-74670ef54859_480x480.jpg?v=1703469874\" class=\"img-fluid d-block w-100 product-img\" alt=\"外側カードポケットの詳細\"\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eオールレザー仕立てなので、財布の修理で最も多いとされる、\u003cstrong\u003e裏地が破ける心配もありません。\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eコンパクトサイズの財布は、旅行の際や、小さいバッグの時に重宝します。\u003c\/li\u003e\n\u003cli\u003e財布自体の重さもなく、型押しが施されているためキズが付きづらく、安心してご使用いただけます。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eユニセックスで使える\u003c\/strong\u003eシンプルな財布で、\u003cstrong\u003e贈り物としてもおすすめ\u003c\/strong\u003eです。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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幅：約8cm\u003c\/li\u003e\n\u003cli\u003e奥行：約1.5cm\u003c\/li\u003e\n\u003cli\u003e高さ：約9.5cm\u003c\/li\u003e\n\u003cli\u003e重量: 約45g\u003c\/li\u003e\n\u003cli\u003e原産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_150203_480x480.jpg?v=1744697829\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布のサイズ図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ④ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e \u003c!-- ⑤ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\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\u003cp class=\"body-text\"\u003eハンドペイント仕様のため、1点1点の仕上がりが異なります。あらかじめご了承ください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ホワイト","offer_id":44479210324067,"sku":"3-1","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":44479210356835,"sku":"3-2","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ","offer_id":44479210389603,"sku":"3-3","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20231225_104417_0fb8c2c0-c09f-44b8-898b-034556b8a80f.jpg?v=1788407482"},{"product_id":"annak-ak16ta-b0051s","title":"ANNAK アマンダオイルレザー コンパクト折り紙ウォレット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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開くたびに魅せる、計算された機能美。厳選されたアマンダオイルレザーが、カード10枚をスマートに収めるゆとりある空間を創出します。贅沢な素材使いが日常に上質な輝きを添える一品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/CRCEE0702_2951e868-7f47-4110-959e-bdfc227a3a87.jpg?v=1718008004\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e折り紙が生む造形美に魅了\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e一枚革から生まれた、芸術的な「折り紙」デザイン。ステッチを最小限に抑えることで、アマンダオイルレザー本来の美しさが際立ちます。シンプルながらも洗練された佇まいが、手元を品よく彩ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/CEMEE1119_428e17fa-a63c-44d8-98b4-45dd1a22d5da.jpg?v=1718008004\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eどこへでも連れて行きたい相棒\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eわずか約8cm幅に凝縮された、驚くほどの機動力。高さ9.5cm、奥行き1.5cmのミニマルサイズは、どんな小さなバッグにもすっぽり。約45gという軽さが、身軽で心地よい外出を叶えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_150128.jpg?v=1744697373\" 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\u003c!-- 動画セクション (Video) --\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe width=\"320\" height=\"568\" src=\"https:\/\/www.youtube.com\/embed\/12sRqLt49AE\" title=\"ANNAK アマンダオイルレザー コンパクト折り紙ウォレット ご使用例\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eAK16TA-B0051S\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eキャッシュレス用のコンパクト財布です。このサイズでもカードが10枚ほど収納可能です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eステッチも少なく、折りたたんで小さくしていく折り紙のようなデザインが特徴です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eカード10枚収納可能なゆとりある空間\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e芸術的な「折り紙」デザインで造形美を追求\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eステッチを最小限に抑え、レザー本来の美しさが際立つ\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e【アマンダオイルレザー】\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eたっぷりとオイルを含ませたフルタンニンレザーを、鞣しの途中に薬品で表面を縮ませる\u003cstrong\u003eシュリンク加工\u003c\/strong\u003eを施しています。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eシュリンク加工後、革の表面に圧力をかけながら棒状のガラス玉を高速運動させ、上品なツヤを持たせる\u003cstrong\u003eグレージング加工\u003c\/strong\u003eを施しています。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e丈夫で、傷が目立ちにくい、絶妙な色ムラ\u003c\/strong\u003eなどの特徴を兼ね備えた革です。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eシルバー、ゴールド共にANNAK別注のオリジナルカラーで作成しました。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eシルバー\u003c\/strong\u003e：下地のヌメにシルバーを吹き付けた、ピンクゴールドのようなギラギラしすぎず、ナチュラルで優しいカラーが特徴です。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eゴールド\u003c\/strong\u003e：下地の茶芯にゴールドを吹き付けた、真鍮のような上品なゴールドカラーが特徴です。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能・製品詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e外ポケットの留め具は見た目もシンプルなスナップボタンです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e姫路で丁寧に鞣されたアマンダオイルレザーをすべてのパーツに贅沢に使用し、1枚の革を折り畳み作成した、折り紙のような型の財布です。\u003c\/p\u003e\n\u003cimg alt=\"財布の内側、札入れスペースと2つのカードポケット\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DDKCE3669_39fb1988-b781-4cbc-a16d-f10247a7c5d5_480x480.jpg?v=1703231989\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003e内側は札入れスペースと、カードポケットが2つあります。\u003c\/p\u003e\n\u003cimg alt=\"財布の外側ポケットにカードが6〜7枚収納されている様子\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/NZNOE8941_ccaa034a-30c2-4bb4-8c11-0a2a95f78bf5_480x480.jpg?v=1703232018\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003e外側のポケットはカードが6～7枚収納可能です。\u003c\/p\u003e\n\u003cimg alt=\"財布の外観、折り紙のように一枚革を折りたたんで作られたデザイン\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/XXTNE1343_1ee5372f-1d9f-4763-a9ee-a66f629b53c9_480x480.jpg?v=1703232065\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eなので、財布の修理で最も多いとされる裏地が破ける心配がありません。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eコンパクトサイズのため、旅行の際や小さいバッグの時に重宝します。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e財布自体の重さもなく、シュリンク加工が施されているため\u003cstrong\u003eキズが目立ちづらく\u003c\/strong\u003e、安心してご使用いただけます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eユニセックスで使えるシンプルな財布\u003c\/strong\u003eで、贈り物としてもおすすめです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e幅：約8cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e奥行：約1.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e高さ：約9.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"財布の幅、奥行き、高さを示したサイズガイド画像\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_150128_480x480.jpg?v=1744697373\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e基本情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e素材\/原料\u003c\/strong\u003e：牛革\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e重量\u003c\/strong\u003e：約45g\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e原産国\u003c\/strong\u003e：日本\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e外側のポケットはカード用のポケットとして作成しております。\u003cstrong\u003e小銭入れとしての使用はおすすめしておりません\u003c\/strong\u003eが、一時的な収納などで小銭を入れられる際には、こぼれ出る恐れがありますので十分ご注意ください。このお財布のデザイン、特性としてご理解いただけますと幸いです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eシルバー・ゴールドの顔料を吹き付けているため、使用していくと摩擦などでシルバーは下地のヌメ色が、ゴールドは下地の茶色が顔を出し、\u003cstrong\u003eご使用によって生じる経年変化\u003c\/strong\u003eが楽しめます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003eシルバー・ゴールドレザーならではの儚さをお楽しみください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"シルバー","offer_id":44479210684515,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ゴールド","offer_id":44479210717283,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/CEMEE1119_560cfd6a-8cc6-4566-8793-1614db65106b.jpg?v=1788407483"}],"url":"https:\/\/annak-shop.myshopify.com\/collections\/small_wallet.oembed","provider":"ANNAK ONLINE SHOP","version":"1.0","type":"link"}