@charset "UTF-8";
/* FONTS ////////////////////////////////////////////////////// */
@font-face {
  font-family: "ArminGrotesk-Regular";
  src: url("webfonts/38E755_9_0.eot");
  src: url("webfonts/38E755_9_0.eot?#iefix") format("embedded-opentype"), url("webfonts/38E755_9_0.woff2") format("woff2"), url("webfonts/38E755_9_0.woff") format("woff"), url("webfonts/38E755_9_0.ttf") format("truetype");
}
@font-face {
  font-family: "ArminGrotesk-UltraLight";
  src: url("webfonts/38E755_C_0.eot");
  src: url("webfonts/38E755_C_0.eot?#iefix") format("embedded-opentype"), url("webfonts/38E755_C_0.woff2") format("woff2"), url("webfonts/38E755_C_0.woff") format("woff"), url("webfonts/38E755_C_0.ttf") format("truetype");
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body {
  font-family: ArminGrotesk-UltraLight, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #8f8a7f;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -moz-osx-font-smoothing: grayscale;
}

/* BASICS ////////////////////////////////////////////////////// */
body {
  overflow-y: scroll;
}

header *,
.button-scroll,
.open-nav,
nav *,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header,
.button-scroll,
.open-nav,
nav {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* ios-bug: bei position-fixed verschwindet element bis touch-move-end */
}

h1, h2, h3, h4, h5, h6 {
  font-size: 23px;
  line-height: 1.4;
  font-family: ArminGrotesk-UltraLight, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 28px;
}

ul {
  list-style: none inside none;
}

i {
  font-style: normal;
}

figcaption {
  font-size: 18px;
}

strong, b {
  font-family: ArminGrotesk-UltraLight, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
  color: #8f8a7f;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}

a.hover,
a.hover:visited,
a.hover:hover,
a.hover:active,
a.hover:focus {
  color: #534b3b;
}

::-moz-selection {
  color: #fff;
  background-color: #8f8a7f;
}

::selection {
  color: #fff;
  background-color: #8f8a7f;
}

footer {
  padding: 1rem 2.25rem;
  width: 100%;
  text-align: right;
  font-size: 14px;
}

.nobreak {
  white-space: nowrap;
}

.symbol {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}

/* HEADER ///////////////////////////////////////////////////////////////// */
header {
  position: fixed;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
}

.bg-logo {
  position: absolute;
  z-index: 201;
  content: "";
  background-color: #8f8a7f;
  border-radius: 50%;
  top: -6.75rem;
  left: 5.875rem;
  width: 11.5rem;
  height: 11.5rem;
}

.wrap-logo {
  position: absolute;
  z-index: 202;
  top: 0px;
  left: 5.875rem;
  width: 11.5rem;
  text-align: center;
  padding: 1rem;
}

.logo {
  width: 100%;
  cursor: pointer;
  height: 20px;
}
.logo img {
  width: 35px;
  height: 13.3px;
}

header h1 {
  color: #fff;
  width: 100%;
  line-height: 1;
  font-size: 19px;
  display: inline-block;
  vertical-align: bottom;
}
header h1 a {
  line-height: 1;
  font-size: 19px;
  vertical-align: bottom;
  display: inline-block;
}
header h1 a,
header h1 a:visited,
header h1 a:hover,
header h1 a:active,
header h1 a:focus,
header h1 a.hover,
header h1 a.hover:visited,
header h1 a.hover:hover,
header h1 a.hover:active,
header h1 a.hover:focus {
  color: #fff;
}

/* NAVI ///////////////////////////////////////////////////////////////// */
.open-nav {
  display: none;
  position: absolute;
  z-index: 400;
  right: 1.675rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  background-image: url("./gfx/button_open.svg");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 28px 28px;
  cursor: pointer;
}
.open-nav.hover {
  opacity: 0.7;
}
.open .open-nav {
  background-image: url("./gfx/button_close.svg");
}

nav {
  width: 100%;
  padding: 1.5rem 1rem 3rem 0;
  background-color: #fff;
  text-align: right;
}

nav li {
  list-style-type: none;
  display: inline-block;
  padding: 0 0.75rem 0 0.75rem;
}
nav li a {
  display: inline-block;
}

nav > ul > li.active > a,
nav > ul > li.active > a:visited,
nav > ul > li.active > a:hover,
nav > ul > li.active > a:active,
nav > ul > li.active > a:focus {
  border-color: #d6d1c7;
  border-style: solid;
  border-width: 0 0 1px 0;
  /*
  font-family: ArminGrotesk-Regular, Arial, Helvetica, sans-serif;	
     font-weight: normal;
     font-style: normal;
  */
}

/* BUTTON SCROLL /////////////////////////////// */
.button-scroll {
  position: fixed;
  z-index: 100;
  left: 2rem;
  bottom: 2rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #8f8a7f;
  line-height: 1;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.25s;
}
.button-scroll.show {
  opacity: 1;
}

.button-scroll div {
  display: inline-block;
  width: 100%;
  height: 2rem;
  background-image: url("./gfx/button_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}

/* GRID /////////////////////////////// */
.wrap-grid {
  width: 100%;
  margin: auto;
}

.grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  /* in ≤ IE10 statt "justify-content" */
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  /* in ≤ IE10 statt "align-items" */
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  /* in ≤ IE10 statt "align-content" */
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
}

.info .grid {
  -ms-flex-pack: start;
  /* in ≤ IE10 statt "justify-content" */
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.grid h2 {
  width: 100%;
  padding: 2rem 0.5rem 2rem 0.5rem;
}

.grid a,
.grid a:visited,
.grid a:hover,
.grid a:active,
.grid a:focus {
  border-color: #d6d1c7;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.grid a.hover,
.grid a.hover:visited,
.grid a.hover:hover,
.grid a.hover:active,
.grid a.hover:focus {
  border-color: #534b3b;
}

.grid img {
  color: #fff;
}

/* NEWS /////////////////////////////// */
/*
.grid.news {
	margin-bottom: 2rem;
}
*/
.collection .subgrid-news {
  margin-bottom: 2rem;
}

.collection .japanese {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.collection .note {
  width: 325px;
  margin: 0 0.5rem 0 0.5rem;
  padding: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}

.collection .subgrid-news .note {
  padding-top: 1rem;
  padding-left: 0;
  justify-content: flex-start;
}

.collection figure.wide {
  width: calc(650px + 1rem);
  margin: 0 0.5rem 0 0.5rem;
}

.collection figure.wide .container {
  position: relative;
  width: 100%;
  padding-bottom: 60.0600600601%;
  background-color: #d6d1c7;
}

/* COLLECTION /////////////////////////////// */
.collection figure {
  width: 325px;
  margin: 0 0.5rem 0 0.5rem;
}

.collection figure .container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /* 325/325 */
  background-color: #d6d1c7;
}

.collection figure .container.outline {
  border: 1px solid #edebe8;
  /*#d6d1c7;*/
}

.collection figure .container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d6d1c7;
  color: #d6d1c7;
}

.collection figcaption {
  padding: 0.75rem 0 2rem 0;
}

.collection figcaption span:nth-of-type(1) {
  white-space: nowrap;
}

.collection figcaption span:nth-of-type(3) {
  white-space: nowrap;
  display: none;
}

/* SOCIAL-LINKS /////////////////////////////// */
.social {
  display: inline-block;
}
.social img {
  width: 2rem;
  height: 2rem;
}
nav .social img {
  position: relative;
  top: -0.125rem;
  vertical-align: top;
}
footer .social {
  display: none;
}

/* EXHIBITION /////////////////////////////// */
.exhibition section {
  width: 325px;
  margin: 0 0.5rem 0 0.5rem;
}

.exhibition figure {
  width: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #d6d1c7;
}

.exhibition figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d6d1c7;
  color: #d6d1c7;
}

.exhibition h3 {
  padding: 0.75rem 0 0 0;
  font-size: 18px;
}

.exhibition p {
  padding: 0 0 2rem 0;
}

/* PRESS, PROFILE LINKS /////////////////////////////// */
.info article {
  padding: 0 0.5rem 0 0.5rem;
}

.info h2 {
  padding: 2rem 0 1rem 0;
}

.info h3 {
  padding: 1rem 0 0 0;
}

.info h2 + h3,
.info img + h3 {
  padding: 0;
}

.info p + p {
  margin-top: 1rem;
}

.info .profile .container {
  float: left;
  margin: 0.5rem 1rem 0 0;
  width: 145px;
  height: 296px;
  background-color: #d6d1c7;
}

.info .profile .container img {
  color: #d6d1c7;
  background-color: #d6d1c7;
}

.info .profile .japanese {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.romaji {
  font-family: ArminGrotesk-UltraLight, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

.info .links p {
  padding: 0 0 0.5rem 0;
}

/* CONTACT /////////////////////////////// */
.contact article {
  width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}

.contact h2:nth-child(1) {
  padding: 2rem 0 1rem 0;
}

.contact h2 {
  padding: 1rem 0 1rem 0;
}

.contact h3 {
  padding: 0.75rem 0 0 0;
}

.contact h2 + h3 {
  padding: 0;
}

.contact p {
  padding: 0 0 0.5rem 0;
}

.contact p span {
  color: #fff;
  font-size: 1%;
}

/* RESPONSIVE /////////////////////////////// */
/* bild-breite (anzahl bilder * 325px) + margin bilder (anzahl bilder * 1rem) + padding container (links + rechts) */
.wrap-grid {
  max-width: calc(975px + 3rem + 2rem);
  padding: 7rem 1rem 4rem 1rem;
}

/* press, profile, links: spalten */
.info article {
  width: 31%;
}

@media (max-width: 1300px) {
  /* press, profile, links: spalten */
  .info .press {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 45%;
  }

  .info .profile {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }

  .info .links {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 47.5%;
  }
}
@media (max-width: 1130px) {
  /* bild-breite (anzahl bilder * 325px) + margin bilder (anzahl bilder * 1rem) + padding container (links + rechts) */
  .wrap-grid {
    max-width: calc(650px + 2rem + 2rem);
    padding: 7rem 1rem 4rem 1rem;
  }

  nav li {
    padding: 0 0.5rem 0 0.5rem;
  }

  /* NEWS /////////////////////////////// */
  .grid.news {
    margin-bottom: 2rem;
  }

  .collection .note {
    margin: 0 0.5rem 0 0.5rem;
    padding: 1rem 0 0 0;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 21px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 24px;
  }

  figcaption {
    font-size: 16px;
  }

  footer {
    font-size: 12px;
  }

  .exhibition h3 {
    font-size: 16px;
  }

  .info .profile .japanese {
    font-size: 14px;
  }

  .romaji {
    font-size: 16px;
  }

  .symbol {
    font-size: 12px;
  }

  header {
    height: 5.5rem;
    background-color: #fff;
  }

  .bg-logo {
    left: 0.5125rem;
  }

  .wrap-logo {
    left: 0.5125rem;
  }

  .open-nav {
    display: block;
  }

  nav {
    position: absolute;
    z-index: 300;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    font-size: 18px;
    padding: 3.5rem 1rem 1rem 1rem;
    border-bottom: 1px solid #d6d1c7;
  }
  .transition nav {
    transition: transform 0.5s, opacity 0.5s;
  }
  .open nav {
    transform: translateY(0%);
    opacity: 1;
  }
  nav li {
    display: block;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }

  footer {
    text-align: center;
    padding: 1rem 5rem;
  }
  footer span {
    white-space: nowrap;
  }

  nav .social {
    display: none;
  }
  footer .social {
    display: block;
    padding: 0.5rem 0 0.25rem 0;
  }
  .button-scroll {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 720px) {
  /* bild-breite (anzahl bilder * 325px) + margin bilder (anzahl bilder * 1rem) + padding container (links + rechts) */
  .wrap-grid {
    max-width: calc(325px + 1rem + 2rem);
    padding: 5.5rem 1rem 4rem 1rem;
  }

  /* press, profile, links: 1er-spalten */
  .info .press,
.info .profile,
.info .links {
    width: 100%;
  }
}
