시부야구
강연 및 문화
2026.08.08–10.04
【개관 60주년 기념 특별전 2】 오쿠무라 도규 ― 명작으로 되짚는 100년의 발자취 ―
특별전
야마타네 미술관 개관 60주년을 기념한 특별전
「오쿠무라 도규 ― 명작으로 더듬는 100년의 발자취 ―」
야마타네 미술관에서 개관 60주년 기념 특별전 2 ‘오쿠무라 도규 ― 명작으로 더듬는 100년의 발자취 ―’가 개최되고 있습니다. 일본 화가 오쿠무라 도규(1889-1990)와 야마타네 미술관의 깊은 인연에 주목하여, 초기부터 최말년까지의 화업을 따라가는 전시입니다. 야마타네 미술관의 설립자 야마자키 다네지는 도규의 초기 시절부터 50년 이상 친교를 이어왔습니다. 그 인연으로 동 미술관은 오쿠무라 도규의 작품 135점을 소장하고 있으며, 본 전시에서는 그중 대표작 《鳴門》, 《醍醐》를 포함한 약 60점의 우수작을 소개합니다.
전시 하이라이트
POINT 01
일본 유수의 도규 컬렉션에서 약 60점을 공개
야마타네 미술관이 소장한 오쿠무라 도규 작품 135점 중에서 엄선한 약 60점을 전시합니다. 《鳴門》, 《醍醐》를 비롯해, 초기부터 최말년에 이르는 작품을 통해 도규의 화업의 궤적을 더듬을 수 있습니다.
POINT 02
인텐에 출품된 작품도 한자리에
생애에 걸쳐 인텐에서 활약한 오쿠무라 도규. 본 전시에서는 야마타네 미술관이 소장한 인텐 관련 작품 35점을 모아 전시합니다. 가을 인텐 32점, 봄 인텐 2점, 同人展 1점을 소개합니다.
POINT 03
야마타네 미술관만의 자료도 소개
작품뿐 아니라, 오쿠무라 도규가 야마타네 미술관 설립자 야마자키 다네지에게 보낸 그림 편지와, 과거 동 미술관에서 열린 다회 기념품의 원화 등, 야마타네 미술관과의 인연이 담긴 자료도 볼 수 있습니다.
POINT 04
학예사 갤러리 토크도 개최
전시 기간 중 매주 수요일(공휴일 제외)에는 학예사에 의한 갤러리 토크가 열립니다. 소요 시간은 약 30분, 정원은 최대 25명으로, 당일 오전 9시 50분부터 1층 로비에서 선착순으로 정리권이 배포됩니다.
향후 일정은 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;
}
}