/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
.child-mv__heading {
  position: absolute;
  width: 21%;
  top: 150px;
  left: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__heading {
    width: 50%;
    top: 14%;
    left: 5%;
  }
}

.intro {
  padding-top: 100px;
  background-color: #3e4658;
}
@media print, screen and (max-width: 1023.9px) {
  .intro {
    padding-top: 50px;
  }
}

.intro__row {
  padding-top: 1em;
  background: #3e4658;
}
.intro__gaikan {
  position: relative;
  z-index: 1;
  margin-right: -30px;
}
@media print, screen and (max-width: 1023.9px) {
  .intro__gaikan {
    width: 100vw;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

.desiginer {
  padding-top: 100px;
  padding-right: 50px;
  position: relative;
  padding-left: 50px;
  z-index: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .desiginer {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.desiginer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #2d3343;
  z-index: -1;
}

.design-heading {
  color: #a88973;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .design-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.designer__img {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .designer__img {
    margin-bottom: 40px;
  }
}
.designer__img figcaption {
  position: static;
  text-align: right;
  margin-top: 5px;
  color: #fff;
}

.prof {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 20px 1fr;
  grid-template-columns: 30% 1fr;
  color: #fff;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .prof__img {
    width: 50%;
  }
}

.prof__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 15px 1fr;
  grid-template-columns: 65% 1fr;
  gap: 15px;
  margin-bottom: 10px;
}

.prof__pos {
  font-size: 10px;
}

.prof__name {
  margin-top: 5px;
  font-size: 16px;
}

.detail {
  padding-top: 100px;
  background-color: #3e4658;
}
@media print, screen and (max-width: 1023.9px) {
  .detail {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.detail-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .detail-box {
    gap: 1em;
    margin-top: 20px;
  }
}

.detail-box__text {
  padding-top: 10px;
  color: #c8a082;
}
@media print, screen and (max-width: 1023.9px) {
  .detail-box__text {
    font-size: 11px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .detail__gaikan {
    width: 100vw;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    margin-top: 70px;
  }
}
.detail__gaikan figcaption {
  position: static;
  text-align: right;
  margin-top: 5px;
  color: #fff;
}

.detail__gaikan-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .detail__gaikan-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 15px;
  }
}

.detail__gaikan-copy {
  color: #a88973;
  font-size: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #a88973;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .detail__gaikan-copy {
    font-size: 16px;
    padding-bottom: 15px;
  }
}

.entrance {
  margin-top: -1px;
}

.entrance__mv {
  margin-bottom: -1%;
}

.entrance__body {
  padding-block: 100px;
  background-image: url(../img/residence/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1023.9px) {
  .entrance__body {
    padding-block: 50px;
  }
}

.shokusai {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .shokusai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
}

.sv {
  width: 90%;
  max-width: 800px;
  margin: 3em auto 0;
}

.-has_mt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.-has_mt:before, .-has_mt:after {
  content: "";
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 1px;
  background: #a88873;
  margin: 0 0.8em;
}

figure figcaption {
  bottom: 40px;
  right: 16px;
}
figure figcaption.fig03 {
  bottom: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  figure figcaption {
    bottom: 19%;
    right: 4%;
  }
  figure figcaption.fig03 {
    bottom: 1%;
  }
  figure figcaption.fig-b {
    bottom: 19%;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 390px) {
  figure figcaption.fig-b {
    top: 23.5vw;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 375px) {
  figure figcaption.fig-b {
    top: 24vw;
  }
}
figure figcaption.fig01 {
  position: absolute;
  right: 17%;
  bottom: 1%;
}
figure figcaption.fig02 {
  position: absolute;
  right: 10%;
  bottom: 9%;
}
@media print, screen and (max-width: 1023.9px) {
  figure figcaption.fig02 {
    bottom: 4%;
  }
}

.bg-a {
  background: #3e4658;
}

.bg-b {
  background: #2c3343;
}

.bg-mix img {
  mix-blend-mode: darken;
}