@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Meow+Script&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.enTitle {
  font-family: "Meow Script", cursive;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 1050px) {
  .sp_flex-show {
    display: flex !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp_flex-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc_flex-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc_flex-show {
    display: flex !important;
  }
}

@media screen and (max-width: 1050px) {
  .sp-show {
    display: block !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc-show {
    display: block !important;
  }
}

body {
  position: relative;
}
body:before, body:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  body:before, body:after {
    display: none;
    background: #fff;
  }
}
body:after {
  background: url(../img/bg.webp) no-repeat;
  background-size: cover;
}
body * {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  color: #252525;
  -webkit-font-smoothing: antialiased;
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:before, body a:after {
  transition: 0.3s;
}
body a img:hover {
  opacity: 1;
}
body p {
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  body p {
    font-size: 4.2105263158vw;
  }
}
body ul,
body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text],
body select,
body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  body .flex {
    flex-direction: column;
  }
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body .flex.main-flex {
  justify-content: center;
  position: relative;
  z-index: 5;
}
body img,
body picture {
  display: block;
  max-width: 100%;
  width: auto;
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body .btn {
  width: 300px;
  height: 60px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(60, 60, 60, 0.2);
  position: relative;
  transition: 0.3s;
  background: #E4B032;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border: solid #E4B032 1px;
}
body .btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #E4B032 url(../img/arrow-20.svg) no-repeat center;
  right: 20px;
  width: 34px;
  height: 34px;
  z-index: 10;
}
body .btn * {
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1;
  transition: 0.3s;
  font-size: 20px;
}
body .btn.h-80 {
  height: 80px;
  justify-content: flex-end;
  padding-right: 77px;
  width: 340px;
}
body .btn.h-80 span {
  font-size: 20px;
}
body .btn.h-80 small {
  font-size: 20px;
}
body .btn.h-80:hover:before {
  background: #fff url(../img/arrow-20-hover.svg) no-repeat center;
}
body .btn:hover {
  color: #fff;
}
body .btn:hover * {
  color: #fff;
}
body .btn.attention {
  padding-left: 82px;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #D5D5D5;
  transition: 0.3s;
  box-shadow: none;
}
body .btn.attention span {
  color: #252525;
}
body .btn.attention:before {
  transition: 0.3s;
  background: url(../img/question.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 42px;
  right: unset;
}
body .btn.attention:after {
  display: none;
}
body .btn.attention:hover {
  background: #F8F8F8;
}
body .btn.attention:hover span {
  color: #252525;
}
body .btn.btn-white {
  background: #fff;
  border: 1px solid #D5D5D5;
  transition: 0.3s;
}
body .btn.btn-white span {
  color: #252525;
  font-size: 15px;
}
body .btn.btn-white::before {
  background: #fff url(../img/arrow-30.svg) no-repeat center;
}
body .btn.btn-white:after {
  display: none;
}
body .btn.btn-white:hover {
  background: #F8F8F8;
}
body .btn.btn-white:hover span {
  color: #252525;
}
@media screen and (max-width: 1050px) {
  body .btn {
    width: 78.9473684211vw;
    height: 15.7894736842vw;
    border-radius: 10.5263157895vw;
    box-shadow: 1.3157894737vw 1.3157894737vw 2.6315789474vw rgba(60, 60, 60, 0.2);
    font-size: 4.2105263158vw;
  }
  body .btn span {
    font-size: 3.6842105263vw;
    margin-left: 1.3157894737vw;
  }
  body .btn:before {
    right: 5.2631578947vw;
    width: 8.9473684211vw;
    height: 8.9473684211vw;
  }
  body .btn.h-80 {
    height: 21.0526315789vw;
    justify-content: flex-end;
    padding-right: 20.2631578947vw;
    width: 89.4736842105vw;
  }
  body .btn.h-80 span {
    font-size: 5.2631578947vw;
  }
  body .btn.h-80 small {
    font-size: 3.6842105263vw;
  }
  body .btn.attention {
    padding-left: 21.5789473684vw;
  }
  body .btn.attention:before {
    width: 7.8947368421vw;
    height: 7.8947368421vw;
    left: 11.0526315789vw;
  }
}
body .btn {
  position: relative;
  overflow: hidden;
  transition: 0s;
}
body .btn span {
  transition: 0s;
}
body .btn::after {
  content: "";
  position: absolute;
  left: -150%;
  top: 0;
  width: 150%;
  height: 100%;
  background: #fff;
  transition: transform 0.7s ease;
  transform: translateX(0) skewX(0deg);
  border-radius: 40px;
  pointer-events: none;
}
body .btn:hover::after {
  transform: translateX(100%) skewX(0deg);
}
body .btn > * {
  position: relative;
  z-index: 2;
}
body .btn:hover {
  color: #E4B032;
}
body .btn:hover span {
  color: #E4B032;
}
body .btn:hover small {
  color: #E4B032;
}
body .btn.btn-beige:hover::after {
  background: #C59D79;
}
body #top-btn {
  position: fixed;
  bottom: 50px;
  right: calc(50% - 250px + 20px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body #top-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon-top.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
}
body #top-btn:hover {
  box-shadow: unset;
}
body #top-btn.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1050px) {
  body #top-btn {
    bottom: 16vw;
    right: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: unset;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(0, 0, 0, 0.1);
  }
  body #top-btn:before {
    width: 2.9333333333vw;
    height: 1.3333333333vw;
    left: 52%;
  }
}
body .float-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  flex-direction: unset;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 50;
  display: flex;
  left: 0;
}
body .float-bnr a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  height: 13.1578947368vw;
  font-size: 5.2631578947vw;
  background: #E4B032;
}
body .float-bnr.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1231px) {
  body .float-bnr {
    display: none;
  }
}
body #footer {
  background-color: #fff;
  position: relative;
  margin-top: -50px;
}
body #footer .f-con-Box {
  text-align: center;
  padding: 50px 0;
  background: #f1f9fb;
  font-family: "Noto Sans JP", serif !important;
}
body #footer .f-con-Box .f-logo {
  width: 40%;
  margin: 0 auto 30px;
}
body #footer .f-con-Box .f-ttl {
  letter-spacing: 0.2vw;
  font-weight: 700;
  margin-bottom: 0.3vw;
  font-size: 15px;
}
body #footer .f-con-Box .f-ttl1 {
  font-size: 10px;
  letter-spacing: 0.2vw;
  line-height: 1.5;
  font-weight: bold;
}
body #footer .copyright {
  padding: 40px 0 90px;
}
body #footer .copyright small {
  font-family: "Noto Sans JP", serif !important;
  font-size: 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1050px) {
  body #footer {
    margin-top: -13.1578947368vw;
  }
}
body aside {
  max-width: 36.875vw;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 500px) / 2);
}
@media screen and (max-width: 1050px) {
  body aside {
    display: none;
  }
}
body aside .logo {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 290px;
  text-align: left;
  margin-bottom: 30px;
  gap: 10px;
}
body aside .logo span {
  font-size: 12px;
  line-height: 1;
}
body aside .logo + p {
  max-width: 290px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #51ABBF;
}
body aside .navi {
  margin-top: 40px;
}
body aside .navi li a {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #51ABBF;
}
body aside .navi li + li {
  margin-top: 30px;
}
body aside .buttons {
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
body aside .buttons li {
  max-width: 290px;
  width: 100%;
}
body aside .buttons li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  justify-content: center;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background: #E4B032;
  color: #fff;
}
body aside .buttons li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff url(../img/arrow-10.svg) no-repeat center;
  right: 10px;
  width: 28px;
  height: 28px;
}
body aside .buttons li a:hover {
  background: #fff;
  color: #E4B032;
}
body aside .buttons li a:hover:before {
  background: #E4B032 url(../img/arrow-10-hover.svg) no-repeat center;
}
@media screen and (max-width: 1230px) {
  body aside .buttons li {
    max-width: 220px;
    width: 100%;
  }
  body aside .buttons li a {
    height: 40px;
    font-size: 12px;
  }
  body aside .buttons li a:before {
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
body aside.left {
  left: 0;
  padding: 15.3846153846vh 20px 10.989010989vh;
  justify-content: space-between;
}
body aside.left img {
  height: auto;
  width: 100%;
  max-width: 290px;
}
@media screen and (max-width: 1230px) {
  body aside.left p {
    font-size: 16px;
  }
}
body aside.right {
  right: 0;
  justify-content: initial;
  padding-top: 14vw;
}
body aside.right .enTitle {
  font-size: 60px;
  color: #51ABBF;
  text-align: center;
}
body aside.right .navi li a:hover {
  opacity: 0.7;
}
body main {
  position: relative;
  top: 30px;
  background: #fff;
  width: 500px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  body main {
    top: 0;
    border-radius: 0;
    width: 100%;
  }
  body main img {
    height: auto;
  }
}
body main .sections {
  width: 100%;
  position: relative;
}
body main .sections h2 span {
  display: block;
}
body main .sections .sections-inner {
  position: relative;
}
body main .sections.mv .mv_main {
  height: auto;
}
body main .sections.gift {
  padding: 40px 0 50px;
  position: relative;
}
body main .sections.gift .img01 {
  max-width: 300px;
  margin: 0 auto 50px;
}
body main .sections.gift .img02 {
  max-width: 340px;
  margin: 0 auto 20px;
}
body main .sections.gift .btn span {
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  body main .sections.gift {
    padding: 10.5263157895vw 0 13.1578947368vw;
  }
  body main .sections.gift .img01 {
    max-width: 78.9473684211vw;
    margin: 0 auto 13.1578947368vw;
  }
  body main .sections.gift .img02 {
    max-width: 89.4736842105vw;
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.gift .btn span {
    font-size: 4.2105263158vw;
  }
}
body main .sections.reserve {
  background: url(../img/model-house-bg.webp) no-repeat;
  background-size: contain;
  min-height: 949px;
  padding-top: 50px;
}
body main .sections.reserve h2 {
  margin-bottom: 20px;
}
body main .sections.reserve h2 * {
  color: #fff;
  text-align: center;
}
body main .sections.reserve h2 span.enTitle {
  font-size: 30px;
  margin-bottom: 0px;
}
body main .sections.reserve h2 span.ja {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
}
body main .sections.reserve .slider {
  margin-bottom: 79px;
}
body main .sections.reserve .slider * {
  color: #fff;
  text-align: center;
}
body main .sections.reserve .slider .slider-item {
  width: 270px !important;
  padding: 0 10px;
}
body main .sections.reserve .slider .slider-item img {
  border-radius: 5px;
  width: auto;
  display: block;
  margin-bottom: 7px;
}
body main .sections.reserve .slider .slider-item p {
  line-height: 1.8;
}
body main .sections.reserve .slider .slider-item p.ttl {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
body main .sections.reserve .slider .slider-item p.txt {
  font-size: 14px;
  text-align: left;
}
body main .sections.reserve img {
  margin: 0 auto;
}
body main .sections.reserve .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  body main .sections.reserve {
    background: url(../img/model-house-bg@sp.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 248.6842105263vw;
    padding-top: 10.5263157895vw;
  }
  body main .sections.reserve h2 {
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.reserve h2 span.enTitle {
    font-size: 13.1578947368vw;
    margin-bottom: 2.1052631579vw;
  }
  body main .sections.reserve h2 span.ja {
    font-size: 6.3157894737vw;
  }
  body main .sections.reserve .slider {
    margin-bottom: 15.7894736842vw;
  }
  body main .sections.reserve .slider .slider-item {
    width: 71.0526315789vw !important;
    padding: 0 2.6315789474vw;
  }
  body main .sections.reserve .slider .slider-item img {
    border-radius: 1.3157894737vw;
    margin-bottom: 1.8421052632vw;
  }
  body main .sections.reserve .slider .slider-item p.ttl {
    font-size: 4.7368421053vw;
    margin-bottom: 1.3157894737vw;
  }
  body main .sections.reserve .slider .slider-item p.txt {
    font-size: 3.6842105263vw;
  }
  body main .sections.reserve > img {
    width: 81.0526315789vw;
  }
  body main .sections.reserve .btn {
    margin-top: 7.8947368421vw;
  }
}
body main .sections.present {
  background: #DCF2F6;
  padding: 0 80px 100px;
  padding-right: 67px;
}
body main .sections.present::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/bg_round-blue.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: -45px;
  transform: unset;
}
body main .sections.present img {
  margin: 0 auto 30px;
  width: 100%;
  height: auto;
}
body main .sections.present h2 {
  margin-bottom: 30px;
  transform: translateY(-10px);
}
body main .sections.present .content {
  position: relative;
}
body main .sections.present .content .eco-mark {
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  width: 100px;
  height: 100px;
}
body main .sections.present .content .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  margin-left: -5px;
  box-shadow: none;
}
body main .sections.present .content + .content {
  margin-top: 40px;
}
@media screen and (max-width: 1050px) {
  body main .sections.present {
    padding: 0 5.2631578947vw 26.3157894737vw;
    padding-right: 5.2631578947vw;
  }
  body main .sections.present::before {
    width: 100vw;
    height: 12.1052631579vw;
    top: -10vw;
    background: url(../img/bg_round-blue@sp.svg) no-repeat;
    background-size: contain;
  }
  body main .sections.present img {
    margin: 0 auto 7.8947368421vw;
  }
  body main .sections.present h2 {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.present .content {
    position: relative;
  }
  body main .sections.present .content .btn {
    bottom: 7.8947368421vw;
    margin-left: 0;
  }
  body main .sections.present .content .eco-mark {
    position: absolute;
    top: 0;
    right: -3.4210526316vw;
    width: 26.3157894737vw;
    height: 26.3157894737vw;
  }
  body main .sections.present .content + .content {
    margin-top: 10.5263157895vw;
  }
}
body main .sections.cta-area {
  background: url(../img/cta-area-bg.webp) no-repeat;
  background-size: contain;
  min-height: 384px;
  padding-top: 60px;
  margin-top: -68px;
}
body main .sections.cta-area h2 {
  margin-bottom: 30px;
}
body main .sections.cta-area h2 img {
  margin: 0 auto;
}
body main .sections.cta-area .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-area {
    background: url(../img/cta-area-bg@sp.webp) no-repeat;
    background-size: contain;
    min-height: 94vw;
    padding-top: 13.1578947368vw;
    margin-top: -17.8947368421vw;
  }
  body main .sections.cta-area h2 {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.cta-area h2 > img {
    width: 81.0526315789vw;
  }
  body main .sections.cta-area .btn {
    margin-top: 7.8947368421vw;
  }
}
body main .sections.voice {
  background: #fff;
  padding-top: 4px;
  padding-bottom: 100px;
}
body main .sections.voice::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/bg_round-fff.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: -60px;
  transform: unset;
}
body main .sections.voice h2 {
  margin-bottom: 30px;
}
body main .sections.voice h2 span {
  text-align: center;
}
body main .sections.voice h2 span.enTitle {
  color: #51ABBF;
  font-size: 70px;
  margin-bottom: 10px;
}
body main .sections.voice h2 span.ja {
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  background: center url(../img/ttl_line.svg) no-repeat;
  background-size: contain;
}
body main .sections.voice h2 + p {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
body main .sections.voice .content {
  position: relative;
}
body main .sections.voice .content img {
  height: auto;
  margin: 0 auto 20px;
  max-width: 340px;
}
body main .sections.voice .content .txt {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
body main .sections.voice .content .txt h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
body main .sections.voice .content .txt p {
  font-size: 15px;
  line-height: 1.8;
}
body main .sections.voice .content + .content {
  margin-top: 30px;
}
body main .sections.voice .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  body main .sections.voice {
    padding-top: 1.0526315789vw;
    padding-bottom: 26.3157894737vw;
  }
  body main .sections.voice::before {
    height: 12.1052631579vw;
    top: -10.5263157895vw;
    background: url(../img/bg_round-fff@sp.svg) no-repeat;
    background-size: contain;
  }
  body main .sections.voice h2 {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.voice h2 span.enTitle {
    font-size: 18.4210526316vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.voice h2 span.ja {
    font-size: 6.3157894737vw;
    background: center url(../img/ttl_line@sp.svg) no-repeat;
    background-size: 100%;
  }
  body main .sections.voice h2 + p {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.voice .content .txt {
    max-width: 89.4736842105vw;
    bottom: 2.6315789474vw;
  }
  body main .sections.voice .content .txt h3 {
    margin-bottom: 2.6315789474vw;
    font-size: 4.7368421053vw;
  }
  body main .sections.voice .content .txt p {
    font-size: 3.9473684211vw;
  }
  body main .sections.voice .content + .content {
    margin-top: 7.8947368421vw;
  }
  body main .sections.voice .content + .content .txt {
    bottom: 0;
  }
  body main .sections.voice .btn {
    margin-top: 7.8947368421vw;
  }
}
body main .sections.model-house {
  padding: 0 80px 100px;
  background: url(../img/main_model_house-bg.webp) no-repeat top;
  background-size: cover;
  margin-top: -46px;
}
body main .sections.model-house h2 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .sections.model-house h2 span {
  text-align: center;
}
body main .sections.model-house h2 span.enTitle {
  font-size: 90px;
  margin-bottom: 14px;
  color: #fff;
}
body main .sections.model-house h2 span.ja {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
body main .sections.model-house h2 + p img {
  margin: 0 auto 35px;
  width: 271px;
  height: auto;
}
body main .sections.model-house iframe {
  display: block;
  margin-bottom: 20px;
}
body main .sections.model-house .search {
  border-radius: 5px;
  background: #51ABBF;
  padding: 26px 10px 10px;
  margin-bottom: 40px;
}
body main .sections.model-house .search .ttl {
  position: relative;
  color: #fff;
  padding-left: 61px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
body main .sections.model-house .search .ttl:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #fff url(../img/search.svg) no-repeat center;
  background-size: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 26px;
}
body main .sections.model-house .search ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
body main .sections.model-house .search ul li {
  width: 155px;
}
body main .sections.model-house .search ul li a {
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  border: 1px solid #fff;
}
body main .sections.model-house .search ul li a:hover {
  color: #51ABBF;
  background: #fff;
}
body main .sections.model-house .new h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 20px auto;
}
body main .sections.model-house .new p {
  font-size: 15px;
  line-height: 1.8;
}
body main .sections.model-house .new .btn {
  margin-top: 20px;
  box-shadow: none;
}
@media screen and (max-width: 1050px) {
  body main .sections.model-house {
    padding: 0 5.2631578947vw 26.3157894737vw;
    margin-top: -12.1052631579vw;
    background: url(../img/main_model_house-bg@sp.webp) no-repeat top;
    background-size: cover;
  }
  body main .sections.model-house h2 {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.model-house h2 span.enTitle {
    font-size: 23.6842105263vw;
    margin-bottom: 3.6842105263vw;
  }
  body main .sections.model-house h2 span.ja {
    font-size: 6.3157894737vw;
  }
  body main .sections.model-house h2 + p img {
    margin: 0 auto 9.2105263158vw;
    width: 71.3157894737vw;
  }
  body main .sections.model-house iframe {
    max-width: 100%;
    width: 100%;
    height: 50vw;
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.model-house .search {
    border-radius: 1.3157894737vw;
    padding: 6.8421052632vw 2.6315789474vw 2.6315789474vw;
    margin-bottom: 10.5263157895vw;
  }
  body main .sections.model-house .search .ttl {
    padding-left: 16.0526315789vw;
    font-size: 4.7368421053vw;
  }
  body main .sections.model-house .search .ttl:before {
    background: #fff url(../img/search.svg) no-repeat center;
    background-size: 3.9473684211vw;
    width: 7.8947368421vw;
    height: 7.8947368421vw;
    left: 6.8421052632vw;
  }
  body main .sections.model-house .search ul {
    margin-top: 5.2631578947vw;
    gap: 2.6315789474vw;
  }
  body main .sections.model-house .search ul li {
    width: 40.7894736842vw;
  }
  body main .sections.model-house .search ul li a {
    height: 21.0526315789vw;
    border-radius: 1.3157894737vw;
    font-size: 3.9473684211vw;
  }
  body main .sections.model-house .new h3 {
    font-size: 6.3157894737vw;
    margin: 5.2631578947vw auto;
  }
  body main .sections.model-house .new p {
    font-size: 3.9473684211vw;
  }
  body main .sections.model-house .new .btn {
    margin-top: 5.2631578947vw;
  }
}
body main .sections.works {
  background: #fff;
  padding-top: 4px;
  padding-bottom: 100px;
}
body main .sections.works::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/bg_round-fff.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: -46px;
  transform: unset;
}
body main .sections.works h2 {
  margin-bottom: 30px;
}
body main .sections.works h2 span {
  text-align: center;
}
body main .sections.works h2 span.enTitle {
  color: #51ABBF;
  font-size: 70px;
  margin-bottom: 10px;
}
body main .sections.works h2 span.ja {
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  background: center url(../img/ttl_line.svg) no-repeat;
  background-size: contain;
}
body main .sections.works h2 + p {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
body main .sections.works .content {
  position: relative;
}
body main .sections.works .content * {
  font-size: 0;
}
body main .sections.works .content h3 {
  position: relative;
  z-index: 10;
}
body main .sections.works .content h3 img {
  margin: 0 auto;
}
body main .sections.works .content .slider {
  margin-top: -20px;
}
body main .sections.works .content .slider .slider-item {
  width: 360px !important;
  padding: 0 5px;
}
body main .sections.works .content .slider .slider-item * {
  font-size: 0;
}
body main .sections.works .content .slider .slider-item img {
  border-radius: 5px;
}
body main .sections.works .content + .content {
  margin-top: 40px;
}
@media screen and (max-width: 1050px) {
  body main .sections.works {
    padding-top: 1.0526315789vw;
    padding-bottom: 26.3157894737vw;
  }
  body main .sections.works::before {
    height: 12.1052631579vw;
    top: -12.1052631579vw;
    background: url(../img/bg_round-fff@sp.svg) no-repeat;
    background-size: contain;
  }
  body main .sections.works h2 {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.works h2 span.enTitle {
    font-size: 18.4210526316vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.works h2 span.ja {
    background: center url(../img/ttl_line@sp.svg) no-repeat;
    background-size: 100%;
    font-size: 6.3157894737vw;
  }
  body main .sections.works h2 + p {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.works .content h3 img {
    width: 78.1578947368vw;
  }
  body main .sections.works .content .slider {
    margin-top: -5.2631578947vw;
  }
  body main .sections.works .content .slider .slider-item {
    width: 94.7368421053vw !important;
    padding: 0 1.3157894737vw;
  }
  body main .sections.works .content .slider .slider-item img {
    border-radius: 1.3157894737vw;
  }
  body main .sections.works .content + .content {
    margin-top: 10.5263157895vw;
  }
}
body main .sections.history {
  background: #F8F2E7;
  padding-top: 4px;
  padding-bottom: 120px;
}
body main .sections.history::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/bg_round_beige.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 46px;
  position: absolute;
  left: 0;
  top: -46px;
  transform: unset;
}
body main .sections.history h2 {
  transform: translateY(-56px);
  margin-bottom: -16px;
}
body main .sections.history h2 img {
  margin: 6px auto 25px;
}
body main .sections.history h2 span {
  text-align: center;
}
body main .sections.history h2 span.enTitle {
  color: #fff;
  font-size: 90px;
}
body main .sections.history h2 span.ja {
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
body main .sections.history .contents {
  position: relative;
}
body main .sections.history .contents .content {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
body main .sections.history .contents .content:before, body main .sections.history .contents .content:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transform: unset;
}
body main .sections.history .contents .content > * {
  padding-left: 120px;
  max-width: 420px;
  width: 100%;
}
body main .sections.history .contents .content:before {
  background: #51ABBF;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  left: 80px;
  top: 11px;
}
body main .sections.history .contents .content:after {
  background: #C5C5C5;
  width: 1px;
  height: 100%;
  left: 90px;
  top: 38px;
}
body main .sections.history .contents .content.active {
  opacity: 1;
  transform: translateY(0);
}
body main .sections.history .contents .content > img {
  margin-bottom: 20px;
  width: auto;
}
body main .sections.history .contents .content h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
body main .sections.history .contents .content ul {
  margin-top: 20px;
  padding-left: 145px;
}
body main .sections.history .contents .content li,
body main .sections.history .contents .content p {
  line-height: 1.8;
  font-size: 15px;
}
body main .sections.history .contents .content li {
  list-style-type: disc;
}
body main .sections.history .contents .content p {
  margin-top: 10px;
}
body main .sections.history .contents .content + .content {
  margin-top: 40px;
}
body main .sections.history .contents .content:last-child:after {
  display: none;
}
@media screen and (max-width: 1050px) {
  body main .sections.history {
    padding-top: 1.0526315789vw;
    padding-bottom: 26.3157894737vw;
  }
  body main .sections.history::before {
    width: 100%;
    height: 12.1052631579vw;
    top: -12.1052631579vw;
    background: url(../img/bg_round-beige@sp.webp) no-repeat;
    background-size: contain;
  }
  body main .sections.history h2 {
    transform: translateY(-14.7368421053vw);
    margin-bottom: -4.2105263158vw;
  }
  body main .sections.history h2 img {
    margin: 1.5789473684vw auto 6.5789473684vw;
  }
  body main .sections.history h2 span.enTitle {
    font-size: 23.6842105263vw;
  }
  body main .sections.history h2 span.ja {
    font-size: 6.3157894737vw;
  }
  body main .sections.history .contents .content {
    transform: translateY(10.5263157895vw);
  }
  body main .sections.history .contents .content > * {
    padding-left: 15.7894736842vw;
    max-width: 100%;
  }
  body main .sections.history .contents .content:before {
    width: 5.5263157895vw;
    height: 5.5263157895vw;
    left: 5.2631578947vw;
    top: 2.8947368421vw;
  }
  body main .sections.history .contents .content:after {
    left: 7.8947368421vw;
    top: 10vw;
  }
  body main .sections.history .contents .content > img {
    margin-bottom: 5.2631578947vw;
    height: 11.8421052632vw;
  }
  body main .sections.history .contents .content h3 {
    font-size: 5.2631578947vw;
  }
  body main .sections.history .contents .content ul {
    margin-top: 5.2631578947vw;
    padding-left: 21.0526315789vw;
    max-width: 93.4210526316vw;
  }
  body main .sections.history .contents .content li,
  body main .sections.history .contents .content p {
    font-size: 3.9473684211vw;
  }
  body main .sections.history .contents .content p {
    margin-top: 2.6315789474vw;
    max-width: 94.7368421053vw;
  }
  body main .sections.history .contents .content + .content {
    margin-top: 10.5263157895vw;
  }
}
body .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 10;
}
body .modal .modal-wrap {
  max-width: 815px;
  width: 100%;
  max-height: 700px;
  height: 100%;
  position: relative;
}
body .modal .modal-wrap .modal-close {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-close.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 24px;
  right: 30px;
  transform: unset;
  z-index: 80;
}
body .modal .modal-wrap .main-ttl {
  position: absolute;
  z-index: 50;
  background: #fff;
  width: calc(100% - 15px);
  border-radius: 10px 10px 0 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D2D2D2;
}
body .modal .modal-content {
  max-width: 815px;
  border-radius: 10px;
  width: 100%;
  max-height: 700px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: auto;
  -ms-overflow-style: none;
  /*スクロールバーの横幅指定*/
}
body .modal .modal-content::-webkit-scrollbar {
  width: 12px;
}
body .modal .modal-content {
  /*スクロールバーの背景色・角丸指定*/
}
body .modal .modal-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #FBFBFB;
}
body .modal .modal-content {
  /*スクロールバーの色・角丸指定*/
}
body .modal .modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D9D9D9;
}
body .modal .modal-content .modal-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 40px 60px;
  padding-right: 42px;
}
body .modal .modal-content .modal-inner p {
  line-height: 1.8;
}
body .modal .modal-content .modal-inner a {
  text-decoration: underline;
  color: #51ABBF;
}
body .modal .modal-content .modal-inner a:hover {
  opacity: 0.7;
}
body .modal .modal-content .modal-inner .ttl {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
body .modal .modal-content .modal-inner .ttl + .flex {
  margin-top: 30px;
}
body .modal .modal-content .modal-inner .ttl + ol,
body .modal .modal-content .modal-inner .ttl + ul {
  margin-top: 30px;
}
body .modal .modal-content .modal-inner .ttl + p {
  font-size: 18px;
  margin-top: 30px;
}
body .modal .modal-content .modal-inner .ttl + p + ol,
body .modal .modal-content .modal-inner .ttl + p + ul {
  margin-top: 10px;
}
body .modal .modal-content .modal-inner .ttl + p + .ttl {
  margin-top: 50px;
}
body .modal .modal-content .modal-inner ol,
body .modal .modal-content .modal-inner ul {
  padding-left: 30px;
}
body .modal .modal-content .modal-inner ol li,
body .modal .modal-content .modal-inner ul li {
  font-size: 18px;
  line-height: 1.8;
}
body .modal .modal-content .modal-inner ol + .ttl,
body .modal .modal-content .modal-inner ul + .ttl {
  margin-top: 50px;
}
body .modal .modal-content .modal-inner ol + p,
body .modal .modal-content .modal-inner ul + p {
  margin-top: 20px;
}
body .modal .modal-content .modal-inner ol li {
  list-style: decimal;
}
body .modal .modal-content .modal-inner ul li {
  list-style: disc;
}
body .modal .modal-content .modal-inner .content {
  padding-bottom: 40px;
}
body .modal .modal-content .modal-inner .content * {
  line-height: 1.8;
}
body .modal .modal-content .modal-inner .content h2 {
  font-weight: 700;
  font-size: 32px;
}
body .modal .modal-content .modal-inner .content h2 + .flex {
  margin-top: 30px;
}
body .modal .modal-content .modal-inner .content h2 + .sub-ttl {
  margin-top: 10px;
}
body .modal .modal-content .modal-inner .content h3 {
  font-weight: 700;
  font-size: 24px;
}
body .modal .modal-content .modal-inner .content h3 + p {
  margin-top: 20px;
}
body .modal .modal-content .modal-inner .content img {
  border-radius: 5px;
}
body .modal .modal-content .modal-inner .content p {
  font-size: 18px;
}
body .modal .modal-content .modal-inner .content p + .caution {
  margin-top: 20px;
}
body .modal .modal-content .modal-inner .content .sub-ttl {
  font-weight: 700;
}
body .modal .modal-content .modal-inner .content .sub-ttl + .flex {
  margin-top: 30px;
}
body .modal .modal-content .modal-inner .content .flex {
  gap: 30px;
}
body .modal .modal-content .modal-inner .content .flex .txt {
  max-width: 338px;
  width: 100%;
}
body .modal .modal-content .modal-inner .content .flex + h3 {
  margin-top: 40px;
}
body .modal .modal-content .modal-inner .content .flex + .caution {
  margin-top: 20px;
}
body .modal .modal-content .modal-inner .content .caution {
  font-size: 14px;
}
body .modal .modal-content .modal-inner .content.battery .sub-ttl + .flex {
  margin-top: 20px;
  margin-bottom: -97px;
}
body .modal .modal-content .modal-inner .content.battery .sub-ttl + .flex img {
  position: relative;
  top: -97px;
}
body .modal .modal-content .modal-inner .content.battery .sub-ttl + .flex .txt {
  max-width: 478px;
}
body .modal .modal-content .modal-inner .content + .content {
  border-top: 1px solid #D2D2D2;
  padding-top: 40px;
}
@media screen and (max-width: 1050px) {
  body .modal .modal-wrap {
    max-width: 82.8947368421vw;
    max-height: 165.7894736842vw;
  }
  body .modal .modal-wrap .modal-close {
    width: 5.5263157895vw;
    height: 5.5263157895vw;
    top: 6.3157894737vw;
    right: 5.2631578947vw;
  }
  body .modal .modal-wrap .main-ttl {
    width: 100%;
    border-radius: 5.2631578947vw 5.2631578947vw 0 0;
    height: 18.4210526316vw;
    font-size: 4.2105263158vw;
  }
  body .modal .modal-content {
    max-width: 82.8947368421vw;
    border-radius: 5.2631578947vw;
    max-height: 165.7894736842vw;
  }
  body .modal .modal-content .modal-inner {
    padding: 26.3157894737vw 5.2631578947vw 10.5263157895vw;
    padding-right: 5.2631578947vw;
  }
  body .modal .modal-content .modal-inner .ttl {
    line-height: 1.8;
    font-size: 3.9473684211vw;
  }
  body .modal .modal-content .modal-inner .ttl + ol,
  body .modal .modal-content .modal-inner .ttl + ul {
    margin-top: 5.2631578947vw;
  }
  body .modal .modal-content .modal-inner .ttl + p {
    font-size: 3.4210526316vw;
    margin-top: 5.2631578947vw;
  }
  body .modal .modal-content .modal-inner .ttl + p + ol,
  body .modal .modal-content .modal-inner .ttl + p + ul {
    margin-top: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .ttl + p + .ttl {
    margin-top: 13.1578947368vw;
  }
  body .modal .modal-content .modal-inner p {
    font-size: 3.4210526316vw;
  }
  body .modal .modal-content .modal-inner ol,
  body .modal .modal-content .modal-inner ul {
    padding-left: 5.7894736842vw;
  }
  body .modal .modal-content .modal-inner ol li,
  body .modal .modal-content .modal-inner ul li {
    font-size: 3.4210526316vw;
  }
  body .modal .modal-content .modal-inner ol + .ttl,
  body .modal .modal-content .modal-inner ul + .ttl {
    margin-top: 10.5263157895vw;
  }
  body .modal .modal-content .modal-inner ol + p,
  body .modal .modal-content .modal-inner ul + p {
    margin-top: 5.2631578947vw;
  }
  body .modal .modal-content .modal-inner .content {
    padding-bottom: 10.5263157895vw;
  }
  body .modal .modal-content .modal-inner .content h2 {
    font-size: 4.7368421053vw;
  }
  body .modal .modal-content .modal-inner .content h2 + .sub-ttl {
    margin-top: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .content h2 + .flex {
    margin-top: 7.8947368421vw;
  }
  body .modal .modal-content .modal-inner .content h3 {
    font-size: 3.4210526316vw;
  }
  body .modal .modal-content .modal-inner .content h3 + p {
    margin-top: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .content img {
    border-radius: 1.3157894737vw;
    max-height: 50vw;
    object-fit: cover;
  }
  body .modal .modal-content .modal-inner .content img.contain {
    object-fit: contain;
  }
  body .modal .modal-content .modal-inner .content p {
    font-size: 3.4210526316vw;
  }
  body .modal .modal-content .modal-inner .content p + .caution {
    margin-top: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .content .sub-ttl + .flex {
    margin-top: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .content .flex {
    gap: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .content .flex .txt {
    max-width: 100%;
  }
  body .modal .modal-content .modal-inner .content .flex + h3 {
    margin-top: 5.2631578947vw;
  }
  body .modal .modal-content .modal-inner .content .flex + .caution {
    margin-top: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .content .caution {
    font-size: 3.4210526316vw;
  }
  body .modal .modal-content .modal-inner .content.battery .sub-ttl + .flex {
    margin-top: 2.6315789474vw;
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  body .modal .modal-content .modal-inner .content.battery .sub-ttl + .flex img {
    top: 0;
  }
  body .modal .modal-content .modal-inner .content.battery .sub-ttl + .flex .txt {
    max-width: 100%;
  }
  body .modal .modal-content .modal-inner .content + .content {
    padding-top: 10.5263157895vw;
  }
}/*# sourceMappingURL=style.css.map */