@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

header.active_degi {
  background-color: transparent;
}

#cv_section_close {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 110px 0 140px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #cv_section_close {
    padding: 60px 0;
  }
}
#cv_section_close .cvobx {
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #cv_section_close .cvobx {
    margin-top: 0px;
  }
}
#cv_section_close .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}
#cv_section_close .cvobx .botancenter {
  text-align: center;
}

#section01_plans {
  width: 100%;
  padding: 200px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section01_plans {
    padding: 19.5vw 0 7.5vw 0;
  }
}
#section01_plans h1 {
  text-align: center;
}
#section01_plans .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section01_plans .plantitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle {
    align-items: center;
  }
}
#section01_plans .plantitle .ppl {
  width: 18.6%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppl {
    width: 35%;
  }
}
#section01_plans .plantitle .ppl figure {
  width: 75%;
  margin: 0 15% 0 10%;
}
#section01_plans .plantitle .ppt {
  width: 81.4%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppt {
    width: 65%;
  }
}
#section01_plans .spectext {
  margin-top: 1em;
}
#section01_plans .spectext span.bigs {
  font-size: 225%;
  display: inline-block;
  padding: 0 0.15em;
}
#section01_plans .spectext span.pc {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext span.pc {
    display: none;
  }
}
#section01_plans .spectext_sp {
  margin-top: 0.25em;
  display: none;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext_sp {
    display: block;
  }
}
#section01_plans .spectext2 {
  margin-top: 0.25em;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext2 {
    padding-left: 5.6em;
  }
}
#section01_plans .zu {
  width: 100%;
  max-width: 600px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu {
    margin: 40px auto 40px auto;
  }
}
#section01_plans .zu2 {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu2 {
    margin: 40px auto 40px auto;
  }
}
#section01_plans ul.meritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 0.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist2 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 1.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist2 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 li.text_ptop {
  padding-top: 2em;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li.text_ptop {
    padding-top: 1em;
  }
}
#section01_plans .plan_atentiion {
  width: 100%;
  margin-top: 30px;
}
#section01_plans .plan_atentiion .t01 {
  margin-bottom: 1em;
}

#section02_plans {
  width: 100%;
}
#section02_plans .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#plan_next_prev {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#plan_next_prev .left {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .left {
    width: 25%;
  }
}
#plan_next_prev .right {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .right {
    width: 25%;
  }
}

#section01_base {
  position: relative;
  color: #fff;
}
#section01_base figcaption {
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 8px;
  right: 8px;
}
#section01_base .titles {
  width: 32.3%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section01_base .titles {
    width: 80%;
    top: 37.5%;
  }
}
#section01_base .titles .base {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
#section01_base .titles .copy {
  width: 5.95%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -17.5%);
}
@media screen and (max-width:800px) {
  #section01_base .titles .copy {
    transform: translate(-50%, -65%);
  }
}
#section01_base .titles .bigs {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.25em;
}
#section01_base .titles .minis {
  text-align: center;
}

.undertext {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width:800px) {
  .undertext {
    padding: 6.5vw 0;
  }
}
.undertext .minis {
  text-align: center;
}
.undertext .bigs {
  text-align: center;
}

#section02 {
  width: 100%;
  background-color: #716253;
  padding: 85px 0 135px 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section02 .first_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section02 .first_text .nom {
  width: 35.3%;
}
@media screen and (max-width:800px) {
  #section02 .first_text .nom {
    width: 48.5%;
    margin: 0 auto 5vw auto;
  }
}
#section02 .first_text .base_text {
  width: 59.8%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .first_text .base_text {
    width: 100%;
    text-align: center;
  }
}
#section02 .zuimg {
  width: 100%;
  margin-top: 20px;
}

#section03 {
  width: 100%;
  background-color: #fff;
  padding: 85px 0 135px 0;
  color: #716253;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 40px 0 50px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section03 .first_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section03 .first_text .base_text {
  width: 47%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 .first_text .base_text {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
#section03 .first_text .nom {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section03 .first_text .nom {
    width: 80%;
    margin: 0 auto;
    order: 1;
    margin-bottom: 10vw;
  }
}
#section03 .text01 {
  text-align: center;
  padding: 0.25em 0 0.5em 0;
  border-top: 1px solid #716253;
  border-bottom: 1px solid #716253;
  margin-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section03 .text01 {
    padding: 0.45em 0 0.6em 0;
    border: 1px solid #716253;
  }
}
#section03 .text02 {
  text-align: center;
  padding: 1em 0 0.5em 0;
  color: #000;
}
#section03 .zuimg {
  width: 100%;
  margin-top: 0px;
}
#section03 .atn {
  padding: 1em;
}

#section04 {
  width: 100%;
  background-color: #716253;
  padding: 85px 0 135px 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 40px 0 50px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section04 .first_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section04 .first_text .nom {
  width: 53.9%;
}
@media screen and (max-width:800px) {
  #section04 .first_text .nom {
    width: 85%;
    margin: 0 auto 5vw auto;
  }
}
#section04 .first_text .base_text {
  width: 39.3%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 .first_text .base_text {
    width: 100%;
    text-align: center;
  }
}
#section04 .zuimg {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#section04 .zuimg figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #000;
}
#section04 .text01 {
  line-height: 160%;
  padding-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section04 .text01 {
    text-align: center;
  }
}
#section04 .text02 {
  margin-bottom: 1em;
  line-height: 180%;
}
#section04 .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 1.25em 0;
  color: #716253;
  text-align: center;
  line-height: 110%;
}
@media screen and (max-width:800px) {
  #section04 .whitebox {
    line-height: 140%;
  }
}
#section04 .whitebox span {
  font-size: 175%;
}

