-
-
-
墨田區 祭典2026.09.19–10.12
向島百花園 萩花祭
傳統活動 享受秋日風景與萩花 「向島百花園 萩祭」 將於向島百花園舉辦2026年度「萩祭」。園內名物、約30公尺長的「萩之隧道」迎來觀賞佳期之際,您可漫步於染上秋色的園內,欣賞時令草花與日本文化。 期間將舉辦包含以「萩」為題在短冊上書寫俳句與和歌的「吟詠萩」、觀察園內野草的「野草觀察」、以及可享用抹茶與和菓子的「茶會」等活動。 活動內容 EVENT 01 (1)吟詠萩 日期與時間:活動期間每日,全天。※遇雨取消 地點:紫藤棚旁的四阿(涼亭) 內容:邀請來園的客人以「萩」為主題,將俳句與和歌寫在短冊上。 參加費:免費(入園費另計) EVENT 02 (2)野草觀察 日期與時間:9月19日(六)11:40、14:40(每場約1小時)※遇雨取消 集合地點:賣店前廣場 內容:在講師解說下觀察園內野草。 講師:若林 芳樹 先生(植物研究者) 名額:每場20名 參加方式:請於當日在集合地點集合(額滿即止)。 EVENT 03 (3)茶會 日期與時間:10月3日(六)、4日(日)11:00~16:00(每30分鐘一場,每日10場) 地點:御成座敷 內容:向島百花園茶會將進行茶道表演,並提供抹茶與茶點。歡迎大家輕鬆參與。 參加費:每席 1,500日圓(入園費另計) 名額:每場10名(活動當日先到先得・無需事先報名) 參加方式:10:30~15:30 於御成座敷前受理報名(額滿即止)。 推薦給這樣的您 不僅適合想在秋意中漫步庭園的您,也推薦給想透過俳句、和歌與茶會等體驗日本傳統文化的人。伴著季節的花草,享受悠閒時光。 ©Tokyo Metropolitan Park Association ©Tokyo Metropolitan Park Association ※最新資訊請參閱官方網站。 :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); word-break: break-word; } .card-text p { margin-bottom: 4px; } .card-text p:last-child { margin-bottom: 0; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery Protection & Responsiveness */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; /* Chặn chọn ảnh (Copy protection for images) */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; overflow: hidden; } /* Fix lỗi ảnh tràn màn hình */ .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; /* Ngăn kéo thả / lưu ảnh */ } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
港區 演講與文化2026.09.09–12.13
羅浮宮博物館展:文藝復興
羅浮宮館藏含李奧納多作品在內的56件作品來到日本 「羅浮宮美術館展 文藝復興」 國立新美術館正舉辦「羅浮宮美術館展 文藝復興」,展期至12月13日(日)。15至16世紀間於歐洲各地發展的文藝復興藝術為焦點,透過自羅浮宮美術館典藏中精選的56件作品,介紹其豐富而複雜的藝術特徵。 本展著眼於象徵文藝復興的藝術家李奧納多・達・文西,並依「旅程」「技法的創新與洗鍊」「回望古代」「肖像藝術的興盛」四大主題介紹作品。不僅有繪畫,亦可欣賞雕塑、版畫、素描、工藝等多元類型的作品。 展覽亮點 李奧納多・達・文西《女性的肖像》首度來日 本展將於日本首次公開李奧納多・達・文西的《女性的肖像》,其誤加的別稱為《美麗的費羅尼耶》。 約於1490~1497年創作的油畫,是象徵文藝復興時期對人類個性愈發關注的肖像藝術傑作。 以四大主題介紹文藝復興藝術 展示以「旅程」「技法的創新與洗鍊」「回望古代」「肖像藝術的興盛」四大主題構成。 從重新評價古希臘、羅馬文化的潮流、藝術家之間的交流與技法的發展等多重面向,認識文藝復興藝術。 從繪畫到雕塑、版畫、工藝 多元作品齊聚 會場將介紹繪畫、雕塑、版畫、素描、工藝等廣泛類型的作品。透過羅浮宮美術館所藏的多彩作品,得以感受文藝復興藝術的魅力。 推薦給這樣的您 本次展覽推薦給對文藝復興與西方藝術感興趣、想欣賞李奧納多・達文西作品,以及想一睹羅浮宮館藏的人。不妨與六本木地區的美術館巡禮一同安排,作為在東京享受西方藝術的好機會。 威尼斯畫家《迎接威尼斯共和國使節團的大馬士革總督》約1511年 巴黎,羅浮宮博物館 Photo © GrandPalaisRmn (musée du Louvre) / Gabriel De Carvalho / distributed by AMF-DNPartcom 阿爾布雷希特・丟勒《犀牛》1515年(初版) 巴黎,羅浮宮博物館 Photo © GrandPalaisRmn (musée du Louvre) / Michel Urtado / distributed by AMF-DNPartcom ※ 展示內容與展品可能會有所變更。 ※ 最新資訊請參閱官方網站。 :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: left; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
墨田區 店內活動2026.10.23
第4屆IKIJI寄席
兩國的IKIJI STORE將舉辦「第4屆 IKIJI寄席」。 此次也將恭迎古今亭圓菊師傅,邀請您在IKIJI STORE店內欣賞落語。 無論是第一次接觸落語的朋友,或是落語愛好者,都非常歡迎。 在僅有IKIJI STORE才有、與演者距離近的親密空間裡,請近距離欣賞古今亭圓菊師傅的話藝。 【演出】 古今亭圓菊 【時間・參加費】 19:00〜 2,000円 20:00〜 1,500円 ※不採取輪替制。 從19:00場次參加的來賓,可直接繼續欣賞20:00場次。 【會場】 IKIJI STORE 東京都墨田區 【主辦】 IKIJI 【報名方式】 需事先預約。 請透過下方的Google表單報名。 https://forms.gle/Qftav12qpczK3gL26 誠摯期待各位蒞臨。
-
-
-
-
澀谷區 演講與文化2026.08.08–10.04
【開館60週年紀念特別展2】 奧村土牛 ― 以名作追溯百年足跡 ―
特別展 為紀念山種美術館開館60週年而舉辦的特別展 「奥村土牛 ―以名作回顧百年足跡―」 山種美術館現正舉辦開館60週年紀念特別展2「奥村土牛 ―以名作回顧百年足跡―」。本展著眼於日本畫家・奥村土牛(1889-1990)與山種美術館之間的深厚淵源,帶領觀眾從其早期到最晚年的創作歷程一探究竟。山種美術館的創立者・山﨑種二自土牛創作初期起,與其交誼逾50年。因這份情誼,本館典藏了奥村土牛的作品135件,本展將從中精選約60件優品展出,包含《鳴門》《醍醐》等代表作。 展覽亮點 POINT 01 自日本屈指的土牛典藏中公開約60件 從山種美術館所藏的奥村土牛作品135件中,精選約60件展出。以《鳴門》《醍醐》為首,透過自早期至最晚年的作品,追溯土牛的創作軌跡。 POINT 02 曾於院展出品的作品亦齊聚一堂 終其一生活躍於院展的奥村土牛。本展將集中展示山種美術館所藏與院展相關的35件作品,介紹秋之院展32件、春之院展2件、同人展1件。 POINT 03 亦介紹唯山種美術館方能見的資料 不僅有作品,還可欣賞奥村土牛寄予本館創立者・山﨑種二的繪圖書簡,以及曾於本館舉辦之茶會紀念品原畫等,與山種美術館淵源深厚的資料。 POINT 04 亦舉辦學藝員導覽 展期中每週三(不含國定假日)將舉辦學藝員導覽。所需時間約30分鐘,名額上限25名,當日上午9時50分起於一樓大廳先到先得發放整理券。 之後預計於9月16日(週三)、30日(週三)舉行。參加免費,但須持當日有效之入場券。 推薦給這樣的您 對日本畫與日本近代美術感興趣、想細細觀賞奧村土牛的作品,或希望透過日本畫名作接觸日本美術的您,本展十分推薦。也推薦搭配惠比壽地區的美術館巡禮一同享受。 奧村土牛《舞妓》1954(昭和29)年 絹本設色 山種美術館 奧村土牛《城》1955(昭和30)年 紙本設色 山種美術館 ※文中作品皆為山種美術館藏。 ※出品作品及展示內容可能有所變更。 ※導覽活動額滿即截止;亦可能因展場壅擠等情況調整參與人數或取消。 ※最新資訊請參閱官方網站。 :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; } body { background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; position: relative; overflow: hidden; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi黒 & kéo thả hình ảnh */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ pointer-events: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
-
-
-
-
台東區 演講與文化2026.07.25–10.18
東京都美術館開館100週年紀念 大英博物館日本藝術典藏 百花繚亂〜跨越海洋的江戶繪畫
特別展 匯聚令世界著迷的江戶繪畫! 「百花繚亂~跨越海洋的江戶繪畫」 東京都美術館為紀念開館100週年,正舉辦「大英博物館日本美術典藏 百花繚亂~跨越海洋的江戶繪畫」。這是一檔自世界頂尖博物館之一——大英博物館所藏約4萬件日本館藏中,精選江戶時代的繪畫與浮世繪版畫等名品加以介紹的展覽。 包括葛飾北齋、喜多川歌麿、歌川廣重、東洲齋寫樂等江戶時代代表性浮世繪師的作品,亦有自英國首次返鄉的珍貴作品登場。 展覽看點 POINT 01 大英博物館日本美術名品來日 自大英博物館的日本典藏中,嚴選江戶時期的屏風、掛軸、繪卷、浮世繪版畫等展出。可近距離欣賞喜多川歌麿的肉筆畫《文読む遊女》、円山応挙《虎の子渡し図屛風》、葛飾北斎《『万物絵本大全』版下絵》等備受矚目的作品。 POINT 02 自英國首次返鄉的北齋作品 葛飾北齋的《『万物絵本大全』版下絵》為首次自英國返鄉之作。本展將展出長年失傳的版下繪103件當中的8件。 POINT 03 相隔約150年再度重逢的襖繪 亦請關注由桃山時代末至江戶時代初期、狩野宗眼重信所繪的襖繪。分藏於大英博物館與青森縣中泊町的舊家・宮越家的作品,經近年調查確認為同一系列。相隔約150年的再會即將實現。 推薦給這樣的您 推薦給對日本美術與浮世繪有興趣者、想親眼鑑賞葛飾北齋與喜多川歌麿等作品者,以及正在尋找能在東京感受歷史與文化的展覽者。 由於展覽於上野公園內的東京都美術館舉辦,也很適合與周邊的美術館或觀光景點一併安排參觀。 圓山應舉《虎母渡子圖屏風》 1781~1782年 大英博物館藏 © The Trustees of the British Museum 喜多川歌麿《讀信的遊女》 1804~1806年左右 大英博物館藏 © The Trustees of the British Museum ※展出作品、內容等可能有所變更。 ※最新資訊請參閱展覽官方網站。 :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; } body { background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; position: relative; overflow: hidden; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi đen & kéo thả hình ảnh */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ pointer-events: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
-
-
-
-
台東區 演講與文化2026.07.23–10.07
東京都美術館開館100週年紀念 這個地方的風景―上野・大牟田・布宜諾斯艾利斯
企劃展 東京都美術館開館100周年紀念 「此地的風景—上野・大牟田・布宜諾斯艾利斯」舉辦 從三個地點回望百年時光的展覽 值此東京都美術館開館100周年,正舉辦企劃展「此地的風景—上野・大牟田・布宜諾斯艾利斯」。 東京都美術館於1926年在東京・上野公園開館,為日本首座公立美術館,當時名為「東京府美術館」。本展將透過在上野、大牟田與布宜諾斯艾利斯這三個地點持續進行的創作活動,回望東京都美術館走過的百年歷程。 展覽並行追溯美術館的歷史與上野的風景、在福岡・大牟田持續自學創作的畫家之軌跡,以及以一幅1926年創作的繪畫為起點在阿根廷・布宜諾斯艾利斯展開的研究。藉由並置不同地域與個人的實踐,超越「中心/邊緣」的框架,思考表現行為的根源意義。 展覽亮點 PART 01 從多樣資料回顧「上野」的一百年 第一部「上野—東京都美術館的一百年」將展示繪畫、版畫、攝影、東京都美術館檔案資料等各式記錄。 從東京都(府)美術館的誕生、戰時與戰後,到1975年新館開館以後的活動,並以同時期的上野風景相互對照回顧。可多角度梳理美術館歷來展覽的足跡,以及作為文化場域不斷變化的上野風貌。 PART 02 東京首次介紹自學畫家・江上茂雄的創作軌跡 第二部「大牟田—江上茂雄的一百年」聚焦於居於福岡縣大牟田、始終堅持自學自力作畫的江上茂雄(1912–2014)的畫業。 江上茂雄運用鉛筆、水彩、油粉彩與蠟筆等身邊常見的畫材,不斷面對自身周遭的風景。在本展約400件作品—包含木版畫、實驗性的抽象畫、染紙等多元嘗試—將追溯其漫長的創作軌跡。這也是江上茂雄的作品首次在東京成規模地集中呈現。 PART 03 以《百日菊的庭園》為起點的研究計畫 以被視為東京都美術館館藏第一號的繪畫《百日菊的庭園》為起點,這是一項追尋被認為是作者的「藤岡鐵太郎」相關謎團的研究計畫。聚焦於一位於1927年前往阿根廷・布宜諾斯艾利斯並從事造園、花卉產業的同名同姓人士,跨越百年追溯作品與人物的軌跡。另外,我們也將根據公開徵集的花卉照片製作2027年每日一頁日曆。 推薦對象 推薦給關心東京都美術館的發展歷程與上野的文化風景者,以及希望細細欣賞持續自學創作的畫家・江上茂雄之作品者。 此外,也適合對作品本身之外,即對作者、作品誕生的場所,以及被歷史掩埋的個人營為感興趣的人。對於造訪上野的國內外旅客而言,這將是一個在了解東京美術館文化的同時,接觸連結日本與海外之創作故事的機會。 圖片提供:東京都美術館 圖片提供:東京都美術館 ※ 於出示同期舉辦之特別展「大英博物館日本美術コレクション 百花繚乱~海を越えた江戸絵画」(東京都美術館)的門票時,一般與65歲以上之觀眾可「100日圓」(東京都美術館開館100週年紀念票價)入場觀覽。 ※ 持有身體障礙者手冊、愛之手冊、療育手冊、精神障礙者保健福祉手冊、被爆者健康手帳者及其一名照護者(至多1名)免費。 ※ 18歲以下者、大學生、高中生、專門學校生、65歲以上者、持各類手冊者,皆請出示可證明之文件。 ※ 9月21日(週一・國定假日)因「敬老日」,65歲以上者免費。 ※ 10月1日(週四)為「都民之日」,任何人皆可免費入場。 ※ 東京都內的小學、國中、高中生以及相當對象與其帶隊教師,以學校教育活動名義參觀時免費(需事前申請)。 ※ 僅限「夏夜美術館」當日,17:00以後入場可享本展覽之門票折扣或免費。 ・實施日時:2026年8月7日(五)~8月28日(五)的每週五,17:00以後入場 ・觀覽費折扣:一般・65歲以上減免200日圓(需出示證明) :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; } body { background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout - 3 Hàng */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Event Section Styling (Liệt kê theo dạng mẫu) */ .event-group-title { font-size: 1.2rem; font-weight: 700; color: var(--accent-orange); border-bottom: 2px solid var(--accent-orange-light); padding-bottom: 6px; margin-top: 36px; margin-bottom: 24px; } .event-group-title:first-child { margin-top: 0; } .event-list { display: flex; flex-direction: column; gap: 28px; } .event-item { display: flex; flex-direction: column; gap: 6px; } .event-item-title { font-size: 1.1rem; font-weight: 700; color: var(--text-main); line-height: 1.4; word-break: break-word; margin-bottom: 4px; } .event-details { list-style: none; padding: 0; margin: 0; } .event-details li { font-size: 0.925rem; color: var(--text-main); line-height: 1.8; word-break: break-word; } .event-desc { margin-top: 4px; font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; text-align: justify; } .event-notes-box { background-color: var(--accent-orange-light); border-left: 3px solid var(--accent-orange); padding: 16px 20px; margin-top: 28px; font-size: 0.85rem; color: var(--text-main); } .event-notes-box ul { list-style: none; padding: 0; } .event-notes-box li { margin-bottom: 4px; text-indent: -1.2em; padding-left: 1.2em; } .event-notes-box li:last-child { margin-bottom: 0; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery - giữ tỉ lệ ảnh gốc */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; } .image-frame img { width: 100%; height: auto; display: block; object-fit: contain; } .image-credit { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
新宿區 興趣聚會2026.07.15–2027.05.31
三麗鷗角色展覽 Hotel Floria Tokyo
沉浸式體驗展 由三麗鷗角色打造的夢幻飯店空間! 「Hotel Floria Tokyo」日本首次登場 以三麗鷗角色們所想像的“夢想飯店”為主題,全新感受的沉浸式體驗活動「Hotel Floria Tokyo」即將首次登陸日本。 一邊欣賞每位三麗鷗角色獨具個性的世界觀,一邊度過宛如巡遊特別飯店般的時光。 ※本活動並非實際的住宿設施,而是由空間與影像交織呈現的飯店概念體驗型展覽活動。 展覽亮點 (1)充滿角色「夢想」的特別展示空間 各個展示區域以角色喜愛的物品與故事為基礎設計。從室內陳設到小物皆細緻呈現其世界觀,帶來宛如與角色共度時光般的高度沉浸感。 (2)韓國創意團隊「d'strict」打造的新感受沉浸式體驗 透過光影與影像交織的夢幻空間演繹,帶來彷彿走入角色世界的飯店房間之旅。包含延伸至地平線的粉色沙灘等,在韓國也大受歡迎的夢幻展出內容將同台亮相。 (3)把旅途回憶帶回家的飯店概念原創周邊 於韓國設計的原創周邊,包括行李吊牌、玩偶、房卡風壓克力吊飾等,為旅途增添回憶的豐富選擇一應俱全。自9月19日(六)起亦將陸續推出全新商品。 推薦給這樣的你 不僅推薦給喜愛三麗鷗角色的人,也適合想在夢幻空間拍攝特別照片的人、在東京觀光時想享受全新體驗的國內外旅客,以及想與家人或朋友留下美好回憶的人。 © 2026 SANRIO CO., LTD. © 2026 SANRIO CO., LTD. :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); word-break: break-word; } .card-text p { margin-bottom: 4px; } .card-text p:last-child { margin-bottom: 0; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery Protection & Responsiveness */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; overflow: hidden; } .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
台東區 演講與文化2026.07.11–10.12
特別展「生物超世界展」
特展 國立科學博物館 特展「いきもの超ワールド展 国立科学博物館×ダーウィンが来た!」現正舉辦 聚焦在適應地球環境變化而進化的生物之「驚人的能力」與「生存策略」 國立科學博物館正舉辦特展「いきもの超ワールド展 国立科学博物館×ダーウィンが来た!」。 本展聚焦於生物在適應地球環境變化過程中所形成的「驚人能力」與「生存策略」。除國立科學博物館所藏的標本、資料與研究成果外,亦透過NHK自然節目『ダーウィンが来た!』拍攝的影像,介紹生物多樣的演化與生態。 展覽亮點 POINT 01 透過標本・研究・影像學習生物的演化 展覽將依主題介紹適應各種環境的生物性狀與功能。 透過實體標本、最新研究成果與珍貴的自然影像,輕鬆學習動物如何適應環境並延續生命。 POINT 02 與『ダーウィンが来た!』的聯合企劃 透過與NHK自然節目『ダーウィンが来た!』的聯合企劃,展出節目製作團隊所拍攝的影像。 本展原創角色「くじらじい」源自與在『ダーウィンが来た!』中廣為人知的「ヒゲじい」之合作。在介紹標本、研究與影像亮點的同時,深入探索生物的奧秘。 POINT 03 也能享受語音導覽 語音導覽由本展導覽員相葉雅紀、「くじらじい」以及「ヒゲじい」登場。 會場租借版每台650日圓(含稅),App配信版為800日圓(含稅)。推薦給想更深入欣賞展覽的觀眾。 推薦給家庭旅遊與上野的美術館・博物館巡禮 本展可透過標本與影像兩種方式欣賞生物驚人的生態,適合從兒童到成人的各個年齡層。 會場位於上野公園內的國立科學博物館。不妨與上野地區的博物館、美術館巡禮一併安排造訪。 圖片提供:いきもの超ワールド展 圖片提供:いきもの超ワールド展 ※本展的觀眾可於同日參觀常設展,但僅限於常設展的開館時間內。 ※展出內容、展期、開館日與開館時間等可能會有所變更。 :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; } body { background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; overflow: hidden; } .image-frame img { max-width: 100%; height: auto; display: block; object-fit: contain; /* Chống kéo thả hình ảnh */ pointer-events: none; -webkit-user-drag: none; -webkit-user-select: none; user-select: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } } document.addEventListener('contextmenu', function(e) { if (e.target.tagName === 'IMG') { e.preventDefault(); } });
-