@charset "UTF-8";
/*-----------------------------------------------------------
	共通パーツ
-----------------------------------------------------------*/
body {
  color: #251e1c;
  font-family: "Meiryo", "Barlow", sans-serif;
}

/* PCとSPの切り替え */
/* @media screen and (min-width: 769px) {
  .for-sp {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .for-pc {
    display: none !important;
  }
} */

.font-barlow {
  font-family: "Barlow", sans-serif;
}

.js-fade {
  opacity: 0;
  filter: blur(0);
  translate: 0 30px;
  transition: all 0.4s ease-out;
  transition-property: opacity, translate;
}

.js-fade.is-animated {
  opacity: 1;
  translate: 0 0;
}

@media screen and (max-width: 667px) {
  .js-fade {
    translate: 0 20px;
  }
}
@media screen and (max-width: 667px) {
  #maison #footarea {
    margin: 48px 0 0;
  }

  #maison a {
    color: #251e1c;
    text-decoration: none;
  }

  #maison a:hover {
    color: #251e1c;
  }
}

#foot_smp_banner {
  display: none !important;
}

/*-----------------------------------------------------------
	共通ブロック
-----------------------------------------------------------*/
/* タイトル */
.terrace-main .terrace-title {
  max-width: 1170px;
  margin: 30px auto 0;
}

.terrace-main .terrace-title h1 {
  position: relative;
  font-size: 150%;
  font-weight: bold;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  line-height: 1.2;
  height: auto;
  border-left: 4px solid rgb(45, 82, 170);
  padding: 0.2em 0px 0px 20px;
  background: none;
}

.terrace-main .terrace-title h1::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #ccc;
  content: "";
}

.terrace-main .terrace-title h1 + ul {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 667px) {
  .terrace-main .terrace-title {
    margin: 0 10px;
  }

  .terrace-main .terrace-title h1 {
    width: auto;
    height: auto;
    padding: 10px 0 10px 10px !important;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    border-left: 7px solid #2a52a7;
    background-color: #f5f5f5;
    background-image: none !important;
    font-size: 1.2rem;
    line-height: normal;
  }

  .terrace-main .terrace-title h1::after {
    border: none;
  }

  .terrace-main .terrace-title .lnavi03 li.list {
    padding: 0 0 0 28px;
    background: url(/maison/products/terrace-model/assets/images/icon_list.png) 0 1px no-repeat;
    background-size: 25px;
    margin: 0 0 5px;
  }
}

/*-----------------------------------------------------------
  トップ
-----------------------------------------------------------*/
.terrace-mv {
  position: relative;
}

.terrace-mv picture img {
  width: 100%;
}

.terrace-mv .terrace-mv-text {
  position: absolute;
  top: 15.5%;
  left: 11.7%;
  width: 27.6%;
}

@media screen and (max-width: 667px) {
  .terrace-mv .terrace-mv-text {
    position: absolute;
    width: 100%;
    max-width: 311px;
    top: 6.5%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.terrace-links {
  width: 100%;
  background-color: #f7f5f1;
}

.terrace-links ul {
  display: flex;
  width: 100%;
  max-width: 891px;
  margin: 0 auto;
  padding: 18px 20px;
  box-sizing: border-box;
}

.terrace-links ul li {
  position: relative;
  width: calc(100% / 3);
}

.terrace-links ul li::before,
.terrace-links ul li:last-child::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 100%;
  background: rgb(37, 30, 28, 0.1);
  transform: translateY(-50%);
  content: "";
}

.terrace-links ul li::before {
  left: 0;
}

.terrace-links ul li:last-child::after {
  right: 0;
}

.terrace-links ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 21px;
  color: #251e1c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.terrace-links ul li a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 9px;
  transform: translateX(-50%);
  background: url(/maison/products/terrace-model/assets/images/arrow_link.svg) center center / cover no-repeat;
  content: "";
  transition: all 0.3s ease;
}

.terrace-links ul li a span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13em;
}

