@charset "UTF-8";
.wrapper {
  overflow-x: clip;
}

.mv {
  position: relative;
}
.mv__box {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  max-width: 125rem;
}
.mv__title {
  color: #dbfe01;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.mv__maincopy {
  width: 50rem;
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .mv__maincopy {
    width: 40rem;
    margin: 2.5rem auto;
  }
}
.mv__subcopy {
  width: 17rem;
  margin: 0 auto;
}
.mv__circles {
  position: absolute;
  right: 0;
  bottom: -30rem;
}
@media (max-width: 768px) {
  .mv__circles {
    right: 7rem;
  }
}
.mv__circle {
  width: 17.3rem;
  height: 17.3rem;
  border-radius: 50%;
  border: 0.4rem solid #dbfe01;
  text-align: center;
  color: #dbfe01;
  align-content: center;
  font-weight: bold;
}
.mv__circle:nth-child(1) {
  rotate: 20deg;
}
.mv__circle:nth-child(2) {
  rotate: -69deg;
}
.mv__circle-title1 {
  font-size: 2.75rem;
}
.mv__circle-title2 {
  font-size: 1.83rem;
}
.mv__circle-title2::before {
  content: "";
  display: block;
  border-top: 0.3rem solid;
  margin: 1rem auto;
  width: 13.5rem;
}

