@charset "utf-8";


/* 下層ページ共通タイトルstyle */

.page_ttl{
    max-width: 1920px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.page_ttl .inner{
    padding: 0 4svw;
    max-width: inherit;
}
.page_ttl h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_ttl h1 span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-size: 10svw;
    font-weight: 500;
    line-height: 1;
}
.page_ttl h1 span:nth-of-type(2){
    /* font-family: 'Shippori Antique', sans-serif; */
    font-size: 2svw;
    font-weight: 500;
}
.page_ttl .page_ttl_img{
    max-width: 1920px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-left: min(10vw, 200px);
}
.page_ttl .page_ttl_img img{
  border-radius: 200px 0 0 0;
}
.page_ttl .page_ttl_img h2{
  position: absolute;
  right: 0;
  background: #fff;
  padding: 0px 20px 14px;
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1;
}


/* コンテンツstyle */

body{
    overflow-x: hidden;
}

.ldk_contents_wrap{
  position: relative;
  h2,h3,h4{
    font-weight: 700;
  }
}
.ldk_contents_wrap::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 50vw;
  top: -80px;
  left: 0;
  background: #e5fdb4;
  z-index: -1;
}
.madori_wrap{
  .page_ttl_txt{
      text-align: center;
      font-weight: 700;
      padding: 60px 0 80px;
      font-size: 2.8rem;
      line-height: 1.4;
  }
  .subttl{
    text-align: center;
    margin-bottom: 68px;
    span{
      position: relative;
      font-size: 3.3rem;

      &::before,&::after{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 216px;
        height: 1px;
        background: #000;
      }
  
      &::before{
        left: -250px;
      }
      &::after{
        right: -242px;
      }
    }
  }
  .inner{
    max-width: 1440px;
    width: 94%;
  }
}

