.inner1200 {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner1200 {
    width: 85.3333333333vw;
  }
}

.parklife {
  position: relative;
  overflow-x: clip;
  font-size: min(16px, 1.05vw);
}
.parklife::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: calc(50% - 50vw);
  right: 0;
  background: linear-gradient(45deg, #004a5b 0%, #7294a1 40%, #7294a1 60%, #004a5b 100%);
  z-index: 0;
  opacity: 1;
  mix-blend-mode: multiply;
}
.parklife.--secondary {
  padding-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .parklife.--secondary {
    padding-top: 0;
  }
}
.parklife.--secondary::before {
  background: linear-gradient(45deg, #004b2f 0%, #6c9784 40%, #6c9784 60%, #004b2f 100%);
}
@media screen and (max-width: 768px) {
  .parklife.--secondary .parklife__logo img {
    width: 80vw;
    height: auto;
  }
}
.parklife.--tertiary::before {
  background: linear-gradient(45deg, #3c5009 0%, #8f9667 40%, #8f9667 60%, #3c5009 100%);
}
@media screen and (max-width: 768px) {
  .parklife.--tertiary .parklife__logo img {
    width: 67vw;
    height: auto;
  }
}
.parklife__inner {
  position: relative;
  max-width: 75em;
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 22em minmax(0, 50em);
  align-items: flex-start;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
  padding-block: 0 4.0625em;
}
@media screen and (max-width: 1200px) {
  .parklife__inner {
    margin-left: calc((100vw - min(62.5rem, 90vw)) / 2);
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .parklife__inner {
    grid-template-columns: 1fr;
    width: 85.33333vw;
    max-width: none;
    margin-inline: auto;
    row-gap: 0;
    padding-block: 9.33333vw;
    margin-left: auto;
  }
  .parklife__inner::before {
    right: calc(50% - 50vw);
  }
}
.parklife__body {
  position: relative;
  z-index: 1;
  margin-top: 5.375em;
  margin-left: 3.5em;
  width: calc(22em + min((100vw - min(75em, 90vw)) / 2, 12.5em) - 3.5em);
}
@media screen and (max-width: 1200px) {
  .parklife__body {
    width: calc(22em + (100vw - (100vw - min(62.5rem, 90vw)) / 2 - min(75em, 90vw)) - 3.5em);
  }
}
@media screen and (max-width: 768px) {
  .parklife__body {
    display: contents;
  }
}
.parklife .parkside__content__area-text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .parklife .parkside__content__area-text {
    margin-inline: auto;
  }
}
.parklife__logo {
  position: relative;
  z-index: 1;
  font-size: 1em;
}
.parklife__logo img {
  display: block;
  height: 3.5em;
  width: auto;
}
@media screen and (max-width: 768px) {
  .parklife__logo {
    order: 1;
  }
  .parklife__logo img {
    width: 52vw;
    height: auto;
    margin-inline: auto;
  }
}
.parklife__subtitle {
  position: relative;
  z-index: 1;
  margin-top: 1.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5em;
  font-size: 1.65em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}
.parklife__subtitle span {
  display: block;
}
@media screen and (max-width: 768px) {
  .parklife__subtitle span:nth-child(1):nth-last-child(3),
  .parklife__subtitle span:nth-child(2):nth-last-child(2) {
    display: inline;
  }
}
.parklife__subtitle em {
  font-style: normal;
  letter-spacing: -0.5em;
}
@media screen and (max-width: 768px) {
  .parklife__subtitle {
    order: 2;
    text-align: center;
    font-size: 3.7333333vw;
    line-height: 1.5;
    margin-top: 5.33333vw;
    white-space: normal;
  }
}
.parklife__box {
  font-size: 1.125em;
  margin-top: 2em;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .parklife__box {
    order: 4;
    width: 85.333333vw;
    margin: 3.33333vw auto 0;
  }
}
.parklife__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 26em;
}
@media screen and (max-width: 768px) {
  .parklife__text {
    font-size: 3.2vw;
    line-height: 1.6;
    max-width: none;
  }
}
.parklife__photo {
  position: relative;
  z-index: 0;
  margin-left: calc(min((100vw - min(75em, 90vw)) / 2, 12.5em));
  margin-right: calc(-1 * min((100vw - min(75em, 90vw)) / 2, 12.5em));
}
@media screen and (max-width: 1200px) {
  .parklife__photo {
    margin-left: calc((100vw - (100vw - min(62.5rem, 90vw)) / 2 - min(75em, 90vw)));
    margin-right: calc(-1 * (100vw - (100vw - min(62.5rem, 90vw)) / 2 - min(75em, 90vw)));
  }
}
.parklife__photo img {
  display: block;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parklife__photo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .parklife__photo {
    order: 3;
    width: 85.333333vw;
    margin: 5.33333vw auto 0;
  }
}

.parkside__mv {
  width: 100%;
  height: 100%;
  position: relative;
}
.parkside__mv__title {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 50%;
  width: 32em;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .parkside__mv__title {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .parkside__mv__title {
    width: 48.8vw;
    top: 34.666666vw;
  }
}
.parkside__mv__text {
  position: absolute;
  left: 26%;
  bottom: 40%;
  transform: translate(-50%, 40%);
  width: 25.5625em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .parkside__mv__text {
    width: 53.86666vw;
    left: 35%;
    bottom: 24.666666vw;
  }
}
.parkside__mv__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6em;
  width: 12.375em;
  height: 12.375em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .parkside__mv__image {
    width: 21.33333vw;
    height: 21.333333vw;
    bottom: -10.666666vw;
  }
}

.parkside__mv__text.elm {
  transform: translate(-50%, 40%) translateY(25px);
}
@media screen and (max-width: 768px) {
  .parkside__mv__text.elm {
    transform: translate(-50%, 40%) translateY(10px);
  }
}

.parkside__mv__text.elm.fade-in {
  transform: translate(-50%, 40%);
}

.parkside__content-01 {
  position: relative;
  padding-block: 7.4375em 6.5625em;
}
@media screen and (max-width: 768px) {
  .parkside__content-01 {
    padding-block: 10vw 12vw;
  }
}
.parkside__content-01__inner {
  display: grid;
  grid-template-columns: minmax(0, 41.6%) minmax(0, 1fr);
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .parkside__content-01__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .parkside__content-01__body {
    text-align: center;
  }
}
.parkside__content-01 .parkside__content__title {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 2em;
  font-size: min(1.75em, 2.52vw);
}
@media screen and (max-width: 768px) {
  .parkside__content-01 .parkside__content__title {
    text-align: center;
    font-size: 4.6666vw;
    font-size: 4.8vw;
    line-height: 1.6;
    margin-bottom: 8vw;
  }
}
.parkside__content-01 .parkside__content__text {
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .parkside__content-01 .parkside__content__text {
    display: none;
  }
}
.parkside__content-logo {
  width: 26.5625em;
  margin-inline: auto;
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
}
.parkside__content-logo img {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .parkside__content-logo {
    width: 46.666666vw;
    top: 39%;
  }
}

.parkside__content__title {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0em;
  color: #231815;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 2.47857em;
}
@media screen and (max-width: 768px) {
  .parkside__content__title {
    margin-bottom: 8vw;
    font-size: 4.6666vw;
    line-height: 2.5;
  }
}

.parkside__content__area-text {
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #231815;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.2em 0.7em;
  max-width: 17.65em;
  margin-bottom: 2.7em;
}
@media screen and (max-width: 768px) {
  .parkside__content__area-text {
    font-size: 3.3333333vw;
    max-width: 48.53333vw;
    margin-bottom: 4.66666vw;
    padding: 0.1em 1.1em 0.15em;
    letter-spacing: 0;
  }
}

.parkside__content-01__bg {
  background-image: url("../img/parkside/parkside_bg_content_bg_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.parkside__content-01__bg__under {
  position: relative;
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
}
@media screen and (max-width: 768px) {
  .parkside__content-01__bg__under {
    padding-top: 10.6666vw;
    padding-bottom: 10.6666vw;
  }
}
.parkside__content-01__bg__under::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(41, 92, 108, 0.2) 0%, rgba(159, 203, 221, 0.2) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.parkside__content-01__image {
  width: 100%;
  margin: 0;
}
.parkside__content-01__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parkside__content-01__image {
    width: 79.46666vw;
    margin-inline: auto;
  }
}

.parkside__content-02 {
  background: linear-gradient(to right, #dbc9b1 0%, rgba(219, 201, 177, 0.5) 50%, #dbc9b1 100%);
  padding-block: 5em 4.6875em;
}
@media screen and (max-width: 768px) {
  .parkside__content-02 {
    padding-block: 8vw;
  }
}
.parkside__content-02__wrap {
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
  margin-inline: auto;
  padding-block: 4.375em;
  border-top: 3px solid #d9b06a;
  border-bottom: 3px solid #d9b06a;
}
@media screen and (max-width: 768px) {
  .parkside__content-02__wrap {
    padding-block: 5.86666666vw 3.2vw;
    border-width: 1px;
  }
}
.parkside__content-02__wrap::before, .parkside__content-02__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #d9b06a 15%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0.2) 55%, #d9b06a 85%);
}
@media screen and (max-width: 768px) {
  .parkside__content-02__wrap::before, .parkside__content-02__wrap::after {
    width: 1px;
  }
}
.parkside__content-02__wrap::before {
  left: 0;
}
.parkside__content-02__wrap::after {
  right: 0;
}
.parkside__content-02__title {
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #231815;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .parkside__content-02__title {
    font-size: 3.73333vw;
    padding-bottom: 2.66667vw;
  }
}
.parkside__content-02__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33.3333em;
  height: 3px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, #d9b06a 20%, #d9b06a 80%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (max-width: 768px) {
  .parkside__content-02__title::after {
    width: 56.266666vw;
  }
}
.parkside__content-02__content {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
}
.parkside__content-02__text {
  font-size: 1.25em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 2.5;
  color: #231815;
  text-align: center;
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .parkside__content-02__text {
    font-size: 2.6666667vw;
    margin-top: 4.8vw;
  }
}
.parkside__content-02__image {
  margin-top: 2.8125em;
}
@media screen and (max-width: 768px) {
  .parkside__content-02__image {
    margin-top: 5.333334vw;
  }
}
.parkside__content-02__small {
  font-size: 1.25em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 2.5;
  color: #231815;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .parkside__content-02__small {
    font-size: 2vw;
    line-height: 1.2;
  }
}
.parkside__content-02__small small {
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .parkside__content-02__small small {
    font-size: 2vw;
    line-height: 1.2;
  }
}

