@charset "UTF-8";
/*;
* Copyright(c) 2008- All Rights Reserved
* Tecto co.,ltd.
* http://www.tec-tec.co.jp/
*/
/* Scss Document */
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Regular-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Regular-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Medium-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Medium-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Bold-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Bold-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Light-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Light-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Regular-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Regular-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Medium-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Medium-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Bold-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Bold-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/Oswald-Regular.ttf") format("truetype");
}
.bottom-menu__area {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, background-color 0.15s ease-out 0s, border-bottom 0.15s ease-out 0s;
}
.bottom-menu__area.is-show-top {
  visibility: hidden;
}
.bottom-menu__area.is-show {
  opacity: 0;
}
.bottom-menu__area.is-show-top.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease-out, visibility 0s, background-color 0.15s ease-out 0s, border-bottom 0.15s ease-out 0s;
}

.bottom-form__area {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, visibility 0s linear 0.15s;
}
.bottom-form__area.is-show-top {
  visibility: hidden;
}
.bottom-form__area.is-show {
  opacity: 0;
}
.bottom-form__area.is-show-top.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease-out, visibility 0s;
}

.main-visual__area {
  display: flex;
  margin-top: var(--bunjo-header-height);
}
@media screen and (max-width: 991px) {
  .main-visual__area {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__area {
    flex-direction: column;
  }
}

.main-visual__text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 70px 52px 36px 49px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .main-visual__text-area {
    padding: 20px 52px 6px 49px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__text-area {
    width: 100%;
    padding: 0;
    gap: 23px;
  }
}

.main-visual-copy__img-wrap {
  width: 100%;
  max-width: 222px;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .main-visual-copy__img-wrap {
    max-width: 182px;
  }
}
@media screen and (max-width: 991px) {
  .main-visual-copy__img-wrap {
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-copy__img-wrap {
    padding-left: 16px;
    max-width: 142px;
  }
}
@media screen and (max-width: 575px) {
  .main-visual-copy__img-wrap {
    padding-left: 13px;
    max-width: 92px;
  }
}

.main-visual__title {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 1199px) {
  .main-visual__title {
    max-width: 210px;
  }
}
@media screen and (max-width: 991px) {
  .main-visual__title {
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title {
    max-width: 196px;
  }
}
@media screen and (max-width: 575px) {
  .main-visual__title {
    max-width: 176px;
  }
}

.main-visual-swiper {
  width: calc(100% - 351px);
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 1199px) {
  .main-visual-swiper {
    width: calc(100% - 311px);
  }
}
@media screen and (max-width: 991px) {
  .main-visual-swiper {
    width: calc(100% - 271px);
  }
}
@media screen and (max-width: 767px) {
  .main-visual-swiper {
    padding: 0;
    width: 100%;
    margin-top: 30px;
  }
}

.main-visual-slide__wrap {
  width: 100%;
  position: relative;
}

.main-visual-slide__img-wrap {
  width: 100%;
  aspect-ratio: 2/1;
}
.main-visual-slide__img-wrap > img {
  width: 100%;
  height: auto;
}

.main-visual-slide-copy__img-wrap {
  position: absolute;
  top: 9.7902097902%;
  left: 5.5096418733%;
  width: 100%;
  max-width: 100px;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .main-visual-slide-copy__img-wrap {
    top: 6.993006993%;
    left: 3.6730945822%;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-slide-copy__img-wrap {
    max-width: 57.5px;
    top: -60px;
    left: auto;
    right: 43px;
  }
}
@media screen and (max-width: 575px) {
  .main-visual-slide-copy__img-wrap {
    right: 13px;
  }
}
.main-visual-slide-copy__img-wrap .number {
  writing-mode: initial;
  line-height: 1;
}

.swiper-slide-active .main-visual-slide-copy__img-wrap {
  animation: mv-slide-copy 1s 0.5s ease 1 forwards;
}

@keyframes mv-slide-copy {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.main-visual-location__link-wrap {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 100%;
  max-width: 600px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .main-visual-location__link-wrap {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-location__link-wrap {
    background: linear-gradient(90deg, var(--c-white01), var(--c-black01));
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    max-width: 100%;
  }
}

.main-visual-location__link {
  position: relative;
  display: block;
}
.main-visual-location__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--c-white01);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.15s ease-out 0s;
}
@media (any-hover: hover) {
  .main-visual-location__link:hover::before {
    transform: translate(5px, -50%) rotate(45deg);
  }
}

.top-bottom-menu__area {
  width: 100%;
  background-color: var(--c-gray02);
  padding-inline: var(--padding-side);
  min-height: 69px;
  border-bottom: 1px solid var(--c-blue01);
}
@media screen and (max-width: 991px) {
  .top-bottom-menu__area {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-bottom-menu__area {
    margin-top: 15.2vw;
  }
}

.top-bottom-menu__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  padding-block: 10px;
}
@media screen and (max-width: 991px) {
  .top-bottom-menu__wrap {
    padding-block: 1px;
  }
}

.top-bottom-menu-logo__img-wrap {
  width: 100%;
  max-width: 144.3445px;
}

.top-bottom-menu__list {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
  max-width: 884px;
}
@media screen and (max-width: 991px) {
  .top-bottom-menu__list {
    flex-wrap: wrap;
    gap: 0;
    position: relative;
  }
  .top-bottom-menu__list::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--c-blue01);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 991px) {
  .top-bottom-menu__item {
    width: 25%;
    min-height: 37.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .top-bottom-menu__item::before {
    content: "";
    width: 1px;
    height: 70%;
    background-color: var(--c-blue01);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
  }
  .top-bottom-menu__item:nth-of-type(4n)::before {
    content: unset;
  }
}

.top-bottom-menu__link {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 991px) {
  .top-bottom-menu__link {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-bottom-menu__link {
    font-size: 0.65625rem;
    line-height: 1;
  }
}
@media (any-hover: hover) {
  .top-bottom-menu__link:hover {
    color: var(--c-blue01);
  }
}

.pre-sale-announcement__area {
  margin-top: 130px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 991px) {
  .pre-sale-announcement__area {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pre-sale-announcement__area {
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 40px;
  }
}

.pre-sale-announcement__wrap {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  margin-inline: auto;
  width: 100%;
  max-width: 975px;
}
@media screen and (max-width: 767px) {
  .pre-sale-announcement__wrap {
    flex-direction: column;
    align-items: center;
    gap: 23px;
  }
}

.pre-sale-announcement__title {
  font-size: 1.75rem;
  font-weight: 500;
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-color: var(--c-black01);
  padding: 8px 18px;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .pre-sale-announcement__title {
    font-size: 1.25rem;
    padding: 4px 13px;
  }
}

.pre-sale-announcement__text {
  font-size: 0.9375rem;
  text-align: justify;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pre-sale-announcement__text {
    font-size: 0.78125rem;
  }
}

.introduction__area {
  padding-inline: var(--padding-side);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .introduction__area {
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.introduction__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 0;
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}
@media screen and (max-width: 767px) {
  .introduction__wrap {
    justify-content: center;
    gap: 9px 3.2248888889%;
  }
}

.introduction__img-wrap:nth-of-type(1) {
  width: 33.0434782609%;
}
@media screen and (max-width: 767px) {
  .introduction__img-wrap:nth-of-type(1) {
    width: 100%;
  }
}
.introduction__img-wrap:nth-of-type(2) {
  width: 33.0434782609%;
}
@media screen and (max-width: 767px) {
  .introduction__img-wrap:nth-of-type(2) {
    width: 100%;
  }
}
.introduction__img-wrap:nth-of-type(3) {
  width: 33.0434782609%;
}
@media screen and (max-width: 767px) {
  .introduction__img-wrap:nth-of-type(3) {
    width: 100%;
  }
}
.introduction__img-wrap:nth-of-type(4) {
  width: 39.1304347826%;
}
@media screen and (max-width: 767px) {
  .introduction__img-wrap:nth-of-type(4) {
    width: 100%;
  }
}
.introduction__img-wrap:nth-of-type(5) {
  width: 21.3043478261%;
}
@media screen and (max-width: 767px) {
  .introduction__img-wrap:nth-of-type(5) {
    width: 52.6880952381%;
  }
}
.introduction__img-wrap:nth-of-type(6) {
  width: 17.8260869565%;
}
@media screen and (max-width: 767px) {
  .introduction__img-wrap:nth-of-type(6) {
    width: 44.0858730159%;
  }
}
.introduction__img-wrap:nth-of-type(7) {
  width: 17.8260869565%;
}
@media screen and (max-width: 767px) {
  .introduction__img-wrap:nth-of-type(7) {
    width: 44.0858730159%;
  }
}

.news__area {
  margin-top: 152px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .news__area {
    margin-top: 74px;
  }
}

.news__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.news__title-wrap {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__title-wrap {
    gap: 16px;
  }
}

.news__title {
  height: var(--section-title-height);
}
.news__title > img {
  width: auto;
  height: 100%;
}

.news__title-text {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news__title-text {
    font-size: 0.875rem;
  }
}

.news__list {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-top: 9px;
  }
}

.news__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 0.8125rem;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: var(--c-gray01);
  padding-block: 27px;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding-block: 19px;
    gap: 14px;
    font-size: 0.75rem;
  }
}
.news__item:last-of-type {
  border-width: 0;
}
.news__item .date {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .news__item .date {
    font-size: 0.6875rem;
  }
}

.top-limited-contents__area {
  margin-top: 117px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .top-limited-contents__area {
    margin-top: 52px;
  }
}

.top-limited-contents__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/limited-contents-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__wrap {
    padding: 5px;
  }
}

.top-limited-contents__inner {
  width: 100%;
  border: solid 1px var(--c-white01);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 78px 64px;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__inner {
    padding-block: 38px;
  }
}

.top-limited-contents__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__title-wrap {
    gap: 12px;
  }
}

.top-limited-contents__title {
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__title {
    max-width: 310px;
  }
}

.top-limited-contents__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__title-text {
    font-size: 0.875rem;
  }
}

.top-limited-contents__text {
  font-size: 0.875rem;
  text-align: center;
  color: var(--c-white01);
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__text {
    font-size: 0.78125rem;
    margin-top: 13px;
  }
}

.top-limited-contents__link-area {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__link-area {
    gap: 10px;
    margin-top: 24px;
    padding-inline: 10px;
  }
}

.top-limited-contents__link-wrap {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  width: 100%;
  max-width: 295px;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__link-wrap {
    gap: 2px;
  }
}

.top-limited-contents__link-text {
  font-size: 1rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .top-limited-contents__link-text {
    font-size: 0.78125rem;
  }
}

.top-limited-contents__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--c-white01);
  border-radius: 40px;
  min-height: 70px;
  width: 100%;
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .top-limited-contents__link {
    font-size: 0.78125rem;
    min-height: 40px;
  }
}

