✦ Verified product
Roland ローランド 電子ピアノ LX5LAS【組立設置配送】
JPY 260,700.00
【公式】やぎ楽器オンラインショップ WEB本店
Verified independent store
→
Roland LX-5 | 次世代のピアノ体験へ /* Shopifyなどの外部環境に埋め込むことを想定し、body要素への直接的なスタイルは最小限に抑えます。 */ body { font-family: 'Noto Sans JP', sans-serif; line-height: 1.5; /* 行間を調整 */ color: #333; margi
n: 0; /* bodyの外部余白をリセット(念のため) */ padding: 0; /* bodyの内部余白をリセット(念のため) */ font-size: 0.9em; /* 全体の文字サイズを調整 */ } /* コンテナのスタイル:固有のプレフィックスを付けて衝突を避けます */ .lx5-container { max-width: 1000px; /* コンテナの最大幅を設定 */ width: 100%; /* 親要素の幅いっぱいに広がる */ margin: 25px auto; /* 上下余白と左右中央揃えを調整(Shopifyセクション内での配置を想定) */ background: #ffffff; padding: 40px; /* コンテナ内のコンテンツの余白を調整 */ border-radius: 10px; /* 角丸を調整 */ box-shadow: 0 5px 20px rgba(0,0,0,0.06); /* 影を調整 */ border: 1px solid #eee; box-sizing: border-box; /* paddingとborderをwidthに含める */ } /* 見出し1のスタイル:固有のプレフィックスを付けて衝突を避けます */ .lx5-h1 { font-family: 'Playfair Display', serif; color: #2a3d66; text-align: center; margin-bottom: 35px; /* 見出し下部の余白を調整 */ font-size: 2.8em; /* タイトルサイズを調整 */ letter-spacing: 0.7px; position: relative; padding-bottom: 12px; } .lx5-h1::after { content: ''; width: 70px; /* 線を調整 */ height: 2px; /* 線を調整 */ background-color: #6a8eab; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; border-radius: 1px; } /* 見出し2のスタイル:固有のプレフィックスを付けて衝突を避けます */ .lx5-h2 { font-family: 'Playfair Display', serif; color: #3f5b8a; margin-top: 40px; /* 見出し上部の余白を調整 */ margin-bottom: 25px; /* 見出し下部の余白を調整 */ font-size: 1.6em; /* 見出しサイズを調整 */ text-align: center; } /* 特徴リストのスタイル:固有のプレフィックスを付けて衝突を避けます */ .lx5-feature-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr; /* デフォルトは単一カラム */ gap: 25px; /* 特徴アイテム間の余白を調整 */ } /* 特徴アイテムのスタイル:固有のプレフィックスを付けて衝突を避けます */ .lx5-feature-item { background-color: #fafafa; border: 1px solid #e0e0e0; border-radius: 8px; /* 角丸を調整 */ padding: 20px; /* 特徴アイテム内のコンテンツの余白を調整 */ box-shadow: 0 2px 10px rgba(0,0,0,0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; } .lx5-feature-item:hover { transform: translateY(-4px); box-shadow: 0 4px 15px rgba(0,0,0,0.06); } .lx5-feature-item h3 { font-family: 'Noto Sans JP', sans-serif; color: #4a6c8e; font-weight: 700; font-size: 1.2em; /* 特徴のタイトルサイズを調整 */ margin-top: 0; /* 特徴タイトル上部の余白をリセット */ margin-bottom: 12px; /* 特徴タイトル下部の余白を調整 */ position: relative; padding-left: 30px; /* ナンバー分の左余白を調整 */ } .lx5-feature-item h3::before { content: attr(data-number); position: absolute; left: 0; top: -3px; font-family: 'Playfair Display', serif; font-size: 1.8em; /* ナンバーサイズを調整 */ color: #6a8eab; opacity: 0.7; } .lx5-feature-item p { font-size: 0.95em; /* 特徴の説明文サイズを調整 */ color: #555; margin-bottom: 0; /* 段落下部の余白をリセット */ } /* テキストブロックのスタイル:固有のプレフィックスを付けて衝突を避けます */ .lx5-intro-text, .lx5-closing-text { text-align: center; margin-bottom: 25px; /* テキストブロック下部の余白を調整 */ font-size: 1.0em; /* 本文サイズを調整 */ color: #555; } /* 配送情報セクションのスタイル */ .lx5-delivery-section { background-color: #f0f8ff; /* 明るい背景色で区別 */ border: 1px solid #cceeff; border-radius: 8px; padding: 30px; margin-top: 50px; /* 上部との余白 */ box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-size: 0.95em; /* 文字サイズ調整 */ } .lx5-delivery-section h3 { font-family: 'Noto Sans JP', sans-serif; color: #0056b3; font-weight: 700; font-size: 1.8em; /* 元の1.4emから1.8emに拡大 */ text-align: center; margin-bottom: 20px; } .lx5-delivery-section p { margin-bottom: 10px; } .lx5-delivery-section ul { list-style-type: none; /* デフォルトのリストスタイルを削除 */ padding-left: 0; /* デフォルトのパディングを削除 */ margin-top: 15px; } .lx5-delivery-section ul li { position: relative; padding-left: 20px; /* 箇条書きアイコン分のスペース */ margin-bottom: 8px; } .lx5-delivery-section ul li::before { content: '•'; /* カスタム箇条書きアイコン */ color: #007bff; /* アイコンの色 */ font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; position: absolute; left: 0; top: 0; } .lx5-delivery-section ol { /* 順序付きリストのスタイルを追加 */ counter-reset: step-counter; /* カウンターをリセット */ list-style-type: none; /* デフォルトの数字を非表示に */ padding-left: 0; /* デフォルトのパディングを削除 */ margin-top: 15px; } .lx5-delivery-section ol li { position: relative; padding-left: 2.5em; /* 数字とコンテンツの間にスペース */ margin-bottom: 10px; font-weight: normal; /* li自体の太字をリセット */ } .lx5-delivery-section ol li::before { content: counter(step-counter) "."; /* カスタム数字カウンター */ counter-increment: step-counter; /* カウンターを増やす */ color: #007bff; /* 数字の色 */ font-weight: bold; /* 数字を太字に */ display: inline-block; width: 2em; /* 数字の幅を調整 */ margin-left: -2.5em; /* 左にずらして配置 */ text-align: right; position: absolute; left: 0; top: 0; } .lx5-delivery-section .note-text { font-size: 0.9em; color: #666; margin-top: 20px; text-align: left; } /* ボタンのスタイル:固有のプレフィックスを付けて衝突を避けます */ .lx5-link-button { display: block; width: fit-content; margin: 35px auto 0; /* ボタンの上下中央揃えと上部余白を調整 */ padding: 12px 25px; /* ボタンの内部余白を調整 */ background-color: #6a8eab; color: white; text-decoration: none; border-radius: 40px; /* 角丸を調整 */ font-size: 1.0em; /* ボタンの文字サイズを調整 */ font-weight: 700; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 3px 8px rgba(0,0,0,0.08); } .lx5-link-button:hover { background-color: #547794; transform: translateY(-1px); } /* 広い画面では2カラム表示にする */ @media (min-width: 768px) { .lx5-feature-list { grid-template-columns: 1fr 1fr; } } Roland LX-5次世代のピアノ体験へ ローランドLX-5は、アコースティック・グランドピアノの豊かな響きと演奏感を追求し、デジタル技術でその魅力を最大限に引き出したデジタルピアノです。リビングに美しく溶け込むデザインと、日々の演奏を豊かに彩る機能をバランスよく備えています。 LX-5の6つの主な特徴 「ピアノ・リアリティ・モデリング音源」が生み出す、深みと表現力 ローランド独自の「ピアノ・リアリティ・モデリング音源」は、グランドピアノの音の生成プロセスを徹底的に再現。鍵盤のタッチやペダルの操作に連動して、無限に変化する音色と豊かな倍音、自然な減衰音を実現し、ピアニストの感情を余すことなく音に反映します。 グランドピアノの演奏感を再現する「PHA-50ハイブリッド鍵盤」 木材と樹脂のハイブリッド構造による「PHA-50ハイブリッド鍵盤」を搭載。アコースティックピアノの演奏感と耐久性を両立し、鍵盤の奥側でも軽いタッチで演奏できる設計です。新採用の「ハイ・プレシジョン・センシング」により、繊細な打鍵から力強いフォルテッシモまで、あらゆるタッチを高精細に読み取ります。 臨場感あふれるサウンドを実現する4スピーカー・システム クリアで立体的なサウンドを奏でる4つのスピーカー・システムを搭載。下部のウーファーと上部のツイーターが連携し、低音から高音までバランスの取れた響きを実現します。さらに「ピアノ・リアリティ・アンビエンス」機能により、まるでコンサートホールで演奏しているかのような奥行きと広がりを体験できます。 モダンでコンパクトなアップライト・キャビネットデザイン 優雅なアップライトピアノを思わせる、洗練されたコンパクトなデザイン。リビングや寝室など、様々な空間に自然に溶け込み、圧迫感なく設置できます。インテリアとしての美しさを保ちつつ、本格的なピアノ演奏を楽しめる一台です。 Bluetooth機能と専用アプリ「Roland Piano App」連携 スマートフォンやタブレットとBluetoothでワイヤレス接続が可能。お気に入りの楽曲をLX-5のスピーカーから流しながら一緒に演奏したり、無料の「Roland Piano App」を使って日々の練習記録、デジタル楽譜表示、ゲーム感覚のレッスン機能などを活用できます。音楽の楽しみがさらに広がります。 メンテナンスフリーと便利なデジタル機能 デジタルピアノならではのメンテナンスフリー設計で、定期的な調律が不要。常に安定した最高のコンディションで演奏を楽しめます。また、ヘッドホン使用や音量調整、ツインピアノ機能(鍵盤を2つの同じ音域に分割)など、デジタルピアノならではの利便性が、快適な練習環境を提供します。 組立配送設置について 本州、九州、四国は配送・組立設置無料でお届けいたします。 ご注文後に弊社よりお電話させていただき納入日を打ち合わせさせていただきます。 ※北海道・沖縄は別途送料がかかります。離島は配送できない地域もございます。 ■ご注文から配達・組立設置までの流れ ご注文: ご注文完了後、弊社より組立設置について確認のご連絡をいたします。 日程調整: 設置を希望される日付・時間帯を打ち合わせさせていただきます。(ご注文確認後2~4日程度の最短お届け日をご案内いたします。) 配送: ご調整頂いた日程にて、配送および組立設置が行われます。当日の朝頃にお届け時間のご連絡が運送業者よりございます。 ※注意事項 フェリーや航空機による輸送が必要となる地域の場合、組立設置を承ることができない場合があります。 記載の納期は平時のものとなります。配送混雑やメーカー在庫切れなどにより、変動する場合がありますのでご注意下さい。 ローランドLX-5は、本格的な演奏体験と洗練されたデザインを両立した、次世代のスタンダードモデルです。あなたの毎日に音楽の喜びを加えてみませんか。 ローランド LX-5 公式ページで詳細を見る