ASAGAOアスモ モバイルバッテリー
.asmo-production-detail .carousel-container { position: relative; max-width: 100%; margin: auto; overflow: hidden; } .asmo-production-detail .carousel-images img { width: 100%; dis play: none; } .asmo-production-detail .carousel-images img.active { display: block; width: 100%; height: 600px; object-fit: cover; } .asmo-production-detail .carousel-button { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 10px; cursor: pointer; font-size: 18px; } .asmo-production-detail .prev { left: 10px; } .asmo-production-detail .next { right: 10px; } .asmo-production-detail .carousel-button:hover { background-color: rgba(0, 0, 0, 0.8); } .asmo-production-detail h3 { color: #00aaff; font-size: 24px; margin-bottom: 10px; text-align: center; } .asmo-production-detail .first-title { margin-top: 50px; margin-bottom: 30px; font-size: 35px; } .asmo-production-detail .product-indicate p { font-weight: bold; font-size: 15px; } .asmo-production-detail .customer-a { background-color: #1B4377; color: #ffffff; border: none; display: flex; padding-block: initial; padding-inline: initial; border-radius: 15px; font-size: 24px; padding: 18px 20px; height: auto; align-items: center; justify-content: center; cursor: default; margin-top: 50px; margin-bottom: 30px; } .asmo-production-detail .custom-link:hover { color: #1B4377; /* 背景色变化 */ cursor: pointer; /* 鼠标悬停时显示手型 */ } .asmo-production-detail .color-style2-p { background-color: #FEF2CB; padding: 30px 10px; width: 70%; margin-bottom: 40px; } .asmo-production-detail .contact-button { background-color: #FEF2CB; color: black; font-weight: bold; border: none; display: flex; padding-block: initial; padding-inline: initial; text-decoration: none; padding: 10px 20px; border-radius: 5px; display: inline-block; } .asmo-production-detail .contact-button:hover { background-color: #b4b044; cursor: pointer; } .asmo-production-detail #asmo-information:hover { cursor: pointer; background-color: #0072BC; } .asmo-production-detail .center-align { display: flex; justify-content: center; align-items: center; } .asmo-production-detail .vertical-container { display: flex; flex-direction: column; justify-content: center; align-items: center; height: auto; } .asmo-production-detail .product-container { display: flex; flex-wrap: wrap; gap: 20px; margin: auto; } .asmo-production-detail .product-box { border: 1px solid #ccc; padding: 20px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; justify-content: space-between; height: auto; width: calc(50% - 10px); box-sizing: border-box; } .asmo-production-detail .content { display: flex; flex-direction: column; flex-grow: 1; } .asmo-production-detail .img-container { height: 200px; display: flex; justify-content: center; align-items: center; } .asmo-production-detail .product-box img { max-width: 100%; max-height: 100%; object-fit: contain; } .asmo-production-detail .product-title { font-weight: bold; margin: 20px 0; display: flex; justify-content: center; align-items: center; color: #00aaff; } .asmo-production-detail .product-description { text-align: left; margin-top: 10px; flex-grow: 1; display: flex; justify-content: flex-start; font-size: 15px; font-weight: 400; line-height: 30px; } .asmo-production-detail .product-charge { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .asmo-production-detail .product-charge img { width: calc(25% - 10px); object-fit: contain; } .asmo-production-detail .product-attachment { text-align: center; } .asmo-production-detail .product-attachment img { max-width: 100%; height: auto; } .asmo-production-detail .product-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } .asmo-production-detail .product-table h3 { color: #00aaff; font-size: 24px; margin-bottom: 10px; text-align: center; } .asmo-production-detail .product-table table { width: 100%; border: 1px solid #ccc; border-collapse: collapse; } .asmo-production-detail .product-table th, .asmo-production-detail .product-table td { border: 1px solid #ccc; padding: 10px; text-align: left; /* word-wrap: break-word; overflow-wrap: break-word; white-space: normal; */ } .asmo-production-detail .product-table th { background-color: #0072BC; color: white; font-weight: bold; } /* .asmo-production-detail .product-table td { background-color: #f9f9f9; } */ .asmo-production-detail .product-indicate p { padding: 10px 180px; line-height: 40px; text-align: center; } .asmo-production-detail .product-table .pc-table { table-layout: auto; /* 固定表格布局 */ } .asmo-production-detail .product-table .pc-table .td-20 { width: 20%; } .asmo-production-detail .product-table .pc-table .td-30 { width: 30%; } .asmo-production-detail .product-table .pc-table .td-5 { width: 5%; } .asmo-production-detail .product-table .pc-table .td-10 { width: 10%; } .asmo-production-detail .product-table .pc-table .td-35 { width: 35%; } .asmo-production-detail .product-table .pc-table .td-45 { width: 45%; } .asmo-production-detail .product-table .pc-table td[colspan], .asmo-production-detail .product-table .pc-table td[rowspan] { width: auto; } .asmo-production-detail .product-table .pc-table .gray-td, .asmo-production-detail .product-table .mobile-table .gray-td { background-color: #F7F7F7; } .asmo-production-detail .product-instructions { display: flex; flex-wrap: wrap; justify-content: space-between; } .asmo-production-detail .instructions-container { flex: 0 0 48%; display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; } .asmo-production-detail .instructions-title { height: 40px; text-align: center; } .asmo-production-detail .instructions-container img { height: 250px; object-fit: cover; } .asmo-production-detail .instructions-container p { height: 40px; text-align: center; } .asmo-production-detail .mobile-table { display: none; /* 隐藏手机端表格 */ } .asmo-production-detail .pc-table { display: table /* 显示 PC 端表格 */ } @media (max-width: 768px) { .asmo-production-detail .first-title { margin-top: 50px; margin-bottom: 30px; font-size: 30px; } .asmo-production-detail .product-indicate p { padding: 5px 5px; line-height: 40px; text-align: center; } .asmo-production-detail .product-table th, .asmo-production-detail .product-table td { border: 1px solid #ccc; padding: 2px; text-align: left; font-size: 10px; /* word-wrap: break-word; overflow-wrap: break-word; white-space: normal; */ } .asmo-production-detail .pc-table { display: none; /* 隐藏 PC 端表格 */ } .asmo-production-detail .mobile-table { display: table; /* 显示手机 */ } .asmo-production-detail .mobile-table td { white-space: normal; /* 允许换行 */ overflow-wrap: break-word; /* 处理长单词 */ } .asmo-production-detail .product-container { flex-direction: column; } .asmo-production-detail .product-box { width: 100%; } .asmo-production-detail .product-title, .asmo-production-detail .product-description { font-size: 14px; } .asmo-production-detail .product-charge img { width: calc(50% - 10px); } .asmo-production-detail .instructions-container { flex: 0 0 100%; } .asmo-production-detail .carousel-images img.active { display: block; width: 100%; height: 200px; object-fit: cover; } } ❮ ❯ いつでも、どこでも、アスモ アスモ テーブルパワー充電ステーションは付属のモバイルバッテリーに安全性の高いリン酸鉄リチウムイオン バッテリーを採用し、充電サイクル3000回の長寿命と、大容量69Wh、最大65Wの高出力を実現しました。 スマートフォンやタブレット、ノートパソコン用の補助電源としてだけではなく、企業オフィスや自治体の災害対策や 学校での授業、商業施設でのお客様への貸出用としてなど、幅広い用途でご利用いただける製品となっております。 高い安全性 安全性の高いリン酸鉄リチウムイオン電池を採用、NCA系 や三元系に比べて結晶構造が安定しているため、破損や圧 壊による発火の危険性が極めて低く、安心して安全にご使用 いただけます。 大容量、長寿命 モバイルバッテリー1台あたりの容量は21600mAh (約69Wh)。さらに充放電サイクルは約3000回以上。 従来のモバイルバッテリーの約6倍の長寿命でたっぷり、長くお使いいただけます。 最大65Wの出力 最大PD65WのUSB-Cポート2口と 最大12WのUSB-Aポート1口を搭載。 1台のバッテリーを複数の機器でシェアしてお使いいただけます。 バッテリー残量をパーセンテージで表示 バッテリー残量はもちろん、あとどれくらいで充電 が完了するかも把握できる残量パーセンテージ表示 機能を搭載。1%単位で残量を確認することができます。 機能を重視したデザイン モバイルバッテリー単体に収納可能の取手つきで、 持ち運びに便利。 LEDライトを搭載 モバイルバッテリーの背面には緊急時に役立つ LEDライトを搭載。万が一の停電時等でも安心です。 モバイルバッテリー1台あたりの充電回数/使用時間の目安 主な仕様 品名 アスモモバイルバッテリー 入力 充電ステーション:付属の専用ACアダプターで約3時間以内にフル充電が可能です。 単体バッテリーへ:付属の専用USB-CtoCケーブルで最大35W充電が可能です。 型番 AS69 電池タイプ リン酸鉄リチウムイオン 出力 USB-C1 PD65W(最大):5V/3A,9V/3A,12V/3A,15V/3A,20V/3.25A バッテリー容量 69Wh USB-C2 PD65W(最大):5V/3A,9V/3A,12V/3A,15V/3A,20V/3.25A サイズ(幅×奥行き×高さ) 84×65.1×127.5mm USB-A 12W: 5V/2.4A 同時出力 USB-C1+USB-C2: PD45W+PD30W 重量 バッテリー1本:約740g USB-C1+USB-A: PD45W+12W 付属品 USB-C to C×1 USB-C2+USB-A: PD45W+12W 保証 3年保証 USB-C1+USB-C2+USB-A: PD45W+PD30W+12W 品名 アスモモバイルバッテリー 型番 AS69 電池タイプ リン酸鉄リチウムイオン バッテリー容量 69Wh サイズ(幅×奥行き×高さ) 84×65.1×127.5mm 重量 バッテリー1本:約740g 付属品 ACアダプター×1、USB-C to C×1 保証 3年保証 入力 充電ステーション:付属の専用ACアダプターで約3時間以内にフル充電が可能です。 単体バッテリーへ:付属の専用USB-CtoCケーブルで最大35W充電が可能です。 出力 USB-C1 PD65W(最大):5V/3A,9V/3A,12V/3A,15V/3A,20V/3.25A USB-C2 PD65W(最大):5V/3A,9V/3A,12V/3A,15V/3A,20V/3.25A USB-A 12W: 5V/2.4A 同時出力 USB-C1+USB-C2: PD45W+PD30W USB-C1+USB-A: PD45W+12W USB-C2+USB-A: PD45W+12W USB-C1+USB-C2+USB-A: PD45W+PD30W+12W 取扱説明書ダウンロード パッケージ内容物 資料ダウンロード オフィス・事業所向け ASMO mobile battery_OFFICE.pdf download 学校向け ASMO_SCHOOL.pdf download お問い合わせ 販売代理店の募集、製品導入についてのご相談等について 承っております。 以下のフォームよりお問い合わせください。 お問い合わせフォーム let currentIndex = 0; const slides = document.querySelectorAll('.carousel-images img'); const totalSlides = slides.length; function showSlide(index) { slides.forEach((slide, i) => { slide.classList.remove('active'); if (i === index) { slide.classList.add('active'); } }); } function moveSlide(step) { currentIndex = (currentIndex + step + totalSlides) % totalSlides; showSlide(currentIndex); } // Auto-play function function autoPlay() { moveSlide(1); setTimeout(autoPlay, 3000); // Change every 3 seconds } window.onload = function () { autoPlay(); document.getElementById('contact-button-asago').addEventListener('click', function () { window.open('https://asagao.co.jp/pages/%E3%81%8A%E5%95%8F%E5%90%88%E3%81%9B', '_blank'); }); document.getElementById('asmo-information').addEventListener('click', function () { window.open('https://cdn.shopify.com/s/files/1/0612/0872/3661/files/AS69-5S_User_Manual_V1.02.pdf', '_blank'); }); };