/* Scss Document */
/* Scss Document */
@media only screen and (max-width: 640px) {
  .txt-center-sp {
    text-align: center;
  }
}

.kv_bg {
  background: url("../images/lifestyle/lifestyle-kv.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 640px) {
  .kv_bg {
    height: 300px;
    background-position: 35% bottom;
  }
}

.breadcrumb-space {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumb-space {
    padding-top: calc(20 / 640 * 100vw);
    padding-bottom: calc(30 / 640 * 100vw);
    white-space: nowrap;
  }
}

.life-nav .content {
  margin-top: 9px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 640px) {
  .life-nav .content {
    margin-bottom: 50px;
  }
}
.life-nav .inner {
  max-width: 1500px;
}

.life-nav__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .life-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(20 / 640 * 100vw);
  }
}

.life-nav__item {
  display: block;
  text-align: center;
  width: 260px;
  padding-top: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .life-nav__item {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .life-nav__item {
    width: calc(180 / 640 * 100vw);
  }
}
.life-nav__item::after {
  content: "";
  position: absolute;
  width: 7.796px;
  height: 7.796px;
  border-right: 2px solid rgba(0, 0, 0, 0.75);
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  transform: rotate(45deg);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: 18px;
}
.life-nav__item.is-active {
  border-bottom: 1px solid #004ca2;
}
.life-nav__item p {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  .life-nav__item p {
    font-size: calc(18 / 640 * 100vw);
  }
}
.life-nav__item p span {
  font-weight: 500;
  font-size: 1.6rem;
  margin-left: 5px;
}
@media only screen and (max-width: 640px) {
  .life-nav__item p span {
    font-size: calc(16 / 640 * 100vw);
  }
}

.border-blue {
  border-bottom: 1px solid #004ca2;
}

.content-section .content {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .content-section .content {
    padding-top: 30px;
  }
}
.content-block {
  display: flex;
  align-items: center;
  gap: 5.4794520548%;
}
@media only screen and (max-width: 1600px) {
  .content-block {
    gap: calc(80 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .content-block {
    flex-direction: column-reverse;
    gap: calc(20 / 640 * 100vw);
  }
}

.content-block + .content-block {
  margin-top: calc(44 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .content-block + .content-block {
    margin-top: calc(40 / 640 * 100vw);
  }
}

.content-block__image {
  width: 47.3684210526%;
}
@media only screen and (max-width: 1600px) {
  .content-block__image {
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .content-block__image {
    width: 100%;
  }
}

.content-block__image-l {
  width: 55.2631578947%;
}
@media only screen and (max-width: 640px) {
  .content-block__image-l {
    width: 100%;
  }
}

.content-block__text {
  width: 36.8421052632%;
}
@media only screen and (max-width: 1600px) {
  .content-block__text {
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .content-block__text {
    width: 100%;
  }
}
.content-block__text ul {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .content-block__text ul {
    margin-top: 20px;
  }
}
.content-block__text ul li {
  color: #004ca2;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .content-block__text ul li {
    font-size: 1.6rem;
  }
}

.content-block__text-block + .content-block__text-block {
  margin-top: 53px;
}
@media only screen and (max-width: 1600px) {
  .content-block__text-block + .content-block__text-block {
    margin-top: 20px;
  }
}

.content-block__mttl {
  display: flex;
  align-items: center;
}
.content-block__mttl p {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 2.884px;
  background: #004ca2;
  border-radius: 50%;
  padding: 0 10px;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .content-block__mttl p {
    font-size: 14px;
    line-height: 77px;
    margin-right: 15px;
  }
}

.content-block__ttl {
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.36rem;
}
@media only screen and (max-width: 640px) {
  .content-block__ttl {
    font-size: calc(28 / 640 * 100vw);
  }
}

.content-block__mtxt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .content-block__mtxt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .content-block__mtxt {
    font-size: calc(24 / 640 * 100vw);
    margin-top: 15px;
  }
}

.content-block__desc {
  color: #000;
  font-weight: 500;
  line-height: 2.8rem;
  margin-top: calc(36 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .content-block__desc {
    font-size: calc(20 / 640 * 100vw);
  }
}

.content-block-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .content-block-reverse {
    flex-direction: column-reverse;
  }
}

.photo-grid__3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(121 / 1920 * 100vw) calc(68 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .photo-grid__3col {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(60 / 640 * 100vw) calc(20 / 640 * 100vw);
  }
}

.photo-grid__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(70 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .photo-grid__2col {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(60 / 640 * 100vw);
  }
}

.photo-grid__item {
  position: relative;
}

.photo-grid__txtarea {
  width: 300px;
  background: #004ca2;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1600px) {
  .photo-grid__txtarea {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .photo-grid__txtarea {
    bottom: -25px;
  }
}

.photo-grid__txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 12px 0;
}
@media only screen and (max-width: 640px) {
  .photo-grid__txt {
    font-size: calc(20 / 640 * 100vw);
    padding: 8px 0;
  }
}

.lifestyle-top .index_content {
  padding-top: 9rem;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 1200px) {
  .lifestyle-top .index_content {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.lifestyle-top .property_list {
  margin-top: 0;
  margin-bottom: 0;
}

.lifestyle-firstSection .inner {
  max-width: 1920px;
  padding: 0;
}

.index_sttl {
  color: #242424;
  text-align: center;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.461px;
}
@media only screen and (max-width: 640px) {
  .index_sttl {
    font-size: calc(32 / 640 * 100vw);
  }
}

.sky-terrace {
  background: url("../images/lifestyle/sky-terrace-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: calc(82 / 1920 * 100vw);
  padding-bottom: 0;
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .sky-terrace {
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .sky-terrace {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px 0;
    background-position: right bottom;
    margin-top: 40px;
  }
}

.sky-terrace__txtarea {
  width: 27.6041666667%;
  margin-top: 2.2916666667%;
}
@media only screen and (max-width: 1200px) {
  .sky-terrace__txtarea {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .sky-terrace__txtarea {
    width: 100%;
    margin-top: 0;
  }
}

.sky-terrace__ttl {
  color: #004ca2;
  font-size: calc(40 / 1920 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .sky-terrace__ttl {
    text-align: center;
    font-size: calc(30 / 640 * 100vw);
  }
}

.sky-terrace__txt {
  color: #000;
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 500;
  margin-top: 7.2202306961%;
}
@media only screen and (max-width: 1200px) {
  .sky-terrace__txt {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sky-terrace__txt {
    font-size: calc(17 / 640 * 100vw);
  }
}

.sky-terrace__img {
  width: 42.9808333333%;
  margin-right: 3.5416666667%;
}
@media only screen and (max-width: 640px) {
  .sky-terrace__img {
    width: 100%;
  }
}

.sky-terrace__photo .content {
  padding-top: 85px;
}
@media only screen and (max-width: 640px) {
  .sky-terrace__photo .content {
    padding-top: 40px;
  }
}

.sky-terrace__photo-mt {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 640px) {
  .sky-terrace__photo-mt {
    margin-top: 30px;
  }
}

.button-sky-terrace {
  margin-top: 90px;
  margin-bottom: 128px;
}
@media only screen and (max-width: 640px) {
  .button-sky-terrace {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.large-storage-room {
  position: relative;
  margin-top: 62px;
}
@media only screen and (max-width: 640px) {
  .large-storage-room {
    margin-top: 40px;
  }
}

.large-storage-room__txtarea {
  width: 678px;
  position: absolute;
  top: calc(156 / 1920 * 100vw);
  left: calc(400 / 1920 * 100vw);
}
@media only screen and (max-width: 1600px) {
  .large-storage-room__txtarea {
    width: calc(678 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .large-storage-room__txtarea {
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .large-storage-room__txtarea {
    width: 80%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.large-storage-room__ttl {
  color: #004ca2;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .large-storage-room__ttl {
    font-size: calc(30 / 640 * 100vw);
  }
}

.large-storage-room__txt {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 37px;
}
@media only screen and (max-width: 640px) {
  .large-storage-room__txt {
    font-size: calc(17 / 640 * 100vw);
    margin-top: 20px;
  }
}

.large-storage-room__photo {
  padding-top: 124px;
}
@media only screen and (max-width: 640px) {
  .large-storage-room__photo {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .large-storage-room__photo .index_sttl {
    text-align: left;
  }
}
.large-storage-room__photo .photo-grid {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  .large-storage-room__photo .photo-grid {
    margin-top: 40px;
  }
}

.large-storage-room__content .content {
  padding-top: 150px;
}
@media only screen and (max-width: 1600px) {
  .large-storage-room__content .content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .large-storage-room__content .content {
    padding-top: 60px;
  }
}
.large-storage-room__content .content-block__desc {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .large-storage-room__content .content-block__desc {
    margin-top: 15px;
  }
}

.button-large-storage-room {
  margin-top: 107px;
  margin: 114px;
}
@media only screen and (max-width: 640px) {
  .button-large-storage-room {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.timeless {
  position: relative;
  margin-top: 63px;
}
@media only screen and (max-width: 640px) {
  .timeless {
    margin-top: 40px;
  }
}

.timeless__txtarea {
  background: rgba(0, 76, 162, 0.7);
  color: #fff;
  font-weight: 700;
  padding: 5.2083333333% 2.6041666667% 5.0520833333% 3.8020833333%;
  position: absolute;
  top: calc(160 / 1920 * 100vw);
  left: calc(390 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .timeless__txtarea {
    top: 20%;
    left: 15%;
  }
}
@media only screen and (max-width: 640px) {
  .timeless__txtarea {
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.timeless__sttl {
  font-size: calc(32 / 1920 * 100vw);
  line-height: 1.9;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 1200px) {
  .timeless__sttl {
    font-size: calc(28 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .timeless__sttl {
    font-size: calc(30 / 640 * 100vw);
    white-space: nowrap;
  }
}

.timeless__mttl {
  font-size: calc(34 / 1920 * 100vw);
  line-height: normal;
  letter-spacing: 3.461px;
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .timeless__mttl {
    font-size: calc(30 / 1200 * 100vw);
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .timeless__mttl {
    font-size: calc(30 / 640 * 100vw);
    white-space: nowrap;
  }
}

.timeless__content-section .content-block__desc {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .timeless__content-section .content-block__desc {
    margin-top: 10px;
  }
}

.lifestyle-photo .content {
  padding-top: 44px;
}
.lifestyle-photo .index_sttl {
  margin-top: 40px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 640px) {
  .lifestyle-photo .index_sttl {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.lifestyle-photo__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .lifestyle-photo__wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.lifestyle-photo__img {
  width: 47.3684210526%;
}
@media only screen and (max-width: 640px) {
  .lifestyle-photo__img {
    width: 100%;
  }
}
.lifestyle-photo__img h3 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .lifestyle-photo__img h3 {
    margin-top: 15px;
    font-size: 2rem;
  }
}
.lifestyle-photo__img figcaption {
  text-align: center;
  font-weight: 500;
  margin-top: 27px;
}
@media only screen and (max-width: 640px) {
  .lifestyle-photo__img figcaption {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.lifestyle-photo__img figcaption.txt-left {
  text-align: left;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .timeless__content-section-2 .content {
    padding-top: 50px;
  }
}
.timeless__content-section-2 .content-block {
  margin-top: 75px;
  align-items: start;
}
@media only screen and (max-width: 640px) {
  .timeless__content-section-2 .content-block {
    margin-top: 30px;
  }
}
.timeless__content-section-2 .content-block__mtxt {
  margin-top: 0;
}

.button-timeless {
  margin-top: 64px;
}
@media only screen and (max-width: 640px) {
  .button-timeless {
    margin-top: 10px;
  }
}
.button-timeless .c_button_wrap-white {
  margin: 0;
  width: 381px;
}
@media only screen and (max-width: 640px) {
  .button-timeless .c_button_wrap-white {
    margin: 0 auto;
    width: 280px;
  }
}
.button-timeless .c_button_wrap-white::after {
  transform: rotate(45deg);
  right: 28px;
  left: auto;
}
@media only screen and (max-width: 640px) {
  .button-timeless .c_button-white {
    font-size: 1.6rem;
  }
}

.button-timeless__bottom {
  margin: 120px 0 150px;
}
@media only screen and (max-width: 640px) {
  .button-timeless__bottom {
    margin: 30px 0;
  }
}
.button-timeless__bottom .c_button_wrap-white {
  margin: 0 auto;
}

.custom-build {
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .custom-build {
    margin-top: 30px;
  }
}

.custom-build__txtarea {
  background: rgba(0, 76, 162, 0.7);
  color: #fff;
  text-align: center;
  padding: 4.5833333333% 0 4.4270833333%;
  width: 46.875%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1600px) {
  .custom-build__txtarea {
    padding: 3.75% 0 3.75%;
  }
}
@media only screen and (max-width: 1200px) {
  .custom-build__txtarea {
    width: 50%;
    padding: 3% 0;
  }
}
@media only screen and (max-width: 640px) {
  .custom-build__txtarea {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 5% 0;
  }
}

.custom-build__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.461px;
}
@media only screen and (max-width: 1600px) {
  .custom-build__ttl {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 1200px) {
  .custom-build__ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .custom-build__ttl {
    font-size: calc(24 / 640 * 100vw);
  }
}

.custom-build__txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 27px;
}
@media only screen and (max-width: 1600px) {
  .custom-build__txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .custom-build__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .custom-build__txt {
    font-size: calc(16 / 640 * 100vw);
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .button-custom-build {
    margin-top: 20px;
  }
}
.button-custom-build .c_button_wrap-white {
  margin: 0 auto;
  width: 521px;
}
@media only screen and (max-width: 640px) {
  .button-custom-build .c_button_wrap-white {
    width: 100%;
  }
}

.lifestyle-photo__txt {
  color: #000;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 43px;
}
@media only screen and (max-width: 640px) {
  .lifestyle-photo__txt {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.index_sttl-blue {
  color: #004ca2;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 77px;
}
@media only screen and (max-width: 640px) {
  .index_sttl-blue {
    font-size: calc(34 / 640 * 100vw);
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.mt-none {
  margin-top: 0;
}/*# sourceMappingURL=lifestyle.css.map */