-
-
-
Nakano City Music2026.09.20
New Song Release Event by 江里華
Erika from the unit 『アキエリ』 with Super Akidai President Akiba has released a new song. Local song 「松島みれん舟」 Please join us. We will accept registration at the venue on the day, and we also accept advance reservations. E-プロモーション 050-6881-5731 e.promotion.music5@gmail.com
-
-
-
-
Taito City Lecture & Culture2026.07.31–09.23
National Museum of Nature and Science × Research Institute for Humanity and Nature Joint Special Exhibition "What Shall We Do, Humans? — Questioning Earth’s Future from the Frontlines of Research"
Special Exhibition National Museum of Nature and Science×Research Institute for Humanity and Nature Joint Exhibition “What Shall We Do, Humans―Questioning the Future of the Earth from the Frontlines of Research” Considering the future of the Earth and humanity through “What Shall We Do, Humans” At the National Museum of Nature and Science, the joint exhibition with the Research Institute for Humanity and Nature, “What Shall We Do, Humans — Questioning the Future of the Earth from the Frontlines of Research,” is being held. This exhibition views global environmental issues as matters of “the relationship between people and nature” and “ways of human life,” and introduces research cases and activities that the Research Institute for Humanity and Nature has pursued to date. It is an exhibition that provides an opportunity to reconsider our relationship with the Earth. Exhibition Highlights POINT 01 Introduced in three chapters: “Noticing,” “Reframing,” and “Keep Questioning” The exhibition is structured in three chapters—“Noticing,” “Reframing,” and “Keep Questioning.” Starting from familiar aspects such as the things we use and eat in daily life and where we live, it turns our attention to the “connections between people and nature” and seeks clues to the roots of environmental issues and their solutions. Furthermore, through initiatives of people confronting environmental problems around the world, it invites reflection on the question, “How shall we live?” POINT 02 Four transdisciplinary research projects in the Central Hall In the Central Hall’s “Forest of Questions,” four transdisciplinary research projects are presented, conducted with tropical rainforest hunter-gatherers; island residents of coral reefs together with artists; people in satoyama regions; and people in desertification areas alongside researchers. It is an exhibition where you can think about the global environment while talking with researchers and writing down your own ideas. POINT 03 A casual chance to talk with researchers: “かたろう、ニンゲン” Within the venue, the program 「対話の縁側『かたろう、ニンゲン』」, where researchers from various fields at 地球研 stay on site during the period, is also being held. You can casually talk with researchers about the exhibits, daily life, and the environment, and also join mini-programs. From September 8 (Tue) to 13 (Sun), researchers will be present with the theme 「Humans and Nature Living Together: SATOYAMA」; from September 15 (Tue) to 23 (Wed, holiday), the theme will be 「How to Protect Wildlife」. Researchers will be present from 10:00–11:30 and 14:00–15:30. ※There may be times when researchers are absent or programs are canceled. POINT 04 Related events also taking place During the exhibition period, related events that let you enjoy the exhibits more deeply—such as talks by researchers and theater performances—are also being held. On September 23 (Wed, holiday), in addition to the talk event 「Reframing Environmental Issues」, a closing event to wrap up the exhibition is planned. Recommended for Recommended for those who want to learn about the global environment and nature, who are interested in science and research, or who want to enjoy an intellectual experience in Ueno, Tokyo. Through the exhibition, while reflecting on the connections between everyday life and the global environment, why not consider, “How should we live from now on?” © National Museum of Nature and Science © National Museum of Nature and Science ※The contents of exhibits and events are subject to change. ※Some related events require advance registration and are decided by lottery. ※For 「かたろう、ニンゲン」, researchers may be absent or programs may be canceled. ※Please check the official website for the latest information. :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; } }
-
-
-
-
Taito City Lecture & Culture2026.07.25–10.18
Tokyo Metropolitan Art Museum 100th Anniversary Commemoration The British Museum Japanese Art Collection A Riot of Flowers 〜 Edo Paintings Across the Seas
Special Exhibition Edo paintings that captivated the world come together! “Hyakka Ryoran—Edo Paintings Across the Seas” At the Tokyo Metropolitan Art Museum, the exhibition “The British Museum’s Japanese Art Collection: Hyakka Ryoran—Edo Paintings Across the Seas” is being held to commemorate the museum’s 100th anniversary. From among some 40,000 items in the Japanese collection of one of the world’s leading museums—the British Museum—this exhibition presents a carefully curated selection of masterpieces, including Edo-period paintings and ukiyo-e prints. Works by leading ukiyo-e artists of the Edo period—such as Katsushika Hokusai, Kitagawa Utamaro, Utagawa Hiroshige, and Tōshūsai Sharaku—will be on view, along with rare pieces returning to Japan from the United Kingdom for the first time. Highlights of the Exhibition POINT 01 Masterpieces of Japanese art arrive from the British Museum From the British Museum’s Japanese collection, a refined selection of Edo-period folding screens, hanging scrolls, picture scrolls, and ukiyo-e prints will be on display. Highlights include Kitagawa Utamaro’s hand-painted work “Courtesan Reading a Letter,” Maruyama Ōkyo’s “Tiger Carrying Her Cub Across a River” folding screen, and Katsushika Hokusai’s block-ready drawings for “The Great Picture Book of Everything,” all of which you can enjoy up close. POINT 02 Hokusai works returning from the UK for the first time Katsushika Hokusai’s block-ready drawings for “The Great Picture Book of Everything” are returning to Japan from the United Kingdom for the first time. This exhibition presents 8 of the 103 drawings that had long been missing. POINT 03 Sliding-door paintings reunited after about 150 years Also noteworthy are the fusuma-e (sliding-door paintings) created by Kanō Sōgan Shigenobu from the late Momoyama to early Edo period. Works divided between the British Museum and the Miyakoshi family, an old household in Nakadomari, Aomori Prefecture, were recently identified through research as belonging to the same series, making possible a reunion after about 150 years. Recommended for Recommended for those interested in Japanese art and ukiyo-e, those who wish to view works by artists such as Katsushika Hokusai and Kitagawa Utamaro in person, and those looking for an exhibition in Tokyo where they can experience history and culture. As it is held at the Tokyo Metropolitan Art Museum in Ueno Park, it is also ideal to combine your visit with nearby museums and sightseeing spots. Maruyama Ōkyo “Tiger and Cubs Crossing a River, Folding Screen” 1781–1782 The British Museum © The Trustees of the British Museum Kitagawa Utamaro “Courtesan Reading a Letter” c. 1804–1806 The British Museum © The Trustees of the British Museum ※Exhibited works and details are subject to change. ※Please check the exhibition’s official website for the latest information. :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; } }
-
-
-
-
Taito City Lecture & Culture2026.07.23–10.07
Commemorating the 100th Anniversary of the Tokyo Metropolitan Art Museum: The Scenery of This Place—Ueno, Ōmuta, Buenos Aires
Special Exhibition Commemorating the 100th Anniversary of the Tokyo Metropolitan Art Museum "Landscapes of This Place—Ueno, Ōmuta, Buenos Aires" Now Open An exhibition that looks at 100 years from three places To mark the 100th anniversary of the Tokyo Metropolitan Art Museum’s opening, the special exhibition "Landscapes of This Place—Ueno, Ōmuta, Buenos Aires" is being held. The Tokyo Metropolitan Art Museum opened in 1926 in Ueno Park, Tokyo, as Japan’s first public art museum. Its name at the time was "Tokyo Prefectural Art Museum." This exhibition reflects on the museum’s 100-year journey through creative activities carried out in three places: Ueno, Ōmuta, and Buenos Aires. It follows the history of the museum alongside the scenery of Ueno; the path of a painter who continued to work self-taught in Ōmuta, Fukuoka; and research in Buenos Aires, Argentina, sparked by a single painting made in 1926. By tracing different places and individual practices in parallel, the exhibition moves beyond the "center/periphery" framework to contemplate the fundamental meaning of artistic expression. Highlights of the Exhibition PART 01 A century of "Ueno" revisited through diverse materials Part I, "Ueno—100 Years of the Tokyo Metropolitan Art Museum," presents a wide range of records, including paintings, prints, photographs, and materials from the Tokyo Metropolitan Art Museum Archives. It looks back from the birth of the Tokyo (Prefectural) Art Museum, through wartime and postwar years, to activities after the opening of the new building in 1975, alongside views of Ueno from the same periods. From multiple perspectives, you can trace both the history of exhibitions held at the museum and the ways Ueno has transformed as a cultural place. PART 02 The creative trajectory of the self-taught painter Shigeo Egami introduced in Tokyo for the first time Part II, "Ōmuta—100 Years of Shigeo Egami," focuses on the work of Shigeo Egami (1912–2014), who lived in Ōmuta, Fukuoka Prefecture, and steadfastly painted as a self-taught, independent artist. Using familiar materials such as pencil, watercolor, and oil pastel/crayon, Egami continued to engage with the landscapes close at hand. Through around 400 works—including woodcuts, experimental abstract paintings, and dyed-paper pieces—the exhibition traces his long creative path. This is the first opportunity for Egami’s works to be presented in Tokyo in a comprehensive manner. PART 03 A research project starting from 《The Zinnia Garden》 Starting from the painting 《The Zinnia Garden》, regarded as the first item in the collection of the Tokyo Metropolitan Art Museum, this research project pursues the mysteries surrounding the presumed author “藤岡鉄太郎.” Focusing on a person with the same name who went to Buenos Aires, Argentina in 1927 and worked in the landscaping and floriculture industries, we trace the trajectories of the work and the individual across 100 years. In addition, based on flower photographs collected through a public call, we will produce a page-a-day calendar for 2027. Recommended for Recommended for those interested in the history of the Tokyo Metropolitan Art Museum and the cultural landscape of Ueno, and for those who wish to carefully appreciate the works of the self-taught painter 江上茂雄. It is also suitable for those interested not only in the works themselves but also in the creators, the places where the works were born, and the activities of individuals buried in history. For domestic and international travelers visiting Ueno, it will be an opportunity to learn about Tokyo’s museum culture while encountering stories of creation that connect Japan and overseas. Image courtesy: Tokyo Metropolitan Art Museum Image courtesy: Tokyo Metropolitan Art Museum ※ Upon presenting a ticket for the concurrently held special exhibition 「The British Museum’s Japanese Art Collection: A Riot of Flowers—Edo Paintings Across the Seas」 (Tokyo Metropolitan Art Museum), general visitors and those aged 65 and over may view this exhibition for “100 yen” (Tokyo Metropolitan Art Museum 100th-anniversary admission price). ※ Holders of a Physical Disability Certificate, Ai-no-Techo, Ryoiku-Techo, Mental Disability Health and Welfare Certificate, or A-bomb Survivor Health Handbook and one accompanying caregiver (up to 1 person) are admitted free of charge. ※ Visitors aged 18 and under, university students, high school students, vocational school students, those aged 65 and over, and holders of the above certificates must present documentation to verify eligibility. ※ On Mon., September 21 (public holiday), in observance of “Respect for the Aged Day,” visitors aged 65 and over are admitted free of charge. ※ On Thu., October 1, in observance of “Tokyo Citizens’ Day,” admission is free for everyone. ※ Elementary, junior high, and high school students within Tokyo, as well as equivalent persons, and their accompanying teachers are admitted free when visiting as part of school educational activities (advance application required). ※ On “Summer Night Museum” days only, entry after 17:00 grants a discount or free admission to this exhibition. ・Dates: Fridays between August 7 (Fri) and August 28 (Fri), 2026, for entry after 17:00 ・Admission discount: General visitors and those aged 65 and over receive 200 yen off (ID required) :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; } }
-
-
-
-
Shinjuku City Hobby gathering2026.07.15–2027.05.31
Sanrio characters Exhibition Hotel Floria Tokyo
Immersive Exhibition Event A dream hotel space created by Sanrio Characters! "Hotel Floria Tokyo" makes its Japan debut The new, immersive experience event "Hotel Floria Tokyo," themed around the “dream hotel” envisioned by Sanrio characters, is arriving in Japan for the first time. Enjoy the unique worlds of each Sanrio character, as if you were touring a special hotel. ※This event is not an actual lodging facility; it is an experiential exhibition based on a hotel concept, created with space and visual productions. Exhibition Highlights (1)A special exhibition space filled with the characters' "dreams" Each exhibition area is designed based on the characters' favorite items and stories. The world is carefully expressed down to the interiors and small objects, offering a high level of immersion that feels like spending time with the characters. (2)A new kind of immersive experience by the Korean creative team "d'strict" Through fantastical spatial staging woven with light and visuals, you can experience a hotel room tour as if you have stepped into the characters' worlds. Fantastical exhibition content that proved popular in Korea, including a pink sandy beach stretching to the horizon, will be showcased. (3)Original hotel-concept goods to take home as travel mementos The original goods designed in Korea include a lineup perfect for travel memories, such as luggage tags, plush toys, and room key-style acrylic charms. Starting Saturday, September 19, new items will be rolled out sequentially. Recommended for Recommended for fans of Sanrio characters, those who want to take special photos in a fantastical setting, domestic and international travelers looking to enjoy new experiences while sightseeing in Tokyo, and those who want to create wonderful memories with family and friends. © 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; } }
-
-
-
-
Taito City Lecture & Culture2026.07.11–10.12
Special Exhibition "Super World of Living Things"
Special Exhibition National Museum of Nature and Science Special Exhibition “いきもの超ワールド展 国立科学博物館×ダーウィンが来た!” Now Open Spotlight on the “astonishing abilities” and “survival strategies” of creatures that have evolved while adapting to changes in Earth’s environment At the National Museum of Nature and Science, the special exhibition “いきもの超ワールド展 国立科学博物館×ダーウィンが来た!” is being held. This exhibition focuses on the “astonishing abilities” and “survival strategies” of living things that have evolved while adapting to changes in the global environment. In addition to the specimens, materials, and research findings held by the National Museum of Nature and Science, it introduces the diverse evolution and ecology of living creatures through footage filmed by NHK’s nature program 『ダーウィンが来た!』. Exhibition Highlights POINT 01 Learn about the evolution of life through specimens, research, and video The exhibition introduces, by theme, the traits and functions of organisms that have adapted to a variety of environments. Through real specimens, the latest research findings, and valuable nature footage, you can enjoy learning how animals have adapted to their environments and sustained life. POINT 02 A collaborative project with 『ダーウィンが来た!』 Through a collaboration with NHK’s nature program 『ダーウィンが来た!』, the exhibition presents footage shot by the program’s production team. The exhibition’s original character “くじらじい” was born from a collaboration with “ヒゲじい,” familiar from 『ダーウィンが来た!』. While highlighting notable specimens, research, and videos, the exhibition delves into the wonders of living things. POINT 03 Enjoy an audio guide, too The audio guide features the exhibition navigator 相葉雅紀, “くじらじい,” and “ヒゲじい.” On-site rental version: 650 yen per device (tax included); app distribution version: 800 yen (tax included). Recommended for those who want to enjoy the exhibition in greater depth. Recommended for family trips and museum-hopping in Ueno This exhibition, where you can enjoy the astonishing ecology of living creatures through both specimens and video, is recommended for a wide range of ages from children to adults. The venue is the National Museum of Nature and Science in Ueno Park. Consider visiting as part of a tour of museums and art museums in the Ueno area. Image courtesy of: いきもの超ワールド展 Image courtesy of: いきもの超ワールド展 ※Visitors to this exhibition may also view the permanent exhibition on the same day only; however, this is limited to the permanent exhibition's opening hours. ※Exhibit contents, exhibition period, open days, and opening hours are subject to change. :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(); } });
-
-
-
-
Meguro Ward Lecture & Culture2026.07.02–09.21
TOP Collection: Tomorrow’s Dining Table
Collection Exhibition Tokyo Photographic Art Museum “TOP Collection: Tomorrow’s Dining Table” Now Open A photography exhibition that looks at food and reflects on how we live At the Tokyo Photographic Art Museum, the exhibition “TOP Collection: Tomorrow’s Dining Table,” which explores the relationship between “food” and “living” through photography and moving images, is being held. The venue is the 3rd-floor exhibition gallery of the Tokyo Photographic Art Museum. The exhibition runs from Thursday, July 2 to Monday (national holiday), September 21, 2026. “TOP Collection” is a series of exhibitions that presents approximately 39,000 photographic and moving-image works in the museum’s collection from a variety of perspectives. Using “food” as a key to view the works, this exhibition invites consideration of issues faced by contemporary society such as population aging and eating alone. Through dining tables depicted in photographs and videos, it invites each visitor to reflect on “eating” and “living together.” Considering food and society across four galleries ROOM 01 Room 1 “Back Then, at That Table” Featuring works by five artists—島尾伸三、原美樹子、野口里佳、潮田登久子、川内倫子—on the theme of memories of family and personal dining tables. It turns our gaze to everyday food scenes that suddenly resurface in memory and to the dining table as an accumulation of memories. ROOM 02 Room 2 “Between Food and Place” Through works by 奈良原一高、山田實、宮本隆司、竹谷出, the exhibition re-examines ties between land and food. From urban eateries to fisheries and practices that pray for bountiful harvests and catches, it considers how food has been connected to each locale. The series 〈にほんのかけら〉 by 竹谷出 will be exhibited here for the first time since entering the museum’s collection. ROOM 03 Room 3 “Within the Environment” Through works by 宮崎学、土田ヒロミ、楢橋朝子、岩井優, the exhibition considers the relationship between human activity and the natural environment. Against the backdrop of issues surrounding food and daily life—such as fluctuations in food prices, changes in wildlife habitats, and reputational damage to food following the Fukushima Daiichi Nuclear Power Plant accident triggered by the Great East Japan Earthquake—it examines the relationship between our lives and the environment. ROOM 04 Room 4 “Tomorrow’s Dining Table” This section considers the future of food—how we will eat from now on. As aging, solitary eating, and the rise in single-person households change the environment surrounding food, we introduce 折元立身’s “Grandmother’s Lunch” series. The series documents scenes of sharing meals with local seniors at Ryusenji Temple in Nihonmatsu, Fukushima Prefecture, and a communication-art project inviting 500 grandmothers to a monastery in Évora, a UNESCO World Heritage city in Portugal, where they dance, sing, and gather around the table. This chapter invites us to reconsider the joy of sharing a table and, through connections with others, the meaning of “living together.” Film Screenings and Collaboration Menu During the exhibition period, films themed around “food” and lifestyle — 『かもめ食堂』, 『めがね』, and 『土を喰らう十二ヵ月』 — will be screened at the first-floor hall of the Tokyo Photographic Art Museum. In addition, at the first-floor Café From Top, you can enjoy the exhibition’s collaboration menu, including “Watermelon Cake” and a one-plate dish of duck rice and pumpkin soup. Furthermore, at “WINE MARKET PARTY” on the basement first floor of Ebisu Garden Place, special offers are available for visitors who present a ticket for this exhibition. Recommended for “TOP Collection: Tomorrow’s Dining Table” is an exhibition that, through photography and video, reflects on meals with family, the ties between communities and food, the natural environment, and the dining table of the future. As it presents a wide range of works on the theme of food, it is suitable not only for those interested in photographic works, but also for those who wish to view everyday memories and social change from a new perspective. It is also recommended for those who want to enjoy a cultural experience in Tokyo alongside sightseeing, shopping, and dining in the Ebisu area. Exhibition view Photo: いしかわみちこ Exhibition view Photo: いしかわみちこ ※ Closed on Mondays during the exhibition period. However, if Monday is a national holiday, the museum will be open and closed on the following weekday. ※ Programs are subject to change due to various circumstances. Please check the official website for the latest information before your visit. :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; } }
-