@charset "UTF-8";
/* CSS Document */
/* mixin */
/* Scss Document */
/*font*/
/*頻出するテーマカラーのブルー、全体的な変更に備えて変数化*/
/*
@mediaquery変更に備えて変数化
@media screen and (min-width:$onmouse)
のような形で使う
*/
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 15px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.bg-gray {
  background: #ededed;
}

.LPwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.LPwrap-inner {
  padding: 0 4%;
}
@media screen and (min-width: 577px) {
  .LPwrap-inner {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 1201px) {
  .LPwrap-inner {
    padding: 0 25px;
  }
}

/*=== アニメーション ===*/
.inview_fi {
  opacity: 0;
  transition: 1.5s;
}
.inview_fi.show {
  opacity: 1;
}

.inview_fiU {
  transform: translate(0, 20%);
  opacity: 0;
  transition: 1s;
}
.inview_fiU.show {
  transform: translate(0, 0);
  opacity: 1;
}

/*=== PC none / SP none ===*/
@media screen and (min-width: 577px) {
  .pc-none_s {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .pc-none960 {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .pc-none_lg {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .sp-none_lg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sp-none_s {
    display: none;
  }
}
/*==========================================
 　HEADER
===========================================*/
.tochiLP-header {
  background-color: transparent;
  border: none;
  position: absolute;
  padding: 2% 4% 0;
}
@media screen and (min-width: 577px) {
  .tochiLP-header {
    padding: 20px 2.5% 0;
  }
}
.tochiLP-header .header-logo {
  max-width: 180px;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .tochiLP-header .header-logo {
    width: 25%;
    max-width: 304px;
  }
}

/*==========================================
 　MAIN
===========================================*/
.LPmain-block {
  position: relative;
}
@media screen and (min-width: 961px) {
  .LPmain-block {
    padding: 0 0 50px;
  }
}
.LPmain-block::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  background: url("../../images/tochiLP/mainimg_sp.jpg") no-repeat center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 190vw;
}
@media screen and (min-width: 577px) {
  .LPmain-block::before {
    height: 125vw;
  }
}
@media screen and (min-width: 961px) {
  .LPmain-block::before {
    background-image: url("../../images/tochiLP/mainimg.jpg");
    height: 100%;
  }
}
.LPmain-block .main-inner {
  max-width: 1720px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 577px) {
  .LPmain-block .main-inner {
    width: 95%;
  }
}
@media screen and (min-width: 961px) {
  .LPmain-block .main-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1201px) {
  .LPmain-block .main-inner {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1921px) {
  .LPmain-block .main-inner {
    width: 100%;
  }
}
.LPmain-block .main-inner .inner-top {
  padding-top: 28vw;
  color: #fff;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .LPmain-block .main-inner .inner-top {
    padding-top: 210px;
    width: 50%;
  }
}
@media screen and (min-width: 1501px) {
  .LPmain-block .main-inner .inner-top {
    width: 55%;
  }
}
.LPmain-block .main-inner .inner-bottom {
  margin-top: 10vw;
}
@media screen and (min-width: 961px) {
  .LPmain-block .main-inner .inner-bottom {
    margin-top: 0;
    width: 47%;
  }
}
@media screen and (min-width: 1501px) {
  .LPmain-block .main-inner .inner-bottom {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .LPmain-block .main-lead01,
  .LPmain-block .main-lead02,
  .LPmain-block .main-lead03 {
    text-align: center;
  }
}
.LPmain-block .main-lead01 {
  font-weight: bold;
  font-size: clamp(20px, 2.6vw, 40px);
  letter-spacing: 0.2em;
}
.LPmain-block .main-lead02 {
  margin: 0.5em 0 0.7em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 80px);
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 960px) {
  .LPmain-block .main-lead02 {
    font-size: 36px;
  }
}
.LPmain-block .main-lead03 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 20px);
}
.LPmain-block .main-scroll {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.LPmain-block .main-scroll .bar {
  display: block;
  width: 1px;
  height: 115px;
  background: #fff;
  margin: 10px auto 0;
  position: relative;
}
.LPmain-block .main-scroll .bar::before {
  content: "";
  display: block;
  width: 6px;
  height: 27px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 3px);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media screen and (max-width: 960px) {
  .LPmain-block .main-scroll {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .LPmain-block .campaign-shadow {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
  }
}
.LPmain-block .main-campaign {
  background: #fff;
  color: #1d2b54;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 93%, 0% 100%);
  padding: 60px 25px 18%;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .LPmain-block .main-campaign {
    padding: 160px 25px 18%;
  }
}
@media screen and (min-width: 1501px) {
  .LPmain-block .main-campaign {
    padding: 210px 25px 18%;
  }
}
@media screen and (max-width: 375px) {
  .LPmain-block .main-campaign {
    padding: 60px 15px 18%;
  }
}
.LPmain-block .main-campaign .cmp-top,
.LPmain-block .main-campaign .cmp-mid {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.LPmain-block .main-campaign .cmp-top .top-ttl {
  text-align: center;
  font-size: clamp(24px, 2.6vw, 28px);
  letter-spacing: 0.4em;
  margin-bottom: 0.3em;
}
.LPmain-block .main-campaign .cmp-top .top-txt01 {
  text-align: center;
  font-size: clamp(28px, 2.8vw, 30px);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1201px) {
  .LPmain-block .main-campaign .cmp-top .top-txt01 {
    letter-spacing: 0.15em;
  }
}
.LPmain-block .main-campaign .cmp-mid {
  border-top: 1px solid #1d2b54;
  border-bottom: 1px solid #1d2b54;
  padding: 10px 0;
  margin: 10px 0;
}
@media screen and (min-width: 961px) {
  .LPmain-block .main-campaign .cmp-mid {
    padding: 25px 0;
  }
}
.LPmain-block .main-campaign .cmp-mid .mid-txt01 {
  text-align: center;
  font-size: clamp(18px, 2.3vw, 26px);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.LPmain-block .main-campaign .cmp-mid .mid-txt01 .mid {
  font-size: clamp(23px, 2.6vw, 40px);
}
@media screen and (max-width: 960px) {
  .LPmain-block .main-campaign .cmp-mid .mid-txt01 .mid {
    font-size: 26px;
  }
}
.LPmain-block .main-campaign .cmp-mid .mid-txt01 .lrg {
  font-size: clamp(36px, 4.6vw, 60px);
}
.LPmain-block .main-campaign .cmp-bottom .bottom-ttl {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.4em;
  margin-bottom: 0.3em;
}
.LPmain-block .main-campaign .cmp-bottom .bottom-txt01 {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(16px, 2.6vw, 30px);
}
.LPmain-block .main-campaign .cmp-bottom .bottom-txt01 .arw {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: #1d2b54;
  clip-path: polygon(100% 50%, 0 0, 0 99%);
}
.LPmain-block .main-campaign .cmp-bottom .bottom-txt01 .num {
  font-size: clamp(32px, 4vw, 60px);
}
.LPmain-block .main-campaign .btn-cotnact {
  margin: 25px auto 0;
}
@media screen and (min-width: 961px) {
  .LPmain-block .main-campaign .btn-cotnact {
    margin: 40px auto 0;
  }
}
.LPmain-block .main-campaign .btn-cotnact a {
  display: block;
  max-width: 448px;
  width: 100%;
  margin: 0 auto;
  background: #1d2b54;
  border: 1px solid #1d2b54;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: clamp(16px, 2.1vw, 21px);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 1.3em 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .LPmain-block .main-campaign .btn-cotnact a:hover {
    background: #fff;
    color: #1d2b54;
  }
}

/*==========================================
 　SECTION 共通
===========================================*/
.sec-ttl {
  color: #1d2b54;
}
.sec-ttl.wht {
  color: #fff;
}
.sec-ttl .ttl-ja {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: clamp(30px, 7vw, 70px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sec-ttl .ttl-ja {
    letter-spacing: 0.15em;
  }
}
.sec-ttl .ttl-ja .sml {
  display: block;
  font-size: 16px;
}
.sec-ttl .ttl-en {
  margin-top: 1em;
  text-align: center;
  font-family: Comfortaa;
  font-weight: bold;
  letter-spacing: 0.3em;
}

/*==========================================
 　LEAD
===========================================*/
.LP-lead {
  color: #1d2b54;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .LP-lead {
    padding: 150px 0;
  }
}
.LP-lead .lead-ttl {
  text-align: center;
  font-size: clamp(26px, 3.6vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .LP-lead .lead-ttl {
    letter-spacing: 0.15em;
  }
}
.LP-lead .lead-txt {
  margin: 60px auto 0;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (min-width: 768px) {
  .LP-lead .lead-txt {
    margin: 30px auto 0;
  }
}
.LP-lead .lead-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .LP-lead .lead-txt p {
    text-align: center;
  }
}

/*==========================================
 　特典内容
===========================================*/
.sec-tokuten {
  background: #1d2b54;
  color: #fff;
  position: relative;
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .sec-tokuten {
    padding: 120px 0 0;
  }
}
.sec-tokuten .tokuten-head {
  text-align: center;
  position: relative;
}
.sec-tokuten .tokuten-head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  background: linear-gradient(60deg, #1d2b54, #1d2b54 45%, #fff 45%, #fff 50%, #1d2b54 50%, #1d2b54 95%, #fff 95%, #fff);
  background-size: 17px 30px;
}
@media screen and (min-width: 768px) {
  .sec-tokuten .tokuten-head::before {
    top: calc(50% - 52.5px);
    height: 105px;
  }
}
.sec-tokuten .tokuten-head .sec-ttl {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec-tokuten .tokuten-head .sec-ttl {
    background: #1d2b54;
    padding: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-tokuten .tokuten-head .sec-ttl .ttl-ja {
    display: inline-block;
    background: #1d2b54;
    padding: 0 1em;
  }
}
.sec-tokuten .tokuten-detail {
  margin-top: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .sec-tokuten .tokuten-detail {
    margin-top: 80px;
  }
}
.sec-tokuten .tokuten-detail .detail-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec-tokuten .tokuten-detail .detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec-tokuten .tokuten-detail .detail-item:nth-of-type(2) dt {
    height: 97px;
  }
}
.sec-tokuten .tokuten-detail .detail-item dt {
  border: 1px solid #fff;
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
}
@media screen and (min-width: 768px) {
  .sec-tokuten .tokuten-detail .detail-item dt {
    min-width: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-tokuten .tokuten-detail .detail-item dt {
    max-width: 145px;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.sec-tokuten .tokuten-detail .detail-item dd {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sec-tokuten .tokuten-detail .detail-item dd {
    width: 100%;
    padding: 0 0 0 1em;
  }
}
@media screen and (min-width: 1201px) {
  .sec-tokuten .tokuten-detail .detail-item dd {
    padding: 0 0 0 3em;
  }
}
.sec-tokuten .tokuten-detail .detail-item .item-txt {
  font-size: clamp(18px, 3vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec-tokuten .tokuten-detail .detail-item .item-txt {
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .sec-tokuten .tokuten-detail .detail-item .item-txt {
    font-size: 20px;
  }
}
.sec-tokuten .tokuten-detail .detail-item .item-txt .arw {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 99%);
}
.sec-tokuten .tokuten-detail .detail-item .item-txt .lrg {
  font-size: clamp(34px, 6vw, 60px);
}
.sec-tokuten .tokuten-detail .detail-item .item-txt .mid {
  font-size: clamp(28px, 5.4vw, 54px);
}
.sec-tokuten .tokuten-bottom {
  margin-top: 60px;
  background: url("../../images/tochiLP/bg-tokuten.jpg") no-repeat center bottom/cover;
  height: 90vw;
  padding-top: 16vw;
}
@media screen and (min-width: 768px) {
  .sec-tokuten .tokuten-bottom {
    margin-top: 120px;
    height: 50vw;
    padding-top: 8vw;
  }
}
@media screen and (min-width: 1201px) {
  .sec-tokuten .tokuten-bottom {
    padding-top: 10vw;
  }
}
@media screen and (min-width: 1921px) {
  .sec-tokuten .tokuten-bottom {
    height: 828px;
    padding-top: 220px;
  }
}
.sec-tokuten .tokuten-bottom .bottom-txt {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  line-height: 1.4;
  font-size: clamp(22px, 4vw, 40px);
}
.sec-tokuten .tokuten-bottom .bottom-txt span {
  position: relative;
  display: inline-block;
}
.sec-tokuten .tokuten-bottom .bottom-txt span::before, .sec-tokuten .tokuten-bottom .bottom-txt span::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
}
.sec-tokuten .tokuten-bottom .bottom-txt span::before {
  left: -1em;
  bottom: 0;
  transform: rotate(-15deg);
}
.sec-tokuten .tokuten-bottom .bottom-txt span::after {
  right: -1em;
  bottom: 0;
  transform: rotate(15deg);
}
@media screen and (min-width: 1201px) {
  .sec-tokuten .tokuten-bottom .bottom-txt span::before {
    left: -2em;
    transform: rotate(-20deg);
  }
  .sec-tokuten .tokuten-bottom .bottom-txt span::after {
    right: -2em;
    transform: rotate(20deg);
  }
}

/*==========================================
 　分譲地情報
===========================================*/
.sec-land .land-head {
  background: #1d2b54;
  color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .sec-land .land-head {
    padding: 120px 0;
  }
}
.sec-land .land-osusume {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .sec-land .land-osusume {
    margin: 80px auto 0;
  }
}
.sec-land .land-osusume .osusume-ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(26px, 3.2vw, 32px);
  line-height: 1;
  margin-bottom: -0.5em;
}
.sec-land .land-osusume .osusume-ttl span {
  background: #1d2b54;
  padding: 0 1em;
}
.sec-land .land-osusume .osusume-inner {
  border: 1px solid #fff;
  padding: 40px 25px 30px;
}
@media screen and (min-width: 768px) {
  .sec-land .land-osusume .osusume-inner {
    padding: 100px 25px 50px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-land .land-osusume .osusume-inner {
    padding: 100px 110px 50px;
  }
}
.sec-land .land-osusume .osusume-list {
  max-width: 574px;
  width: 100%;
  margin: 0 auto;
}
.sec-land .land-osusume .osusume-list li {
  letter-spacing: 0.2em;
  font-size: clamp(18px, 2.4vw, 24px);
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.4;
}
.sec-land .land-osusume .osusume-list li:not(:last-child) {
  margin-bottom: 0.7em;
}
.sec-land .land-osusume .osusume-list li > i {
  position: absolute;
  left: 0;
  top: 0.2em;
}
.sec-land .land-osusume .osusume-txt {
  max-width: 930px;
  width: 100%;
  border-top: 1px solid #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 1em 0 0;
  margin: 2em auto 0;
}
@media screen and (min-width: 768px) {
  .sec-land .land-osusume .osusume-txt {
    padding: 55px 0 0;
    margin: 55px auto 0;
  }
}
.sec-land .land-nav {
  max-width: 1050px;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .sec-land .land-nav {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-land .land-nav .nav-item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec-land .land-nav .nav-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sec-land .land-nav .nav-item a {
  display: block;
  background: #fff;
  color: #1d2b54;
  font-size: clamp(16px, 2vw, 20px);
  padding: 30px 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  .sec-land .land-nav .nav-item a:hover .item-more {
    background: #fff;
    color: #1d2b54;
  }
}
.sec-land .land-nav .nav-item .item-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  letter-spacing: 0.15em;
}
.sec-land .land-nav .nav-item .item-ttl .sml {
  font-size: clamp(16px, 2vw, 20px);
}
.sec-land .land-nav .nav-item .item-data {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin: 20px auto 7px;
}
.sec-land .land-nav .nav-item .item-data li {
  background: #d0d2d8;
  width: 49%;
  padding: 0.4em 0.3em;
  font-size: clamp(13px, 2vw, 20px);
}
@media screen and (min-width: 577px) {
  .sec-land .land-nav .nav-item .item-data li {
    padding: 0.4em 1em;
  }
}
@media screen and (min-width: 768px) {
  .sec-land .land-nav .nav-item .item-data li {
    padding: 0.4em 0.5em;
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (min-width: 1201px) {
  .sec-land .land-nav .nav-item .item-data li {
    padding: 0.4em 1em;
  }
}
.sec-land .land-nav .nav-item .item-more {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: #1d2b54;
  border: 1px solid #1d2b54;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.sec-land .landD-block {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block {
    padding-bottom: 120px;
  }
}
.sec-land .landD-block .landD-mainimg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55vw;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .landD-mainimg {
    padding-top: 35vw;
  }
}
.sec-land .landD-block .landD-ttlBlock {
  max-width: 974px;
  width: 100%;
  margin: 40px auto 35px;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .landD-ttlBlock {
    background: #fff;
    margin: -100px auto 60px;
    padding: 2em 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec-land .landD-block .landD-ttlBlock {
    margin: -130px auto 60px;
  }
}
.sec-land .landD-block .landD-photo {
  margin: 0 auto 55px;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .landD-photo {
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .landD-photo li {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 767px) {
  .sec-land .landD-block .landD-photo li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.sec-land .landD-block.LD01 .landD-mainimg {
  background-image: url("../../images/tochiLP/img-land01_main.jpg");
}
.sec-land .landD-block.LD02 .landD-mainimg {
  background-image: url("../../images/tochiLP/img-land02_main.jpg");
}
.sec-land .landD-block .landD-child {
  margin-top: 60px;
}
.sec-land .landD-block .landD-child .landD-Cttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  color: #1d2b54;
  font-weight: 500;
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 50px;
}
.sec-land .landD-block .landD-child .landD-Cttl::before {
  content: "＜";
}
.sec-land .landD-block .landD-child .landD-Cttl::after {
  content: "＞";
}
@media screen and (max-width: 767px) {
  .sec-land .landD-block .landD-child .landD-Cttl {
    margin-bottom: 25px;
  }
}
.sec-land .landD-block .plot-block {
  color: #1d2b54;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .plot-block {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .plot-block .Pblock-head {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .plot-block .Pblock-body {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec-land .landD-block .plot-block .Pblock-body {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
}
.sec-land .landD-block .plot-block .ark-txt {
  font-weight: 500;
  text-align: right;
  font-size: clmap(14px, 1.6vw, 16px);
}
@media screen and (min-width: 1201px) {
  .sec-land .landD-block .plot-block .ark-txt {
    padding-right: 3em;
  }
}
.sec-land .landD-block .plot-list {
  margin: 0 auto 1.5em;
}
.sec-land .landD-block .plot-list .plot-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: clamp(14px, 2vw, 20px);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
}
.sec-land .landD-block .plot-list .plot-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .plot-list .plot-item:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
.sec-land .landD-block .plot-list .plot-item dt {
  font-weight: 500;
  min-width: 5.5em;
}
@media screen and (min-width: 1201px) {
  .sec-land .landD-block .plot-list .plot-item dt {
    min-width: 7em;
  }
}
.sec-land .landD-block .plot-list .plot-item dt .num {
  display: inline-block;
  font-family: Comfortaa;
  font-weight: bold;
  background: #1d2b54;
  color: #fff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.3em;
}
.sec-land .landD-block .plot-list .plot-item dt .txt {
  letter-spacing: 0.15em;
}
.sec-land .landD-block .plot-list .plot-item dd {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .sec-land .landD-block .plot-list .plot-item .item-data li:nth-of-type(2) {
    letter-spacing: 0.15em;
  }
}
.sec-land .landD-block .plot-list .plot-item .item-data li .price {
  font-size: 50px;
}
.sec-land .landD-block .detail-block {
  border: 3px solid #1d2b54;
  color: #1d2b54;
  line-height: 1.6;
}
.sec-land .landD-block .detail-block .detail-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .detail-block .detail-item.pc-none {
    display: none;
  }
}
.sec-land .landD-block .detail-block .detail-item dt {
  background: #1d2b54;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  min-width: 6em;
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-land .landD-block .detail-block .detail-item dd {
  width: 100%;
  padding: 0.5em 1em;
  font-weight: 500;
}
.sec-land .landD-block .detail-block .PCdetail-block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-land .landD-block .detail-block .PCdetail-block {
    display: none;
  }
}
.sec-land .landD-block .detail-block .PCdetail-block .block-left,
.sec-land .landD-block .detail-block .PCdetail-block .block-right {
  width: 50%;
}
.sec-land .landD-block .detail-block .PCdetail-block .block-left dd,
.sec-land .landD-block .detail-block .PCdetail-block .block-right dd {
  display: flex;
  align-items: center;
}
.sec-land .landD-block .detail-block .PCdetail-block .block-left .detail-item {
  height: 50%;
}
.sec-land .landD-block .detail-block .PCdetail-block .block-left .detail-item:last-child dt {
  border-top: 1px solid #fff;
}
.sec-land .landD-block .detail-block .PCdetail-block .block-left .detail-item:last-child dd {
  border-top: 1px solid #1d2b54;
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .detail-block .detail-basic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .sec-land .landD-block .detail-block .detail-basic .detail-item {
    width: 50%;
  }
  .sec-land .landD-block .detail-block .detail-basic .detail-item dt {
    border-top: 1px solid #fff;
  }
  .sec-land .landD-block .detail-block .detail-basic .detail-item dd {
    border-top: 1px solid #1d2b54;
  }
}
@media screen and (max-width: 767px) {
  .sec-land .landD-block .detail-block .detail-basic .detail-item:nth-of-type(n + 2) dt {
    border-top: 1px solid #fff;
  }
  .sec-land .landD-block .detail-block .detail-basic .detail-item:nth-of-type(n + 2) dd {
    border-top: 1px solid #1d2b54;
  }
}
.sec-land .btn-contact {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .sec-land .btn-contact {
    margin-top: 100px;
  }
}
.sec-land .btn-contact a {
  display: flex;
  max-width: 752px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background: #1d2b54;
  border-radius: 100px;
  padding: 10px 0;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .sec-land .btn-contact a {
    padding: 20px 0;
  }
  .sec-land .btn-contact a:hover {
    background: #566faf;
  }
}
.sec-land .btn-contact a .btn-ttl_en {
  font-family: Comfortaa;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec-land .btn-contact a .btn-ttl_logo {
  max-width: 50px;
  width: 100%;
  margin: 0 15px;
}
@media screen and (min-width: 577px) {
  .sec-land .btn-contact a .btn-ttl_logo {
    max-width: 69px;
    margin: 0 25px;
  }
}
.sec-land .btn-contact a .btn-ttl_ja {
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.2em;
  font-weight: 500;
}
.sec-land .btn-contact a .btn-ttl_ja i {
  margin-left: 0.1em;
}
@media screen and (min-width: 577px) {
  .sec-land .btn-contact a .btn-ttl_ja i {
    margin-left: 0.3em;
  }
}

/*==========================================
 　周辺施設情報
===========================================*/
.sec-info .info-head {
  background: #1d2b54;
  color: #fff;
  padding: 100px 0 60px;
}
@media screen and (min-width: 577px) {
  .sec-info .area-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sec-info .area-list .area-item {
  position: relative;
}
@media screen and (min-width: 577px) {
  .sec-info .area-list .area-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sec-info .area-list .area-item {
    width: 33.3333333333%;
  }
}
.sec-info .area-list .area-item .item-txtblock {
  position: absolute;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.2em;
  right: 0;
  bottom: 20px;
  background: #1d2b54;
  color: #fff;
  min-width: 16em;
  line-height: 1;
  padding: 0.7em 0;
}
@media screen and (min-width: 577px) {
  .sec-info .area-list .area-item .item-txtblock {
    min-width: 14em;
  }
}
.sec-info .area-list .area-item .item-ttl {
  font-weight: bold;
  text-align: center;
}
.sec-info .area-list .area-item .item-walk {
  margin-top: 0.3em;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
}
.sec-info .info-company {
  margin: 35px auto 60px;
}
@media screen and (min-width: 768px) {
  .sec-info .info-company {
    margin: 120px auto 100px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .sec-info .info-company .company-head {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .sec-info .info-company .company-body {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .sec-info .info-company .company-body {
    margin-top: 35px;
  }
}
.sec-info .info-company .company-lead {
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.sec-info .info-company .company-tel {
  max-width: 517px;
  width: 100%;
  margin: 25px auto 0;
}
.sec-info .info-company .company-tel a {
  display: block;
  background: #ededed;
  color: #4b4b4b;
  padding: 1.5em 0 1em;
  border-radius: 120px;
}
.sec-info .info-company .company-tel a .tel {
  font-family: Comfortaa;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
.sec-info .info-company .company-tel a .tel .icon {
  max-width: 30px;
  width: 100%;
  display: inline-block;
  line-height: 1;
  margin-right: 0.5em;
  vertical-align: middle;
}
.sec-info .info-company .company-tel a .rec {
  margin-top: 1em;
  text-align: center;
  font-size: clamp(12px, 1.6vw, 16px);
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.2;
}

/*==========================================
 お問い合わせ
===========================================*/
/*==========================================
 FORM STYLE
===========================================*/
input[type=text], input[type=tel], input[type=email], input[type=number], input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
  min-height: 50px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/*===プレースホルダー===*/
::-webkit-input-placeholder {
  color: #b2b2b2;
  line-height: 2;
}

::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  color: #b2b2b2;
  opacity: 1;
  line-height: 2;
}

/* IE */
/* Edge */
@media screen and (max-width: 480px) {
  ::-webkit-input-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder,
  ::-ms-input-placeholder,
  ::placeholder {
    font-size: 14px;
  }
}
/*==========================================
 他
===========================================*/
.sec-contact {
  padding: 60px 0 100px;
  background: #ededed;
}
@media screen and (min-width: 768px) {
  .sec-contact {
    padding: 120px 0 150px;
  }
}
.sec-contact .req-leadtxt {
  text-align: center;
  color: #1d2b54;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.sec-contact .req-leadtxt span {
  color: red;
}
.sec-contact .form_control {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  display: block;
  width: 100%;
  padding: 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 25px;
  min-height: 50px;
}
.sec-contact .form-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sec-contact .form-block {
    margin-top: 100px;
  }
}
.sec-contact .form-list {
  max-width: 927px;
  width: 100%;
  margin: 0 auto;
}
.sec-contact .form-list .form-item:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .sec-contact .form-list .form-item {
    display: flex;
    justify-content: space-between;
  }
  .sec-contact .form-list .form-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .sec-contact .form-list .form-item .item-head {
    min-width: 11em;
    padding: 0.5em 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec-contact .form-list .form-item .item-head {
    min-width: 12em;
  }
}
.sec-contact .form-list .form-item .item-head.paddingN {
  padding: 0;
}
.sec-contact .form-list .form-item .item-body {
  width: 100%;
}
.sec-contact .form-list .form-item .item-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #1d2b54;
}
.sec-contact .form-list .form-item .item-ttl .req {
  color: red;
}
.sec-contact .add-wrap li:not(:last-child) {
  margin-bottom: 10px;
}
.sec-contact .add-wrap li.zipp-wrap {
  display: flex;
  align-items: center;
}
.sec-contact .add-wrap li.zipp-wrap > span {
  display: inline-block;
}
.sec-contact .add-wrap li.zipp-wrap .icon {
  min-width: 1.5em;
}
.sec-contact .add-wrap li.zipp-wrap .fc-zip {
  max-width: 155px;
}
.sec-contact .add-wrap li.zipp-wrap .ark {
  min-width: 8em;
  text-align: right;
}
.sec-contact .btn_submit-wrap {
  max-width: 552px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .sec-contact .btn_submit-wrap {
    margin: 100px auto 0;
  }
}
.sec-contact .btn_submit-wrap .btn_submit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.15rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.5em 0;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  background: #1d2b54;
  border: solid 1px #1d2b54;
}
@media screen and (min-width: 768px) {
  .sec-contact .btn_submit-wrap .btn_submit:hover {
    background: #fff;
    color: #1d2b54;
  }
}
.sec-contact .ajax-loader {
  display: none !important;
}
.sec-contact .form_tle_headsUp {
  margin-top: 10px;
  color: red;
  text-align: center;
}

/*==========================================
 　FOOTER
===========================================*/
.tochiLP-footer {
  background: #1d2b54;
  color: #fff;
  border: none;
}
.tochiLP-footer .Tfooter-logo {
  max-width: 135px;
  width: 100%;
  margin: 0 auto 15px;
}
.tochiLP-footer .Tfooter-add {
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 14px);
  letter-spacing: 0.1em;
}
.tochiLP-footer .Tfooter-copy {
  margin-top: 2em;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, 1.2vw, 12px);
}

/*==========================================
 　THANKS
===========================================*/
.thanks-cts {
  padding: 100px 0;
  color: #1d2b54;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .thanks-cts {
    padding: 150px 0 120px;
  }
}
.thanks-cts .thanks-ttl {
  line-height: 1;
  margin-bottom: 60px;
}
.thanks-cts .thanks-ttl::after {
  content: "";
  width: 50%;
  max-width: 225px;
  height: 1px;
  background: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .thanks-cts .thanks-ttl {
    margin-bottom: 100px;
  }
}
.thanks-cts .thanks-ttl .ttl-en {
  text-align: center;
  font-size: clamp(6rem, 10vw, 14rem);
}
.thanks-cts .thanks-ttl .ttl-ja {
  margin-top: 1em;
  text-align: center;
  font-size: clamp(2.4rem, 3vw, 3rem);
}
.thanks-cts .thanks-txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .thanks-cts .thanks-txt p {
    text-align: center;
  }
}
.thanks-cts .btn-back {
  margin-top: 100px;
}
.thanks-cts .btn-back a {
  border: 1px solid #1d2b54;
  display: block;
  background: #1d2b54;
  color: #fff;
  text-align: center;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(1.6rem, 2vw, 2rem);
  letter-spacing: 0.15em;
  padding: 1em 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .thanks-cts .btn-back a:hover {
    background: #fff;
    color: #1d2b54;
  }
}

/*# sourceMappingURL=tochiLP.css.map */
