{"product_id":"starlink-gen-3-direct-dc-power-supply-12v-24v-to-57v-tesery","title":"Starlink 第3世代 直流電源供給装置（12V\/24Vから57Vへ）｜Tesery","description":"\u003cstyle\u003e\n    \/* --- CSS Reset \u0026 Global Styles --- *\/\n    #tesery-pdp-wrapper {\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: #333;\n      background-color: #ffffff;\n      line-height: 1.6;\n      max-width: 100%;\n      margin: 0 auto;\n      overflow-x: hidden; \/* Prevent horizontal scroll *\/\n      box-sizing: border-box;\n    }\n\n    #tesery-pdp-wrapper * {\n      box-sizing: border-box;\n    }\n\n    \/* Colors *\/\n    #tesery-pdp-wrapper :root {\n      --primary-blue: #007BFF;\n      --text-black: #000000;\n      --bg-white: #ffffff;\n      --gray-light: #f8f9fa;\n    }\n\n    \/* Typography *\/\n    #tesery-pdp-wrapper h2 {\n      color: #007BFF;\n      font-size: 2rem;\n      margin-bottom: 0.5rem; \/* Reduced bottom margin for subtitle *\/\n      font-weight: 700;\n      text-align: center;\n      line-height: 1.2;\n    }\n  \n    #tesery-pdp-wrapper .section-subtitle {\n        text-align: center;\n        font-size: 1.1rem;\n        color: #666;\n        margin-bottom: 2rem;\n        font-weight: 400;\n        padding: 0 10px;\n    }\n\n    #tesery-pdp-wrapper h3 {\n      font-size: 1.25rem;\n      color: #000;\n      margin: 0 0 0.5rem 0;\n      font-weight: 600;\n    }\n\n    #tesery-pdp-wrapper p {\n      margin-bottom: 1rem;\n      color: #444;\n    }\n\n    \/* --- Top Hero Section (21:9 Image) --- *\/\n    .hero-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      padding: 0 20px;\n    }\n\n    .hero-placeholder-image {\n      background-color: #e9ecef;\n      color: #6c757d;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      font-weight: 500;\n      text-align: center;\n      border-radius: 12px;\n      width: 100%;\n      aspect-ratio: 21\/9; \/* 21:9 Aspect Ratio *\/\n      border: 2px dashed #ced4da;\n      transition: all 0.3s ease;\n      cursor: pointer;\n    }\n\n    .hero-placeholder-image:hover {\n      border-color: #007BFF;\n      box-shadow: 0 4px 15px rgba(0, 123, 255, 0.15);\n      transform: translateY(-2px);\n    }\n\n    \/* --- Standard Placeholder for Feature Sections --- *\/\n    .placeholder-image {\n      background-color: #e9ecef;\n      color: #6c757d;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.0rem;\n      text-align: center;\n      width: 100%;\n      border: 2px dashed #ced4da;\n      transition: all 0.3s ease;\n    }\n  \n    .placeholder-image:hover {\n        border-color: #007BFF;\n    }\n\n    \/* --- Alternating Layout (Features) --- *\/\n    .split-section {\n      display: flex;\n      flex-wrap: wrap;\n      width: 100%;\n      margin-bottom: 0; \/* Continuous flow *\/\n      overflow: hidden;\n    }\n\n    \/* Image Side *\/\n    .split-image-container {\n      width: 60%;\n      position: relative;\n      padding: 0; \n    }\n\n    .split-image-container .placeholder-image {\n      width: 100%;\n      height: 100%;\n      border-radius: 0; \/* Reset for edge look *\/\n      border-radius: 12px; \/* Per requirement *\/\n      aspect-ratio: 4\/3; \n      object-fit: cover;\n    }\n\n    \/* Text Side *\/\n    .split-text-container {\n      width: 40%;\n      padding: 3rem;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      background: #fff;\n    }\n\n    \/* Alternating Logic *\/\n    .split-section:nth-of-type(odd) {\n      flex-direction: row; \/* Image Left, Text Right *\/\n    }\n\n    .split-section:nth-of-type(even) {\n      flex-direction: row-reverse; \/* Image Right, Text Left *\/\n    }\n\n    \/* Feature Text Styling *\/\n    .feature-title {\n      color: #000;\n    }\n  \n    .feature-title span {\n      color: #007BFF;\n    }\n\n    \/* The Blue Separator Line *\/\n    .title-separator {\n      width: 50px;\n      height: 3px;\n      background-color: #007BFF;\n      margin: 15px 0 20px 0;\n      border-radius: 2px;\n    }\n\n    \/* Text Overflow Protection *\/\n    .feature-desc {\n      display: -webkit-box;\n      -webkit-line-clamp: 6; \n      -webkit-box-orient: vertical;\n      overflow: hidden;\n      text-overflow: ellipsis;\n    }\n\n    \/* Hover Effects for Sections *\/\n    .split-section {\n      transition: background-color 0.3s ease;\n    }\n    .split-section:hover .split-text-container {\n      background-color: #fcfcfc;\n    }\n\n    \/* --- Compatibility Section --- *\/\n    .compatibility-section {\n      padding: 40px 20px;\n      text-align: center;\n      background-color: #f8f9fa;\n      margin: 40px 0;\n      border-radius: 12px;\n    }\n\n    .comp-grid {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .comp-item {\n      background: #fff;\n      padding: 15px;\n      border-radius: 8px;\n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      transition: transform 0.2s;\n    }\n\n    .comp-item:hover {\n      transform: scale(1.05);\n    }\n\n    .compatibility-icon {\n      font-size: 1.5rem;\n      color: #007BFF;\n      font-weight: bold;\n    }\n\n    \/* --- FAQ Section --- *\/\n    .faq-section {\n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto 40px auto;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid #eee;\n      margin-bottom: 10px;\n    }\n\n    .faq-question {\n      cursor: pointer;\n      padding: 15px 0;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: color 0.2s;\n    }\n\n    .faq-question:hover {\n      color: #007BFF;\n    }\n\n    .faq-question::after {\n      content: '+';\n      font-size: 1.5rem;\n      color: #007BFF;\n    }\n\n    .faq-question.active::after {\n      content: '-';\n    }\n\n    .faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease-out;\n      color: #555;\n    }\n\n    .faq-answer p {\n      padding-bottom: 15px;\n      margin: 0;\n    }\n\n    \/* --- Responsive Media Queries --- *\/\n    @media (max-width: 768px) {\n      .hero-placeholder-image {\n        aspect-ratio: 16\/9; \/* Adjusted for mobile to avoid being too thin *\/\n        font-size: 1rem;\n      }\n\n      .split-section:nth-of-type(odd),\n      .split-section:nth-of-type(even) {\n        flex-direction: column; \/* Stack vertically *\/\n      }\n\n      .split-image-container {\n        width: 100%;\n        padding: 0 15px; \n        margin-top: 20px;\n      }\n\n      .split-text-container {\n        width: 100%;\n        padding: 20px;\n        text-align: center;\n        align-items: center;\n      }\n    \n      .title-separator {\n        margin: 15px auto 20px auto; \n      }\n    \n      .placeholder-image {\n         border-radius: 12px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"tesery-pdp-wrapper\"\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cdiv class=\"hero-placeholder-image\" aria-label=\"Tesery DC Converter Hero Image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_3.jpg?v=1767944265\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"margin-top: 40px;\"\u003eTesery Starlink Gen 3 直流電源供給\u003c\/h2\u003e\n\u003cdiv class=\"section-subtitle\"\u003e12V\/24V から 57V ステップアップコンバーター | 高効率オフグリッド電源ソリューション\u003c\/div\u003e\n\u003c!-- Feature 1: Efficiency (Left Img, Right Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_2.jpg?v=1767944649\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003e究極の \u003cspan\u003eエネルギー効率\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eバッテリー稼働時間を最大30％延長。車両の12Vまたは24V DC電源をStarlinkに必要な57Vに直接変換することで、DC-ACインバーターに伴うエネルギー損失を回避し、96％以上の効率で動作します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: High-Power Output (Right Img, Left Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-3573376.jpg?v=1768088049\" alt=\"Starlink Gen 3ダイレクトDC電源（12V\/24Vから57V）| Tesery - Tesery公式ストア\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_1.jpg?v=1767944683\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003e安定した\u003cspan\u003e高出力電力\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e高負荷時でも信頼性の高い性能を発揮。4.5A（256W）で安定した57Vを供給します。この高電流出力により、Starlinkディッシュの起動、大量データ送信、内部ヒーターの作動に十分な電力を確保します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Voltage Compatibility (Left Img, Right Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-1852211.jpg?v=1768088049\" alt=\"Starlink Gen 3ダイレクトDC電源（12V\/24Vから57V）| Tesery - Tesery公式ストア\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_6.jpg?v=1767944888\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003e高品質\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"accent-color\"\u003eケーブルDCプラグ\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan\u003e耐久性と性能を追求した優れた接続性を体験してください。このケーブルは柔軟なPVCジャケットと防水ガスケットを備え、外部環境から保護します。内部には18AWG銅線が使用されており、低インピーダンスで安定した電源供給を実現します。\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Rugged Design (Right Img, Left Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-4424267.png?v=1768088050\" alt=\"Starlink Gen 3ダイレクトDC電源（12V\/24Vから57V）| Tesery - Tesery公式ストア\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/4074fa68-925c-4346-9d29-35ba2477bf4f.png?v=1767945139\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003e頑丈で\u003cspan\u003e安全な設計\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e過酷な屋外環境に耐える設計。防水・防塵のアルミニウムシェル（IP67等級）に有機シリコンポッティングを施しています。過電圧、低電圧、過電流、短絡、過熱に対するスマート保護機能を備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 3: Compatibility --\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch2\u003eハードウェア互換性\u003c\/h2\u003e\n\u003cp\u003eStarlink Gen 3（標準）ルーター専用に設計されています。\u003c\/p\u003e\n\u003cdiv class=\"comp-grid\"\u003e\n\u003cdiv class=\"comp-item\"\u003e\n\u003cspan class=\"compatibility-icon\"\u003e✓\u003c\/span\u003e Starlink Gen 3標準\u003c\/div\u003e\n\u003cdiv class=\"comp-item\"\u003e\n\u003cspan class=\"compatibility-icon\"\u003e✕\u003c\/span\u003e Gen 2モーター駆動（非対応）\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 4: FAQ --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-1\"\u003eStarlink Gen 2で使用できますか？\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-1\" class=\"faq-answer\"\u003e\n\u003cp\u003eいいえ。このデバイスは57Vを出力し、Gen 3標準キット専用です。Gen 2ハードウェアで使用すると損傷の原因になります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-2\"\u003eなぜインバーターではなくこれを選ぶのですか？\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-2\" class=\"faq-answer\"\u003e\n\u003cp\u003eインバーターを使用するとDCをACに変換し、再びDCに戻すため電力が無駄になります。Teseryコンバーターは直接DCリンクを作成し、最大30％のバッテリー寿命を節約します。これはオフグリッド使用に非常に重要です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-3\"\u003eこのユニットは防水ですか？\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-3\" class=\"faq-answer\"\u003e\n\u003cp\u003eはい、コンバーター本体はシリコンポッティングで密封されており、IP67等級（防水、防塵、耐衝撃）です。配線接続部は乾燥した状態を保ってください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-4\"\u003e「スノーメルト」ヒーターに対応していますか？\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-4\" class=\"faq-answer\"\u003e\n\u003cp\u003eもちろんです。4.5A（256W）の出力容量を持ち、加熱要素が作動している場合でもStarlink Gen 3のピーク電力要件を超えています。\u003c!-- Section 1: Hero Visual (21:9 Aspect Ratio) --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- JavaScript for FAQ Interaction --\u003e\u003cbr\u003e\u003cscript\u003e\n    (function() {\n      const questions = document.querySelectorAll('#tesery-pdp-wrapper .faq-question');\n    \n      questions.forEach(question =\u003e {\n        question.addEventListener('click', function() {\n          const targetId = this.getAttribute('data-target');\n          const answer = document.getElementById(targetId);\n        \n          \/\/ Toggle active class on question for styling\n          this.classList.toggle('active');\n        \n          \/\/ Toggle max-height for slide effect\n          if (answer.style.maxHeight) {\n            answer.style.maxHeight = null;\n          } else {\n            answer.style.maxHeight = answer.scrollHeight + \"px\";\n          }\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"2 M","offer_id":47962140705000,"sku":"SAD015-2","price":9600.0,"currency_code":"JPY","in_stock":true},{"title":"3 M","offer_id":47962140737768,"sku":"SAD015-3","price":10600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-2614157.jpg?v=1768088049","url":"https:\/\/www.tesery.com\/ja-jp\/products\/starlink-gen-3-direct-dc-power-supply-12v-24v-to-57v-tesery","provider":"Tesery Official Store","version":"1.0","type":"link"}