.madori_wrap_box{
  background: #fff;
  padding:  74px 5vw;
  box-shadow: 0px 0px 45px 2px #e0e0e0;
}
.select_plan_wrap{
  display: flex;
  justify-content: space-between;
  .select_plan_txt{
      min-width: 45%;
      margin-top: 50px;
  }
  .select_plan_txt .select_plan_ttl{
      position: relative;
      background: linear-gradient(transparent 25%, #CBFC6A 25%);
      display: inline-block;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding: 0 2rem;
  }
  .select_plan_txt .select_plan_ttl .select_plan_en{
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 300;
      font-size: min(8vw,11.2rem);
      line-height: .8;
  }
  .select_plan_txt .select_plan_ttl .select_plan_en span{
      font-size: min(12vw,17rem);
      line-height: 0.3;
  }
  .select_plan_txt .select_plan_ttl .select_plan_ja{
      text-align: right;
      padding-bottom: 11px;
      line-height: .3;
      font-size: 1.6rem;
      font-weight: 600;
  }
  .select_plan_txt .select_plan_spec{
      font-family: 'Bebas Neue', sans-serif;
      font-size: 4.2rem;
      padding: 0 0 1rem 2rem;
      line-height: .6;
  }
  .select_plan_txt .select_plan_spec .select_plan_spec_ldk{
      font-size: min(4.2vw,6.8rem);
  }
  .select_plan_txt .select_plan_spec .select_plan_spec_ldk span{
      font-size: min(8vw,11.2rem);
      line-height: .3;
  }
  .select_plan_txt .select_plan_area{
      padding: 0 2rem;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1;
      margin-top: 2rem;
      margin-bottom: 1rem;
  }
  .select_plan_txt .select_plan_area2{
      padding: 0 2rem;
      font-size: 1.3rem;
      font-weight: 600;
  }
  .select_plan_txt .select_plan_area span:nth-of-type(1){
      font-family: 'Bebas Neue', sans-serif;
      font-size: 4.4rem;
      font-weight: 300;
  }
  .select_plan_txt .select_plan_area span:nth-of-type(2){
      font-size: 1.6rem;
  }
  .case_wrap{
    margin-top: 70px;
    dl{
      display: grid;
      justify-content: center;
      grid-gap: 30px;
      dt{
        max-width: 370px;
        width: 60%;
        margin-inline: auto;
      }
      dd{
        display: grid;
        grid-gap: 30px;
        padding: 0 20px;
        h3{
          font-size: min(3.2vw,5.6rem);
          text-align: center;
          line-height: 1.4;
          small{
            font-size: 80%;
            display: block;
          }
        }
        p{
          font-size: min(2vw,2.5rem);
        }
      }
    }
  }
}  

.point_wrap{
  margin-top: 5rem;
  h2{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
    span{
      position: relative;
      font-size: min(4.1vw,6rem);
      display: inline-block;
      
      &::before,
      &::after{
        position: absolute;
        top: 0;
      }
      &::before{
        content: "＼";
        left: min(-4.2vw,-6.8rem);
      }
      &::after{
        content: "／";
        right: min(-4.2vw,-6.8rem);
      }
    }
  }
  .box{
    background: #ececec;
    padding: 40px 26px;
    h3{
      font-size: min(3.2vw,4.8rem);
      text-align: center;
    }
    + .box{
      margin-top: min(7.8vw,10.8rem);
      padding: 40px min(2.4vw, 32px);
    }
    ul{
      display: flex;
      justify-content: space-between;
      &.col4{
        margin-top: 14px;
      }
      &.col2{
        margin-top: 24px;
        li{
          flex-basis: calc(50% - min(1.2vw, 16px));
          h4{
            font-size: min(2vw,2.8rem);
            text-align: center;
            margin-bottom: 20px;
          }
        }
      }
    }
  }
}

.photo-areas{
  margin-top: 100px;
}
.photo-areas ul{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.photo-areas ul li{
    flex-basis: 52%;
    position: relative;
    &::before{
      position: absolute;
      content: "";
      background: #e5fdb4;
      top: -10px;
      z-index: -1;
    }
    .col2{
      display: flex;
      flex-direction: row-reverse;
      gap: 20px;
      .txt{
        flex-basis: 47%;
      }
      figure{
        flex-basis: 53%;
      }
      video{
        width: 53%;
      }
    }
    figure{
      + .txt{
        margin-top: 15px;
      }
    }
    .txt{
      h4{
        font-size: 2.4rem;
        line-height: 1.4;
        margin-bottom: 10px;
      }
      p{
        font-size: 1.8rem;
        text-align: justify;
        line-height: 1.6;
      }
    }
    h3{
      font-size: 4.6rem;
      text-align: right;
      padding: 0 3.2vw 0 3.8vw;
    }

    &:nth-of-type(2),
    &:nth-of-type(4),
    &:nth-of-type(6){
        flex-basis: 48%;
        h3{
          text-align: left;
        }
    }
    &:first-of-type{
      padding: 0 min(6.4vw, 150px)  0 0;
      &::before{
        right: 0;
        width: 80%;
        height: 80%;
      }
      .txt{
        margin-top: 0;
      }
    }
    &:nth-of-type(2){
        top: 314px;
        padding: 0 0 0 min(5vw, 100px);
        &::before{
          left: 0;
          width: 85%;
          height: 70%;
        }
        h3{
          text-align: center;
        }
        .txt{
          padding: 0 3.2vw;
        }
    }
    &:nth-of-type(3){
      top: -40px;
      padding: 0 min(4.6vw, 90px) 0 min(5vw, 100px);
      &::before{
        right: 0;
        width: 85%;
        height: 65%;
      }
    }
    &:nth-of-type(4){
      top: 554px;
      left: 50px;
      padding: 0;
      &::before{
        left: -50px;
        width: 75%;
        height: 95%;
      }
      .col2{
        flex-direction: row;
        padding: 0 20px;
        margin-top: 20px;
      }
    }
    &:nth-of-type(5){
      padding: 0 min(4.6vw, 90px) 0 0;
      &::before{
        right: 0;
        width: 85%;
        height: 65%;
      }
      figure{
        padding-left: min(12vw, 300px);
      }
      .col2{
        padding: 0 40px 0 min(5vw, 100px);;
        margin-top: 20px;
        .txt{
          flex-basis: 45%;
        }
      }
    }
}





/* 一覧 */
.rev_plan_list{
    padding: 0 50px;
    margin-top: 3%;
}
.rev_plan_list .inner{
    max-width: 1080px;
    margin: 0 auto;
}
.rev_plan_list h2.planlink{
  width: 90%;
  margin: auto;
  text-align: center;
  .marker{
    font-size: 6.2rem;
    font-weight: 700;
    background: no-repeat linear-gradient(transparent 10%, #cdf283 10%);
    background-size: 100%;
    display: block;
  }
}

.rev_plan_box{
	display: flex;
  justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.rev_plan_box li{
	flex-basis: 49%;
	margin-top: 6%;
}
.rev_plan_box li.contract{position: relative;}
.rev_plan_box li.contract::before{
	content: '成約御礼';
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,.8);
	font-size: 5rem;
	font-weight: 600;
	color: #d73649;
}
.rev_plan_box li.contract a:hover{opacity:1 !important;}
.rev_plan_box li a:hover{opacity: .7;}
.rev_plan_box li a{
	position: relative;
	transition: .3s;
}
.rev_plan_box li a::before{
	content: '';
	display: block;
	width: 95%;
	height: 100%;
	position: absolute;
	z-index: -1;
	bottom: -5%;
	left: 5%;
}
.rev_plan_box li.ldk_4 a::before{background-color: #D7E1E1;}
.rev_plan_box li.ldk_3 a::before{background-color: #F2EEE5;}
.rev_plan_box li.ldk_2 a::before{background-color: #F2EEE5;}

.rev_plan_spec{
	padding: 3svw;
	width: 95%;
	position: relative;
	z-index: -1;
}
.ldk_4 .rev_plan_spec{background-color: #F2EEE5;}
.ldk_3 .rev_plan_spec{background-color: #D7E1E1;}
.ldk_2 .rev_plan_spec{background-color: #F9F9F7;}

.rev_plan_spec.new::before{
	content: 'NEW';
	position: absolute;
	top: 0; right: 11px;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	line-height: 1;
	color: #fff;
	background-color: #d73649;	
	padding: 5px 8px 0px;
	transform: scaleX(1.3);
}
@media screen and (max-width: 768px) {
	.rev_plan_spec.new::before{
		font-size: 2.0rem;
		top: 0; right: 8px;
		padding: 3px 6px;
	}
}
.d2 .rev_plan_spec.model::before,
.n2 .rev_plan_spec.model::before{right: 12px;}
.rev_plan_spec.model::before{
	content: '';
	position: absolute;
	top: 12px; right: 108px;
	background-image: url(../images/_rev_plan/model_wappen.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 88px; height: 88px;
}
@media screen and (max-width: 768px) {
	.rev_plan_spec.model::before{
		width: 32%; height: 32%;
		top: 6px; right: 6px;
	}
}
.rev_plan_spec.movie::after{
	content: '';
	position: absolute;
	top: 12px; right: 12px;
	background-image: url(../images/_rev_plan/movie_wappen.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 88px; height: 88px;
}
@media screen and (max-width: 768px) {
	.n2 .rev_plan_spec.model::before,
	.d2 .rev_plan_spec.model::before{right: 0px;}
	.rev_plan_spec.model::before{
		width: 26%; height: 26%;
		top: 2px; right: 0px;
	}
	.rev_plan_spec.movie::after{
		width: 26%; height: 26%;
		top: 2px; right: 42px;
	}
}

.rev_plan_spec .spec{
	display: block;
	align-items: center;
}
.rev_plan_spec .spec p:nth-of-type(1){
	background-color: #000;
	color: #fff;
	font-size: 3.2rem;
	display: inline-block;
	padding: 8px 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	line-height: .8;
}
.rev_plan_spec .spec p:nth-of-type(1) span{
	font-size: 130%;
}
.rev_plan_spec .spec p:nth-of-type(1) small{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 50%;
	font-weight: 600;
	background-color: #fff;
	color: #000;
	letter-spacing: 0;
	vertical-align: 6px;
	margin-left: 6px;
	padding: 2px 5px;
}
.rev_plan_spec .spec p:nth-of-type(2){
	font-size: 5.4rem;
	font-family: 'Bebas Neue', sans-serif;
	margin-left: 0px;
	line-height: 1;
	margin-top: 10px;
}
.rev_plan_spec .spec p:nth-of-type(2) span{
	font-size: 160%;
}
.menseki{
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 10px;
}
.menseki_num{
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
}
.menseki_num p:nth-of-type(1) {
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 5px;
}
.menseki_num p:nth-of-type(1) span{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 500;
}
.menseki_num p:nth-of-type(1) span:nth-of-type(1){font-size: 7rem;}
.menseki_num p:nth-of-type(1) span:nth-of-type(2){font-size: 5rem;}
.menseki_num p:nth-of-type(2){font-size: 1.5rem; padding-bottom: 5px; margin-left: 5px; font-weight: 600;}

.rev_plan_btn p{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    margin: 30px auto 0;
    background: url(../images/_rev_common/arw_btn_w.svg) no-repeat right 20px center;
    background-size: 10px;
    border-radius: 50px;
    font-size: 2.6rem;
    font-weight: 300;
    color: #fff;
    transition: .3s;
	font-family: 'Bebas Neue', sans-serif;
	background-color: #000;
}





@media screen and (max-width: 768px) {

.page_ttl{
    max-width: 100%;
    padding-top: 12%;
}
.page_ttl h1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.page_ttl h1 span:nth-of-type(1){
    font-size: 6.5rem;
    font-weight: 500;
}
.page_ttl h1 span:nth-of-type(2){
    font-size: 3.4svw;
}
.page_ttl .inner{
    padding: 0 5svw;
}
.page_ttl .page_ttl_img{
    padding-left: 5svw;
    margin-top: 10px;
}

.page_ttl .page_ttl_img img{
  border-radius: 60px 0 0 0;
}
.page_ttl .page_ttl_img h2{
  padding: 0px 14px 10px;
  font-size: 2.3rem;
}



/* コンテンツstyle */
.ldk_contents_wrap::after{
  height: 100vh;
  top: -40px;
  left: 0;
  background: #e5fdb4;
  z-index: -1;
}

.madori_wrap{
  .page_ttl_txt{
      padding: 20px 0 35px;
      font-size: 1.6rem;
  }
  .subttl{
    margin-bottom: 10px;
    padding: 0 5svw;
    span{
      font-size: 2.1rem;
      display: block;
      
      &::before,&::after{
        content: "";
        width: calc(50svw - 4.5em);
        height: 1px;
        background: #000;
      }
  
      &::before{
        left: 0;
      }
      &::after{
        right: 0;
      }
    }
  }
  .inner{
    width: 94svw;
  }
}
.madori_wrap_box{
  padding: 40px 5vw 20px;
  box-shadow: none;
}
.select_plan_wrap{
  flex-direction: column;
  .select_plan_txt{
      min-width: 45%;
      margin-top: 0;
  }

  .select_plan_txt .select_plan_ttl .select_plan_en{
      font-size: min(16vw,5.6rem);
      line-height: .8;
  }
  .select_plan_txt .select_plan_ttl .select_plan_en span{
      font-size: min(22vw,8.5rem);
      line-height: 0.3;
  }
  .select_plan_txt .select_plan_ttl .select_plan_ja{
      text-align: right;
      padding-bottom: 11px;
      line-height: .3;
      font-size: 1.6rem;
      font-weight: 600;
  }
  .select_plan_txt .select_plan_spec{
      font-size: min(18vw,4.2rem);
      padding: 0 0 0.5rem 1rem;
      line-height: .6;
  }
  .select_plan_txt .select_plan_spec .select_plan_spec_ldk{
      font-size: min(10vw,3.4rem);
  }
  .select_plan_txt .select_plan_spec .select_plan_spec_ldk span{
      font-size: min(16vw,5.6rem);
      line-height: .3;
  }
  .select_plan_txt .select_plan_area{
      padding: 0 1rem;
      font-size: 2.4rem;
      margin-bottom: 0.5rem;
  }
  .select_plan_txt .select_plan_area2{
      padding: 0 1rem;
      font-size: 1rem;
      font-weight: 600;
  }
  .select_plan_txt .select_plan_area span:nth-of-type(1){
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2.8rem;
      font-weight: 300;
  }
  .select_plan_txt .select_plan_area span:nth-of-type(2){
      font-size: 1.6rem;
  }
  .case_wrap{
    margin-top: 20px;
    dl{
      display: grid;
      grid-template-columns: repeat(2, auto);
      grid-template-rows: 1fr;
      grid-gap: 10px;
      dt{
        max-width: 100%;
        width: 100%;
        grid-area: 1 / 1 / 2 / 2;
      }
      dd{
        grid-area: 1 / 2 / 2 / 3;
        align-items: center;
        align-content: center;
        grid-gap: 10px;
        padding: 0;
        h3{
          font-size: 2rem;
          text-align: left;
          line-height: 1.4;
          small{
            font-size: 75%;
          }
        }
        p{
          font-size: min(6vw,1rem);
        }
      }
    }
  }
  .model_main_img{
    margin-top: 30px;
  }
}  


.point_wrap{
  padding: 0 15px;
  margin: 2.5rem auto;
  h2{
    margin-bottom: 1rem;
    span{
      position: relative;
      font-size: min(5vw,1.6rem);
      display: inline-block;
      
      &::before,
      &::after{
        position: absolute;
        top: 0;
      }
      &::before{
        content: "＼";
        left: min(-5.1vw,-1.6rem);
      }
      &::after{
        content: "／";
        right: min(-5.1vw,-1.6rem);
      }
    }
  }
  .box{
    padding: 10px min(3vw, 6px) 14px;
    h3{
      font-size: min(3.2vw,1.2rem);
      text-align: center;
    }
    + .box{
      margin-top: min(7.8vw,10.8rem);
      padding: 10px min(3.5vw, 14px) 14px;
    }
    ul{
      display: flex;
      justify-content: space-between;
      &.col4{
        margin-top: 6px;
      }
      &.col2{
        margin-top: 6px;
        li{
          flex-basis: calc(50% - min(1.2vw, 16px));
          h4{
            font-size: min(1.8vw,0.8rem);
            letter-spacing: 0;
            margin-bottom: 6px;
          }
        }
      }
    }
  }
}


.photo-areas{
  margin-top: 38px;
}

.photo-areas ul{
    flex-direction: column;
    justify-content: flex-start;
    gap: 46px;
}
.photo-areas ul li{
    flex-basis: 100%;
    .col2{
      display: flex;
      flex-direction: row-reverse;
      gap: 20px;
      .txt{
        flex-basis: 47%;
      }
      figure{
        flex-basis: 53%;
      }
      video{
        width: 56%;
      }
    }
    figure{
      + .txt{
        margin-top: 10px;
      }
    }
    .txt{
      h4{
        font-size: 1.2rem;
        line-height: 1.4;
        margin-bottom: 4px;
        letter-spacing: 0;
      }
      p{
        font-size: 1rem;
        text-align: justify;
        line-height: 1.6;
      }
    }
    h3{
      font-size: 2.3rem;
      padding: 0 5vw;
    }

    &:nth-of-type(2),
    &:nth-of-type(4),
    &:nth-of-type(6){
        flex-basis: 100%;
    }
    &:first-of-type{
      padding: 0 0 0 min(6.4vw, 20px);
      &::before{
        right: 0;
        width: 80%;
        height: 80%;
      }
      .txt{
        margin-top: 0;
      }
    }
    &:nth-of-type(2){
        top: 0;
        padding: 0 min(6.4vw, 20px) 0 0;
        figure{
          padding: 0 min(12.8vw, 40px) 0 0;
        }
        &::before{
          left: 0;
          width: 75%;
          height: 70%;
        }
        h3{
          padding: 0 3vw 0 0;
        }
        .txt{
          padding: 0 0 0 min(9.6vw, 40px);
        }
    }
    &:nth-of-type(3){
      top: 0;
      padding: 0 0 0 min(15.2vw, 60px);
      &::before{
        right: 0;
        width: 78%;
        height: 60%;
      }
      .txt{
        padding-right: min(9.6vw, 40px);
      }
    }
    &:nth-of-type(4){
      top: 0;
      left: 0;
      &::before{
        left: 0;
        width: 75%;
        height: 95%;
      }
      .col2{
        align-items: flex-start;
        padding: 0 3svw;
        margin-top: 10px;
        gap: 10px;
        .txt{
          flex-basis: 44%;
        }
      }
    }
    &:nth-of-type(5){
      padding: 0 0 0;
      &::before{
        right: 0;
        width: 88%;
        height: 75%;
      }
      figure{
        padding-left: min(19.2vw, 80px);
      }
      .col2{
        align-items: flex-start;
        padding: 0 3svw;
        margin-top: 10px;
        gap: 10px;
        .txt{
          flex-basis: 44%;
        }
      }
    }
  }


  .select_plan_wrap{
      display: flex;
      flex-direction: column;
      margin-bottom: 7%;
  }
  .select_plan_txt{
      min-width: 100%;
      margin-left: auto;
      margin-top: 20px;
  }
  .select_plan_txt .select_plan_ttl{
      width: calc(100% - 1rem);
      padding: 0 1rem;
  }
  .select_plan_txt .select_plan_ttl .select_plan_en{
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 300;
      font-size: 4rem;
      line-height: .9;
  }
  .select_plan_txt .select_plan_ttl .select_plan_en span{
      font-size: 5rem;
  }
  .select_plan_txt .select_plan_ttl .select_plan_ja{
      text-align: right;
      padding-bottom: 11px;
      line-height: 1;
      font-size: 1.3rem;
      font-weight: 600;
  }
  .select_plan_txt .select_plan_spec{
      font-size: 3rem;
      margin-top: 1.5rem;
  }
  .select_plan_txt .select_plan_spec .select_plan_spec_ldk{
      font-size: 3rem;
  }
  .select_plan_txt .select_plan_spec .select_plan_spec_ldk span{
      font-size: 4.5rem;
  }
  .select_plan_txt .select_plan_area{
      font-size: 2rem;
      margin-top: 1rem;
  }
  .select_plan_txt .select_plan_area2{
      padding: 0 2rem;
      font-size: 1.3rem;
      font-weight: 600;
  }
  .select_plan_txt .select_plan_area span:nth-of-type(1){
      font-family: 'Bebas Neue', sans-serif;
      font-size: 3rem;
      font-weight: 300;
  }
  .select_plan_txt .select_plan_area span:nth-of-type(2){
      font-size: 1.3rem;
  }
  .select_plan_txt .point_wrap{
      margin-top: 2rem;
  }
  .select_plan_txt .point_wrap dl{
      border-top: 1px dashed #000;
      padding: 1.5rem 2rem;
  }
  .select_plan_txt .point_wrap dl:last-child{
      border-bottom: 1px dashed #000;
  }
  .select_plan_txt .point_wrap dt{
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 1;
      background-color: #CBFC6A;
      padding: 2px 4px 0;
      display: inline-block;
  }
  .select_plan_txt .point_wrap dt span{
      font-size: 2.2rem;
  }
  .select_plan_txt .point_wrap dd{
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 1.3;
      margin-top: 10px;
  }
  .select_plan_img{
      max-width: 85%;
      margin: 10% auto 0;
  }
  .select_plan_img .plan_comment{
      position: absolute;
      max-width: 40%;
  }
  .select_plan_img .plan_comment.c1{
      right: -40px;
      top: 60px;
  }
  .select_plan_img .plan_comment.c2{
      left: -27px;
          top: 166px;
  }
  .select_plan_img .plan_comment.g11{
      left: -40px;
      top: 60px;
  }
  .select_plan_img .plan_comment.g12{
      right: -26px;
          top: 208px;
  }
  .select_plan_img .plan_comment.d21{
      left: -27px;
          top: 62px;
  }
  .select_plan_img .plan_comment.d22{
      right: -40px;
      top: 195px;
  }


  #g1_type .photo-areas ul li:nth-of-type(3),
  #g1_type .photo-areas ul li:nth-of-type(5),
  #g1_type .photo-areas ul li:nth-of-type(6){
      position: relative;
      top: 0px;
  }

  .model_main_img {
      max-width: 100%;
  }



  .rev_plan_list{
      padding: 0;
      margin-top: 40px;
  }
.rev_plan_list h2.planlink{
  width: 85%;
  .marker{
    font-size: 2.1rem;
  }
}

	/* 一覧 */

.rev_plan_list{
    padding: 0;
}
.rev_plan_box{
	display: flex;
}
.rev_plan_box li{
	position: relative;
	width: 70%;
	flex-basis: 70%;
	/* width: 49%;
	flex-basis: 49%; */
	margin-top: 20px;
}
.rev_plan_box li a{
	position: relative;
	display: block;
}
.rev_plan_box li a::before {
	bottom: -3%;
}
.rev_plan_box li.contract::before{
	content: '成約御礼';
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,.8);
	font-size: 2.4rem;
	font-weight: 600;
	color: #d73649;
}
.rev_plan_spec{
	padding: 5svw 3svw 3svw;
}
.rev_plan_spec .spec p:nth-of-type(1){
	font-size: 1.6rem;
	padding: 5px;
}
.rev_plan_spec .spec p:nth-of-type(1) span{
	font-size: 160%
}
.rev_plan_spec .spec p:nth-of-type(2){
	font-size: 2.4rem;
	margin-top: 5px;
}
.rev_plan_spec .spec p:nth-of-type(2) span{
	font-size: 160%;
}
.menseki{
	margin-top: 5px;
	font-size: 1.1rem;
}
.menseki_num{
	margin-bottom: 5px;
	display: block;
}
.menseki_num p:nth-of-type(1) {
	font-size: 2rem;
}
.menseki_num p:nth-of-type(1) span{
	font-family: 'Bebas Neue', sans-serif;
}
.menseki_num p:nth-of-type(1) span:nth-of-type(1){font-size: 5.4rem;}
.menseki_num p:nth-of-type(1) span:nth-of-type(2){font-size: 3.4rem;}
.menseki_num p:nth-of-type(2){font-size: 1.2rem; line-height: 1;}

.rev_plan_btn p{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin: 12px auto 0;
    background: url(../images/_rev_common/arw_btn_w.svg) no-repeat right 10px center;
    background-size: 5px;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    transition: .3s;
	font-family: 'Bebas Neue', sans-serif;
	background-color: #000;
	padding-top: 4px;
}





}