{"product_id":"heavy-duty-portable-outdoor-stool-rjc","title":"頑丈な携帯用アウトドアスツール","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Outdoor Equipment \/ Folding Stool\nTarget Audience: Outdoor enthusiasts, campers, fishermen, and practical household users.\nVisual Style: Rugged, reliable, and functional. Focus on utility and strength.\nColor Strategy: Deep Forest Green (Primary) mixed with Earthy Sand (Background) and Charcoal (Text) to evoke outdoor readiness.\nShape Strategy: Radius 8px (sturdy, industrial yet safe edges, reflecting carbon steel construction).\nTypography Strategy: Large, bold headings for clear readability outdoors; mobile-first scaling.\nMobile Table Strategy: Card-based layout with data-labels to prevent horizontal scrolling.\nImage Mapping: Hero=image_1, Compact=image_2, Portable=image_3, Setup=image_4, Versatile=image_5.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #2C5F2D;\n      --primary-hover: #1E431F;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #FDFBF7;\n      --bg-card: #FFFFFF;\n      --bg-surface: #F0EEEA;\n      --border-color: #E2DFD8;\n      \n      \/* Shape System *\/\n      --radius-sm: 4px;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      \n      \/* Shadow System *\/\n      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n      --shadow-lg: 0 12px 24px rgba(0,0,0,0.08);\n      \n      \/* Spacing System *\/\n      --spacing-module: clamp(3rem, 6vw, 6rem);\n      --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    \/* Reset \u0026 Typography *\/\n    .product-detail-container {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Headings *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.8rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Image Rules - Strict Protocol *\/\n    .product-detail-container .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      background: var(--bg-surface);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .media-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-surface);\n      border: 2px dashed var(--border-color);\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 600;\n      text-align: center;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: inherit;\n    }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .visual-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background-color: var(--primary);\n      color: #fff;\n      font-size: 16px;\n      font-weight: 600;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-module);\n    }\n\n    .hero-section p.hero-subtitle {\n      font-size: clamp(20px, 2.5vw, 24px);\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* Feature Sections (Mobile Order Lock + Z-Pattern Desktop) *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-module);\n      margin-bottom: var(--spacing-module);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Strict mobile lock: Image above text *\/\n      gap: var(--spacing-element);\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specs Table Section - Mobile Card Conversion *\/\n    .specs-section {\n      margin-bottom: var(--spacing-module);\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n    }\n\n    .specs-table th {\n      background-color: var(--bg-surface);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .specs-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    \/* Mobile Specs Table -\u003e Cards *\/\n    @media (max-width: 767px) {\n      .specs-table table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n        padding: 0.5rem 1rem;\n      }\n      .specs-table tr:last-child {\n        margin-bottom: 0;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        font-size: 16px;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-sub);\n        padding-right: 1rem;\n        max-width: 50%;\n      }\n      .specs-table td span {\n        text-align: right;\n        max-width: 50%;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-module);\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item h3 {\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    \n    .faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e超軽量＆頑丈\u003c\/div\u003e\n\n\u003ch1\u003eあらゆる冒険に対応するポケットサイズの王座\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eバックパックに入るほどコンパクト。最大220ポンドまで支えられる強さ。旅先どこでもすぐに休める場所を提供します。\u003c\/p\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/3852ee2377f0defd754246625b662126.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/4525500ca3bb7ed37dba4ecdd0248ec1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eコンパクトでありながら頑丈\u003c\/h2\u003e\n\n\u003cp\u003eサイズに惑わされないでください。強化炭素鋼フレームと工業用グレードの600Dオックスフォード生地で作られたこの小さなパワーハウスは、最大220ポンド（100 kg）まで安全に支えます。芝生、土、舗装路の上でも妥協のない安定性を提供します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/fac56173773a597a878ca4a3c68d6bd4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eバックパックにすっぽり収まる\u003c\/h2\u003e\n\n\u003cp\u003eわずか\u003cstrong\u003e1.36ポンド（0.62 kg）\u003c\/strong\u003eの軽さで、従来のアウトドア用椅子の重さの負担を完全に解消します。4.3 × 10.2インチ（11 × 26 cm）までコンパクトに折りたため、バックパックのポケットやトートバッグ、車のトランクに楽に収納できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/dfbbb7b0206ad9af5ec46b2b4262289c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e数秒で展開\u003c\/h2\u003e\n\n\u003cp\u003e複雑な組み立てや指を挟む心配はありません。直感的なデザインで、しっかりした座席に展開するのに4つの簡単なステップ、収納するのにも4つの素早いステップだけです。手間いらずのセットアップでアウトドアを楽しめます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/950bc671b4ef2b17a48d9d56fae09ec4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eどこへでも持ち運べる休憩スポット\u003c\/h2\u003e\n\n\u003cp\u003e湖畔で釣りをしたり、コンサートの列に並んだり、キャンプでマシュマロを焼いたり、庭仕事のための予備の席が必要なときなど、この多用途スツールは実用的なアウトドア愛好家への最高の贈り物です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e技術仕様\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e仕様\u003c\/th\u003e\n\t\t\t\u003cth\u003e詳細（メートル法＆インチ）\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Frame Material\"\u003e\u003cspan\u003e強化炭素鋼\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e屋外使用に適した防錆コーティング\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Fabric Material\"\u003e\u003cspan\u003e600Dオックスフォード生地\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e破れにくく通気性が高い\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Maximum Load Capacity\"\u003e\u003cspan\u003e100 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e220ポンド\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Weight\"\u003e\u003cspan\u003e0.62 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e1.36ポンド（21.9オンス）\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Unfolded Dimensions (L×W×H)\"\u003e\u003cspan\u003e23 × 25 × 26 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e9.1インチ × 9.8インチ × 10.2インチ\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Folded Dimensions (W×H)\"\u003e\u003cspan\u003e11 × 26 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e4.3インチ × 10.2インチ\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eこのスツールは長時間座っても快適ですか？\u003c\/h3\u003e\n\n\u003cp\u003e主に携帯性と短時間の休憩（釣り、ハイキング中の休憩、列に並ぶときなど）を目的に設計されていますが、耐久性のある600Dオックスフォード生地はしっかりとした座り心地を提供し、通常の使用ではすぐにたるむことはありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eスツールは泥や砂に沈みますか？\u003c\/h3\u003e\n\n\u003cp\u003e炭素鋼の脚には保護用の足が付いており、重量を分散して沈み込みを軽減します。ただし、すべてのコンパクトスツールと同様に、非常に柔らかいまたは深い泥の上に置くとわずかに沈むことがあります。最適な安定性のために、比較的平らな地面を選ぶことをおすすめします。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eキャンプの後、スツールはどうやって掃除すればいいですか？\u003c\/h3\u003e\n\n\u003cp\u003eお手入れは簡単です！600Dオックスフォード生地は汚れに非常に強いです。湿った布とマイルドな石鹸でさっと拭くだけでお手入れできます。炭素鋼フレームも拭いて清潔に保てます。収納のために折りたたむ前に、必ず完全に自然乾燥させてください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omurio","offers":[{"title":"ブラック \/ 🧍 1個パック（標準）","offer_id":47992016896212,"sku":"0402-15238394","price":20.95,"currency_code":"USD","in_stock":true},{"title":"ベージュ \/ 🧍 1個パック（標準）","offer_id":47992016928980,"sku":"0402-15232598","price":20.95,"currency_code":"USD","in_stock":true},{"title":"ブラック \/ 👫 2個パック（カップルセット）","offer_id":47992016961748,"sku":"0402-15239280","price":40.95,"currency_code":"USD","in_stock":true},{"title":"ベージュ \/ 👫 2個パック（カップルセット）","offer_id":47992016994516,"sku":"0402-15233427","price":40.95,"currency_code":"USD","in_stock":true},{"title":"ブラック \/ 👨‍👩‍👧‍👦 4個パック（ファミリー向け）","offer_id":47992017027284,"sku":"0402-15230323","price":79.95,"currency_code":"USD","in_stock":true},{"title":"ベージュ \/ 👨‍👩‍👧‍👦 4個パック（ファミリー向け）","offer_id":47992017060052,"sku":"0402-15234966","price":79.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3852ee2377f0defd754246625b662126.jpg?v=1779883653","url":"https:\/\/omurio.com\/ja\/products\/heavy-duty-portable-outdoor-stool-rjc","provider":"Omurio","version":"1.0","type":"link"}