-
-
-
미나토구 강연 및 문화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.08.13–09.13
The Paper Log: 막과 핵 — 이세이 미야케와 앙상블 스튜디오의 협업 프로젝트
특별전 「더 페이퍼 로그: 막과 핵 — 이세이 미야케와 앙상블 스튜디오의 협업 프로젝트」 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; } }
-