@charset "UTF-8";
span.h {
  line-height: 8px;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body {
  background: #fff;
}

.rainbow {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0.6) 100%);
  z-index: -1;
  display: none;
}

#i {
  margin-top: 50px;
  padding: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  font-size: 0.75em;
  counter-reset: boxes;
}
@media only screen and (max-width: 768px) {
  #i {
    margin-top: 10px;
    padding: 0.75rem;
  }
}
#i a,
#i .box {
  display: inline-block;
  width: 24%;
  min-height: 145px;
  height: auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  #i a,
  #i .box {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #i a,
  #i .box {
    width: 50%;
    min-height: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  #i a,
  #i .box {
    width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  #i a,
  #i .box {
    width: 16.5%;
  }
}
#i a .box {
  width: 100%;
}
#i a[href*=http] > .box {
  cursor: ne-resize;
}
#i .box a h2 {
  text-decoration: none;
}
#i .box * {
  margin: 0;
  padding: 0;
}
#i .box {
  position: relative !important;
  cursor: pointer;
}
#i .box h1 {
  width: 90%;
  letter-spacing: -0.2px;
  padding-right: 1em;
  line-height: 110%;
  font-size: 0.8rem;
  font-family: "Times Now";
  opacity: 1;
  margin-bottom: 0.3em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #i .box h1 {
    width: 75%;
    line-height: 105%;
  }
}
#i .box p {
  font-size: 0.55rem;
  line-height: 140%;
  width: 75%;
  opacity: 0.6;
  margin-top: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #i .box p {
    font-size: 0.8em;
    width: 88%;
  }
}
#i .box a,
#i .box p a {
  display: inline;
  width: auto;
  height: auto;
}
#i .box p:first-of-type {
  margin-bottom: 0.5em;
}
#i .box p:not(:first-of-type) {
  font-size: 0.55rem;
  opacity: 0.6;
  letter-spacing: 0;
  line-height: 140%;
}
#i .box p span:after {
  content: " — ";
  font-size: 0.3em;
}
#i .box p span:last-child:after {
  content: "";
}
#i .box p span.h:after {
  content: none;
}
#i .box._newsletter input[type=text] {
  font-family: "Standard";
  font-size: 0.6rem;
  border: 0;
  padding: 0.5em 0;
}
#i .box._newsletter input[type=submit] {
  font-family: "Standard";
  font-size: 0.6rem;
  background: none;
  border: none;
  padding: 0.15em;
  padding-left: 0;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  opacity: 0.8;
}
#i .box._newsletter input[type=submit]:hover {
  opacity: 1;
}
#i .box[ascii] {
  white-space: pre-line;
  font-family: "Times Now";
  font-size: 1.25rem;
  cursor: auto;
}
#i .box[image] {
  text-align: center;
}
#i .box[image] img {
  margin-left: -20%;
  max-width: 80%;
  max-height: 80%;
}
#i .box[year] h2 {
  font-size: 0.8rem;
  font-family: "Times Now";
  line-height: 90%;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
#i .box[info] {
  cursor: help;
}
#i a:not([info]) {
  counter-increment: boxes;
}
#i a:not([info]) .box::after,
#i .box[data-type]::after {
  position: absolute;
  top: 0;
  right: 16px;
  padding: 0.1em 0;
  font-family: "Times Now";
  content: "( " counter(boxes) " )";
  font-size: 0.5rem;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #i a:not([info]) .box::after,
  #i .box[data-type]::after {
    right: 1em;
  }
}
#i a[data-type=graphic][data-url*="."] > .box {
  cursor: zoom-in;
}
#i .box[data-url*="."] {
  cursor: zoom-in;
}
#i .box._longer,
#i a .box._longer ~ a,
#i a._longer {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #i .box._longer,
  #i a .box._longer ~ a,
  #i a._longer {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #i .box._longer,
  #i a .box._longer ~ a,
  #i a._longer {
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) {
  #i .box._longer,
  #i a .box._longer ~ a,
  #i a._longer {
    width: 33%;
  }
}
#i a._longer > .box {
  width: 100%;
}
#i a {
  color: inherit;
}