.top-limited-contents__link--entry {
  border: solid 1px var(--c-white01);
}
@media (any-hover: hover) {
  .top-limited-contents__link--entry:hover {
    border: solid 1px var(--c-black01);
    background-color: var(--c-black01);
    color: var(--c-white01);
  }
}

.top-limited-contents__link--login {
  background-color: var(--c-white01);
  color: var(--c-black01);
}
@media (any-hover: hover) {
  .top-limited-contents__link--login:hover {
    background-color: var(--c-black01);
    color: var(--c-white01);
  }
}

.concept__area {
  margin-top: 198px;
}
@media screen and (max-width: 767px) {
  .concept__area {
    margin-top: 72px;
  }
}

.concept__title {
  margin-inline: auto;
  width: 100%;
  max-width: 169px;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .concept__title {
    max-width: 120px;
    padding-bottom: 60px;
  }
}
.concept__title::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: var(--c-black01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .concept__title::before {
    height: 50px;
  }
}

.concept__wrap {
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/top-concept-bg.webp");
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

.concept__inner {
  padding-inline: var(--padding-side);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/800;
}
@media screen and (max-width: 991px) {
  .concept__inner {
    aspect-ratio: 991/880;
  }
}
@media screen and (max-width: 767px) {
  .concept__inner {
    aspect-ratio: 767/817;
  }
}

.concept__sub-title {
  font-size: 1rem;
  text-align: center;
  color: var(--c-white01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept__sub-title {
    font-size: 0.8125rem;
  }
}

.concept-copy__text {
  font-size: 1.375rem;
  text-align: center;
  color: var(--c-white01);
  margin-top: 19px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept-copy__text {
    font-size: 0.9375rem;
    margin-top: 6px;
  }
}

.concept__text {
  font-size: 0.875rem;
  color: var(--c-white01);
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .concept__text {
    font-size: 0.78125rem;
    margin-top: 8px;
  }
}

.concept__link {
  font-size: 1rem;
  color: var(--c-white01);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-inline: auto;
  width: 100%;
  max-width: 200px;
  border: solid 1px var(--c-white01);
  border-radius: 30px;
  transition: all 0.15s ease-out 0s;
  margin-top: 43px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept__link {
    font-size: 0.78125rem;
    max-width: 135px;
    margin-top: 14px;
    min-height: 42px;
  }
}
.concept__link .arrow {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--c-white01);
  transform: rotate(45deg);
  transition: all 0.15s ease-out 0s;
}
.concept__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  .concept__link:hover {
    background-color: var(--c-white01);
    color: var(--c-black01);
  }
  .concept__link:hover .arrow {
    border-color: var(--c-black01);
  }
}

