{"product_id":"tool-free-robotics-building-set-rjc","title":"工具不要のロボティクス組み立てセット","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Educational STEM Kit (Kids Toy\/Learning Tool)\nTarget Audience: Parents, Gift-givers, Educators looking for engaging, screen-free educational activities.\nVisual Style: Playful yet structured, inspiring curiosity. \"Tech but Kid-friendly\".\nColor Strategy: \n  - Primary: Vibrant Blue (#2563eb) - represents technology and focus.\n  - Accent: Energetic Orange (#f97316) - represents creativity and fun.\n  - Background: Off-white\/Slate (#f8fafc) - ensures high contrast and readability.\nShape Strategy: Radius 20px (Friendly, approachable, safe for kids).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 38px+, Body 18px+).\nMobile Table Strategy: Card-based, strictly no horizontal scroll.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Design System Variables *\/\n      --primary: #2563eb;\n      --primary-hover: #1d4ed8;\n      --accent: #f97316;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --border-color: #e2e8f0;\n      \n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      \n      --spacing-module: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Container Reset \u0026 Core Typography *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1.25rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Image Protocol - Plan A Default *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.125rem;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n\n    \/* Non-interactive Visual Badges *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--accent);\n      color: #fff;\n      padding: 0.5rem 1.25rem;\n      border-radius: 50px;\n      font-size: 1rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      margin-bottom: 1.5rem;\n    }\n\n    .social-proof {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      font-size: 1.125rem;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 2rem;\n    }\n\n    .social-proof-stars {\n      color: #fbbf24;\n      font-size: 1.5rem;\n      letter-spacing: 2px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 2rem;\n      margin-bottom: var(--spacing-module);\n    }\n\n    .hero-copy {\n      max-width: 800px;\n      margin: 0 auto 3rem auto;\n    }\n\n    \/* Features Section (Z-Pattern \u0026 Mobile Order Lock) *\/\n    .features-section {\n      margin-bottom: var(--spacing-module);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Strict vertical stacking *\/\n      gap: 2rem;\n      margin-bottom: var(--spacing-module);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Desktop Z-Pattern *\/\n        align-items: center;\n        gap: clamp(3rem, 5vw, 6rem);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        min-width: 0; \/* Prevents text overflow *\/\n      }\n    }\n\n    \/* Specifications Table Strategy *\/\n    .specs-section {\n      margin-bottom: var(--spacing-module);\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table th, \n    .spec-table td {\n      padding: 1.25rem;\n      text-align: left;\n      font-size: 1.125rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-table td {\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Table: Card-based transformation *\/\n    @media (max-width: 767px) {\n      .spec-table, \n      .spec-table thead, \n      .spec-table tbody, \n      .spec-table tr, \n      .spec-table th, \n      .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .spec-table thead {\n        display: none; \/* Hide native header *\/\n      }\n\n      .spec-table tr {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .spec-table td {\n        border-bottom: none;\n        padding: 0.5rem 0;\n        display: flex;\n        flex-direction: column;\n        gap: 0.25rem;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        font-size: 1rem;\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: 3rem;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      display: flex;\n      gap: 1rem;\n      align-items: flex-start;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-size: clamp(24px, 3vw, 28px);\n      line-height: 1;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 19px);\n      color: var(--text-sub);\n      padding-left: 2.5rem;\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e12-in-1 教育キット\u003c\/div\u003e\n\n\u003ch1\u003e実践的なSTEM発見で若い心を力づける\u003c\/h1\u003e\n\n\u003ch2\u003e電子工学、太陽エネルギー、機械工学にわたる12の魅力的なプロジェクトで無限の好奇心を刺激します。\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"social-proof-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003e10,000人以上の親と教育者に信頼されています\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a16c9baa7280_20260527_3ef09059_20260521_4dcbc256_from_url_en_09_1a349816acb1fc7ee53f48ec356c61e6.webp?v=1779878333\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a16c9cba20bb_20260527_d351a654_20260521_edea543b_from_url_en_01_953074aa1e3d0d20094e7a06c445b2e7.webp?v=1779878350\" width=\"1254\" height=\"1254\" style=\"width: 1254px; max-width: 100%; height: auto;\"\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\u003ch3\u003e1つの箱に12の多様な実験\u003c\/h3\u003e\n\n\u003cp\u003e退屈とはさよなら。この充実したキットは、技術、工学、数学の基本概念を紹介する12の異なるアクティビティを備えています。各プロジェクトは独自の実践的な発見プロセスを提供し、生涯にわたる科学への情熱を育てます。\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a16c9dd46124_20260527_d691aefc_20260521_ad4e2952_from_url_en_02_79daa48a00cd7fa1fb455c334c9638ad.webp?v=1779878368\" width=\"1254\" height=\"1254\" style=\"width: 1254px; max-width: 100%; height: auto;\"\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\u003ch3\u003e止まらない楽しさ：ソーラー＆電池駆動\u003c\/h3\u003e\n\n\u003cp\u003e晴れた日の屋外で再生可能エネルギーを探求したり、雨の日の午後に屋内で実験を続けたり、二重の電源システムで学びが途切れません。実際のエネルギー変換を体験しましょう。（注：屋内使用には単三電池が必要ですが、付属していません）\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a16ca1293f60_20260527_e638f2ec_20260521_a270cc59_from_url_en_05_ba04c28e2881d8c1dc41c95a8a372e0c_c9a16a91-b32b-45c2-93cd-1cb14593f171.webp?v=1779878421\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\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\u003ch3\u003e工具不要＆ストレスフリーの組み立て\u003c\/h3\u003e\n\n\u003cp\u003eお子様が自立して組み立てられるように。モジュール式電子部品と視覚的にわかりやすい色分けされた説明書を特徴とし、複雑な工具は不要です。回路やギアを安全に探求しながら、論理的思考力と手先の協調性を育みます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"spec-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=\"Age Recommendation\"\u003e推奨年齢\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e8歳以上\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e素材\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e子供に安全な高品質ABSプラスチックと標準的な電子部品\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Projects\"\u003e付属プロジェクト\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e12種類のユニークなモジュール組み立てバリエーション\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Options\"\u003e電源オプション\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eソーラーパネル（付属）＆単三電池パック（電池は含まれていません）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Dimensions\"\u003eパッケージ寸法\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e28.0 cm × 20.0 cm × 6.5 cm\u003cbr\u003e\n\t\t\t(11.0インチ × 7.9インチ × 2.6インチ)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Weight\"\u003e総重量\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e450 g（15.9オンス）\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\u003cdiv class=\"faq-question\"\u003eキットに電池は含まれていますか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eいいえ、キットには電池は付属していません。屋外では付属のソーラーパネルで動作しますが、屋内や曇りの日には標準の単三電池が必要です。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eプロジェクトの組み立てに追加の工具は必要ですか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eまったく問題ありません！このキットはモジュール式のスナップ式電子部品で設計されています。色分けされた説明書により、ネジやはんだ付け、複雑な工具なしで12のプロジェクトを自分で組み立てられます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eこのキットは子供が使っても安全ですか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eもちろんです。すべての素材は安全基準に厳しく注意を払い、慎重に選定しました。低電圧回路と高品質な素材により、若いイノベーターたちが安心して遊び、学べる環境を提供します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 4点セット","offer_id":47967315198164,"sku":"0401-15135658","price":19.95,"currency_code":"USD","in_stock":true},{"title":"📦 6点セット","offer_id":47967315230932,"sku":"0401-15138772","price":27.95,"currency_code":"USD","in_stock":true},{"title":"🚀 9点セット","offer_id":47967315263700,"sku":"0401-15139166","price":42.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/1a349816acb1fc7ee53f48ec356c61e6.jpg?v=1779355826","url":"https:\/\/omurio.com\/ja\/products\/tool-free-robotics-building-set-rjc","provider":"Omurio","version":"1.0","type":"link"}