-
-
-
千代田區 興趣聚會2026.08.07–09.27
我的英雄學院 Chara Pop Store
快閃店 「我的英雄學院 Chara Pop Store」在秋葉原舉辦 在 BANDAI NAMCO Cross Store atre秋葉原店,「我的英雄學院 Chara Pop Store」正限時舉辦。 除了販售以「飯糰」為主題的新繪視覺製作的原創周邊外,現場還能享受小遊戲與主視覺的展示。此外,也將販售使用至今已舉辦8次的 Chara Pop Store 原創新繪視覺所製作的全新商品。 展覽看點 HIGHLIGHT 01 「飯糰」主題的新繪原創周邊 本次角色快閃店將販售以「飯糰」為主題的新繪視覺製作的原創周邊。可盡情享受描繪《我的英雄學院》角色的限定商品。 HIGHLIGHT 02 還有小遊戲與主視覺展示 不僅有周邊販售,會場還將舉辦小遊戲,並展出主視覺。在感受作品世界觀的同時,體驗購物與遊戲的樂趣。 HIGHLIGHT 03 亦販售使用過去新繪視覺的新商品 也將販售使用至今舉辦的8次 Chara Pop Store 原創新繪視覺製作的新商品。不僅推薦給《我的英雄學院》粉絲,也適合在秋葉原尋找動畫、角色周邊的人。 適合這樣的你 推薦給《我的英雄學院》的粉絲、想入手限定周邊與景品的人,以及想在秋葉原享受動漫景點巡禮的國內外旅客。 胸章收藏(2026) 價格:每個550日圓 (共14種)※隨機封入 箔片壓克力鑰匙圈(2021) 價格:每款1,200日圓(共8種) ※若來場人數眾多,可能會實施入場限制。 ※活動期間內可能會追加獎品。獎品數量有限。 ※活動內容可能在未經預告的情況下變更或結束。 ※最新資訊請查看官方網站。 :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); word-break: break-word; } .card-text p { margin-bottom: 4px; } .card-text p:last-child { margin-bottom: 0; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery Protection & Responsiveness */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; overflow: hidden; } .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
千代田區 演講與文化2026.07.10–09.06
不只是可愛!?Pingu 展覽
來吧,一起去發現你不曾認識的 Pingu 魅力! 將於 YURAKUCHO MUSEUM 舉辦「不只是可愛!?Pingu 展」。這是一場可以透過珍貴資料與互動體驗展項,盡情感受風靡全球的黏土動畫《Pingu》魅力的展覽。 《Pingu》由瑞士影像創作者 Otmar Gutmann 於 1980 年以黏土動畫誕生。以小企鵝 Pingu 與夥伴們為主角,溫暖又充滿幽默的故事,深受全球喜愛。 本展以“遊樂園”為主題,展出實際動畫製作中使用的珍貴黏土模型、早期工作室記錄、分鏡等製作資料。透過看、觸、親身體驗,盡情感受 Pingu 豐富的表情、黏土獨有的獨特動作與造型,以及神奇地能傳遞情感的“Pingu 語”等,以全新方式發現你未曾了解的 Pingu 魅力。 展期為 2026 年 7 月 10 日(週五)至 9 月 6 日(週日)。會場為東京・有樂町的 YURAKUCHO MUSEUM。展期內無休,通常開館時間為 10:00~18:00,最後入場 17:30。逢週六、週日與國定假日,另於 7 月 10 日(週五)及 8 月 10 日(週一)~14 日(週五)開館至 20:00,最後入場 19:30。 展覽亮點 珍貴黏土模型與製作資料展示 展出包含實際動畫製作所用的黏土模型、早期工作室記錄與分鏡等珍貴製作資料。您將能近距離感受定格動畫獨有的手工巧思,並了解 Pingu 世界誕生的過程。 「不只是可愛!?」體驗 Pingu 多彩魅力 展場亦規劃豐富有趣的互動體驗展項。透過體驗,感受能傳遞喜怒哀樂的豐富表情、黏土動畫獨特的動作,以及神奇地傳達情感的“Pingu 語”,品味 Pingu 更深層的魅力。 與微縮攝影師・見立て作家 田中達也 的合作 本展亦將與微縮攝影師、見立て作家田中達也合作。除首次展出其於社群媒體發表的 Pingu 作品 3 件外,亦預計展出為本展全新創作的作品。透過充滿玩心的微縮表現,帶您欣賞 Pingu 的全新世界。 以“遊樂園”為主題的有趣展覽空間 展覽的主題是“遊樂園”。在老少咸宜的氛圍中,您可以認識 Pingu 的歷史、登場角色,以及作品的原點。無論是感到懷舊的人,還是第一次與 Pingu 相遇的人,都很推薦。 什麼是 Pingu? 「Pingu」是誕生於瑞士的定格動畫。自1980年製作出原型測試影片以來,於2025年迎來45週年。1990年起,電視系列在全球超過155個國家與地區播出,溫暖且充滿幽默的故事深受世界各地喜愛。 推薦給這樣的你 推薦給喜歡 Pingu、正在尋找親子同樂展覽,以及對黏土動畫或角色展示感興趣的朋友。這不僅僅是可愛,還能欣賞到表情與動作,甚至一窺製作幕後的展覽。 ※展期內無休。 ※最晚入場為閉館前30分鐘。 ※週六、週日及國定假日,7月10日(週五)、8月10日(週一)至14日(週五)開放至20:00。 ※票價與販售資訊請參閱官方網站。 ※展覽內容、開館時間等可能變更,最新資訊請參閱官方網站。 ©2026 JOKER.
-