KATWALKC2 CORE
:root { --primary: #6366f1; --primary-light: #818cf8; --primary-dark: #4f46e5; --secondary: #fef2f2; --accent: #f43f5e; --text: #1e293b; --text-light: #64748b; --bg-light: #f8fafc; --border: #e2e8f0; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .product-content { color: var(--text); line-height: 1.7; font-size: 16px; max-width: 100%; } .headline { font-size: 2rem; font-weight: 800; margin-bottom: 1.5rem; line-height: 1.2; background: linear-gradient(120deg, var(--primary), var(--primary-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; } .intro { font-size: 1.2rem; line-height: 1.6; margin-bottom: 2.5rem; color: var(--text-light); font-weight: 400; } .highlight-container { background: linear-gradient(145deg, #ffffff, var(--bg-light)); border-radius: 16px; padding: 2rem; margin: 2.5rem 0; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 4px 6px -2px rgba(0, 0, 0, 0.01); position: relative; overflow: hidden; } .highlight-container::before { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: linear-gradient(to bottom, var(--primary), var(--primary-light)); } .section-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--primary-dark); position: relative; display: inline-block; } .section-title::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 40px; height: 3px; background: var(--primary); } .feature-list { list-style: none; margin: 1.5rem 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; } .feature-item { padding: 1rem; border-radius: 12px; background: white; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.01); transition: transform 0.3s, box-shadow 0.3s; display: flex; align-items: flex-start; gap: 12px; } .feature-item:hover { transform: translateY(-3px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.01); } .feature-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--primary-light), var(--primary)); color: white; font-size: 1.25rem; flex-shrink: 0; } .feature-content h4 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--text); } .feature-content p { font-size: 0.95rem; color: var(--text-light); line-height: 1.5; } .payment-container { border-radius: 16px; background: linear-gradient(145deg, #ffffff, var(--bg-light)); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 4px 6px -2px rgba(0, 0, 0, 0.01); padding: 2rem; margin: 2.5rem 0; position: relative; overflow: hidden; } .payment-container::before { content: ""; position: absolute; top: 0; right: 0; width: 100px; height: 100px; background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.1), transparent 70%); border-radius: 0 0 0 100%; } .payment-options { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.5rem 0; } .payment-option { flex: 1; min-width: 180px; background: white; border-radius: 12px; padding: 1.25rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.01); transition: transform 0.3s, box-shadow 0.3s; } .payment-option:hover { transform: translateY(-3px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.01); } .payment-option h4 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.75rem; color: var(--primary-dark); } .payment-option p { font-size: 0.95rem; color: var(--text-light); } .cta-button { display: inline-flex; align-items: center; gap: 0.5rem; background: linear-gradient(to right, var(--primary), var(--primary-dark)); color: white; padding: 0.875rem 1.75rem; border-radius: 10px; font-weight: 600; text-decoration: none; margin: 1.5rem 0; transition: all 0.3s; border: none; cursor: pointer; box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.2); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.3); } .cta-button svg { width: 18px; height: 18px; } .link { color: var(--primary); text-decoration: none; font-weight: 500; position: relative; transition: color 0.3s; } .link::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: var(--primary); transform: scaleX(0); transform-origin: right; transition: transform 0.3s; } .link:hover { color: var(--primary-dark); } .link:hover::after { transform: scaleX(1); transform-origin: left; } .specs-container { margin: 2.5rem 0; border-radius: 16px; overflow: hidden; background: white; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 4px 6px -2px rgba(0, 0, 0, 0.01); } .specs-header { background: linear-gradient(to right, var(--primary-light), var(--primary)); padding: 1.5rem 2rem; color: white; } .specs-header h3 { font-size: 1.25rem; font-weight: 600; margin: 0; } .specs-body { padding: 2rem; } .specs-intro { margin-bottom: 1.5rem; line-height: 1.6; } .specs-list { list-style: none; } .specs-item { display: flex; align-items: flex-start; padding: 1rem 0; border-bottom: 1px dashed var(--border); } .specs-item:last-child { border-bottom: none; } .specs-icon { width: 24px; height: 24px; margin-right: 1rem; color: var(--primary); flex-shrink: 0; } .notice { margin: 2.5rem 0; padding: 1.5rem; border-radius: 12px; background-color: #fffbeb; border-left: 4px solid #fbbf24; color: #92400e; font-size: 0.95rem; line-height: 1.6; } .notice strong { font-weight: 600; } @media (max-width: 768px) { .feature-list { grid-template-columns: 1fr; } .payment-options { flex-direction: column; } .headline { font-size: 1.75rem; } .highlight-container, .payment-container, .specs-body { padding: 1.5rem; } } KATWALK C2 CORE 世界初の家庭用VRルームランナーの最新型。「ゲームの中を自分の足で歩く」KATVRシリーズの家庭用サイズ型VRコントローラー第二弾 製品の特長 🏃 リアルな動きを実現 歩く・走る・しゃがむなどの動作を正確に追跡し、VR空間での自然な移動を可能に 🎮 多数のゲームに対応 人気VRゲームとの互換性を持ち、様々なVR体験を拡張 🏠 コンパクト設計 家庭用に最適化されたサイズで、設置場所を選ばず本格VR体験 ⚙️ 高耐久性 高品質な素材と堅牢な設計で長時間の使用にも安心 お支払いオプション 分割払い 便利な月々のお支払いで、負担を抑えて購入可能です。 請求書払い(後払い) 商品をお受け取り後にお支払いができる安心の決済方法です。 銀行振込 従来の安定した決済方法です。 分割決済について詳しく見る 詳しくはお問い合わせください。 シートモジュール(座椅子)も合わせご検討ください。長時間のVR体験をより快適にお楽しみいただけます。 KATwalk C2+ との仕様比較 C2+は個人ユーザー向けの最上位モデルで、C2 COREはKATWALK C2の標準機能のみを搭載し、価格を抑えたモデルです。 LEDライト:非搭載 振動モジュール:非搭載 バックサポート:デザイン変更 ご注意: 次回の入荷に際し、販売価格が変更となる場合がございますので、あらかじめご了承いただきますようお願い申し上げます。