html,
body {
  margin: 0;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  border: 0;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.3s;
}
.anim {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list * {
  outline: none !important;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.6;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.6;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}
.test_class {
  width: 10px;
  display: block;
  top: 0;
  left: 10px;
  margin: 0 auto;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  font-variant-ligatures: none;
}
a {
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.fs1 {
  font-size: 32px;
}
.fs2 {
  font-size: 24px;
}
.fs3 {
  font-size: 18px;
}
.fs4 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
.fs6 {
  font-size: 12px;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt h1 {
  font-size: 32px;
}
.stdtxt h2 {
  font-size: 24px;
}
.stdtxt h3 {
  font-size: 18px;
}
.stdtxt h4 {
  font-size: 18px;
}
.stdtxt h5 {
  font-size: 18px;
}
.stdtxt h6 {
  font-size: 18px;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table {
  margin-bottom: 1rem;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a {
  text-decoration: underline;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  opacity: 0.7;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1rem;
  width: 100% !important;
  font-size: 12px;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
* {
  text-decoration: none;
}
.font1 {
  font-family: 'Inter', sans-serif;
  font-feature-settings: 'liga' 1;
  letter-spacing: 0.03em;
}
html {
  height: 100%;
  font-size: 16px;
  filter: hue-rotate(var(--rot));
}
@media (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: 'Inter', sans-serif;
  font-feature-settings: 'liga' 1;
  letter-spacing: 0.03em;
  background: #ffffff;
  color: #508050;
}
header * {
  font: inherit;
}
header .top_l0 {
  padding: 5px;
}
header .top_twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: #e0f0e0 solid 1px;
}
header .top_twocol > * {
  border-right: #e0f0e0 solid 1px;
  padding: 5px;
}
header .top_twocol > *:last-child {
  border: none;
}
.postlist {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
.postlink {
  border-top: #e0f0e0 solid 1px;
  display: block;
  display: grid;
  grid-template-columns: 2fr   2fr 2fr 4em;
}
.postlink.-open > * {
  box-shadow: inset 0 0 0.5rem #508050;
}
.postlink * {
  font: inherit;
}
@media (max-width: 1023px) {
  .postlink {
    grid-template-columns: 1fr 1fr 4em;
  }
}
@media (hover: hover) {
  .postlink:hover > * {
    background: #508050 !important;
    color: #ffffff;
  }
}
.postlink > * {
  border-right: #e0f0e0 solid 1px;
  padding: 5px;
}
.postlink > *:last-child {
  border: none;
}
.postlink .postlink_link {
  display: block;
  white-space: nowrap;
  background: #e0f0e0;
}
@media (max-width: 1023px) {
  .postlink .postlink_link {
    grid-column: span 3;
  }
}
.postlink .postlink_genre {
  display: block;
}
@media (max-width: 1023px) {
  .postlink .postlink_genre {
    grid-column: 2;
  }
}
.postlink .postlink_title {
  display: block;
}
@media (max-width: 1023px) {
  .postlink .postlink_title {
    grid-column: 1;
  }
}
@media (max-width: 1023px) {
  .postlink .postlink_year {
    grid-column: 3;
  }
}
a .arr {
  font-weight: normal !important;
  opacity: 0;
  transition: all 0.3s;
  transition-duration: 0s;
  transition-delay: 0s;
}
@media (max-width: 1023px) {
  a .arr.arr1,
  a .arr.arr2,
  a .arr.arr3 {
    display: none;
  }
}
@media (max-width: 1023px) {
  a .arr.arr0 {
    opacity: 1;
  }
}
@media (hover: hover) {
  a:hover .arr {
    opacity: 1;
  }
  a:hover .arr.arr0 {
    transition-delay: 0s;
    opacity: 1;
  }
  a:hover .arr.arr1 {
    transition-delay: 0.05s;
  }
  a:hover .arr.arr2 {
    transition-delay: 0.1s;
  }
  a:hover .arr.arr3 {
    transition-delay: 0.2s;
  }
}
footer {
  border-top: #e0f0e0 solid 1px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
footer > * {
  border-right: #e0f0e0 solid 1px;
  padding: 5px;
  text-align: center;
}
footer > *:last-child {
  border: none;
}
footer .t {
  display: none;
  text-align: center;
}
footer .t.-open {
  display: inline;
}
.cellpad {
  padding: 5px;
}
