/* project */
.bl_hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4%;
  position: relative;
  background-color: var(--color-bg);
}
.bl_hero_logo {
  position: relative;
}
.bl_hero_lay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  mix-blend-mode: lighten;
}
.bl_hero_lay img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js_body {
  opacity: 0;
}

.bl_sec {
  padding: 150px 0;
}
@media only screen and (max-width: 860px) {
  .bl_sec {
    padding: 16% 0;
  }
}

.bl_venueList {
  text-align: center;
  font-size: 3rem;
}
@media only screen and (max-width: 860px) {
  .bl_venueList {
    font-size: 2rem;
  }
}
.bl_venueListItem {
  margin-top: 1em;
}
.bl_venueListItem + .bl_venueListItem {
  margin-top: 3em;
}
.bl_venueListItem__ja .bl_venueList_desc {
  font-size: 1.8rem;
}
@media only screen and (max-width: 860px) {
  .bl_venueListItem__ja .bl_venueList_desc {
    font-size: 1.3rem;
  }
}
.bl_venueList_ttl {
  font-weight: var(--font-semi);
}
.bl_venueList_ttl:nth-of-type(2n) {
  margin-top: 1.5em;
}
.bl_venueList_ttl_sm {
  font-size: 0.66em;
}
.bl_venueList_desc {
  font-size: 2rem;
  margin-top: 1em;
  line-height: 1.66;
}
@media only screen and (max-width: 860px) {
  .bl_venueList_desc {
    font-size: 1.4rem;
  }
}

.bl_downloads {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.7rem;
  row-gap: 3em;
  max-width: 580px;
  margin: 0 auto;
}
@media only screen and (max-width: 860px) {
  .bl_downloads {
    row-gap: 1.5em;
  }
}
.bl_downloads_link {
  display: block;
  padding: 2.5em 0em;
  background-color: var(--color-black);
  color: var(--color-white);
  transition: all linear 0.3s;
  width: 100%;
  text-align: center;
  border: 2px solid var(--color-black);
}
@media only screen and (max-width: 860px) {
  .bl_downloads_link {
    padding: 1.5em 0em;
  }
}
@media only screen and (min-width: 861px) {
  .bl_downloads_link:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
}

.bl_concept_media {
  text-align: center;
  position: relative;
  max-width: 348px;
  margin-left: auto;
  margin-right: auto;
}
.bl_concept_txt {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 3em;
  text-align: justify;
}
@media only screen and (max-width: 860px) {
  .bl_concept_txt {
    font-size: 1.4rem;
  }
}
.bl_concept_txt__ja {
  font-size: 1.5rem;
  line-height: 2.1;
}
@media only screen and (max-width: 860px) {
  .bl_concept_txt__ja {
    font-size: 1.3rem;
  }
}

.bl_address {
  text-align: center;
  line-height: 2.1;
  font-size: 1.5rem;
  letter-spacing: 0;
}
/*# sourceMappingURL=maps/style.css.map */