@charset "utf-8";
:root {
  --media_sp: 750;
}
p{color:#000;}

.positionWrap .bg {
  background-image: url("../img/value/spatial_value/kv_pc.webp");
}
.positionWrap .scene01 img {
  width: 34px;
}
.positionWrap .scene02 img {
  width: 33px;
}
@media (max-width: 750px) {
  .positionWrap .bg {
    background-image: url("../img/value/spatial_value/kv_sp.webp");
  }
  .positionWrap .scene01 img {
    width: 6.133vw;
  }
  .positionWrap .scene02 img {
    width: 6.266vw;
  }
}


.body_copy {
  padding: 66px 0 271px;
}
.body_copy .text_wrap {
  gap: 125px;
  height: fit-content;
}
.body_copy .text_wrap img {
  top: 47px;
  right: 12px;
  width: 144px;
}
.body_copy .text {
  top: 120px;
  left: -8px;
  width: 520px;
}
@media (max-width: 1000px) {
  .body_copy .text {
    width: initial;
    top: initial;
    left: initial;
  }
  .body_copy .text_wrap img {
    top: initial;
    right: initial;
  }
  .body_copy .text p {
    line-height: 2.333;
  }
  .positionWrap .caption p {
    font-size: calc(20 / var(--media_sp) * 100vw);
/*     right: 2vw; */
  }
}
@media (max-width: 750px) {
  .body_copy {
    padding: 24.933vw 0 32.267vw;
  }
  .body_copy .text p {
    letter-spacing: 0.2em;
  }
  .body_copy .text_wrap img {
    top: initial;
    right: initial;
    margin-bottom: 21.333vw;
    width: 23.867vw;
  }
}

.contents_wrap{
  width:100%;
}
.contents_wrap .section{
  width:100%;
}
.sec_kv{
  width:100%;
  display:block;
  position: relative;
  margin-bottom:190px;
}
.sec_kv .cap{
  position: absolute;
  right:0;
  bottom:0;
  margin:5px;
  font-size:12px;
  color:#fff;
}
@media all and (max-width: 750px) {
  .contents_wrap .section{
    padding-bottom: calc(110 / var(--media_sp) * 100vw);
  }
  .sec_kv{
    margin-bottom: calc(95 / var(--media_sp) * 100vw);
  }
  .sec_kv .cap{
    font-size: calc(20 / var(--media_sp) * 100vw);
    margin:0.667vw 1.333vw;
  }
}

.sec_img-wrap {
  position: relative;
}
.sec_img_cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
}
@media screen and (min-width:751px) {
  .sec_img_cap {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width:751px) {
  .sec_img_cap {
    font-size: 2.666vw;
    line-height: 1;
  }
}
.sec01_txt_en {
  font-family: "AGaramondPro-Regular";
  color: #000;
}
.sec01_txt_jp {
  color: #000;
}
@media screen and (min-width:751px) {
  .contents_wrap .section.sec01 {
    margin: 0 auto;
    padding-block: 190px;
    width:95%;
    max-width:1280px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .sec01_img-wrap {
    width: 46.875%;
  }
  .sec01_txt-wrap {
    width: 46.875%;
  }
  .sec01_txt_en {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .sec01_txt_jp {
    margin-top: 27px;
    font-size: 27px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .sec01_txt_copy {
    margin-top: 18px;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.17em;
  }
  .sec01_txt_fig-wrap {
    margin-top: 34px;
    margin-inline: auto;
    width: 399px;
  }
}
@media screen and (max-width:750px) {
  .sec01 {
    margin: 0 auto;
    padding-block: 14.667vw;
    width:100%;
  }
  .sec01_img-wrap {
    margin-inline: auto;
    width: 89%;
  }
  .sec01_txt-wrap {
    margin-top: 9.333vw;
    margin-inline: auto;
    width: 89%;
  }
  .sec01_txt_en {
    font-size: 2.604vw;
    line-height: 1;
    letter-spacing: 0.22em;
  }
  .sec01_txt_jp {
    margin-top: 2.267vw;
    font-size: 4.533vw;
    line-height: 1.588;
    letter-spacing: 0.095em;
  }
  .sec01_txt_copy {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .sec01_txt_fig-wrap {
    margin-top: 7.733vw;
    margin-inline: auto;
    width: 71.733vw;
  }
}

.sec02_txt_en {
  font-family: "AGaramondPro-Regular";
}
.sec02_txt_copy {
  color: #fff;
}
.sec02_txt_btn-wrap {
  background: linear-gradient(to right, #ebcd99 0%, #967538 100%) center/120% 100% no-repeat;
}
.sec02_txt_btn-wrap p {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
@media screen and (min-width:751px) {
  .sec02 {
    width: 100%;
    background: url(../img/value/spatial_value/spatial_value_bg_pc.webp) no-repeat center center/cover;
  }
  .sec02-inner {
    margin: 0 auto;
    padding-block: 190px;
    width:95%;
    max-width:1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec02_img-wrap {
    order: 2;
    width: 46.875%;
  }
  .sec02_txt-wrap {
    order: 1;
    width: 46.875%;
  }
  .sec02_txt_en {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .sec02_txt_jp {
    margin-top: 25px;
    font-size: 27px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .sec02_txt_copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.17em;
  }
  .sec02_txt_btn-wrap {
    margin-top: 30px;
    width: 220px;
    height: 48px;
  }
  .sec02_txt_btn-wrap p {
    font-size: 19px;
  }
}
@media screen and (max-width:750px) {
  .sec02 {
    width: 100%;
    background: url(../img/value/spatial_value/spatial_value_bg_sp.webp) no-repeat center center/cover;
  }
  .sec02-inner {
    margin: 0 auto;
    padding-block: 14.667vw 0;
    width:100%;
  }
  .sec02_img-wrap {
    margin-inline: auto;
    width: 89%;
  }
  .sec02_txt-wrap {
    margin-top: 9.6vw;
    margin-inline: auto;
    width: 89%;
  }
  .sec02_txt_en {
    font-size: 2.667vw;
    line-height: 1;
    letter-spacing: 0.22em;
  }
  .sec02_txt_jp {
    /*! margin-top: 25px; */
    font-size: 4.533vw;
    line-height: 1.588;
    letter-spacing: 0.095em;
    margin-top: 2.267vw;
  }
  .sec02_txt_copy {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .sec02_txt_btn-wrap {
    margin-top: 30px;
    width: 46vw;
    height: 10vw;
  }
  .sec02_txt_btn-wrap p {
    font-size: 4vw;
  }
}

.section.plan .inner_wrap{
  margin:0 auto;
  padding: 106px 0px 0;
  width:95%;
  max-width:1280px;
}
.section.plan .txt_wrap{
  width:100%;
  display:flex;
  align-items: center;
  margin-bottom:70px;
}
.section.plan .type_wrap{
  width:145px;
  height:151px;
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #9d9d9d 100%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #9d9d9d 100%);
  background: linear-gradient(to right, #e8e8e8 0%, #9d9d9d 100%);
  display:flex;
  justify-content: center;
  align-items: center;
  margin-right:3.75%;
}
.section.plan .limited .type_wrap{
  background: -webkit-linear-gradient(left, #ebcd99 0%, #967538 100%);
  background: -o-linear-gradient(left, #ebcd99 0%, #967538 100%);
  background: linear-gradient(to right, #ebcd99 0%, #967538 100%);
}
.section.plan .type{
  font-size:21px;
  line-height:1;
  letter-spacing: 0.2em;
  font-family: "AGaramondPro-Regular";
  color:#333;
}
.section.plan .type strong{
  display:block;
  font-size:76px;
  line-height:1;
  font-family: "AGaramondPro-Regular";
  margin-bottom:-2px;
  color:inherit;
}
.section.plan .inner_spec_wrap{
  display:flex;
  align-items: flex-end;
}
.section.plan .ldk{
  font-size:25px;
  margin-bottom:22px;
  letter-spacing: 0.17em;
}
.section.plan .ldk strong{
  font-size:40px;
  letter-spacing: 0.17em;
}
.section.plan .area{
  font-size:24px;
  margin-right:2.202vw;
  flex-shrink: 0;
}
.section.plan .area strong{
  font-size:40px;
}
.section.plan .area .over{
  font-size:16px;
  display:block;
}
.section.plan .area .sml{
  font-size:16px;
}
.section.plan .sub_area{
  font-size:16px;
  line-height:1.625;
  margin-right:2.083vw;

  display:grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  column-gap: 2.25em;
  font-size:16px;
  line-height:1.625;
  /* margin-right:2.083vw; */
}
@media screen and (max-width:1280px) {
  .section.plan .sub_area{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
}
@media screen and (min-width:751px) {
  
}
.section.plan .sub_area .spacer{
  margin-left: 2.25em;
}
.section.plan .spec02 .cap{
  font-size:12px;
  line-height:1.625;
}
.section.plan .fig_wrap{
  width:100%;
}
.spec02 .sub_area-item {
  display: block;
}

.section.plan .return_limited_top {
/*   padding-block: 70px 120px; */
  padding: 70px 120px 70px;
}
.section.plan .return_limited_top a {
  display: flex;
  place-content: center;
  height: 90px;
  align-items: center;
  width: 400px;
  font-size: 21px;
  color: #000;
  background: #E8E8E8;
  background: linear-gradient(90deg, rgba(232, 232, 232, 1) 0%, rgba(157, 157, 157, 1) 100%);
  text-align: center;
  align-items: center;
  
  margin: 0 auto;
}
.section.plan .caption{
  font-size:12px;
}
@media all and (max-width: 750px) {
  .section.plan .inner_wrap{
    padding-block:  14.667vw;
    width:89.333%;
    max-width:inherit;
    padding-bottom: 0;
  }
  .section.plan .txt_wrap{
    display:block;
    margin-bottom: calc(65 / var(--media_sp) * 100vw);
  }
  .section.plan .type_wrap{
    width:100%;
    height:26.667vw;
    margin-right: 0;
    margin-bottom: calc(60 / var(--media_sp) * 100vw);
  }
  .section.plan .type{
    font-size: calc(30 / var(--media_sp) * 100vw);
    margin-bottom: calc(-7 / var(--media_sp) * 100vw);
  }
  .section.plan .type strong{
    display:inline-block;
    font-size: calc(108 / var(--media_sp) * 100vw);
    margin:0 calc(16 / var(--media_sp) * 100vw) 0 0;
  }
  .section.plan .inner_spec_wrap{
    display:block;
  }
  .section.plan .ldk{
    font-size: calc(30 / var(--media_sp) * 100vw);
    margin-bottom: calc(30 / var(--media_sp) * 100vw);
  }
  .section.plan .ldk strong{
    font-size: calc(50 / var(--media_sp) * 100vw);
  }
  .section.plan .area{
    font-size: calc(30 / var(--media_sp) * 100vw);
    margin-right:0;
    margin-bottom: calc(22 / var(--media_sp) * 100vw);
  }
  .section.plan .area strong{
    font-size: calc(52 / var(--media_sp) * 100vw);
  }
  .section.plan .area .over{
    font-size: calc(20 / var(--media_sp) * 100vw);
  }
  .section.plan .area .sml{
    font-size: calc(20 / var(--media_sp) * 100vw);
  }
  .section.plan .spec02{
    display:block;
  }
  .section.plan .sub_area{
    display: block;
    font-size: calc(24 / var(--media_sp) * 100vw);
    line-height:1.5;
    margin-right:0;
  }
  .section.plan .spec02 .cap{
    font-size: calc(20 / var(--media_sp) * 100vw);
    line-height:1.5;
    margin-top: calc(5 / var(--media_sp) * 100vw);
  }
  .section.plan .return_limited_top {
    padding: 5.333vw 0 4vw;
  }
  .section.plan .return_limited_top a {
    width: calc(500 / var(--media_sp) * 100vw);
    height: calc(90 / var(--media_sp) * 100vw);
    font-size: calc(26 / var(--media_sp) * 100vw);
    letter-spacing: 0.125em;
  }
  .section.plan .caption{
    font-size: calc(20 / var(--media_sp) * 100vw);
    margin-top: calc(75 / var(--media_sp) * 100vw);
    line-height:1.5;
  }
}

.limited_pager {
  margin-top: 66.5px
}