@charset "UTF-8";

.p-caption:not(.p-caption.w) {
  color: #666;
}

.si::before {
  background-color: #119A97;
}

/* facade
---------------------------------------------- */
.facade {
  padding-block: clamp(80px, 3.18rem + 7.77vw, 200px);
}
/* .facade::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_facade.png) center/cover no-repeat;
  z-index: 0;
} */

.facade__text {
  text-align: center;
}

.facadeBox {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.facadeImg {
  width: calc(1050 / 1920 * 100%);
}

.facadeBody {
  flex: 1;
  padding-right: min(calc(50 / 1920 * 100%), 50px);
}

.facadeTextBox {
  margin-top: calc(80 / 820 * 100%);
  padding-left: calc(70 / 820 * 100%);
}

.facadeTextBox .sectionCopy::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--color-orange);
  margin-block: 40px 50px;
}

.facade .sectionCircle {
  bottom: 0;
  right: 0;
  width: calc(1185 / 1920 * 100%);
  z-index: -1;
}

.facade__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: .5;
  overflow: hidden;
  z-index: -2;
}
.facade__bg video,
.facade__bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .facade::before {
    content: none;
  }

  .facade__text {
    letter-spacing: 0.05em;
    text-align: left;
  }

  .facadeImg {
    width: calc(340 / 375 * 100%);
  }

  .facadeBody {
    flex: revert;
    width: min(calc(320 / 375 * 100%), 560px);
    margin-top: 60px;
    margin-inline: auto;
  }
  .facadeBody .sectionTitle {
    text-align: center;
  }

  .facadeTextBox {
    margin-top: 40px;
    padding-left: 0;
  }

  .facadeBody .sectionCopy {
    font-size: 22px;
    text-align: center;
  }
  .facadeTextBox .sectionCopy::after {
    width: 36px;
    margin-block: 20px 25px;
    margin-inline: auto;
  }

  .facade .sectionCircle {
    width: calc(250 / 375 * 100%);
  }

  .facade__bg video,
  .facade__bg iframe {
    width: 500%;
  }
}

/* landplanSection
---------------------------------------------- */
.landplanSection {
  padding-block: clamp(70px, 4.33rem + 7.12vw, 180px) 0;
}

.landplanSection .sectionTitle {
  font-size: clamp(37px, -2.41rem + 9.82vw, 150px);
  text-align: center;
}

.landplanSection__copy,
.landplanSection__text {
  text-align: center;
}

* + .landplanSection__copy {
  margin-top: 100px;
}

* + .landplanSection__text {
  margin-top: 1.5em;
}

* + .landplanSection__img {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .landplanSection__copy {
    font-size: 22px;
  }

  .landplanSection__text {
    text-align: left;
  }

  * + .landplanSection__copy {
    margin-top: 1.7em;
  }

  * + .landplanSection__text {
    margin-top: 1.2em;
  }

  * + .landplanSection__img {
    margin-top: 50px;
  }
}

/* hall
---------------------------------------------- */
.hall .sectionCircle {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

/* architect
---------------------------------------------- */
.architect {
  padding-block: clamp(70px, 4.33rem + 7.12vw, 180px);
}

.architect .sectionTitle {
  text-align: center;
}

.architectBox {
  margin-top: 130px;
  padding-bottom: 150px;
  position: relative;
  z-index: 0;
}
.architectBox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  background-color: #f2f2f2;
  z-index: -1;
}

.architectBox__inner {
  column-gap: calc(120 / 1100 * 100%);
  max-width: 1100px;
}

.architectImg {
  width: calc(380 / 1100 * 100%);
}

.architectBody {
  flex: 1;
}

.profile {
  margin-top: calc(100 / 600 * 100%);
}

.profile__title {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 18px;
  color: var(--color-orange);
}
.profile__title::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--color-orange);
}

.profile__name {
  font-size: clamp(20px, 0.75rem + 1.04vw, 32px);
  line-height: 1.6;
  margin-top: 30px;
}
.profile__name .small {
  display: block;
  color: #666;
  font-size: 12px;
}
.profile__name .en {
  font-size: max(12px, 50%);
}

.architectBox__text {
  margin-top: 1em;
}

.plant {
  margin-top: 150px;
}

.plant__copy {
  text-align: center;
}

.plantBox {
  max-width: 1400px;
  margin-top: 90px;
}

.plantList > li {
  width: calc((100% - 140px) / 3);
}

.plantList__name {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
  text-align: center;
}

.architect .sectionCircle {
  bottom: 0;
  right: 0;
  width: calc(1185 / 1920 * 100%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .architectBox {
    margin-top: 50px;
    padding-bottom: 70px;
  }

  .architectBox__inner {
    row-gap: 40px;
    max-width: 400px;
  }

  .architectImg {
    width: min(100%, 220px);
    margin-inline: auto;
  }

  .architectBody {
    flex: revert;
    width: 100%;
  }

  .architectTextBox .sectionCopy {
    font-size: 22px;
    margin-inline: -5%;
    text-align: center;
  }

  .profile {
    margin-top: 40px;
  }

  .profile__title {
    font-size: 16px;
  }
  .profile__title::before {
    width: 36px;
  }

  .profile__name .small {
    font-size: 10px;
  }
  .profile__name .en {
    margin-left: 1em;
  }

  .architectBox__text {
    letter-spacing: 0.05em;
  }

  .plant {
    margin-top: 80px;
  }

  .plantBox {
    width: min(calc(280 / 375 * 100%), 280px);
    margin-top: 30px;
  }

  .plantList {
    row-gap: 30px;
  }
  .plantList > li {
    width: 100%;
  }

  .architect .sectionCircle {
    width: calc(280 / 375 * 100%);
  }
}