.main__inner {
  padding-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .main__inner {
    padding-bottom: 1.25rem;
  }
}

.about-visual {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 390/794;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .about-visual {
    width: 100%;
    margin-inline: 0;
    aspect-ratio: 1000/1411;
  }
}
.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-visual__container {
  position: absolute;
  padding: 0 1.875rem;
  left: 0;
  right: 0;
  top: 40.6801007557%;
}
@media screen and (min-width: 1100px) {
  .about-visual__container {
    inset: 0;
  }
}
.about-visual__catch {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5882352941;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .about-visual__catch {
    font-size: clamp(1.5625rem, 1.7361111111vw, 2.7777777778rem);
    line-height: 1.68;
    position: sticky;
    top: 50vh;
    padding-bottom: 5rem;
  }
}
.about-section {
  position: relative;
  padding: 3.75rem 1.25rem 3.125rem;
}
@media screen and (min-width: 1100px) {
  .about-section {
    padding: 5rem clamp(1.25rem, 1.3888888889vw, 2.2222222222rem) 5rem clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
  }
}
.about-section.gray {
  background-color: #EAEAE8;
}
@media screen and (min-width: 1100px) {
  .about-section__head {
    width: 26.0869565217%;
    position: absolute;
    left: clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
    top: 5rem;
  }
}
.about-section__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .about-section__body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .about-section__contents {
    width: 72.4637681159%;
  }
}
.about-section__description {
  line-height: 1.5;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .about-section__description {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    margin-top: 4rem;
    width: 26.0869565217%;
  }
}
.about__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .about__image {
    width: 73.8%;
    margin: 0 auto;
  }
}
.about-banner--park {
  width: 3.4375rem;
}
@media screen and (min-width: 1100px) {
  .about-banner--park {
    width: clamp(5.75rem, 6.3888888889vw, 10.2222222222rem);
  }
}
.about-banner--goldwin {
  width: 7.125rem;
}
@media screen and (min-width: 1100px) {
  .about-banner--goldwin {
    width: clamp(12rem, 13.3333333333vw, 21.3333333333rem);
  }
}
.about-banner__area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .about-banner__area {
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 8.75rem;
    width: clamp(22.5rem, 25vw, 40rem);
  }
}
.about-video {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 390/220;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .about-video {
    width: 73.8%;
    margin: 0 auto;
    margin-inline: auto;
    aspect-ratio: 738/416;
  }
}
.about-video__contents {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
