/*---all---*/
.lp-nijo-main {
  overflow-x: hidden;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #141414;
  scroll-behavior: smooth;
}
.f-eng {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04rem;
}
.f-eng2 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lp-nijo-main img {
  width: 100%;
}
.bk-ece8e0 {
  background: #ece8e0;
}
.bk-111111 {
  background: #111111;
}
.container1600, .container1320 {
  width: 87.17%;
  margin: 0 auto;
}
.sp-none {
  display: none;
}
.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .container1600 {
    width: 88.88%;
  }
  .container1320 {
    width: 73.33%;
  }
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .m-title {
    font-size: 1rem;
  }
}
/*btn*/
.vm {
  width: 170px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .3s;
  font-size: 0.93rem;
  position: relative;
}
a.vm:hover {
  text-decoration: none;
}
.vm .arrow {
  display: inline-block;
  margin-left: 0.5em;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  transition: transform 0.3s ease;
  position: absolute;
  right: 2rem;
  top: 50%;
}
.vm-bg {
  background: #456874;
}
.vm-bg:hover {
  background: #111111;
  transition: .3s;
  color: #fff;
}
.vm-bk {
  background: #111111;
}
.vm-bk:hover {
  background: #456874;
  transition: .3s;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .vm {
    font-size: 0.875rem;
  }
}
/* -HEADER
  --------------------------------------------------------------------------------------------- */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out, color 0.3s;
  -o-transition: all 0.3s ease-in-out, color 0.3s;
  transition: all 0.3s ease-in-out, color 0.3s;
}
.header-btn-wrap .vm:first-child {
  margin-right: 0.66rem;
}
#header.page-down {
  transition: .3s;
  transform: translateY(-100%);
}
#header.page-up {
  transform: translateY(0%);
  transition: .3s;
}
@media screen and (min-width: 768px) {
  #header {
    height: 90px;
  }
}
@media screen and (min-width: 1400px) {
  #header {
    height: 100px;
  }
}
body.fixed {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* CONTAINER  */
.header_container {
  width: 87.17%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header_container {
    width: 93.33%;
  }
}
/*instagram*/
a.header-insta {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 2rem;
  align-items: center;
}
.insta-icon-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
}
.insta-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.insta-icon.visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .header-btn-wrap .vm:first-child {
    display: none;
  }
  .header-btn-wrap .vm {
    width: 160px;
    font-size: 0.866rem;
    height: 34px;
    line-height: 34px;
  }
  a.header-insta {
    margin-right: 1rem;
  }
}
/*--------------------------------
      fv
  --------------------------------*/
/* fv 全体 */
.fv {
  position: relative;
  display: flex;
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}
.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
/* PC 横並び */
.fvSlide__left, .fvSlide__right {
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fvSlide {
  position: relative;
  width: 100%;
  height: 100%;
}
.fvSlide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 3s ease-in-out;
}
.fvSlide__item .fvSlide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 18s ease-in-out; /* ズームアウト速度を倍に */
}
.fvSlide__item.active {
  opacity: 1;
  z-index: 2;
}
.fvSlide__item.active .fvSlide__img {
  transform: scale(1.0);
}
/* テキストブロック */
.mv_txt_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 75%;
}
.mv_sub_txt_block {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 11;
  max-width: 250px;
  width: 60%;
}
.mv_txt_block, .mv_sub_txt_block {
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 1s;
}
.mv_txt_block.show, .mv_sub_txt_block.show {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv_txt_block {
    max-width: 155px;
  }
  .mv_sub_txt_block {
    bottom: 4.75rem;
    right: 5.55%;
    max-width: 160px;
  }
}
/* スマホ時: 縦積み（上：左画像 下：右画像）に切替 */
@media screen and (max-width: 767px) {
  #main_sd {
    overflow: hidden;
  }
  .fv {
    flex-direction: column;
    height: 100vh;
  }
  .fvSlide__left, .fvSlide__right {
    width: 100%;
    height: 50vh;
  }
  /* スライドアイテムの高さ調整 */
  .fvSlide__item {
    position: absolute;
    width: 100%;
    height: 50vh;
  }
  .fvSlide__item .fvSlide__img {
    height: 50vh;
    transition: transform 12s ease-in-out; /* ズームアウト速度はPCと同じ */
  }
  /* テキストブロック位置調整 */
  .mv_txt_block {
    width: 35%;
    max-width: 120px;
  }
  .mv_sub_txt_block {
    position: absolute;
    top: calc(100vh + -5.66rem);
    left: 6.4%;
    max-width: 100px;
    width: 60%;
  }
}
/*--------------------------------
      コンセプト
  --------------------------------*/
