ランキングはこちら
イベント
特別展 山種美術館の開館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; } }