.parkside__park-detail {
  display: grid;
  grid-template-columns: minmax(0, 46.5%) minmax(0, 1fr);
  -moz-column-gap: 4.5%;
       column-gap: 4.5%;
  grid-template-areas: "title map" "text  map" "dist  map";
  grid-template-rows: auto auto 1fr;
  align-items: start;
  align-content: start;
}
@media screen and (max-width: 768px) {
  .parkside__park-detail {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 85.333333vw;
    margin-inline: auto;
    grid-template-areas: "title" "text" "dist" "map";
  }
}
.parkside__park-detail__title {
  grid-area: title;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: min(1.75em, 2.52vw);
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #231815;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .parkside__park-detail__title {
    font-size: 4.8vw;
    margin-bottom: 0.4em;
  }
}
.parkside__park-detail__map {
  grid-area: map;
  align-self: start;
}
.parkside__park-detail__map img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parkside__park-detail__map {
    margin-top: 8.33333vw;
  }
}
.parkside__park-detail .parkside__content__text_02 {
  grid-area: text;
  text-align: left;
  font-size: 1em;
  line-height: 1.9;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .parkside__park-detail .parkside__content__text_02 {
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.015em;
  }
}
.parkside__park-detail .parkside__content__text_03 {
  grid-area: dist;
  width: 15.5em;
  max-width: 100%;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 768px) {
  .parkside__park-detail .parkside__content__text_03 {
    height: 4.266666vw;
    width: auto;
    margin: 0.33333vw 0 0;
  }
  .parkside__park-detail .parkside__content__text_03 img {
    height: 4.266666vw;
    width: auto;
  }
}