.terrace-links ul li a:hover::before {
  bottom: -3px;
}

@media screen and (max-width: 667px) {
  .terrace-links ul {
    margin: 0 auto;
    padding: 15px 20px 18px;
  }

  .terrace-links ul li {
    display: flex;
    justify-content: center;
  }

  .terrace-links ul li::before,
  .terrace-links ul li:last-child::after {
    height: calc(100% - 49.5px);
  }

  .terrace-links ul li a {
    row-gap: 4px;
    padding: 0 0 17px;
    font-size: 13px;
    text-align: center;
  }

  .terrace-links ul li a::before {
    width: 9px;
    height: 8px;
  }

  .terrace-links ul li a span {
    font-size: 9px;
  }
}

.terrace-concept {
  position: relative;
  padding: 86px 0 83px;
  opacity: 1;
  translate: 0 0;
}

.terrace-concept::before,
.terrace-concept::after {
  position: absolute;
  content: "";
}

.terrace-concept::before {
  width: 40.834%;
  height: auto;
  aspect-ratio: 588 / 404;
  top: 0;
  left: 0;
  background: url(/maison/products/terrace-model/assets/images/terrace-concept-cloud01.png) center center / cover no-repeat;
}

.terrace-concept::after {
  width: 21.042%;
  height: auto;
  aspect-ratio: 303 / 483;
  top: 29%;
  right: 0;
  background: url(/maison/products/terrace-model/assets/images/terrace-concept-cloud02.png) center center / cover no-repeat;
}

.terrace-concept .terrace-concept-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 872px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.terrace-concept .terrace-concept-wrap img {
  width: 100%;
}

.terrace-concept .terrace-concept-wrap h2 {
  opacity: 0;
  transition: all 0.4s ease-out;
  transition-property: opacity, translate;
}

.terrace-concept.is-animated .terrace-concept-wrap h2 {
  opacity: 1;
}

.terrace-concept .terrace-concept-wrap h3 {
  opacity: 0;
  transition: all 0.4s ease-out 1s;
  transition-property: opacity, translate;
  margin: 96px 0 0;
}

.terrace-concept.is-animated .terrace-concept-wrap h3 {
  opacity: 1;
}

.terrace-concept .terrace-concept-wrap .terrace-concept-text div {
  max-width: 543px;
  margin: 69px auto 0;
}

.terrace-concept .terrace-concept-wrap .terrace-concept-text div + div {
  max-width: 736px;
  margin: 58px auto 0;
}

.terrace-concept .terrace-concept-wrap .terrace-concept-text div figure {
  margin: 0;
}

.terrace-concept .terrace-concept-wrap .terrace-concept-text div figure img {
  opacity: 0;
  transition: all 0.5s ease-in;
  transition-property: opacity, translate;
}

.terrace-concept .terrace-concept-wrap .terrace-concept-text div figure:first-child img {
  transition-delay: 2s;
}
.terrace-concept .terrace-concept-wrap .terrace-concept-text div figure:nth-child(2) img {
  transition-delay: 2.5s;
}
.terrace-concept .terrace-concept-wrap .terrace-concept-text div figure:nth-child(3) img {
  transition-delay: 3s;
}
.terrace-concept .terrace-concept-wrap .terrace-concept-text div figure:nth-child(4) img {
  transition-delay: 3.5s;
}
.terrace-concept .terrace-concept-wrap .terrace-concept-text div + div figure:nth-child(1) img {
  transition-delay: 4s;
}
.terrace-concept .terrace-concept-wrap .terrace-concept-text div + div figure:nth-child(2) img {
  transition-delay: 4.5s;
}
.terrace-concept .terrace-concept-wrap .terrace-concept-text div + div figure:nth-child(3) img {
  transition-delay: 5s;
}
.terrace-concept .terrace-concept-wrap .terrace-concept-text div + div figure:nth-child(4) img {
  transition-delay: 5.5s;
}