.nijo-concept {
  padding-top: 5.33rem;
  padding-bottom: 8rem;
}
.m-title {
  font-size: 0.933rem;
}
.m-title span {
  width: 7px;
  display: inline-block;
}
.nijo-concept .inner-txt {
  margin-top: 3.6rem;
}
.nijo-concept .inner-txt .main-txt {
  width: 266px;
  margin-bottom: 3.4rem;
}
.nijo-concept .inner-txt .sub-txt p {
  text-align: justify;
  margin-bottom: 1.6rem;
  line-height: 1.73;
}
.nijo-concept .inner-img {
  margin-top: 5.33rem;
}
.nijo-concept .inner-img .img1 {
  margin-left: 6.45%;
  width: 51.2%;
}
.nijo-concept .inner-img .img2 {
  width: 82.05%;
  margin-left: auto;
  margin-top: 2.66rem;
}
/* 共通初期状態：見えない＆少し横にずらす */
.img1, .img2 {
  opacity: 0;
  transition: transform 1.2s ease, opacity 1.2s ease;
  will-change: transform, opacity;
}
/* 左からスライド（位置そのまま） */
.img1.before-slide {
  transform: translateX(-40px);
}
.img1.slide-in {
  opacity: 1;
  transform: translateX(0);
}
/* 右からスライド */
.img2.before-slide {
  transform: translateX(40px);
}
.img2.slide-in {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .nijo-concept {
    padding-top: 6.66rem;
    padding-bottom: 0;
  }
  .nijo-concept .inner-txt {
    margin-top: 4.6rem;
    display: flex;
    justify-content: flex-start;
  }
  .nijo-concept .inner-txt .sub-txt {
    padding-left: 7%;
  }
  .nijo-concept .inner-img {
    margin-top: 6.33rem;
    display: flex;
    justify-content: space-between;
  }
  .nijo-concept .inner-img .img1 {
    margin-left: 5.56%;
    width: 33.88%;
  }
  .nijo-concept .inner-img .img2 {
    width: 44.44%;
    margin-left: auto;
    margin-top: 6%;
  }
}
@media screen and (min-width: 992px) {
  .nijo-concept .inner-txt {
    width: 90%;
    margin: 4.6rem auto 0;
  }
  .nijo-concept .inner-txt .sub-txt {
    padding-left: 12%;
  }
  .nijo-concept .inner-txt .main-txt {
    margin-bottom: 0;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .nijo-concept .inner-txt .main-txt {
    width: 370px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .nijo-concept {
    padding-top: 10rem;
  }
  .nijo-concept .inner-txt .main-txt {
    margin-top: 11.5rem;
  }
  .nijo-concept .inner-txt .sub-txt {
    padding-left: 19.77%;
  }
  .nijo-concept .inner-txt {
    width: 82.18%;
    margin: 7.5rem auto 0;
  }
  .nijo-concept .inner-img {
    margin-top: 10rem;
  }
  .nijo-concept .inner-txt .sub-txt p {
    text-align: justify;
    margin-bottom: 2.06rem;
    line-height: 1.88;
    font-size: 1.125rem;
  }
}
/*--------------------------------
      ライフスタイル
  --------------------------------*/
.nijo-lifesyle .main-txt {
  width: 140px;
  margin-left: auto;
  margin-top: 2.66rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .nijo-lifesyle .main-txt {
    width: 400px;
    margin-top: 4.6rem;
    padding-bottom: 6.33rem;
    margin-left: 8.75%;
  }
}
@media screen and (min-width: 1200px) {
  .nijo-lifesyle .main-txt {
    width: 513px;
  }
}
@media screen and (min-width: 1400px) {
  .nijo-lifesyle .main-txt {
    margin-top: 7.5rem;
    padding-bottom: 8.75rem;
  }
}
/*メイン*/
.nijo-lifesyle .main-inner {
  position: relative;
  width: 100% !important;
  max-width: unset !important;
}
/* 1セクション高さ100vhで固定 */
.nijo-lifesyle .main-inner .item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
/* セクション内コンテンツをピン留めで画面いっぱいに */
.nijo-lifesyle .main-inner .item .section__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
}
.nijo-lifesyle .main-inner .item .section__inner {
  will-change: transform;
  /* ここはJSのアニメーションでyPercent制御するので初期設定は不要です */
}
/* 固定時に z-index を適切に制御 */
.nijo-lifesyle .section__inner {
  z-index: 1; /* 必要なら2などに調整 */
  position: relative;
}
/* wire-wrapやbtn-wrapが上に来すぎないようにする */
.wire-wrap, .wire-wrap .btn-wrap {
  position: relative;
  z-index: 0 !important;
}
.nijo-lifesyle .main-inner .item .item-txt {
  background: #fff;
}
.nijo-lifesyle .main-inner .item .item-txt-inner {
  width: 87.17%;
  margin: 0 auto;
  padding: 3.33rem 0 4.66rem;
}
.nijo-lifesyle .main-inner .item .nmb {
  display: table;
  margin-left: auto;
  margin-bottom: 2rem;
  text-align: center;
}
.nijo-lifesyle .main-inner .item .eng1 {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #b4b4b487;
  padding-bottom: 0.6rem;
  margin-bottom: 0.8rem;
}
.nijo-lifesyle .main-inner .item .eng1 .f-eng2 {
  font-style: italic;
  font-size: 2.2rem;
}
.nijo-lifesyle .main-inner .item .eng1 .f-eng {
  font-size: 2.3rem;
  font-weight: 200;
  margin-left: 0.2rem;
}
.nijo-lifesyle .main-inner .item .txt1 {
  font-size: 1.33rem;
  margin-bottom: 1.66rem;
}
.nijo-lifesyle .main-inner .item .txt2 p {
  font-size: 0.933rem;
  line-height: 1.64rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .nijo-lifesyle .main-inner .item .nmb {
    margin-bottom: 3rem;
  }
  .nijo-lifesyle .main-inner .item .section__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nijo-lifesyle .main-inner .item .item-txt-inner {
    width: 80%;
  }
  .nijo-lifesyle .main-inner .item .item-img {
    width: 50%;
    height: auto;
  }
  .nijo-lifesyle .main-inner .item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nijo-lifesyle .main-inner .item .item-txt {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .nijo-lifesyle .main-inner .item .item-txt-inner {
    width: 100%;
    padding: 4.66rem 5.56% 5.66rem 15%;
  }
  .nijo-lifesyle .main-inner .item .nmb {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .nijo-lifesyle .main-inner .item .nmb {
    margin-bottom: 25vh;
  }
}
@media screen and (min-width: 1400px) {
  .nijo-lifesyle .main-inner .item .item-img {
    width: 55.55%;
  }
  .nijo-lifesyle .main-inner .item .item-txt {
    width: 44.44%;
  }
  .nijo-lifesyle .main-inner .item .item-txt-inner {
    padding: 5.65rem 12.5% 7.8rem 20%;
    width: 100%;
  }
  .nijo-lifesyle .main-inner .item .eng1 .f-eng2 {
    font-size: 2.5rem;
  }
  .nijo-lifesyle .main-inner .item .eng1 .f-eng {
    font-size: 2.5rem;
  }
  .nijo-lifesyle .main-inner .item .txt1 {
    font-size: 1.56rem;
    margin-bottom: 2.75rem;
  }
  .nijo-lifesyle .main-inner .item .item-img {
    width: 55.55%;
  }
}
@media screen and (min-width: 1600px) {
  .nijo-lifesyle .main-inner .item .nmb {
    margin-bottom: 30vh;
  }
}
@media screen and (max-width: 991px) {
  .nijo-lifesyle .main-inner .item {
    height: auto;
    border-bottom: 1px solid #b4b4b4a6;
  }
  .nijo-lifesyle .main-inner .item:last-child {
    border-bottom: none;
  }
  .nijo-lifesyle .main-inner .item .section__inner {
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .nijo-lifesyle .main-inner .item .item-img, .nijo-lifesyle .main-inner .item .item-txt {
    width: 100% !important;
  }
}
/*--------------------------------
      フォームへの導線
  --------------------------------*/
.wire-wrap {
  padding: 5.33rem 0;
  background: #ece8e0;
}
.wire-wrap .txt1 {
  text-align: center;
  font-size: 1.33rem;
  margin-bottom: 2.66rem;
}
.btn-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-wrap .vm {
  width: 260px;
  height: 55px;
}
.btn-wrap .vm:first-child {
  margin-bottom: 0.933rem;
}
@media screen and (min-width: 768px) {
  .btn-wrap .vm:first-child {
    margin-bottom: 0;
  }
  .btn-wrap .vm {
    height: 60px;
    margin: 0 0.9375rem;
  }
  .btn-wrap {
    flex-direction: unset;
  }
}
@media screen and (min-width: 1400px) {
  .wire-wrap {
    padding: 9rem 0;
  }
  .wire-wrap .txt1 {
    font-size: 1.56rem;
    margin-bottom: 3.125rem;
  }
  .btn-wrap .vm {
    font-size: 1rem;
  }
}
/*--------------------------------
      ハウスシーン
  --------------------------------*/
.nijo-scene {
  color: #fff;
  padding: 5.33rem 0;
}
.nijo-scene .main-txt {
  margin-top: 4rem;
  width: 249px;
  min-width: 249px;
  margin-bottom: 2.66rem;
}
.nijo-scene .inner-txt {
  margin-bottom: 4rem;
  padding-left: 5.88%;
}
.nijo-scene .sub-txt p {
  font-size: 0.933rem;
  text-align: justify;
}
.lp-nijo-main .ttl {
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .nijo-scene {
    padding: 6.66rem 0;
  }
}
@media screen and (min-width: 992px) {
  .nijo-scene .inner-txt {
    margin-bottom: 4rem;
    display: flex;
    align-items: end;
    margin-top: 4.6rem;
  }
  .nijo-scene .main-txt {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nijo-scene .sub-txt {
    padding-left: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .nijo-scene .sub-txt {
    padding-left: 11.3%;
  }
  .nijo-scene .inner-txt {
    padding-left: 9.09%;
  }
  .nijo-scene .main-txt {
    width: 345px;
    min-width: 345px;
  }
}
@media screen and (min-width: 1400px) {
  .nijo-scene {
    padding: 10rem 0;
  }
  .nijo-scene .sub-txt p {
    font-size: 1rem;
    line-height: 1.66;
  }
  .nijo-scene .inner-txt {
    margin-bottom: 6.25rem;
    margin-top: 7.5rem;
  }
}
/*ギャラリー　タブ*/
.gallery-wrap .nav-tabs {
  border-bottom: none;
}
.gallery-wrap .nav-tabs .nav-link {
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.933rem;
  padding: 0.9rem;
}
.gallery-wrap .nav-tabs .nav-link.active {
  color: #111111;
  border-color: #fff;
}
.gallery-wrap .nav-tabs .nav-link:hover {
  border: 1px solid #fff;
}
.gallery-wrap .nav-tabs .nav-item {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .gallery-wrap .nav-tabs {
    width: 25.7%;
    margin-left: auto;
    min-width: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .gallery-wrap .nav-tabs .nav-link {
    font-size: 1rem;
    padding: 1rem;
  }
}
/*ギャラリー ホバー時*/
.gallery-wrap a.img {
  display: block;
  position: relative;
}
.gallery-wrap a.img .hover-txt {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: .3s;
}
.gallery-wrap a.img:hover .hover-txt {
  opacity: 1;
  transition: .3s;
}
.gallery-wrap a.img .hover-txt p {
  color: #fff;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 0.933rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 992px) {
  .gallery-wrap a.img .hover-txt {
    height: 9.375rem;
  }
  .gallery-wrap a.img .hover-txt p {
    bottom: 1.875rem;
    left: 1.87rem;
    font-size: 1rem;
  }
}
/*sp*/
.gallery-box-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* 画像の間隔 */
  margin-bottom: 5px;
}
.gallery-box-row.row1 .img {
  width: 100%;
}
.gallery-box-row.row2 .img {
  width: calc(50% - 2.5px); /* gapが5pxなので、2.5pxずつ引く */
}
.gallery-box-row .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-box-row .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gallery-wrap .pc-none {
    display: block;
  }
  .gallery-wrap .sp-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .gallery-wrap .pc-none {
    display: none;
  }
  .gallery-wrap .sp-none {
    display: block;
  }
}
/*pc*/
#overlay {
  background-color: rgb(0 0 0) !important;
}
.gallery-box-row.row3 {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  margin-bottom: 5px;
}
.sp-none .gallery-box-row {
  gap: 0;
  justify-content: space-between;
  margin-bottom: 0.35%;
}
.sp-none .gallery-box-row.row2 .img {
  width: 49.81%;
}
/* 比率に基づいた幅設定 */
.gallery-box-row.row3 .img:nth-child(1) {
  width: 39.39%;
}
.gallery-box-row.row3 .img:nth-child(2), .gallery-box-row.row3 .img:nth-child(3) {
  width: 29.92%;
}
/*--------------------------------
      モデルプラン
  --------------------------------*/
.nijo-plan {
  padding: 5.33rem 0 6.66rem;
}
.nijo-plan .inner {
  margin-top: 3.5rem;
}
.nijo-plan .inner .unit1, .nijo-plan .inner .unit2 {
  font-size: 0.933rem;
  padding-left: 5.88%;
}
.nijo-plan .unit1 p.mb-0 {
  text-align: justify;
}
.nijo-plan table {
  margin-top: 3.33rem;
  margin-bottom: 4rem;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.nijo-plan table tr {
  border-bottom: 1px solid #b4b4b44a;
}
.nijo-plan table tr:first-child {
  border-top: 1px solid #b4b4b44a;
}
.nijo-plan table th {
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 1.7rem 0 0.3rem;
  letter-spacing: 0.1rem;
}
.nijo-plan table th.ls {
  letter-spacing: 2rem;
}
.nijo-plan table td {
  width: 100%;
  display: block;
  padding: 0.3rem 0 1.7rem;
  letter-spacing: 0.1rem;
}
.nijo-plan .inner .unit2 .img {
  margin-top: 1.6rem;
}
.nijo-plan .btn-wrap {
  margin-top: 6.66rem;
}
@media screen and (min-width: 768px) {
  .nijo-plan {
    padding: 6.66rem 0;
  }
  .nijo-plan table tr {
    display: flex;
  }
  .nijo-plan table th {
    width: 30%;
    padding: 1.4rem 0 1.4rem 1rem;
    min-width: 120px;
    max-width: 180px;
  }
  .nijo-plan table td {
    width: 70%;
    padding: 1.4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .nijo-plan .m-title {
    text-align: center;
  }
  .nijo-plan .inner {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
  }
  .nijo-plan .inner .unit1, .nijo-plan .inner .unit2 {
    padding-left: 0;
  }
  .nijo-plan table {
    margin-bottom: 0rem;
  }
  .nijo-plan .inner .unit1 {
    width: 48.45%;
  }
  .nijo-plan .inner .unit2 {
    width: 36.43%;
  }
}
@media screen and (min-width: 1400px) {
  .nijo-plan .inner .unit1, .nijo-plan .inner .unit2 {
    font-size: 1rem;
  }
  .nijo-plan {
    padding: 10.625rem 0 9.75rem;
  }
  .nijo-plan .inner {
    margin-top: 7rem;
  }
  .nijo-plan .inner .ttl {
    margin-bottom: 1.25rem;
  }
  .nijo-plan table {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
  .nijo-plan table th {
    padding: 1.4rem 0 1.4rem 1.3rem;
  }
  .nijo-plan .btn-wrap {
    margin-top: 10.65rem;
  }
}
/*--------------------------------
      パフォーマンス
  --------------------------------*/
.nijo-performance {
  padding-bottom: 6.66rem;
}
.nijo-performance .inner-txt {
  font-size: 0.933rem;
  padding-left: 5.88%;
}
.nijo-performance .inner-txt .main-txt {
  width: 250px;
  min-width: 250px;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}
.nijo-performance .inner-txt .mb-0 {
  text-align: justify;
}
ul.performance-wrap {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.5rem;
	padding: 0;
}
.kome{
	font-size: 0.5rem;
    position: relative;
    top: -4px;
}
.kome-txt{
	    font-size: 0.75rem;
    margin: 1rem 0 0;
}
ul.performance-wrap li {
  width: calc(50% - 0.46rem);
  background: #fff;
  border: 1px solid #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  text-align: center;
  margin-bottom: 0.93rem;
}
ul.performance-wrap li:nth-child(n+7) {
  margin-bottom: 0;
}
ul.performance-wrap li:first-child .mb-0 {
  line-height: 1.3;
}
ul.performance-wrap li .mb-0 {
  font-size: 0.83rem;
  letter-spacing: 0.1rem;
}
ul.performance-wrap li.point {
  background: #f5f2ed;
}
ul.performance-wrap li span.logo {
  width: 90px;
  display: inline-block;
  min-width: 90px;
  margin-right: 0.2rem;
}
ul.performance-wrap li span.sml {
  font-size: 0.8125rem;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 768px) {
  ul.performance-wrap li {
    width: calc(33.33% - 0.46rem);
  }
  ul.performance-wrap::after {
    content: "";
    display: block;
    width: calc(33.33% - 0.46rem);
  }
  ul.performance-wrap li .mb-0 {
    font-size: 0.95rem;
  }
	.kome {
    top: -6px;
}
}
@media screen and (min-width: 992px) {
  ul.performance-wrap li {
    width: 23.611%;
    margin-bottom: 2%;
  }
  ul.performance-wrap li:nth-child(n+5) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .nijo-performance .inner-txt {
    padding-left: 9.09%;
    margin-bottom: 4rem;
    display: flex;
    align-items: end;
    margin-top: 4.6rem;
  }
  .nijo-performance .inner-txt .main-txt {
    width: 347px;
    min-width: 347px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nijo-performance .inner-txt .sub-txt {
    padding-left: 11.3%;
  }
	.kome-txt {
    margin: 1.5rem 0 0;
}
}
@media screen and (min-width: 1400px) {
  .nijo-performance .inner-txt {
    font-size: 1rem;
  }
  .nijo-performance {
    padding-bottom: 10rem;
  }
  .nijo-performance .inner-txt {
    margin-bottom: 6.25rem;
    margin-top: 7.5rem;
  }
  ul.performance-wrap li {
    height: 160px;
  }
  ul.performance-wrap li .mb-0 {
    font-size: 1.16rem;
  }
  ul.performance-wrap li span.logo {
    width: 105px;
    min-width: 105px;
  }
}
/*--------------------------------
      バック
  --------------------------------*/
.bgScale {
  width: 100%;
  height: auto !important;
}
.bgScale .container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: auto;
  max-width: unset;
  padding: 0;
  margin: 0;
}
.bgScale .mask {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.538;
}
.bgScale .img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
@media screen and (max-width: 1399px) {
  .bgScale {
    aspect-ratio: 1 / 0.45;
    height: auto !important;
  }
  .bgScale .mask {
    aspect-ratio: 1 / 0.45;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .bgScale {
    aspect-ratio: 1 / 0.667;
    height: auto !important;
  }
  .bgScale .mask {
    aspect-ratio: 1 / 0.667;
    height: auto !important;
  }
}
/*--------------------------------
      お問い合わせフォーム
  --------------------------------*/
.nijo-form {
  padding: 5.33rem 0 6.66rem;
}
.nijo-form .m-title {
  margin-bottom: 3.33rem;
}
.nijo-form .unit1, .nijo-form .unit2 {
  padding-left: 5.88%;
}
.nijo-form .unit1 {
  margin-bottom: 2rem;
}
.nijo-form .unit2 .pc-none .toiawase-tel-wrap {
  margin-bottom: 3rem;
}
.toiawase-tel-wrap a.tel {
  font-size: 2rem;
  color: #111111;
  line-height: 1;
}
.toiawase-tel-wrap .mb-0 {
  font-size: 0.866rem;
  margin-top: 6px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.toiawase-tel-wrap a.tel:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nijo-form {
    padding: 6.66rem 0 7.66rem;
  }
  .nijo-form .unit1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .nijo-form .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .nijo-form .unit1 {
    display: block;
    width: auto;
    position: sticky;
    top: 120px;
    min-width: 280px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .nijo-form .unit2 {
    width: calc(100% - 280px);
    border-left: 1px solid #b4b4b44a;
    padding-left: 5%;
    margin-left: 5%;
  }
  .nijo-form .m-title {
    margin-bottom: 4rem;
    text-align: center;
  }
  .lp-nijo-main .nijo-form .ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .nijo-form {
    padding: 11.25rem 0 12.25rem;
  }
  .nijo-form .m-title {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #form_customize .form_c_label.cen1600 {
    position: relative;
    top: 4px;
  }
}
/*****************************
  /* form_customize
  *****************************/
#form_customize {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/*sp表示*/
#form_customize .pc-none {
  display: block;
}
#form_customize .sp-none {
  display: none;
}
@media screen and (min-width: 1200px) {
  #form_customize .pc-none {
    display: none;
  }
  #form_customize .sp-none {
    display: block;
  }
}
.wpcf7 select:focus {
  border-color: #000; /* フォーカス時のボーダー色を変更 */
  outline: none; /* フォーカスのアウトラインを非表示 */
}
#form_customize input, #form_customize select, #form_customize textarea {
  background-color: #ffffff;
  padding: 1rem 1.2rem;
  font-size: 0.933rem;
  letter-spacing: 0.1rem;
  margin: 0;
  width: 100%;
  border-radius: 0;
}
.inversion #form_customize input, .inversion #form_customize select, .inversion #form_customize textarea {
  background-color: #fff;
}
#form_customize .add input.form-input__small300 {
  margin-bottom: 0.5rem;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus {
  outline: none;
}
#form_customize select:focus option {
  color: #111111;
}
#form_customize .form_block {
  margin-bottom: 1.2rem;
}
.select_item {
  position: relative;
  width: 100%;
}
.form_c_item2 .select_item {
  width: 60%;
}
.form_c_item .select_item:first-child {
  margin-bottom: 0.7rem;
}
.form_c_item.select .select_item:first-child {
  margin-bottom: 0;
}
#form_customize .form_c_item.add input.form-input__small300 {
  width: 68.75%;
}
@media screen and (min-width: 768px) {
  #form_customize .form_c_item.add input.form-input__small300 {
    width: 44.1%;
  }
}
@media screen and (min-width: 1600px) {
  #form_customize .form_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
  }
  #form_customize .add input.form-input__small300 {
    margin-bottom: 0.7rem;
  }
}
/* 説明文 */
.contact_txt {
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.contact_txt span {
  color: #c31a00;
  margin-right: 5px;
  font-size: 1.06rem;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder {
  color: #d1d1d1;
  opacity: 1;
}
/* ラベル */
#form_customize .form_c_label {
  display: flex;
  margin-bottom: 0.7rem;
  font-size: 0.933rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  align-items: baseline;
}
#form_customize .form_c_item {
  font-size: 0.933rem;
}
#form_customize .form_c_item.add {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#form_customize .form_c_item.add .wpcf7-form-control-wrap:first-child {
  width: 68.75%;
}
#form_customize .form_c_item.add .wpcf7-form-control-wrap:last-child {
  width: 100%;
}
#form_customize .form_c_item.add .wpcf7-form-control-wrap:first-child input.form-input__small300 {
  width: 100%;
}
#btn-zipsearch {
  display: inline-block;
  background: #111111;
  padding: 0.2rem 0.8rem;
  border-radius: 50px;
  color: #fff;
  font-size: 0.85rem;
  width: calc(100% - 71.75%);
  margin-top: -5px;
  height: 40px;
}
/*先に日付を～*/
.datetime-none {
  font-size: 0.75rem;
  margin: 0.1rem 0 0;
}
/* 必須 */
.form_label_req {
  color: #a01e1e;
  margin-left: 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 768px) {
  #form_customize .form_c_item.add {
    justify-content: flex-start;
  }
  #btn-zipsearch {
    width: 85px;
    margin-left: 10px !important;
  }
  #form_customize .form_c_item.add .wpcf7-form-control-wrap:first-child {
    width: 44.44%;
  }
}
@media screen and (min-width: 1400px) {
  /*先に日付を～*/
  .datetime-none {
    font-size: 0.8rem;
  }
  #form_customize .form_c_label {
    font-size: 0.875rem;
  }
  #form_customize .form_c_item {
    font-size: 0.875rem;
  }
  #btn-zipsearch {
    font-size: 0.75rem;
  }
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip {
  font-size: 0.86rem;
  color: #c31a00;
  margin-top: 0.7rem;
}
/* 個人情報 */
#form_customize .form_c_agree {
  border-bottom: none;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