#i.view-list {
  display: flex;
}
#i.view-list a, #i.view-list .box {
  width: 100%;
  min-height: 0 !important;
  height: auto;
  margin-bottom: 0.25rem;
}
#i.view-list a h1, #i.view-list .box h1 {
  margin-left: 0em;
}
#i.view-list a p, #i.view-list .box p {
  display: none;
}
#i.view-list a p._type, #i.view-list .box p._type {
  display: inline-block;
  position: absolute;
  right: 3em;
  width: auto;
  top: 0;
}
#i.view-list a > .box {
  width: 100%;
}
#i.view-list a:not([info]) .box::after,
#i.view-list .box[data-type]::after {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0.2em 0;
  font-family: "Times Now";
  content: "( " counter(boxes) " )";
  font-size: 0.5rem;
  opacity: 5;
}
#i.view-list .box[image], #i.view-list .box[info], #i.view-list .box[ascii] {
  display: none;
}

#i .box.view-image {
  height: 180px;
}
@media only screen and (max-width: 768px) {
  #i .box.view-image {
    height: 150px;
  }
}

a.view-image, .box.view-image * {
  display: none;
}

a.view-image img, .box.view-image img {
  display: inline-block;
  margin: 0 auto;
  max-width: 78%;
  max-height: 95%;
  object-fit: contain;
}

#txt.view-image img {
  display: none;
}

#filter {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.25rem 1.5rem;
  font-size: 0.6rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#filter .filter-type {
  width: 75%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #filter .other {
    display: flex;
    flex-direction: column;
  }
}
#filter #control {
  display: inline-block;
  margin-right: 1em;
  margin-left: auto;
}
#filter #control button {
  display: inline-block;
  width: 50px;
  border: 0;
  font-size: 0.8rem;
  padding: 0;
  margin: 0 0.25em;
  font-family: "Times Now";
  cursor: pointer;
  background: 0;
}
@media only screen and (max-width: 768px) {
  #filter #control {
    margin-right: 0;
  }
  #filter #control button {
    margin: 0.25em 0;
    margin-right: 0.5em;
    display: block;
    text-align: right;
  }
}
#filter a {
  font-family: "Times Now";
  font-size: 0.8rem;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  color: inherit;
}
#filter input[type=checkbox] + label {
  font-family: "Times Now";
  font-size: 0.8rem;
  cursor: pointer;
  margin: 0 0.1em;
  padding: 0.15rem;
}
#filter input[type=checkbox] + label:first-of-type {
  margin-left: 0;
}
#filter input[type=checkbox] {
  display: none;
}
#filter input[type=checkbox]:checked + label {
  opacity: 1;
}
#filter select {
  width: 50px;
  border: 0;
  font-family: "Times Now";
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  cursor: s-resize;
  background: none;
}
@media only screen and (max-width: 768px) {
  #filter select {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #filter {
    padding: 0.75rem;
    position: relative;
    height: auto;
    justify-content: space-between;
  }
  #filter .filter-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
  }
  #filter input[type=checkbox] + label {
    font-size: 1rem;
    line-height: 120%;
    font-size: 0.8rem;
    margin-left: 0;
    margin-right: 0.15em;
    padding: 0.15em 0;
    width: 45%;
  }
  #filter select {
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: auto;
  }
}

#txt {
  position: fixed;
  font-family: "Times Now";
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#txt span {
  font-size: 4.6rem;
  display: inline-block;
  margin: 0 auto;
  max-height: 95vh;
  width: 95vw;
  line-height: 85%;
  letter-spacing: -2px;
  z-index: 2;
  text-overflow: ellipsis;
  object-fit: contain;
  word-break: keep-all;
}
#txt img {
  object-fit: contain;
  height: auto;
  max-height: 92.5vh;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #txt span {
    font-size: 2.8em;
    letter-spacing: -1.2px;
    line-height: 85%;
  }
}

*[mobile], .box[mobile] {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  *[mobile], .box[mobile] {
    display: inline-block !important;
  }
}

*[desktop], .box[desktop] {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  *[desktop], .box[desktop] {
    display: none !important;
  }
}

/*# sourceMappingURL=i.css.map */
