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.10.23(金)
第四回IKIJI寄席
両国のIKIJI STOREにて「第4回 IKIJI寄席」を開催します。 今回も古今亭圓菊師匠をお迎えし、IKIJI STOREの店内で落語をお楽しみいただきます。 落語が初めての方も、落語好きの方も大歓迎。 演者との距離が近いIKIJI STOREならではの空間で、古今亭圓菊師匠の話芸を間近でお楽しみください。 【出演】 古今亭圓菊 【時間・参加費】 19:00〜 2,000円 20:00〜 1,500円 ※入替制ではありません。 19:00の回からご参加の方は、そのまま20:00の回もお楽しみいただけます。 【会場】 IKIJI STORE 東京都墨田区 【主催】 IKIJI 【お申し込み方法】 事前予約制です。 下記のGoogleフォームよりお申し込みください。 https://forms.gle/Qftav12qpczK3gL26 皆さまのご来場を心よりお待ちしております。
-
-
-
-
渋谷区 講演・文化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.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(); } });
-