@media (max-width: 768px) {
  .mv-slide {
    padding: 0 3.5rem;
  }
}
.mv-slide img {
  border-radius: 2.8rem;
}
@media (max-width: 768px) {
  .mv-slide img {
    width: 100%;
    height: 87.2rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.intro {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .intro {
    padding-top: 6.5rem;
  }
}
.intro__inner {
  max-width: 125rem;
  margin: 0 auto;
  position: relative;
}
.intro__text {
  text-align: center;
  position: relative;
  z-index: 10;
}
.intro__small {
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.intro__small span {
  font-size: 3.3rem;
  display: inline-block;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .intro__small span {
    font-size: 3.5rem;
    margin-top: 0;
  }
}
.intro__title {
  font-size: 4.1rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .intro__title {
    margin-bottom: 2.8rem;
  }
}
.intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff2233;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 2rem;
  width: 44.2rem;
  height: 6.2rem;
  border-radius: 4rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .intro__btn {
    width: 58rem;
    font-size: 3.3rem;
    height: 8.29rem;
  }
}
.intro__btn span {
  font-size: 2rem;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .intro__btn span {
    font-size: 3.3rem;
  }
}
.intro__desc {
  font-size: 2.5rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .intro__desc {
    font-size: 2.7rem;
  }
  .intro__desc + .intro__desc {
    margin-top: 1em;
  }
}
.intro__images {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 768px) {
  .intro__images {
    display: none;
  }
}
.intro__img1 {
  position: absolute;
  left: -22.5rem;
  top: -10rem;
  width: 43.8rem;
  border-radius: 2.8rem;
  border: solid 0.5rem #fff;
}
@media (max-width: 768px) {
  .intro__img1 {
    display: none;
  }
}
.intro__img2 {
  position: absolute;
  right: -15rem;
  top: 7rem;
  width: 26.3rem;
  border-radius: 2.8rem;
}
@media (max-width: 768px) {
  .intro__img2 {
    display: none;
  }
}
.intro__img3 {
  position: absolute;
  right: -4rem;
  transform: translate(100%, 0);
  top: 31.2rem;
  width: 45.2rem;
  border-radius: 2.8rem;
  z-index: 3;
  border: solid 0.5rem #fff;
}

.spec {
  background-color: #dbfe01;
  padding: 6rem 0;
  position: relative;
}
.spec__inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .spec__inner {
    padding: 0 8rem;
  }
}
.spec iframe {
  display: block;
  max-width: 125rem;
  margin: 6rem auto 0;
  width: 100%;
  aspect-ratio: 125/46;
}
@media (max-width: 768px) {
  .spec iframe {
    margin-top: 4rem;
    width: calc(100% - 16rem);
    aspect-ratio: 64/40;
  }
}
.spec__text {
  width: 96.5rem;
}
@media (max-width: 768px) {
  .spec__text {
    width: 100%;
  }
}
.spec__box {
  width: 50rem;
}
@media (max-width: 768px) {
  .spec__box {
    width: 100%;
  }
}
.spec__en {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .spec__en {
    text-align: center;
  }
}
.spec__title {
  font-size: 4.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-weight: normal;
  border-bottom: 2px solid #000;
}
@media (max-width: 768px) {
  .spec__title {
    margin-bottom: 50rem;
    border-bottom: none;
    font-weight: bold;
    text-align: center;
  }
}
.spec__info {
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .spec__info {
    border-top: 2px solid #000;
    padding-top: 2rem;
    font-size: 2.9rem;
  }
}
.spec__info dt {
  border-bottom: 1px solid #000;
  width: 12rem;
  flex-shrink: 0;
  margin-bottom: 1.2rem;
  padding-left: 2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .spec__info dt {
    width: 18rem;
  }
  .spec__info dt.sp-noborder {
    border-bottom: none;
  }
}
.spec__info dd {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #111;
  width: calc(100% - 12rem);
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .spec__info dd {
    width: calc(100% - 18rem);
  }
  .spec__info dd.sp-noborder {
    border-bottom: none;
  }
}
.spec__desc {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .spec__desc {
    font-size: 2.7rem;
  }
}
.spec__main-img {
  position: absolute;
  width: 79.4rem;
  right: 5.6rem;
  top: -9.6rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .spec__main-img {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 97%;
    top: 11rem;
  }
}
.spec__main-img-b {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.spec__main-circle {
  position: absolute;
  top: 14.5rem;
  right: 6rem;
  width: 19rem;
  height: 19rem;
  border: 0.4rem solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  align-content: center;
  transform: rotate(15deg);
}
.spec__main-circle div {
  display: block;
}
.spec__main-circle div:nth-child(2) {
  margin: 0.3em 0;
  font-size: 2.6rem;
}
.spec__sub-imgs {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  background: #fff;
  z-index: 15;
  bottom: -6rem;
  right: 5.3rem;
}
@media (max-width: 768px) {
  .spec__sub-imgs {
    display: none;
  }
}
.spec__sub-imgs img {
  margin: 1rem;
  width: 20rem;
  height: auto;
  border-radius: 2.5rem;
}
.spec__image-list {
  display: none;
}
@media (max-width: 768px) {
  .spec__image-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 0 8rem;
  }
}

.sns-links {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 8rem auto 0;
}
@media (max-width: 768px) {
  .sns-links {
    margin: 4rem auto 0;
    gap: 4rem;
  }
}

.sns-link {
  width: 5rem;
}
@media (max-width: 768px) {
  .sns-link {
    width: 5.5rem;
  }
}

.merit {
  background-color: #415964;
  padding: 6rem 0;
  color: #fff;
}
.merit__inner {
  max-width: 125rem;
  margin: 0 auto;
  position: relative;
}
.merit__title {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.merit__title:before {
  content: "";
  display: block;
  width: 29.5rem;
  height: 18.9rem;
  background: transparent url(../images/bg_merit_title.png) no-repeat scroll center center/contain;
  position: absolute;
  top: -9rem;
  left: calc(50% - 40rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .merit__title:before {
    width: 39.5rem;
    height: auto;
    top: 23rem;
    left: -11rem;
    aspect-ratio: 554/354;
  }
}
.merit__title h2 {
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.merit__title p {
  font-size: 2.7rem;
}
.merit__date-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .merit__date-wrap {
    flex-direction: column;
    gap: 0;
    font-size: 5rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 3rem;
  }
}
.merit__date-wrap span {
  font-size: 2.7rem;
}
.merit__date-wrap span b {
  font-weight: 700;
  color: #00fff0;
}
.merit__date-wrap.-april {
  margin-top: -8rem;
}
@media (max-width: 768px) {
  .merit__date-wrap.-april {
    margin-top: -9.8rem;
  }
}
.merit__head {
  width: 111.1rem;
  margin: 0 auto 6rem;
  color: #defd1c;
  text-align: center;
}
@media (max-width: 768px) {
  .merit__head {
    width: 100%;
    margin: -8rem auto 8rem;
  }
}
.merit__head-lead {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .merit__head-lead {
    font-size: 3.1rem;
  }
}
.merit__points {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .merit__points {
    flex-wrap: wrap;
    gap: 4rem 2rem;
    max-width: 54rem;
    margin: auto;
    margin-bottom: 4rem;
  }
}
.merit__points li {
  width: 18.2rem;
  height: 15.2rem;
  background-color: #fff;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .merit__points li {
    width: calc(50% - 1rem);
    border-radius: 1.2rem;
    height: 22rem;
  }
  .merit__points li:nth-child(3), .merit__points li:nth-child(4) {
    background-color: #d3d7d8;
  }
  .merit__points li:first-child {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .merit__points li:first-child div {
    width: 27rem;
  }
  .merit__points li:first-child img {
    margin: -4rem 2rem 2rem;
    height: 20.7rem;
  }
}
.merit__points li div {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.35;
  color: #000;
}
@media (max-width: 768px) {
  .merit__points li div {
    font-size: 2.95rem;
    white-space: nowrap;
  }
}
.merit__points li img {
  width: auto;
  margin: -2rem auto 1.2rem;
  height: 9rem;
}
@media (max-width: 768px) {
  .merit__points li img {
    height: 13rem;
  }
}
.merit__lead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .merit__lead {
    font-size: 3.33rem;
    letter-spacing: 0;
    margin: 3rem auto;
  }
}
.merit__collage {
  position: relative;
  height: 49rem;
}
@media (max-width: 768px) {
  .merit__collage {
    height: auto;
  }
}
.merit__collage img {
  border-radius: 2rem;
}
.merit__img-ld {
  position: absolute;
  top: 0;
  left: 5.5rem;
  width: 32.6rem;
  z-index: 3;
  border: solid 0.5rem #fff;
}
@media (max-width: 768px) {
  .merit__img-ld {
    width: 36.8rem;
    top: -16.5rem;
    border-radius: 3.6rem !important;
    border: solid 0.6rem #fff;
  }
}
.merit__text-l {
  position: absolute;
  top: 2.5rem;
  left: 40.5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .merit__text-l {
    top: -15rem;
    left: 45rem;
  }
}
.merit__text-l p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .merit__text-l p {
    font-size: 2.7rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.merit__text-l h4 {
  font-size: 3.33rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .merit__text-l h4 {
    font-size: 5rem;
  }
}
.merit__img-ln {
  position: absolute;
  top: 16rem;
  left: 11.5rem;
  width: 50rem;
  border-radius: 2.9rem !important;
  z-index: 1;
}
@media (max-width: 768px) {
  .merit__img-ln {
    position: relative;
    inset: auto;
    border-radius: 0 0 0 8.5rem !important;
    width: 100%;
    height: 100%;
    max-width: 67.4rem;
    aspect-ratio: 645/350;
    margin-left: auto;
    margin-top: 19.5rem;
  }
}
.merit__img-tn {
  position: absolute;
  top: 0;
  right: 10.6rem;
  width: 49rem;
  z-index: 3;
  border-radius: 3.6rem !important;
}
@media (max-width: 768px) {
  .merit__img-tn {
    border-radius: 0 8.5rem 0 0 !important;
    position: relative;
    inset: auto;
    margin-top: 4rem;
    width: 100%;
    height: 100%;
    max-width: 67.4rem;
    aspect-ratio: 645/350;
    margin-bottom: 23rem;
  }
}
.merit__text-t {
  position: absolute;
  top: 32rem;
  right: 39rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .merit__text-t {
    z-index: 4;
    top: 74rem;
    right: auto;
    left: 9.3rem;
    max-width: 26rem;
  }
}
.merit__text-t h4 {
  font-size: 3.33rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .merit__text-t h4 {
    font-size: 5rem;
  }
}
.merit__text-t p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 768px) {
  .merit__text-t p {
    font-size: 2.7rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.merit__img-td {
  position: absolute;
  bottom: 3rem;
  right: 4.5rem;
  width: 32.6rem;
  z-index: 3;
  border: solid 0.5rem #fff;
}
@media (max-width: 768px) {
  .merit__img-td {
    border: solid 0.6rem #fff;
    bottom: -16rem;
    right: 4.5rem;
    width: 36.8rem;
    border-radius: 3.6rem !important;
  }
}
.merit__bottom-text {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.merit__btn-wrap {
  text-align: center;
}
.merit__btn {
  margin-bottom: 0;
}

.point {
  padding: 6rem 0;
}
.point__inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 5rem;
}
.point__head {
  text-align: center;
  margin-bottom: 3rem;
}
.point__head h2 {
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .point__head h2 {
    margin-bottom: 0.5rem;
  }
}
.point__head p {
  font-size: 2.7rem;
}
.point__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
  position: relative;
}
@media (max-width: 768px) {
  .point__grid {
    gap: 9rem;
    grid-template-columns: 1fr;
  }
}
.point__item {
  position: relative;
}
.point__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -3.5rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  .point__item:not(:first-child)::before {
    left: 0;
    right: 0;
    top: -4.5rem;
    margin-right: auto;
    margin-left: auto;
    transform: translate(2rem, 0);
    bottom: auto;
    max-width: 50rem;
    width: 100%;
    height: 1px;
  }
}
.point__flex {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .point__flex {
    justify-content: center;
  }
}
.point__label {
  width: 3.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .point__label {
    margin-right: 2rem;
  }
}
.point__label span {
  display: block;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .point__label span {
    letter-spacing: 0em;
    font-size: 3.57rem;
  }
}
.point__img {
  width: calc(100% - 4.5rem);
}
@media (max-width: 768px) {
  .point__img {
    width: 48rem;
  }
}
.point__img img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.point__desc {
  padding-left: 3.5rem;
  text-align: center;
  margin-top: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .point__desc {
    font-size: 3.3rem;
    line-height: 1.2;
    margin-top: 3rem;
  }
}

.floorplan {
  background-color: #e0e0d8;
  padding: 10rem 0;
}
.floorplan__inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .floorplan__inner {
    padding: 0 8rem;
  }
}
.floorplan__img {
  text-align: center;
  margin-bottom: 4rem;
}
.floorplan__img picture {
  margin: auto;
  max-width: 83rem;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .floorplan__img picture {
    max-width: 60rem;
    margin-left: auto;
    margin-right: -5rem;
  }
}
.floorplan__special {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .floorplan__special {
    display: block;
    padding-right: 2rem;
  }
}
.floorplan__special::before {
  content: "";
  border: solid 4rem transparent;
  border-bottom: 4rem solid #fff;
  position: absolute;
  margin: auto;
  inset: 0 auto auto;
  left: 50%;
  transform: translate(-50%, -5.5rem);
}
.floorplan__special-badge {
  position: absolute;
  top: -8.5rem;
  left: 2rem;
  width: 12rem;
  height: 12rem;
  border: solid 0.5rem #abab90;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  rotate: -15deg;
}
@media (max-width: 768px) {
  .floorplan__special-badge {
    width: 15.8rem;
    height: 15.8rem;
    rotate: 15deg;
    left: auto;
    right: -3rem;
  }
}
.floorplan__special-badge span {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #abab90;
}
@media (max-width: 768px) {
  .floorplan__special-badge span {
    font-size: 2.2rem;
  }
}
.floorplan__special-text .lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  color: #000;
}
@media (max-width: 768px) {
  .floorplan__special-text .lead {
    font-size: 3.33rem;
  }
}
.floorplan__special-text .lead .highlight {
  display: inline-block;
  background-color: #dbfe01;
}
.floorplan__special-text .sub {
  font-weight: normal;
  color: #222;
}
.floorplan__special-flow {
  width: 38rem;
}
@media (max-width: 768px) {
  .floorplan__special-flow {
    width: calc(100% - 2rem);
  }
}
.floorplan__specs {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .floorplan__specs {
    display: block;
  }
}
.floorplan__spec-item {
  width: 50%;
  display: flex;
}
@media (max-width: 768px) {
  .floorplan__spec-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .floorplan__spec-item:nth-child(1), .floorplan__spec-item:nth-child(2) {
    border-bottom: 1px solid #000;
  }
  .floorplan__spec-item:nth-child(odd) {
    border-right: 1px solid #000;
  }
}
@media (max-width: 768px) {
  .floorplan__spec-item:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}