#form_customize .form_c_agree .form_check_box {
  margin-bottom: 0.8rem;
}
#form_customize .form_c_agree a {
  color: #111111;
  transition: .3s;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wpcf7-list-item-label a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #form_customize .form_c_agree {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
/* 送信ボタン */
#form_customize .form_c_submit {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#form_customize .form_c_submit input {
  width: 100%;
  height: 55px;
  font-size: 0.933rem;
  background-color: #111111;
  color: #ffffff;
  border-radius: 50px;
  line-height: 55px;
  margin-bottom: 0;
  padding: 0;
  transition: .3s;
  letter-spacing: 0.1rem;
	font-family: "Zen Old Mincho", serif;
}
#form_customize .form_c_submit input:hover {
  background-color: #456874;
  transition: .3s;
}
#form_customize .form_c_submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 0;
  left: calc((50% + 100px) + 30px);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .form_c_item .select_item:first-child {
    margin-bottom: 0;
    width: 65.71%;
  }
  .form_c_item .select_item:last-child {
    width: 31.42%;
  }
  /* 説明文 */
  .contact_txt {
    text-align: center;
  }
  /* 入力欄 */
  #form_customize .form_c_item {
    margin-top: 0;
  }
  #form_customize .form_c_item.datetime {
    display: flex;
    justify-content: space-between;
  }
  .form_block .form_c_item.form_c_item2 .select_item {
    width: 50%;
  }
  /* 個人情報 */
  #form_customize .form_c_agree .form_c_item {
    width: 100%;
  }
  #form_customize .form_c_agree .form_check_box .wpcf7-list-item {
    margin-right: 0;
  }
  #form_customize .form_c_agree .form_check_box .wpcf7-form-control {
    justify-content: center;
  }
  /* 送信ボタン */
  #form_customize .form_c_submit::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 992px) {
  #form_customize input, #form_customize select, #form_customize textarea {
    padding: 1.5rem;
  }
  /* ラベル */
  #form_customize .form_c_label {
    margin-bottom: 1rem;
  }
  .select_item::before {
    width: 10px;
    height: 10px;
    top: 28px;
    right: 30px;
  }
  #form_customize .form_c_agree {
    margin-top: 0;
    margin-bottom: 0;
  }
  #form_customize .form_c_submit {
    max-width: 300px;
  }
  #form_customize .form_c_submit input {
    height: 60px;
    font-size: 1rem;
    line-height: 60px;
  }
  #form_customize .form_c_agree .form_check_box {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #form_customize .form_c_submit {
    max-width: unset;
  }
  #form_customize .form_c_agree .form_check_box .wpcf7-form-control {
    justify-content: flex-start;
  }
  #form_customize .form_c_agree {
    margin-bottom: 0;
  }
  #form_customize .form_c_agree .form_check_box {
    margin-bottom: 3.2rem;
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 1600px) {
  #form_customize .form_c_label {
    margin-bottom: 0;
    width: 190px;
    display: inline-block;
    position: relative;
    top: 26px;
  }
  #form_customize .form_c_item {
    margin-top: 0;
    width: calc(100% - 190px);
  }
  #form_customize .date-inner {
    width: calc(100% - 190px);
  }
  #form_customize .datetime {
    width: 100%;
  }
  .datetime-none {
    margin-top: 0.1rem;
  }
  #form_customize input, #form_customize select, #form_customize textarea {
    padding: 1.6rem;
  }
}
/* CUSTOM SELECTBOX */
#form_customize select {
  color: #111111;
}
#form_customize select.selected {
  color: #111111;
}
/* CUSTOM CHECKBOX */
#form_customize .form_check_box {
  margin-top: 1.2rem;
}
#form_customize .form_check_box .wpcf7-list-item {
  display: block;
  margin: 0;
}
#form_customize .form_check_box .wpcf7-list-item.first {
  margin-top: 0;
}
#form_customize .form_check_box label {
  cursor: pointer;
}
#form_customize .form_check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  letter-spacing: 0.04rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item-label {
  font-size: 0.8rem;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
  content: "";
  border-radius: inherit;
  transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 0;
}
.inversion #form_customize .form_check_box .wpcf7-list-item-label::before {
  background-color: #fff;
}
#form_customize .form_check_box .wpcf7-list-item-label::after {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 0;
  opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #form_customize .form_check_box .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #form_customize .form_check_box.radio .wpcf7-form-control {
    display: flex;
  }
  #form_customize .form_check_box .wpcf7-list-item {
    width: unset;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  #form_customize .form_check_box .wpcf7-list-item {
    margin-top: 0;
  }
  #form_customize .form_check_box.radio .wpcf7-list-item {
    margin: 0 2rem 0 0;
  }
  #form_customize .form_check_box.radio .wpcf7-list-item {
    width: unset;
  }
}
@media screen and (min-width: 992px) {
  #form_customize .form_check_box .wpcf7-form-control-wrap {
    width: 100%;
  }
  #form_customize .form_check_box {
    margin-top: 1.5rem;
  }
  #form_customize .form_c_agree .form_check_box .wpcf7-list-item-label {
    font-size: 0.933rem;
  }
}
@media screen and (min-width: 1200px) {
  #form_customize .form_check_box .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    min-width: 30px;
  }
  #form_customize .form_check_box .wpcf7-list-item-label::after {
    top: 9px;
    left: 9px;
    width: 12px;
    height: 12px;
  }
  #form_customize .form_check_box.radio .wpcf7-list-item {
    margin: 0 1.7rem 0 0;
  }
  #form_customize .form_check_box .wpcf7-list-item {
    margin-right: 3rem;
  }
  #form_customize .form_check_box {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #form_customize .form_c_agree .form_check_box.radio .wpcf7-form-control {
    padding-left: 190px;
  }
  #form_customize .form_c_submit {
    width: calc(100% - 190px);
    margin-left: auto;
    margin-right: 0;
  }
  #form_customize .form_check_box {
    margin-bottom: 2rem;
  }
}
/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
/*form reset*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/*--------------------------------
      フッター
  --------------------------------*/
