EVENT
イベント
-
-
-
墨田区 お祭り2026.09.19(土)~10.12(月)
向島百花園 萩まつり
伝統行事 秋の風景と萩を楽しむ 「向島百花園 萩まつり」 向島百花園で、2026年度「萩まつり」が開催されます。園の名物である約30メートルの「萩のトンネル」が見ごろを迎えるこの時期、秋色に染まる園内を散策しながら、季節の草花や日本の文化を楽しめます。 期間中は、「萩」を題材に俳句や和歌を短冊に書く「萩を詠む」をはじめ、園内の野草を観察する「野草ウォッチング」や、お抹茶と茶菓子を楽しめる「茶会」などが行われます。 イベント内容 EVENT 01 (1)萩を詠む 日 時:期間中毎日 終日 ※雨天中止 場 所:藤棚横四阿(あずまや) 内 容:来園されたお客様に「萩」を題材に俳句・和歌を短冊にお書きいただきます。 参加費:無料(入園料別途) EVENT 02 (2)野草ウォッチング 日 時:9月19日(土)11時40分~、14時40分~(各回約1時間)※雨天中止 集合場所:売店前広場 内 容:講師の解説のもと、園内の野草を観察します。 講師:若林 芳樹 氏(植物研究家) 定 員:各回20名 参加方法:当日集合場所にお集まりください(定員に達し次第終了)。 EVENT 03 (3)茶会 日 時:10月3日(土)、4日(日)11時~16時(30分ごとに開催、各日10回) 場{所:御成座敷 内 容:向島百花園茶会によるお点前の披露と、お抹茶・茶菓子の提供を行います。どなたでもお気軽にご参加いただけます。 参加費:1席 1,500円(入園料別途) 定員:各回10名(当日先着順・事前申込不要) 参加方法:10時30分~15時30分まで、御成座敷前にて受付を行います(定員に達し次第終了)。 こんな方におすすめ 秋の風情を感じながら庭園を散策したい方はもちろん、俳句や和歌、お茶会などを通して日本の伝統文化に触れてみたい方にもおすすめです。季節の草花を眺めながら、ゆったりとした時間を楽しめます。 ©Tokyo Metropolitan Park Association ©Tokyo Metropolitan Park Association ※最新情報は公式サイトをご確認ください。 :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%; /* Chặn chọn ảnh (Copy protection for images) */ -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; } /* Fix lỗi ảnh tràn màn hình */ .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; /* Ngăn kéo thả / lưu ảnh */ } .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.09.20(日)
江里華新曲発売イベント
スーパーアキダイ秋葉社長とのユニット『アキエリ』の江里華が新曲を出しました。御当地ソング「松島みれん舟」 ぜひお越しください。 当日会場で受付しますが、事前予約も承ります。 E-プロモーション 050-6881-5731 e.promotion.music5@gmail.com
-
-
-
-
新宿区 講演・文化2026.09.24(木)
第38回 新宿御苑 森の薪能
伝統芸能 かがり火に浮かぶ幽玄の世界 「第38回 新宿御苑 森の薪能」 新宿御苑を舞台に、伝統芸能「能」と「狂言」を楽しめる「第38回 新宿御苑 森の薪能」が開催されます。高層ビルが立ち並ぶ東京の中心で、かがり火に照らされた舞台とともに、格調高い能楽の世界を楽しめる恒例の秋のイベントです。今回の公演では、狂言「樋の酒(ひのさけ)」を野村萬斎さん(和泉流)が、能「船弁慶・前後之替(ふなべんけい・ぜんごのかえ)」を観世銕之丞さん・観世淳夫さん(観世流)が演じます。 幽玄な雰囲気の中で楽しむ能と狂言 「森の薪能」は、新宿御苑という都心に残された自然豊かな環境の中、かがり火に浮かび上がる舞台で、選りすぐりの演者・演目による能楽を楽しめる伝統芸能イベントです。 開演後には解説と火入式が行われ、狂言終了後には約15分の休憩が予定されています。 今回の演目 狂言「樋の酒(ひのさけ)」 野村萬斎(和泉流) 能「船弁慶・前後之替(ふなべんけい・ぜんごのかえ)」 観世銕之丞・観世淳夫(観世流) 雨天時は新宿文化センターで開催 雨天の場合は、会場を新宿文化センター大ホールに変更して開催されます。雨天時の開催については、当日9月24日(木)の午後1時に、新宿観光振興協会の公式ホームページおよび公式SNSで発表されます。 こんな方におすすめ 日本の伝統芸能に触れてみたい方、能や狂言をじっくり楽しみたい方、東京ならではの文化体験を探している方におすすめです。新宿御苑の自然と、かがり火に照らされた能舞台が織りなす幻想的な雰囲気を楽しめます。 ※未就学児の入場はご遠慮ください。 ※最新情報は公式サイトをご確認ください。 :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; } body { 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; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; 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.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* 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 */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .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%; position: relative; overflow: hidden; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi黒 & kéo thả形画像 */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ 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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
-
-
-
-
墨田区 講演・文化2026.09.24(木)~09.26(土)
向島百花園 月見の会
伝統行事 秋の夜に月を楽しむ 「向島百花園 月見の会」 向島百花園で、江戸時代から続く伝統行事「月見の会」が開催されます。深まりゆく秋の夜に月を眺めながら、行灯やぼんぼりに照らされた幻想的な庭園を楽しめる、秋ならではの催しです。 期間中は開園時間が21時まで延長され、昼間とは異なる夜の向島百花園を楽しむことができます。園内では、月見にちなんださまざまな催しも行われます。 イベント内容 EVENT 01 (1)お供え式 日 時:9月24日(木)17時~17時30分 ※雨天中止 場 所:萩のトンネル近くの藤棚前 内 容:団子や野菜のお供えと篠笛の演奏を行います。 演奏者:坂本真理(横笛奏者) EVENT 02 (2)茶会 日 時:9月25日(金)・26日(土) 各日15時~20時 場 所:御成座敷 内 容:向島百花園茶会によるお点前の披露とお抹茶の提供を行います。どなたでもお気軽にご参加いただけます。 参加費:1席1,500円(入園料別途) 定 員:各回10名 参加方法:14時30分~19時30分まで、御成座敷前にて受付を行います(定員に達し次第終了)。 EVENT 03 (3)箏(そう)の演奏 日 時:期間中毎日18時~20時 ※雨天中止 場所:売店前四阿(あずまや) 内 容:地元の箏奏者の団体による演奏を披露します。 演奏者:栗田社中 EVENT 04 (4)新内流し(しんないながし) 日 時:9月25日(金)14時30分~・16時30分~(各回30分程度)※雨天中止 場 所:月見お供え台周辺 内 容:新内節を語って聞かせる新内流しの公演を行います。 出 演:勝新派社中 EVENT 05 (5)絵行灯(えあんどん)の点灯 日 時:期間中毎日 17時50分~21時 内 容:葛飾北斎の作品や向島百花園・隅田川にちなんだ俳句・俳画を絵行灯に仕立て、園内に約50基を灯します。 制作協力:すみだ北斎美術館、柿岡陽樹氏、玉姫(大川雅子氏) こんな方におすすめ 日本の伝統行事や庭園文化に興味がある方、東京で秋らしい風情を楽しみたい方におすすめです。月や行灯、箏の音色など、日本ならではの文化を感じながら、夜の向島百花園をゆっくり楽しんでみてはいかがでしょうか。 ©Tokyo Metropolitan Park Association ©Tokyo Metropolitan Park Association ※雨天時は「お供え式」「箏の演奏」「新内流し」が中止となります。 ※茶会は定員に達し次第、終了となります。 ※最新情報は公式サイトをご確認ください。 :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%; /* Chặn chọn ảnh (Copy protection for images) */ -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; } /* Fix lỗi ảnh tràn màn hình */ .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; /* Ngăn kéo thả / lưu ảnh */ } .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.09.26(土)
蒲田BIG恋活フェス
2026年9月26日(土)、大田区産業プラザPiOにて、20代・30代限定の大型交流イベント「蒲田BIG恋活フェス」を開催します! マッチングアプリだけではなく、実際に顔を合わせ、同じ時間と空間を共有しながら自然に話せる出会いの場をつくりたい。そんな思いから企画した、蒲田開催の地域密着型恋活イベントです。 「普段の生活では新しい人と知り合う機会が少ない」 「マッチングアプリでは相手の雰囲気が分かりにくい」 「かしこまった婚活パーティーは少し緊張する」 そんな20代・30代の方が、気軽に一歩を踏み出せる交流イベントを目指しています。 会場は京急蒲田駅から徒歩約3分。最大250名規模で、軽食と飲み放題を楽しみながら交流できる、立食・自由交流スタイルです。 決められた相手と順番に話す形式ではありません。会場内を自由に移動しながら、気になった方と自分のペースで会話を楽しめます。 初参加・ひとり参加も大歓迎!ご友人と一緒の参加も可能です。 恋人を探している方はもちろん、「まずは新しい人と話してみたい」という方も、ぜひお気軽にご参加ください。
-
-
-
-
北区 お祭り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.08(土)~10.04(日)
【開館60周年記念特別展2】 奥村土牛 ―名作でたどる100年のあゆみ―
特別展 山種美術館の開館60周年を記念した特別展 「奥村土牛 ―名作でたどる100年のあゆみ―」 山種美術館で、開館60周年記念特別展2「奥村土牛 ―名作でたどる100年のあゆみ―」が開催されています。日本画家・奥村土牛(1889-1990)と山種美術館の深いゆかりに注目し、初期から最晩年までの画業をたどる展覧会です。山種美術館の創立者・山﨑種二は、土牛の画業初期から50年以上にわたって親交を結びました。その縁から、同館は奥村土牛の作品を135点所蔵しており、本展ではその中から《鳴門》《醍醐》などの代表作を含む、約60点の優品が紹介されます。 展覧会の見どころ POINT 01 日本屈指の土牛コレクションから約60点を公開 山種美術館が所蔵する奥村土牛作品135点の中から、厳選した約60点を展示。《鳴門》《醍醐》をはじめ、初期から最晩年までの作品を通して、土牛の画業の軌跡をたどることができます。 POINT 02 院展に出品された作品も一堂に 生涯にわたって院展で活躍した奥村土牛。本展では、山種美術館が所蔵する院展関連作品35点をまとめて展示します。秋の院展32点、春の院展2点、同人展1点が紹介されます。 POINT 03 山種美術館ならではの資料も紹介 作品だけでなく、奥村土牛が山種美術館の創立者・山﨑種二に送った絵入り書簡や、かつて同館で開催された茶会の記念品の原画など、山種美術館ゆかりの資料も見ることができます。 POINT 04 学芸員によるギャラリートークも開催 会期中の毎週水曜日(祝日を除く)には、学芸員によるギャラリートークが開催されます。所要時間は約30分、定員は最大25名で、当日9時50分から1階ロビーにて整理券が先着順で配布されます。 今後は 9月16日(水)、30日(水)に開催予定です。参加料は無料ですが、当日有効の入場券が必要です。 こんな方におすすめ 日本画や日本の近代美術に興味がある方、奥村土牛の作品をじっくり鑑賞したい方、日本画の名作を通して日本の美術に触れてみたい方におすすめです。恵比寿エリアの美術館めぐりとあわせて楽しむのもおすすめです。 奥村土牛《舞妓》1954(昭和29)年 絹本・彩色 山種美術館 奥村土牛《城》1955(昭和30)年 紙本・彩色 山種美術館 ※文中の作品はすべて山種美術館蔵。 ※出品作品および展示内容は変更となる場合があります。 ※ギャラリートークは定員に達し次第、締め切りとなります。また、展覧会場の混雑状況などにより、参加人数の調整または中止となる場合があります。 ※最新情報は公式サイトをご確認ください。 :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; } body { 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; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; 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.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* 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 */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .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%; position: relative; overflow: hidden; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi黒 & kéo thả hình ảnh */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ 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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
-
-
-
-
豊島区 趣味の集い2026.08.07(金)~09.27(日)
JUJUTSU KAISEN WORLD (東京)
体験型イベント アニメ『呪術廻戦』の世界を体験できるイベント 「JUJUTSU KAISEN WORLD」 東京・池袋のバンダイナムコ Cross Store 東京で、アニメ『呪術廻戦』の世界観を楽しめる体験型イベント「JUJUTSU KAISEN WORLD」が開催されています。作品の世界に入り込めるアトラクションやミニゲーム、オリジナルグッズ、コラボフードなど、さまざまなコンテンツを楽しめるイベントです。 イベントの見どころ 呪術高専の体験入学で作品の世界へ 「呪術高専体験入学~呪霊討祓任務への挑戦~」では、参加者が呪術高専の体験入学生となり、呪霊討祓任務に挑戦できます。『呪術廻戦』の世界観を体験しながら楽しめるアトラクションです。 キャラクターや術式をモチーフにしたミニゲーム 作品に登場するキャラクターや術式をモチーフにしたミニゲームも登場。3種類のミニゲームが用意されており、それぞれのゲームを楽しみながら、イベントならではの景品を受け取ることができます。 描き下ろし・描き起こしイラストのオリジナルグッズ 描き下ろしイラストに加え、人気イラストレーター・みぞぐちともやさんによる描き起こしイラストを使用したオリジナルグッズも販売されます。 さらに、過去に開催された「TVアニメ『呪術廻戦』×ナムコキャンペーン2026」の描き下ろしイラストを使用した新規グッズも登場します。 ここでしか味わえないコラボフードも イベントでは、『呪術廻戦』をモチーフにしたコラボメニューも登場。アニメの世界観を楽しみながら、イベント限定のフードやメニューを味わえます。 『呪術廻戦』ファンにおすすめの体験型イベント アトラクションやミニゲーム、オリジナルグッズ、コラボフードなど、さまざまな楽しみ方ができる「JUJUTSU KAISEN WORLD」。『呪術廻戦』が好きな方はもちろん、東京・池袋でアニメやキャラクターコンテンツを楽しみたい方にもおすすめです。 ホログラム缶バッジコレクション(全7種) 価格:1個660円 ※ランダム封入 呪術高専1年ズ 交流会おつかれ団欒ピザ! 価格:1,600円 ※会場ごとにトッピングが変わります。 ※日程により入場予約や整理券の配布を行う場合があります。 ※掲載内容は予告なく変更となる場合があります。最新情報は公式サイトをご確認ください。 :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.07.31(金)~09.23(水)
国立科学博物館×総合地球環境学研究所 共同企画展「どうする、ニンゲン―研究の現場から地球の未来を問う」
企画展 国立科学博物館×総合地球環境学研究所 共同企画展「どうする、ニンゲン―研究の現場から地球の未来を問う」 「どうする、ニンゲン」から考える、地球と人間のこれから 国立科学博物館で、総合地球環境学研究所との共同企画展「どうする、ニンゲン -研究の現場から地球の未来を問う」が開催されています。本展では、地球環境問題を「人と自然の関係」や「人の生き方」の問題として捉え、総合地球環境学研究所がこれまで取り組んできた研究事例や活動を紹介。私たちと地球の関係について、あらためて考えるきっかけを提供する企画展です。 展示の見どころ POINT 01 「気づく」「とらえなおす」「問いつづける」の3章で紹介 展示は、「気づく」「とらえなおす」「問いつづける」の3章で構成されています。 暮らしの中で使うものや食べるもの、住む場所など、身近なところから「人と自然のつながり」に目を向け、環境問題の根源や解決への手がかりを探ります。 さらに、世界各地で環境問題に向き合う人々の取り組みを通して、「私たちはどう生きるのか?」という問いについて考えます。 POINT 02 中央ホールでは4つの超学際研究を紹介 中央ホールの「問いの森」では、熱帯雨林の狩猟採集民、サンゴ礁の島の住民とアーティスト、里山地域の人々、砂漠化地域の人々と研究者らによる、4つの超学際研究を紹介しています。 研究者と話したり、自分の考えを書いたりしながら、地球環境について考えられる展示となっています。 POINT 03 研究者と気軽に語れる「かたろう、ニンゲン」 会場内では、期間中さまざまな分野の地球研研究者が滞在する「対話の縁側『かたろう、ニンゲン』」も実施されています。 展示や暮らし、環境について研究者と気軽に話せるほか、ミニプログラムにも参加できます。 9月8日(火)~13日(日)は「人と自然がともに生きるSATOYAMA」、9月15日(火)~23日(水・祝)は「野生動物のまもりかた」をテーマに研究者が滞在します。研究者の滞在時間は10:00~11:30、14:00~15:30です。※研究者不在やプログラム中止となる場合があります。 POINT 04 関連イベントも開催 会期中は、研究者によるトークイベントや演劇など、展示をより深く楽しめる関連イベントも開催されています。 9月23日(水・祝)にはトークイベント「環境問題を『とらえなおす』」が開催されるほか、展覧会を締めくくるクロージングイベントも予定されています。 こんな方におすすめ 地球環境や自然について学びたい方、科学や研究に興味がある方、東京・上野で知的な体験を楽しみたい方におすすめです。 展示を通して、普段の暮らしと地球環境とのつながりを見つめながら、「これから私たちはどう生きるのか?」を考えてみてはいかがでしょうか。 © 国立科学博物館 © 国立科学博物館 ※展示・イベントの内容は変更となる場合があります。 ※関連イベントには事前申込・抽選制のものがあります。 ※「かたろう、ニンゲン」は研究者不在やプログラム中止となる場合があります。 ※最新情報は公式サイトをご確認ください。 :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; } body { 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; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; 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.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* 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 */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .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%; position: relative; overflow: hidden; /* Giữ ảnh không tràn ra khỏi khung */ } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; /* Giới hạn chiều cao để xem preview gọn gàng */ display: block; object-fit: contain; /* Đảm bảo toàn bộ ảnh hiển thị trọn vẹn, không bị bóp méo */ /* Vô hiệu化 bôi đen & kéo thả hình ảnh */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ 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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
-
-
-
-
台東区 講演・文化2026.07.25(土)~10.18(日)
「東京都美術館開館100周年記念 大英博物館日本美術コレクション 百花繚乱〜海を越えた江戸絵画」
特別展 世界を魅了した江戸絵画が集結! 「百花繚乱~海を越えた江戸絵画」 東京都美術館では、開館100周年を記念した展覧会「大英博物館日本美術コレクション 百花繚乱~海を越えた江戸絵画」が開催されています。世界を代表するミュージアムのひとつ、大英博物館が所蔵する約4万点の日本コレクションから、江戸時代の絵画や浮世絵版画など、選りすぐりの名品を紹介する展覧会です。 葛飾北斎、喜多川歌麿、歌川広重、東洲斎写楽など、江戸時代を代表する浮世絵師の作品をはじめ、イギリスから初めて里帰りする貴重な作品も登場します。 展覧会の見どころ POINT 01 大英博物館から日本美術の名品が来日 大英博物館の日本コレクションから、江戸時代の屛風、掛軸、絵巻、浮世絵版画などを厳選して展示。喜多川歌麿の肉筆画《文読む遊女》や円山応挙《虎の子渡し図屛風》、葛飾北斎《『万物絵本大全』版下絵》など、注目の作品を間近で楽しめます。 POINT 02 イギリスから初里帰りする北斎作品 葛飾北斎の《『万物絵本大全』版下絵》は、イギリスから初めて日本に里帰りする作品です。本展では、長く行方不明となっていた版下絵103点のうち8点が展示されます。 POINT 03 約150年ぶりに再会する襖絵 桃山時代末から江戸時代初期に狩野宗眼重信が手掛けた襖絵にも注目です。大英博物館と青森県中泊町の旧家・宮越家に分蔵されていた作品が、近年の調査によって一連の作品であることが判明。約150年ぶりの再会が実現します。 こんな方におすすめ 日本美術や浮世絵に興味がある方、葛飾北斎や喜多川歌麿などの作品を実際に鑑賞したい方、東京で歴史や文化に触れられる展覧会を探している方におすすめです。 上野公園内にある東京都美術館で開催されるため、周辺の美術館や観光スポットとあわせて楽しむのもおすすめです。 円山応挙《虎の子渡し図屛風》 1781~1782年 大英博物館蔵 © The Trustees of the British Museum 喜多川歌麿《文読む遊女》 1804~1806年頃 大英博物館蔵 © The Trustees of the British Museum ※展示作品、内容等は変更となる場合があります。 ※最新情報は展覧会公式サイトをご確認ください。 :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; } body { 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; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; 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.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* 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 */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .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%; position: relative; overflow: hidden; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi đen & kéo thả hình ảnh */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ 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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
-
-
-
-
台東区 講演・文化2026.07.23(木)~10.07(水)
東京都美術館開館100周年記念 この場所の風景―上野・大牟田・ブエノスアイレス
企画展 東京都美術館開館100周年記念 「この場所の風景―上野・大牟田・ブエノスアイレス」開催 100年の時間を、3つの場所から見つめる展覧会 東京都美術館開館100周年を記念して、企画展「この場所の風景―上野・大牟田・ブエノスアイレス」が開催されています。 東京都美術館は、1926年に日本初の公立美術館として東京・上野公園内に開館しました。当時の名称は「東京府美術館」です。本展では、東京都美術館が歩んできた100年を、上野、大牟田、ブエノスアイレスという3つの場所で続けられた創作活動を通して見つめます。 美術館の歴史と上野の風景、福岡・大牟田で独学の制作を続けた画家の歩み、そして1926年に描かれた1枚の絵画を起点とするアルゼンチン・ブエノスアイレスでのリサーチ。異なる土地と個人の営みを並行してたどることで、「中央/周縁」という枠組みを越え、表現することの根源的な意味を考える展覧会です。 展覧会の見どころ PART 01 さまざまな資料から振り返る「上野」の100年 第一部「上野—東京都美術館の100年」では、絵画、版画、写真、東京都美術館アーカイブズ資料など、さまざまな記録を展示します。 東京都(府)美術館の誕生から戦中・戦後、1975年の新館開館以降の活動までを、同じ時期の上野の風景とともに振り返ります。美術館で開催されてきた展覧会の歩みと、文化的な場所として変化してきた上野の姿を、多角的にたどることができます。 PART 02 独学の画家・江上茂雄の創作の軌跡を東京で初めて紹介 第二部「大牟田—江上茂雄の100年」では、福岡県大牟田に暮らし、独学・独力で描くことを貫いた江上茂雄(1912–2014)の画業に焦点を当てます。 江上茂雄は、鉛筆、水彩、クレパス・クレヨンなど身近な画材を用い、自身のそばにある風景と向き合い続けました。本展では、木版画や実験的な抽象画、染め紙など多彩な取り組みを含む約400点を通して、その長い創作の軌跡をたどります。江上茂雄の作品が東京でまとまって紹介される、初めての機会です。 PART 03 《百日草の庭》を起点にしたリサーチ・プロジェクト 東京都美術館の所蔵品第一号とされる絵画《百日草の庭》を起点に、作者とされる「藤岡鉄太郎」にまつわる謎を追うリサーチ・プロジェクト。1927年にアルゼンチン・ブエノスアイレスへ渡り、造園・花卉産業に携わった同姓同名の人物に着目し、100年の時を超えて作品と人物の軌跡をたどります。また、公募した花の写真をもとに、2027年の日めくりカレンダーを制作します。 こんな方におすすめ 東京都美術館の歩みや上野の文化的な風景に関心がある方、独学で制作を続けた画家・江上茂雄の作品をじっくり鑑賞したい方におすすめです。 また、作品そのものだけでなく、作者や作品が生まれた場所、歴史に埋もれた個人の営みに関心がある方にも適しています。上野を訪れる国内外の旅行者にとって、東京の美術館文化を知りながら、日本と海外をつなぐ創作の物語に触れられる機会となるでしょう。 画像提供:東京都美術館 画像提供:東京都美術館 ※同時期開催の特別展「大英博物館日本美術コレクション 百花繚乱~海を越えた江戸絵画」(東京都美術館)のチケット提示にて一般・65歳以上の方は「100円」(東京都美術館開館100周年記念料金)で観覧いただけます。 ※身体障害者手帳・愛の手帳・療育手帳・精神障害者保健福祉手帳・被爆者健康手帳をお持ちの方とその介護者(1名まで)は無料 ※18歳以下の方、大学生、高校生、専門学校生、65歳以上の方、各種お手帳をお持ちの方は、いずれも証明できるものをご提示ください ※9月21日(月・祝)は「敬老の日」により、65歳以上の方は無料 ※10月1日(木)は「都民の日」により、どなたでも無料 ※都内の小学・中学・高校生ならびにこれらに準ずる者とその引率の教員が学校教育活動として観覧するときは無料(事前申請が必要) ※サマーナイトミュージアムの日に限り、17:00以降のご入場で本展覧会が観覧料割引・無料となります。 ・実施日時:2026年8月7日(金)~8月28日(金)の金曜日17:00以降のご入場 ・観覧料割引:一般・65歳以上は200円引(要証明) :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; } body { 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; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; 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 - 3 Hàng */ .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.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Event Section Styling (Liệt kê theo dạng mẫu) */ .event-group-title { font-size: 1.2rem; font-weight: 700; color: var(--accent-orange); border-bottom: 2px solid var(--accent-orange-light); padding-bottom: 6px; margin-top: 36px; margin-bottom: 24px; } .event-group-title:first-child { margin-top: 0; } .event-list { display: flex; flex-direction: column; gap: 28px; } .event-item { display: flex; flex-direction: column; gap: 6px; } .event-item-title { font-size: 1.1rem; font-weight: 700; color: var(--text-main); line-height: 1.4; word-break: break-word; margin-bottom: 4px; } .event-details { list-style: none; padding: 0; margin: 0; } .event-details li { font-size: 0.925rem; color: var(--text-main); line-height: 1.8; word-break: break-word; } .event-desc { margin-top: 4px; font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; text-align: justify; } .event-notes-box { background-color: var(--accent-orange-light); border-left: 3px solid var(--accent-orange); padding: 16px 20px; margin-top: 28px; font-size: 0.85rem; color: var(--text-main); } .event-notes-box ul { list-style: none; padding: 0; } .event-notes-box li { margin-bottom: 4px; text-indent: -1.2em; padding-left: 1.2em; } .event-notes-box li: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 - giữ tỉ lệ ảnh gốc */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .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%; } .image-frame img { width: 100%; height: auto; display: block; object-fit: contain; } .image-credit { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; } /* 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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
新宿区 趣味の集い2026.07.15(水)~2027.05.31(月)
Sanrio characters Exhibition Hotel Floria Tokyo
体験型展示イベント サンリオキャラクターズが創り出す夢のホテル空間! 「Hotel Floria Tokyo」が日本初上陸 サンリオキャラクターたちが思い描いた“夢のホテル”をテーマにした、新感覚の没入型体験イベント「Hotel Floria Tokyo」が日本に初上陸します。 サンリオキャラクターそれぞれの個性あふれる世界観を楽しみながら、まるで特別なホテルを巡るようなひとときをお楽しみいただけます。 ※本イベントは実際の宿泊施設ではなく、空間と映像が織りなすホテルコンセプトの体験型展示イベントです。 展覧会の見どころ (1)キャラクターの「夢」が詰まった特別な展示空間 それぞれの展示エリアは、キャラクターのお気に入りのアイテムやストーリーをもとにデザインされています。インテリアや小物に至るまで世界観が丁寧に表現されており、キャラクターと一緒に過ごしているような高い没入感を味わえます。 (2)韓国のクリエイティブチーム「d'strict」による新感覚イマーシブ体験 光と映像が織りなす幻想的な空間演出により、キャラクターの世界に入り込んだようなホテルルームツアーを体験できます。水平線の彼方まで続くピンクの砂浜ビーチなど、韓国でも人気を博した幻想的な展示コンテンツが登場します。 (3)旅の思い出を持ち帰るホテルコンセプトのオリジナルグッズ 韓国でデザインされたオリジナルグッズは、ラゲッジタグやぬいぐるみ、ルームキー風アクリルチャームなど旅の思い出になるラインナップが揃っています。9月19日(土)からは新作アイテムも順次展開予定です。 こんな方におすすめ サンリオキャラクターが好きな方はもちろん、幻想的な空間で特別な写真を撮影したい方、東京観光で新しい体験を楽しみたい国内外の旅行者、ご家族やご友人と素敵な思い出を作りたい方におすすめです。 © 2026 SANRIO CO., LTD. © 2026 SANRIO CO., LTD. :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; } /* 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.07.11(土)~10.12(月)
特別展「いきもの超ワールド展」
特別展 国立科学博物館 特別展「いきもの超ワールド展 国立科学博物館×ダーウィンが来た!」開催 地球環境の変化に適応しながら進化してきたいきものたちの「驚きの能力」や「生存戦略」に注目 国立科学博物館で、特別展「いきもの超ワールド展 国立科学博物館×ダーウィンが来た!」が開催されています。 本展では、地球環境の変化に適応しながら進化してきたいきものたちの「驚きの能力」や「生存戦略」に注目。国立科学博物館が所蔵する標本・資料や研究成果に加え、NHKの自然番組『ダーウィンが来た!』が撮影してきた映像を通して、いきものの多様な進化と生態を紹介します。 展覧会の見どころ POINT 01 標本・研究・映像で学ぶ、いきものの進化 展示では、さまざまな環境に適応してきたいきものの形質や機能を、テーマごとに紹介します。 実物の標本や最新の研究成果、貴重な自然映像を通して、動物たちがどのように環境に適応し、命をつないできたのかを楽しく学べます。 POINT 02 『ダーウィンが来た!』との共同企画 NHKの自然番組『ダーウィンが来た!』との共同企画により、番組制作チームが撮影した映像を展示。 本展オリジナルキャラクター「くじらじい」は、『ダーウィンが来た!』でおなじみの「ヒゲじい」とのコラボレーションから誕生しました。標本や研究、映像の見どころを紹介しながら、いきものの不思議に迫ります。 POINT 03 音声ガイドも楽しめる 音声ガイドには、本展ナビゲーターの相葉雅紀さん、「くじらじい」、そして「ヒゲじい」が登場します。 会場レンタル版は1台650円(税込)、アプリ配信版は800円(税込)。展示をより深く楽しみたい方におすすめです。 家族旅行や上野の美術館・博物館めぐりにおすすめ いきものの驚くべき生態を、標本と映像の両方から楽しめる本展は、子どもから大人まで幅広い世代におすすめです。 会場は上野公園内の国立科学博物館。上野エリアの博物館・美術館めぐりとあわせて訪れてみてはいかがでしょうか。 画像提供:いきもの超ワールド展 画像提供:いきもの超ワールド展 ※本展の観覧者は、同日に限り常設展示も観覧できます。ただし、常設展示の開館時間内に限ります。 ※展示内容、会期、開館日、開館時間などは変更となる場合があります。 :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; } body { 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; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; 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.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* 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 */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .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%; height: auto; display: block; object-fit: contain; /* Chống kéo thả hình ảnh */ pointer-events: none; -webkit-user-drag: none; -webkit-user-select: none; user-select: 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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } } document.addEventListener('contextmenu', function(e) { if (e.target.tagName === 'IMG') { e.preventDefault(); } });
-
-
-
-
目黒区 講演・文化2026.07.02(木)~09.21(月)
TOPコレクション 明日の食卓
収蔵品展 東京都写真美術館 「TOPコレクション 明日の食卓」開催 食を見つめ、これからの生き方を考える写真展 東京都写真美術館では、写真と映像を通して「食」と「生きること」の関わりを見つめる展覧会「TOPコレクション 明日の食卓」が開催されています。会場は東京都写真美術館3階展示室。会期は2026年7月2日(木)から9月21日(月・祝)までです。 「TOPコレクション」は、東京都写真美術館が収蔵する約39,000点の写真・映像作品を、さまざまな切り口から紹介する展覧会です。 本展では、「食」を手がかりに作品を見つめることで、高齢化や孤食など、現代社会が抱える問題についても考えます。写真や映像に写し出された食卓を通して、来館者一人ひとりが「食べること」や「共に生きること」について思いを巡らせられる内容です。 4つの展示室から「食」と社会を考える ROOM 01 第1室「あのとき、あの食卓で」 家族や自分自身の食卓の記憶をテーマに、島尾伸三、原美樹子、野口里佳、潮田登久子、川内倫子の5名の作品を紹介します。 日常のなかでふと思い出す食の風景から、記憶として積み重なる食卓の姿に目を向けます。 ROOM 02 第2室「食と地域のあいだに」 奈良原一高、山田實、宮本隆司、竹谷出の作品を通して、土地と食のつながりを見つめ直します。 都市の飲食店から漁業、豊作や豊漁を願う営みまで、食がそれぞれの土地とどのように結びついてきたのかを考える展示です。竹谷出の〈にほんのかけら〉シリーズは、東京都写真美術館の収蔵後、初めて展示されます。 ROOM 03 第3室「環境のなかで」 宮崎学、土田ヒロミ、楢橋朝子、岩井優の作品を通して、人間の営みと自然環境との関わりを考えます。 食料価格の変動や野生生物の生活圏の変化、東日本大震災に伴う福島第一原子力発電所事故による食の風評被害など、食と暮らしをめぐる問題を背景に、私たちの生活と環境の関係を見つめます。 ROOM 04 第4室「明日の食卓」 これからの食、つまり未来の食のあり方を考えます。高齢化や孤食、一人暮らしの増加によって食を取り巻く環境が変化するなか、折元立身の〈おばあさんのランチ〉シリーズを紹介します。 同シリーズには、福島県二本松市の龍泉寺で地域の高齢者と食事をする様子や、ポルトガルの世界遺産都市エヴォラの修道院に500人のおばあさんを招き、踊り、歌い、食卓を囲むコミュニケーション・アートの記録が収められています。誰かと食卓を囲むことの喜びや、他者とのつながりを通して、「共に生きる」ことの意味をあらためて考えられる章です。 映画上映やコラボメニュー 会期中は、本展に合わせて「食」やライフスタイルをテーマにした映画『かもめ食堂』『めがね』『土を喰らう十二ヵ月』が、東京都写真美術館1階ホールで上映されます。また、1階のカフェ フロムトップでは、本展のコラボメニュー「すいかのケーキ」や鴨肉のごはんとかぼちゃのスープのワンプレートを楽しめます。さらに、恵比寿ガーデンプレイス地下1階の「WINE MARKET PARTY」では、本展のチケットを提示した来店者を対象にした特典も用意されています。 こんな方におすすめ 「TOPコレクション 明日の食卓」は、写真や映像を通して、家族との食事、地域と食のつながり、自然環境、これからの食卓について考える展覧会です。食をテーマに幅広い作品を鑑賞できるため、写真作品に関心がある方はもちろん、日常の記憶や社会の変化を新しい視点から見つめたい方にも適しています。 恵比寿エリアでの観光やショッピング、グルメなどとあわせて、東京での文化体験を楽しみたい方にもおすすめです。 展示風景 撮影:いしかわみちこ 展示風景 撮影:いしかわみちこ ※会期中の休館日は毎週月曜日です。ただし、月曜日が祝休日の場合は開館し、翌平日が休館となります。 ※諸般の事情により、事業内容が変更される場合があります。来館前に公式サイトで最新情報をご確認ください。 :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; } body { 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; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; 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.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Long Content Block */ .content-block { background-color: var(--dark-card); color: #ffffff; padding: 32px; border-left: 4px solid var(--accent-orange); width: 100%; box-sizing: border-box; } .content-block h2 { font-size: 1.25rem; margin-bottom: 12px; color: #ffffff; word-break: break-word; } .content-block p { color: #cccccc; font-size: 0.925rem; text-align: justify; word-break: break-word; } /* Event Section */ .event-card { background-color: var(--accent-orange-light); border: 1px solid rgba(255, 85, 0, 0.2); padding: 28px; width: 100%; box-sizing: border-box; } .event-card p { color: #333333; font-size: 0.9rem; text-align: justify; word-break: break-word; } /* 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 */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .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%; } .image-frame img { width: 100%; height: auto; display: block; object-fit: contain; } .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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card, .content-block, .event-card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
港区 講演・文化2026.08.13(木)~09.13(日)
ザ・ペーパーログ:膜と核 — イッセイ ミヤケによるアンサンブル・スタジオとの協業プロジェクト
特別展 「ザ・ペーパーログ:膜と核 — イッセイ ミヤケによるアンサンブル・スタジオとの協業プロジェクト」 21_21 DESIGN SIGHT(ギャラリー3)にて、特別展「ザ・ペーパーログ:膜と核 — イッセイ ミヤケによるアンサンブル・スタジオとの協業プロジェクト」が開催されています。 本展は、イッセイ ミヤケのプリーツ加工工程で生じる副産物「ペーパーログ」の新たな価値を探求するプロジェクトです。 MIYAKE DESIGN STUDIOの近藤悟史の発案により、スペインの建築家ユニット「アンサンブル・スタジオ」との協業が実現。ペーパーログの年輪のような美しい断面から着想を得て、実験的で創造性に満ちたアプローチを展開しています。 展覧会の見どころ 「膜」と「核」による対話的な作品群 膜(Shell)— アンサンブル・スタジオ: ペーパーログの層を一枚ずつ剥がし取ることで、素材の記憶を宿した立体的な作品を創出。 核(Core)— ISSEY MIYAKE: ログの芯(核)の構造に着目し、ロウ漬けや接着剤の浸透といった実験を通して家具のプロトタイプを制作。 日本初公開の展示構成 2026年4月にミラノで発表されたプロジェクトを、ギャラリー3の空間にあわせて再構成。新たに制作された什器とともに、作品をより間近で鑑賞できます。 制作プロセスをたどるドキュメンタリー映像 会場では作品だけでなく、両チームによる研究や実験、制作の軌跡を収めたドキュメンタリー映像も上映されています。 こんな方におすすめ デザインや建築、ファッション、サステナブルなものづくりに関心のある方におすすめです。六本木エリアの観光やアート巡りとあわせてお楽しみいただけます。 © 21_21 DESIGN SIGHT © 21_21 DESIGN SIGHT ※出品内容および展示構成は変更となる場合があります。 ※最新情報は公式サイトをご確認ください。 :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.07.10(金)~09.06(日)
可愛いだけじゃない!?ピングー展
さあ、あなたの知らないピングーの魅力に出会いに行こう! YURAKUCHO MUSEUMで、「可愛いだけじゃない!?ピングー展」が開催されます。世界中で愛されるクレイアニメーション「ピングー」の魅力を、貴重な資料や体験型展示を通して楽しめる展覧会です。 スイスの映像作家オットマー・グットマンによって、1980年にクレイアニメーションとして誕生した「ピングー」。ペンギンの男の子・ピングーと仲間たちが繰り広げる、あたたかでユーモアのある物語は、世界中で親しまれてきました。 本展では“遊園地”をテーマに、実際のアニメーション制作で使用された貴重なクレイモデルや、初期スタジオの記録、絵コンテなどの制作資料を展示します。ピングーの豊かな表情、クレイならではのユニークな動きやかたち、不思議と伝わる“ピングー語”など、これまで知らなかったピングーの魅力を、見る・触れる・体験することで楽しめます。 会期は、2026年7月10日(金)から9月6日(日)まで。会場は東京・有楽町のYURAKUCHO MUSEUMです。会期中は無休で、通常の開館時間は10:00~18:00、最終入場は17:30です。土日祝、7月10日(金)、8月10日(月)~14日(金)は20:00まで開館し、最終入場は19:30となります。 展覧会の見どころ 貴重なクレイモデルや制作資料の展示 実際のアニメーション制作で使用されたクレイモデルをはじめ、初期スタジオの記録や絵コンテなど、貴重な制作資料を展示します。ストップモーションアニメならではの手仕事や、ピングーの世界が生まれるまでの過程にふれられるのが魅力です。 「可愛いだけじゃない!?」ピングーの多彩な魅力を体験 本展では、遊んで楽しめる体験型展示も豊富に展開されます。喜怒哀楽が伝わる豊かな表情、クレイアニメーションならではのユニークな動き、不思議と気持ちが伝わる“ピングー語”など、ピングーの奥深い魅力を体験を通して味わえます。 ミニチュア写真家・見立て作家 田中達也さんとのコラボレーション 本展では、ミニチュア写真家・見立て作家の田中達也さんとのコラボレーションも決定しています。これまでにSNSで発表してきたピングー作品3点を初展示するほか、本展のために制作される新作も会場で展示予定です。遊び心あふれるミニチュア表現によって、ピングーの新たな世界を楽しめます。 “遊園地”をテーマにした楽しい展示空間 展覧会のテーマは“遊園地”。子どもから大人まで楽しめる雰囲気の中で、ピングーのヒストリーや登場キャラクター、作品の原点にふれられます。懐かしさを感じる方にも、初めてピングーに出会う方にもおすすめです。 ピングーとは? 「ピングー」は、スイスで誕生したストップモーション・アニメーションです。1980年に原型となるテストフィルムが制作されてから、2025年で45周年を迎えました。1990年以降、TVシリーズは世界155以上の国と地域で放送され、あたたかでユーモアのある物語が世界中で愛されています。 こんな方におすすめ ピングーが好きな方、親子で楽しめる展覧会を探している方、クレイアニメーションやキャラクター展示に興味がある方におすすめです。可愛らしいだけではない、表情や動き、制作の裏側まで楽しめる展覧会です。 ※会期中無休。 ※最終入場は閉館30分前です。 ※土日祝、7月10日(金)、8月10日(月)~14日(金)は20:00まで開館します。 ※チケット料金・販売情報は公式サイトをご確認ください。 ※展示内容・開館時間等は変更となる場合があります。最新情報は公式サイトをご確認ください。 ©2026 JOKER.
-