.floorplan__spec-item dt {
  width: 18rem;
  flex-shrink: 0;
  background-color: #ecece8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  border-right: 1px solid #000;
  color: #000;
}
@media (max-width: 768px) {
  .floorplan__spec-item dt {
    width: 14rem;
  }
}
.floorplan__spec-item dd {
  width: calc(100% - 17.5rem);
  padding: 1.5rem 2rem;
  font-size: 1.7rem;
  letter-spacing: -0.06em;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .floorplan__spec-item dd {
    width: calc(100% - 14rem);
    font-size: 2.7rem;
  }
}
.floorplan__gallery {
  margin-top: 6rem;
}
.floorplan__gallery-title {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .floorplan__gallery-title {
    font-size: 3.33rem;
  }
}
.floorplan__gallery-grids {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 1.5rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .floorplan__gallery-grids {
    padding: 0 8rem;
  }
}
.floorplan__gallery-grid {
  display: flex;
  gap: 1.5rem;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 769px) {
  .floorplan__gallery-grid {
    animation: gallery-slide 15s linear infinite;
  }
}
@media (max-width: 768px) {
  .floorplan__gallery-grid {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .floorplan__gallery-grid:nth-child(2) {
    display: none;
  }
}
.floorplan__gallery-grid > * {
  width: 30rem;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .floorplan__gallery-grid > * {
    width: calc(50% - 0.75rem);
  }
}
.floorplan__btn-wrap {
  text-align: center;
  margin-top: 4.5rem;
}
.floorplan__btn-wrap > * {
  margin-bottom: 0;
}

@keyframes gallery-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .floorplan__gallery-grid {
    animation-duration: 18s !important;
    animation-iteration-count: infinite !important;
  }
}
.recommend {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .recommend {
    padding-bottom: 0;
  }
}
.recommend__inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .recommend__inner {
    padding: 0 8rem;
  }
  .recommend__inner--2 {
    padding: 0 0;
  }
}
.recommend__head {
  text-align: center;
  margin-bottom: 2rem;
}
.recommend__head h2 {
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.recommend__head p {
  font-size: 2.7rem;
}
.recommend__cards {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .recommend__cards {
    display: block;
  }
}
.recommend__card {
  background-color: #fff;
  width: calc(33% - 2.5rem);
  padding: 6rem 1rem 2.5rem;
  text-align: center;
  margin-top: 4rem;
  position: relative;
  border-radius: 0;
}
@media (max-width: 768px) {
  .recommend__card {
    width: 100%;
  }
}
.recommend__card-icon {
  position: absolute;
  top: -4.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 9rem;
  height: 9rem;
}
@media (max-width: 768px) {
  .recommend__card-icon {
    top: -2.5rem;
  }
}
.recommend__card-icon img {
  width: 100%;
  height: auto;
}
.recommend__card h3 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .recommend__card h3 {
    font-size: 2.9rem;
  }
}
.recommend__card p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .recommend__card p {
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
.recommend__message {
  text-align: center;
  margin-bottom: 6rem;
}
.recommend__message h3 {
  font-size: 2.9rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .recommend__message h3 {
    font-size: 3.75rem;
  }
}
.recommend__message p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .recommend__message p {
    font-size: 2.9rem;
  }
}
.recommend__btn-wrap {
  text-align: center;
  margin-top: 5rem;
}
.recommend__btn {
  margin-bottom: 0;
}