.parkside__content-03 {
  position: relative;
  background-image: url("../img/parkside/parkside_bg_content_bg_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.parkside__content-03__bg__under {
  position: relative;
  padding-top: 0%;
  padding-bottom: 5.9375em;
}
@media screen and (max-width: 768px) {
  .parkside__content-03__bg__under {
    padding-top: 0vw;
    padding-bottom: 10.66666vw;
  }
}
@media screen and (max-width: 1200px) {
  .parkside__content-03__bg__under .inner1200 {
    max-width: 90vw;
  }
}
.parkside__content-03__bg__under.--primary .inner1200 {
  max-width: 67em;
}
@media screen and (max-width: 768px) {
  .parkside__content-03__bg__under.--primary .inner1200 {
    max-width: 85.333333vw;
  }
}
.parkside__content-03__bg__under.--secondary {
  padding-top: 5.9375em;
}
@media screen and (max-width: 768px) {
  .parkside__content-03__bg__under.--secondary {
    padding-top: 10.66666vw;
  }
}

.parkside__content-04 {
  background-image: url("../img/parkside/parkside_bg_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-block: 9.0625em 6.5625em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .parkside__content-04 {
    padding-block: 10.666666vw 9.33334vw;
  }
}
.parkside__content-04__title {
  font-size: 2.1875em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .parkside__content-04__title {
    font-size: 4vw;
    white-space: nowrap;
  }
}
.parkside__content-04__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 3em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .parkside__content-04__list {
    width: 85.333333vw;
    margin-inline: auto;
    gap: 5.33333vw 2.8vw;
    margin-top: 0vw;
  }
}
.parkside__content-04__item {
  width: calc(50% - 1.5em);
  display: flex;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
  -moz-column-gap: 6.08695%;
       column-gap: 6.08695%;
  align-items: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .parkside__content-04__item {
    width: calc(50% - 1.4vw);
    display: block;
  }
}
.parkside__content-04__item img {
  width: 15.625em;
  width: 43.4782%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parkside__content-04__item img {
    width: 100%;
  }
}
.parkside__content-04__item__title {
  font-size: 1.3125em;
  letter-spacing: -0.08em;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .parkside__content-04__item__title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .parkside__content-04__item__title {
    font-size: 3.2vw;
    letter-spacing: -0.08em;
    line-height: 1.5;
    margin-top: 0.6em;
  }
}
.parkside__content-04__item__text {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1em;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .parkside__content-04__item__text {
    font-size: 1.25vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .parkside__content-04__item__text {
    font-size: 2.666667vw;
    margin-top: 0;
  }
}
.parkside__content-04__item__content {
  width: 17.8125em;
  width: 49.5652%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .parkside__content-04__item__content {
    display: contents;
  }
}

.parkside__content-05 {
  position: relative;
  background-image: url("../img/parkside/parkside_bg_content_bg_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.parkside__content-05__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.9375em 5.26315%;
  margin-top: 2.5em;
  max-width: 59.375em;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .parkside__content-05__list {
    width: 85.333333vw;
    gap: 0 3.7vw;
    margin-top: 8vw;
  }
}
.parkside__content-05__item {
  width: 47.36843%;
}
@media screen and (max-width: 768px) {
  .parkside__content-05__item {
    width: calc(50% - 1.85vw);
  }
}
@media screen and (max-width: 768px) {
  .parkside__content-05__item > img {
    width: 100%;
  }
}
.parkside__content-05__item__text {
  width: auto;
  height: 3.5em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .parkside__content-05__item__text {
    height: 9.866666vw;
    margin-top: 2.4vw;
  }
}
.parkside__content-05__item__text img {
  width: auto;
  height: 3.5em;
}
@media screen and (max-width: 768px) {
  .parkside__content-05__item__text img {
    height: 11.866666vw;
  }
}
.parkside__content-05__info__title {
  width: 100%;
  max-width: 12.375em;
  margin-inline: auto;
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  .parkside__content-05__info__title {
    max-width: none;
    margin-inline: 0 auto;
    margin-top: 10vw;
    width: 33.33333vw;
  }
}
.parkside__content-05__info__title img {
  display: block;
  width: 100%;
  height: auto;
}
.parkside__content-05__info__content {
  max-width: 59.375em;
  width: 100%;
  margin: 2.75em auto 0;
}
@media screen and (max-width: 768px) {
  .parkside__content-05__info__content {
    width: 60.66666vw;
    margin: 4vw 0;
  }
}
.parkside__content-05__info__content img {
  display: block;
  width: 100%;
  height: auto;
}

.parkside__content-05__bg__under {
  position: relative;
  padding-top: 5.9375em;
  padding-bottom: 5.9375em;
}
@media screen and (max-width: 768px) {
  .parkside__content-05__bg__under {
    padding-top: 10.66vw;
    padding-bottom: 13.3333vw;
  }
}
.parkside__content-05__bg__under::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(159, 142, 45, 0.2) 0%, rgba(226, 219, 187, 0.2) 100%);
}

