{"product_id":"triple-port-usb-c-reader-rjc","title":"トリプルポートUSB-Cリーダー","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Tech Accessory (3-in-1 USB-C Card Reader)\nTarget Audience: Photographers, Office Workers, Travelers, General Tech Users\nVisual Style: Modern, Clean, Tech-Oriented yet Lifestyle-Friendly\nColor Strategy: White background for crispness, Tech Blue (--primary) for emphasis, Dark Gray text for high readability.\nShape Strategy: Radius 12px for tech product approachability (smooth, non-aggressive edges).\nTypography Strategy: Large Type \/ Mobile-first readable (Base text 18px, H1 up to 44px).\nMobile Table Strategy: Card-based (Strictly NO horizontal scroll, flex-row mapping).\nImage Mapping: Hero=image_1 (Collage\/Main), Feature1=image_2 (Ports), Feature2=image_3 (OTG\/Phone), Feature3=image_4 (Laptop), Feature4=image_5 (Lifestyle).\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 CSS Variables *\/\n    :root {\n      --primary: #0A58CA; \/* Tech Blue *\/\n      --primary-light: #EBF2FF;\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --border-color: #E5E7EB;\n      \n      --radius-md: 12px;\n      --radius-lg: 20px;\n      \n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    }\n\n    \/* 0) Typography \u0026 Spacing System *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 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: inherit;\n    }\n\n    \/* Large Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin-top: 0;\n      margin-bottom: 1rem;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 600;\n      line-height: 1.4;\n      margin-top: 0;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Non-clickable Visual Badge *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* 2) Image Protocol (Scheme A: Natural Flow) *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      min-height: 300px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: bold;\n    }\n\n    .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n    \n    .hero-section p.hero-subtitle {\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n      font-size: clamp(20px, 2vw, 24px);\n      margin-bottom: 2rem;\n    }\n\n    .social-proof-text {\n      font-size: 16px;\n      color: var(--text-sub);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    \/* Features Section \u0026 Mobile Ordering Lock *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(4rem, 8vw, 6rem);\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strictly stack *\/\n      gap: 2rem;\n    }\n\n    .feature-media {\n      width: 100%;\n      order: 1; \/* Force image on top for mobile *\/\n    }\n\n    .feature-copy {\n      width: 100%;\n      order: 2; \/* Force text below for mobile *\/\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .feature-list li {\n      position: relative;\n      padding-left: 2rem;\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n    }\n\n    .feature-list li::before {\n      content: '✓';\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 1.2em;\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem; \/* Ensure breathing room between text and image *\/\n      }\n      \n      .feature-media,\n      .feature-copy {\n        width: 50%;\n        order: unset; \/* Remove explicit ordering for desktop to allow nth-child rules *\/\n      }\n\n      \/* Alternate layout for Z-Pattern *\/\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specifications Table (Strict Card Pattern for Mobile) *\/\n    .specs-section {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .specs-table th,\n      .specs-table td {\n        padding: 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table th {\n        width: 40%;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n      .specs-table td {\n        color: var(--text-sub);\n      }\n    }\n\n    \/* Mobile Card Strategy (CRITICAL: NO HORIZONTAL SCROLL) *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide default headers *\/\n      }\n      \n      .specs-table tr {\n        margin-bottom: 1.5rem;\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 1.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .specs-table td {\n        display: flex;\n        flex-direction: column; \/* Stack label and value for better readability on small screens *\/\n        padding: 0.5rem 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.25rem;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin: 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究極の3-in-1 USB-Cカードリーダー。カメラからスマホ、タブレット、ノートPCへ写真や動画を瞬時に閲覧・コピー・共有。\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof-text\"\u003e⭐⭐⭐⭐⭐ 写真家＆プロフェッショナル必携ツール\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/151e8cd7d993b913ada972b771df0870.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/1a1c0f230b882dc044283b00e0a6ac2d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSDカードスロット：\u003c\/strong\u003e一眼レフやミラーレスカメラの転送に最適。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMicro SD（TF）スロット：\u003c\/strong\u003eドローンやアクションカメラの映像に簡単アクセス。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUSB 3.0ポート：\u003c\/strong\u003eキーボード、マウス、USBフラッシュドライブをシームレスに接続。\u003c\/li\u003e\n\u003c\/ul\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/8cdd2bc7c5f304a50ae4a45736ee4a61.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eアプリ不要：\u003c\/strong\u003eデバイスのファイルマネージャーでネイティブに動作。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eドライバー不要：\u003c\/strong\u003e最新のOSで即認識。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e追加電源不要：\u003c\/strong\u003eデバイスのバッテリーで効率的に動作。\u003c\/li\u003e\n\u003c\/ul\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/7af17af5f0235f171d15bae46e9a81c2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e幅広いファイル対応：\u003c\/strong\u003e動画、音楽、Word、PPT、Excel、PDF、RAW画像に対応。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eインポート：\u003c\/strong\u003eSD\/TFカードやUSBディスクから直接USB-Cデバイスへデータを移動。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eエクスポート：\u003c\/strong\u003eiPadやスマホから外部ストレージへファイルをバックアップして空き容量を確保。\u003c\/li\u003e\n\u003c\/ul\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/fc7263c5798c8abf06b260fd660b4588.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e内蔵ケーブル延長：\u003c\/strong\u003eノートパソコンの隣接ポートを塞がない設計です。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e超軽量：\u003c\/strong\u003eカメラバッグやポケット、日常の持ち物に簡単に収まります。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eOTG対応：\u003c\/strong\u003eスマートフォンをどこでも強力なワークステーションに変えます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Strategy) --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e技術仕様\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Input Interface\"\u003eUSB Type-C（オス）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Output Interfaces\"\u003e1x SDスロット、1x Micro SD（TF）スロット、1x USB 3.0ポート\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003eMacOS、Windows、iPadOS、Android（OTGサポートが必要）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Simultaneous Reading\"\u003e1枚のカード（SDまたはMicro SD）＋1つのUSB周辺機器の同時読み取りに対応\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cable Length\"\u003e約12.0 cm \/ 4.7 in\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e約35.0 g \/ 1.2 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Operating Temperature\"\u003e0°C～45°C \/ 32°F～113°F\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e耐久性のあるABS筐体とストレインリリーフケーブル\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\"\u003eSDカードスロットとMicro SDカードスロットを同時に使えますか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eこのリーダーはシングルLUNアーキテクチャを採用しており、SDスロットとMicro SDスロットを同時に読み取ることはできません。ただし、SDまたはMicro SDのいずれかのメモリーカードスロットと、USBフラッシュドライブやマウスなどのUSB周辺機器を同時に使用することは可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eiPhone 15やiPadで使うために特定のアプリをダウンロードする必要がありますか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eサードパーティのアプリは不要です！このアダプターは完全にプラグアンドプレイ対応です。Type-Cポートを持つAppleデバイスでは、差し込んでネイティブの「ファイル」アプリや「写真」アプリを開くだけで、データのアクセス、インポート、エクスポートが可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eこのカードリーダーは、私のノートパソコンのType-Cポートの隣にある充電ポートを塞ぎますか？\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":"Type-Cのみ","offer_id":46880498188461,"sku":"0318-15464786","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Type-C + Lightning","offer_id":46880498221229,"sku":"0318-15468439","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/bcb0f19d5fddbdddcf635ad8fd71b909_e491b7a4-b031-4af4-859d-53738d01d34f.jpg?v=1784621317","url":"https:\/\/newjoyloo.com\/ja\/products\/triple-port-usb-c-reader-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}