{"product_id":"model-3-y-starry-galaxy-wireless-charging-port-ambient-light","title":"スターリーギャラクシー ワイヤレス充電ポート アンビエントライト モデル3 ハイランド \/ モデルY ジュニパー用","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700\u0026family=Instrument+Sans:wght@400;500;600;700;800\u0026display=swap');\n\n.tpd-container {\n    --primary-color: #0065b3;\n    --text-dark: #111827;\n    --text-gray: #4b5563;\n    --bg-white: #ffffff;\n    --bg-light: #f9fafb;\n    --accent-glow: rgba(0, 101, 179, 0.1);\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    font-family: 'Instrument Sans', sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background-color: var(--bg-white);\n}\n\n.tpd-inner-content {\n    padding: 0 20px;\n}\n\n\/* Hero Image Section *\/\n.tpd-hero-img {\n    width: 100%;\n    margin-bottom: 20px;\n}\n.tpd-hero-img img {\n    width: 100%;\n    display: block;\n    border-radius: 16px; \n}\n\n\/* Main Section Title *\/\n.tpd-section-title {\n    font-family: 'Instrument Sans', sans-serif;\n    font-size: 42px;\n    text-align: center;\n    margin: 60px 0 40px;\n    font-weight: 700;\n    letter-spacing: -1px;\n    color: var(--text-dark);\n    line-height: 1.2;\n}\n\n\/* Selling Points Grid (White Rounded Boxes) *\/\n.tpd-icon-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-bottom: 60px;\n}\n.tpd-icon-card {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    padding: 30px 15px;\n    background: #ffffff;\n    border-radius: 20px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    border: 1px solid #f0f0f0;\n}\n.tpd-icon-circle {\n    width: 48px; \n    height: 48px;\n    background: var(--accent-glow);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n}\n.tpd-icon-card svg { width: 22px; height: 22px; color: var(--primary-color); }\n.tpd-icon-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; color: var(--text-dark); }\n.tpd-icon-card p { font-size: 12px; color: var(--text-gray); margin: 0; line-height: 1.3; }\n\n\/* Feature Sections *\/\n.tpd-feature-card {\n    background: #ffffff;\n    padding: 40px;\n    border-radius: 24px;\n    margin-bottom: 30px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);\n    border: 1px solid #f5f5f5;\n    width: 100%;\n    box-sizing: border-box;\n}\n.tpd-feature-row { display: flex; align-items: center; gap: 50px; } \n.tpd-feature-row.reverse { flex-direction: row-reverse; }\n.tpd-feature-image { flex: 1.2; overflow: hidden; }\n.tpd-feature-image img { width: 100%; display: block; border-radius: 16px; }\n.tpd-feature-content { flex: 1; }\n.tpd-feature-content h3 { \n    font-family: 'Instrument Sans', sans-serif; \n    font-size: 32px; \n    font-weight: 700;\n    margin-bottom: 15px; \n    color: var(--text-dark); \n    letter-spacing: -0.5px;\n}\n.tpd-feature-content p { font-size: 16px; margin: 0; color: var(--text-gray); }\n\n\/* Box Contents Section *\/\n.tpd-box-section {\n    background: var(--bg-light);\n    padding: 60px 40px;\n    border-radius: 24px;\n    margin: 40px 0;\n    text-align: center;\n}\n.tpd-box-list {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    margin-top: 30px;\n    flex-wrap: wrap;\n}\n.tpd-box-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n}\n.tpd-box-item svg { color: var(--primary-color); width: 32px; height: 32px; }\n.tpd-box-item span { font-weight: 600; font-size: 16px; }\n\n\/* FAQ Styles *\/\n.tpd-faq-section { padding: 40px 0 80px; }\n.tpd-faq-list { width: 100%; margin: 0 auto; }\n.tpd-faq-item {\n    background: #ffffff;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n    border: 1px solid #f0f0f0;\n    overflow: hidden;\n    transition: all 0.3s ease;\n}\n.tpd-faq-item:hover { box-shadow: 0 6px 25px rgba(0,0,0,0.08); }\n.tpd-faq-item summary {\n    list-style: none;\n    padding: 20px 25px;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 17px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    user-select: none;\n}\n.tpd-faq-icon { width: 16px; height: 16px; position: relative; }\n.tpd-faq-icon::before { content: ''; position: absolute; width: 100%; height: 2px; background: #333; top: 50%; margin-top: -1px; }\n.tpd-faq-icon::after { content: ''; position: absolute; width: 2px; height: 100%; background: #333; left: 50%; margin-left: -1px; transition: transform 0.3s; }\n.tpd-faq-item[open] .tpd-faq-icon::after { transform: rotate(90deg); opacity: 0; }\n.tpd-faq-a { \n    padding: 0 25px 20px 25px; \n    font-size: 15px; \n    color: var(--text-gray); \n    border-top: 1px solid #f9f9f9;\n    padding-top: 15px;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 992px) {\n    .tpd-section-title { font-size: 28px; margin: 40px 0 20px; }\n    .tpd-icon-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }\n    .tpd-feature-row, .tpd-feature-row.reverse { flex-direction: column; text-align: center; }\n    .tpd-feature-card { padding: 25px 20px; border-radius: 16px; }\n    .tpd-feature-content h3 { font-size: 24px; }\n    .tpd-faq-item summary { font-size: 15px; padding: 15px 20px; }\n    .tpd-box-list { gap: 20px; }\n}\n\u003c\/style\u003e\n\n\u003c!-- JSON-LD Structured Data for FAQ --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this compatible with my Tesla?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This product is specifically designed for Tesla Model 3 Highland (2024+) and Model Y Juniper versions. It fits the updated wireless charging console layout.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will it affect wireless charging speed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Not at all. The light module is ultra-thin and positioned around the charging ports, ensuring no interference with the 15W Qi charging capability or device placement.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is it powered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It connects directly to the original vehicle power interface using a plug-and-play harness. No external battery or complicated wiring is required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I turn off the light when I don't need it?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, you can turn the light off, adjust brightness, or change colors anytime through the mobile App via Bluetooth.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the adhesive safe for the interior?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, we use automotive-grade adhesive that provides a strong bond but can be removed without leaving residue or damaging the factory console material.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cdiv class=\"tpd-container\"\u003e\n    \u003c!-- Hero Image --\u003e\n    \u003cdiv class=\"tpd-hero-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_2.png?v=1777449298\" alt=\"星空ギャラクシーワイヤレス充電アンビエントライト\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tpd-inner-content\"\u003e\n        \u003c!-- Main Title --\u003e\n        \u003ch2 class=\"tpd-section-title\"\u003e星空ギャラクシーワイヤレス充電ポート\u003cbr\u003eModel 3\/Y用アンビエントライト\u003c\/h2\u003e\n\n        \u003c!-- Icons Grid --\u003e\n        \u003cdiv class=\"tpd-icon-grid\"\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M10.5 6h9.75M10.5 12h9.75M10.5 18h9.75M3 6h.008v.008H3V6zm0 6h.008v.008H3V12zm0 6h.008v.008H3V18z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003eアプリコントロール\u003c\/h4\u003e\n                \u003cp\u003e数百万色パレット\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-7.714 2.143L11 21l-2.286-6.857L1 12l7.714-2.143L11 3z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003eギャラクシーエフェクト\u003c\/h4\u003e\n                \u003cp\u003eレーザーエッチングスターライト\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003e純正フィット\u003c\/h4\u003e\n                \u003cp\u003eプラグアンドプレイ取り付け\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.543.544a2 2 0 01-1.414.585h-2.23a2 2 0 01-1.414-.585l-.544-.544z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003eエコライティング\u003c\/h4\u003e\n                \u003cp\u003e省エネLED\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Section 1: Intelligent App Control --\u003e\n        \u003cdiv class=\"tpd-feature-card\"\u003e\n            \u003cdiv class=\"tpd-feature-row\"\u003e\n                \u003cdiv class=\"tpd-feature-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_7.jpg?v=1777449298\" alt=\"スマートアプリインターフェース\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eインテリジェントアプリコントロール\u003c\/h3\u003e\n                    \u003cp\u003eコックピットの雰囲気を完全にコントロール。専用のBluetoothアプリで数百万色とダイナミックな照明モードをカスタマイズ可能。控えめな輝きから鮮やかなトランジションまで、ムードはいつでもあなたの手の中にあります。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Section 2: Laser-Etched Chrome Finish --\u003e\n        \u003cdiv class=\"tpd-feature-card\"\u003e\n            \u003cdiv class=\"tpd-feature-row reverse\"\u003e\n                \u003cdiv class=\"tpd-feature-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_6.png?v=1777449298\" alt=\"レーザーエッチングの職人技\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eレーザーエッチングクローム仕上げ\u003c\/h3\u003e\n                    \u003cp\u003eModel 3 HighlandとModel Y Juniper専用に設計されたこの高級クローム仕上げモジュールは、精密なレーザーエッチングを特徴としています。充電エリアの視覚的な空白を埋め、ライトオフ時でもエレガントな星空効果を演出します。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Section 3: Non-Destructive Sticky Install --\u003e\n        \u003cdiv class=\"tpd-feature-card\"\u003e\n            \u003cdiv class=\"tpd-feature-row\"\u003e\n                \u003cdiv class=\"tpd-feature-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_8.png?v=1777449298\" alt=\"簡単取り付け\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003e非破壊接着インストール\u003c\/h3\u003e\n                    \u003cp\u003e本物の5分セットアップ。高品質な接着剤付きバックと直接プラグコネクターを備え、ドアフレームを外したり配線を切断したりせずに取り付け可能です。剥がして貼り、差し込むだけで保証を無効にしない純正グレードのアップグレードが即座に完了します。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- What's in the Box --\u003e\n        \u003csection class=\"tpd-box-section\"\u003e\n            \u003ch2 class=\"tpd-section-title\" style=\"margin-top:0;\"\u003e同梱物\u003c\/h2\u003e\n            \u003cdiv class=\"tpd-box-list\"\u003e\n                \u003cdiv class=\"tpd-box-item\"\u003e\n                    \u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003cspan\u003eワイヤレス充電アンビエントライト x1\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-box-item\"\u003e\n                    \u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003cspan\u003e電源ケーブル x1\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- FAQ Section --\u003e\n        \u003csection class=\"tpd-faq-section\"\u003e\n            \u003ch2 class=\"tpd-section-title\"\u003eよくある質問\u003c\/h2\u003e\n            \u003cdiv class=\"tpd-faq-list\"\u003e\n                \u003cdetails class=\"tpd-faq-item\" open\u003e\n                    \u003csummary\u003e私のテスラに対応していますか？ \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eこの製品は特にテスラ Model 3 Highland（2024年以降）およびModel Y Juniperバージョン向けに設計されています。更新されたワイヤレス充電コンソールのレイアウトに適合します。\u003c\/div\u003e\n                \u003c\/details\u003e\n                \n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eワイヤレス充電の速度に影響はありますか？ \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003e全く影響ありません。ライトモジュールは超薄型で充電ポートの周囲に配置されており、15W Qi充電機能やデバイスの設置に干渉しません。\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003e電源はどうなっていますか？ \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eプラグアンドプレイのハーネスで元の車両の電源インターフェースに直接接続します。外部バッテリーや複雑な配線は不要です。\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003e使わないときにライトを消せますか？ \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eはい、モバイルアプリを使ってBluetooth経由でいつでもライトのオン・オフ、明るさ調整、色の変更が可能です。\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003e接着剤は車内に安全ですか？ \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eはい、自動車グレードの接着剤を使用しており、強力な接着力を持ちながらも、残留物を残さず工場出荷時のコンソール素材を傷つけずに取り外せます。\u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Default Title","offer_id":48417041318120,"sku":"TLA019","price":22200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starry-galaxy-wireless-charging-port-ambient-light-for-model-3-highland-model-y-juniper-7789390.png?v=1777507700","url":"https:\/\/www.tesery.com\/ja-jp\/products\/model-3-y-starry-galaxy-wireless-charging-port-ambient-light","provider":"Tesery Official Store","version":"1.0","type":"link"}