@charset "UTF-8";
.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf:after, .creators:after, .news:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf, .creators, .news {
  min-height: 1px;
}

* html .clf, * html .creators, * html .news {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

video {
  object-fit: fill;
  width: 100%;
  margin-bottom: 35px;
}

.col1 {
  width: 790px;
}
@media only screen and (max-width: 800px) {
  .col1 {
    width: 100%;
  }
}

#contents > .wrap {
  max-width: none;
}
#contents > .wrap h2 {
  margin-top: 73px;
  font-size: 14px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 800px) {
  #contents > .wrap h2 {
    font-size: 15px;
    margin-bottom: 35px;
  }
}
#contents > .wrap .inner_wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.post,
.boxbtn,
.creator {
  display: block;
  width: calc(33.3% - 20px);
}
@media only screen and (max-width: 800px) {
  .post,
  .boxbtn,
  .creator {
    width: 100%;
  }
}

.post:not(:nth-child(3n)),
.creator:not(:nth-child(3n)) {
  margin-right: 30px;
}

.post {
  float: left;
  text-decoration: none;
  color: #262626;
  margin-bottom: 30px;
}
.post > img {
  width: 100%;
  height: auto;
}
.post h3 {
  font-weight: 400;
  height: 80px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 800px) {
  .post h3 {
    height: auto;
    font-size: 15px;
    line-height: 30px;
    margin-top: 11px;
    margin-bottom: 11px;
  }
}
.post .date {
  color: #808080;
  font-size: 12px;
  line-height: 1em;
  height: 1em;
  letter-spacing: 0.12em;
}

.boxbtn {
  margin: 15px auto 0;
  font-size: 14px;
  letter-spacing: 0.025em;
}

.creators {
  margin-bottom: 30px;
}

.creator {
  float: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .creator {
    margin-bottom: 45px;
  }
}
.creator > img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.creator h3 {
  font-size: 15px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  .creator h3 {
    font-size: 16px;
  }
}
.creator h4 {
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 400;
  margin-top: 4px;
  line-height: 1em;
}
@media only screen and (max-width: 800px) {
  .creator h4 {
    margin-top: 9px;
  }
}
.creator p {
  margin-top: 20px;
  margin-bottom: 52px;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  .creator p {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.creator .interview {
  display: block;
  text-decoration: none;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .creator .interview {
    margin-bottom: 30px;
  }
}
.creator .interview .sub,
.creator .interview .date {
  color: #808080;
  font-size: 12px;
  line-height: 1em;
  height: 1em;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 800px) {
  .creator .interview .sub,
  .creator .interview .date {
    font-size: 11px;
  }
}
.creator .interview h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  margin: 10px 0;
}
@media only screen and (max-width: 800px) {
  .creator .interview h3 {
    margin: 20px 0;
  }
}

section.address, section.access {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.14em;
  margin-bottom: 50px;
}

#map {
  background-color: #efefef;
  width: 100%;
  height: 520px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
  #map {
    height: calc(100vw - 50px);
  }
}

.teaser {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