.about {
  background-color: #ebebe0;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #767267;
}
@media (max-width: 768px) {
  .about {
    border: 0;
    overflow: visible;
  }
}
.about__head {
  background-color: #5e5e5e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 6rem;
}
@media (max-width: 768px) {
  .about__head {
    display: block;
    text-align: center;
  }
}
.about__head picture {
  width: 21.8rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .about__head picture {
    width: 42.7rem;
    margin-right: 1rem;
  }
}
.about__head h4 {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-right: 4.5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about__head h4 {
    justify-content: center;
    margin-top: -4.5rem;
    margin-bottom: 2rem;
  }
}
.about__head p {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about__head p {
    font-size: 2.7rem;
  }
}
.about__body {
  padding: 1.5rem 6rem;
}
@media (max-width: 768px) {
  .about__body {
    padding: 6rem 8rem;
  }
}
.about__item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .about__item {
    display: block;
    padding: 3.5rem 0;
  }
}
.about__item:not(:last-child) {
  border-bottom: 1px solid #767267;
}
.about__icon {
  width: 18.5rem;
  flex-shrink: 0;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .about__icon {
    width: 22.8rem;
    margin: 0 4rem 0 2.8rem;
  }
}
.about__icon img {
  width: 100%;
  height: auto;
}
.about__text h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .about__text h5 {
    position: absolute;
    top: 5.5rem;
    font-size: 2.9rem;
    left: 28.8rem;
    min-height: 8.6rem;
    align-content: center;
  }
}
.about__text p {
  font-size: 1.65rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about__text p {
    font-size: 2.7rem;
    margin-top: 2rem;
  }
}

