@charset "UTF-8";
/* =============================================

デザイン

============================================= */
.design {
  background: linear-gradient(90deg, rgb(219, 223, 224) 0%, rgb(255, 255, 255) 50%, rgb(219, 223, 224) 100%);
  padding: 15rem 0 11rem;
  margin-bottom: 11rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.design__inner {
  width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.design__intro {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 300;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 7rem;
}
.design__brandLogo {
  width: 19.8rem;
  margin-right: auto;
  margin-left: auto;
}
.design-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.design-flex--reverse {
  flex-direction: row-reverse;
}
.design-flex__item {
  width: 45rem;
}
.design-flex__img {
  width: 45rem;
  position: relative;
}
.design-flex__img--arrangement {
  width: 48rem;
  margin-top: -5rem;
}
.design-flex__img figcaption {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 0.5rem;
}
.design-copy__heading {
  font-size: 2.8rem;
  line-height: 1.6071428571;
  font-weight: 300;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.design-copy__txt {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 300;
  letter-spacing: -0.05em;
  text-align: justify;
}
.design-copy__txt--alignCenter {
  text-align: center;
}
.design-copy__notice {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  display: block;
  margin-top: 1rem;
}
.design-concept {
  color: #fff;
  background: url("../image/design/bg-concept.png") repeat-y top center;
  padding: 4rem 5rem 5rem;
  margin-bottom: 19rem;
}
.design-concept__heading {
  font-family: "Cinzel", serif;
  font-size: 4.7rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 2rem;
}
.design-concept .design-flex {
  margin-top: 7rem;
}
.design-concept .design-flex__item {
  width: 42.6rem;
}
.design-concept .design-flex__img {
  width: 42.6rem;
}
.design-concept .design-copy__heading {
  border-bottom-color: #fff;
}
.design-concept__architect {
  margin-top: 7rem;
}
.design-gallery {
  margin-bottom: 15rem;
  display: flex;
  justify-content: space-between;
}
.design-gallery--reverse {
  flex-direction: row-reverse;
}
.design-gallery__item {
  width: 26rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.design-gallery__item h4 {
  font-family: "Cinzel", serif;
  font-size: 5.2rem;
  line-height: 1.0576923077;
  font-weight: 400;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
}
.design-gallery__item dl {
  margin-top: auto;
}
.design-gallery__item dl dt {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1rem;
}
.design-gallery__item dl dt small {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
.design-gallery__item dl dd {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 300;
  text-align: justify;
}
.design-gallery--reverse .design-gallery__item {
  align-items: flex-start;
}
.design-gallery__img {
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
  width: calc(100vw - 30rem - (100vw - 1000px) / 2);
  max-width: 100rem;
  height: 56rem;
  padding: 0.5rem;
  margin-left: max(-100vw - (-100vw - 1000px) / 2, -30rem);
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.design-gallery__img--01 {
  background: url("../image/design/img-gallery-01.webp") no-repeat center center/cover;
}
.design-gallery__img--02 {
  background: url("../image/design/img-gallery-02.webp") no-repeat center center/cover;
}
.design-gallery__img--03 {
  background: url("../image/design/img-gallery-03.webp") no-repeat center center/cover;
}
.design-gallery--reverse .design-gallery__img {
  margin-left: 0;
  margin-right: max(-100vw - (-100vw - 1000px) / 2, -30rem);
}
.design-character {
  display: flex;
  flex-wrap: wrap;
}
.design-character__item {
  width: 32.2rem;
  margin-right: 1.7rem;
}
.design-character__item:nth-child(3n) {
  margin-right: 0;
}

.appearance {
  margin-top: 10rem;
  margin-bottom: 16rem;
  position: relative;
}
.appearance-copy {
  color: #fff;
  text-align: center;
  width: 100rem;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 13rem;
  left: 50%;
  transform: translateX(-50%);
}
.appearance-copy__heading {
  font-size: 2.8rem;
  line-height: 1.6071428571;
  font-weight: 300;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.appearance-copy__txt {
  font-size: 1.6rem;
  line-height: 2.25;
}
.appearance__img figcaption {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.planning {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.planning__right {
  width: 32rem;
}
.planning__left {
  width: 62.6rem;
}
.planning__mark {
  width: 23.6rem;
  margin-top: 3rem;
}

.layout {
  width: 105rem;
  margin-right: -2.5rem;
  margin-bottom: 13rem;
  margin-left: -2.5rem;
}

.parking {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.parking__item {
  width: 49rem;
}

.equipment {
  display: flex;
  flex-wrap: wrap;
}
.equipment__item {
  width: 23.4rem;
  margin-right: 2.1rem;
  margin-bottom: 2rem;
}
.equipment__item:nth-of-type(4n) {
  margin-right: 0;
}
.equipment__item--2col {
  width: 48.9rem;
  margin-right: 0;
}
.equipment__img {
  margin-bottom: 1.5rem;
}
.equipment-copy__heading {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 300;
  letter-spacing: -0.08em;
  text-align: center;
  min-height: 2.8888888889em;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipment-copy__txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-align: justify;
}
.equipment-copy__txt--small {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.equipment-copy__notice {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  display: block;
}

.certification {
  background: rgba(214, 207, 200, 0.4);
  width: 47.6rem;
  padding: 3rem 4rem;
  margin-right: 0;
  margin-left: 3.5rem;
}
.certification .equipment-copy__heading {
  font-size: 2.3rem;
  line-height: 1.3913043478;
}
.certification__img {
  width: 30rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.eco-label {
  width: 49rem;
  margin-right: auto;
  margin-top: 10rem;
  margin-left: auto;
}

@media only screen and (max-width: 750px) {
  /* =============================================

  デザイン

  ============================================= */
  .design {
    padding: 10rem 0;
    overflow: hidden;
  }
  .design__inner {
    width: 68rem;
  }
  .design__brandLogo {
    width: 18.6rem;
  }
  .design-flex {
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .design-flex__item {
    width: 100%;
  }
  .design-flex__img {
    width: 100%;
    margin-top: 5rem;
  }
  .design-flex__img--arrangement {
    width: 54rem;
    margin-top: 5rem;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .design-flex__img figcaption {
    font-size: 1.6rem;
  }
  .design-copy--planning {
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }
  .design-copy__heading {
    font-size: 3.2rem;
    line-height: 1.625;
    margin-bottom: 3.5rem;
  }
  .design-copy__txt {
    font-size: 1.8rem;
    line-height: 2.3333333333;
  }
  .design-copy__notice {
    font-size: 1.6rem;
  }
  .design-concept {
    background: url("../image/design/bg-concept-sp.png") repeat-y top center/contain;
    padding: 5rem 12.5rem 7rem;
    margin-right: -3.5rem;
    margin-left: -3.5rem;
    margin-bottom: 19rem;
  }
  .design-concept__heading {
    font-size: 5.6rem;
  }
  .design-concept .design-flex {
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }
  .design-concept .design-flex__item {
    width: 100%;
  }
  .design-concept .design-flex__img {
    width: 100%;
    margin-top: 4rem;
  }
  .design-concept__architect {
    margin-top: 7rem;
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .design-gallery {
    margin-bottom: 7rem;
    display: block;
  }
  .design-gallery--lounge {
    margin-bottom: 20rem;
  }
  .design-gallery__item {
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .design-gallery__item h4 {
    font-size: 6rem;
  }
  .design-gallery__item dl {
    width: 31rem;
    margin-top: 2rem;
  }
  .design-gallery__item dl dt {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .design-gallery__item dl dt small {
    font-size: 1.8rem;
  }
  .design-gallery__item dl dd {
    font-size: 1.8rem;
    line-height: 2.3333333333;
  }
  .design-gallery--reverse .design-gallery__item {
    flex-direction: row;
  }
  .design-gallery__img {
    font-size: 1.6rem;
    width: 75rem;
    height: 42rem;
    margin-right: -3.5rem;
    margin-bottom: 3rem;
    margin-left: -3.5rem;
  }
  .design-gallery--reverse .design-gallery__img {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }
  .design-character {
    width: 38rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .design-character__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .design-character__item:last-child {
    margin-bottom: 0;
  }
  .appearance {
    margin-bottom: 10rem;
  }
  .appearance-copy {
    color: #000;
    width: 68rem;
    margin-bottom: 4rem;
    position: static;
    transform: none;
  }
  .appearance-copy__heading {
    font-size: 3.2rem;
    line-height: 1.625;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .appearance-copy__txt {
    font-size: 1.8rem;
    line-height: 2.3333333333;
  }
  .appearance__img figcaption {
    font-size: 1.6rem;
  }
  .planning {
    flex-direction: column;
  }
  .planning__right {
    width: 100%;
  }
  .planning__left {
    width: 59rem;
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }
  .layout {
    width: auto;
    margin-right: -3.5rem;
    margin-bottom: 4rem;
    margin-left: -3.5rem;
  }
  .parking {
    width: 58rem;
    margin-top: 4rem;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
    display: block;
  }
  .parking__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .equipment {
    width: 58rem;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
  }
  .equipment__item {
    width: 28rem;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .equipment__item--2col {
    width: 100%;
  }
  .equipment__img {
    margin-bottom: 2rem;
  }
  .equipment-copy__heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .equipment-copy__txt {
    font-size: 1.8rem;
  }
  .equipment-copy__notice {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    display: block;
  }
  .certification {
    width: 100%;
    padding: 3rem 5rem;
    margin-top: 4rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .certification .equipment-copy__heading {
    font-size: 2.8rem;
  }
  .certification__img {
    width: 36rem;
    margin-top: 3rem;
  }
  .eco-label {
    width: 58rem;
  }
}/*# sourceMappingURL=design.css.map */