main{
  padding-top: 0;
}


#sec1{
  position: relative;
  padding: 120px 0;
}
#sec1 .conte .wrap:nth-child(1){
  width: 980px;
  margin-inline: auto;
}

@media(max-width:770px){
  #sec1 .conte .wrap:nth-child(1){
    width: 90%;
  }
}


.sec_about_list{
  display: flex;
  gap:16px;
  margin-top: 24px;
  justify-content: center;
  max-width: 840px;
  margin-inline: auto;
}

@media(max-width:770px){
  .sec_about_list{
    flex-direction: column;
    width: 80%;
  }
}

.sec_referal_title{
  text-align: center;
  margin-top: 50px;
}

@media(max-width:770px){
  .sec_referal_title{
    width: 100%;
    margin-inline: auto;
  }
}

.sec_referal_campaign{
  background: #d7973f;
  position: relative;
  padding-block: 24px;
  padding-left: 30px;
  margin-top:30px;
}

@media(max-width:770px){
  .sec_referal_campaign{
    width: 100%;
    margin-inline: auto;
    padding-left: 15px;
  }
}

.sec_referal_campaign .amazon_card{
  display: block;
  position: absolute;
  top: -45%;
  right: 0;
  width: 188px;
  height: 124px;
  z-index: 5;
}

@media(max-width:1100px){
  .sec_referal_campaign .amazon_card{
    width: 17.09vw;
    height: 11.272727vw; 
  }
}

@media(max-width:770px){
  .sec_referal_campaign .amazon_card{
    width: 30.13333vw;
    height: 18.666vw;
    top:4.26666vw;;
  }
}


.sec_referal_campaign .sec_referal_campaign_text{
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}

@media(max-width:1100px){
  .sec_referal_campaign .sec_referal_campaign_text{
    font-size: 2.4vw;
  }
}

@media(max-width:770px){
  .sec_referal_campaign .sec_referal_campaign_text{
    font-size: 4.2vw;
  }
}

.sec_referal_campaign .sec_referal_campaign_text em{
  color:#ff0000;
  text-shadow:
    1px 1px 0 #fff,
   -1px 1px 0 #fff,
    1px -1px 0 #fff,
   -1px -1px 0 #fff;
   font-style: normal;
}

.bg{
  background: #d7973f;
}

.bg-orange{
  background: #d7973f;
}



#sec2 .conte .wrap,
#sec3 .conte .wrap{
  max-width: 950px;
  width:90%;
  margin-left: auto;
  margin-right: auto;
  padding-block: 55px 0px;
}

#sec3 .conte .wrap{
  padding-block: 55px 80px;
}
#sec2 .conte .wrap._02{
  margin-top: 57.5px;
}

.property_title{
  max-width: 528px;
  width:90%;
  margin-inline: auto;
}

.property_subtitle{
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

@media(max-width:770px){
  .property_subtitle{
    font-size: 3.73333vw;
  }
}
.property_content{
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 35px;
  margin-inline: auto;
  max-width: 830px;
  width:90vw;
  position: relative;
}

@media(max-width:770px){
  .property_content{
    width: 90%;
    flex-direction: column;
  }
}

.property_typo{
  width: 58px;
  position: absolute;
  left: -7%;
  bottom: 0;
}
@media(max-width:1100px){
  .property_typo{
    width: 5.27272727vw;
    position: absolute;
    left: -7%;
    bottom: 0;
  }
}


.property_floormap{
  width: 386px;
}
.property_images{
  width: 421px;
}
.property_floormap.--secondary{
  width: 300px;
}
.property_images.--secondary{
  width: 464px;
}

@media(max-width:1100px){
  .property_typo{
    width: 5.27272727vw;
    position: absolute;
    left: -7%;
    bottom: 0;
  }
  .property_floormap{
    width: 35.0909vw;
  }
  .property_images{
    width: 38.2727vw;
  }
  .property_floormap.--secondary{
    /*width: 27.2727vw;*/
    width: 31.2727vw;
  }
  .property_images.--secondary{
    width: 42.18181vw;
  }
}

@media(max-width:1000px){
  .property_floormap.--secondary{
    width: 36.2727vw;
  }
}

@media(max-width:770px){
  .property_floormap,
  .property_images,
  .property_floormap.--secondary,
  .property_images.--secondary{
    width: 100%;
  }
}

.property_typo.--secondary{
  left: auto;
  right: -3%;
}
@media(max-width:1100px){
  .property_typo.--secondary{
    right: -1%;
  }
}
@media(max-width:770px){
  .property_typo.--secondary{
    right: -8%;
  }
}

.property_price{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

@media(max-width:770px){
  .property_price{
    flex-direction: column;
    gap: 4.26666vw;
  }
}

.property_floor_type{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.006em;
  width:122px;
  height:60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color:#d7973f;
}
.property_floor_rent{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media(max-width:770px){
  .property_floor_rent{
    font-size: 3.2vw;
  }
}
.property_floor_price{
  font-size: 63px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}

@media(max-width:770px){
  .property_floor_price{
    font-size: 10.66666vw;
  }
}

.property_info{
  max-width: 900px;
  width:90%;
  margin-inline: auto;
  margin-top: 30px;

}

.property_info_title{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.property_info_content{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.05em;
  text-align: justify;
}

@media(max-width:770px){
  .property_info_content{
    text-align: justify;
  }
}


#sec3{
  padding-bottom: 115px;
  background: #fff;
  margin-bottom: 125px;
}

@media(max-width:1400px){
  #head{
    padding: 5.35vw 0;
  }
  #head .lists{
    width: 70vw;
  }
  #sec1{
    padding: 8.57vw 0;
  }
  #sec1 .conte .wrap:nth-child(1){
    width: 82.14285714285714vw;
  }
  #sec1 .conte .wrap:nth-child(2){
    width: 82.14285714285714vw;
    margin-top: 6.714285714285714vw;
  }
  #sec1 .conte .wrap:nth-child(3){
    width: 76.78571428571429vw;
    margin-top: 6.714285714285714vw;
  }
  #sec2{
    padding-bottom: 8.21vw;
    margin-bottom: 8.21vw;
  }
  #sec2 .conte .wrap{
    width: 67.85vw;
    margin-top: 8.21vw;
  }
  #sec2 .conte .wrap._02{
    margin-top: 4.10vw;
  }
  #map{
    width: 85.71vw;
    margin-top: 8.57vw;
    margin-bottom: 8.57vw;
    padding-bottom: 8.57vw;
  }
}
@media(max-width:770px){
  #head{
    padding: 9.06vw 0;
  }
  #head .lists{
    width: 80vw;
    flex-direction: column;
    gap: 6vw;
  }
  #head .lists li{
    width: 100%;
  }

  #sec1{
    padding: 10.66vw 0;
  }

  #sec2{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #sec2 .conte .wrap{
    width: 90vw;
    margin-top: 0vw;
  }

  #sec3{
    margin-bottom: 0;
  }
}


/* レスポンシブ */
.pc{
  display: block !important;
}
@media screen and (max-width: 770px){
  .pc{
    display: none !important;
  }
}
.sp{
  display: none !important;
}
@media screen and (max-width: 770px){
  .sp{
    display: block !important;
  }
}