#section05 {
  width: 100%;
  background-color: #fff;
  padding: 85px 0 135px 0;
  color: #716253;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 40px 0 50px 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section05 .first_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section05 .first_text .base_text {
  width: 56%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section05 .first_text .base_text {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
#section05 .first_text .nom {
  width: 42%;
}
@media screen and (max-width:800px) {
  #section05 .first_text .nom {
    width: 70%;
    order: 1;
    margin: 0 auto 5vw auto;
  }
}
#section05 .zuimg {
  width: 100%;
  margin-top: 20px;
}
#section05 .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section05 .clums {
    margin-top: 5vw;
  }
}
#section05 .clums .photo {
  width: 39.6%;
}
@media screen and (max-width:800px) {
  #section05 .clums .photo {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
#section05 .clums .text {
  width: 58.2%;
  line-height: 175%;
  color: #000;
}
@media screen and (max-width:800px) {
  #section05 .clums .text {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}
#section05 .atn {
  padding: 0.7em 0 0 0;
  color: #000;
}

#section06 {
  width: 100%;
  background-color: #716253;
  padding: 85px 0 135px 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 40px 0 50px 0;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section06 .first_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section06 .first_text .nom {
  width: 38.72%;
}
@media screen and (max-width:800px) {
  #section06 .first_text .nom {
    width: 60%;
    margin: 0 auto 5vw auto;
  }
}
#section06 .first_text .base_text {
  width: 58.23%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section06 .first_text .base_text {
    width: 100%;
    text-align: center;
  }
}
#section06 .zuimg {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#section06 .zuimg figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #000;
}
#section06 .text01 {
  line-height: 160%;
  padding-top: 1em;
  margin-bottom: 1em;
}
#section06 .text02 {
  margin-bottom: 1em;
  line-height: 180%;
}
#section06 .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 70px 0 15px 0;
  color: #000;
  text-align: left;
  line-height: 110%;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section06 .whitebox {
    margin-top: 5vw;
    padding: 35px 0 15px 0;
  }
}
#section06 .whitebox .inbox {
  width: 90%;
  margin: 0 auto;
}
#section06 .whitebox .ttl01 {
  color: #716253;
  margin-bottom: 0.5em;
  text-align: center;
}
#section06 .whitebox .lintext {
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 1em 0 1.25em 0;
  text-align: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .lintext {
    width: 100%;
  }
}
#section06 .whitebox .lintext span {
  display: inline-block;
  position: relative;
}
#section06 .whitebox .lintext span::after {
  content: "※対象31物件";
  font-size: 12px;
  position: absolute;
  top: 85%;
  right: 0;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .lintext span::after {
    top: 87%;
    right: 50%;
    transform: translate(50%, 0);
  }
}
#section06 .whitebox .minis {
  width: 80%;
  padding-top: 1em;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .minis {
    width: 100%;
  }
}
#section06 .whitebox figure.zu {
  width: 33.69%;
  margin: 0 auto 0 auto;
  padding: 30px 0 60px 0;
}
@media screen and (max-width:800px) {
  #section06 .whitebox figure.zu {
    width: 90%;
  }
}
#section06 .whitebox .text02 {
  text-align: center;
  line-height: 150%;
  color: #716253;
}
#section06 .whitebox .iconunder {
  width: 100px;
  margin: 0 auto;
}
#section06 .whitebox .planbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto 50px auto;
}
#section06 .whitebox .planbox .floor {
  width: 59.23%;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .planbox .floor {
    width: 100%;
    order: 2;
    margin-top: 5vw;
  }
}
#section06 .whitebox .planbox .price {
  width: 34.78%;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .planbox .price {
    width: 100%;
    order: 1;
  }
}
#section06 .whitebox .widetext {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
  background-color: #716253;
  margin-bottom: 25px;
}
#section06 .whitebox ul.list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .whitebox ul.list li {
  width: 31.5%;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section06 .whitebox ul.list li {
    width: 100%;
  }
}
#section06 .whitebox ul.list li .names {
  padding: 0.5em 0 0.35em 0;
}
#section06 .whitebox ul.list li.long2 {
  width: 47.28%;
}
@media screen and (max-width:800px) {
  #section06 .whitebox ul.list li.long2 {
    width: 100%;
  }
}
#section06 .whitebox ul.list li.long1 {
  width: 23.69%;
}
@media screen and (max-width:800px) {
  #section06 .whitebox ul.list li.long1 {
    width: 100%;
  }
}
#section06 .whitebox ul.list li.long1 figure.mi {
  width: 80%;
  padding: 0.5em;
  margin: 0 auto;
}
#section06 .whitebox ul.list li.long4 {
  width: 100%;
}
#section06 .whitebox ul.list li .imgte {
  position: relative;
}
#section06 .whitebox ul.list li .imgte figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section06 .lastext {
  width: 100%;
  padding-top: 0.5em;
}

.inwaipe {
  overflow: hidden;
}
.inwaipe .inslids {
  transform: translate(0, 105%);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.inwaipe .inslids.active {
  transform: translate(0, 0%);
}/*# sourceMappingURL=number.css.map */