EVENT
イベント
-
-
-
港区 講演・文化2026.09.09(水)~12.13(日)
ルーヴル美術館展 ルネサンス
ルーヴル美術館からレオナルド作品含む56点が来日 「ルーヴル美術館展 ルネサンス」 国立新美術館で、「ルーヴル美術館展 ルネサンス」が12月13日(日)まで開催されています。15世紀から16世紀にかけてヨーロッパ各地で発展したルネサンス美術に焦点を当て、ルーヴル美術館のコレクションから選ばれた56点りの作品を通して、その豊かで複雑な芸術の特徴を紹介する展覧会です。 本展では、ルネサンスを象徴する芸術家レオナルド・ダ・ヴィンチに着目し、「旅」「技法の革新と洗練」「古代へのまなざし」「肖像芸術の隆盛」という4つのテーマに基いて作品を紹介します。絵画だけでなく、彫刻、版画、素描、工芸など、多彩なジャンルの作品を見ることができます。 展覧会の見どころ レオナルド・ダ・ヴィンチの《女性の肖像》が初来日 本展では、レオナルド・ダ・ヴィンチの《女性の肖像》、誤って付された別称《美しきフェロニエール》が日本で初めて公開されます。 1490~1497年頃に制作された油彩画で、ルネサンス期に高まった人間の個性への関心を象徴する肖像芸術の傑作です。 4つのテーマからルネサンス美術を紹介 展示は「旅」「技法の革新と洗練」「古代へのまなざし」「肖像芸術の隆盛」の4つのテーマで構成されています。 古代ギリシア・ローマの文化を再評価する動きや、芸術家たちの交流、技法の発展など、さまざまな側面からルネサンス美術を知ることができます。 絵画から彫刻、版画、工芸まで多彩な作品を展示 会場では、絵画、彫刻、版画、素描、工芸など、幅広いジャンルの作品を紹介。ルーヴル美術館が所蔵する多彩な作品を通して、ルネサンス美術の魅力に触れることができます。 こんな方におすすめ ルネサンス美術や西洋美術に興味がある方、レオナルド・ダ・ヴィンチの作品を鑑賞したい方、ルーヴル美術館のコレクションに触れてみたい方におすすめの展覧会です。六本木エリアの美術館めぐりとあわせて、東京で西洋美術を楽しむ機会として訪れてみてはいかがでしょうか。 ヴェネツィアの画家《ヴェネツィア共和国の使節団を迎えるダマスクス総督》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.08.13(木)~09.13(日)
ザ・ペーパーログ:膜と核 — イッセイ ミヤケによるアンサンブル・スタジオとの協業プロジェクト
特別展 「ザ・ペーパーログ:膜と核 — イッセイ ミヤケによるアンサンブル・スタジオとの協業プロジェクト」 21_21 DESIGN SIGHT(ギャラリー3)にて、特別展「ザ・ペーパーログ:膜と核 — イッセイ ミヤケによるアンサンブル・スタジオとの協業プロジェクト」が開催されています。 本展は、イッセイ ミヤケのプリーツ加工工程で生じる副産物「ペーパーログ」の新たな価値を探求するプロジェクトです。 MIYAKE DESIGN STUDIOの近藤悟史の発案により、スペインの建築家ユニット「アンサンブル・スタジオ」との協業が実現。ペーパーログの年輪のような美しい断面から着想を得て、実験的で創造性に満ちたアプローチを展開しています。 展覧会の見どころ 「膜」と「核」による対話的な作品群 膜(Shell)— アンサンブル・スタジオ: ペーパーログの層を一枚ずつ剥がし取ることで、素材の記憶を宿した立体的な作品を創出。 核(Core)— ISSEY MIYAKE: ログの芯(核)の構造に着目し、ロウ漬けや接着剤の浸透といった実験を通して家具のプロトタイプを制作。 日本初公開の展示構成 2026年4月にミラノで発表されたプロジェクトを、ギャラリー3の空間にあわせて再構成。新たに制作された什器とともに、作品をより間近で鑑賞できます。 制作プロセスをたどるドキュメンタリー映像 会場では作品だけでなく、両チームによる研究や実験、制作の軌跡を収めたドキュメンタリー映像も上映されています。 こんな方におすすめ デザインや建築、ファッション、サステナブルなものづくりに関心のある方におすすめです。六本木エリアの観光やアート巡りとあわせてお楽しみいただけます。 © 21_21 DESIGN SIGHT © 21_21 DESIGN SIGHT ※出品内容および展示構成は変更となる場合があります。 ※最新情報は公式サイトをご確認ください。 :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; } }
-