.modelhouse__area {
  margin-top: 147px;
}
@media screen and (max-width: 767px) {
  .modelhouse__area {
    margin-top: 73px;
  }
}

.modelhouse__title {
  margin-inline: auto;
  width: 100%;
  max-width: 266px;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .modelhouse__title {
    max-width: 190px;
    padding-bottom: 60px;
  }
}
.modelhouse__title::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: var(--c-black01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .modelhouse__title::before {
    height: 50px;
  }
}

.modelhouse__wrap {
  position: relative;
}

.modelhouse-swiper {
  position: relative;
  aspect-ratio: 1440/800;
}
@media screen and (max-width: 991px) {
  .modelhouse-swiper {
    aspect-ratio: 991/880;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-swiper {
    aspect-ratio: 767/817;
  }
}
.modelhouse-swiper .modelhouse-swiper-button-prev,
.modelhouse-swiper .modelhouse-swiper-button-next {
  color: var(--c-white01);
  top: 50%;
  transform: translateY(-50%);
}
.modelhouse-swiper .modelhouse-swiper-button-prev {
  left: 43px;
}
@media screen and (max-width: 767px) {
  .modelhouse-swiper .modelhouse-swiper-button-prev {
    left: 9px;
  }
}
.modelhouse-swiper .modelhouse-swiper-button-prev::after {
  font-size: 30px;
}
.modelhouse-swiper .modelhouse-swiper-button-next {
  right: 43px;
}
@media screen and (max-width: 767px) {
  .modelhouse-swiper .modelhouse-swiper-button-next {
    right: 9px;
  }
}
.modelhouse-swiper .modelhouse-swiper-button-next::after {
  font-size: 30px;
}

.modelhouse__text-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modelhouse__inner {
  padding-inline: var(--padding-side);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/800;
}
@media screen and (max-width: 991px) {
  .modelhouse__inner {
    aspect-ratio: 991/880;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse__inner {
    aspect-ratio: 767/817;
  }
}

.modelhouse__sub-title {
  font-size: 1rem;
  text-align: center;
  color: var(--c-white01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .modelhouse__sub-title {
    font-size: 0.8125rem;
  }
}

.modelhouse-copy__text {
  font-size: 1.375rem;
  text-align: center;
  color: var(--c-white01);
  margin-top: 19px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .modelhouse-copy__text {
    font-size: 0.9375rem;
    margin-top: 6px;
  }
}

.modelhouse__text {
  font-size: 0.875rem;
  color: var(--c-white01);
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .modelhouse__text {
    font-size: 0.78125rem;
    margin-top: 8px;
  }
}

.modelhouse__link {
  font-size: 1rem;
  color: var(--c-white01);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-inline: auto;
  width: 100%;
  max-width: 200px;
  border: solid 1px var(--c-white01);
  border-radius: 30px;
  transition: all 0.15s ease-out 0s;
  margin-top: 43px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .modelhouse__link {
    font-size: 0.78125rem;
    max-width: 135px;
    margin-top: 14px;
    min-height: 42px;
  }
}
.modelhouse__link .arrow {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--c-white01);
  transform: rotate(45deg);
  transition: all 0.15s ease-out 0s;
}
.modelhouse__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  .modelhouse__link:hover {
    background-color: var(--c-white01);
    color: var(--c-black01);
  }
  .modelhouse__link:hover .arrow {
    border-color: var(--c-black01);
  }
}

.contents__area {
  padding-inline: var(--padding-side);
  margin-top: 141px;
}
@media screen and (max-width: 767px) {
  .contents__area {
    margin-top: 75px;
  }
}

.contents__list {
  margin-inline: auto;
  width: 100%;
  max-width: 1295px;
  display: flex;
  flex-wrap: wrap;
  gap: 75px 5px;
}
@media screen and (max-width: 767px) {
  .contents__list {
    gap: 1px;
  }
}

.contents__item {
  width: calc(50% - 2.5px);
  aspect-ratio: 647.5/500;
}
@media screen and (max-width: 767px) {
  .contents__item {
    width: 100%;
  }
}

.contents__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .contents__link:hover .contents__img-wrap {
    transform: scale(1.05);
  }
}

