EVENT
イベント
-
-
-
北区 お祭り2026.09.26(土)
北区花火会 RED×BLUE SPARKLE GATE
花火大会 東京の秋空を彩る大迫力の光と音の競演 「北区花火会 RED×BLUE SPARKLE GATE」 東京都北区の荒川河川敷にて、「北区花火会 RED×BLUE SPARKLE GATE」が開催されます。本イベントは、地域住民と企業が一体となってつくりあげる北区ならではの秋のビッグイベントです。 今年のテーマは「LOVE −想いの光−」。荒川の豊かな自然を背景に、音楽とシンクロして打ち上がる迫力満点の花火が秋の夜空を華やかに彩ります。 イベントの見どころ 音楽と光が織りなす大スケールの花火演出 音楽に合わせて打ち上がるダイナミックな花火演出が魅力です。赤羽・川口エリアの夜空を舞台に、迫力ある光のパフォーマンスが広がり、訪れる人々を魅了します。 ドローンショーなどの多様なエンターテインメント オープニングを飾るドローンショーをはじめ、最新技術と花火演出が融合した迫力あるプログラムが用意されています。 地元グルメを楽しめるフードエリアも充実 会場内にはキッチンカーなどの飲食ブースも多数出店。美味しいグルメを味わいながら、ゆっくりと花火を楽しむことができます。 こんな方におすすめ 日本の伝統的な花火大会を秋に楽しみたい方、音楽と光が融合したダイナミックなショーを体験したい方、家族や友人とともに特別な思い出を作りたい観光客におすすめのイベントです。 © 北区花火会 (画像はイメージです) © 北区花火会 (画像はイメージです) ※天候等の都合により、内容やスケジュールが変更・中止となる場合があります。 ※混雑が予想されるため、公共交通機関のご利用をおすすめします。 ※最新情報は公式サイトをご確認ください。 :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); word-break: break-word; } .card-text p { margin-bottom: 4px; } .card-text p:last-child { margin-bottom: 0; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery Protection & Responsiveness */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; overflow: hidden; } .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
ぐるっと東京 音楽2026.08.30(日)
8/30(日)フルート・ピアノデュオコンサート 南大塚
2026年8月30日(日)に フルートとピアノのデュオコンサートを開催します♪ 聞いたことのあるクラシックからポップスまで幅広いジャンルを演奏します! 夏休み最後の日曜日に、小さなお子さまから大人の方まで楽しめるプログラムとなっておりますので、 気軽に鑑賞いただければと思います☺️ (定員になり次第終了) ⚫︎場所 南大塚ホール(JR大塚駅より徒歩6分) ⚫︎開場13:30 ⚫︎開演14:00 ⚫︎大人2500円、学生1000円、未就学児無料 ♪プログラム♪ ・パンの笛op.15/ムーケ ・亡き王女のためのパヴァーヌ/ラヴェル ・歌劇「カルメン」/ビゼー ・海の見える街(ジャズver.)/久石譲 ・宝島/和泉宏隆 ・にじ/中川ひろたか ・名探偵コナンのテーマ/大野克夫 その他ピアノソロも演奏します♪ フルート 宮川香純 ピアノ 佐田純子 【抽選で5組10名様ご招待します!(出演者の演奏を初めて聴く方に限ります)8/10締切】 ご予約はお早めに!! https://forms.gle/L6ngxdtfRr6p4nVj8
-