@media only screen and (min-width: 768px) {
  .design-introduction {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .design-introduction {
    padding: 20.5128205128vw 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .design-architecture {
    padding: 200px 0;
  }
}
@media only screen and (max-width: 767px) {
  .design-architecture {
    padding: 25.641025641vw 0;
  }
}

.design-gallery {
  background: url("../img/bg-content-02@1.5x.jpg") center center repeat;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .design-gallery {
    padding: 160px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .design-gallery {
    padding: 20.5128205128vw 0;
  }
}

.introSect {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .introSect__head {
    max-width: 445px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__head {
    padding: 0 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) {
  .introSect__head .headingLv3 + .lead {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__head .headingLv3 + .lead {
    margin-top: 10.2564102564vw;
  }
}
.introSect__facade {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.introSect__facade .photo__image {
  filter: blur(10px) brightness(1.08);
  transform: translateZ(80px) scale(1.1);
  transition: transform 5s cubic-bezier(0.45, 0, 0.55, 1), filter 1s cubic-bezier(0.45, 0, 0.55, 1);
  transform-style: preserve-3d;
  transform-origin: center bottom;
}
.introSect__cont {
  position: relative;
  z-index: 1;
  perspective: 1000px;
}
.introSect__cont.sai-animate .introSect__facade .photo__image {
  transform: translateZ(0) scale(1);
  filter: blur(0) brightness(1);
}
@media only screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__head + .introSect__cont {
    margin-top: 10.2564102564vw;
  }
}

.architectureSect {
  position: relative;
  z-index: 1;
}
.architectureSect__inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .architectureSect__inner {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .architectureSect__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .architectureSect__head {
    width: 83.3333333333vw;
    margin: 0 auto;
  }
}
.architectureSect__cont {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .architectureSect__cont {
    padding: 0 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) {
  .architectureSect__head + .architectureSect__cont {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .architectureSect__head + .architectureSect__cont {
    margin-top: 14.358974359vw;
  }
}

.galleryBlock {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .galleryBlock {
    max-width: 1440px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .galleryBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .galleryBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .galleryBlock:not(:first-child) {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock:not(:first-child) {
    margin-top: 25.641025641vw;
  }
}
.galleryBlock__ttl {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .galleryBlock__ttl {
    font-size: 110px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1440px) {
  .galleryBlock__ttl {
    font-size: 7.6388888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock__ttl {
    font-size: 10.2564102564vw;
  }
}
.galleryBlock__ttl--driveway {
  writing-mode: sideways-rl;
  right: 0;
  top: 0;
}
.galleryBlock__ttl--vestibule {
  writing-mode: sideways-rl;
  left: 0;
  top: 0;
}
.galleryBlock__ttl--entrance {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .galleryBlock__ttl--entrance {
    left: 348px;
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock__ttl--entrance {
    right: 2.5641025641vw;
    top: -3.8461538462vw;
  }
}
@media only screen and (min-width: 768px) {
  .galleryBlock__head {
    width: 908px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1440px) {
  .galleryBlock__head {
    width: 63.0555555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock__head {
    width: 82.0512820513vw;
  }
}
.galleryBlock__head .photo {
  overflow: hidden;
}
.galleryBlock__head .photo__image {
  filter: blur(10px) brightness(1.1);
  transform: translateZ(100px) scale(1.1);
  transform-style: preserve-3d;
  transform-origin: center bottom;
  transition: transform 3s cubic-bezier(0.45, 0, 0.55, 1), filter 0.8s cubic-bezier(0.45, 0, 0.55, 1);
}
.galleryBlock__head.sai-animate .photo__image {
  transform: translateZ(0) scale(1);
  filter: blur(0) brightness(1);
}
.galleryBlock__body {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .galleryBlock__body {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock__body {
    padding: 0 8.2051282051vw;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock__head + .galleryBlock__body {
    margin-top: 8.2051282051vw;
  }
}
.galleryBlock__heading {
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .galleryBlock__heading {
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.3;
  }
  .galleryBlock__heading:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.3) * 0.5em);
  }
  .galleryBlock__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.3) * 0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock__heading {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
  .galleryBlock__heading:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .galleryBlock__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
  .galleryBlock__heading {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .galleryBlock--rev {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBlock--rev .galleryBlock__head {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .galleryBlock--rev .galleryBlock__heading {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (min-width: 768px) {
  .designOfficeSect {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect {
    margin-top: 25.641025641vw;
  }
}
.designOfficeSect__inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__inner {
    max-width: 856px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .designOfficeSect__inner {
    width: 100%;
  }
}
.designOfficeSect__inner {
  box-shadow: 0 5px 50px 10px rgba(0, 0, 0, 0.2);
  background: url("../img/bg-content-03@1.5x.jpg") center center repeat-y;
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__inner {
    padding: 40px 56px 56px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .designOfficeSect__inner {
    padding: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__inner {
    padding: 10.2564102564vw 8.2051282051vw 15.3846153846vw;
  }
}
.designOfficeSect__ttl {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__ttl .cap {
    font-size: 3.0769230769vw;
  }
}
.designOfficeSect__ttl .jp {
  display: block;
  font-weight: 500;
  line-height: 2.2;
}
.designOfficeSect__ttl .jp:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.2) * 0.5em);
}
.designOfficeSect__ttl .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2.2) * 0.5em);
}
.designOfficeSect__ttl .jp {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__ttl .jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__ttl .jp {
    font-size: 5.1282051282vw;
  }
}
.designOfficeSect__ttl .jp + .cap {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__ttl .jp + .cap {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__ttl .jp + .cap {
    margin-top: 2.5641025641vw;
  }
}
.designOfficeSect__ttl .en {
  display: block;
  letter-spacing: 0.1em;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__ttl .en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__ttl .en {
    font-size: 5.641025641vw;
  }
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__ttl .en .small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__ttl .en .small {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__ttl .en + .jp {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__ttl .en + .jp {
    margin-top: 4.1025641026vw;
  }
}
.designOfficeSect__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__list {
    margin-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__item {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__item--large {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__profile {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__profile {
    margin-top: 15.3846153846vw;
  }
}
.designOfficeSect__cap {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__cap {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .designOfficeSect__cap {
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__cap {
    padding: 0 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) {
  .designOfficeSect__cap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .designOfficeSect__cap {
    margin-top: 8.2051282051vw;
  }
}

.workCard__ttl {
  color: rgba(204, 204, 204, 0.8);
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.workCard__ttl:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.workCard__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .workCard__ttl {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .workCard__ttl {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) {
  .photo + .workCard__ttl {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .photo + .workCard__ttl {
    margin-top: 3.5897435897vw;
  }
}

.profileBox {
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) {
  .profileBox {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox {
    padding: 5.1282051282vw 4.1025641026vw;
  }
}
.profileBox__head {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .profileBox__head {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    gap: 32px;
    width: 294px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__head {
    gap: 8.2051282051vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) {
  .profileBox__head .photo {
    width: 122px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__head .photo {
    width: 30.7692307692vw;
  }
}
.profileBox__desc {
  flex: 1;
}
.profileBox__desc .office {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1.2;
}
.profileBox__desc .office:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.profileBox__desc .office:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .profileBox__desc .office {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__desc .office {
    font-size: 3.3333333333vw;
  }
}
.profileBox__desc .name {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.2;
}
.profileBox__desc .name:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.profileBox__desc .name:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .profileBox__desc .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__desc .name {
    font-size: 5.1282051282vw;
  }
}
.profileBox__desc .position {
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.2;
}
.profileBox__desc .position:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.profileBox__desc .position:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.profileBox__desc .position {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .profileBox__desc .position {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__desc .position {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) {
  * + .profileBox__desc .position {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  * + .profileBox__desc .position {
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .profileBox__desc .position + .name {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__desc .position + .name {
    margin-top: 3.5897435897vw;
  }
}
.profileBox__desc .alphabet {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.2;
}
.profileBox__desc .alphabet:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.profileBox__desc .alphabet:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .profileBox__desc .alphabet {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__desc .alphabet {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) {
  * + .profileBox__desc .alphabet {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  * + .profileBox__desc .alphabet {
    margin-top: 2.5641025641vw;
  }
}
@media only screen and (min-width: 768px) {
  .profileBox__body {
    min-width: 293px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__body {
    margin-top: 5.1282051282vw;
  }
}
.profileBox__biography {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .profileBox__biography {
    gap: 12px 10px;
    grid-template-columns: 1fr 210px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__biography {
    grid-template-columns: 1fr 53.8461538462vw;
    gap: 3.0769230769vw 2.5641025641vw;
  }
}
.profileBox__year, .profileBox__data {
  letter-spacing: 0.15em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.profileBox__year:before, .profileBox__data:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.profileBox__year:after, .profileBox__data:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .profileBox__year, .profileBox__data {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .profileBox__year, .profileBox__data {
    font-size: 3.0769230769vw;
  }
}