{"title":"コンビ鞣し革","description":"","products":[{"product_id":"0lfk2tjyevcmffzxlvl8","title":"ショルダーストラップ付コンビ革スマホケース　iPhoneシリーズ対応","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e変わる革の表情を楽しむiPhoneケース\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\/0885\/3998\/8255\/files\/products_2F1705031098607_sholder_combi_kahki.jpg?v=1746009987\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上品な佇まいのスマホショルダー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手ぶらで叶えるスマートお出かけ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e内側には\u003cstrong\u003eカードポケット3段とサイドポケットを完備\u003c\/strong\u003e。よく使うカードやお札をスマートに忍ばせ、身軽に街へ繰り出すことができます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705061796488_sholder_detail01.jpg?v=1768973153\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e便利な多機能内装ポケット\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eどんなシーンも私らしく軽やかに\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e長さ調整可能なストラップ\u003c\/strong\u003eは両手を解放。リュックスタイルの日も、必要なものを素早く取り出せるスマートな使い心地で、日常をもっと快適にします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705043292809_sholder_style07.jpg?v=1768973153\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスタイリッシュな肩掛けスタイル\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の素材と特徴についてご案内します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e国産コンビ鞣し革\u003c\/strong\u003e：クロムとタンニンを組み合わせた「いいとこどり」の製法です。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e表情の変化\u003c\/strong\u003e：使い始めはマットな風合いですが、使い込むほどにしっとりと艶めく革へと変化します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705032298581_combi_detail01.jpg?alt=media\u0026amp;token=44c31fa4-186d-48df-944b-497b028d0b26\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能・サイズ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eスマートなお出かけをサポートする機能とサイズ詳細です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eショルダーストラップ付\u003c\/strong\u003e：取り外し可能で、長さ調整もできます。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e長さ調整範囲\u003c\/strong\u003e：約83cm（最短時）〜約157cm（最長時）\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e手ぶらでお出かけ\u003c\/strong\u003e：スマホと必要なものを入れれば、これ一つで身軽に近所へ出かけることができます。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eリュックスタイルにも便利\u003c\/strong\u003e：必要なものだけを斜め掛けでき、リュックを下ろす手間が省けます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_style08.jpg?v=1754716126\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e収納\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e内側の充実したポケットで、必要なものをスマートに収納できます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eカードポケット3段\u003c\/strong\u003e：よく使うカードを収納できます。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eサイドポケット\u003c\/strong\u003e：お札などを忍ばせるのに便利です。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705060168640_sholder_detail01.jpg?alt=media\u0026amp;token=676231f6-6a11-4f30-b6d5-9061f633c1d6\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eその他の機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e日常使いを快適にする便利な機能をご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eスタンド機能\u003c\/strong\u003e：背面を折り返すと、動画視聴などに便利なスタンドとして使用できます。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eサイドマグネットフラップ\u003c\/strong\u003e：マグネットフラップがサイドについているため、フラップ部分に触れることなくスムーズに開閉できます。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eハードケースフレーム\u003c\/strong\u003e：内側のフレームはハードケースで、スマートフォンをしっかりと固定し保護します。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e専用カメラホール\u003c\/strong\u003e：各機種に合わせたぴったりサイズで作られているため、ケースを装着したまま撮影可能です。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705060212927_sholder_detail02.jpg?alt=media\u0026amp;token=e4fbcf6c-03e6-44b9-b16c-7ab60d7307fc\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705060194172_sholder_detail03.jpg?alt=media\u0026amp;token=65d1862a-eb32-47e6-44b9-b16c-7ab60d7307fc\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail02.jpg?v=1754716623\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送・配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品は受注後の制作となりますため、ご注文確定後\u003cstrong\u003e3日〜1週間程度\u003c\/strong\u003eお時間を頂きます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e革の在庫がなくなり次第、色味（特にネイビー）が変更になる場合があります。機種により変更タイミングが異なるため、確認をご希望の場合はお問い合わせフォームよりご連絡ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e革の特性上、表面に擦れ（スレ）や筋（スジ）が見られる場合があります。これらは革本来の風合いであり、ご使用いただくうちに目立たなくなるものもございます。恐れ入りますが、これらを理由とした返品交換は対象外となりますのでご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e受注生産のため、注文確定後の機種の交換、キャンセル、返品は受け付けられません。ご注文前に内容を十分にご確認ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"カーキ \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51340671156511,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 7\/8Plus","offer_id":51340671189279,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone XR","offer_id":51340671222047,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone XSMax","offer_id":51340671254815,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 11","offer_id":51340671287583,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 11ProMax","offer_id":51340671320351,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 12\/12Pro","offer_id":51340671353119,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 12mini","offer_id":51340671385887,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 12ProMax","offer_id":51340671418655,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 13","offer_id":51340671451423,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 13mini","offer_id":51340671484191,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 13Pro","offer_id":51340671516959,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 13ProMax","offer_id":51340671549727,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 14","offer_id":51340671582495,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 14Plus","offer_id":51340671615263,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 14Pro","offer_id":51340671648031,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 14ProMax","offer_id":51340671680799,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 15","offer_id":51340671713567,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 15Plus","offer_id":51340671746335,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 15Pro","offer_id":51340671779103,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 15ProMax","offer_id":51340671811871,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16","offer_id":51340671844639,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 16Pro","offer_id":51340671877407,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 16Plus","offer_id":51340671910175,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16ProMax","offer_id":51340671942943,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16e","offer_id":51340671975711,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17","offer_id":51340672008479,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17Pro","offer_id":51340672041247,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17ProMax","offer_id":51340672074015,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 17Air","offer_id":51340672106783,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 17e","offer_id":52285468213535,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51340672139551,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 7\/8Plus","offer_id":51340672172319,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone XR","offer_id":51340672205087,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone XSMax","offer_id":51340672237855,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 11","offer_id":51340672270623,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 11ProMax","offer_id":51340672303391,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12\/12Pro","offer_id":51340672336159,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12mini","offer_id":51340672368927,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12ProMax","offer_id":51340672401695,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13","offer_id":51340672434463,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13mini","offer_id":51340672467231,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13Pro","offer_id":51340672499999,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13ProMax","offer_id":51340672532767,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14","offer_id":51340672565535,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14Plus","offer_id":51340672598303,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14Pro","offer_id":51340672631071,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14ProMax","offer_id":51340672663839,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15","offer_id":51340672696607,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15Plus","offer_id":51340672729375,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15Pro","offer_id":51340672762143,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15ProMax","offer_id":51340672794911,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16","offer_id":51340672827679,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16Pro","offer_id":51340672860447,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16Plus","offer_id":51340672893215,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16ProMax","offer_id":51340672925983,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16e","offer_id":51340672958751,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17","offer_id":51340672991519,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17Pro","offer_id":51340673024287,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17ProMax","offer_id":51340673057055,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17Air","offer_id":51340673089823,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17e","offer_id":52285468246303,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51340673122591,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 7\/8Plus","offer_id":51340673155359,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone XR","offer_id":51340673188127,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone XSMax","offer_id":51340673220895,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 11","offer_id":51340673253663,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 11ProMax","offer_id":51340673286431,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12\/12Pro","offer_id":51340673319199,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ iPhone 12mini","offer_id":51340673351967,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12ProMax","offer_id":51340673384735,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13","offer_id":51340673417503,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13mini","offer_id":51340673450271,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13Pro","offer_id":51340673483039,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13ProMax","offer_id":51340673515807,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14","offer_id":51340673548575,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14Plus","offer_id":51340673581343,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14Pro","offer_id":51340673614111,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14ProMax","offer_id":51340673646879,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15","offer_id":51340673679647,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15Plus","offer_id":51340673712415,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15Pro","offer_id":51340673745183,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15ProMax","offer_id":51340673777951,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16","offer_id":51340673810719,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16Pro","offer_id":51340673843487,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16Plus","offer_id":51340673876255,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16ProMax","offer_id":51340673909023,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16e","offer_id":51340673941791,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17","offer_id":51340673974559,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17Pro","offer_id":51340674007327,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17ProMax","offer_id":51340674040095,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17Air","offer_id":51340674072863,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17e","offer_id":52285468279071,"sku":null,"price":12030.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705031098607_sholder_combi_kahki.jpg?v=1746009987"},{"product_id":"コンビ革スマホケース-aquosシリーズ対応-カスタマイズ","title":"コンビ革スマホケース　AQUOSシリーズ対応　カスタマイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e纏うほどに愛着が深まるAQUOS本革ケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された色彩が、あなたのAQUOSに\u003cstrong\u003e洗練された表情\u003c\/strong\u003eを与えます。日々のビジネスシーンにふさわしい上質な手触りで、持つ人の\u003cstrong\u003e品格を際立たせる一品\u003c\/strong\u003eです。機種ごとの完璧なカメラホールが、美しさを損ないません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F.jpg?v=1768818097\" class=\"img-fluid d-block w-100 product-img\" alt=\"上品なコンビ革のスマホケース\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上品なコンビ革で個性を演出\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e必要なものをスマートに収納、手帳型ケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e複数のカードスロットと隠しポケットが、通勤時や会議中に必要なものを\u003cstrong\u003eスマートに整理\u003c\/strong\u003e。スマホ一つで外出できる\u003cstrong\u003e身軽さ\u003c\/strong\u003eを叶え、ビジネスシーンでの効率性を高めます。機能美を追求したデザインは、あなたの\u003cstrong\u003eプロフェッショナルな印象\u003c\/strong\u003eを後押しします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13.jpg?v=1768818097\" class=\"img-fluid d-block w-100 product-img\" alt=\"便利なカード収納付き手帳型スマホケース\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e便利な収納でビジネスを加速\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eさりげない輝き、カスタムで差をつける金具\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eゴールド、アンティーク、シルバーから選べる金具が、ケース全体の印象を決定づけます。ビジネスシーンでも浮かない、\u003cstrong\u003e細部にまでこだわったカスタマイズ\u003c\/strong\u003eが、あなたの\u003cstrong\u003e個性を上品に演出\u003c\/strong\u003e。ストラップやチャームで、さらに使い勝手が広がります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823704_hole_detail01.jpg?v=1768818097\" class=\"img-fluid d-block w-100 product-img\" alt=\"金具の色を選んでカスタマイズできるスマホケース\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e好みの金具で私だけのケースに\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eマットな風合いから艶のある革に変化するコンビ鞣しのカバーです。\u003c\/p\u003e\n\n            \u003cp class=\"body-text\"\u003eいいとこどりのコンビ鞣し革\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビなめし革の風合い\"\u003e\u003c\/div\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e国産のスムース革を使用。\u003c\/li\u003e\n                \u003cli\u003eコンビなめし（クロムとタンニン）で仕上げています。\u003c\/li\u003e\n                \u003cli\u003eはじめはマットな風合いを楽しみつつ、使い込むとしんなりとなじんだ艶のある革へと変化していくのが特徴です。\u003c\/li\u003e\n                \u003cli\u003eタンニン鞣しのような色の変化はしないため、色味はある程度はじめの状態を保ちつつ、風合いやツヤ感の変化を楽しみたい方におすすめです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"body-text\"\u003e内側のポケットが充実\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側カードポケットとサイドポケット\"\u003e\u003c\/div\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e内側に3段のカードポケットとサイドポケットがあります。\u003c\/li\u003e\n                \u003cli\u003eよく使うカードやお札を忍ばせておくこともでき、スマートに収納できます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"body-text\"\u003eスタンド式にして動画視聴も\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能で動画視聴\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマホケースのスタンド使用例\"\u003e\u003c\/div\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e背面を折り返すと、動画を見るときに便利なスタンドとしても使えます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"body-text\"\u003eサイドマグネットでラクラク開閉\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネットフラップ\"\u003e\u003c\/div\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eマグネットフラップがサイドについているので、楽に開けたり閉めたりすることができます。\u003c\/li\u003e\n                \u003cli\u003e内側のフレームはハードケースで、スマートフォンをしっかり固定できます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートフォンを固定するハードケース\"\u003e\u003c\/div\u003e\n\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\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100 product-img\" alt=\"機種ごとのカメラホール\"\u003e\u003c\/div\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eカメラホールも各機種ごとぴったりサイズで作るので、写真を撮るときもそのままシャッターボタンを押すだけでOKです。\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n                \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" 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\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" 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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ付きスマホケース\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" 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\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100 product-img\" alt=\"ショルダーストラップを取り付けた例\"\u003e\u003c\/div\u003e\n\n            \u003cp class=\"body-text\"\u003e飾りパーツでカスタマイズも\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eマグネットフラップがサイドにあるので、表側は飾りパーツを自由に配置することができます。\u003c\/p\u003e\n            \u003cul class=\"step-list\"\u003e\n                \u003cli\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\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100 product-img\" alt=\"飾りパーツカスタマイズ例\"\u003e\u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003eカスタマイズ加工例\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e受注後の制作となりますため、制作に\u003cstrong\u003e3日～1週間程度\u003c\/strong\u003eお時間を頂きます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e革の在庫がなくなり次第、色味が変更になるもの（レッド・ネイビー）がありますのでご了承ください。機種により色味が変更になるタイミングが変わります。確認したい場合はお手数ですがお問い合わせフォームよりお問い合わせください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" 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\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"色味が変更になるネイビーの革\"\u003e\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\u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の表面の擦れや筋\"\u003e\u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e受注後の制作となります。注文確定後の機種の交換やキャンセル、返品は受け付けられませんのでご注意ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv id=\"zakeke-product-tag\" style=\"display: none;\" data-product-id=\"9546880844063\" data-enviroment=\"Customizer\"\u003e\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ AQUOS R","offer_id":51548172943647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS R5G","offer_id":52288032538911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS R8","offer_id":52288032571679,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS R9","offer_id":52288032604447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense2\/Android OneS5","offer_id":52288032637215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":52288032669983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense3plus","offer_id":52288032702751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense4\/sense5G","offer_id":52288032735519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense6","offer_id":52288032768287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense7","offer_id":52288032801055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense8","offer_id":52288032833823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense9","offer_id":52288032866591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS wish\/wish2\/wish3","offer_id":52288032899359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS zero2","offer_id":52288032932127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS zero5Gbasic","offer_id":52288032964895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS zero6","offer_id":52288032997663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS R","offer_id":52288033030431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS R5G","offer_id":52288033063199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ AQUOS R8","offer_id":52288033095967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ AQUOS R9","offer_id":52288033128735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ AQUOS sense2\/Android OneS5","offer_id":52288033161503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":52288033194271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS sense3plus","offer_id":52288033227039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ AQUOS sense4\/sense5G","offer_id":52288033259807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS sense6","offer_id":52288033292575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS sense7","offer_id":52288033325343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS sense8","offer_id":52288033358111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS sense9","offer_id":52288033390879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS wish\/wish2\/wish3","offer_id":52288033423647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ AQUOS zero2","offer_id":52288033456415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ AQUOS zero5Gbasic","offer_id":52288033489183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ AQUOS zero6","offer_id":52288033521951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ AQUOS R","offer_id":52288033554719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS R5G","offer_id":52288033587487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS R8","offer_id":52288033620255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS R9","offer_id":52288033653023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense2\/Android OneS5","offer_id":52288033685791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":52288033718559,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense3plus","offer_id":52288033751327,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense4\/sense5G","offer_id":52288033784095,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense6","offer_id":52288033816863,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense7","offer_id":52288033849631,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense8","offer_id":52288033882399,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense9","offer_id":52288033915167,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS wish\/wish2\/wish3","offer_id":52288033947935,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS zero2","offer_id":52288033980703,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS zero5Gbasic","offer_id":52288034013471,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS zero6","offer_id":52288034046239,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS R","offer_id":52288034079007,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS R5G","offer_id":52288034111775,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS R8","offer_id":52288034144543,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS R9","offer_id":52288034177311,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS sense2\/Android OneS5","offer_id":52288034210079,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":52288034242847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense3plus","offer_id":52288034275615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS sense4\/sense5G","offer_id":52288034308383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense6","offer_id":52288034341151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense7","offer_id":52288034373919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense8","offer_id":52288034406687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense9","offer_id":52288034439455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS wish\/wish2\/wish3","offer_id":52288034472223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS zero2","offer_id":52288034504991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS zero5Gbasic","offer_id":52288034537759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS zero6","offer_id":52288034570527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS R","offer_id":52288034603295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS R5G","offer_id":52288034636063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS R8","offer_id":52288034668831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS R9","offer_id":52288034701599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS sense2\/Android OneS5","offer_id":52288034734367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":52288034767135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense3plus","offer_id":52288034799903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS sense4\/sense5G","offer_id":52288034832671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense6","offer_id":52288034865439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense7","offer_id":52288034898207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense8","offer_id":52288034930975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense9","offer_id":52288034963743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS wish\/wish2\/wish3","offer_id":52288034996511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS zero2","offer_id":52288035029279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS zero5Gbasic","offer_id":52288035062047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS zero6","offer_id":52288035094815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ AQUOS R","offer_id":52288035127583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS R5G","offer_id":52288035160351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS R8","offer_id":52288035193119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS R9","offer_id":52288035225887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense2\/Android OneS5","offer_id":52288035258655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":52288035291423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense3plus","offer_id":52288035324191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense4\/sense5G","offer_id":52288035356959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense6","offer_id":52288035389727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense7","offer_id":52288035422495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense8","offer_id":52288035455263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense9","offer_id":52288035488031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS wish\/wish2\/wish3","offer_id":52288035520799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS zero2","offer_id":52288035553567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS zero5Gbasic","offer_id":52288035586335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS zero6","offer_id":52288035619103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy.jpg?v=1746009974"},{"product_id":"コンビ革スマホケース-iphone-シリーズ対応-カスタマイズ","title":"コンビ革スマホケース　iPhone シリーズ対応　カスタマイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eiPhoneを彩る上質手帳型ケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eiPhoneモデルに合わせて精密に加工されたカメラホールが、完璧なフィット感を実現します。落ち着いた色合いが手元を品良く彩り、選ぶ楽しさが毎日を豊かにします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_91342c16-7bd8-42d1-825a-78a6bbbf3242.jpg?v=1768971180\" 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開けば現れる、洗練された内部。複数のカードポケットでICカードや名刺をスマートに整理し、必要なものがすぐに取り出せる、効率的な収納を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02_fe18596b-25ff-4be6-9276-bc1faed81f86.jpg?v=1768971180\" 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スマートフォンと主要なカード、そして数枚の紙幣を一つに集約。手ぶら感覚でランチや買い物へ出かけられる、身軽な自由を日常にもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_5f18f8a8-0306-4bf5-92ca-c6b1e598ff16.jpg?v=1768971180\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e財布いらずのスマート決済\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・仕様\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eマットな風合いから艶のある革に変化するコンビ鞣しのカバーです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e国産のスムース革を使用。クロムとタンニンのコンビなめしで仕上げており、使い始めはマットな風合い、使うほどにしっとりとなじみ、艶のある革へと変化するのが特徴です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e色味は比較的そのままに、風合いやツヤ感の変化を楽しめる\u003c\/li\u003e\n          \u003cli\u003eタンニン鞣しのような大幅な色変化はありません\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内側のポケットが充実しており、必需品をスマートに収納できます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e内側に3段のカードポケット\u003c\/li\u003e\n          \u003cli\u003eサイドポケット（よく使うカードやお札の収納に便利）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能性\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e便利なスタンド機能で、動画視聴なども快適です。\u003c\/p\u003e\n        \u003cp\u003e背面を折り返すと、動画を見るときに便利なスタンドとしても使えます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e使いやすさ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eサイドマグネットでスムーズな開閉が可能です。また、スマートフォンをしっかり固定するハードケースが内蔵されています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eサイドマグネットでラクラク開閉\u003c\/li\u003e\n          \u003cli\u003e内側のハードケースでスマートフォンをしっかり固定\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e精密なデザイン\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e各機種に合わせたぴったりサイズのカメラホールで、ケースを装着したままでもスムーズな写真撮影が可能です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション：ストラップホール\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e落下防止やショルダーストラップ取り付けなど、お好みに合わせてストラップホール加工が可能です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n          \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eハトメの位置は【上】【下】【上下】から、金具の色は【ゴールド】【シルバー】【アンティーク】からご選択いただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション：飾りパーツ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eサイドマグネットフラップなので、ケース表面に飾りパーツを自由に配置できます。\u003c\/p\u003e\n        \u003cp\u003e【機種】と【カラー】を選択したあと、【カスタマイズする】ボタンを押すと、飾りパーツを選択して配置できるカスタマイズ画面に進みます。\u003c\/p\u003e\n        \u003cp\u003e＊「カスタマイズの進め方」をご覧の上、ぜひご利用ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e＊カスタマイズ加工例\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご購入時の注意点\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご購入前に以下の点にご注意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e革の在庫状況により、レッド・ネイビーの色味が変更になる場合があります。詳細は事前にお問い合わせください。\u003c\/li\u003e\n          \u003cli\u003e革の特性上、表面に擦れや筋が見られる場合がありますが、使用するうちに目立たなくなります。これらは返品交換の対象外となります。\u003c\/li\u003e\n          \u003cli\u003e本製品は受注後の制作となります。注文確定後の機種の交換、キャンセル、返品は受け付けられません。\u003c\/li\u003e\n          \u003cli\u003e制作には3日～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\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"zakeke-product-tag\" style=\"display: none;\" data-product-id=\"9546881040671\" data-enviroment=\"Customizer\"\u003e\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51554612838687,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 7\/8Plus","offer_id":52288026804511,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone XR","offer_id":52288026837279,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone XSMax","offer_id":52288026870047,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 11","offer_id":52288026902815,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 11ProMax","offer_id":52288026935583,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 12\/12Pro","offer_id":52288026968351,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 12mini","offer_id":52288027001119,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 12ProMax","offer_id":52288027033887,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13mini","offer_id":52288027066655,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13Pro","offer_id":52288027099423,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13ProMax","offer_id":52288027132191,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13\/14","offer_id":52288027164959,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 14Pro","offer_id":52288027197727,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 14ProMax","offer_id":52288027230495,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 15","offer_id":52288027263263,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 14Plus\/15Plus","offer_id":52288027296031,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 15Pro","offer_id":52288027328799,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 15ProMax","offer_id":52288027361567,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16","offer_id":52288027394335,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16Pro","offer_id":52288027427103,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16Plus","offer_id":52288027459871,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16ProMax","offer_id":52288027492639,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16e","offer_id":52288027525407,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17","offer_id":52288027558175,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17Pro","offer_id":52288027590943,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17ProMax","offer_id":52288027623711,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17Air","offer_id":52288027656479,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17e","offer_id":52288027689247,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":52288027722015,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 7\/8Plus","offer_id":52288027754783,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone XR","offer_id":52288027787551,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone XSMax","offer_id":52288027820319,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 11","offer_id":52288027853087,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 11ProMax","offer_id":52288027885855,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 12\/12Pro","offer_id":52288027918623,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 12mini","offer_id":52288027951391,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 12ProMax","offer_id":52288027984159,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 13mini","offer_id":52288028016927,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 13Pro","offer_id":52288028049695,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 13ProMax","offer_id":52288028082463,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 13\/14","offer_id":52288028115231,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 14Pro","offer_id":52288028147999,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 14ProMax","offer_id":52288028180767,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 15","offer_id":52288028213535,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 14Plus\/15Plus","offer_id":52288028246303,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 15Pro","offer_id":52288028279071,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 15ProMax","offer_id":52288028311839,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 16","offer_id":52288028344607,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 16Pro","offer_id":52288028377375,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 16Plus","offer_id":52288028410143,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 16ProMax","offer_id":52288028442911,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 16e","offer_id":52288028475679,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 17","offer_id":52288028508447,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 17Pro","offer_id":52288028541215,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 17ProMax","offer_id":52288028573983,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 17Air","offer_id":52288028606751,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 17e","offer_id":52288028639519,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":52288028672287,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 7\/8Plus","offer_id":52288028705055,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone XR","offer_id":52288028737823,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone XSMax","offer_id":52288028770591,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 11","offer_id":52288028803359,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 11ProMax","offer_id":52288028836127,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12\/12Pro","offer_id":52288028868895,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12mini","offer_id":52288028901663,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12ProMax","offer_id":52288028934431,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13mini","offer_id":52288028967199,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13Pro","offer_id":52288028999967,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13ProMax","offer_id":52288029032735,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13\/14","offer_id":52288029065503,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14Pro","offer_id":52288029098271,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14ProMax","offer_id":52288029131039,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15","offer_id":52288029163807,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14Plus\/15Plus","offer_id":52288029196575,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15Pro","offer_id":52288029229343,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15ProMax","offer_id":52288029262111,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16","offer_id":52288029294879,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16Pro","offer_id":52288029327647,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16Plus","offer_id":52288029360415,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16ProMax","offer_id":52288029393183,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16e","offer_id":52288029425951,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17","offer_id":52288029458719,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17Pro","offer_id":52288029491487,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17ProMax","offer_id":52288029524255,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17Air","offer_id":52288029557023,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17e","offer_id":52288029589791,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":52288029622559,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 7\/8Plus","offer_id":52288029655327,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone XR","offer_id":52288029688095,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone XSMax","offer_id":52288029720863,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 11","offer_id":52288029753631,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 11ProMax","offer_id":52288029786399,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 12\/12Pro","offer_id":52288029819167,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 12mini","offer_id":52288029851935,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 12ProMax","offer_id":52288029884703,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 13mini","offer_id":52288029917471,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 13Pro","offer_id":52288029950239,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 13ProMax","offer_id":52288029983007,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 13\/14","offer_id":52288030015775,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 14Pro","offer_id":52288030048543,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 14ProMax","offer_id":52288030081311,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 15","offer_id":52288030114079,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 14Plus\/15Plus","offer_id":52288030146847,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 15Pro","offer_id":52288030179615,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 15ProMax","offer_id":52288030212383,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16","offer_id":52288030245151,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 16Pro","offer_id":52288030277919,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 16Plus","offer_id":52288030310687,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16ProMax","offer_id":52288030343455,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16e","offer_id":52288030376223,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17","offer_id":52288030408991,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17Pro","offer_id":52288030441759,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17ProMax","offer_id":52288030474527,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 17Air","offer_id":52288030507295,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 17e","offer_id":52288030540063,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":52288030572831,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 7\/8Plus","offer_id":52288030605599,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone XR","offer_id":52288030638367,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone XSMax","offer_id":52288030671135,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 11","offer_id":52288030703903,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 11ProMax","offer_id":52288030736671,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 12\/12Pro","offer_id":52288030769439,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 12mini","offer_id":52288030802207,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 12ProMax","offer_id":52288030834975,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 13mini","offer_id":52288030867743,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 13Pro","offer_id":52288030900511,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 13ProMax","offer_id":52288030933279,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 13\/14","offer_id":52288030966047,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 14Pro","offer_id":52288030998815,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 14ProMax","offer_id":52288031031583,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 15","offer_id":52288031064351,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 14Plus\/15Plus","offer_id":52288031097119,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 15Pro","offer_id":52288031129887,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 15ProMax","offer_id":52288031162655,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 16","offer_id":52288031195423,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 16Pro","offer_id":52288031228191,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 16Plus","offer_id":52288031260959,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 16ProMax","offer_id":52288031293727,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 16e","offer_id":52288031326495,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 17","offer_id":52288031359263,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 17Pro","offer_id":52288031392031,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 17ProMax","offer_id":52288031424799,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 17Air","offer_id":52288031457567,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 17e","offer_id":52288031490335,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":52288031523103,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 7\/8Plus","offer_id":52288031555871,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone XR","offer_id":52288031588639,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone XSMax","offer_id":52288031621407,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 11","offer_id":52288031654175,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 11ProMax","offer_id":52288031686943,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12\/12Pro","offer_id":52288031719711,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12mini","offer_id":52288031752479,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12ProMax","offer_id":52288031785247,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13mini","offer_id":52288031818015,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13Pro","offer_id":52288031850783,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13ProMax","offer_id":52288031883551,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13\/14","offer_id":52288031916319,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14Pro","offer_id":52288031949087,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14ProMax","offer_id":52288031981855,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15","offer_id":52288032014623,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14Plus\/15Plus","offer_id":52288032047391,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15Pro","offer_id":52288032080159,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15ProMax","offer_id":52288032112927,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16","offer_id":52288032145695,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16Pro","offer_id":52288032178463,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16Plus","offer_id":52288032211231,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16ProMax","offer_id":52288032243999,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16e","offer_id":52288032276767,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17","offer_id":52288032309535,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17Pro","offer_id":52288032342303,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17ProMax","offer_id":52288032375071,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17Air","offer_id":52288032407839,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17e","offer_id":52288032440607,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061588862_combi_s_kahki.jpg?v=1746009970"},{"product_id":"コンビ革スマホケース-arrowsシリーズ対応-カスタマイズ","title":"コンビ革スマホケース　arrowsシリーズ対応　カスタマイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eあなただけのARROWSへ精密仕立て\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお使いのARROWS機種に合わせてカメラホールを一つずつ丁寧に加工します。豊富な色合いから選ぶコンビ革が、手元を\u003cstrong\u003e個性豊かに彩ります\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_9772d8d5-d4c1-4669-bcbb-9d459d9983cb.jpg?v=1768816785\" 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\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_cd48ecb5-4adc-486b-a84b-29c260dddf7a.jpg?v=1768816785\" 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\/0885\/3998\/8255\/files\/products_2F1704933023272_combi_detail05_e81bfc0d-07d9-4122-a64d-72b2a7251032.jpg?v=1768816785\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハンズフリーで快適な利用イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eハンズフリーで快適\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の素材と特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e国産のスムース革を使用しています。クロムとタンニンのコンビなめしで仕上げており、使い始めはマットな風合いですが、使うほどにしっとりとなじみ、艶のある革へと変化していきます。\u003c\/p\u003e\n      \u003cp\u003eタンニン鞣しのような大きな色の変化はせず、ある程度はじめの色味を保ちつつ、風合いやツヤ感の経年変化を楽しみたい方におすすめです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビ鞣し革の風合いを示す画像\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e充実の内側収納\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eケースの内側には、日々の生活をスマートにするための充実した収納スペースを設けました。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e3段のカードポケットで、よく使うカードを整理して収納できます。\u003c\/li\u003e\n        \u003cli\u003eサイドポケットには、お札やレシートなどを忍ばせておくことが可能です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側カードポケットの画像\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e便利機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e動画視聴やオンライン会議に便利なスタンド機能と、スムーズな開閉を可能にするサイドマグネットを搭載しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e背面を折り返せば、動画視聴に最適なスタンドとして利用できます。\u003c\/li\u003e\n        \u003cli\u003eサイドのマグネットフラップが、ケースの開閉をスムーズにし、使用しない時はしっかりと閉じられます。\u003c\/li\u003e\n        \u003cli\u003e内側のハードケースがスマートフォンをしっかりと固定し、衝撃から保護します。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能使用時のイメージ\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能使用時の別アングルイメージ\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-b943-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネットで開閉する様子\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側のハードケースの画像\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e精密なカメラホール設計\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e各機種に合わせた精密なカメラホールを一つずつ丁寧に加工しています。ケースを装着したままでも、カメラ機能をスムーズにご利用いただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"精密なカメラホールの画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eストラップホール加工オプション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eご希望に応じて、ストラップホール加工を承ります。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eストラップホール（ハトメ）加工：1個 100円（税込）\u003c\/li\u003e\n        \u003cli\u003eマルカン（リング）加工：1個 30円（税込）\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eハトメの位置は「上」「下」「上下」からご選択いただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"ストラップホール加工位置の選択画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e金具の色は「ゴールド」「シルバー」「アンティーク」からご選択いただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"ストラップホール金具色の選択画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eストラップホールを活用して、さらに便利にお使いいただけます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e落下防止のためのハンドストラップ装着に。\u003c\/li\u003e\n        \u003cli\u003eお好みのショルダーストラップを取り付けて、持ち運びのスタイルをアレンジ。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eお好きな位置にハトメやマルカンをつけて、自由にアレンジをお楽しみください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ装着例1\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ装着例2\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" alt=\"ショルダーストラップ装着例\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e飾りパーツカスタマイズ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eサイドマグネットの採用により、ケース表面に飾りパーツを自由に配置して、あなただけのデザインを楽しめます。\u003c\/p\u003e\n      \u003cp\u003e機種とカラーを選択後、「カスタマイズする」ボタンを押してカスタマイズ画面へ進み、お好みの飾りパーツを選んで配置してください。\u003c\/p\u003e\n      \u003cp\u003e＊ご利用前に「カスタマイズの進め方」を必ずご確認ください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" alt=\"飾りパーツカスタマイズイメージ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text text-end\"\u003eカスタマイズ加工例\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e革製品の特性とご注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品の革には以下の特性がございます。ご購入前にご一読ください。\u003c\/p\u003e\n      \u003cul class=\"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\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" alt=\"色味変更の赤い革のイメージ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" alt=\"色味変更の青い革のイメージ\" class=\"img-fluid d-block w-100 product-img\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\" alt=\"革表面の擦れや筋の例\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eその他詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 9546896900383\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv data-enviroment=\"Customizer\" data-product-id=\"9546896900383\" style=\"display: none;\" id=\"zakeke-product-tag\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送・お届けについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本商品は受注後の制作となりますため、ご注文確定から発送まで3日〜1週間程度お時間を頂戴いたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本商品は受注生産のため、ご注文確定後の機種の交換、キャンセル、返品は一切お受けできませんので、十分にご確認の上ご購入ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"zakeke-product-tag\" style=\"display: none;\" data-product-id=\"9546896900383\" data-enviroment=\"Customizer\"\u003e\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ arrows 5G","offer_id":51548163932447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be3","offer_id":51548163965215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be4","offer_id":51548163997983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be4+","offer_id":51548164030751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows U\/J","offer_id":51548164063519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows We","offer_id":51548164096287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows We2","offer_id":51548164129055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Alpha","offer_id":51548164161823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ arrows 5G","offer_id":51548164194591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ arrows Be3","offer_id":51548164227359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ arrows Be4","offer_id":51548164260127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ arrows Be4+","offer_id":51548164292895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ arrows U\/J","offer_id":51548164325663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ arrows We","offer_id":51548164358431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ arrows We2","offer_id":51548164391199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ arrows Alpha","offer_id":51548164423967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ arrows 5G","offer_id":49498245988639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Be3","offer_id":49498246021407,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Be4","offer_id":49498246054175,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Be4+","offer_id":49498246086943,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows U\/J","offer_id":49498246119711,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows We","offer_id":49498246152479,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows We2","offer_id":51113153593631,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Alpha","offer_id":51417508184351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ arrows 5G","offer_id":49498245595423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ arrows Be3","offer_id":49498245628191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows Be4","offer_id":49498245660959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows Be4+","offer_id":49498245693727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows U\/J","offer_id":49498245726495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows We","offer_id":49498245759263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows We2","offer_id":51113153528095,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ arrows Alpha","offer_id":51417508118815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows 5G","offer_id":51548164456735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ arrows Be3","offer_id":51548164489503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Be4","offer_id":51548164522271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Be4+","offer_id":51548164555039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows U\/J","offer_id":51548164587807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows We","offer_id":51548164620575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows We2","offer_id":51548164653343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ arrows Alpha","offer_id":51548164686111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ arrows 5G","offer_id":49498245792031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be3","offer_id":49498245824799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be4","offer_id":49498245857567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be4+","offer_id":49498245890335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows U\/J","offer_id":49498245923103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows We","offer_id":49498245955871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows We2","offer_id":51113153560863,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Alpha","offer_id":51417508151583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061493973_combi_s_brown.jpg?v=1746009904"},{"product_id":"ezgrxno3rfrxkna2cbzu","title":"コンビ革スマホケース　OPPOシリーズ対応","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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特にOPPOシリーズを含む多機種に対応しています。\u003c\/strong\u003e洗練された色彩が、日常使いにさりげない個性を添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_16658e07-f52d-464e-983d-17beb95cf078.jpg?v=1768812108\" 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\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_89252498-555d-4afc-bf55-e4bbf43d9718.jpg?v=1768812108\" 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\/0885\/3998\/8255\/files\/products_2F1704264379704_combi_detail11_2dccdd2a-e30e-422c-9197-b3b4b1328a9e.jpg?v=1768812108\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップを取り付けている使用イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eストラップでさらに快適に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eマットな風合いから艶のある革に変化する\u003cstrong\u003eコンビ鞣しのカバー\u003c\/strong\u003eです。\u003c\/p\u003e\n                \u003cul class=\"benefit-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タンニン鞣しのような劇的な色の変化はせず、\u003cstrong\u003e色味はある程度維持しつつ、風合いやツヤ感の変化\u003c\/strong\u003eを楽しみたい方におすすめです。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビ鞣し革の質感を示す接写画像\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e日々の使いやすさを追求した、便利な機能を多数搭載しています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e内側に\u003cstrong\u003e3段のカードポケット\u003c\/strong\u003eと\u003cstrong\u003eサイドポケット\u003c\/strong\u003eを完備。よく使うカードやお札をスマートに収納できます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側ポケットの構造を示す画像\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e背面を折り返すと、\u003cstrong\u003e動画視聴に便利なスタンド\u003c\/strong\u003eとして活用できます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能使用時のイメージ\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\" alt=\"ケースを立てた状態の別角度画像\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eサイドマグネットフラップ\u003c\/strong\u003eで、ケースの開閉がラクラク行えます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネットフラップの詳細画像\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e内側のフレームは\u003cstrong\u003eハードケース\u003c\/strong\u003eを採用。スマートフォンをしっかり固定し、落下時の衝撃から守ります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートフォンの固定に使用されるハードケース\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eカメラホールは各機種ごとに\u003cstrong\u003eぴったりサイズ\u003c\/strong\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\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100 product-img\" alt=\"正確に開けられたカメラホールの画像\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eお好みに合わせてケースをさらにパーソナライズできます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eストラップホール加工\u003c\/strong\u003e\n                        \u003cp\u003e落下防止やショルダーストラップ取り付けなど、様々なアレンジが可能です。\u003c\/p\u003e\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003eハトメ加工: 1個 100円 (税込)\u003c\/li\u003e\n                            \u003cli\u003eマルカン（リング）加工: 1個 30円 (税込)\u003c\/li\u003e\n                            \u003cli\u003eハトメの位置: 【上】【下】【上下】からご選択いただけます。\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップホールの位置選択イメージ\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップホールの金具色の選択肢\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp\u003e手にかけるストラップやショルダーストラップを取り付けたイメージです。\u003c\/p\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ使用時のイメージ1\"\u003e\n                            \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ使用時のイメージ2\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100 product-img\" alt=\"ショルダーストラップ取り付けイメージ\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e飾りパーツでカスタマイズ\u003c\/strong\u003e\n                        \u003cp\u003eサイドマグネットフラップのため、ケース表側には飾りパーツを自由に配置することができます。\u003c\/p\u003e\n                        \u003cp\u003e【機種】と【カラー】を選択したあと、【カスタマイズする】ボタンを押すと、飾りパーツを選択して配置できるカスタマイズ画面に移行します。\u003c\/p\u003e\n                        \u003cp\u003e＊「カスタマイズの進め方」をご覧の上、ぜひご利用ください。\u003c\/p\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100 product-img\" alt=\"飾りパーツカスタマイズ例\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご注文前の確認事項\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご購入前に以下の点をご確認ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e革の在庫と色味について\u003c\/strong\u003e\n                        \u003cp\u003e革の在庫がなくなり次第、レッド・ネイビーなどの\u003cstrong\u003e色味が変更になる\u003c\/strong\u003e場合があります。機種により色味が変更になるタイミングが変わりますので、確認したい場合はお手数ですがお問い合わせフォームよりお問い合わせください。\u003c\/p\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"レッドの色味変更の注意画像\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネイビーの色味変更の注意画像\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e革の特性について\u003c\/strong\u003e\n                        \u003cp\u003eこの革の特性上、表面に\u003cstrong\u003e擦れ（スレ）や筋（スジ）\u003c\/strong\u003eが見られるものがあります。これらは革本来の自然な表情であり、不良品ではございません（擦れに見えるものは、お使いいただくうちに目立たなくなっていきます）。恐れ入りますが、これらを理由とした\u003cstrong\u003e返品交換の対象とはなりません\u003c\/strong\u003eのでご了承ください。\u003c\/p\u003e\n                        \u003cdiv class=\"spec-img-full\"\u003e\n                            \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の表面に見られる擦れや筋の注意画像\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e受注制作と納期について\u003c\/strong\u003e\n                        \u003cp\u003e本製品は\u003cstrong\u003e受注後の制作\u003c\/strong\u003eとなります。ご注文確定後、制作に\u003cstrong\u003e3日～1週間程度\u003c\/strong\u003eお時間を頂きます。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e返品・交換・キャンセルについて\u003c\/strong\u003e\n                        \u003cp\u003e注文確定後の機種の交換やキャンセル、返品は受け付けられませんので、ご注意ください。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ OPPO A54 5G","offer_id":51548028535071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO A73","offer_id":51548028567839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO Reno 5A","offer_id":51548028600607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO Reno 7A","offer_id":51548028633375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ OPPO Reno 9A","offer_id":51548028666143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ OPPO A54 5G","offer_id":49498271580447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ OPPO A73","offer_id":49498271613215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ OPPO Reno 5A","offer_id":49498271645983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ OPPO Reno 7A","offer_id":49498271678751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ OPPO Reno 9A","offer_id":49498271711519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ OPPO A54 5G","offer_id":49498271187231,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ OPPO A73","offer_id":49498271219999,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ OPPO Reno 5A","offer_id":49498271252767,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ OPPO Reno 7A","offer_id":49498271285535,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ OPPO Reno 9A","offer_id":49498271318303,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO A54 5G","offer_id":49498271383839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO A73","offer_id":49498271416607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO Reno 5A","offer_id":49498271449375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO Reno 7A","offer_id":49498271482143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ OPPO Reno 9A","offer_id":49498271514911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061552112_combi_s_brown.jpg?v=1746009890"},{"product_id":"コンビ革スマホケース-google-pixelシリーズ対応-カスタマイズ","title":"コンビ革スマホケース　Google Pixelシリーズ対応　カスタマイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eあなたのPixelを彩る専用デザイン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eGoogle Pixelのフォルムに合わせた精緻な設計は、まるでオーダーメイドのようなフィット感。豊富なカラーから、あなたの個性を引き出す理想の色を見つけてください。手にするたび、心躍る体験が始まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_1324c04c-085d-414d-b3e0-fd4a84e7e161.jpg?v=1768972533\" 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厳選された素材が織りなす上質な内装には、カードや紙幣をスマートに収納。必要なものが全て手元にまとまるから、キャッシュレス時代のお出かけも身軽に楽しめます。Google Pixelを守りながら、日々の生活を格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_ba9b0edf-44b3-4212-8656-aea5422fd6eb.jpg?v=1768972533\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e身軽に、そして美しく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e差をつける、選べる輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eケースの表情を豊かにする、細部に宿るカスタマイズ。ゴールド、アンティーク、シルバーからお好みの金具を選び、あなただけの特別なスタイルを演出できます。さりげない輝きが、日常に上質感を添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823704_hole_detail01_8a584bff-0c03-411a-8a6f-2b4a9575216a.jpg?v=1768972533\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e個性を彩る小さなこだわり\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材のこだわり\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eマットな風合いから艶のある革に変化するコンビ鞣しのカバーです。国産のスムース革をクロムとタンニンでコンビなめししており、色の変化は少ないながらも、風合いやツヤ感の変化を楽しめます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e国産スムース革を使用\u003c\/li\u003e\n                    \u003cli\u003eコンビなめし（クロムとタンニン）加工\u003c\/li\u003e\n                    \u003cli\u003e使い始めはマットな風合い、使用と共に艶のある革へ変化\u003c\/li\u003e\n                    \u003cli\u003e色の変化は少なく、風合いやツヤ感を楽しめます\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e収納と機能性\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e内側のポケットが充実しており、日常使いの利便性を高めます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e３段のカードポケットとサイドポケットを搭載\u003c\/li\u003e\n                    \u003cli\u003eよく使うカードやお札をスマートに収納可能\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e動画視聴に便利なスタンド機能と、スマートフォンの保護機能も兼ね備えています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e背面を折り返すとスタンドとして使用可能\u003c\/li\u003e\n                    \u003cli\u003eサイドマグネットフラップでスムーズな開閉\u003c\/li\u003e\n                    \u003cli\u003e内側のハードケースがスマートフォンをしっかり固定\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカメラホールについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e各機種ごとにぴったりサイズのカメラホールを設計。ケースを装着したままでもスムーズな写真撮影が可能です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e落下防止やファッションとして、ストラップホール加工が可能です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eストラップホール（ハトメ）加工：１個￥１００（税込）\u003c\/li\u003e\n                    \u003cli\u003eマルカン（リング）加工：１個￥３０（税込）\u003c\/li\u003e\n                    \u003cli\u003eハトメの位置を【上】【下】【上下】からご選択いただけます。\u003c\/li\u003e\n                    \u003cli\u003e金具の色は【ゴールド】【シルバー】【アンティーク】からご選択可能です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eお持ちのストラップを付けてアレンジをお楽しみください。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n\n                \u003cp\u003e飾りパーツを自由に配置できるカスタマイズも可能です。\u003c\/p\u003e\n                \u003cul class=\"step-list\"\u003e\n                    \u003cli\u003e【機種】と【カラー】を選択後、【カスタマイズする】ボタンから飾りパーツを選択・配置してください。\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\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品に関するご注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e素材の在庫や特性に関する重要事項をご確認ください。\u003c\/p\u003e\n                \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\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注文・配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品は受注後の制作となります。ご注文確定から\u003cstrong\u003e３日～１週間程度\u003c\/strong\u003eお時間を頂戴いたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eご注文確定後の機種の交換、キャンセル、返品は承りかねます\u003c\/strong\u003eので、十分にご確認の上ご注文ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv data-enviroment=\"Customizer\" data-product-id=\"9546933502239\" style=\"display: none;\" id=\"zakeke-product-tag\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ Google Pixel 3a","offer_id":51554693120287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 3aXL","offer_id":51554693153055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 6a","offer_id":51554693185823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 7","offer_id":51554693218591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 7a","offer_id":51554693251359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 8","offer_id":51554693284127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 8a","offer_id":51554693316895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 9\/9Pro","offer_id":51554693349663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 9a","offer_id":51554693382431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 10\/10Pro","offer_id":51554693415199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 10a","offer_id":52394419880223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 3a","offer_id":51554693447967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 3aXL","offer_id":51554693480735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Google Pixel 6a","offer_id":51554693513503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Google Pixel 7","offer_id":51554693546271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Google Pixel 7a","offer_id":51554693579039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Google Pixel 8","offer_id":51554693611807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 8a","offer_id":51554693644575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 9\/9Pro","offer_id":51554693677343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 9a","offer_id":51554693710111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Google Pixel 10\/10Pro","offer_id":51554693742879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 10a","offer_id":52394419912991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 3a","offer_id":51340665880863,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 3aXL","offer_id":51340665913631,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 6a","offer_id":51340665946399,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 7","offer_id":51340665979167,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 7a","offer_id":51340666011935,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 8","offer_id":51340666044703,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 8a","offer_id":51340666077471,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 9\/9Pro","offer_id":51340666110239,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 9a","offer_id":51340666143007,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 10\/10Pro","offer_id":51340666175775,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 10a","offer_id":52394419945759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 3a","offer_id":51340665225503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 3aXL","offer_id":51340665258271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Google Pixel 6a","offer_id":51340665291039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Google Pixel 7","offer_id":51340665323807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Google Pixel 7a","offer_id":51340665356575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Google Pixel 8","offer_id":51340665389343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 8a","offer_id":51340665422111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 9\/9Pro","offer_id":51340665454879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 9a","offer_id":51340665487647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Google Pixel 10\/10Pro","offer_id":51340665520415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 10a","offer_id":52394419978527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 3a","offer_id":51554693775647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 3aXL","offer_id":51554693808415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 6a","offer_id":51554693841183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 7","offer_id":51554693873951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 7a","offer_id":51554693906719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 8","offer_id":51554693939487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 8a","offer_id":51554693972255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 9\/9Pro","offer_id":51554694005023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 9a","offer_id":51554694037791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 10\/10Pro","offer_id":51554694070559,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 10a","offer_id":52394420011295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 3a","offer_id":51340665553183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 3aXL","offer_id":51340665585951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 6a","offer_id":51340665618719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 7","offer_id":51340665651487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 7a","offer_id":51340665684255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 8","offer_id":51340665717023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 8a","offer_id":51340665749791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 9\/9Pro","offer_id":51340665782559,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 9a","offer_id":51340665815327,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 10\/10Pro","offer_id":51340665848095,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 10a","offer_id":52394420044063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061449776_combi_s_kahki.jpg?v=1746009839"},{"product_id":"コンビ革スマホケース-galaxyシリーズ対応-カスタマイズ","title":"コンビ革スマホケース　Galaxyシリーズ対応　カスタマイズ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\"\u003eGalaxy手帳型ケース スマート収納\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\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_a119e2de-d6a0-4f8d-9229-444ee9723a6b.jpg?v=1768818550\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e必需品をスマートに携帯\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eミニマルな日常 大人の多機能ケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eスマートフォンと共に、日々の必需品を一つに集約。会議や外出時もこれ一つで身軽に移動でき、\u003cstrong\u003eデキる大人の効率的なワークスタイル\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_a119e2de-d6a0-4f8d-9229-444ee9723a6b.jpg?v=1768818550\" 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\"\u003eGalaxy専用 カスタムフィットケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかながらも落ち着いた色合いが揃い、\u003cstrong\u003e個性をさりげなく主張\u003c\/strong\u003eできる手帳型ケース。一つ一つ丁寧に機種に合わせたカメラホール加工を施し、あなたのGalaxyに\u003cstrong\u003e完璧にフィット\u003c\/strong\u003eする上質な体験を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_59e89032-dc64-4d1b-a0da-512f1289c5fa.jpg?v=1768818550\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりを叶えるカラー選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e国産のスムース革。コンビなめし（クロムとタンニン）で仕上げており、はじめはマットな風合いを楽しみつつ、使っていくとしんなりとなじんだ艶のある革へと変化していくのが特徴です。タンニン鞣しのような色の変化はしないので、色味はある程度はじめの状態を保ちつつ、風合いやツヤ感で変化を楽しみたいという方におすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内側に3段のカードポケットとサイドポケットがあるので、よく使うカードやお札を忍ばせておくこともできます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-634a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e便利なスタンド機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e背面を折り返すと、動画を見るときに便利なスタンドとしても使えます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e使いやすさへのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eマグネットフラップがサイドについているので、楽に開けたり閉めたりすることができます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e内側のフレームはハードケース、しっかりスマートフォンを固定できます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e正確なカメラホール\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eカメラホールも各機種ごとぴったりサイズで作るので、もちろん写真を撮るときもそのままシャッターボタンを押すだけでOKです！\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eストラップホール加工\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eストラップホール加工で、さらに便利にカスタマイズできます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n          \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eハトメの位置を【上】【下】【上下】からご選択ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e金具の色も選択できます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e【ゴールド】\u003c\/li\u003e\n          \u003cli\u003e【シルバー】\u003c\/li\u003e\n          \u003cli\u003e【アンティーク】\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e落下防止で手にかけるストラップをつけたり、お持ちのショルダーストラップをつけたりして、お好きな位置にハトメやマルカンをつけてアレンジしてみてください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e飾りパーツによるカスタマイズ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eマグネットフラップがサイドにあるので、表側は飾りパーツを自由に配置することができます。\u003c\/p\u003e\n        \u003cp\u003e【機種】と【カラー】を選択したあと、【カスタマイズする】ボタンを押すと、飾りパーツを選択して配置できるカスタマイズ画面にいきます。「カスタマイズの進め方」をご覧の上、ぜひご利用ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      革の在庫がなくなり次第、色味が変更になるもの（レッド・ネイビー）がありますのでご了承ください。機種により色味が変更になるタイミングが変わります。確認したい場合はお手数ですがお問い合わせフォームよりお問い合わせください。\n    \u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      この革の特性上、革の表面に擦れ（スレ）に見えるものや、筋（スジ）が表面にでているものがあります。（擦れに見えるものは使っていくと目立たなくなっていきます。）こちらは返品交換の対象とはなりませんのでご了承ください。\n    \u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e\n      受注後の制作となります。注文確定後の機種の交換やキャンセル、返品は受け付けられませんのでご注意ください。制作に3日～1週間程度お時間を頂きます。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv id=\"zakeke-product-tag\" style=\"display: none;\" data-product-id=\"9546976985375\" data-enviroment=\"Customizer\"\u003e\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ Galaxy A20\/A21","offer_id":51548176220447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A22 5G","offer_id":52288009765151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A23 5G","offer_id":52288009797919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A32","offer_id":52288009830687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A36 5G","offer_id":52288009863455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A41","offer_id":52288009896223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A51 5G","offer_id":52288009928991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A52 5G","offer_id":52288009961759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A53 5G","offer_id":52288009994527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A54 5G","offer_id":52288010027295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A55","offer_id":52288010060063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S8","offer_id":52288010092831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S9","offer_id":52288010125599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S10","offer_id":52288010158367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S20","offer_id":52288010191135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S21 5G","offer_id":52288010223903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S22","offer_id":52288010256671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S23","offer_id":52288010289439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S24","offer_id":52288010322207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S25","offer_id":52288010354975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S25 Ultra","offer_id":52394429972767,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S26","offer_id":52394430005535,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S26 Ultra","offer_id":52394430038303,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy A20\/A21","offer_id":52288010387743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy A22 5G","offer_id":52288010420511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy A23 5G","offer_id":52288010453279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy A32","offer_id":52288010486047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy A36 5G","offer_id":52288010518815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy A41","offer_id":52288010551583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy A51 5G","offer_id":52288010584351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy A52 5G","offer_id":52288010617119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy A53 5G","offer_id":52288010649887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy A54 5G","offer_id":52288010682655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy A55","offer_id":52288010715423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy S8","offer_id":52288010748191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S9","offer_id":52288010780959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S10","offer_id":52288010813727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S20","offer_id":52288010846495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S21 5G","offer_id":52288010879263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S22","offer_id":52288010912031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S23","offer_id":52288010944799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S24","offer_id":52288010977567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S25","offer_id":52288011010335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S25 Ultra","offer_id":52394430071071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Galaxy S26","offer_id":52394430103839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Galaxy S26 Ultra","offer_id":52394430136607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ Galaxy A20\/A21","offer_id":52288011043103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A22 5G","offer_id":52288011075871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A23 5G","offer_id":52288011108639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A32","offer_id":52288011141407,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A36 5G","offer_id":52288011174175,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A41","offer_id":52288011206943,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A51 5G","offer_id":52288011239711,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A52 5G","offer_id":52288011272479,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A53 5G","offer_id":52288011305247,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A54 5G","offer_id":52288011338015,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A55","offer_id":52288011370783,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S8","offer_id":52288011403551,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S9","offer_id":52288011436319,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S10","offer_id":52288011469087,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S20","offer_id":52288011501855,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S21 5G","offer_id":52288011534623,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S22","offer_id":52288011567391,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S23","offer_id":52288011600159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S24","offer_id":52288011632927,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S25","offer_id":52288011665695,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S25 Ultra","offer_id":52394430169375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S26","offer_id":52394430202143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S26 Ultra","offer_id":52394430234911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A20\/A21","offer_id":52288011698463,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A22 5G","offer_id":52288011731231,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A23 5G","offer_id":52288011763999,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A32","offer_id":52288011796767,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A36 5G","offer_id":52288011829535,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A41","offer_id":52288011862303,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A51 5G","offer_id":52288011895071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A52 5G","offer_id":52288011927839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A53 5G","offer_id":52288011960607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A54 5G","offer_id":52288011993375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A55","offer_id":52288012026143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy S8","offer_id":52288012058911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S9","offer_id":52288012091679,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S10","offer_id":52288012124447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S20","offer_id":52288012157215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S21 5G","offer_id":52288012189983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S22","offer_id":52288012222751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S23","offer_id":52288012255519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S24","offer_id":52288012288287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S25","offer_id":52288012321055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S25 Ultra","offer_id":52394430267679,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy S26","offer_id":52394430300447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S26 Ultra","offer_id":52394430333215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A20\/A21","offer_id":52288012353823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A22 5G","offer_id":52288012386591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A23 5G","offer_id":52288012419359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A32","offer_id":52288012452127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A36 5G","offer_id":52288012484895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A41","offer_id":52288012517663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A51 5G","offer_id":52288012550431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A52 5G","offer_id":52288012583199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A53 5G","offer_id":52288012615967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A54 5G","offer_id":52288012648735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A55","offer_id":52288012681503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy S8","offer_id":52288012714271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S9","offer_id":52288012747039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S10","offer_id":52288012779807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S20","offer_id":52288012812575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S21 5G","offer_id":52288012845343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S22","offer_id":52288012878111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S23","offer_id":52288012910879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S24","offer_id":52288012943647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S25","offer_id":52288012976415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S25 Ultra","offer_id":52394430365983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy S26","offer_id":52394430398751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S26 Ultra","offer_id":52394430431519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ Galaxy A20\/A21","offer_id":52288013009183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A22 5G","offer_id":52288013041951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A23 5G","offer_id":52288013074719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A32","offer_id":52288013107487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A36 5G","offer_id":52288013140255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A41","offer_id":52288013173023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A51 5G","offer_id":52288013205791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A52 5G","offer_id":52288013238559,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A53 5G","offer_id":52288013271327,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A54 5G","offer_id":52288013304095,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A55","offer_id":52288013336863,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S8","offer_id":52288013369631,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S9","offer_id":52288013402399,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S10","offer_id":52288013435167,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S20","offer_id":52288013467935,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S21 5G","offer_id":52288013500703,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S22","offer_id":52288013533471,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S23","offer_id":52288013566239,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S24","offer_id":52288013599007,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S25","offer_id":52288013631775,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S25 Ultra","offer_id":52394430464287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S26","offer_id":52394430497055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S26 Ultra","offer_id":52394430529823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061425311_combi_s_brown.jpg?v=1746009806"},{"product_id":"コンビ革スマホケース-xperiaシリーズ対応-カスタマイズ","title":"コンビ革スマホケース　Xperiaシリーズ対応　カスタマイズ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\"\u003eXperiaを彩る、本革の進化\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\/0885\/3998\/8255\/files\/products_2F1713061522463_combi_s_kahki.jpg?v=1746009736\" alt=\"日々深まる、革の表情\" 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\"\u003eXperiaに完璧に寄り添う、専用設計\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお使いのXperia機種に合わせ、カメラホールを\u003cstrong\u003e精密に加工\u003c\/strong\u003e。ケースを装着したままでも、美しい瞬間をストレスなく切り取ることができます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_3ba8c496-7a82-4d46-907d-877aa6a0dd12.jpg?v=1768817676\" alt=\"各機種に対応、精密な仕上がり\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e各機種に対応、精密な仕上がり\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常をスマートにする、多機能デザイン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e３段のカードポケットとサイドポケットで、よく使うカードや紙幣を\u003cstrong\u003eスマートに収納\u003c\/strong\u003e。動画視聴に便利なスタンド機能も搭載し、サイドマグネットで開閉もスムーズに行えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_4c6758ff-795f-4eb9-8841-c4c927afd84d.jpg?v=1768817676\" alt=\"手元にまとまる、安心の収納力\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手元にまとまる、安心の収納力\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eいいとこどりのコンビ鞣し革が、あなただけの風合いを育てます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e国産のスムース革（クロムとタンニンのコンビ鞣し）\u003c\/li\u003e\n                \u003cli\u003e使い始めはマットな風合い、使うほどにしっとりとした艶が加わる\u003c\/li\u003e\n                \u003cli\u003eタンニン鞣しのような大きな色変化はなく、色味を保ちつつ風合いとツヤ感の変化を楽しめる\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" alt=\"コンビ鞣し革の質感\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e便利な基本機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\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            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" alt=\"内側カードポケットとサイドポケット\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" alt=\"スタンド機能使用例1\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" alt=\"スタンド機能使用例2\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" alt=\"サイドマグネットフラップ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" alt=\"ハードケース内蔵\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eXperia機種専用設計\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eお使いのXperiaに合わせた精密な設計で、快適にご利用いただけます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e各Xperia機種にぴったりサイズのカメラホール加工\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\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"Xperia機種対応カメラホール\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eストラップホール加工や飾りパーツの追加で、あなただけのオリジナルケースにカスタマイズできます。\u003c\/p\u003e\n            \u003cp\u003eストラップホール加工\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e加工費用：ハトメ1個100円(税込) \/ マルカン1個30円(税込)\u003c\/li\u003e\n                \u003cli\u003eハトメの位置：【上】【下】【上下】からご選択ください\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"ストラップホール位置の選択\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"ストラップホール金具の色の選択\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eストラップ装着例\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" alt=\"手持ちストラップ装着例\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" alt=\"ストラップを付けたケース\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" alt=\"ショルダーストラップ装着例\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e飾りパーツでカスタマイズ\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eサイドマグネットのため、ケース表側には飾りパーツを自由に配置可能\u003c\/li\u003e\n                \u003cli\u003e【機種】と【カラー】を選択後、【カスタマイズする】ボタンからカスタマイズ画面へ進めます\u003c\/li\u003e\n                \u003cli\u003e「カスタマイズの進め方」をご覧の上、ぜひご利用ください\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" alt=\"飾りパーツカスタマイズ例\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e下記の内容を予めご確認の上、ご注文ください。\u003c\/p\u003e\n        \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\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" alt=\"レッド色変更イメージ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" alt=\"ネイビー色変更イメージ\" class=\"img-fluid d-block w-100 product-img\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" alt=\"革の擦れ・筋の例\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e本製品は受注制作となります。注文確定後の機種交換、キャンセル、返品はお受けできませんのでご注意ください。\u003c\/li\u003e\n            \u003cli\u003e制作には3日～1週間程度お時間をいただきます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv data-enviroment=\"Customizer\" data-product-id=\"9547017912607\" style=\"display: none;\" id=\"zakeke-product-tag\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ Xperia 10II","offer_id":51548168782111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10III","offer_id":51548168814879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10IV","offer_id":51548168847647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10V","offer_id":51548168880415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10Ⅵ","offer_id":51548168913183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10Ⅶ","offer_id":51548168945951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5","offer_id":51548168978719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5II","offer_id":51548169011487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5III","offer_id":51548169044255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5IV","offer_id":51548169077023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5V","offer_id":51548169109791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 8","offer_id":51548169142559,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ\/XZS","offer_id":51548169175327,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ1","offer_id":51548169208095,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ2","offer_id":51548169240863,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ3","offer_id":51548169273631,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Xperia 10II","offer_id":51548169306399,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 10III","offer_id":51548169339167,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 10IV","offer_id":51548169371935,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Xperia 10V","offer_id":51548169404703,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 10Ⅵ","offer_id":51548169437471,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 10Ⅶ","offer_id":51548169470239,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Xperia 5","offer_id":51548169503007,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 5II","offer_id":51548169535775,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 5III","offer_id":51548169568543,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 5IV","offer_id":51548169601311,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 5V","offer_id":51548169634079,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia 8","offer_id":51548169666847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia XZ\/XZS","offer_id":51548169699615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Xperia XZ1","offer_id":51548169732383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Xperia XZ2","offer_id":51548169765151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Xperia XZ3","offer_id":51548169797919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ Xperia 10II","offer_id":49498464452895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10III","offer_id":49498464485663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10IV","offer_id":49498464518431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10V","offer_id":49498464551199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10Ⅵ","offer_id":51079216267551,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10Ⅶ","offer_id":51417507758367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5","offer_id":49498464583967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5II","offer_id":49498464616735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5III","offer_id":49498464649503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5IV","offer_id":49498464682271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5V","offer_id":49498464715039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 8","offer_id":49498464747807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ\/XZS","offer_id":49498464780575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ1","offer_id":49498464813343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ2","offer_id":49498464846111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ3","offer_id":49498464878879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10II","offer_id":49498463535391,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10III","offer_id":49498463568159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10IV","offer_id":49498463600927,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10V","offer_id":49498463633695,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10Ⅵ","offer_id":51079216202015,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10Ⅶ","offer_id":51417507692831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Xperia 5","offer_id":49498463666463,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5II","offer_id":49498463699231,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5III","offer_id":49498463731999,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5IV","offer_id":49498463764767,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5V","offer_id":49498463797535,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 8","offer_id":49498463830303,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ\/XZS","offer_id":49498463863071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ1","offer_id":49498463895839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ2","offer_id":49498463928607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ3","offer_id":49498463961375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia 10II","offer_id":51548169830687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10III","offer_id":51548169863455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10IV","offer_id":51548169896223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia 10V","offer_id":51548169928991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10Ⅵ","offer_id":51548169961759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10Ⅶ","offer_id":51548169994527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia 5","offer_id":51548170027295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5II","offer_id":51548170060063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5III","offer_id":51548170092831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5IV","offer_id":51548170125599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5V","offer_id":51548170158367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 8","offer_id":51548170191135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia XZ\/XZS","offer_id":51548170223903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia XZ1","offer_id":51548170256671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia XZ2","offer_id":51548170289439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia XZ3","offer_id":51548170322207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ Xperia 10II","offer_id":49498463994143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10III","offer_id":49498464026911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10IV","offer_id":49498464059679,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10V","offer_id":49498464092447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10Ⅵ","offer_id":51079216234783,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10Ⅶ","offer_id":51417507725599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5","offer_id":49498464125215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5II","offer_id":49498464157983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5III","offer_id":49498464190751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5IV","offer_id":49498464223519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5V","offer_id":49498464256287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 8","offer_id":49498464289055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ\/XZS","offer_id":49498464321823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ1","offer_id":49498464354591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ2","offer_id":49498464387359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ3","offer_id":49498464420127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061522463_combi_s_kahki.jpg?v=1746009736"},{"product_id":"eptfpdjqihvchvhdjcj3","title":"コンビ革スマホケース　HUAWAYシリーズ対応","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02_92ea618d-094c-496e-bf53-500e6bd1c219.jpg?v=1768811388\" 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\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_de70dbdb-8fee-4f68-8835-9d99556388d8.jpg?v=1768811388\" 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\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_a4a52c22-786f-480e-8c79-4dc3d9b35fa9.jpg?v=1768811388\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べるカラーで個性を表現\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べるカラーで個性を表現\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材の特性：いいとこどりのコンビ鞣し革\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e国産のスムース革。コンビなめし（クロムとタンニン）で仕上げており、革の風合いの変化をお楽しみいただけます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eはじめはマットな風合い\u003c\/li\u003e\n          \u003cli\u003e使うほどにしんなりとなじんだ艶のある革へと変化\u003c\/li\u003e\n          \u003cli\u003eタンニン鞣しのような大きな色の変化はなく、色味を保ちつつ風合いやツヤ感を楽しめる\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" alt=\"コンビ鞣し革の質感\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e便利な収納機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内側には充実したポケット機能を備え、よく使うカードやお札をスマートに収納できます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e内側に3段のカードポケット\u003c\/li\u003e\n          \u003cli\u003e便利なサイドポケット付き\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" alt=\"内側ポケット\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e動画視聴に便利なスタンド機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e背面を折り返せば、動画視聴に便利なスタンドとして活用できます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" alt=\"スタンド機能1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" alt=\"スタンド機能2\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e快適な操作性と保護機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eサイドマグネットフラップで開閉がスムーズ。内側のハードケースがスマートフォンをしっかり固定し保護します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" alt=\"サイドマグネット\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e内側のフレームはハードケースで、スマートフォンをしっかり固定します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" alt=\"ハードケース\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e精密な設計：ぴったりサイズのカメラホール\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e各機種ごとにぴったりサイズで作られたカメラホールにより、ケースを装着したままでもスムーズに写真撮影が可能です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"カメラホール\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e選べるストラップホール加工\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eお好みに合わせてストラップホールを加工できます。落下防止やショルダーストラップの取り付けに便利です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n          \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n          \u003cli\u003eハトメの位置：【上】【下】【上下】から選択可能\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"ストラップホール位置\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"ストラップ金具色\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" alt=\"ストラップ利用例1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" alt=\"ストラップ利用例2\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" alt=\"ショルダーストラップ利用例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eオリジナルカスタマイズ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eサイドマグネットフラップのため、ケースの表側に飾りパーツを自由に配置してカスタマイズできます。詳細は「カスタマイズの進め方」をご覧ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" alt=\"カスタマイズ加工例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品の特性とご注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" alt=\"レッドの色味変更例\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" alt=\"ネイビーの色味変更例\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" alt=\"革の表面の擦れや筋\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e \u003c!-- end content-section for specs --\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制作に3日～1週間程度お時間を頂きます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e \u003c!-- end container product-wrapper --\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ HUAWEI P30lite","offer_id":51548010053919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ HUAWEI P30lite","offer_id":49504569590047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ HUAWEI P30lite","offer_id":49504569524511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ HUAWEI P30lite","offer_id":49504569557279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy_e1223c60-a82a-4e7d-af3d-f02a19f4f24c.jpg?v=1746009575"},{"product_id":"gonzghhjqec0pdbadlu6","title":"コンビ革  ハンドストラップ　シルバー金具","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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を体験してください。上質な輝きが、貴方の日常を彩るでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697614156086_combi_handstrap_detail03.jpg?v=1746009550\" 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\/0885\/3998\/8255\/files\/products_2F1697614156085_combi_handstrap_detail02.jpg?v=1746009550\" 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\/0885\/3998\/8255\/files\/combi_handstrap_detail06.jpg?v=1754215250\" 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\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e引っかけるナスかんが両サイドについたハンドストラップです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eこちらのページの金具の色はシルバーです。\u003c\/li\u003e\n\u003cli\u003eスマホケースなどの片側に付けて、手に通して使うことも可能です。\u003c\/li\u003e\n\u003cli\u003eスマホケースの下側に引っかけても腕が通る長さです。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_handstrap_detail07.jpg?v=1754215237\" 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\/0885\/3998\/8255\/files\/combi_handstrap_detail06.jpg?v=1754215250\" 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\/0885\/3998\/8255\/files\/combi_detail12.jpg?v=1754215052\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップの使用イメージ3\"\u003e\u003c\/div\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\u003cp\u003eハンドストラップの寸法です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e長さ: 約355mm\u003c\/li\u003e\n\u003cli\u003e幅: 7mm\u003c\/li\u003e\n\u003c\/ul\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\u003cp\u003eタンニン鞣し革の風合いを持ちながら、色落ちしにくいクローム鞣しの牛革を使用しています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e素材: 牛革\u003c\/li\u003e\n\u003cli\u003e特徴: タンニン鞣し革のような風合い\u003c\/li\u003e\n\u003cli\u003e特徴: 色落ちや色の変化がしにくいクローム鞣し\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\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\u003egonzghhjqec0pdbadlu6\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"カーキ","offer_id":49504785137951,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49504785170719,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":49504785203487,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":52707548791071,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":52707548823839,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704445064705_combi_handstrap_mosgreen_gold.jpg?v=1746009550"},{"product_id":"heodk4yn8qh0h0wcqtjo","title":"コンビ革  スマホショルダーストラップ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質レザーの スマホショルダーストラップ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697613129250_combi_strap_sholderdetail_brown.jpg?v=1746009544\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの素材感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e深みのあるコンビ革が、カジュアルながらも洗練された印象を与えます。さりげない光沢を放つ金具が、大人の日常に品格を添え、どんな装いにも自然と溶け込む一本です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスムーズ着脱で 快適な毎日を\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697612626253_combi_strap_sholderdetail_04.jpg?v=1746009545\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e簡単取り付け設計\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eリングとカシメが付属しているため、お手持ちのスマホショルダーシートが簡単かつスムーズに装着できます。大切なスマートフォンをしっかりと固定し、アクティブな毎日も安心して過ごせます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手ぶらでお出かけ 身軽な自由\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1698373735007_detail_style_04.jpg?v=1746009545\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に解放感を\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e肩にかけるだけで両手が自由になり、お買い物や旅行、日常のあらゆるシーンが格段に快適になります。洗練されたカラーは、いつもの装いにこなれ感をプラスし、スマートな印象を演出します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \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\"\u003eheodk4yn8qh0h0wcqtjo\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"カーキ","offer_id":49504789397791,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49504789430559,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン","offer_id":49504789463327,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697613129250_combi_strap_sholderdetail_brown.jpg?v=1746009544"},{"product_id":"combileather-shortstrap-silver-metal","title":"コンビ革  ショートストラップ　シルバー金具","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1697613323440_combi_hand_strap_brown_s.jpg?v=1754214549\" 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は、細部にまでこだわり抜いた職人の技が光り、装いを一層引き締めるアクセントとなるでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697613323441_combi_hand_strap_detail01.jpg?v=1746009515\" 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\u003c!-- スペック・詳細セクション (Specs) --\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\u003e両サイドに引っかけるナスかんがついたショートストラップです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_hand_strap_detail02.jpg?v=1754214049\"\u003e\u003c\/div\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\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail03.jpg?v=1754214336\"\u003e\u003c\/div\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\u003cp\u003eタンニン鞣し革のような風合いを持ちながら、クローム鞣しで色落ちや色の変化がしにくいのが特徴です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：牛革\u003c\/li\u003e\n\u003cli\u003e生産国：記載なし\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\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全長：約255mm\u003c\/li\u003e\n\u003cli\u003e幅：7mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 配送情報、注意事項、商品コードの情報がないため、該当セクションは作成しません。 --\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"ブラウン","offer_id":49504857981215,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ","offer_id":49504857882911,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49504857948447,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49504857915679,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49504858013983,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697613299183_combi_hand_strap_green_g.jpg?v=1746009513"},{"product_id":"mo63uovrkwtkwd76tvag","title":"コンビ革  ショルダーストラップ　シルバー金具","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\u003e7mm幅\u003c\/strong\u003eの本革が、軽快さと上品さを両立させます。約\u003cstrong\u003e72cmから140cm\u003c\/strong\u003eまで、自在な長さ調節であなたのスタイルに完璧にフィット。\u003cstrong\u003eゴールド金具\u003c\/strong\u003eが、さりげない上質感を添えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697888076275_sholder_combi_navy_g.jpg?v=1746009473\" 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を採用。毎日使っても美しい表情を保ち、男性からも支持されています。3色のシックなバリエーションから、長く寄り添う一本を。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1724911131956_sholder_combi_color04.jpg?v=1746009474\" 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!-- ② スペック・詳細セクション (Specs) --\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\u003e引っかけるナスかんが両サイドについているショルダーストラップ。スマホケースにつけて斜め掛けにオススメの７ｍｍ幅です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eストラップの幅は7mm。\u003c\/li\u003e\n\u003cli\u003e長さ調整が簡単にできます。（長さ約72cm~140cm）\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\/0885\/3998\/8255\/files\/sholder_combi_color04.jpg?v=1754127707\" alt=\"ショルダーストラップの色組み合わせ04\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_combi_color02.jpg?v=1754127726\" alt=\"ショルダーストラップの色組み合わせ02\"\u003e\u003c\/div\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\u003cp\u003e色が変わりにくいクローム鞣しのストラップです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eタンニン鞣し革のように見えて、実はクローム鞣しの革。\u003c\/li\u003e\n\u003cli\u003eタンニン鞣しの革の風合いが好きだけど、色落ちが気になる方にオススメです。\u003c\/li\u003e\n\u003cli\u003eタンニン鞣しの革に比べると色落ちや色の変化がしにくいのが特徴です。\u003c\/li\u003e\n\u003cli\u003eスマホケースなどを斜め掛けするのにぴったりで、男性にも人気の革です。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_detail03.jpg?v=1754127649\" alt=\"ショルダーストラップの詳細03\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_style04.jpg?v=1754127576\" alt=\"ショルダーストラップのスタイル04\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_style01.jpg?v=1754127636\" alt=\"ショルダーストラップのスタイル01\"\u003e\u003c\/div\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商品名: ショルダーストラップ（単品）\u003c\/li\u003e\n\u003cli\u003e素材: 牛革\u003c\/li\u003e\n\u003cli\u003eサイズ:\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eストラップ部分: 約72cm～140cm（長さ調節可）\u003c\/li\u003e\n\u003cli\u003e幅: 7mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため出力しません --\u003e \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため出力しません --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"CxClabo","offers":[{"title":"ブラウン","offer_id":49504969916703,"sku":null,"price":3520.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ","offer_id":49504969818399,"sku":null,"price":3520.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":49504969883935,"sku":null,"price":3520.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":49504969851167,"sku":null,"price":3520.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":49504969949471,"sku":null,"price":3520.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697888076275_sholder_combi_navy_g.jpg?v=1746009473"},{"product_id":"コンビ革スマホケース-その他の機種-カスタマイズ","title":"コンビ革スマホケース　その他の機種　カスタマイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy_057ccf5f-60f8-40f9-894a-39c64c3c3913.jpg?v=1746009421\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e育てる本革の楽しみ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e賢く収める 多機能手帳型ケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e内側には３段の\u003cstrong\u003eカードポケット\u003c\/strong\u003eと\u003cstrong\u003eサイドポケット\u003c\/strong\u003eを配置し、よく使うカードや紙幣をスマートに整理できます。頑丈な\u003cstrong\u003eハードケース\u003c\/strong\u003eがスマートフォンをしっかり保護し、安心感を届けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02_5ae18658-7aa8-44c8-ac8c-c72e84e977a3.jpg?v=1768973305\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e整理整頓と安心感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を彩るカスタマイズ体験\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e必要なものをまとめて持ち運び、背面を折り返せば動画視聴も快適な\u003cstrong\u003eスタンド\u003c\/strong\u003eに変身。サイドマグネットで開閉がスムーズなため、落下防止のストラップや飾りパーツであなただけの個性を表現できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_379ca1df-c749-40a2-bd6b-cbca84a638f6.jpg?v=1768811145\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e使うほどに、私らしく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eいいとこどりのコンビ鞣し革が、使うほどに深まる風合いと艶をもたらします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e国産スムース革を使用。\u003c\/li\u003e\n                \u003cli\u003eクロムとタンニンのコンビなめしで仕上げています。\u003c\/li\u003e\n                \u003cli\u003e最初はマットな風合いですが、使い込むとしっとりなじんだ艶のある革へと変化します。\u003c\/li\u003e\n                \u003cli\u003e色味ははじめの状態を保ちつつ、風合いやツヤ感の変化を楽しめます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能性・収納\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e充実したポケットと便利なスタンド機能で、日常をよりスマートに。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e内側に3段のカードポケットとサイドポケットを配置。\u003c\/li\u003e\n                \u003cli\u003eよく使うカードやお札をスマートに収納できます。\u003c\/li\u003e\n                \u003cli\u003e背面を折り返すと、動画視聴に便利なスタンドとしても利用可能。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e使いやすさと保護\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eスムーズな操作性と確かな保護で、スマートフォンを安心してお使いいただけます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eサイドマグネットフラップで、楽に開け閉めできます。\u003c\/li\u003e\n                \u003cli\u003e内側のハードケースがスマートフォンをしっかり固定し、保護します。\u003c\/li\u003e\n                \u003cli\u003e各機種に合わせたぴったりサイズのカメラホールで、写真撮影もスムーズです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-b2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eあなただけの特別なケースにカスタマイズできます。\u003c\/p\u003e\n            \u003ch4 class=\"sub-section-title\"\u003eストラップホール加工\u003c\/h4\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eストラップホール（ハトメ）加工: 1個 100円（税込）\u003c\/li\u003e\n                \u003cli\u003eマルカン（リング）加工: 1個 30円（税込）\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eハトメの位置をご選択いただけます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e上\u003c\/li\u003e\n                \u003cli\u003e下\u003c\/li\u003e\n                \u003cli\u003e上下\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e金具の色も選択可能です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eゴールド\u003c\/li\u003e\n                \u003cli\u003eシルバー\u003c\/li\u003e\n                \u003cli\u003eアンティーク\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e落下防止のストラップやショルダーストラップを取り付けて、アレンジをお楽しみください。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n\n            \u003ch4 class=\"sub-section-title\"\u003e飾りパーツによるカスタマイズ\u003c\/h4\u003e\n            \u003cp\u003eサイドマグネットフラップのため、ケース表側には飾りパーツを自由に配置できます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e機種とカラーを選択後、「カスタマイズする」ボタンを押すとカスタマイズ画面に進めます。\u003c\/li\u003e\n                \u003cli\u003e「カスタマイズの進め方」をご覧の上、ぜひご利用ください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003eカスタマイズ加工例\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e以下の点について、あらかじめご了承ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e革の在庫がなくなり次第、レッド・ネイビーの色味が変更になる場合がございます。機種により変更になるタイミングが異なりますので、詳細はお問い合わせフォームよりお問い合わせください。\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003eこの革の特性上、革の表面に擦れや筋が見られるものがありますが、ご使用いただくうちに目立たなくなっていきます。これらは返品交換の対象とはなりませんのでご了承ください。\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e本商品は受注後の制作となります。ご注文確定後の機種の交換、キャンセル、返品は受け付けられませんのでご注意ください。\u003c\/li\u003e\n            \u003cli\u003e制作には3日～1週間程度お時間を頂きます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv id=\"zakeke-product-tag\" style=\"display: none;\" data-product-id=\"9550084800799\" data-enviroment=\"Customizer\"\u003e\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ BASIO4","offer_id":51547851391263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ シンプルスマホ5","offer_id":51547851424031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ シンプルスマホ6\/BASIO active","offer_id":51547851456799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ かんたんスマホ３","offer_id":51547851489567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ かんたんスマホ４","offer_id":51547851522335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ あんしんスマホ","offer_id":51547851555103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ らくらくフォン(F-53E)","offer_id":51547851587871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51547851620639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ BASIO4","offer_id":51547851653407,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ シンプルスマホ5","offer_id":51547851686175,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ シンプルスマホ6\/BASIO active","offer_id":51547851718943,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ かんたんスマホ３","offer_id":51547851751711,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ かんたんスマホ４","offer_id":51547851784479,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ あんしんスマホ","offer_id":51547851817247,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ らくらくフォン(F-53E)","offer_id":51547851850015,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51547851882783,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ BASIO4","offer_id":49505077821727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ シンプルスマホ5","offer_id":49505077887263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ シンプルスマホ6\/BASIO active","offer_id":49505077920031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ かんたんスマホ３","offer_id":51417509626143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ かんたんスマホ４","offer_id":51417509658911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ あんしんスマホ","offer_id":49505077854495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ らくらくフォン(F-53E)","offer_id":51079128514847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51211011588383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ BASIO4","offer_id":49505077559583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ シンプルスマホ5","offer_id":49505077625119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ シンプルスマホ6\/BASIO active","offer_id":49505077657887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ かんたんスマホ３","offer_id":51417509495071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ かんたんスマホ４","offer_id":51417509527839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ あんしんスマホ","offer_id":49505077592351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ らくらくフォン(F-53E)","offer_id":51079128449311,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51211011522847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ BASIO4","offer_id":51547851915551,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ シンプルスマホ5","offer_id":51547851948319,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ シンプルスマホ6\/BASIO active","offer_id":51547851981087,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ かんたんスマホ３","offer_id":51547852013855,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ かんたんスマホ４","offer_id":51547852046623,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ あんしんスマホ","offer_id":51547852079391,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ らくらくフォン(F-53E)","offer_id":51547852112159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51547852144927,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ BASIO4","offer_id":49505077690655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ シンプルスマホ5","offer_id":49505077756191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ シンプルスマホ6\/BASIO active","offer_id":49505077788959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ かんたんスマホ３","offer_id":51417509560607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ かんたんスマホ４","offer_id":51417509593375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ あんしんスマホ","offer_id":49505077723423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ らくらくフォン(F-53E)","offer_id":51079128482079,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51211011555615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy_057ccf5f-60f8-40f9-894a-39c64c3c3913.jpg?v=1746009421"},{"product_id":"コンビ革スマホケース-その他の機種-コピー","title":"ショルダーストラップ付コンビ革スマホケース　その他の機種","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック1 --\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\/0885\/3998\/8255\/files\/sholder_combi_navy_65ceec8b-2fa0-499c-a823-72894d67fee2.jpg?v=1757326946\" 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!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマート携行を叶える\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e充実した内装が、日常の携行品をスマートに集約します。\u003cstrong\u003e3段のカードポケットとサイドポケット\u003c\/strong\u003eは、ICカードや紙幣を整頓し、会計も滞りなく。これひとつで\u003cstrong\u003e軽快にお出かけ\u003c\/strong\u003eいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_detail01.jpg?v=1768973305\" 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!-- 商品解説セクション (Main) - ブロック3 --\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\/0885\/3998\/8255\/files\/sholder_style07.jpg?v=1768973305\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eアクティブな日常へ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eマットな風合いから艶感ある風合いへと変化を楽しめる、コンビ鞣しのショルダーストラップ付スマホケースです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e国産のスムース革を使用\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705032298581_combi_detail01.jpg?alt=media\u0026amp;token=44c31fa4-186d-48df-944b-497b028d0b26\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能・デザイン\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eスマートな携行を可能にする機能とデザインです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e取り外し・長さ調整可能なショルダーストラップ付き\u003c\/li\u003e\n          \u003cli\u003eストラップ長さ：約83cm（最短）〜約157cm（最長）\u003c\/li\u003e\n          \u003cli\u003eスマホと必要品をまとめて身軽にお出かけ\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\/0885\/3998\/8255\/files\/sholder_style08.jpg?v=1754716126\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内側には充実したポケット機能を備えています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e3段のカードポケット\u003c\/li\u003e\n          \u003cli\u003eサイドポケット\u003c\/li\u003e\n          \u003cli\u003eよく使うカードや紙幣を収納可能\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705060168640_sholder_detail01.jpg?alt=media\u0026amp;token=676231f6-6a11-4f30-b6d5-9061f633c1d6\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eその他の便利機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e日常使いに便利な機能を搭載しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e背面を折り返してスタンドに、動画視聴に便利\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705060212927_sholder_detail02.jpg?alt=media\u0026amp;token=e4fbcf6c-03e6-44b9-b16c-7ab60d7307fc\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1705060194172_sholder_detail03.jpg?alt=media\u0026amp;token=65d1862a-eb32-47e6-adff-f759cc1708df\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品構造\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e細部までこだわった設計で、快適な使い心地を追求しました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eサイドマグネットフラップでラクラク開閉\u003c\/li\u003e\n          \u003cli\u003e内側のフレームはハードケースでスマートフォンをしっかり固定\u003c\/li\u003e\n          \u003cli\u003e各機種に合わせたカメラホールで、ケースを装着したまま撮影可能\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail02.jpg?v=1754716623\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/スペック・詳細セクション --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e受注後の制作となりますため、制作に\u003cstrong\u003e3日～1週間程度\u003c\/strong\u003eお時間を頂きます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e受注制作のため、注文確定後の機種の交換やキャンセル、返品は受け付けられませんのでご注意ください。\u003c\/li\u003e\n      \u003cli\u003e革の在庫がなくなり次第、色味（ネイビー）が変更になる場合がございます。機種により変更時期が異なるため、確認をご希望の場合はお問い合わせフォームよりご連絡ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e革の特性上、表面に擦れ（スレ）や筋（スジ）が見られる場合がございます。擦れは使い込むことで目立たなくなります。これらは商品の仕様であり、返品交換の対象とはなりませんのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 外部連携タグ (商品コードに該当) --\u003e\n  \u003cdiv id=\"zakeke-product-tag\" style=\"display: none;\" data-product-id=\"9550084800799\" data-enviroment=\"Customizer\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"カーキ \/ BASIO4","offer_id":51211100094751,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ シンプルスマホ5","offer_id":51211100160287,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ シンプルスマホ6\/BASIO active","offer_id":51211100193055,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ かんたんスマホ３","offer_id":51417525977375,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ かんたんスマホ４","offer_id":51417526010143,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ あんしんスマホ","offer_id":51211100127519,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ らくらくフォン(F-53E)","offer_id":51211100225823,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51211100258591,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ BASIO4","offer_id":51211100291359,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ シンプルスマホ5","offer_id":51211100356895,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ シンプルスマホ6\/BASIO active","offer_id":51211100389663,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ かんたんスマホ３","offer_id":51417526042911,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ かんたんスマホ４","offer_id":51417526075679,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ あんしんスマホ","offer_id":51211100324127,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ らくらくフォン(F-53E)","offer_id":51211100422431,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51211100455199,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ BASIO4","offer_id":51211100487967,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ シンプルスマホ5","offer_id":51211100553503,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ シンプルスマホ6\/BASIO active","offer_id":51211100586271,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ かんたんスマホ３","offer_id":51417526108447,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ かんたんスマホ４","offer_id":51417526141215,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ あんしんスマホ","offer_id":51211100520735,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ らくらくフォン(F-53E)","offer_id":51211100619039,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51211100651807,"sku":null,"price":12580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_combi_navy_65ceec8b-2fa0-499c-a823-72894d67fee2.jpg?v=1757326946"},{"product_id":"コンビ革スマホケース-aquosシリーズ対応","title":"コンビ革スマホケース　AQUOSシリーズ対応","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質を知る大人の選択 時が育む艶めき\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e国産スムース革のコンビなめしが生み出す、マットな風合いから艶やかな表情への変化を堪能ください。色味は保ちつつ、使うほどに深まる風合いが、日常に確かな\u003cstrong\u003e上質感\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy.jpg?v=1746009974\" 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\"\u003eAQUOSをもっと便利に スマートな収納\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e内側には3段のカードポケットとサイドポケットを装備しています。頻繁に使うカードやお札を\u003cstrong\u003eスマートに収納\u003c\/strong\u003eできるため、お出かけがさらに軽快になります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02.jpg?v=1768818097\" class=\"img-fluid d-block w-100 product-img\" alt=\"必要なものをひとまとめに\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e必要なものをひとまとめに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e多機能と安心感 両立する使い心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e動画視聴に最適な\u003cstrong\u003eスタンド機能\u003c\/strong\u003eはもちろん、ぴったり設計されたカメラホールで撮影もスムーズです。落下防止のストラップや飾りパーツで、あなただけのスタイルに\u003cstrong\u003eカスタマイズ\u003c\/strong\u003eできます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13.jpg?v=1768818097\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々のシーンを豊かに彩る\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日々のシーンを豊かに彩る\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴と素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「いいとこどりのコンビ鞣し革」は、国産スムース革を使用し、クロムとタンニンでコンビなめしを施しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eはじめはマットな風合いを楽しめ、使うほどにしんなりと馴染んだ艶のある革へと変化します。\u003c\/li\u003e\n          \u003cli\u003eタンニン鞣しのような大きな色の変化はなく、色味はある程度はじめの状態を保ちつつ、風合いやツヤ感で変化を楽しみたい方におすすめです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビなめし革の質感\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e便利な収納機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内側のポケットが充実しており、日常使いに大変便利です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e内側には3段のカードポケットを装備。\u003c\/li\u003e\n          \u003cli\u003eサイドポケットも完備しており、よく使うカードやお札などを忍ばせておくことができます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側カードポケットとサイドポケット\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e多機能デザインと安心設計\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e日々の様々なシーンで快適にご利用いただける多機能デザインです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e背面を折り返すと、動画視聴に便利なスタンドとしても利用できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\" alt=\"動画視聴に便利なスタンド機能\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能使用例\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eサイドマグネットフラップで、楽に開閉が可能です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネットフラップ\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e内側のフレームはハードケースを採用し、スマートフォンをしっかり固定します。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハードケースでスマートフォンを固定\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"benefit-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\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100 product-img\" alt=\"ぴったりサイズのカメラホール\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e自由なカスタマイズオプション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eお好みで様々なカスタマイズが可能です。\u003c\/p\u003e\n        \u003cp\u003eストラップホール加工\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n          \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップホール位置の選択肢\"\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\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"金具色の選択肢\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eストラップで落下防止やファッションを楽しめます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ使用例1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ使用例2\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100 product-img\" alt=\"ショルダーストラップ使用例\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eお好きな位置にハトメやマルカンをつけてアレンジしてみてください。\u003c\/p\u003e\n        \u003cp\u003e飾りパーツでカスタマイズ\u003c\/p\u003e\n        \u003cp\u003eマグネットフラップがサイドにあるため、表側は飾りパーツを自由に配置することができます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e【機種】と【カラー】を選択後、【カスタマイズする】ボタンを押すと飾りパーツを選択・配置できるカスタマイズ画面に移行します。\u003c\/li\u003e\n          \u003cli\u003e「カスタマイズの進め方」をご覧の上、ぜひご利用ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタマイズ加工例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e対応シリーズ: AQUOSシリーズ\u003c\/li\u003e\n          \u003cli\u003e素材: 国産スムース革（コンビなめし）\u003c\/li\u003e\n          \u003cli\u003e製品コード: 9546880844063\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本製品は受注後の制作となります。ご注文確定後、制作に3日～1週間程度お時間を頂きます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e革の在庫がなくなり次第、色味（レッド・ネイビーなど）が変更になる場合がございます。機種により変更タイミングが異なりますので、詳細はお問い合わせフォームよりご確認ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"色味変更の可能性のあるレッド\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"色味変更の可能性のあるネイビー\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の表面に見られる擦れや筋の例\"\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eご注文確定後の機種の交換、キャンセル、返品は受け付けられませんのでご注意ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ AQUOS R","offer_id":51548065104159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS R5G","offer_id":51548065136927,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS R8","offer_id":51548065169695,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS R9\/R10","offer_id":51548065202463,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense2\/Android OneS5","offer_id":51548065235231,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":51548065267999,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense3plus","offer_id":51548065300767,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense4\/sense5G","offer_id":51548065333535,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense6","offer_id":51548065366303,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense7","offer_id":51548065399071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense8","offer_id":51548065431839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS sense9\/sense10","offer_id":51548065464607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS wish\/wish2\/wish3","offer_id":51548065497375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS zero2","offer_id":51548065530143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS zero5Gbasic","offer_id":51548065562911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ AQUOS zero6","offer_id":51548065595679,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS R","offer_id":51548065628447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS R5G","offer_id":51548065661215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ AQUOS R8","offer_id":51548065693983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ AQUOS R9\/R10","offer_id":51548065726751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ AQUOS sense2\/Android OneS5","offer_id":51548065759519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":51548065792287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS sense3plus","offer_id":51548065825055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ AQUOS sense4\/sense5G","offer_id":51548065857823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS sense6","offer_id":51548065890591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS sense7","offer_id":51548065923359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS sense8","offer_id":51548065956127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS sense9\/sense10","offer_id":51548065988895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS wish\/wish2\/wish3","offer_id":51548066021663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ AQUOS zero2","offer_id":51548066054431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ AQUOS zero5Gbasic","offer_id":51548066087199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ AQUOS zero6","offer_id":51548066119967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ AQUOS R","offer_id":51322724679967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS R5G","offer_id":51322724712735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS R8","offer_id":51322724745503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS R9\/R10","offer_id":51322724778271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense2\/Android OneS5","offer_id":51322724811039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":51322724843807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense3plus","offer_id":51322724876575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense4\/sense5G","offer_id":51322724909343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense6","offer_id":51322724942111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense7","offer_id":51322724974879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense8","offer_id":51322725007647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS sense9\/sense10","offer_id":51322725040415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS wish\/wish2\/wish3","offer_id":51322725073183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS zero2","offer_id":51322725105951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS zero5Gbasic","offer_id":51322725138719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ AQUOS zero6","offer_id":51322725171487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS R","offer_id":51322723631391,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS R5G","offer_id":51322723664159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS R8","offer_id":51322723696927,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS R9\/R10","offer_id":51322723729695,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS sense2\/Android OneS5","offer_id":51322723762463,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":51322723795231,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense3plus","offer_id":51322723827999,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense4\/sense5G","offer_id":51322723860767,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense6","offer_id":51322723893535,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense7","offer_id":51322723926303,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense8","offer_id":51322723959071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS sense9\/sense10","offer_id":51322723991839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS wish\/wish2\/wish3","offer_id":51322724024607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ AQUOS zero2","offer_id":51322724057375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS zero5Gbasic","offer_id":51322724090143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ AQUOS zero6","offer_id":51322724122911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS R","offer_id":51548066152735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS R5G","offer_id":51548066185503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS R8","offer_id":51548066218271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS R9\/R10","offer_id":51548066251039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS sense2\/Android OneS5","offer_id":51548066283807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":51548066316575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense3plus","offer_id":51548066349343,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense4\/sense5G","offer_id":51548066382111,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense6","offer_id":51548066414879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense7","offer_id":51548066447647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense8","offer_id":51548066480415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS sense9\/sense10","offer_id":51548066513183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS wish\/wish2\/wish3","offer_id":51548066545951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ AQUOS zero2","offer_id":51548066578719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS zero5Gbasic","offer_id":51548066611487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ AQUOS zero6","offer_id":51548066644255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ AQUOS R","offer_id":51322724155679,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS R5G","offer_id":51322724188447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS R8","offer_id":51322724221215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS R9\/R10","offer_id":51322724253983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense2\/Android OneS5","offer_id":51322724286751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense3\/lite\/basic\/Android One S7","offer_id":51322724319519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense3plus","offer_id":51322724352287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense4\/sense5G","offer_id":51322724385055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense6","offer_id":51322724417823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense7","offer_id":51322724450591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense8","offer_id":51322724483359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS sense9\/sense10","offer_id":51322724516127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS wish\/wish2\/wish3","offer_id":51322724548895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS zero2","offer_id":51322724581663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS zero5Gbasic","offer_id":51322724614431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ AQUOS zero6","offer_id":51322724647199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy.jpg?v=1746009974"},{"product_id":"コンビ革スマホケース-arrowsシリーズ対応","title":"コンビ革スマホケース　arrowsシリーズ対応","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性際立つコンビ革スマホケース\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_9772d8d5-d4c1-4669-bcbb-9d459d9983cb.jpg?v=1768816785\" 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します。arrowsシリーズに合わせた精巧な作りで、ぴったりと端末を包み込む美しさを追求しました。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートに収納できる多機能ケース\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02_de4296eb-6e01-45eb-804a-05c1c9361ed4.jpg?v=1768816785\" 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\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手ぶらで外出も叶うarrowsケース\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_cd48ecb5-4adc-486b-a84b-29c260dddf7a.jpg?v=1768816785\" 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\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eマットな風合いから艶のある革に変化するコンビ鞣しのカバーです。\u003c\/p\u003e\n\n      \u003ch4\u003eいいとこどりのコンビ鞣し革\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビ鞣し革の質感変化\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e国産のスムース革。コンビなめし（クロムとタンニン）で仕上げており、はじめはマットな風合いを楽しみつつ、使っていくとしんなりとなじんだ艶のある革へと変化していくのが特徴です。タンニン鞣しのような色の変化はしないので、色味はある程度はじめの状態を保ちつつ、風合いやツヤ感で変化を楽しみたいという方におすすめです。\u003c\/p\u003e\n\n      \u003ch4\u003e内側のポケットが充実\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側カードポケット\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e内側に3段のカードポケットとサイドポケットがあるので、よく使うカードやお札を忍ばせておくこともできます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eカード3枚収納可能\u003c\/li\u003e\n        \u003cli\u003eお札も入るサイドポケット\u003c\/li\u003e\n        \u003cli\u003e日常の必需品をスマートに整理\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003ch4\u003e動画視聴に便利なスタンド機能\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能の使用例\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能の詳細\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e背面を折り返すと、動画を見るときに便利なスタンドとしても使えます。\u003c\/p\u003e\n\n      \u003ch4\u003eスムーズな開閉と端末固定\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネット\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eマグネットフラップがサイドについているので、楽に開けたり閉めたりすることができます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハードケースで固定\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e内側のフレームはハードケースで、スマートフォンをしっかり固定できます。\u003c\/p\u003e\n\n      \u003ch4\u003e精密なカメラホール\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100 product-img\" alt=\"カメラホール\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eカメラホールも各機種ごとぴったりサイズで作るので、写真を撮るときもそのままシャッターボタンを押すだけでOKです！\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      \u003ch4\u003eストラップホールの追加\u003c\/h4\u003e\n      \u003cp\u003eお好みに合わせてストラップホールを追加できます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n        \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップホール位置\"\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"basic-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\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ金具の色\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e落下防止で手にかけるストラップをつけたり、お持ちのショルダーストラップをつけたり、お好きな位置にハトメやマルカンをつけてアレンジしてみてください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ使用例1\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップ使用例2\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100 product-img\" alt=\"ショルダーストラップ使用例\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch4\u003e飾りパーツでパーソナライズ\u003c\/h4\u003e\n      \u003cp\u003eマグネットフラップがサイドにあるので、表側は飾りパーツを自由に配置することができます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e【機種】と【カラー】を選択したあと、【カスタマイズする】ボタンを押すと、飾りパーツを選択して配置できるカスタマイズ画面に移動します。\u003c\/li\u003e\n        \u003cli\u003e「カスタマイズの進め方」をご覧の上、ぜひご利用ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタマイズ加工例\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品特性とご購入に関する注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4\u003e革の在庫と色味の変更について\u003c\/h4\u003e\n      \u003cp\u003e革の在庫がなくなり次第、色味が変更になるもの（レッド・ネイビー）がありますのでご了承ください。機種により色味が変更になるタイミングが変わります。確認したい場合はお手数ですがお問い合わせフォームよりお問い合わせください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"色味変更例_レッド\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"色味変更例_ネイビー\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch4\u003e革の特性について\u003c\/h4\u003e\n      \u003cp\u003eこの革の特性上、革の表面に擦れ（スレ）に見えるものや、筋（スジ）が表面に出ているものがあります。（擦れに見えるものは使っていくと目立たなくなっていきます。）こちらは返品交換の対象とはなりませんのでご了承ください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の特性例\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注文に関する注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本商品は受注後の制作となります。ご注文確定後の機種の交換やキャンセル、返品は受け付けられませんのでご注意ください。制作には3日～1週間程度お時間を頂きます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ arrows 5G","offer_id":51548014838047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be3","offer_id":51548014870815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be4","offer_id":51548014903583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Be4+","offer_id":51548014936351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows U\/J","offer_id":51548014969119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows We","offer_id":51548015001887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows We2","offer_id":51548015034655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ arrows Alpha","offer_id":51548015067423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ arrows 5G","offer_id":51548015100191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ arrows Be3","offer_id":51548015132959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ arrows Be4","offer_id":51548015165727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ arrows Be4+","offer_id":51548015198495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ arrows U\/J","offer_id":51548015231263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ arrows We","offer_id":51548015264031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ arrows We2","offer_id":51548015296799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ arrows Alpha","offer_id":51548015329567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ arrows 5G","offer_id":51322725695775,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Be3","offer_id":51322725728543,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Be4","offer_id":51322725761311,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Be4+","offer_id":51322725794079,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows U\/J","offer_id":51322725826847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows We","offer_id":51322725859615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows We2","offer_id":51322725892383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ arrows Alpha","offer_id":51417507987743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ arrows 5G","offer_id":51322725237023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ arrows Be3","offer_id":51322725269791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows Be4","offer_id":51322725302559,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows Be4+","offer_id":51322725335327,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows U\/J","offer_id":51322725368095,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows We","offer_id":51322725400863,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ arrows We2","offer_id":51322725433631,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ arrows Alpha","offer_id":51417507922207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows 5G","offer_id":51548015362335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ arrows Be3","offer_id":51548015395103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Be4","offer_id":51548015427871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows Be4+","offer_id":51548015460639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows U\/J","offer_id":51548015493407,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows We","offer_id":51548015526175,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ arrows We2","offer_id":51548015558943,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ arrows Alpha","offer_id":51548015591711,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ arrows 5G","offer_id":51322725466399,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be3","offer_id":51322725499167,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be4","offer_id":51322725531935,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Be4+","offer_id":51322725564703,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows U\/J","offer_id":51322725597471,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows We","offer_id":51322725630239,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows We2","offer_id":51322725663007,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ arrows Alpha","offer_id":51417507954975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061493973_combi_s_brown.jpg?v=1746009904"},{"product_id":"コンビ革スマホケース-galaxyシリーズ対応","title":"コンビ革スマホケース　Galaxyシリーズ対応","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1713061425311_combi_s_brown.jpg?v=1746009806\" 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よく使うカードから紙幣まで、内側の3段ポケットとサイドポケットにスマートに収納できます。大切なGalaxyをしっかり固定する\u003cstrong\u003eハードケース\u003c\/strong\u003eで、安心感も追求しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" 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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマホスタンドとして使用している様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eライフスタイルに寄り添う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e国産のコンビ鞣しスムース革を使用しています。クロムとタンニンのいいとこどり製法で、最初はマットな風合いですが、使うほどにしっとりとした艶のある革へと変化します。タンニン鞣しのような大きな色の変化はないため、色味を保ちつつ、風合いやツヤ感のエイジングを楽しみたい方におすすめです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビ鞣し革の質感\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e収納機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e内側には、よく使うカードやお札をスマートに収納できるポケットが充実しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e3段のカードポケット\u003c\/li\u003e\n        \u003cli\u003eサイドポケット\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100 product-img\" alt=\"ケース内側のカードポケット\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e利便性と機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e日常使いを快適にするための、様々な機能が搭載されています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e背面を折り返すと便利な\u003cstrong\u003eスタンド機能\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003eサイドマグネットフラップで\u003cstrong\u003eスムーズな開閉\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003eスマートフォンをしっかり固定する\u003cstrong\u003eハードケース\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e各機種にぴったりフィットする\u003cstrong\u003eカメラホール\u003c\/strong\u003eで写真撮影もスムーズ\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタンド機能の使用例\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100 product-img\" alt=\"縦置きスタンド機能\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-b9b3-a352b9735e6e\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイドマグネットフラップ\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a888932e4\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートフォンを固定するハードケース\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100 product-img\" alt=\"ぴったりサイズのカメラホール\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカスタマイズオプション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eお好みに合わせてケースをアレンジできる、様々なカスタマイズオプションをご用意しています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eストラップホール（ハトメ）加工\u003c\/strong\u003e：1個 100円（税込）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eマルカン（リング）加工\u003c\/strong\u003e：1個 30円（税込）\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e【ハトメ位置の選択】\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e上\u003c\/li\u003e\n        \u003cli\u003e下\u003c\/li\u003e\n        \u003cli\u003e上下\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップホール加工のイメージ\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e【金具色の選択】\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eゴールド\u003c\/li\u003e\n        \u003cli\u003eシルバー\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\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" class=\"img-fluid d-block w-100 product-img\" alt=\"金具の色の選択肢\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e落下防止ストラップやショルダーストラップを取り付けて、自分だけのスタイルを楽しめます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップを装着した使用例\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100 product-img\" alt=\"手持ちストラップの使用例\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100 product-img\" alt=\"ショルダーストラップ装着例\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eまた、サイドマグネットフラップのため表側は自由に飾りパーツを配置できます。\u003cbr\u003e【機種】と【カラー】選択後、【カスタマイズする】ボタンからカスタマイズ画面へ進んでください。\u003cbr\u003e※「カスタマイズの進め方」をご覧の上ご利用ください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100 product-img\" alt=\"飾りパーツカスタマイズ例\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材に関するご注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e天然素材である革の特性上、ご理解いただきたい点がございます。\u003c\/p\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      \u003c\/ul\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\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"色味変更の可能性があるレッド\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100 product-img\" alt=\"色味変更の可能性があるネイビー\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の表面に見られる擦れや筋\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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本製品は\u003cstrong\u003e受注後の制作\u003c\/strong\u003eとなります。\u003c\/li\u003e\n      \u003cli\u003eご注文確定後の機種の交換、キャンセル、返品は受け付けておりません。\u003c\/li\u003e\n      \u003cli\u003e制作に\u003cstrong\u003e3日〜1週間程度\u003c\/strong\u003eお時間をいただきます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ Galaxy A20\/A21","offer_id":51548107374879,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A22 5G","offer_id":51548107407647,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A23 5G","offer_id":51548107440415,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A32","offer_id":51548107473183,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A36 5G","offer_id":51548107505951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A41","offer_id":51548107538719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A51 5G","offer_id":51548107571487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A52 5G","offer_id":51548107604255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A53 5G","offer_id":51548107637023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A54 5G","offer_id":51548107669791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy A55","offer_id":51548107702559,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S8","offer_id":51548107735327,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S9","offer_id":51548107768095,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S10","offer_id":51548107800863,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S20","offer_id":51548107833631,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S21 5G","offer_id":51548107866399,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S22","offer_id":51548107899167,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S23","offer_id":51548107931935,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S24","offer_id":51548107964703,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S25","offer_id":51548107997471,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S25 Ultra","offer_id":52394317152543,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S26","offer_id":52394317185311,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Galaxy S26 Ultra","offer_id":52394317218079,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy A20\/A21","offer_id":51548108030239,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy A22 5G","offer_id":51548108063007,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy A23 5G","offer_id":51548108095775,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy A32","offer_id":51548108128543,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy A36 5G","offer_id":51548108161311,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy A41","offer_id":51548108194079,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy A51 5G","offer_id":51548108226847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy A52 5G","offer_id":51548108259615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy A53 5G","offer_id":51548108292383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy A54 5G","offer_id":51548108325151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy A55","offer_id":51548108357919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy S8","offer_id":51548108390687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S9","offer_id":51548108423455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S10","offer_id":51548108456223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S20","offer_id":51548108488991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S21 5G","offer_id":51548108521759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S22","offer_id":51548108554527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S23","offer_id":51548108587295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S24","offer_id":51548108620063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S25","offer_id":51548108652831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S25 Ultra","offer_id":52394317250847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Galaxy S26","offer_id":52394317283615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Galaxy S26 Ultra","offer_id":52394317316383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ Galaxy A20\/A21","offer_id":51322727268639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A22 5G","offer_id":51322727301407,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A23 5G","offer_id":51322727334175,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A32","offer_id":51322727366943,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A36 5G","offer_id":51322727399711,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A41","offer_id":51322727432479,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A51 5G","offer_id":51322727465247,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A52 5G","offer_id":51322727498015,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A53 5G","offer_id":51322727530783,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A54 5G","offer_id":51322727563551,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy A55","offer_id":51322727596319,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S8","offer_id":51322727629087,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S9","offer_id":51322727661855,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S10","offer_id":51322727694623,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S20","offer_id":51322727727391,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S21 5G","offer_id":51322727760159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S22","offer_id":51322727792927,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S23","offer_id":51322727825695,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S24","offer_id":51322727858463,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S25","offer_id":51322727891231,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S25 Ultra","offer_id":52394317349151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S26","offer_id":52394317381919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Galaxy S26 Ultra","offer_id":52394317414687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A20\/A21","offer_id":51322725957919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A22 5G","offer_id":51322725990687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A23 5G","offer_id":51322726023455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A32","offer_id":51322726056223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A36 5G","offer_id":51322726088991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A41","offer_id":51322726121759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy A51 5G","offer_id":51322726154527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A52 5G","offer_id":51322726187295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A53 5G","offer_id":51322726220063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A54 5G","offer_id":51322726252831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy A55","offer_id":51322726285599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy S8","offer_id":51322726318367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S9","offer_id":51322726351135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S10","offer_id":51322726383903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S20","offer_id":51322726416671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S21 5G","offer_id":51322726449439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S22","offer_id":51322726482207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S23","offer_id":51322726514975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S24","offer_id":51322726547743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S25","offer_id":51322726580511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S25 Ultra","offer_id":52394317447455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Galaxy S26","offer_id":52394317480223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Galaxy S26 Ultra","offer_id":52394317512991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A20\/A21","offer_id":51548108685599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A22 5G","offer_id":51548108718367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A23 5G","offer_id":51548108751135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A32","offer_id":51548108783903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A36 5G","offer_id":51548108816671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A41","offer_id":51548108849439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy A51 5G","offer_id":51548108882207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A52 5G","offer_id":51548108914975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A53 5G","offer_id":51548108947743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A54 5G","offer_id":51548108980511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy A55","offer_id":51548109013279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy S8","offer_id":51548109046047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S9","offer_id":51548109078815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S10","offer_id":51548109111583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S20","offer_id":51548109144351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S21 5G","offer_id":51548109177119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S22","offer_id":51548109209887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S23","offer_id":51548109242655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S24","offer_id":51548109275423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S25","offer_id":51548109308191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S25 Ultra","offer_id":52394317545759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Galaxy S26","offer_id":52394317578527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Galaxy S26 Ultra","offer_id":52394317611295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ Galaxy A20\/A21","offer_id":51322726613279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A22 5G","offer_id":51322726646047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A23 5G","offer_id":51322726678815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A32","offer_id":51322726711583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A36 5G","offer_id":51322726744351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A41","offer_id":51322726777119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A51 5G","offer_id":51322726809887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A52 5G","offer_id":51322726842655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A53 5G","offer_id":51322726875423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A54 5G","offer_id":51322726908191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy A55","offer_id":51322726940959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S8","offer_id":51322726973727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S9","offer_id":51322727006495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S10","offer_id":51322727039263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S20","offer_id":51322727072031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S21 5G","offer_id":51322727104799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S22","offer_id":51322727137567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S23","offer_id":51322727170335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S24","offer_id":51322727203103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S25","offer_id":51322727235871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S25 Ultra","offer_id":52394317644063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S26","offer_id":52394317676831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Galaxy S26 Ultra","offer_id":52394317709599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061425311_combi_s_brown.jpg?v=1746009806"},{"product_id":"コンビ革スマホケース-google-pixelシリーズ対応","title":"コンビ革スマホケース　Google Pixelシリーズ対応","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e育てる本革 Google Pixelケース\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\/0885\/3998\/8255\/files\/products_2F1713061449776_combi_s_kahki.jpg?v=1746009839\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質さを纏う、私のGoogle Pixel\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートに整理、Google Pixel保護\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e３段のカードポケットとサイドポケットで、ICカードやお札を\u003cstrong\u003eスマートに収納\u003c\/strong\u003e。使い勝手を考え抜いた配置で、日常をもっと軽やかに演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02_8997936a-b599-4ad6-8ebb-32b2ac3ee684.jpg?v=1768972533\" 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自由なスタイル、Google Pixelと共に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e背面を折り返せば、動画視聴に最適な\u003cstrong\u003eスタンドへ早変わり\u003c\/strong\u003e。ストラップホールや飾りパーツで個性をプラスし、自分だけのGoogle Pixelケースへと昇華させてください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_ba9b0edf-44b3-4212-8656-aea5422fd6eb.jpg?v=1768972533\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e私だけのGoogle Pixelスタイル\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこのスマホケースは、Google Pixelシリーズを快適に、そして安全にお使いいただくための様々な機能を備えています。\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                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-b9b3-a352b9735e6e\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"Google Pixelにぴったりサイズのカメラホール\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品には、国産のスムース革を採用しています。クロムとタンニンの両方で鞣された「コンビ鞣し革」の特性をぜひお楽しみください。\u003c\/p\u003e\n                \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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eオプション加工\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eお好みに合わせて、Google Pixelケースをさらにカスタマイズいただけます。\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003e■ ストラップホール加工\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n                    \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eハトメの位置は【上】【下】【上下】からご選択いただけます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"ストラップホールの位置選択\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e金具の色は【ゴールド】【シルバー】【アンティーク】からご選択ください。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"ストラップ金具の色選択\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eストラップを取り付けて、落下防止や持ち運びのスタイルを楽しめます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e手にかけるストラップで、落下を防止。\u003c\/li\u003e\n                    \u003cli\u003eお持ちのショルダーストラップを取り付けて、ハンズフリーに。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg alt=\"ショルダーストラップ取り付け例\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\"\u003e\n                \u003c\/div\u003e\n\n                \u003cp\u003e\u003cstrong\u003e■ 飾りパーツでカスタマイズ\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp\u003eサイドマグネットフラップのため、ケース表側には飾りパーツを自由に配置することができます。\u003c\/p\u003e\n                \u003cul class=\"step-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＊「カスタマイズの進め方」をご覧の上、ご利用ください。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg alt=\"飾りパーツカスタマイズ例\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注文・配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品は\u003cstrong\u003e受注生産\u003c\/strong\u003eとなります。以下の点にご留意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e制作にはご注文確定後、\u003cstrong\u003e3日〜1週間程度\u003c\/strong\u003eお時間を頂きます。\u003c\/li\u003e\n            \u003cli\u003eご注文確定後の機種の交換、キャンセル、および返品は受け付けられませんのでご注意ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入時の注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e製品の特性上、以下の点にご理解とご了承をお願いいたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e革の在庫状況により、\u003cstrong\u003eレッド・ネイビーの色味が変更になる\u003c\/strong\u003e場合がございます。機種によって変更のタイミングが異なりますので、ご心配な場合はお問い合わせフォームよりご確認ください。\u003c\/li\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg alt=\"色味が変更になるレッドのイメージ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg alt=\"色味が変更になるネイビーのイメージ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\"\u003e\n            \u003c\/div\u003e\n            \u003cli\u003e革の特性上、表面に\u003cstrong\u003e擦れ（スレ）や筋（スジ）\u003c\/strong\u003eが見られる場合があります。これらの自然な風合いはご使用いただくうちに目立たなくなります。不良品ではございませんため、返品交換の対象外となりますことを予めご了承ください。\u003c\/li\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e21f7899c\"\u003e\n            \u003c\/div\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ Google Pixel 3a","offer_id":51548165636383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 3aXL","offer_id":51548165669151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 6a","offer_id":51548165701919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 7","offer_id":51548165734687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 7a","offer_id":51548165767455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 8","offer_id":51548165800223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 8a","offer_id":51548165832991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 9\/9Pro","offer_id":51548165865759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 9a","offer_id":51548165898527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 10\/10Pro","offer_id":51548165931295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Google Pixel 10a","offer_id":52394418929951,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 3a","offer_id":51548165964063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 3aXL","offer_id":51548165996831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Google Pixel 6a","offer_id":51548166029599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 7","offer_id":51548166062367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ Google Pixel 7a","offer_id":51548166095135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 8","offer_id":51548166127903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 8a","offer_id":51548166160671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 9\/9Pro","offer_id":51548166193439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 9a","offer_id":51548166226207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 10\/10Pro","offer_id":51548166258975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ Google Pixel 10a","offer_id":52394418962719,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 3a","offer_id":51340494897439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 3aXL","offer_id":51340494930207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 6a","offer_id":51340494962975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 7","offer_id":51340494995743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 7a","offer_id":51340495028511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 8","offer_id":51340495061279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 8a","offer_id":51340495094047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 9\/9Pro","offer_id":51340495126815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 9a","offer_id":51340495159583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 10\/10Pro","offer_id":51340495192351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Google Pixel 10a","offer_id":52394418995487,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 3a","offer_id":51340494242079,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 3aXL","offer_id":51340494274847,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Google Pixel 6a","offer_id":51340494307615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 7","offer_id":51340494340383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Google Pixel 7a","offer_id":51340494373151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 8","offer_id":51340494405919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 8a","offer_id":51340494438687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 9\/9Pro","offer_id":51340494471455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 9a","offer_id":51340494504223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 10\/10Pro","offer_id":51340494536991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Google Pixel 10a","offer_id":52394419028255,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 3a","offer_id":51548166291743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 3aXL","offer_id":51548166324511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 6a","offer_id":51548166357279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 7","offer_id":51548166390047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Google Pixel 7a","offer_id":51548166422815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 8","offer_id":51548166455583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 8a","offer_id":51548166488351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 9\/9Pro","offer_id":51548166521119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 9a","offer_id":51548166553887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 10\/10Pro","offer_id":51548166586655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Google Pixel 10a","offer_id":52394419061023,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 3a","offer_id":51340494569759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 3aXL","offer_id":51340494602527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 6a","offer_id":51340494635295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 7","offer_id":51340494668063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 7a","offer_id":51340494700831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 8","offer_id":51340494733599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 8a","offer_id":51340494766367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 9\/9Pro","offer_id":51340494799135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 9a","offer_id":51340494831903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 10\/10Pro","offer_id":51340494864671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Google Pixel 10a","offer_id":52394419093791,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061449776_combi_s_kahki.jpg?v=1746009839"},{"product_id":"コンビ革スマホケース-iphoneシリーズ対応","title":"コンビ革スマホケース　iPhone シリーズ対応","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人の品格を纏うiPhoneケース\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_91342c16-7bd8-42d1-825a-78a6bbbf3242.jpg?v=1768971180\" class=\"img-fluid d-block w-100 product-img\" alt=\"複数の色合いが美しいiPhoneケース\"\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\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\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02_fe18596b-25ff-4be6-9276-bc1faed81f86.jpg?v=1768971180\" 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\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eミニマリストの新定番、キャッシュレス対応iPhone\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_5f18f8a8-0306-4bf5-92ca-c6b1e598ff16.jpg?v=1768971180\" 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\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eマットな風合いから艶のある革に変化するコンビ鞣しのカバーです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材のこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e国産のスムース革を使用。クロムとタンニンのコンビなめしで仕上げており、使い込むほどにしっとりと馴染む艶のある革へと変化します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e最初はマットな風合い、使うほどに艶やかに変化\u003c\/li\u003e\n          \u003cli\u003e色の変化は控えめ、風合いやツヤ感を楽しみたい方におすすめ\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100\" alt=\"コンビ鞣し革の質感\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能的な内装\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e内側にはカードポケットとサイドポケットを充実させ、必要なものをスマートに収納できます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e3段のカードポケット\u003c\/li\u003e\n          \u003cli\u003eサイドポケット（お札やレシート収納に便利）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100\" alt=\"ケース内側のカードポケット\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100\" alt=\"スマホスタンドとして使用する様子\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" class=\"img-fluid d-block w-100\" alt=\"スマホスタンドの側面\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-c247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100\" alt=\"サイドマグネット開閉\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100\" alt=\"スマートフォンを固定するハードケース\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\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\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"ぴったりサイズのカメラホール\" class=\"img-fluid d-block w-100\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e便利なストラップ加工オプション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eお好みでストラップホールやマルカン加工を承ります。落下防止やショルダーストラップ装着など、用途に合わせてアレンジをお楽しみください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n          \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n          \u003cli\u003eハトメ位置を選択可能：【上】【下】【上下】\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"ストラップホール位置の選択肢\" class=\"img-fluid d-block w-100\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"金具色の選択肢\" class=\"img-fluid d-block w-100\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100\" alt=\"手持ちストラップ使用例\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100\" alt=\"手持ちストラップ使用例2\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100\" alt=\"ショルダーストラップ使用例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\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        \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\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100\" alt=\"カスタマイズ加工例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e革の在庫状況により、色味（レッド・ネイビーなど）が変更になる場合がございます。機種による変更タイミングが異なるため、詳細はお問い合わせフォームよりご確認ください。\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100\" alt=\"色味変更例 レッド\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100\" alt=\"色味変更例 ネイビー\"\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e天然革の特性上、表面に擦れや筋が見られる場合がございます（ご使用いただくことで目立たなくなります）。これらは返品交換の対象外となりますので、予めご了承ください。\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100\" alt=\"革の特性による擦れや筋の例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e本製品は受注後の制作となります。注文確定後の機種の交換、キャンセル、返品は承れません。\u003c\/li\u003e\n      \u003cli\u003e制作には通常3日〜1週間程度お時間を頂きます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51548123005215,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 7\/8Plus","offer_id":51548123037983,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone XR","offer_id":51548123070751,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone XSMax","offer_id":51548123103519,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 11","offer_id":51548123136287,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 11ProMax","offer_id":51548123169055,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 12\/12Pro","offer_id":51548123201823,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 12mini","offer_id":51548123234591,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 12ProMax","offer_id":51548123267359,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13","offer_id":51548123300127,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13mini","offer_id":51548123332895,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13Pro","offer_id":51548123365663,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 13ProMax","offer_id":51548123398431,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 14","offer_id":51548123431199,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 14Plus","offer_id":51548123463967,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 14Pro","offer_id":51548123496735,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 14ProMax","offer_id":51548123529503,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 15","offer_id":51548123562271,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 15Plus","offer_id":51548123595039,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 15Pro","offer_id":51548123627807,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 15ProMax","offer_id":51548123660575,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16","offer_id":51548123693343,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16Pro","offer_id":51548123726111,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16Plus","offer_id":51548123758879,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16ProMax","offer_id":51548123791647,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 16e","offer_id":51548123824415,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17","offer_id":51548123857183,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17Pro","offer_id":51548123889951,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17ProMax","offer_id":51548123922719,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17Air","offer_id":51548123955487,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ iPhone 17e","offer_id":52285525229855,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51548123988255,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 7\/8Plus","offer_id":51548124021023,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone XR","offer_id":51548124053791,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone XSMax","offer_id":51548124086559,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 11","offer_id":51548124119327,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 11ProMax","offer_id":51548124152095,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 12\/12Pro","offer_id":51548124184863,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 12mini","offer_id":51548124217631,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 12ProMax","offer_id":51548124250399,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 13","offer_id":51548124283167,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 13mini","offer_id":51548124315935,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 13Pro","offer_id":51548124348703,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 13ProMax","offer_id":51548124381471,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 14","offer_id":51548124414239,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 14Plus","offer_id":51548124447007,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 14Pro","offer_id":51548124479775,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 14ProMax","offer_id":51548124512543,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 15","offer_id":51548124545311,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 15Plus","offer_id":51548124578079,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 15Pro","offer_id":51548124610847,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 15ProMax","offer_id":51548124643615,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 16","offer_id":51548124676383,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 16Pro","offer_id":51548124709151,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 16Plus","offer_id":51548124741919,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 16ProMax","offer_id":51548124774687,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 16e","offer_id":51548124807455,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 17","offer_id":51548124840223,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 17Pro","offer_id":51548124872991,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ iPhone 17ProMax","offer_id":51548124905759,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 17Air","offer_id":51548124938527,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ iPhone 17e","offer_id":52285525262623,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51340493226271,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 7\/8Plus","offer_id":51340493259039,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone XR","offer_id":51340493291807,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone XSMax","offer_id":51340493324575,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 11","offer_id":51340493357343,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 11ProMax","offer_id":51340493390111,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12\/12Pro","offer_id":51340493422879,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12mini","offer_id":51340493455647,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 12ProMax","offer_id":51340493488415,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13","offer_id":51340493521183,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13mini","offer_id":51340493553951,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13Pro","offer_id":51340493586719,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 13ProMax","offer_id":51340493619487,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14","offer_id":51340493652255,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14Plus","offer_id":51340493685023,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14Pro","offer_id":51340493717791,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 14ProMax","offer_id":51340493750559,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15","offer_id":51340493783327,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15Plus","offer_id":51340493816095,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15Pro","offer_id":51340493848863,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 15ProMax","offer_id":51340493881631,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16","offer_id":51340493914399,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16Pro","offer_id":51340493947167,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16Plus","offer_id":51340493979935,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16ProMax","offer_id":51340494012703,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 16e","offer_id":51340494045471,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17","offer_id":51340494078239,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17Pro","offer_id":51340494111007,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17ProMax","offer_id":51340494143775,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17Air","offer_id":51340494176543,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ iPhone 17e","offer_id":52285525295391,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51340491260191,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 7\/8Plus","offer_id":51340491292959,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone XR","offer_id":51340491325727,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone XSMax","offer_id":51340491358495,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 11","offer_id":51340491391263,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 11ProMax","offer_id":51340491424031,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 12\/12Pro","offer_id":51340491456799,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 12mini","offer_id":51340491489567,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 12ProMax","offer_id":51340491522335,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 13","offer_id":51340491555103,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 13mini","offer_id":51340491587871,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 13Pro","offer_id":51340491620639,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 13ProMax","offer_id":51340491653407,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 14","offer_id":51340491686175,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 14Plus","offer_id":51340491718943,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 14Pro","offer_id":51340491751711,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 14ProMax","offer_id":51340491784479,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 15","offer_id":51340491817247,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 15Plus","offer_id":51340491850015,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 15Pro","offer_id":51340491882783,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 15ProMax","offer_id":51340491915551,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16","offer_id":51340491948319,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 16Pro","offer_id":51340491981087,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 16Plus","offer_id":51340492013855,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16ProMax","offer_id":51340492046623,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 16e","offer_id":51340492079391,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17","offer_id":51340492112159,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17Pro","offer_id":51340492144927,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ iPhone 17ProMax","offer_id":51340492177695,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 17Air","offer_id":51340492210463,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ iPhone 17e","offer_id":52285525328159,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51548124971295,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 7\/8Plus","offer_id":51548125004063,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone XR","offer_id":51548125036831,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone XSMax","offer_id":51548125069599,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 11","offer_id":51548125102367,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 11ProMax","offer_id":51548125135135,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 12\/12Pro","offer_id":51548125167903,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 12mini","offer_id":51548125200671,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 12ProMax","offer_id":51548125233439,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 13","offer_id":51548125266207,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 13mini","offer_id":51548125298975,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 13Pro","offer_id":51548125331743,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 13ProMax","offer_id":51548125364511,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 14","offer_id":51548125397279,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 14Plus","offer_id":51548125430047,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 14Pro","offer_id":51548125462815,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 14ProMax","offer_id":51548125495583,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 15","offer_id":51548125528351,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 15Plus","offer_id":51548125561119,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 15Pro","offer_id":51548125593887,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 15ProMax","offer_id":51548125626655,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 16","offer_id":51548125659423,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 16Pro","offer_id":51548125692191,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 16Plus","offer_id":51548125724959,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 16ProMax","offer_id":51548125757727,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 16e","offer_id":51548125790495,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 17","offer_id":51548125823263,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 17Pro","offer_id":51548125856031,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ iPhone 17ProMax","offer_id":51548125888799,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 17Air","offer_id":51548125921567,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ iPhone 17e","offer_id":52285525360927,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 7\/8\/SE(第2\/第3世代)","offer_id":51340492243231,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 7\/8Plus","offer_id":51340492275999,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone XR","offer_id":51340492308767,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone XSMax","offer_id":51340492341535,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 11","offer_id":51340492374303,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 11ProMax","offer_id":51340492407071,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12\/12Pro","offer_id":51340492439839,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12mini","offer_id":51340492472607,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 12ProMax","offer_id":51340492505375,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13","offer_id":51340492538143,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13mini","offer_id":51340492570911,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13Pro","offer_id":51340492603679,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 13ProMax","offer_id":51340492636447,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14","offer_id":51340492669215,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14Plus","offer_id":51340492701983,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14Pro","offer_id":51340492734751,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 14ProMax","offer_id":51340492767519,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15","offer_id":51340492800287,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15Plus","offer_id":51340492833055,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15Pro","offer_id":51340492865823,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 15ProMax","offer_id":51340492898591,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16","offer_id":51340492931359,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16Pro","offer_id":51340492964127,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16Plus","offer_id":51340492996895,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16ProMax","offer_id":51340493029663,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 16e","offer_id":51340493062431,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17","offer_id":51340493095199,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17Pro","offer_id":51340493127967,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17ProMax","offer_id":51340493160735,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17Air","offer_id":51340493193503,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ iPhone 17e","offer_id":52285525393695,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061588862_combi_s_kahki.jpg?v=1746009970"},{"product_id":"コンビ革スマホケース-xperiaシリーズ対応","title":"コンビ革スマホケース　Xperiaシリーズ対応","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1713061522463_combi_s_kahki.jpg?v=1746009736\" 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\"\u003eXperia各モデルに合わせた\u003cstrong\u003e精巧なカメラホール設計\u003c\/strong\u003eで、撮影時にケースが映り込む心配はありません。内側のハードケースがスマートフォンをしっかりと固定し、日常使いの安心感を高めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704201823705__E3_82_B3_E3_83_B3_E3_83_93__E3_82_AB_E3_83_A1_E3_83_A9_E3_83_9B_E3_83_BC_E3_83_AB_E7_94_BB_E5_83_8F_3ba8c496-7a82-4d46-907d-877aa6a0dd12.jpg?v=1768817676\" 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\u003e3段のカードポケットとサイドポケット\u003c\/strong\u003eを装備し、必要なものをスマートにまとめて持ち運べます。背面を折り返せば、動画視聴に快適なスタンドとしても機能します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_4c6758ff-795f-4eb9-8841-c4c927afd84d.jpg?v=1768817676\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常を彩る多機能性\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常を彩る多機能性\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eマットな風合いから艶のある革に変化するコンビ鞣しのカバーです。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" alt=\"コンビ鞣し革の拡大イメージ\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e国産のスムース革を使用。コンビ鞣し（クロムとタンニン）で仕上げており、使い込むほどに変化を楽しめます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eはじめはマットな風合い、使うほどにしんなりとなじんだ艶のある革へと変化\u003c\/li\u003e\n                \u003cli\u003eタンニン鞣しのような大きな色の変化はせず、色味は保ちつつ風合いやツヤ感で変化を楽しめる\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e便利な収納\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e内側のポケットが充実しており、必要なものをスマートに収納できます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e内側に3段のカードポケットを装備\u003c\/li\u003e\n                \u003cli\u003eサイドポケットも完備し、よく使うカードやお札を忍ばせておける\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b643db74-638a-4d03-bddf-a0af3d238ed8\" alt=\"内側ポケットの詳細\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eスタンド機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e動画視聴などに便利なスタンド機能も搭載しています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e背面を折り返すことで、動画視聴に便利なスタンドとして利用可能\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4725-86ae-990e21f7899c\" alt=\"スタンド機能使用例\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9b760749d87\" alt=\"スタンド機能別アングル\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eケースの構造\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e使いやすさと保護性を両立した構造です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eサイドマグネットフラップで、楽に開閉可能\u003c\/li\u003e\n                \u003cli\u003e内側のフレームはハードケースを採用し、スマートフォンをしっかり固定\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" alt=\"サイドマグネットの詳細\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" alt=\"ハードケースのイメージ\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e精密なカメラ設計\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e各機種に合わせた精密なカメラホール設計で、快適な撮影をサポートします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eカメラホールは各機種ごとぴったりサイズ\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\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" alt=\"カメラホールイメージ\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eストラップ加工オプション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eお好みに合わせてストラップホールを追加できます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n                \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n                \u003cli\u003eハトメの位置は【上】【下】【上下】から選択可能\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" alt=\"ストラップホール位置イメージ\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" alt=\"ストラップ金具色イメージ\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e落下防止やショルダーストラップ取り付けなど、お好きな位置にハトメやマルカンをつけてアレンジできます。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" alt=\"ストラップ使用例1\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" alt=\"ストラップ使用例2\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" alt=\"ショルダーストラップ使用例\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e飾りパーツカスタマイズ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eマグネットフラップがサイドにあるため、表側に飾りパーツを自由に配置できます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e【機種】と【カラー】選択後、【カスタマイズする】ボタンから飾りパーツを選択して配置\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\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" alt=\"飾りパーツカスタマイズ例\"\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e（カスタマイズ加工例）\u003c\/p\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        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n             \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" alt=\"色変更後のレッド革サンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" alt=\"色変更後のネイビー革サンプル\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" alt=\"革の擦れ・筋のイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e本製品は受注後の制作となります。ご注文確定後の機種の交換、キャンセル、返品は受け付けられません。\u003c\/li\u003e\n            \u003cli\u003e制作には通常3日〜1週間程度お時間をいただきます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ Xperia 10II","offer_id":51548034892063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10III","offer_id":51548034924831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10IV","offer_id":51548034957599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10V","offer_id":51548034990367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10Ⅵ","offer_id":51548035023135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 10Ⅶ","offer_id":51548035055903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5","offer_id":51548035088671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5II","offer_id":51548035121439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5III","offer_id":51548035154207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5IV","offer_id":51548035186975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 5V","offer_id":51548035219743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia 8","offer_id":51548035252511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ\/XZS","offer_id":51548035285279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ1","offer_id":51548035318047,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ2","offer_id":51548035350815,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ Xperia XZ3","offer_id":51548035383583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Xperia 10II","offer_id":51548035416351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 10III","offer_id":51548035449119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 10IV","offer_id":51548035481887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Xperia 10V","offer_id":51548035514655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 10Ⅵ","offer_id":51548035547423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 10Ⅶ","offer_id":51548035580191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Xperia 5","offer_id":51548035612959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 5II","offer_id":51548035645727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 5III","offer_id":51548035678495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 5IV","offer_id":51548035711263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 5V","offer_id":51548035744031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia 8","offer_id":51548035776799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia XZ\/XZS","offer_id":51548035809567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Xperia XZ1","offer_id":51548035842335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ Xperia XZ2","offer_id":51548035875103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ Xperia XZ3","offer_id":51548035907871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ Xperia 10II","offer_id":51322765377823,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10III","offer_id":51322765410591,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10IV","offer_id":51322765443359,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10V","offer_id":51322765476127,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 10Ⅵ","offer_id":51322765508895,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ Xperia 10Ⅶ","offer_id":51417507365151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ Xperia 5","offer_id":51322765541663,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5II","offer_id":51322765574431,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5III","offer_id":51322765607199,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5IV","offer_id":51322765639967,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 5V","offer_id":51322765672735,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia 8","offer_id":51322765705503,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ\/XZS","offer_id":51322765738271,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ1","offer_id":51322765771039,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ2","offer_id":51322765803807,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ Xperia XZ3","offer_id":51322765836575,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia 10II","offer_id":51548035940639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10III","offer_id":51548035973407,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10IV","offer_id":51548036006175,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia 10V","offer_id":51548036038943,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10Ⅵ","offer_id":51548036071711,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 10Ⅶ","offer_id":51548036104479,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia 5","offer_id":51548036137247,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5II","offer_id":51548036170015,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5III","offer_id":51548036202783,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5IV","offer_id":51548036235551,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 5V","offer_id":51548036268319,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia 8","offer_id":51548036301087,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia XZ\/XZS","offer_id":51548036333855,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia XZ1","offer_id":51548036366623,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ Xperia XZ2","offer_id":51548036399391,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ Xperia XZ3","offer_id":51548036432159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Xperia 10II","offer_id":51322764394783,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10III","offer_id":51322764427551,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10IV","offer_id":51322764460319,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Xperia 10V","offer_id":51322764493087,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10Ⅵ","offer_id":51322764525855,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 10Ⅶ","offer_id":51417507299615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ Xperia 5","offer_id":51322764558623,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5II","offer_id":51322764591391,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5III","offer_id":51322764624159,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5IV","offer_id":51322764656927,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 5V","offer_id":51322764689695,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia 8","offer_id":51322764722463,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ\/XZS","offer_id":51322764755231,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ1","offer_id":51322764787999,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ2","offer_id":51322764820767,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ Xperia XZ3","offer_id":51322764853535,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10II","offer_id":51322764886303,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10III","offer_id":51322764919071,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10IV","offer_id":51322764951839,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10V","offer_id":51322764984607,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10Ⅵ","offer_id":51322765017375,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 10Ⅶ","offer_id":51417507332383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5","offer_id":51322765050143,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5II","offer_id":51322765082911,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5III","offer_id":51322765115679,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5IV","offer_id":51322765148447,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 5V","offer_id":51322765181215,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia 8","offer_id":51322765213983,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ\/XZS","offer_id":51322765246751,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ1","offer_id":51322765279519,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ2","offer_id":51322765312287,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Xperia XZ3","offer_id":51322765345055,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1713061522463_combi_s_kahki.jpg?v=1746009736"},{"product_id":"コンビ革スマホケース-その他の機種","title":"コンビ革スマホケース　その他の機種","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eコンビ革が誘う、洗練の輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手にした瞬間から感じる、\u003cstrong\u003e国産コンビなめし革\u003c\/strong\u003eのしっとりとした質感。使い込むほどに表面は艶やかに変化し、あなただけの物語を刻みます。色の深みはそのままに、風合いの成長を存分にお楽しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy_057ccf5f-60f8-40f9-894a-39c64c3c3913.jpg?v=1746009421\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビ革スマホケース：大人の品格を纏う手元に\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の品格を纏う手元に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常を支える機能美設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e開けば現れるのは、日常をスマートにする緻密な構造。\u003cstrong\u003e３段のカードポケットとサイドポケット\u003c\/strong\u003eが、必要なものだけを厳選して収めます。\u003cstrong\u003e大切なスマートフォンをしっかり固定するハードケース\u003c\/strong\u003eも、使い勝手の良さを追求しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704933023271_combi_detail02_5ae18658-7aa8-44c8-ac8c-c72e84e977a3.jpg?v=1768973305\" 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\/0885\/3998\/8255\/files\/products_2F1704933034756_combi_detail13_379ca1df-c749-40a2-bd6b-cbca84a638f6.jpg?v=1768811145\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンビ革スマホケース：暮らしに溶け込む上質アイテム\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e暮らしに溶け込む上質アイテム\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材のこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e国産のスムース革を使用。クロムとタンニンを組み合わせたコンビなめしで仕上げています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eはじめはマットな風合い\u003c\/li\u003e\n          \u003cli\u003e使い込むほどになじむ艶のある革へ変化\u003c\/li\u003e\n          \u003cli\u003eタンニンなめしのような劇的な色の変化は控えめ\u003c\/li\u003e\n          \u003cli\u003e色味を保ちつつ、風合いやツヤ感を楽しめます\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704930869567_combi_detail011.jpg?alt=media\u0026amp;token=893906c0-cf15-41d6-a99f-1a6f99df3c3f\" class=\"img-fluid d-block w-100\" alt=\"革の質感とエイジングに関する詳細画像\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932104158_combi_detail13.jpg?alt=media\u0026amp;token=b644db74-638a-4d03-bddf-a0af3d238ed8\" class=\"img-fluid d-block w-100\" alt=\"内側ポケットの詳細\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"body-text\"\u003e背面を折り返すことで、動画視聴に便利なスタンドとしても利用可能です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932982469_combi_detail05.jpg?alt=media\u0026amp;token=e2764725-e917-4745-86ae-990e21f7899c\" class=\"img-fluid d-block w-100\" alt=\"スタンド機能使用例1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932138415_combi_detail09.jpg?alt=media\u0026amp;token=780db466-712a-459e-8dba-b9d760749d87\" class=\"img-fluid d-block w-100\" alt=\"スタンド機能使用例2\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"body-text\"\u003eサイドマグネットフラップで、スムーズな開閉を実現。内側のフレームはハードケースで、スマートフォンをしっかりと固定します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932234013_combi_detail02.jpg?alt=media\u0026amp;token=f36504f7-a247-4b44-9b43-a352b9735e6e\" class=\"img-fluid d-block w-100\" alt=\"サイドマグネットの開閉\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1670317081982_hardcase.jpg?alt=media\u0026amp;token=8713a9b8-c2b6-4456-bede-56a8889372e4\" class=\"img-fluid d-block w-100\" alt=\"ハードケースでスマートフォンを固定\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"body-text\"\u003eカメラホールも各機種ごとにぴったりサイズで製作するため、ケースを装着したままでもスムーズな写真撮影が可能です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/317ac187c35c4ee3eca7eff92ad931d7.jpg?v=1753691375\" class=\"img-fluid d-block w-100\" alt=\"カメラホールの詳細\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eストラップホール（ハトメ）加工：1個 ￥100（税込）\u003c\/li\u003e\n          \u003cli\u003eマルカン（リング）加工：1個 ￥30（税込）\u003c\/li\u003e\n          \u003cli\u003eハトメの位置は【上】【下】【上下】から選択可能\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\/0885\/3998\/8255\/files\/hole_detail02.jpg?v=1753691395\" class=\"img-fluid d-block w-100\" alt=\"ストラップホール加工位置の選択肢\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/hole_detail01.jpg?v=1753691395\" class=\"img-fluid d-block w-100\" alt=\"ストラップホールの金具色の選択肢\"\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:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265114490_combi_detail11.jpg?alt=media\u0026amp;token=9e92b01b-642b-425a-aef4-c8942a6104af\" class=\"img-fluid d-block w-100\" alt=\"ストラップをつけた使用例1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704265100358_combi_detail12.jpg?alt=media\u0026amp;token=ba7d70a4-fb0d-42e9-aeed-6aea6ff2fb49\" class=\"img-fluid d-block w-100\" alt=\"ストラップをつけた使用例2\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_strap_brown.jpg?v=1753692011\" class=\"img-fluid d-block w-100\" alt=\"ショルダーストラップをつけた使用例\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"body-text\"\u003e飾りパーツによるカスタマイズ\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eサイドマグネットフラップのため、ケース表面に飾りパーツを自由に配置可能\u003c\/li\u003e\n          \u003cli\u003e【機種】と【カラー】選択後、【カスタマイズする】ボタンでカスタマイズ画面へ移行\u003c\/li\u003e\n          \u003cli\u003e詳細は「カスタマイズの進め方」をご覧ください\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail15.jpg?v=1753691439\" class=\"img-fluid d-block w-100\" alt=\"飾りパーツカスタマイズ加工例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本製品は受注後の制作となりますため、注文確定後の機種の交換やキャンセル、返品は受け付けられません。制作には通常3日～1週間程度お時間を頂きます。\u003c\/p\u003e\n\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\/0885\/3998\/8255\/files\/combi_s_red_channge_2bf5a200-f373-4efa-944c-a3f073e23127.jpg?v=1768724467\" class=\"img-fluid d-block w-100\" alt=\"レッドの色味変更に関する注意画像\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_s_blue_change_169a26d4-b3d6-48cc-a4d7-244fa3297572.jpg?v=1768724467\" class=\"img-fluid d-block w-100\" alt=\"ネイビーの色味変更に関する注意画像\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"body-text\"\u003e革の特性上、表面に擦れや筋が見られる場合がございます。これらは使い込むうちに目立たなくなっていくものが多く、返品交換の対象とはなりませんのでご了承ください。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/cxclabo.appspot.com\/o\/editors%2F1704932182846_combi_detail22.jpg?alt=media\u0026amp;token=1ff381a5-f804-4894-ab84-c2b8e1b93d98\" class=\"img-fluid d-block w-100\" alt=\"革の擦れや筋に関する注意画像\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv data-enviroment=\"Customizer\" data-product-id=\"9550084800799\" style=\"display: none;\" id=\"zakeke-product-tag\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"CxClabo","offers":[{"title":"レッド \/ BASIO4","offer_id":51546650083615,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ シンプルスマホ5","offer_id":51546650116383,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ シンプルスマホ6\/BASIO active","offer_id":51546650149151,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ かんたんスマホ３","offer_id":51546650181919,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ かんたんスマホ４","offer_id":51546650214687,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ あんしんスマホ","offer_id":51546650247455,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ らくらくフォン(F-53E)","offer_id":51546650280223,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51546650312991,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ BASIO4","offer_id":51546650345759,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ シンプルスマホ5","offer_id":51546650378527,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ シンプルスマホ6\/BASIO active","offer_id":51546650411295,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ かんたんスマホ３","offer_id":51546650444063,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ かんたんスマホ４","offer_id":51546650476831,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ あんしんスマホ","offer_id":51546650509599,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ らくらくフォン(F-53E)","offer_id":51546650542367,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51546650575135,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ BASIO4","offer_id":51352500928799,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ シンプルスマホ5","offer_id":51352500994335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ シンプルスマホ6\/BASIO active","offer_id":51352501027103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ かんたんスマホ３","offer_id":51417508708639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ かんたんスマホ４","offer_id":51417508741407,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ あんしんスマホ","offer_id":51352500961567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ らくらくフォン(F-53E)","offer_id":51352501059871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51352501092639,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ BASIO4","offer_id":51352500535583,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ シンプルスマホ5","offer_id":51352500601119,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ シンプルスマホ6\/BASIO active","offer_id":51352500633887,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ かんたんスマホ３","offer_id":51417508577567,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ かんたんスマホ４","offer_id":51417508610335,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ あんしんスマホ","offer_id":51352500568351,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ \/ らくらくフォン(F-53E)","offer_id":51352500666655,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"カーキ \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51352500699423,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ BASIO4","offer_id":51546650607903,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ シンプルスマホ5","offer_id":51546650640671,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ シンプルスマホ6\/BASIO active","offer_id":51546650673439,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ かんたんスマホ３","offer_id":51546650706207,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ かんたんスマホ４","offer_id":51546650738975,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ あんしんスマホ","offer_id":51546650771743,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ らくらくフォン(F-53E)","offer_id":51546650804511,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51546650837279,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ BASIO4","offer_id":51352500732191,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ シンプルスマホ5","offer_id":51352500797727,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ シンプルスマホ6\/BASIO active","offer_id":51352500830495,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ かんたんスマホ３","offer_id":51417508643103,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ かんたんスマホ４","offer_id":51417508675871,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ あんしんスマホ","offer_id":51352500764959,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ らくらくフォン(F-53E)","offer_id":51352500863263,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ らくらくフォンa(A401FC)\/Lite(MR01)","offer_id":51352500896031,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1705023888906_combi_s_navy_057ccf5f-60f8-40f9-894a-39c64c3c3913.jpg?v=1746009421"},{"product_id":"combileather-shortstrap-gold-metal","title":"コンビ革  ショートストラップ　ゴールド金具","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\/0885\/3998\/8255\/files\/products_2F1697613323440_combi_hand_strap_brown_s.jpg?v=1754214549\" 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は、細部にまでこだわり抜いた職人の技が光り、装いを一層引き締めるアクセントとなるでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697613323441_combi_hand_strap_detail01.jpg?v=1746009515\" 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\u003c!-- スペック・詳細セクション (Specs) --\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\u003e両サイドに引っかけるナスかんがついたショートストラップです。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_hand_strap_detail02.jpg?v=1754214049\"\u003e\u003c\/div\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\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_detail03.jpg?v=1754214336\"\u003e\u003c\/div\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\u003cp\u003eタンニン鞣し革のような風合いを持ちながら、クローム鞣しで色落ちや色の変化がしにくいのが特徴です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：牛革\u003c\/li\u003e\n\u003cli\u003e生産国：記載なし\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\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全長：約255mm\u003c\/li\u003e\n\u003cli\u003e幅：7mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 配送情報、注意事項、商品コードの情報がないため、該当セクションは作成しません。 --\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"ブラウン","offer_id":52707538141471,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ","offer_id":52707538174239,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":52707538207007,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":52707538239775,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":52707538272543,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697613323438_combi_hand_strap_brown_g.jpg?v=1754214549"},{"product_id":"combi-leather-shoulder-strap-gold-metal","title":"コンビ革  ショルダーストラップ　ゴールド金具","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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\u003e7mm幅\u003c\/strong\u003eの本革が、軽快さと上品さを両立させます。約\u003cstrong\u003e72cmから140cm\u003c\/strong\u003eまで、自在な長さ調節であなたのスタイルに完璧にフィット。\u003cstrong\u003eゴールド金具\u003c\/strong\u003eが、さりげない上質感を添えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697888076275_sholder_combi_navy_g.jpg?v=1746009473\" 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を採用。毎日使っても美しい表情を保ち、男性からも支持されています。3色のシックなバリエーションから、長く寄り添う一本を。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1724911131956_sholder_combi_color04.jpg?v=1746009474\" 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!-- ② スペック・詳細セクション (Specs) --\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\u003e引っかけるナスかんが両サイドについているショルダーストラップ。スマホケースにつけて斜め掛けにオススメの７ｍｍ幅です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eストラップの幅は7mm。\u003c\/li\u003e\n\u003cli\u003e長さ調整が簡単にできます。（長さ約72cm~140cm）\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\/0885\/3998\/8255\/files\/sholder_combi_color04.jpg?v=1754127707\" alt=\"ショルダーストラップの色組み合わせ04\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_combi_color02.jpg?v=1754127726\" alt=\"ショルダーストラップの色組み合わせ02\"\u003e\u003c\/div\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\u003cp\u003e色が変わりにくいクローム鞣しのストラップです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eタンニン鞣し革のように見えて、実はクローム鞣しの革。\u003c\/li\u003e\n\u003cli\u003eタンニン鞣しの革の風合いが好きだけど、色落ちが気になる方にオススメです。\u003c\/li\u003e\n\u003cli\u003eタンニン鞣しの革に比べると色落ちや色の変化がしにくいのが特徴です。\u003c\/li\u003e\n\u003cli\u003eスマホケースなどを斜め掛けするのにぴったりで、男性にも人気の革です。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_detail03.jpg?v=1754127649\" alt=\"ショルダーストラップの詳細03\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_style04.jpg?v=1754127576\" alt=\"ショルダーストラップのスタイル04\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/sholder_style01.jpg?v=1754127636\" alt=\"ショルダーストラップのスタイル01\"\u003e\u003c\/div\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商品名: ショルダーストラップ（単品）\u003c\/li\u003e\n\u003cli\u003e素材: 牛革\u003c\/li\u003e\n\u003cli\u003eサイズ:\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eストラップ部分: 約72cm～140cm（長さ調節可）\u003c\/li\u003e\n\u003cli\u003e幅: 7mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため出力しません --\u003e \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため出力しません --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"CxClabo","offers":[{"title":"ブラウン","offer_id":52707546366239,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ","offer_id":52707546399007,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":52707546431775,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":52707546464543,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":52707546497311,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697888076275_sholder_combi_navy_g.jpg?v=1746009473"},{"product_id":"combileather-handstrap-gold-metal","title":"コンビ革  ハンドストラップ　ゴールド金具","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #F9F8F5; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Noto Sans JP\", \"Hiragino Sans\", sans-serif; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\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 #DDDDDD;\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 #DDDDDD; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #FFE66140 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  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #DDDDDD;\n      border-radius: 8px;\n      background-color: #F9F8F5; \n      color: #555555;\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: #F9F8F5; 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: #FFE661; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DDDDDD; 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: #F9F8F5; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #FFE661; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; 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: #888888; 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: #FFE661; 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 #FFE661; 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 #DDDDDD; th, td { padding: 12px 8px; border: 1px solid #DDDDDD; 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 #DDDDDD; background: #F5F5F5; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #DDDDDD; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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を体験してください。上質な輝きが、貴方の日常を彩るでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1697614156086_combi_handstrap_detail03.jpg?v=1746009550\" 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\/0885\/3998\/8255\/files\/products_2F1697614156085_combi_handstrap_detail02.jpg?v=1746009550\" 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\/0885\/3998\/8255\/files\/combi_handstrap_detail06.jpg?v=1754215250\" 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\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e引っかけるナスかんが両サイドについたハンドストラップです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eこちらのページの金具の色はゴールドです。\u003c\/li\u003e\n\u003cli\u003eスマホケースなどの片側に付けて、手に通して使うことも可能です。\u003c\/li\u003e\n\u003cli\u003eスマホケースの下側に引っかけても腕が通る長さです。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/combi_handstrap_detail07.jpg?v=1754215237\" 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\/0885\/3998\/8255\/files\/combi_handstrap_detail06.jpg?v=1754215250\" 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\/0885\/3998\/8255\/files\/combi_detail12.jpg?v=1754215052\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップの使用イメージ3\"\u003e\u003c\/div\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\u003cp\u003eハンドストラップの寸法です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e長さ: 約355mm\u003c\/li\u003e\n\u003cli\u003e幅: 7mm\u003c\/li\u003e\n\u003c\/ul\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\u003cp\u003eタンニン鞣し革の風合いを持ちながら、色落ちしにくいクローム鞣しの牛革を使用しています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e素材: 牛革\u003c\/li\u003e\n\u003cli\u003e特徴: タンニン鞣し革のような風合い\u003c\/li\u003e\n\u003cli\u003e特徴: 色落ちや色の変化がしにくいクローム鞣し\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\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\u003egonzghhjqec0pdbadlu6\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CxClabo","offers":[{"title":"カーキ","offer_id":52707547611423,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":52707547644191,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":52707547676959,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":52707548692767,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":52707548725535,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/3998\/8255\/files\/products_2F1704445064705_combi_handstrap_mosgreen_gold.jpg?v=1746009550"}],"url":"https:\/\/cxclabo.we-shop.jp\/collections\/combination.oembed?page=3","provider":"CxClabo","version":"1.0","type":"link"}