-
-
-
Shinjuku City Lecture & Culture2026.09.24
38th Shinjuku Gyoen Forest Takigi Noh
Traditional Performing Arts An ethereal world illuminated by torchlight "The 38th Shinjuku Gyoen Mori no Takigi Noh" The 38th Shinjuku Gyoen Mori no Takigi Noh will be held, where you can enjoy the traditional performing arts of Noh and Kyogen on the stage of Shinjuku Gyoen. In the heart of Tokyo lined with skyscrapers, this annual autumn event invites you into the refined world of Noh, with a stage lit by torchlight. This year’s program features the Kyogen "Hi no Sake" performed by Mansai Nomura (Izumi school), and the Noh "Funa Benkei (Zengo no Kae)" performed by Tetsunojo Kanze and Atsuo Kanze (Kanze school). Enjoy Noh and Kyogen in an ethereal atmosphere "Mori no Takigi Noh" is a traditional performing arts event where you can enjoy Noh performed by carefully selected artists and pieces on a stage emerging in torchlight, set within the rich natural environment that remains in central Tokyo at Shinjuku Gyoen. After the performance begins, there will be an introduction and a fire-lighting ceremony, and a roughly 15-minute intermission is scheduled after the Kyogen. This program Kyogen "Hi no Sake" Mansai Nomura (Izumi school) Noh "Funa Benkei (Zengo no Kae)" Tetsunojo Kanze, Atsuo Kanze (Kanze school) In case of rain, held at Shinjuku Bunka Center In case of rain, the venue will be changed to the Large Hall of Shinjuku Bunka Center. Information about holding the event in rainy weather will be announced at 1:00 p.m. on Thursday, September 24 on the official website and official social media of the Shinjuku Tourism Association. Recommended for Recommended for those who want to experience Japan’s traditional performing arts, take time to enjoy Noh and Kyogen, or are looking for a uniquely Tokyo cultural experience. Enjoy the enchanting atmosphere woven by the nature of Shinjuku Gyoen and a Noh stage illuminated by torchlight. ※ Preschool children are not admitted. ※ 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; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi黒 & kéo thả形画像 */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ pointer-events: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
-
-
-
-
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; } }
-
-
-
-
All Around Tokyo Music2026.08.30
8/30(Sun) Flute & Piano Duo Concert Minami-Otsuka
On Sunday, August 30, 2026, we will hold a flute and piano duo concert♪ We'll perform a wide range of genres, from familiar classics to pop! On the last Sunday of summer vacation, it's a program that everyone from small children to adults can enjoy, so please feel free to come and listen☺️ (Ends once capacity is reached) ⚫︎Venue 南大塚ホール (6 minutes on foot from JR Otsuka Station) ⚫︎Doors open 13:30 ⚫︎Performance starts 14:00 ⚫︎Adults ¥2,500, Students ¥1,000, Preschool children free ♪Program♪ ・La Flûte de Pan, Op. 15 / Mouquet ・Pavane for a Dead Princess / Ravel ・Opera “Carmen” / Bizet ・A Town with an Ocean View (jazz ver.) / Joe Hisaishi ・Takarajima / Hirotaka Izumi ・Niji / Hirotaka Nakagawa ・Detective Conan Theme / Katsuo Ono Piano solos will also be performed♪ Flute 宮川香純 Piano 佐田純子 Please make your reservation early!! https://forms.gle/L6ngxdtfRr6p4nVj8
-
-
-
-
Shinjuku City Hobby gathering2026.01.09–01.18
Winter あいぱく(R) Premium TOKYO 2026
Ice cream is for cold winters! Sweets × ice collaborations gather in Shinjuku! The ice cream expo “あいぱく®”, which brings together carefully selected local ice creams from across Japan, will, this winter, return after five years with a winter edition! For 10 days from Friday, January 9 to Sunday, January 18, 2026, “冬のあいぱく(R) Premium TOKYO 2026” will be held at Shinjuku Sumitomo Building, Sankaku Hiroba (Shinjuku-ku, Tokyo). This edition will focus on premium ice creams best enjoyed in winter, lining up many “new-sensation menus unique to winter” that combine sweets and ice cream. Unlike summer ice treats, we will offer hybrid ice creams that pair confections and sweets with ice cream, as well as menus that highlight the warm × cold contrast. We will provide added value available only in winter that previous ice cream events did not offer. Furthermore, each store will leverage its unique techniques and creativity to develop original, winter-only menus under the theme of “winter ice.” Why not take this opportunity to visit? Perk: The first 1,500 visitors each day will receive an original commemorative wristband (10 colors, changing daily). ※Please check the official website for details.
-
-
-
-
Shinjuku City Hobby gathering2026.01.08–01.26
ぐるめぐり Winter Hokkaido Fair
Focus on Tobu-exclusive gourmet using seasonal ingredients! Sweets made with Hokkaido milk are also available! The “Gurumeguri Winter Great Hokkaido Fair” will be held at Tobu Department Store Ikebukuro Main Store. Some shops will rotate between the first and second weeks, with about 90 shops participating in total. Highlights include Tobu-exclusive gourmet items made with seasonal ingredients! Enjoy bento generously topped with king crab from Nemuro and a luxurious pizza featuring rich wild fugu. In addition, a wide variety of sweets made with Hokkaido milk will be offered. Why not stop by on this occasion? ※ Please understand that items may sell out. ※ Photos are for illustrative purposes. ※ Some ingredients may be sourced from outside Hokkaido.
-