@charset "UTF-8";
/* ==========================================================================//
//
// トップページ
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
main {
  overflow-x: hidden;
}
main > * {
  background-color: #fff;
}
main > *:not(.mv, .window_area, .bg_movi, .sec_estate, .area) {
  padding-top: 60px;
}
@media all and (min-width: 751px) {
  main > *:not(.mv, .window_area, .bg_movi, .sec_estate, .area) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
main > *:last-child {
  padding-bottom: 80px;
}
@media all and (min-width: 751px) {
  main > *:last-child {
    padding-bottom: 180px;
    padding-top: 0;
  }
}

/* セクションタイトル */
.sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    gap: 8px;
  }
}
.sec_ttl .en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_ttl .en {
    font-size: 38px;
  }
}
.sec_ttl .jp {
  font-size: 13px;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-size: 15px;
  }
}

/* メインビジュアル
---------------------------------------------------------- */
.mv {
  padding-top: 80px;
}
@media all and (min-width: 751px) {
  .mv {
    padding-top: 83px;
  }
}
.mv .copy_area {
  position: relative;
  z-index: 1;
  padding: 120px 0 90px;
}
@media all and (min-width: 751px) {
  .mv .copy_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 26vh 0 28vh;
  }
}
@media screen and (min-width: 751px) and (min-height: 800px) {
  .mv .copy_area {
    padding: 180px 0 200px;
  }
}
@media all and (min-width: 1367px) {
  .mv .copy_area {
    padding: 240px 0 260px;
  }
}
@media all and (min-width: 751px) {
  .mv .copy_area .copy {
    width: max(480px, 57.8%);
  }
}
.mv .copy_area .copy span {
  --delay: 0.2s;
}
.mv .copy_area .copy span img {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: opacity 0.6s calc(var(--delay) + 0.1s), -webkit-transform 0.6s calc(var(--delay) + 0.1s);
  transition: opacity 0.6s calc(var(--delay) + 0.1s), -webkit-transform 0.6s calc(var(--delay) + 0.1s);
  transition: transform 0.6s calc(var(--delay) + 0.1s), opacity 0.6s calc(var(--delay) + 0.1s);
  transition: transform 0.6s calc(var(--delay) + 0.1s), opacity 0.6s calc(var(--delay) + 0.1s), -webkit-transform 0.6s calc(var(--delay) + 0.1s);
}
.mv .copy_area .copy span:not(:last-child) {
  margin-bottom: 15px;
}
@media all and (min-width: 751px) {
  .mv .copy_area .copy span:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 750px) {
  .mv .copy_area .copy span.sp_row01 {
    width: 92%;
  }
  .mv .copy_area .copy span.sp_row02 {
    width: 62.4%;
  }
}
@media all and (min-width: 751px) {
  .mv .copy_area .copy span.row_last {
    display: block;
    width: 67%;
  }
}
.mv .copy_area .copy span:nth-child(1) {
  --delay: 1 * 0.1s;
}
.mv .copy_area .copy span:nth-child(2) {
  --delay: 2 * 0.1s;
}
.mv .copy_area .copy span:nth-child(3) {
  --delay: 3 * 0.1s;
}
.mv .copy_area .copy span:nth-child(4) {
  --delay: 4 * 0.1s;
}
.mv .copy_area .copy.animated span img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mv .img_area {
  position: relative;
}
@media all and (min-width: 751px) {
  .mv .img_area {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 23px;
  }
}
@media all and (max-width: 750px) {
  .mv .img_area .image {
    margin-inline: calc(50% - 50vw);
  }
}
.mv .img_area .copy_wrap {
  position: absolute;
  top: 40px;
  left: 9%;
  color: #fff;
}
@media all and (max-width: 750px) {
  .mv .img_area .copy_wrap {
    width: 80%;
  }
}
@media all and (min-width: 751px) {
  .mv .img_area .copy_wrap {
    top: 115px;
    left: unset;
    right: 5.2%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .mv .img_area .copy_wrap {
    width: 40%;
  }
}
.mv .img_area .sub_copy {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 14px;
  text-indent: -0.23em;
}
@media all and (min-width: 751px) {
  .mv .img_area .sub_copy {
    font-size: clamp(20px, 1.98vw, 27px);
    line-height: 2;
    margin-bottom: 5px;
  }
}
.mv .img_area p {
  line-height: 2.46;
}
@media all and (min-width: 751px) {
  .mv .img_area p {
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2.57;
    font-size: clamp(12px, 1.05vw, 13px);
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .mv .img_area p br.MID {
    display: none;
  }
}
.mv .img_area span.typing {
  display: inline-block;
  -webkit-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
  opacity: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #fff), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #fff), color-stop(33%, transparent));
          mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
  -webkit-mask-size: 400% 400%;
          mask-size: 400% 400%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
  -webkit-animation: appear_copy_en 1s 0.6s ease-out forwards;
          animation: appear_copy_en 1s 0.6s ease-out forwards;
}
@-webkit-keyframes appear_copy_en {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
    -webkit-mask-position: 100% 0%;
            mask-position: 100% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}
@keyframes appear_copy_en {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
    -webkit-mask-position: 100% 0%;
            mask-position: 100% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}
.mv .img_area span.typing.delay {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mv .img_area span.typing.delay2 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.mv .img_area span.typing.delay3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  text-indent: -0.5em;
}

/* news blog
---------------------------------------------------------- */
.post_section {
  padding: 50px 0;
}
@media all and (min-width: 751px) {
  .post_section {
    padding: 110px 0 150px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .post_section {
    padding-top: 80px;
  }
}
.post_section .post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media all and (min-width: 1001px) {
  .post_section .post_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 38px;
  }
}
@media all and (min-width: 751px) {
  .post_section section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post_section section .post_list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.post_section .sec_ttl {
  margin-bottom: 25px;
}
@media all and (min-width: 751px) {
  .post_section .sec_ttl {
    margin-bottom: 30px;
  }
}
.post_section .sec_ttl .en {
  font-size: 28px;
}
@media all and (min-width: 751px) {
  .post_section .sec_ttl .en {
    font-size: 38px;
  }
}
.post_section .post_item {
  border-bottom: 1px solid #DCE2E2;
}
.post_section .post_item:first-child {
  border-top: 1px solid #DCE2E2;
}
.post_section .post_item a {
  display: block;
  padding: 24px 0;
}
@media all and (min-width: 751px) {
  .post_section .post_item a {
    padding: 22px 10px;
  }
}
@media (hover: hover) {
  .post_section .post_item a,
  .post_section .post_item a .post_category {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .post_section .post_item a:hover {
    background-color: #F2F6F7;
  }
  .post_section .post_item a:hover .post_category {
    background-color: #fff;
  }
}
.post_section .post_item .post_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media all and (min-width: 751px) {
  .post_section .post_item .post_cont {
    gap: 10px;
  }
}
.post_section .post_item .date_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media all and (min-width: 751px) {
  .post_section .post_item .date_cate {
    gap: 9px;
  }
}
.post_section .post_item .date_cate .date {
  font-size: 13px;
}
@media all and (min-width: 751px) {
  .post_section .post_item .date_cate .date {
    font-size: 14px;
  }
}
.post_section .post_item .post_category {
  background-color: #F2F6F7;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 11px;
  padding: 1px 10px;
}
@media all and (min-width: 751px) {
  .post_section .post_item .post_category {
    font-size: 12px;
    padding: 1px 10px;
  }
}
.post_section .post_item .post_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .post_section .post_item .post_ttl {
    -webkit-line-clamp: 1;
  }
}
.post_section .more_btn {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .post_section .more_btn {
    margin-top: 35px;
  }
}

/* 背景動画が見えるエリア
---------------------------------------------------------- */
.window_area {
  position: relative;
  z-index: 1;
  background-color: transparent;
  height: 270px;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  border-bottom: 70px solid #fff;
}
@media all and (min-width: 751px) {
  .window_area {
    height: 700px;
    border-right: 40px solid #fff;
    border-left: 40px solid #fff;
    border-bottom: 130px solid #fff;
  }
}

.bg_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.bg_movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 共通（Estate,mall,Space,SUPPORT,FARM）
---------------------------------------------------------- */
.sec_flex {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1151px) {
  .sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
  }
}

.sec_ttl_wrap {
  position: relative;
}
@media all and (min-width: 1151px) {
  .sec_ttl_wrap {
    width: 50%;
  }
}

.ttl_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 1151px) {
  .ttl_icon {
    width: 91.9%;
  }
}
@media all and (max-width: 1150px) {
  .ttl_icon .image {
    width: min(95px, 28.4%);
  }
}

@media all and (min-width: 1151px) {
  .estate_image {
    max-width: 600px;
    width: 50%;
  }
}
@media all and (max-width: 1150px) {
  .estate_image {
    margin: 30px 0;
  }
}

@media all and (min-width: 1151px) {
  .texts {
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
}

.heading {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 12px;
}
@media all and (min-width: 751px) {
  .heading {
    font-size: 24px;
    line-height: 1.83;
    margin-bottom: 34px;
  }
}

.tx {
  line-height: 2;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .tx {
    margin-bottom: 40px;
  }
}

.move_arrow a {
  position: relative;
  display: block;
  background: #174556;
  width: 45px;
  height: 45px;
  border-radius: 2px;
}
.move_arrow a .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  margin: auto 0;
  line-height: 1;
}
.move_arrow a .arrow::before, .move_arrow a .arrow::after {
  content: "";
  background-image: url(../../images/top/icon_arrow.svg);
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  right: 15px;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.move_arrow a .arrow::after {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (hover: hover) {
  .move_arrow a:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .move_arrow a:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.move_arrow.black a {
  background: #fff;
}
.move_arrow.black a .arrow::before, .move_arrow.black a .arrow::after {
  background-image: url(../../images/top/icon_arrow_bk.svg);
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
/* estate
---------------------------------------------------------- */
.sec_estate {
  background: #F2F6F7;
  padding: 60px 0 45px;
}
@media all and (min-width: 751px) {
  .sec_estate {
    padding: 60px 0;
  }
}
.sec_estate .property {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_estate .property {
    margin-top: 94px;
  }
}
.sec_estate .property .heading_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_estate .property .heading {
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .sec_estate .property .heading {
    font-size: 24px;
  }
}
.sec_estate .property .property_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_list {
    gap: 60px 30px;
  }
}
.sec_estate .property .property_item {
  width: 100%;
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 60px) / 3);
  }
}
@media (hover: hover) {
  .sec_estate .property .property_item a img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .sec_estate .property .property_item a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_estate .property .property_item .thumb {
  overflow: hidden;
}
.sec_estate .property .property_item .thumb img {
  aspect-ratio: 38/25;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_estate .property .property_item .property_cont {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item .property_cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.sec_estate .property .property_item .property_ttl {
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item .property_ttl {
    font-size: 18px;
  }
}
.sec_estate .property .property_item .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
.sec_estate .property .property_item .post_category span {
  color: #fff;
  background-color: #174556;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 11px;
  padding: 5px 8px;
  margin-bottom: 4px;
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item .post_category span {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.sec_estate .property .property_item .city {
  position: relative;
  color: #9EA7AD;
  font-size: 12px;
  padding-left: 20px;
  margin-top: 8px;
}
.sec_estate .property .property_item .city::before {
  position: absolute;
  content: "";
  background-image: url(../../images/common/icon/map_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3/4;
  width: 13px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item .property_foot {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sec_estate .property .property_item .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item .price_wrap {
    margin-top: 10px;
  }
}
.sec_estate .property .property_item .price_wrap .price {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item .price_wrap .price {
    font-size: 18px;
  }
}
.sec_estate .property .property_item .price_wrap .sale_mark {
  color: #fff;
  background-color: #65A2BF;
  border-radius: 2px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 400;
  line-height: 1;
  font-size: 11px;
  padding: 5px 8px;
  /* 販売予告 */
  /* 販売終了 */
}
@media all and (min-width: 751px) {
  .sec_estate .property .property_item .price_wrap .sale_mark {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.sec_estate .property .property_item .price_wrap .sale_mark.notice {
  background: #81B0A2;
}
.sec_estate .property .property_item .price_wrap .sale_mark.sold {
  background: #aaa;
}
@media all and (min-width: 751px) {
  .sec_estate .property .more_btn {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
@media all and (max-width: 750px) {
  .sec_estate .property .more_btn {
    margin: 40px 0;
  }
}
.sec_estate .banner_area {
  margin-top: 45px;
}
@media all and (min-width: 751px) {
  .sec_estate .banner_area {
    margin-top: 94px;
  }
}
.sec_estate .banner_area .banner:not(:first-of-type) {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_estate .banner_area .banner:not(:first-of-type) {
    margin-top: 26px;
  }
}
@media (hover: hover) {
  .sec_estate .banner_area .banner a {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .sec_estate .banner_area .banner a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  }
  @-webkit-keyframes shine {
    100% {
      left: 100%;
    }
  }
  @keyframes shine {
    100% {
      left: 100%;
    }
  }
  .sec_estate .banner_area .banner a:hover::before {
    -webkit-animation: shine 0.75s;
            animation: shine 0.75s;
  }
}

/* scroll_container
---------------------------------------------------------- */
.area {
  padding: 50px 0;
}
@media all and (min-width: 751px) {
  .area {
    padding: 60px 0;
  }
}
.area img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.area a {
  text-decoration: none;
  font-size: 30px;
}

/* sec_mall
---------------------------------------------------------- */
.sec_mall,
.sec_space,
.sec_support,
.sec_farm {
  position: relative;
  background-color: #fff;
}
.sec_mall::after,
.sec_space::after,
.sec_support::after,
.sec_farm::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec_mall.active::after,
.sec_space.active::after,
.sec_support.active::after,
.sec_farm.active::after {
  width: 100%;
}

.sec_mall::after {
  background: #FAE7E7;
}

.sec_space::after {
  background-color: #E6F8FF;
}
.sec_space .sns_link {
  margin-bottom: 15px;
}
@media all and (min-width: 751px) {
  .sec_space .sns_link {
    margin-bottom: 25px;
  }
}
.sec_space .sns_link a {
  padding-left: 25px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (min-width: 751px) {
  .sec_space .sns_link a {
    padding-left: 37px;
  }
}
.sec_space .sns_link a span {
  display: block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  font-size: 13px;
}
@media (hover: hover) {
  .sec_space .sns_link a span {
    background-image: -webkit-gradient(linear, left top, right top, from(#505050), to(#505050));
    background-image: linear-gradient(90deg, #505050, #505050);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s, color 0.4s;
    transition: background-size 0.4s, color 0.4s;
  }
  .sec_space .sns_link a span:hover {
    color: #505050;
    background-size: 100% 1px;
  }
}
@media all and (min-width: 751px) {
  .sec_space .sns_link a span {
    font-size: 14px;
  }
}
.sec_space .sns_link a::before {
  position: absolute;
  content: "";
  background-image: url(../../images/common/icon/instagram.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
@media all and (min-width: 751px) {
  .sec_space .sns_link a::before {
    width: 22px;
    height: 22px;
  }
}

.sec_support::after {
  background-color: #FDEFDF;
}

.sec_farm::after {
  background: #E5F8E1;
}

/* service
---------------------------------------------------------- */
.sec_service {
  padding-top: 50px;
  /* 物件情報
   ---------------------------------------------------------- */
}
@media all and (min-width: 751px) {
  .sec_service {
    padding-top: 150px;
  }
}
.sec_service .sec_ttl {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_service .sec_ttl {
    margin-bottom: 60px;
  }
}
.sec_service .sub_ttl {
  position: relative;
  font-size: 20px;
  border-bottom: 1px solid #DCE2E2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_service .sub_ttl {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
}
.sec_service .sub_ttl::before {
  position: absolute;
  content: "";
  background-color: #3451b4;
  width: 30%;
  height: 4px;
  bottom: -2.5px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
}
.sec_service .sub_ttl.animated::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media all and (min-width: 751px) {
  .sec_service .block {
    position: relative;
  }
}
@media all and (max-width: 750px) {
  .sec_service .block .more_btn {
    margin-top: 40px;
  }
}
@media all and (min-width: 751px) {
  .sec_service .block .more_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sec_service .sub_sec {
  padding-bottom: 70px;
}
@media all and (min-width: 751px) {
  .sec_service .sub_sec {
    padding-bottom: 150px;
  }
}
.sec_service .sub_sec.studio .sub_ttl::before {
  background-color: #77bbd0;
}

/* location
---------------------------------------------------------- */
.sec_location .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_location .ttl_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 56px;
  }
}
.sec_location .sec_ttl .en {
  font-size: 40px;
}
@media all and (min-width: 751px) {
  .sec_location .sec_ttl .en {
    font-size: 72px;
  }
}
.sec_location .lead {
  line-height: 2;
}
.sec_location .map {
  position: relative;
}
@media all and (max-width: 750px) {
  .sec_location .map {
    margin-inline: calc(50% - 50vw);
  }
}
.sec_location .map .pin {
  position: absolute;
  bottom: 50%;
  left: 53.5%;
  width: 27%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.4s 0.2s;
  transition: -webkit-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
}
@media all and (min-width: 751px) {
  .sec_location .map .pin {
    bottom: 52%;
    left: 55%;
    width: 13%;
  }
}
.sec_location .map .pin.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec_location .map .pin.animated img {
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse 1s;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec_location .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_location .address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
.sec_location .signboard {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_location .signboard {
    margin-top: 80px;
  }
}
.sec_location .signboard a {
  position: relative;
  background-image: url(../../images/top/signboard_bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 34px 30px 98px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .sec_location .signboard a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sec_location .signboard a:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 751px) {
  .sec_location .signboard a {
    background-image: url(../../images/top/signboard_bg_pc.webp);
    padding: 50px;
  }
}
.sec_location .signboard .sign_ttl {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .sec_location .signboard .sign_ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.sec_location .signboard p {
  color: #fff;
  line-height: 2;
}
.sec_location .signboard .illust {
  position: absolute;
  width: 40px;
  bottom: 0;
  right: 14%;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  .sec_location .signboard .illust {
    width: 98px;
  }
}
.sec_location .signboard .illust img {
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.13, 1.06, 0.77, 1.23) 0.4s;
  transition: -webkit-transform 0.4s cubic-bezier(0.13, 1.06, 0.77, 1.23) 0.4s;
  transition: transform 0.4s cubic-bezier(0.13, 1.06, 0.77, 1.23) 0.4s;
  transition: transform 0.4s cubic-bezier(0.13, 1.06, 0.77, 1.23) 0.4s, -webkit-transform 0.4s cubic-bezier(0.13, 1.06, 0.77, 1.23) 0.4s;
}
.sec_location .signboard.fadeUp .illust img {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

/* instagram
---------------------------------------------------------- */
.sec_insta {
  padding-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_insta {
    padding-top: 150px;
  }
}
.sec_insta .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_insta .ttl_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 56px;
  }
}
@media all and (max-width: 750px) {
  .sec_insta .ttl_wrap .link {
    margin-left: auto;
  }
}
.sec_insta .ttl_wrap .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media all and (min-width: 751px) {
  .sec_insta .ttl_wrap .link a {
    gap: 15px;
  }
}
.sec_insta .ttl_wrap .link a img {
  width: 20px;
}
.sec_insta .ttl_wrap .link a p {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .sec_insta .ttl_wrap .link a p {
    letter-spacing: 0.075em;
  }
}
@media (hover: hover) {
  .sec_insta .ttl_wrap .link a img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sec_insta .ttl_wrap .link a:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.sec_insta .sec_ttl .en {
  font-size: 40px;
}
@media all and (min-width: 751px) {
  .sec_insta .sec_ttl .en {
    font-size: 72px;
  }
}
.sec_insta #sb_instagram {
  padding: 0;
}
.sec_insta #sb_instagram #sbi_images {
  padding: 0;
}
@media all and (min-width: 751px) {
  .sec_insta #sb_instagram #sbi_images {
    gap: 20px !important;
  }
}