.contact {
  padding: 12rem 0 15rem;
}
@media (max-width: 768px) {
  .contact {
    padding: 6rem 0 10rem;
  }
}
.contact__inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .contact__inner {
    padding: 0 8rem;
  }
}
.contact__title {
  text-align: center;
  margin-bottom: 7rem;
  font-size: 4.1rem;
  font-weight: bold;
  color: #000;
}
.contact__title span {
  display: inline-block;
  border-bottom: 3px solid #000;
}
.contact__btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
}

.req {
  color: #ff0000;
  margin-left: 2rem;
  font-weight: normal;
}

.form-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .form-group-wrap {
    display: block;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .form-group + .form-group {
    margin-top: 5rem;
  }
  .form-group + .form-cols {
    margin-top: 5rem;
  }
}

.form-label {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .form-label {
    font-size: 3.33rem;
  }
}

.form-sublabel {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 0.8rem;
  display: block;
}
@media (max-width: 768px) {
  .form-sublabel {
    font-size: 2.9rem;
  }
}

.form-cols {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .form-cols {
    display: grid;
    gap: 1.5rem;
  }
  .form-cols + .form-group {
    margin-top: 5rem;
  }
}

.form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .form-col--zip {
    flex: 0 0 calc(30% - 1.5rem);
  }
  .form-col--addr {
    flex: 0 0 calc(70% - 1.5rem);
  }
}