.contents__img-wrap {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}

.contents__text-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.contents__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
}

.contents__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contents__title {
  height: 65px;
}
@media screen and (max-width: 767px) {
  .contents__title {
    height: 45px;
  }
}
.contents__title img {
  width: auto;
  height: 100%;
}
.contents__title--equipment {
  padding-block: 21px 14px;
}
@media screen and (max-width: 767px) {
  .contents__title--equipment {
    padding-block: 23px 1px;
  }
}

.contents__title-text {
  font-size: 1rem;
  color: var(--c-white01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contents__title-text {
    font-size: 0.8125rem;
  }
}

.contents__text {
  font-size: 1.375rem;
  color: var(--c-white01);
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contents__text {
    font-size: 0.9375rem;
  }
}

.contents__link-text {
  font-size: 1rem;
  color: var(--c-white01);
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents__link-text {
    font-size: 0.78125rem;
    right: 18px;
    bottom: 10px;
    gap: 3px;
  }
}
.contents__link-text .arrow {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--c-white01);
  transform: rotate(45deg);
}

.outine__area {
  padding-inline: var(--padding-side);
  margin-top: 149px;
}
@media screen and (max-width: 767px) {
  .outine__area {
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 67px;
  }
}

.outline__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.outline__title-wrap {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .outline__title-wrap {
    gap: 14px;
  }
}

