@charset "UTF-8";
/* 変数 */
/*使い回しパーツ*/
main {
  font-size: 62.5%; /* 10px相当（16px × 62.5%） */
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp-only {
    display: block;
  }
}

.img-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .img-wrapper .caption {
    font-size: 10px;
  }
}
.img-wrapper .caption.--bottom {
  bottom: -2rem;
}

/*共通*/
.mansion__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .mansion__inner {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.mansions__content-list {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
}
@media screen and (max-width: 768px) {
  .mansions__content-list {
    gap: 4rem;
  }
}

.mansions__content-item-body {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
  font-family: "MFW-KoburinaGoStdN-W3";
  color: #fff;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .mansions__content-item-body {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.mansions__content-item-title {
  flex: 0 0 39%;
  line-height: 1.6;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mansions__content-item-title {
    flex: 1 1 auto;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    gap: 0.3rem;
  }
}
.mansions__content-item-title .fs-large {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .mansions__content-item-title .fs-large {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .mansions__content-item-title .fs-large {
    font-size: 1.5rem;
  }
}
.mansions__content-item-title .font-medium {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .mansions__content-item-title .font-medium {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .mansions__content-item-title .font-medium {
    font-size: 1.3rem;
  }
}

.mansions__content-item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .mansions__content-item-text {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .mansions__content-item-text {
    font-size: 1.2rem;
  }
}

/*mv*/
.mansions__mv {
  width: 100%;
  position: relative;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .mansions__mv {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.mansions__mv::before {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/residence/mv-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mansions__mv::before {
    background-image: url(../img/residence/mv-bg-sp.webp);
    top: 4rem;
    height: calc(100% - 4.5rem);
  }
}
.mansions__mv .img-wrapper {
  width: 90%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mansions__mv .img-wrapper {
    width: 100%;
  }
}
.mansions__mv .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mansions__mv .mansions__mv-title {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 482px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mansions__mv .mansions__mv-title {
    top: 12%;
    max-width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .mansions__mv .mansions__mv-title {
    max-width: 65%;
  }
}
.mansions__mv .mansions__mv-title img {
  width: 100%;
  object-fit: contain;
}

.mansions__mv-description {
  margin-top: 10.4rem;
  padding-bottom: 10rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mansions__mv-description {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mansions__mv-description {
    margin-top: 3rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .mansions__mv-description {
    padding-bottom: 3rem;
  }
}

.mv-description__heading {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 300;
  font-family: "MFW-KoburinaGoStdN-W3";
  color: #b8c885;
}
@media screen and (max-width: 768px) {
  .mv-description__heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 500px) {
  .mv-description__heading {
    font-size: 2.3rem;
  }
}
.mv-description__heading .font-large {
  font-size: 7.2rem;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 768px) {
  .mv-description__heading .font-large {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 500px) {
  .mv-description__heading .font-large {
    font-size: 3.5rem;
  }
}
.mv-description__heading sup {
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  top: 1.8rem;
  right: 3.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv-description__heading sup {
    top: 1.2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .mv-description__heading sup {
    font-size: 1rem;
    top: 1rem;
    right: 1rem;
  }
}

.mv-description__heading-sub {
  margin-top: 1.5rem;
  font-size: 2.9rem;
  line-height: 1.4;
  letter-spacing: 0.22em;
  font-weight: 300;
  color: #b8c885;
}
@media screen and (max-width: 768px) {
  .mv-description__heading-sub {
    font-size: 1.7rem;
    margin-top: 1rem;
    letter-spacing: 0.15em;
  }
}

.mv-description__text {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .mv-description__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.mv-description__text .detail {
  display: block;
  font-size: 1.4rem;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .mv-description__text .detail {
    font-size: 1rem;
  }
}

/*content*/
.mansions__content {
  width: 100%;
  position: relative;
  background-color: #b8c885;
  padding-block: 5rem 20rem;
}
.mansions__content::before {
  content: "";
  position: absolute;
  top: -26rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/residence/section-bg-parts.svg);
  background-size: 120% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .mansions__content::before {
    top: -18rem;
  }
}
@media screen and (max-width: 768px) {
  .mansions__content::before {
    top: -10rem;
  }
}
@media screen and (max-width: 500px) {
  .mansions__content::before {
    top: -8rem;
    background-image: url(../img/residence/section-bg-parts-sp.png);
  }
}
@media screen and (max-width: 768px) {
  .mansions__content {
    padding-block: 5rem 10rem;
  }
}

.landplan__description {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .landplan__description {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.mansions__content-list {
  position: relative;
  z-index: 2;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .mansions__content-list {
    margin-bottom: 5rem;
  }
}

.mansion__landplan {
  width: 100%;
  position: relative;
  padding-block: 8.8rem;
  position: relative;
  background-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .mansion__landplan {
    padding-block: 5rem 4rem;
  }
}
.mansion__landplan::before, .mansion__landplan::after {
  content: "";
  width: 100%;
  height: 1.1rem;
  background-color: #b8c885;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.mansion__landplan::before {
  top: 1.2rem;
}
.mansion__landplan::after {
  bottom: 1.2rem;
}

.landplan__title {
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  color: #deb478;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .landplan__title {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 500px) {
  .landplan__title {
    font-size: 3.5rem;
  }
}

.landplan__inner {
  width: 100%;
  margin-top: 1rem;
  padding-inline: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .landplan__inner {
    padding-inline: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .landplan__inner {
    padding-inline: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .landplan__inner {
    padding-inline: 0;
  }
}

.landplan__content-map {
  flex: 0 0 65%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .landplan__content-map {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .landplan__content-map .img-wrapper {
    margin-bottom: -5%;
  }
}

.leon-icon {
  width: 8rem;
  position: absolute;
  top: 33%;
  left: 3%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .leon-icon {
    top: 35%;
    left: 4%;
  }
}
@media screen and (max-width: 500px) {
  .leon-icon {
    width: 5rem;
  }
}

.landplan__card {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 1.1rem;
  border: 1.2px solid #5386b3;
  padding: 0.4rem 1rem;
  color: #5386b3;
}
@media screen and (max-width: 768px) {
  .landplan__card {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 500px) {
  .landplan__card {
    padding: 0.3rem 0.7rem;
  }
}

.landplan__card.is-active {
  background-color: #5386b3;
  color: #fff;
}

.residence-01 {
  top: 20%;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .residence-01 {
    top: 20%;
    left: 41%;
  }
}

.residence-02 {
  top: 22.5%;
  left: 11%;
}
@media screen and (max-width: 768px) {
  .residence-02 {
    top: 22%;
    left: 18%;
  }
}

.residence-03 {
  top: 35%;
  left: 16%;
}
@media screen and (max-width: 768px) {
  .residence-03 {
    top: 32%;
    left: 20%;
  }
}

.residence-05 {
  top: 38%;
  left: 40%;
}
@media screen and (max-width: 768px) {
  .residence-05 {
    top: 35%;
    left: 68%;
  }
}

.residence-07 {
  top: 49%;
  left: 9%;
}
@media screen and (max-width: 768px) {
  .residence-07 {
    top: 49%;
    left: 15%;
  }
}

.residence-08 {
  top: 57%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .residence-08 {
    top: 57%;
    left: 14%;
  }
}
@media screen and (max-width: 500px) {
  .residence-08 {
    top: 55%;
    left: 9%;
  }
}

.residence-09 {
  top: 40%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .residence-09 {
    top: 43%;
    left: 1%;
  }
}

.residence-11 {
  top: 71%;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .residence-11 {
    top: 70%;
    left: 42%;
  }
}

.residence-12 {
  top: 75%;
  left: 14%;
}
@media screen and (max-width: 768px) {
  .residence-12 {
    top: 75%;
    left: 26%;
  }
}

.residence-13 {
  top: 76%;
  left: 35%;
}
@media screen and (max-width: 768px) {
  .residence-13 {
    top: 74%;
    left: 65%;
  }
}

.residence-14 {
  top: 34%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .residence-14 {
    top: 30%;
    left: 50%;
  }
}

.residence-15 {
  top: 45%;
  left: 24%;
}
@media screen and (max-width: 768px) {
  .residence-15 {
    top: 41%;
    left: 40%;
  }
}

.residence-16 {
  top: 62%;
  left: 21%;
}
@media screen and (max-width: 768px) {
  .residence-16 {
    top: 58%;
    left: 35%;
  }
}

.residence-17 {
  top: 68%;
  left: 43%;
}
@media screen and (max-width: 768px) {
  .residence-17 {
    top: 68%;
    left: 69%;
  }
}

.landplan__detile {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .landplan__detile {
    font-size: 0.8rem;
  }
}

/*detail*/
.landplan__content-detail {
  flex: 0 0 35%;
  height: fit-content;
  min-width: 0;
  padding-inline-end: 5.4rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .landplan__content-detail {
    flex: 1 1 auto;
    width: 100%;
    padding-inline: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .landplan__content-detail {
    padding-inline: 4rem;
  }
}

.landplan__swiper-slide {
  width: 100%;
  background-color: #deb478;
  color: #fff;
  padding: 4rem 3.5rem;
  border-radius: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .landplan__swiper-slide {
    padding: 2rem;
    gap: 1rem;
    justify-content: flex-start;
  }
}
.landplan__swiper-slide .sub-img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.landplan__swiper-slide .sub-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  padding: 0.5rem;
  aspect-ratio: 272/105;
  z-index: 1;
  background-image: url(../img/residence/logos.png);
  background-size: 95% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.landplan__swiper-slide .fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 16/9;
}

.landplan__swiper-wrapper {
  align-items: center;
}

.landplan__detail-body {
  text-align: center;
}

.landplan__detail-title {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.22em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .landplan__detail-title {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 500px) {
  .landplan__detail-title {
    font-size: 1.3rem;
  }
}
.landplan__detail-title.ls-10 {
  letter-spacing: 0.01em;
}

.landplan__detail-text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .landplan__detail-text {
    font-size: 1.2rem;
  }
}
.landplan__detail-text .text-small {
  margin-top: 1rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .landplan__detail-text .text-small {
    font-size: 1rem;
  }
}

.landplan__button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .landplan__button-wrap {
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .landplan__button-wrap {
    top: -15%;
  }
}

.landplan__button-prev,
.landplan__button-next {
  width: 5.4rem;
  height: 5.4rem;
  background-color: #deb478;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .landplan__button-prev,
  .landplan__button-next {
    width: 3rem;
    height: 3rem;
  }
}
.landplan__button-prev:hover,
.landplan__button-next:hover {
  opacity: 0.8;
}

.landplan__button-prev {
  left: 0;
  transform: translateX(-180%);
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1200px) {
  .landplan__button-prev {
    transform: translateX(-200%);
  }
}
@media only screen and (max-width: 1023px) {
  .landplan__button-prev {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .landplan__button-prev {
    transform: translateX(-30%);
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 500px) {
  .landplan__button-prev {
    transform: translateX(-20%);
  }
}
.landplan__button-prev .icon-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.1em 1.4em;
  border-right-color: currentColor;
  border-left: 0;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .landplan__button-prev .icon-arrow-left {
    border-width: 0.6em 1em;
    margin-right: 0.2rem;
  }
}

.landplan__button-next {
  right: 0;
  transform: translateX(75%);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .landplan__button-next {
    transform: translateX(30%);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 500px) {
  .landplan__button-next {
    transform: translateX(20%);
  }
}
.landplan__button-next .icon-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.1em 1.4em;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .landplan__button-next .icon-arrow-right {
    border-width: 0.6em 1em;
    margin-left: 0.2rem;
  }
}

/*info*/
.mansion__info {
  width: 100%;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .mansion__info {
    margin-top: 6rem;
  }
}

.mansion__info-inner {
  width: 100%;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .mansion__info-inner {
    padding: 0 2rem;
  }
}

.mansion__info-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5rem;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
  font-family: "MFW-KoburinaGoStdN-W3";
  color: #b8c885;
}
@media screen and (max-width: 768px) {
  .mansion__info-heading {
    padding-inline: 3rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .mansion__info-heading {
    font-size: 1.4rem;
    padding-inline: 2rem;
  }
}
.mansion__info-heading::before, .mansion__info-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #b8c885;
  display: block;
}
.mansion__info-heading::before {
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 500px) {
  .mansion__info-heading::before {
    transform: rotate(-20deg);
  }
}
.mansion__info-heading::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 500px) {
  .mansion__info-heading::after {
    transform: rotate(20deg);
  }
}

.mansion__info-body {
  width: 100%;
  max-width: 852px;
  margin-inline: auto;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eef2e8;
  border-radius: 2rem;
  padding: 4rem 4.5rem 6.5rem;
}
@media only screen and (max-width: 900px) {
  .mansion__info-body {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mansion__info-body {
    padding: 3rem 3rem 4rem;
  }
}

.mansion__info-text {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mansion__info-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .mansion__info-text {
    font-size: 1.6rem;
  }
}

.mansion__info-btn {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .mansion__info-btn {
    flex-direction: column;
  }
}
.mansion__info-btn .info-btn {
  width: 34rem;
  padding: 1rem 4rem;
  color: #fff;
  border-radius: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s ease;
}
.mansion__info-btn .info-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  .mansion__info-btn .info-btn {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}
.mansion__info-btn .info-btn.--red {
  background-color: #c96883;
}
.mansion__info-btn .info-btn.--blue {
  background-color: #5e83ae;
}/*# sourceMappingURL=residence.css.map */