@charset "UTF-8";
/* ==========================================================================
   EXTERIOR（ファサードコンセプト・縦組みDESIGN）
   ========================================================================== */
.designExterior {
  position: relative;
  padding: 23px 0 96px;
  aspect-ratio: 1920/1610;
}
@media screen and (max-width: 1023px) {
  .designExterior {
    padding: 23px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .designExterior {
    padding: 16px 0 0;
  }
}

.designExterior_vertical {
  position: absolute;
  z-index: 5;
  left: 0;
  top: -30px;
  writing-mode: vertical-rl;
  width: 14%;
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
@media screen and (max-width: 767px) {
  .designExterior_vertical {
    top: 0;
  }
}

.designExterior_logo {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-out 0.7s, transform 0.7s ease-out 0.7s;
}

.designExterior_text {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.7s ease-out 1.4s, transform 0.7s ease-out 1.4s;
}

.designExterior_photo {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.7s ease-out 2.1s, transform 0.7s ease-out 2.1s;
}

.designExterior.is-show .designExterior_vertical {
  opacity: 1;
  transform: translateY(0);
}
.designExterior.is-show .designExterior_logo {
  opacity: 1;
  transform: translateX(0);
}
.designExterior.is-show .designExterior_text {
  opacity: 1;
  transform: translateY(0);
}
.designExterior.is-show .designExterior_photo {
  opacity: 1;
  transform: translateY(0);
}

.designExterior_row {
  display: flex;
  align-items: center;
  gap: 72px;
  margin-left: 18%;
}
@media screen and (max-width: 1023px) {
  .designExterior_row {
    gap: 40px;
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .designExterior_row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

.designExterior_text {
  max-width: 420px;
  margin-top: 20%;
}
@media screen and (max-width: 1300px) {
  .designExterior_text {
    width: 37%;
  }
}
@media screen and (max-width: 1023px) {
  .designExterior_text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .designExterior_text {
    flex: auto;
    padding-right: 20px;
    width: 100%;
  }
}

.designExterior_ttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  color: #7f6f42;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .designExterior_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.designExterior_txt {
  font-family: "A-OTF Ryumin Pr6N", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  color: #231815;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .designExterior_txt {
    font-size: 12px;
    line-height: 2;
  }
}

.designExterior_photo {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 65%;
}
@media screen and (max-width: 1300px) {
  .designExterior_photo {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .designExterior_photo {
    position: relative;
    width: 110%;
    margin-left: -10%;
  }
}
.designExterior_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .designExterior_photo {
    aspect-ratio: 390/487;
  }
}

.designExterior_txtWrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .designExterior_txtWrap {
    padding-left: 17%;
  }
}

.designExterior_logo {
  width: 71%;
}
.designExterior_logo img {
  display: block;
  width: auto;
}
.designExterior_logo img:nth-child(1) {
  left: 20.5%;
  top: 1.5%;
  height: 4.6%;
}
.designExterior_logo img:nth-child(2) {
  left: 20.3%;
  top: 7.6%;
  height: 8.8%;
}

.designExterior_caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px;
}

/* ==========================================================================
   植栽と建築 / Architect
   ========================================================================== */
.designFeature {
  padding: 0 0 96px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .designFeature {
    padding: 0 0 48px;
  }
}

.designFeature_photo {
  position: relative;
  aspect-ratio: 1920/996;
  margin-bottom: 64px;
}
.designFeature_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .designFeature_photo {
    margin-bottom: 32px;
  }
}

.designFeature_caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px;
}

.designFeature_row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .designFeature_row {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}

.designFeature_text {
  flex: 0 0 58%;
  max-width: 667px;
}
@media screen and (max-width: 1023px) {
  .designFeature_text {
    flex: 1;
    max-width: none;
  }
}

.designFeature_ttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.96px;
  color: #5d512d;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .designFeature_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.designFeature_txt {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #231815;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .designFeature_txt {
    font-size: 12px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .designFeature_architect {
    flex: auto;
  }
}

.designFeature_architectTtl {
  font-family: "arno-pro", serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #231815;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .designFeature_architectTtl {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 300px;
  }
}

.designFeature_architectRow {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}

.designFeature_architectPhoto {
  flex-shrink: 0;
  width: 132px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.designFeature_architectPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .designFeature_architectPhoto {
    width: 96px;
  }
}

.designFeature_architectInfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #231815;
}

.designFeature_architectBlock {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.designFeature_architectLabel {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
}

.designFeature_architectName {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.64px;
}

.designFeature_explain {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .designFeature_explain {
    flex-direction: column;
    margin-top: 40px;
    gap: 24px;
  }
}

.designFeature_explainImg {
  position: relative;
  flex: 0 0 58%;
  max-width: 667px;
}

.designFeature_explainTxt {
  max-width: 394px;
}

.designFeature_explaincap {
  position: absolute;
  bottom: 0;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .designFeature_explaincap {
    font-size: 10px;
  }
}