.terrace-concept.is-animated .terrace-concept-wrap .terrace-concept-text figure img {
  opacity: 1;
}

.terrace-concept .terrace-concept-wrap .terrace-concept-image {
  margin: 82px 0 0;
}

@media screen and (max-width: 667px) {
  .terrace-concept {
    padding: 60px 0 53px;
  }

  .terrace-concept::before {
    width: 55%;
    aspect-ratio: 206 / 142;
    background: url(/maison/products/terrace-model/assets/images/terrace-concept-cloud01_sp.png) center center / cover no-repeat;
  }

  .terrace-concept::after {
    width: 36%;
    aspect-ratio: 136 / 216;
    top: auto;
    bottom: 13%;
    background: url(/maison/products/terrace-model/assets/images/terrace-concept-cloud02_sp.png) center center / cover no-repeat;
  }

  .terrace-concept .terrace-concept-wrap h3 {
    margin: 45px 0 0;
  }

  .terrace-concept .terrace-concept-wrap .terrace-concept-text div {
    margin: 52px 0 0;
  }

  .terrace-concept .terrace-concept-wrap .terrace-concept-text div + div {
    margin: 40px 0 0;
  }

  .terrace-concept .terrace-concept-wrap .terrace-concept-image {
    margin: 40px -20px 0;
    width: calc(100% + 40px);
  }
}

.terrace-plan {
  background-color: #f5f5f5;
}

.terrace-plan .terrace-plan-wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 86px 20px 104px;
  box-sizing: border-box;
}

