@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1208px;
    width: calc(100vw * 1208 / 1440);
  }
}

.lead,
.facade,
.entrance,
.landscape,
.designer,
.ftNote {
  font-family: Inter, san-serif;
}

.lead p,
.facade p,
.entrance p,
.landscape p,
.designer p,
.ftNote p {
  font-weight: 500;
  line-height: 1.6;
}

.lead figure,
.facade figure,
.entrance figure,
.landscape figure,
.designer figure,
.ftNote figure {
  margin: 0;
}

.lead .catch,
.facade .catch,
.entrance .catch,
.landscape .catch {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .lead .catch,
  .facade .catch,
  .entrance .catch,
  .landscape .catch {
    font-size: 24px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .lead .catch,
  .facade .catch,
  .entrance .catch,
  .landscape .catch {
    font-size: 5.12821vw;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .lead p,
  .facade p,
  .entrance p,
  .landscape p {
    font-size: 16px;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .lead p,
  .facade p,
  .entrance p,
  .landscape p {
    font-size: 3.58974vw;
    margin: 8.20513vw 0 0;
  }
}

.lead {
  background: #000000;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .lead {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .lead {
    padding: 20.51282vw 0;
  }
}

@media screen and (min-width: 768px) {
  .lead .wrap {
    display: grid;
    gap: 120px 80px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 768px) {
  .lead .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16.41026vw;
  }
}

@media screen and (min-width: 768px) {
  .lead .catch {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .lead .item {
    grid-row: 2/3;
  }
}

.lead .item .name {
  color: #fff000;
  font-weight: 800;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .lead .item .name {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .lead .item .name {
    font-size: 10.25641vw;
  }
}

.lead .item .catch {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .lead .item .catch {
    margin: calc(24px - .3em) 0 -0.3em;
  }
}

@media screen and (max-width: 768px) {
  .lead .item .catch {
    margin: calc(100vw * 24 / 390 - .3em) 0 -0.3em;
  }
}

@media screen and (min-width: 768px) {
  .lead .item.concept {
    grid-column: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .lead .item.ambition {
    grid-column: 2/3;
  }
}

.facade,
.entrance {
  background: #000000;
  color: #ffffff;
}

.facade .ttl,
.entrance .ttl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .facade .ttl,
  .entrance .ttl {
    margin: 0 auto;
    max-width: 1440px;
  }
}

.facade .ttl figcaption,
.entrance .ttl figcaption {
  padding: 0 1em;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .facade .ttl figcaption,
  .entrance .ttl figcaption {
    bottom: 105px;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .facade .ttl figcaption,
  .entrance .ttl figcaption {
    bottom: 12.82051vw;
    font-size: 2.5641vw;
  }
}

@media screen and (min-width: 768px) {
  .facade .wrap,
  .entrance .wrap {
    padding: 40px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .facade .wrap,
  .entrance .wrap {
    padding-bottom: 20.51282vw;
    padding-top: 8.20513vw;
  }
}

@media screen and (min-width: 768px) {
  .entrance .wrap {
    display: grid;
    gap: 0 40px;
    grid-template-columns: 1fr 368px;
    grid-template-rows: auto auto;
  }
}

@media screen and (min-width: 768px) {
  .entrance .catch {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .entrance p {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .entrance .image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

@media screen and (max-width: 768px) {
  .entrance .image {
    margin: 8.20513vw 0 0;
  }
}

.landscape {
  font-family: Inter, san-serif;
}

.landscape .ttl {
  background: #fff000;
  font-weight: 800;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .landscape .ttl {
    font-size: 128px;
    line-height: 173px;
  }
}

@media screen and (max-width: 768px) {
  .landscape .ttl {
    font-size: 13.33333vw;
    line-height: 26.15385vw;
  }
}

@media screen and (min-width: 768px) {
  .landscape .wrap {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscape .wrap {
    padding-bottom: 16.41026vw;
    padding-top: 8.20513vw;
  }
}

.landscape .image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .landscape .image {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .landscape .image {
    margin: 8.20513vw -6.15385vw 0;
  }
  .landscape .image .inner {
    overflow-x: scroll;
  }
  .landscape .image img {
    max-width: none;
    width: 256.41026vw;
  }
}

.landscape .image figcaption {
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .landscape .image figcaption {
    bottom: 30px;
    font-size: 10px;
    position: absolute;
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .landscape .image figcaption {
    font-size: 2.5641vw;
    margin: 8.20513vw 0 0;
    padding: 0 6.15385vw;
    text-align: right;
  }
}

.landscape .legend {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .landscape .legend {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .landscape .legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.25641vw;
    margin: 8.20513vw 0 0;
  }
}

.landscape .legend li {
  counter-increment: num;
}

@media screen and (min-width: 768px) {
  .landscape .legend li {
    width: calc(50% - 20px);
  }
}

.landscape .legend .name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .landscape .legend .name {
    font-size: 20px;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .landscape .legend .name {
    font-size: 5.12821vw;
    gap: 2.5641vw;
  }
}

.landscape .legend .name:before {
  background: #fff000;
  border-radius: 50%;
  content: counter(num);
  display: grid;
  height: 1.5em;
  place-items: center;
  width: 1.5em;
}

@media screen and (min-width: 768px) {
  .landscape .legend p {
    font-size: 14px;
    margin: calc(20px - .3em) 0 -0.3em;
  }
}

@media screen and (max-width: 768px) {
  .landscape .legend p {
    font-size: 3.58974vw;
    margin: calc(100vw * 20 / 390 - .3em) 0 -0.3em;
  }
}

@media screen and (min-width: 768px) {
  .landscape .column {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .landscape .column {
    margin: 16.41026vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .landscape .column .text {
    display: grid;
    gap: 40px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }
}

.landscape .column .ttl {
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .landscape .column .ttl {
    font-size: 36px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 768px) {
  .landscape .column .ttl {
    font-size: 7.17949vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .landscape .column .catch {
    align-self: center;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 768px) {
  .landscape .column .catch {
    margin: calc(100vw * 24 / 390 - .3em) 0 -0.3em;
  }
}

@media screen and (min-width: 768px) {
  .landscape .column p {
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .landscape .column p {
    margin: 8.20513vw 0 0;
  }
}

.landscape .column .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .landscape .column .image {
    gap: 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  .landscape .column .image {
    gap: 2.5641vw;
    margin: 8.20513vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .landscape .column .image figure {
    width: calc((100% - 50px) / 6);
  }
}

@media screen and (max-width: 768px) {
  .landscape .column .image figure {
    width: calc(50% - 100vw * 5 / 390);
  }
  .landscape .column .image figure img {
    width: 100%;
  }
}

.landscape .column .image figure figcaption {
  font-weight: 500;
  line-height: 1;
  position: static;
}

@media screen and (min-width: 768px) {
  .landscape .column .image figure figcaption {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .landscape .column .image figure figcaption {
    font-size: 3.07692vw;
    margin: 2.5641vw 0 0;
    padding: 0;
    text-align: left;
  }
}

.landscape .column .image .note {
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .landscape .column .image .note {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .landscape .column .image .note {
    font-size: 2.5641vw;
    margin: 2.5641vw 0 0;
  }
}

.designer {
  background: #dddddd;
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .designer .wrap {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
  }
}

.designer .ttl {
  color: #ffffff;
  font-weight: 800;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .designer .ttl {
    font-size: 64px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 768px) {
  .designer .ttl {
    font-size: 12.30769vw;
  }
}

@media screen and (min-width: 768px) {
  .designer .profile {
    display: grid;
    gap: 20px 40px;
    grid-column: 1/2;
    grid-row: 2/3;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile {
    margin: 10.25641vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .designer .profile .photo {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile .photo {
    margin: 0 auto;
    width: 51.28205vw;
  }
}

@media screen and (min-width: 768px) {
  .designer .profile .logo {
    align-self: flex-end;
    grid-column: 2/3;
    grid-row: 1/2;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile .logo {
    margin: 10.25641vw auto 0;
    width: 46.15385vw;
  }
}

.designer .profile .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .designer .profile .name {
    align-self: flex-start;
    gap: 14px;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile .name {
    gap: 3.58974vw;
    margin: 5.12821vw 0 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .designer .profile .name .company {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile .name .company {
    font-size: 3.58974vw;
  }
}

@media screen and (min-width: 768px) {
  .designer .profile .name .ja {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile .name .ja {
    font-size: 6.15385vw;
  }
}

@media screen and (min-width: 768px) {
  .designer .profile .name .ja .small {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile .name .ja .small {
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px) {
  .designer .profile .name .en {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .designer .profile .name .en {
    font-size: 3.07692vw;
  }
}

@media screen and (min-width: 768px) {
  .designer .text {
    font-size: 14px;
    grid-column: 1/2;
    grid-row: 3/4;
    margin: -.3em 0;
  }
}

@media screen and (max-width: 768px) {
  .designer .text {
    font-size: 3.07692vw;
    margin: calc(100vw * 40 / 390 - .3em) 0 -0.3em;
  }
}

.designer .image {
  display: grid;
}

@media screen and (min-width: 768px) {
  .designer .image {
    gap: 10px;
    grid-column: 2/3;
    grid-row: 1/4;
    grid-template-columns: 60.80139% 1fr;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 768px) {
  .designer .image {
    gap: 0 4.87179vw;
    grid-template-columns: 50vw 1fr;
    grid-template-rows: auto auto;
    margin: 10.25641vw 0 0;
  }
}

.designer .image figcaption {
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .designer .image figcaption {
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .designer .image figcaption {
    font-size: 2.5641vw;
    margin: 2.5641vw 0 0;
  }
}

.designer .image figcaption .small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .designer .image figcaption .small {
    font-size: 2.30769vw;
  }
}

.designer .image--01 {
  grid-column: 1/2;
}

@media screen and (min-width: 768px) {
  .designer .image--01 {
    grid-row: 1/3;
  }
}

@media screen and (max-width: 768px) {
  .designer .image--01 {
    grid-row: 1/2;
  }
}

@media screen and (max-width: 768px) {
  .designer .image--02 figcaption .small, .designer .image--03 figcaption .small, .designer .image--04 figcaption .small {
    display: block;
    margin: 0.76923vw 0 0;
  }
}

.designer .image--02 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.designer .image--03 {
  grid-column: 1/2;
  justify-self: flex-end;
}

@media screen and (min-width: 768px) {
  .designer .image--03 {
    grid-row: 3/4;
    width: 72.2063%;
  }
}

@media screen and (max-width: 768px) {
  .designer .image--03 {
    align-self: flex-end;
    grid-row: 2/3;
    width: 77.4359%;
  }
}

.designer .image--04 {
  grid-column: 2/3;
}

@media screen and (min-width: 768px) {
  .designer .image--04 {
    grid-row: 2/4;
  }
}

@media screen and (max-width: 768px) {
  .designer .image--04 {
    grid-row: 2/3;
  }
}

.ftNote {
  color: #666666;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .ftNote {
    font-size: 10px;
    line-height: 1.8;
    margin: 140px auto 0;
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .ftNote {
    font-size: 2.5641vw;
    margin: 20.51282vw 0 0;
  }
}
