-
-
-
Sumida City Store events2026.10.23
The 4th IKIJI Yose
We will hold the 4th IKIJI Yose at the IKIJI STORE in Ryogoku. Once again, we welcome Master Kokontei Engiku and invite you to enjoy rakugo inside the IKIJI STORE. Whether you are new to rakugo or a longtime fan, everyone is welcome. In the uniquely intimate space of IKIJI STORE, where the distance to the performer is close, please enjoy Master Kokontei Engiku’s storytelling up close. 【Performer】 Kokontei Engiku 【Time & Admission】 19:00 – ¥2,000 20:00 – ¥1,500 *There will be no audience turnover. Guests attending from the 19:00 performance may also stay for and enjoy the 20:00 performance. 【Venue】 IKIJI STORE Sumida-ku, Tokyo 【Organizer】 IKIJI 【How to apply】 Advance reservation is required. Please apply via the Google Form below. https://forms.gle/Qftav12qpczK3gL26 We sincerely look forward to your visit.
-
-
-
-
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(); } });
-