.outline__title {
  height: var(--section-title-height);
}
.outline__title > img {
  width: auto;
  height: 100%;
}

.outline__title-text {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .outline__title-text {
    font-size: 0.875rem;
  }
}

.outline__table-wrap {
  display: flex;
  gap: 11.7391304348%;
  position: relative;
  margin-top: 44px;
}
@media screen and (max-width: 1199px) {
  .outline__table-wrap {
    gap: 4.1208791209%;
  }
}
@media screen and (max-width: 767px) {
  .outline__table-wrap {
    flex-direction: column;
    gap: 8px;
    margin-top: 26px;
  }
}
.outline__table-wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--c-gray01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .outline__table-wrap::before {
    content: unset;
  }
}

.outline__table {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .outline__table {
    width: 100%;
  }
}
.outline__table tbody {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .outline__table tbody {
    gap: 8px;
  }
}
.outline__table .row {
  margin-inline: 0;
}
.outline__table .title {
  min-width: 122px;
  flex-shrink: 0;
  font-size: 0.8125rem;
  padding-right: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .outline__table .title {
    font-size: 0.71875rem;
    min-width: 93px;
    padding-right: 0;
  }
}
.outline__table .detail {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .outline__table .detail {
    font-size: 0.71875rem;
  }
}/*# sourceMappingURL=frestier-funabashi-natsumidai-top.css.map */