@font-face {
  font-family: FreeSans;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FreeSans.woff");
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
html {
  font-size: 22px;
  font-family: FreeSans, sans-serif;
  line-height: 1.2;
  background: #f5f5f5;
  color: black;
}
* {
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
nav {
  padding: 0.90909091rem 0.90909091rem;
}
nav.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: #f5f5f5;
}
nav.sticky select {
  background: #f5f5f5;
}
nav .left,
nav .right {
  width: 50%;
  float: left;
  margin: 0;
}
@media (min-width: 813px) {
  nav {
    padding: 0.90909091rem 0.72727273rem;
    margin: 0 0;
  }
  nav .left,
  nav .right {
    margin: 0 0.18181818rem;
  }
}
nav:after {
  content: "";
  display: block;
  clear: left;
}
nav .left a,
nav .content a {
  margin-right: 1em;
  color: #7b7b7b;
}
nav .left a:hover,
nav .content a:hover,
nav .left a.active,
nav .content a.active {
  color: black;
}
section.home.has-showcase nav .left a,
section.home.has-showcase nav .content a,
section.gallery nav .left a,
section.gallery nav .content a,
section.detail header nav .left a,
section.detail header nav .content a {
  color: #b3b3b3;
}
section.home.has-showcase nav .left a:hover,
section.home.has-showcase nav .content a:hover,
section.gallery nav .left a:hover,
section.gallery nav .content a:hover,
section.detail header nav .left a:hover,
section.detail header nav .content a:hover,
section.home.has-showcase nav .left a.active,
section.home.has-showcase nav .content a.active,
section.gallery nav .left a.active,
section.gallery nav .content a.active,
section.detail header nav .left a.active,
section.detail header nav .content a.active {
  color: white;
}
nav .right {
  position: relative;
}
nav .lang {
  position: absolute;
  right: 0;
}
@supports (display: flex) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .left,
  nav .right {
    float: none;
    width: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  @media (min-width: 813px) {
    nav .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }
    nav .right .lang {
      position: static;
      margin-left: 0.5em;
    }
    nav .right .content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
  }
  @media (max-width: 812px) {
    nav .home,
    nav .lang {
      margin-bottom: 0.25rem;
    }
    nav .left,
    nav .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    nav .lang {
      position: static;
      -ms-flex-item-align: end;
          align-self: flex-end;
    }
  }
}
@media (max-width: 812px) {
  nav .left a {
    display: none;
  }
  nav .right .lang {
    display: none;
  }
  section.detail nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.detail nav .right {
    margin-top: 0.15em;
  }
  section.detail nav .name {
    display: none;
  }
}
@media (min-width: 813px) {
  nav .left .select-wrapper {
    display: none;
  }
}
nav select {
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1em;
}
@media (min-width: 375px) {
  nav select {
    padding-left: 1.25em;
  }
}
@media (max-width: 812px) {
  nav select {
    width: 100%;
  }
}
nav .select-wrapper::before {
  content: "●";
  margin-right: 0.25em;
  position: absolute;
}
section.home.has-showcase,
section.gallery {
  color: white;
}
.showcase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
}
.showcase img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home .showcase img {
  opacity: 0.4;
}
.showcase .slide {
  width: 100%;
  height: 100%;
}
.showcase .prev,
.showcase .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 0.90909091rem 0.90909091rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.showcase .prev .counter,
.showcase .next .counter {
  margin: 0.5rem;
  pointer-events: none;
  display: none;
}
@media (min-width: 813px) {
  .showcase .prev,
  .showcase .next {
    cursor: pointer;
  }
  .showcase .prev .counter,
  .showcase .next .counter {
    display: inline-block;
    visibility: hidden;
  }
  .showcase .prev:hover .counter,
  .showcase .next:hover .counter {
    visibility: visible;
  }
}
.showcase .prev::before {
  content: "\25C0 \FE0E";
}
.showcase .next::after {
  content: "\25B6 \FE0E";
}
.showcase .prev {
  left: 0;
}
.showcase .next {
  right: 0;
}
.showcase .label {
  position: absolute;
  bottom: 0.90909091rem;
  left: 0.90909091rem;
  right: 0.90909091rem;
  z-index: 1;
}
.logo {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 50vw;
  max-height: 50vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.gallery .close {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.90909091rem 0.90909091rem;
}
@media (orientation: landscape) {
  .gallery .slide.portrait img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
@media (orientation: portrait) {
  .gallery .slide.landscape img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.gallery .slide.contain img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.gallery .prev,
.gallery .next,
.gallery .label,
.gallery .close {
  mix-blend-mode: difference;
}
.grid {
  display: grid;
  grid-auto-flow: dense;
  margin-top: 5em;
}
.grid .slide {
  -ms-flex-item-align: end;
      align-self: end;
  margin-bottom: 5em;
}
@media (min-width: 813px) {
  .grid .slide.align-left {
    text-align: left;
  }
  .grid .slide.align-center {
    text-align: center;
  }
  .grid .slide.align-right {
    text-align: right;
  }
  .grid .slide.align-left .text,
  .grid .slide.align-left video {
    margin-left: 0;
    margin-right: auto;
  }
  .grid .slide.align-center .text,
  .grid .slide.align-center video {
    margin-left: auto;
    margin-right: auto;
  }
  .grid .slide.align-right .text,
  .grid .slide.align-right video {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 812px) {
  .grid .slide .text {
    max-width: unset !important;
    text-align: inherit !important;
  }
}
.grid .slide .text {
  margin-bottom: 0.90909091rem;
}
.grid .slide .text > *:first-child,
.grid .slide .text > * > *:first-child {
  margin-top: 0;
}
.grid .slide .text > *:last-child,
.grid .slide .text > * > *:last-child {
  margin-bottom: 0;
}
.grid .slide.full-width {
  grid-column: 1 / -1;
}
.grid .slide.no-caption {
  padding-bottom: 1rem;
}
.grid .slide.no-caption .text {
  margin-bottom: -0.25em;
}
.grid figure {
  margin: 0;
}
.grid figure img,
.grid figure video {
  display: block;
  width: 100%;
}
.grid figure figcaption {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 0.25em 0 0.75em;
  background: #f5f5f5;
}
.grid figure.nudge-label figcaption,
.grid figure.nudge-label .text {
  padding-left: 0.90909091rem;
}
.grid.image {
  grid-gap: 0.36363636rem;
  /*

		grid-template-columns: repeat(2, 1fr);
		column-gap: @columnGap;

		@media @mobile {
			grid-template-columns: repeat(1, 1fr);

			figure .text {
				padding: 0 @paddingLeft;
			}

			figure figcaption {
				padding: 0.25em @paddingLeft 0.75em;
			}
		}
		*/
}
.grid.text {
  padding: 0 0.90909091rem;
  -webkit-column-gap: 0.27272727rem;
     -moz-column-gap: 0.27272727rem;
          column-gap: 0.27272727rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid.text > * {
  padding-right: 0.90909091rem;
  padding-bottom: 2.5rem;
}
.grid.text > * > *:first-child,
.grid.text > * > * > *:first-child {
  margin-top: 0;
}
.grid.text > * > *:last-child,
.grid.text > * > * > *:last-child {
  margin-bottom: 0;
}
.grid.text > * img {
  width: 100%;
}
@media (min-width: 490.81818182px) {
  .image.grid.col-2 {
    grid-template-columns: repeat(auto-fit, minmax(489.81818182px, 1fr));
  }
  .image.grid.col-2 .span-2 {
    grid-column: span 2;
  }
  .image.grid.col-2 .span-3 {
    grid-column: span 2;
  }
  .image.grid.col-2 .span-4 {
    grid-column: span 2;
  }
  .image.grid.col-2 .span-5 {
    grid-column: span 2;
  }
  .image.grid.col-2 .span-6 {
    grid-column: span 2;
  }
  .image.grid.col-2 .span-7 {
    grid-column: span 2;
  }
}
@media (min-width: 1001px) {
  .image.grid.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 489.81818182px) {
  .image.grid.col-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980.36363636px) {
  .image.grid.col-2.no-label {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 327.42424242px) {
  .image.grid.col-3 {
    grid-template-columns: repeat(auto-fit, minmax(326.42424242px, 1fr));
  }
  .image.grid.col-3 .span-2 {
    grid-column: span 2;
  }
  .image.grid.col-3 .span-3 {
    grid-column: span 3;
  }
  .image.grid.col-3 .span-4 {
    grid-column: span 3;
  }
  .image.grid.col-3 .span-5 {
    grid-column: span 3;
  }
  .image.grid.col-3 .span-6 {
    grid-column: span 3;
  }
  .image.grid.col-3 .span-7 {
    grid-column: span 3;
  }
}
@media (min-width: 1001px) {
  .image.grid.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 326.42424242px) {
  .image.grid.col-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 653.57575758px) {
  .image.grid.col-3.no-label {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 245.72727273px) {
  .image.grid.col-4 {
    grid-template-columns: repeat(auto-fit, minmax(244.72727273px, 1fr));
  }
  .image.grid.col-4 .span-2 {
    grid-column: span 2;
  }
  .image.grid.col-4 .span-3 {
    grid-column: span 3;
  }
  .image.grid.col-4 .span-4 {
    grid-column: span 4;
  }
  .image.grid.col-4 .span-5 {
    grid-column: span 4;
  }
  .image.grid.col-4 .span-6 {
    grid-column: span 4;
  }
  .image.grid.col-4 .span-7 {
    grid-column: span 4;
  }
}
@media (min-width: 1001px) {
  .image.grid.col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 244.72727273px) {
  .image.grid.col-4 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 490.18181818px) {
  .image.grid.col-4.no-label {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 196.70909091px) {
  .image.grid.col-5 {
    grid-template-columns: repeat(auto-fit, minmax(195.70909091px, 1fr));
  }
  .image.grid.col-5 .span-2 {
    grid-column: span 2;
  }
  .image.grid.col-5 .span-3 {
    grid-column: span 3;
  }
  .image.grid.col-5 .span-4 {
    grid-column: span 4;
  }
  .image.grid.col-5 .span-5 {
    grid-column: span 5;
  }
  .image.grid.col-5 .span-6 {
    grid-column: span 5;
  }
  .image.grid.col-5 .span-7 {
    grid-column: span 5;
  }
}
@media (min-width: 1001px) {
  .image.grid.col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 195.70909091px) {
  .image.grid.col-5 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 392.14545455px) {
  .image.grid.col-5.no-label {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index {
  padding-bottom: 50vh;
}
@media (min-width: 813px) {
  .index nav {
    margin-bottom: 4.75em;
  }
  .index .info,
  .index .attributes,
  .index .slides {
    display: grid;
    -webkit-column-gap: 0.27272727rem;
       -moz-column-gap: 0.27272727rem;
            column-gap: 0.27272727rem;
  }
  .index .info {
    grid-template-columns: repeat(2, 1fr);
    padding: 0.25em 0;
  }
  .index .slides {
    row-gap: 2em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 2em 0;
  }
  .index .slides img {
    width: 100%;
  }
  .index .cell:last-child {
    text-align: right;
  }
  .index .item {
    padding: 0 0.90909091rem;
  }
  .index .item .slides {
    display: none;
  }
  .index .item .info {
    color: #7b7b7b;
  }
  .index .item:hover,
  .index .item.open {
    background: #eeeeee;
  }
  .index .item a[data-field="name"]::before {
    content: "▶";
    width: 0.75em;
    margin-right: 0.75em;
    display: inline-block;
    text-align: left;
  }
  .index .item.open a[data-field="name"]::before {
    content: "▼";
  }
  .index .item.open {
    margin-bottom: 0.2em;
  }
  .index .item.open .slides {
    display: grid;
  }
  .index .item.open .info {
    color: black;
  }
  .index .item a[data-field="name"]:hover {
    color: black;
  }
  .index .item a[data-field="name"]:hover::before {
    content: "●";
  }
  .index.attributes-1 {
    /*
	.slides > *:nth-child(n + @{fractions}) {
		opacity: 0.2;
	}
	*/
  }
  .index.attributes-1 .attributes {
    grid-template-columns: repeat(1, 1fr);
  }
  .index.attributes-1 .slides {
    grid-template-columns: repeat(16, 1fr);
  }
  .index.attributes-2 {
    /*
	.slides > *:nth-child(n + @{fractions}) {
		opacity: 0.2;
	}
	*/
  }
  .index.attributes-2 .attributes {
    grid-template-columns: repeat(2, 1fr);
  }
  .index.attributes-2 .slides {
    grid-template-columns: repeat(16, 1fr);
  }
  .index.attributes-3 {
    /*
	.slides > *:nth-child(n + @{fractions}) {
		opacity: 0.2;
	}
	*/
  }
  .index.attributes-3 .attributes {
    grid-template-columns: repeat(3, 1fr);
  }
  .index.attributes-3 .slides {
    grid-template-columns: repeat(12, 1fr);
  }
  .index.attributes-4 {
    /*
	.slides > *:nth-child(n + @{fractions}) {
		opacity: 0.2;
	}
	*/
  }
  .index.attributes-4 .attributes {
    grid-template-columns: repeat(4, 1fr);
  }
  .index.attributes-4 .slides {
    grid-template-columns: repeat(16, 1fr);
  }
  .index footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white;
    padding: 0 0.90909091rem 0.45454545rem;
  }
  .index footer .sorted.asc::after,
  .index footer .cell:not(.sorted):hover::after {
    content: "▼";
    margin-left: 0.3em;
  }
  .index footer .sorted.desc::after {
    content: "▲";
    margin-left: 0.3em;
  }
}
@media (min-width: 813px) and (max-width: 1100px) {
  .index.attributes-1 .slides {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 813px) and (max-width: 1100px) {
  .index.attributes-2 .slides {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 813px) and (max-width: 1100px) {
  .index.attributes-3 .slides {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 813px) and (max-width: 1100px) {
  .index.attributes-4 .slides {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 812px) {
  .index .item {
    margin: 2.27272727rem 0;
    color: #7b7b7b;
  }
  .index a[data-field="name"] {
    color: black;
  }
  .index a[data-field="name"]::after {
    content: " (detail)";
    color: #7b7b7b;
  }
  .index .info {
    padding: 0.90909091rem 0.90909091rem;
  }
  .index .info .attributes .cell {
    display: inline-block;
  }
  .index .info .attributes .cell:not(:last-child)::after {
    content: ",";
    margin-left: -0.25em;
  }
  .index .slides {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 4.5em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-column-gap: 0.18181818rem;
       -moz-column-gap: 0.18181818rem;
            column-gap: 0.18181818rem;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 0.90909091rem;
  }
  .index .slides img {
    width: 100%;
    display: block;
  }
  .index .slides > *:last-child {
    padding-right: 0.90909091rem;
  }
  .index footer {
    display: none;
  }
}
header {
  color: white;
  background: black;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav,
header h1 {
  position: relative;
}
header h1 {
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.1;
  padding: 0 0.90909091rem;
  margin: 0.05em -0.05em;
}
header .prompt {
  position: absolute;
  left: 0.90909091rem;
  bottom: 0.90909091rem;
  font-size: 5rem;
  line-height: 96.7%;
}
@media (max-width: 812px) {
  header h1 {
    font-size: 17vmin;
    margin-top: 0.63636364rem;
  }
  header h1::after {
    display: block;
    content: "▼";
    margin-top: 0.35em;
  }
  header nav,
  header .prompt {
    display: none;
  }
}
