Shibuya Ward
Lecture & Culture
2026.08.08–10.04
【60th Anniversary of the Museum’s Opening Special Exhibition 2】 Okumura Togyu — Tracing 100 Years Through Masterpieces —
Special Exhibition
Special exhibition commemorating the 60th anniversary of the Yamatane Museum of Art’s opening
“Okumura Togyu — Tracing 100 Years through Masterpieces —”
The Yamatane Museum of Art is holding the 60th Anniversary Special Exhibition 2, “Okumura Togyu — Tracing 100 Years through Masterpieces.” Focusing on the deep ties between the Japanese painter Okumura Togyu (1889-1990) and the Yamatane Museum of Art, this exhibition traces his career from the early period to his final years. The museum’s founder, Yamazaki Taneji, maintained a friendship with Togyu for over 50 years from the early days of his career. Thanks to that connection, the museum holds 135 works by Okumura Togyu; this exhibition presents about 60 outstanding pieces from among them, including representative works such as 《鳴門》 and 《醍醐》.
Exhibition Highlights
POINT 01
Around 60 works on view from one of Japan’s premier Togyu collections
From the 135 Okumura Togyu works in the Yamatane Museum of Art’s collection, approximately 60 carefully selected pieces are on display. Beginning with 《鳴門》 and 《醍醐》, the works from his early years to his final period trace the trajectory of Togyu’s career.
POINT 02
Works shown at the Inten gathered together
Okumura Togyu was active at the Inten throughout his life. This exhibition brings together 35 Inten-related works from the Yamatane Museum of Art’s collection: 32 from the Autumn Inten, 2 from the Spring Inten, and 1 from the 同人展.
POINT 03
Materials unique to the Yamatane Museum of Art also featured
In addition to artworks, visitors can see materials connected to the Yamatane Museum of Art, such as illustrated letters sent by Okumura Togyu to the museum’s founder, Yamazaki Taneji, and original drawings for commemorative items from tea gatherings once held at the museum.
POINT 04
Gallery talks by curators also held
Every Wednesday during the exhibition period (except public holidays), gallery talks by curators will be held. The talk lasts about 30 minutes, with a maximum capacity of 25 people; numbered tickets will be distributed on a first-come, first-served basis at the 1st-floor lobby starting at 9:50 a.m. on the day.
Upcoming dates are Wednesday, September 16 and Wednesday, September 30. Participation is free, but a valid same-day admission ticket is required.
Recommended for
Recommended for those interested in Nihonga and modern Japanese art, those who wish to take a close look at works by Okumura Togyu, and those who would like to experience Japanese art through masterpieces of Nihonga. It’s also recommended to enjoy this together with a museum tour around the Ebisu area.
Okumura Togyu 《Maiko》, 1954 (Showa 29), color on silk, Yamatane Museum of Art
Okumura Togyu 《Castle》, 1955 (Showa 30), color on paper, Yamatane Museum of Art
※All works mentioned are in the collection of the Yamatane Museum of Art.
※Exhibited works and display contents are subject to change.
※The gallery talk will close once capacity is reached; depending on the crowding of the exhibition venue, the number of participants may be adjusted or the event 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;
}
/* 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;
}
}