.form-address {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .form-address {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.form-input,
.form-select select,
.form-textarea {
  width: 100%;
  padding: 1.8rem 2rem;
  font-size: 16px;
  border: none;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
  font-family: inherit;
}
.form-input::-moz-placeholder, .form-select select::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #aaa;
}
.form-input::placeholder,
.form-select select::placeholder,
.form-textarea::placeholder {
  color: #aaa;
}
.form-input:focus,
.form-select select:focus,
.form-textarea:focus {
  outline: 2px solid #6a6a61;
}

@media (max-width: 768px) {
  .form-textarea {
    height: 27.2rem !important;
  }
}

.form-select {
  position: relative;
}
.form-select::after {
  content: "▽";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem;
  color: #000;
}
.form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  cursor: pointer;
}

.form-textarea {
  height: 18rem;
  resize: none;
  line-height: 1.6;
}

.form-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .form-checkbox-group {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.form-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 2rem;
  font-size: 2.5rem;
  color: #000;
}
@media (max-width: 768px) {
  .form-checkbox {
    font-size: 3.33rem;
  }
}
.form-checkbox--center {
  justify-content: center;
  font-size: 2rem;
}
.form-checkbox input {
  display: none;
}
.form-checkbox .checkmark {
  width: 3rem;
  height: 3rem;
  border: 1px solid #767267;
  background-color: transparent;
  display: inline-block;
  margin-right: 1.2rem;
  position: relative;
}
.form-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.1rem;
  width: 1rem;
  height: 2.2rem;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form-policy {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.form-policy .form-checkbox {
  font-weight: normal;
  font-size: 3.3rem;
}
.form-policy a {
  font-size: 3.3rem;
  text-decoration: underline;
}

.form-submit {
  text-align: center;
}

.footer {
  background-color: #5e5e5e;
  color: #fff;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer__inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 0 8rem;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__left {
    width: 47%;
  }
}
.footer__logo {
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .footer__logo {
    margin-bottom: 4.5rem;
  }
}
.footer__logo img {
  width: 21.8rem;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 38.6rem;
  }
}
.footer__info {
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
.footer__info p {
  font-size: 1.67rem;
}
@media (max-width: 768px) {
  .footer__info p {
    font-size: 2.91rem;
  }
}
.footer__info-title {
  margin-bottom: 0.5rem;
}
.footer__info a {
  color: #9bc5e0;
  text-decoration: underline;
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .footer__right {
    width: 47%;
  }
}
.footer__btn-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  height: 5rem;
  background-color: #f72c25;
  color: #fff;
  font-size: 2rem;
  padding: 2rem;
  border-radius: 4rem;
  margin-bottom: 1.4rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__btn-red {
    width: 100%;
    max-width: 100%;
    font-size: 2.7rem;
    height: 6.6rem;
    margin-bottom: 2rem;
  }
}
.footer__btn-red:hover {
  opacity: 0.8;
}
.footer__btn-grid {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 45rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .footer__btn-grid {
    max-width: 100%;
  }
}
.footer__btn-outline {
  flex: 1;
  display: inline-flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 4rem;
  padding: 1.5rem;
  font-size: 2rem;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__btn-outline {
    font-size: 2.91rem;
    height: 6.6rem;
  }
}
.footer__btn-outline img {
  width: 2.2rem;
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .footer__btn-outline img {
    width: 2.4rem;
    margin-right: 1rem;
  }
}
.footer__sitemap {
  font-size: 1.67rem;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .footer__sitemap {
    font-size: 2.9rem;
    line-height: 1.5;
  }
}
.footer__sitemap-title {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer__sitemap-title {
    font-size: 2.9rem;
  }
}
.footer__sitemap ul li {
  list-style: none;
}
.footer__sitemap ul li a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.footer__sitemap ul li a::before {
  content: "▶";
  font-size: 1.1rem;
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .footer__sitemap ul li a::before {
    font-size: 2.9rem;
  }
}
.footer__sitemap ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #ui-datepicker-div {
    font-size: 3.4rem;
  }
}/*# sourceMappingURL=index.css.map */