@charset "UTF-8";
.appearanceFeature .heading {
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .appearanceFeature .heading {
    font-size: 18px;
  }
}

.appearanceFeature__txt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .appearanceFeature__txt {
    letter-spacing: .01em;
  }
}

.appearanceFeature__photoCol {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .appearanceFeature__photoCol {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 32px;
  }
}

.appearanceFeature__cap {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .appearanceFeature__cap {
    letter-spacing: .06em;
  }
}

@media screen and (max-width: 768px) {
  .appearanceFeature__fullImg {
    margin-left: -24px;
    width: calc(100vw + (1 / 390 * 100vw));
  }
}

.appearanceFeature__fullImg img {
  width: 100%;
}

.designSect {
  position: relative;
}

@media screen and (max-width: 768px) {
  .designSect__column {
    padding: calc(76 / 390 * 100vw) calc(24 / 390 * 100vw) calc(71 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .designSect__column > .heading {
    color: #ffffff;
    font-size: min(2.77vw, 40px);
    font-weight: 400;
    left: min(6.66vw, 96px);
    letter-spacing: .1em;
    line-height: 1.85;
    position: absolute;
    top: min(4.44vw, 64px);
  }
}

@media screen and (max-width: 768px) {
  .designSect__column > .heading {
    color: #000000;
    font-size: calc(24 / 390 * 100vw);
    font-weight: 400;
    letter-spacing: .06em;
    /* .01emから調整 */
    line-height: 1.95;
  }
}

@media screen and (min-width: 768px) {
  .designSect__column .headingCombi {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 0;
    position: absolute;
    right: min(21.94vw, 316px);
    top: min(13.33vw, 194px);
    width: 384px;
  }
}

@media screen and (max-width: 768px) {
  .designSect__column .headingCombi {
    color: #000000;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: calc(34 / 390 * 100vw);
  }
}

.designSect01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .designSect01__head {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .designSect01__head {
    margin-top: 72px;
  }
}

.designSect01__ttl {
  margin-bottom: 16px;
  font-family: "Cinzel", serif;
  letter-spacing: .25em;
}

@media screen and (min-width: 768px) {
  .designSect01__ttl {
    line-height: 1.8;
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .designSect01__ttl {
    margin-bottom: 32px;
    line-height: 1;
    font-size: 32px;
  }
}

.designSect01__ttl--s {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .designSect01__ttl--s {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .designSect01__ttl--s {
    font-size: 16px;
  }
}

.designSect01__subTtl {
  margin-bottom: 32px;
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .designSect01__subTtl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .designSect01__subTtl {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 2;
    text-align: left;
  }
}

.designSect01__txt {
  line-height: 2;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .designSect01__txt {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .designSect01__txt {
    letter-spacing: .01em;
  }
}

.designSect02__mv {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .designSect02__mv {
    margin-left: -24px;
    width: calc(100vw + (1 / 390 * 100vw));
  }
}

.designSect02__architect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .designSect02__architect {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .designSect02__architect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 0;
    margin-bottom: 24px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .designSect02__architect .photo {
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .designSect02__architect .photo {
    margin-bottom: 24px;
    width: 100%;
  }
  .designSect02__architect .photo img {
    width: 100%;
  }
}

.designSect02__architectCont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.designSect02__architectCont .heading {
  border-bottom: 1px solid #999999;
  font-size: 28px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.designSect02__architectCont .heading--s {
  font-size: 18px;
}

.designSect02__architectCont .heading--en {
  font-family: "Cinzel", serif;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .designSect02__architectCont .heading--en {
    display: inline-block;
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .designSect02__architectCont .heading--en {
    display: block;
  }
}

.designSect02__txt {
  font-size: 12px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .designSect02__txt {
    letter-spacing: .01em;
  }
}

.designSect02__architectRole {
  color: #596a32;
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .1em;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .designSect02__architectRole {
    font-size: 24px;
  }
}

.designSect02__photoCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px 16px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .designSect02__photoCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.designSect02__photoCol .photo__capOut {
  font-size: 12px;
  left: 0;
  right: auto;
}

@media screen and (min-width: 768px) {
  .designSect02__photoCol .photo__capOut {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .designSect02__fullImg {
    margin-left: -24px;
    width: calc(100vw + (1 / 390 * 100vw));
  }
}

.designSect03 .heading {
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .designSect03 .heading {
    font-size: 18px;
  }
}

.designSect03__txt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .designSect03__txt {
    letter-spacing: .01em;
  }
}

.designSect03__photoCol {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .designSect03__photoCol {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 32px;
  }
}

.designSect03__cap {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .designSect03__cap {
    letter-spacing: .06em;
  }
}

@media screen and (max-width: 768px) {
  .designSect03__fullImg {
    margin-left: -24px;
    width: calc(100vw + (1 / 390 * 100vw));
  }
}

.designSect03__fullImg img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .designSect03__space + .designSect03__fullImg {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .designSect03__space + .designSect03__fullImg {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .designSect04__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .designSect04__second {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .designSect04__second {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .designSect04__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .designSect04__head .touchFigure {
    height: calc(700 / 390 * 100vw);
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - (48 / 390 * 100vw));
  }
}

@media screen and (max-width: 768px) {
  .designSect04__head .touchFigure img {
    margin-left: calc(52 / 390 * 100vw);
    /* 矢印を中央に合わせるための調整 */
  }
}

@media screen and (min-width: 768px) {
  .designSect04__items {
    display: grid;
    gap: 48px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .designSect04__items {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .designSect04__cont {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .designSect04__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .designSect04__cont .designSect04__items {
    display: grid;
    gap: 48px 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .designSect04__cont .designSect04__items {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .designSect04__h3 {
    border-bottom: 1px solid #8c9576;
    padding: 0 0 16px 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .designSect04__h3 {
    border-bottom: 1px solid #8c9576;
    padding: 0 0 13px 0;
    position: relative;
  }
}

.designSect04__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8c9576;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  top: 0;
  width: 24px;
}

@media screen and (min-width: 768px) {
  .designSect04__heading {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .designSect04__heading {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .designSect04__txt {
    color: #000000;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .designSect04__txt {
    color: #000000;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 11px;
  }
}

@media screen and (min-width: 768px) {
  .designSect04__txt + .photo {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .designSect04__txt + .photo {
    margin-top: 12px;
  }
}

.spaceFeature {
  margin-top: 64px;
}

.spaceFeature .heading {
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .spaceFeature .heading {
    font-size: 18px;
  }
}

.spaceFeature__txt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .spaceFeature__txt {
    letter-spacing: .01em;
  }
}

.spaceFeature__photoCol {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .spaceFeature__photoCol {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 32px;
  }
}

.spaceFeature__cap {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .spaceFeature__cap {
    letter-spacing: .06em;
  }
}

@media screen and (max-width: 768px) {
  .spaceFeature__fullImg {
    margin-left: -24px;
    width: calc(100vw + (1 / 390 * 100vw));
  }
}

.spaceFeature__fullImg img {
  width: 100%;
}

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

.design-01 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .design-02 {
    padding-top: min(8.89vw, 64px);
  }
}

@media screen and (max-width: 768px) {
  .design-02 {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .design-03 {
    padding-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .design-03 {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .design-04 {
    padding-top: min(8.89vw, 128px);
  }
}

@media screen and (max-width: 768px) {
  .design-04 {
    padding-top: 64px;
  }
}
