@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
.g-bk_heading {
  position: relative;
  margin: 0 0 65px;
  text-align: center;
}
.g-bk_heading:before {
  position: relative;
  z-index: 0;
  content: "国際園芸博覧会とは";
  font-size: 8.4rem;
  letter-spacing: 13.44px;
  color: #F8F7F4;
  white-space: nowrap;
  text-align: center;
}
.g-bk_heading .large {
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  line-height: 1.7142857143;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .g-bk_heading {
    margin: 0 -15px 58px;
    overflow: hidden;
  }
  .g-bk_heading:before {
    font-size: 6.8rem;
    line-height: 1.7058823529;
    left: 50%;
    letter-spacing: 10.88px;
    margin: 0 0 0 -100%;
  }
  .g-bk_heading .large {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 4.16px;
  }
}
.g-bk_heading.en::before {
  content: 'About the Expo';
}

.description {
  margin: 0 0 80px;
}
.description__text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.8px;
  margin: 0 0 60px;
}
.description__image {
  width: 66.66%;
  margin: 0 auto;
}
.description__image .image {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
.description__image .caption {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .description__image {
    width: 100%;
  }
}

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