footer.model-nijo-footer {
  background: #111111;
  padding: 4.33rem 0 4rem;
  text-align: center;
}
.model-nijo-footer .footer-logo {
  width: 140px;
  margin: 0 auto;
}
.model-nijo-footer .c-copy-right {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 4.46rem;
}
@media screen and (min-width: 1200px) {
  footer.model-nijo-footer {
    padding: 7.3rem 0 3.75rem;
  }
  .model-nijo-footer .footer-logo {
    width: 200px;
  }
  .model-nijo-footer .c-copy-right {
    margin-top: 5.6rem;
  }
}
/*--------------------------------
      サンクスページ
  --------------------------------*/
.modelhouse-nijo-thanks-header{
	text-align: center;
    background: #ece8e0;
}
.modelhouse-nijo-thanks-header .m-title {
	padding-top: 8rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
}
.nijo-thanks-txt{
	padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
	.nijo-thanks-txt{
		text-align: center;
	}
	.modelhouse-nijo-thanks-header .m-title {
    padding-top: 13rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
}
	.nijo-thanks-txt{
	padding-bottom: 12rem;
}
}
/*リキャプチャ*/
.grecaptcha-badge{
	display: none!important;
}
.reCAPTCHA_p {
    text-align: center;
    line-height: 1.5;
    font-size: 0.8rem;
    margin: 2rem 0 0;
    color: #b1b1b1;
}
.reCAPTCHA_p a{
	color: #b1b1b1;
	text-decoration: underline;
}
@media screen and (min-width: 1600px) {
	.reCAPTCHA_p {
    text-align: left;
    width: calc(100% - 190px);
		margin: 2rem 0 0 auto;
}
}