.terrace-plan .terrace-plan-wrap > h2 {
  text-align: center;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-links {
  margin: 60px auto 0;
  background-color: #fff;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-links ul {
  display: flex;
  padding: 23px 0 19px;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-links ul li {
  position: relative;
  width: 50%;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-links ul li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgb(37, 30, 28, 0.1);
  transform: translateY(-50%);
  content: "";
}

.terrace-plan .terrace-plan-wrap .terrace-plan-links ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
  align-items: center;
  padding: 0 0 21px;
  color: #251e1c;
  font-size: 13px;
  text-decoration: none;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-links ul li a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 9px;
  transform: translateX(-50%);
  background: url(/maison/products/terrace-model/assets/images/arrow_link.svg) center center / cover no-repeat;
  content: "";
  transition: all 0.3s ease;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-links ul li a:hover::before {
  bottom: -3px;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 56px 0 0;
  padding: 104px 0 0;
  background-color: #fff;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-block + .terrace-plan-block {
  margin: 69px 0 0;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-block img {
  width: 100%;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-block h3 {
  position: absolute;
  top: 0;
  left: 0;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-block h3 figure {
  margin: 0;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-block:first-child h3 {
  width: 287px;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-block:nth-child(2) h3 {
  width: 332px;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-image {
  width: calc(100% - 180px);
  margin: 0;
}

.terrace-plan .terrace-plan-wrap h4 {
  margin: 53px auto 0;
  padding: 0 0 25px;
  border-bottom: 1px solid rgb(37, 30, 28, 0.1);
}

.terrace-plan .terrace-plan-wrap p {
  margin: 30px auto 0;
  font-size: 16px;
  color: #000;
  line-height: 2;
  text-align: center;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-floorplan {
  margin: 40px auto 0;
  width: 100%;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  margin: 84px auto 0;
}

.terrace-plan .terrace-plan-wrap .terrace-plan-gallery figure {
  margin: 0;
  width: calc(50% - 7px);
}

@media screen and (max-width: 667px) {
  .terrace-plan .terrace-plan-wrap {
    padding: 52px 20px 64px;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-links {
    margin: 32px auto 0;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-links ul {
    padding: 20px 0 18px;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-links ul li + li::before {
    height: calc(100% - 10px);
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-links ul li a {
    font-size: 12px;
    text-align: center;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-links ul li a::before {
    width: 9px;
    height: 8px;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-block {
    margin: 40px 0 0;
    padding: 0;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-block + .terrace-plan-block {
    margin: 48px 0 0;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-image {
    width: 100%;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-block:first-child h3,
  .terrace-plan .terrace-plan-wrap .terrace-plan-block:nth-child(2) h3 {
    position: relative;
    width: 174px;
    margin: 28px 0 0;
  }

  .terrace-plan .terrace-plan-wrap h4 {
    margin: 19px auto 0;
    padding: 0 0 17px;
  }

  .terrace-plan .terrace-plan-wrap p {
    margin: 24px auto 0;
    padding: 0 28px;
    font-size: 14px;
    text-align: left;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-floorplan {
    margin: 32px auto 0;
    width: calc(100% - 56px);
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-gallery {
    column-gap: 5px;
    margin: 50px auto 0;
  }

  .terrace-plan .terrace-plan-wrap .terrace-plan-gallery figure {
    width: calc(50% - 3px);
  }
}

.terrace-point {
  position: relative;
  margin: 70px 0 0;
  z-index: 1;
}

.terrace-point::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 8%;
  background-color: #ebf3f5;
  content: "";
  z-index: -1;
}

.terrace-point .terrace-point-wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 82px 20px 104px;
  box-sizing: border-box;
}

.terrace-point .terrace-point-wrap img {
  width: 100%;
}

.terrace-point .terrace-point-wrap .terrace-point-links {
  background-color: #ebf3f5;
  mix-blend-mode: multiply;
}

.terrace-point .terrace-point-wrap .terrace-point-links ul {
  display: flex;
  padding: 17px 0 19px;
}

.terrace-point .terrace-point-wrap .terrace-point-links ul li {
  position: relative;
  width: 50%;
}

.terrace-point .terrace-point-wrap .terrace-point-links ul li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgb(37, 30, 28, 0.1);
  transform: translateY(-50%);
  content: "";
}

.terrace-point .terrace-point-wrap .terrace-point-links ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 21px;
  color: #251e1c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.terrace-point .terrace-point-wrap .terrace-point-links ul li a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 9px;
  transform: translateX(-50%);
  background: url(/maison/products/terrace-model/assets/images/arrow_link.svg) center center / cover no-repeat;
  content: "";
  transition: all 0.3s ease;
}

.terrace-point .terrace-point-wrap .terrace-point-links ul li a:hover:before {
  bottom: -3px;
}

.terrace-point .terrace-point-wrap .terrace-point-links ul li a span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.terrace-point .terrace-point-wrap .terrace-point-block {
  margin: 56px 0 0;
}

.terrace-point .terrace-point-wrap .terrace-point-block + .terrace-point-block {
  margin: 136px 0 0;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 102px;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-header {
  flex-direction: row-reverse;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header > figure {
  flex: 1;
  margin: 0;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-header > figure img {
  width: calc(100% + (100vw - 930px) / 2);
  margin-left: calc(-1 * (100vw - 930px) / 2);
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-header > figure img {
  width: calc(100% + (100vw - 930px) / 2);
  margin-right: calc(-1 * (100vw - 930px) / 2);
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text {
  position: relative;
  width: 47.3%;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #251e1c;
  content: "";
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text .terrace-point-header-label {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin: 9px 0 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.13em;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text .terrace-point-header-label span {
  font-size: 18px;
  font-weight: 500;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text h4 {
  width: fit-content;
  margin: 24px auto 0;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text .terrace-point-header-desc {
  margin: 60px 0 0;
  font-size: 16px;
  line-height: 2;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-main {
  position: relative;
  display: flex;
  column-gap: 52px;
  margin: 104px 0 0;
  padding: 68px 56px 74px;
  background-color: #fff;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main {
  flex-direction: column;
}

.terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 18px;
  background: url(/maison/products/terrace-model/assets/images/terrace-point-main-deco.svg) center center / cover no-repeat;
  content: "";
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > picture {
  flex: 1;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > ul {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  width: 50.7%;
  margin: -9px 0 0;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > ul li {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > ul li h5 {
  width: fit-content;
  margin: 10px 0 0;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > ul li p {
  font-size: 14px;
  line-height: 2;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main h5 {
  width: fit-content;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main figure + h5 {
  margin: 71px 0 0;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main p {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 2;
}

.terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main > figure {
  width: calc(100% - 236px);
  margin: 52px auto 0;
}

@media screen and (max-width: 1263px) {
  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-header > figure img {
    width: calc(100% + (1263px - 930px) / 2);
    margin-left: calc(-1 * (1263px - 930px) / 2);
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-header > figure img {
    width: calc(100% + (1263px - 930px) / 2);
    margin-right: calc(-1 * (1263px - 930px) / 2);
  }
}

@media screen and (max-width: 667px) {
  .terrace-point {
    margin: 0;
  }

  .terrace-point::before {
    left: 0;
  }

  .terrace-point .terrace-point-wrap {
    padding: 44px 20px 92px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-links ul {
    padding: 16px 0 19px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-links ul li + li::before {
    height: calc(100% - 12px);
  }

  .terrace-point .terrace-point-wrap .terrace-point-links ul li a {
    row-gap: 5px;
    font-size: 13px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-links ul li a::before {
    width: 9px;
    height: 8px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-links ul li a span {
    font-size: 9px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block {
    margin: 36px 0 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block + .terrace-point-block {
    margin: 56px 0 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header,
  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-header {
    flex-direction: column;
    row-gap: 34px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-header > figure img {
    width: 100%;
    margin-left: 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-header > figure img {
    width: 100%;
    margin-right: 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text {
    width: 100%;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text::before {
    left: 50%;
    width: 8px;
    height: 1px;
    transform: translateX(-50%);
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text > figure {
    margin: 21px 0 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text .terrace-point-header-label {
    flex-direction: column;
    row-gap: 10px;
    margin: 10px 0 0;
    font-size: 16px;
    text-align: center;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text .terrace-point-header-label span {
    font-size: 13px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-header .terrace-point-header-text h4 {
    margin: 42px auto 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-header .terrace-point-header-text h4 {
    margin: 33px auto 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-header .terrace-point-header-text .terrace-point-header-desc {
    margin: 32px 0 0;
    font-size: 14px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block .terrace-point-main {
    flex-direction: column;
    row-gap: 16px;
    margin: 32px 0 0;
    padding: 55px 28px 24px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main {
    padding: 55px 28px 50px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > ul {
    row-gap: 11px;
    width: 100%;
    margin: 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > ul li {
    row-gap: 6px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(2) .terrace-point-main > ul li p {
    font-size: 13px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main {
    row-gap: 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main h5 {
    width: fit-content;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main figure + h5 {
    margin: 40px 0 0;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main p {
    margin: 12px 0 0;
    font-size: 13px;
  }

  .terrace-point .terrace-point-wrap .terrace-point-block:nth-child(3) .terrace-point-main > figure {
    width: 100%;
    margin: 28px auto 0;
  }
}

.terrace-needs {
  margin: 96px 0 0;
  background-color: #ecebee;
}

.terrace-needs .terrace-needs-wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 86px 20px 108px;
  box-sizing: border-box;
}

.terrace-needs .terrace-needs-wrap > h2,
.terrace-needs .terrace-needs-wrap > h3 {
  text-align: center;
}

.terrace-needs .terrace-needs-wrap > h2 {
  opacity: 0;
  transition: all 0.4s ease-out;
  transition-property: opacity, translate;
}

.terrace-needs .terrace-needs-wrap.is-animated > h2 {
  opacity: 1;
}

.terrace-needs .terrace-needs-wrap > h3 {
  margin: 50px auto 0;
  opacity: 0;
  transition: all 0.4s ease-out 0.75s;
  transition-property: opacity, translate;
}

.terrace-needs .terrace-needs-wrap.is-animated > h3 {
  opacity: 1;
}

.terrace-needs .terrace-needs-wrap > ul {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  margin: 92px auto 0;
}

.terrace-needs .terrace-needs-wrap > ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 20px 86px;
  border-top: 2px solid #251e1c;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.terrace-needs .terrace-needs-wrap > ul li::before {
  position: absolute;
  width: 50px;
  height: 58px;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.terrace-needs .terrace-needs-wrap > ul li:first-child:before {
  background: url(/maison/products/terrace-model/assets/images/terrace-needs-label01.svg) center center / cover no-repeat;
}

.terrace-needs .terrace-needs-wrap > ul li:nth-child(2):before {
  background: url(/maison/products/terrace-model/assets/images/terrace-needs-label02.svg) center center / cover no-repeat;
}

.terrace-needs .terrace-needs-wrap > ul li:nth-child(3):before {
  background: url(/maison/products/terrace-model/assets/images/terrace-needs-label03.svg) center center / cover no-repeat;
}

.terrace-needs .terrace-needs-wrap > ul li img {
  width: 100%;
}

.terrace-needs .terrace-needs-wrap > ul li h4 {
  width: fit-content;
}

.terrace-needs .terrace-needs-wrap > ul li p {
  margin: 37px 0 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.terrace-needs .terrace-needs-wrap > ul li picture {
  margin: 40px auto 0;
}

.terrace-needs .terrace-needs-wrap > ul li:first-child picture {
  max-width: 740px;
}

.terrace-needs .terrace-needs-wrap > ul li:nth-child(2) picture {
  max-width: 709px;
}

.terrace-needs .terrace-needs-wrap > ul li:nth-child(3) picture {
  max-width: 694px;
}

@media screen and (max-width: 667px) {
  .terrace-needs {
    margin: 0;
  }

  .terrace-needs .terrace-needs-wrap {
    padding: 52px 20px 60px;
  }

  .terrace-needs .terrace-needs-wrap > h3 {
    margin: 36px auto 0;
  }

  .terrace-needs .terrace-needs-wrap > ul {
    row-gap: 56px;
    margin: 60px auto 0;
  }

  .terrace-needs .terrace-needs-wrap > ul li {
    padding: 60px 28px 50px;
  }

  .terrace-needs .terrace-needs-wrap > ul li::before {
    top: -2px;
  }

  .terrace-needs .terrace-needs-wrap > ul li p {
    margin: 34px 0 0;
    font-size: 14px;
  }

  .terrace-needs .terrace-needs-wrap > ul li picture {
    margin: 24px auto 0;
  }
}

.terrace-main .end {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 103px 0 85px;
  background-color: #9a9192;
  text-align: center;
}

.terrace-main .end::before {
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 39px solid #ecebee;
  border-right: 46.5px solid transparent;
  border-left: 46.5px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.terrace-main .end .end-text figure {
  margin: 0;
}

.terrace-main .end .end-text figure:nth-child(2) {
  margin: 35px 0 0;
}

.terrace-main .end .end-text figure img {
  opacity: 0;
  transition: all 0.5s ease-in;
  transition-property: opacity, translate;
}

.terrace-main .end .end-text figure:nth-child(2) img {
  transition-delay: 1s;
}
.terrace-main .end .end-text figure:nth-child(3) img {
  transition-delay: 1.5s;
}

.terrace-main .end .end-text.is-animated figure img {
  opacity: 1;
}

@media only screen and (max-width: 667px) {
  .terrace-main .end {
    padding: 65px 0 57px;
  }

  .terrace-main .end::before {
    border-top: 17px solid #ecebee;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }

  .terrace-main .end .end-text figure:nth-child(2) {
    margin: 34px 0 0;
  }
}

.terrace-main .cta {
  padding: 70px 20px 69px;
  background: url(/maison/products/terrace-model/assets/images/terrace-cv-bg.webp) center center / cover no-repeat;
}

.terrace-main .cta .cta-items {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  max-width: 930px;
  margin: 0 auto;
}

.terrace-main .cta .cta-items .cta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 15px);
  padding: 37px 50px 44px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.terrace-main .cta .cta-items .cta-item:first-child figure {
  width: 100%;
  max-width: 314px;
  height: auto;
  margin: 0;
  aspect-ratio: 314 / 118;
}

.terrace-main .cta .cta-items .cta-item:nth-child(2) figure {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0;
  aspect-ratio: 350 / 120;
}

.terrace-main .cta .cta-items .cta-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terrace-main .cta .cta-items .cta-item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2px;
  height: 100%;
  margin: 20px 0 0;
}

.terrace-main .cta .cta-items .cta-item:first-child .desc {
  font-size: 14px;
  line-height: 1.5;
}

.terrace-main .cta .cta-items .cta-item:nth-child(2) .desc {
  font-size: 16px;
  line-height: 1.5;
}

.terrace-main .cta .cta-items .cta-item .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.terrace-main .cta .cta-items .cta-item .btn {
  margin: 16px 0 0;
  width: 100%;
}

.terrace-main .cta .cta-items .cta-item .btn a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  line-height: 54px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #251e1c;
  text-decoration: none;
}

.terrace-main .cta .cta-items .cta-item .btn a.mi-sp {
  display: none;
}

.terrace-main .cta .cta-items .cta-item .btn a::before {
  position: absolute;
  top: 50%;
  left: 32px;
  width: 7px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
  content: "";
}

@media only screen and (max-width: 667px) {
  .terrace-main .cta {
    padding: 44px 20px;
    background: url(/maison/products/terrace-model/assets/images/terrace-cv-bg_sp.webp) center center / cover no-repeat;
  }

  .terrace-main .cta .cta-items {
    flex-direction: column;
    row-gap: 24px;
    max-width: 500px;
  }

  .terrace-main .cta .cta-items .cta-item {
    width: 100%;
    padding: 32px 24px;
  }

  .terrace-main .cta .cta-items .cta-item:first-child figure {
    width: calc(100% - 18px);
    aspect-ratio: 314 / 118;
  }

  .terrace-main .cta .cta-items .cta-item:nth-child(2) figure {
    width: calc(100% - 34px);
    aspect-ratio: 254 / 87;
  }

  .terrace-main .cta .cta-items .cta-item:first-child .text {
    margin: 17px 0 0;
  }

  .terrace-main .cta .cta-items .cta-item:nth-child(2) .text {
    margin: 21px 0 0;
  }

  .terrace-main .cta .cta-items .cta-item:first-child .desc,
  .terrace-main .cta .cta-items .cta-item:nth-child(2) .desc {
    font-size: 13px;
  }

  .terrace-main .cta .cta-items .cta-item .title {
    font-size: 20px;
  }

  .terrace-main .cta .cta-items .cta-item .btn {
    margin: 22px 0 0;
    width: 100%;
  }

  .terrace-main .cta .cta-items .cta-item .btn a {
    line-height: 48px;
    color: #fff !important;
  }

  .terrace-main .cta .cta-items .cta-item .btn a::before {
    left: 32px;
    width: 8px;
    height: 7px;
  }
}

@media only screen and (max-width: 667px) {
  #maison #go_to_top_smt a {
    color: #fff;
  }
}

#back_to_page{
	display: none;
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 100;
}

#back_to_page a::before{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(/maison/products/terrace-model/assets/images/arrow_icon.svg) center center / contain no-repeat;
	content: '';
}

#back_to_page a{
	position: relative;
	display: inline-block;
	padding: 23px 15px 33px 20px;
	background-color: rgb(35, 24, 21, 0.82);
	color: #fff;
	font-size: 12px;
	line-height: 18.2px;
	text-decoration: none;
	transition: opacity .3s ease;
}

#back_to_page a .emphasis{
	font-size: 14px;
	font-weight: 700;
}

#back_to_page a:hover{
	color: #fff;
	opacity: 0.8;
}