.parkside__content__text {
  font-size: 1.375em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  color: #231815;
  text-align: center;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 1200px) {
  .parkside__content__text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .parkside__content__text {
    font-size: 3.333333vw;
    letter-spacing: -0.06em;
  }
}

.parkside__content__image {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .parkside__content__image {
    width: 85.333333vw;
    margin-inline: auto;
    margin-top: 2.66666vw;
  }
}

.parkside__content__text_02 {
  font-size: 1.375em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 2.59;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .parkside__content__text_02 {
    font-size: 2vw;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) {
  .parkside__content__text_02 {
    font-size: 3.33333vw;
    line-height: 1.7;
  }
}
.parkside__content__text_02.--large {
  font-size: 1.75em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .parkside__content__text_02.--large {
    font-size: 4.8vw;
    margin-top: 0;
  }
}

.parkside__content__text_03 {
  margin-top: 4.375em;
  max-width: 39em;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .parkside__content__text_03 {
    width: 54.933333vw;
    margin-top: 8.533333vw;
  }
}

.parkside__heading {
  display: grid;
  grid-template-columns: 1fr;
}
.parkside__heading__bg {
  grid-area: 1/1;
  width: min(75em, 75vw);
  height: auto;
  display: block;
  justify-self: end;
}
@media screen and (max-width: 1200px) {
  .parkside__heading__bg {
    width: 85vw;
  }
}
@media screen and (max-width: 768px) {
  .parkside__heading__bg {
    width: 85.333%;
    justify-self: center;
  }
}
.parkside__heading .innerarea {
  grid-area: 1/1;
  padding-top: 2.5em;
  padding-bottom: 6.25em;
}
@media screen and (max-width: 768px) {
  .parkside__heading .innerarea {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.parkside__heading__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.parkside__heading__title {
  width: auto;
  height: 2.875em;
}
@media screen and (max-width: 768px) {
  .parkside__heading__title {
    height: 4.8vw;
    margin-top: -3vw;
  }
}
.parkside__heading__title img {
  width: auto;
  height: 2.875em;
}
@media screen and (max-width: 768px) {
  .parkside__heading__title img {
    height: 4.8vw;
  }
}
.parkside__heading__subtitle {
  margin-top: 1.5625em;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  color: #231815;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
}
@media screen and (max-width: 768px) {
  .parkside__heading__subtitle {
    font-size: 5.066666vw;
  }
}
.parkside__heading__subtitle span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
}
.parkside__heading__subtitle em {
  font-style: normal;
  letter-spacing: -0.6em;
}
.parkside__heading__text {
  margin-top: 4.6875em;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.375em;
  line-height: 2em;
  padding-block: 0.363636em;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .parkside__heading__text {
    font-size: 2.9333vw;
    margin-top: 4vw;
  }
}