ランキングはこちら
イベント
展覧会 「まち」とアートをめぐる展覧会 「アーツ中村橋 2026―わたしとまちの記憶」 練馬区立美術館と中村橋のまちなかを舞台に、「アーツ中村橋 2026―わたしとまちの記憶」が開催されています。本展は、昨年度から始まった「まちとつながる現代美術の展覧会」の第2弾です。「わたしとまちの記憶」をテーマに、9組のアーティストによる彫刻・絵画・写真・建築・インスタレーションなど、多様な作品を通して、中村橋の「まち」の過去と現在をつなぎます。 展覧会の見どころ まちなかを歩きながら作品を楽しめる 本展では、練馬区立美術館だけでなく、サンライフ練馬やサンツ中村橋商店街など、地域のさまざまな場所が会場になります。 商店街の花屋・質屋・古本屋・カフェ・ジェラート屋などでは、彫刻や絵画を中心とした小さな作品を鑑賞できます。旧店舗やサンライフ練馬の旧レストランでは、それぞれの空間の特性を活かした作品も展示されます。 美術館では新作を展示 練馬区立美術館では、展示室・ロビー・正面玄関前に、大小島真木による天井画の新作インスタレーションや、袴田京太朗による新作を含む彫刻を展示。 美術館内の展示は10月18日(日)までとなるため、訪れる際は期間にご注意ください。 作品をめぐるイベントも開催 会期中は、担当学芸員が展示場所を案内しながら作品を解説する「ガイドツアー」や、練馬区役所アトリウムで開催されるミニコンサート「アトリウムミニステージ」とのコラボレーションを予定しています。 会期末には、今年で4回目となる「アートマルシェ」も開催予定。美術の森緑地での出店のほか、ワークショップやパフォーミングアーツのイベントも予定されています。 こんな方におすすめ 現代アートを楽しみながら東京のまちを歩いてみたい方、中村橋の地域とアートのつながりを感じたい方におすすめの展覧会です。 美術館だけでなく、商店街やまちなかに点在する作品をめぐりながら、中村橋の「まち」とアートを楽しんでみてはいかがでしょうか。 飯田竜太《Filtered Silence 18》2024年 本、木 大小島真木《シシルイルイ》2026年 油彩、カンヴァス、カンナガラ、陶、木、角(※プラン図より) ※各会場の休業日・開場時間は、会場マップをご確認ください。 ※イベントの詳細は、公式サイトのイベントページ等で随時お知らせされます。 :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; } }