.ly-content_main {
  padding-top: 100vh;
}
@media screen and (max-width: 768px) {
  .ly-content_main {
    padding-top: 100lvh;
    padding-top: 100vw;
  }
}

.secMain {
  position: relative;
  user-select: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #121516;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .secMain {
    height: 100svh;
  }
  .secMain::before {
    content: "";
    display: block;
    width: 100%;
    height: 150%;
    background: #121516;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.secMain_in {
  position: relative;
  z-index: 2;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .secMain_in {
    height: 100svh;
    height: 100vw;
  }
}
.secMain_in ._img {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secMain_in ._img {
    right: 120px;
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secMain_in ._img {
    display: none;
  }
}
.secMain_in ._img img {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .secMain_in ._img img {
    width: 61.25vw;
  }
}
.secMain_movie {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .secMain_movie {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .secMain_movie {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    aspect-ratio: 1/1;
  }
}
.secMain_movie ._cover {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  inset: -10px;
  background: #121516;
  transform: scale(1.1);
  opacity: 1;
}
.secMain_movie ._cover.is-hidden {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .secMain_movie iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 16/9;
    min-height: 100%;
    min-width: 100%;
    max-width: 10000px;
    max-height: 10000px;
  }
}
@media screen and (max-width: 768px) {
  .secMain_movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.secMain.is-hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .secMain [data-main-movie] {
    transition: all 0.3s ease-out;
    transition-duration: 0.8s;
    opacity: 1;
  }
  .secMain [data-main-movie].is-animation {
    transition-duration: 1.6s;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.7);
    transform: scale(0.7);
    transform-origin: center;
  }
}
.secMain_scroll {
  position: relative;
}
@media screen and (min-width: 769px) {
  .secMain_scroll {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .secMain_scroll {
    height: 2.5vw;
  }
}
.secMain_scroll::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.8) 0%, rgba(255, 0, 0, 0.01) 100%);
  background: rgba(255, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.secMessage {
  background: transparent;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .secMessage {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .secMessage {
    margin-bottom: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .secMessage[data-main-movie-message-sp] {
    opacity: 0;
  }
  .secMessage[data-main-movie-message-sp].is-visible {
    transition: opacity 0.6s ease-out;
    opacity: 1;
  }
}
.secMessage_in {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.secMessage_cnt1 ._lead p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .secMessage_cnt1 ._lead p {
    font-size: 3.5vw;
    line-height: 2.8571428571;
  }
}
.secMessage_cnt1 ._lead p + p {
  margin-top: 1em;
}
.secMessage_cnt1 ._img {
  margin-top: 60px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .secMessage_cnt1 ._img {
    margin-top: 10vw;
    width: 57.5vw;
  }
}

.secOutlineNav {
  background: #121516;
  padding-top: 20px;
  padding-bottom: 150px;
  z-index: 10;
}
@media screen and (max-width: 1340px) {
  .secOutlineNav {
    padding-right: 100px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .secOutlineNav {
    display: none;
  }
}
.secOutlineNav_cnt1 {
  position: relative;
  height: 90px;
}
.secOutlineNav_cnt1::before {
  content: "";
  display: block;
  width: 300vw;
  height: 100%;
  background: rgba(18, 21, 22, 0.9);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.secOutlineNav_cnt1 ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.secOutlineNav_cnt1 ul li {
  flex-grow: 1;
  border-bottom: 1px solid #1c2123;
}
.secOutlineNav_cnt1 ul li + li {
  margin-left: 25px;
}
@media screen and (max-width: 1000px) {
  .secOutlineNav_cnt1 ul li + li {
    margin-left: 10px;
  }
}
.secOutlineNav_cnt1 ul li > a {
  transition: all 0.3s ease-out;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
}
.secOutlineNav_cnt1 ul li > a > span {
  position: relative;
  width: 100%;
  text-align: center;
}
.secOutlineNav_cnt1 ul li > a > span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .secOutlineNav_cnt1 ul li > a > span._en {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .secOutlineNav_cnt1 ul li > a > span._en {
    font-size: 10px;
  }
}
.secOutlineNav_cnt1 ul li > a > span._jp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (max-width: 1000px) {
  .secOutlineNav_cnt1 ul li > a > span._jp {
    font-size: 10px;
  }
}
.secOutlineNav_cnt1 ul li > a > span._jp::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  transform: rotate(90deg);
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .secOutlineNav_cnt1 ul li > a:hover {
    background: rgba(28, 33, 35, 0.9);
  }
}

.secHousing {
  position: relative;
  background: #F4F4EF;
  padding-top: 0;
}
.secHousing.-bgBlack {
  background: #121516;
}
.secHousing.-bgNone {
  background: transparent;
}
.secHousing_obj {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.secHousing_obj.-bgBlack {
  background: #121516;
}
.secHousing_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secHousing_bg1 {
    top: 140px;
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secHousing_bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_bg1 {
    top: 17.5vw;
    bottom: 17.5vw;
  }
}
.secHousing_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.75);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.secHousing_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secHousing_in {
  position: relative;
  z-index: 1;
}
.secHousing_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .secHousing_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .secHousing_cnt1.-bottom {
    align-items: flex-end;
  }
  .secHousing_cnt1.-bottom .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
  .secHousing_cnt1.-bottom .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
.secHousing_cnt1 + .secHousing_cnt1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .secHousing_cnt1 + .secHousing_cnt1 {
    margin-top: 15vw;
  }
}
.secHousing_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secHousing_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.secHousing_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .secHousing_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
.secHousing_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .secHousing_cnt1 > ._img img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secHousing_cnt1 > ._img img {
    object-fit: contain;
    min-height: 100px;
  }
}
.secHousing_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .secHousing_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secHousing_cnt1 > ._txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.secHousing_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secHousing_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secHousing_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secHousing_cnt1 > ._img2.-right {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_cnt1 > ._img2.-right {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .secHousing_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_cnt2 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .secHousing {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 769px) {
  .secHousing_bg1 {
    bottom: 600px;
  }
}
@media screen and (max-width: 768px) {
  .secHousing_bg1 {
    height: 170vw;
  }
}
@media screen and (min-width: 769px) {
  .secHousing_cnt2 {
    margin-top: 170px;
    transform: translateX(100px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secHousing_cnt2 {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 768px) {
  .secHousing_cnt2 {
    margin-top: 20vw;
  }
}

.secMansion {
  position: relative;
  background: #F4F4EF;
  padding-top: 0;
  padding-bottom: 0;
}
.secMansion.-bgBlack {
  background: #121516;
}
.secMansion.-bgNone {
  background: transparent;
}
.secMansion_obj {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.secMansion_obj.-bgBlack {
  background: #121516;
}
.secMansion_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secMansion_bg1 {
    top: 140px;
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secMansion_bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secMansion_bg1 {
    top: 17.5vw;
    bottom: 17.5vw;
  }
}
.secMansion_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.75);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.secMansion_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secMansion_in {
  position: relative;
  z-index: 1;
}
.secMansion_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .secMansion_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .secMansion_cnt1.-bottom {
    align-items: flex-end;
  }
  .secMansion_cnt1.-bottom .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
  .secMansion_cnt1.-bottom .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
.secMansion_cnt1 + .secMansion_cnt1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .secMansion_cnt1 + .secMansion_cnt1 {
    margin-top: 15vw;
  }
}
.secMansion_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secMansion_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.secMansion_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .secMansion_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
.secMansion_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .secMansion_cnt1 > ._img img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secMansion_cnt1 > ._img img {
    object-fit: contain;
    min-height: 100px;
  }
}
.secMansion_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .secMansion_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secMansion_cnt1 > ._txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secMansion_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .secMansion_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.secMansion_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secMansion_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secMansion_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secMansion_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secMansion_cnt1 > ._img2.-right {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secMansion_cnt1 > ._img2.-right {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secMansion_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .secMansion_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secMansion_cnt2 {
    margin-top: 15vw;
  }
}

.secReform {
  position: relative;
  background: #F4F4EF;
}
.secReform.-bgBlack {
  background: #121516;
}
.secReform.-bgNone {
  background: transparent;
}
.secReform_obj {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.secReform_obj.-bgBlack {
  background: #121516;
}
.secReform_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secReform_bg1 {
    top: 140px;
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secReform_bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secReform_bg1 {
    top: 17.5vw;
    bottom: 17.5vw;
  }
}
.secReform_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.75);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.secReform_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secReform_in {
  position: relative;
  z-index: 1;
}
.secReform_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .secReform_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .secReform_cnt1.-bottom {
    align-items: flex-end;
  }
  .secReform_cnt1.-bottom .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
  .secReform_cnt1.-bottom .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
.secReform_cnt1 + .secReform_cnt1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .secReform_cnt1 + .secReform_cnt1 {
    margin-top: 15vw;
  }
}
.secReform_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secReform_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.secReform_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .secReform_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
.secReform_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .secReform_cnt1 > ._img img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secReform_cnt1 > ._img img {
    object-fit: contain;
    min-height: 100px;
  }
}
.secReform_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .secReform_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secReform_cnt1 > ._txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secReform_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .secReform_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.secReform_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secReform_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secReform_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secReform_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secReform_cnt1 > ._img2.-right {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secReform_cnt1 > ._img2.-right {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secReform_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .secReform_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secReform_cnt2 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .secReform {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}

.secRealEstate {
  position: relative;
  background: #F4F4EF;
  padding-top: 0;
  padding-bottom: 0;
}
.secRealEstate.-bgBlack {
  background: #121516;
}
.secRealEstate.-bgNone {
  background: transparent;
}
.secRealEstate_obj {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.secRealEstate_obj.-bgBlack {
  background: #121516;
}
.secRealEstate_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secRealEstate_bg1 {
    top: 140px;
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secRealEstate_bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secRealEstate_bg1 {
    top: 17.5vw;
    bottom: 17.5vw;
  }
}
.secRealEstate_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.75);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.secRealEstate_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secRealEstate_in {
  position: relative;
  z-index: 1;
}
.secRealEstate_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .secRealEstate_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .secRealEstate_cnt1.-bottom {
    align-items: flex-end;
  }
  .secRealEstate_cnt1.-bottom .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
  .secRealEstate_cnt1.-bottom .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
.secRealEstate_cnt1 + .secRealEstate_cnt1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .secRealEstate_cnt1 + .secRealEstate_cnt1 {
    margin-top: 15vw;
  }
}
.secRealEstate_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secRealEstate_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.secRealEstate_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .secRealEstate_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
.secRealEstate_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .secRealEstate_cnt1 > ._img img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secRealEstate_cnt1 > ._img img {
    object-fit: contain;
    min-height: 100px;
  }
}
.secRealEstate_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .secRealEstate_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secRealEstate_cnt1 > ._txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secRealEstate_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .secRealEstate_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.secRealEstate_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secRealEstate_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secRealEstate_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secRealEstate_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secRealEstate_cnt1 > ._img2.-right {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secRealEstate_cnt1 > ._img2.-right {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secRealEstate_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .secRealEstate_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secRealEstate_cnt2 {
    margin-top: 15vw;
  }
}
.secRealEstate_bg1::before {
  background: rgba(18, 21, 22, 0.6);
}

.secAsset {
  position: relative;
  background: #F4F4EF;
}
.secAsset.-bgBlack {
  background: #121516;
}
.secAsset.-bgNone {
  background: transparent;
}
.secAsset_obj {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.secAsset_obj.-bgBlack {
  background: #121516;
}
.secAsset_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secAsset_bg1 {
    top: 140px;
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secAsset_bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secAsset_bg1 {
    top: 17.5vw;
    bottom: 17.5vw;
  }
}
.secAsset_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.75);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.secAsset_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secAsset_in {
  position: relative;
  z-index: 1;
}
.secAsset_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .secAsset_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .secAsset_cnt1.-bottom {
    align-items: flex-end;
  }
  .secAsset_cnt1.-bottom .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
  .secAsset_cnt1.-bottom .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
.secAsset_cnt1 + .secAsset_cnt1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .secAsset_cnt1 + .secAsset_cnt1 {
    margin-top: 15vw;
  }
}
.secAsset_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secAsset_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.secAsset_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .secAsset_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
.secAsset_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .secAsset_cnt1 > ._img img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secAsset_cnt1 > ._img img {
    object-fit: contain;
    min-height: 100px;
  }
}
.secAsset_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .secAsset_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secAsset_cnt1 > ._txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secAsset_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .secAsset_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.secAsset_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secAsset_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secAsset_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secAsset_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secAsset_cnt1 > ._img2.-right {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secAsset_cnt1 > ._img2.-right {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secAsset_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .secAsset_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secAsset_cnt2 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .secAsset {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}

.secOwners {
  position: relative;
  background: #F4F4EF;
  padding-top: 0;
  padding-bottom: 0;
}
.secOwners.-bgBlack {
  background: #121516;
}
.secOwners.-bgNone {
  background: transparent;
}
.secOwners_obj {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.secOwners_obj.-bgBlack {
  background: #121516;
}
.secOwners_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secOwners_bg1 {
    top: 140px;
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secOwners_bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secOwners_bg1 {
    top: 17.5vw;
    bottom: 17.5vw;
  }
}
.secOwners_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.75);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.secOwners_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secOwners_in {
  position: relative;
  z-index: 1;
}
.secOwners_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .secOwners_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .secOwners_cnt1.-bottom {
    align-items: flex-end;
  }
  .secOwners_cnt1.-bottom .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
  .secOwners_cnt1.-bottom .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
.secOwners_cnt1 + .secOwners_cnt1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .secOwners_cnt1 + .secOwners_cnt1 {
    margin-top: 15vw;
  }
}
.secOwners_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secOwners_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.secOwners_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .secOwners_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
.secOwners_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .secOwners_cnt1 > ._img img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secOwners_cnt1 > ._img img {
    object-fit: contain;
    min-height: 100px;
  }
}
.secOwners_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .secOwners_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secOwners_cnt1 > ._txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secOwners_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .secOwners_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.secOwners_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secOwners_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secOwners_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secOwners_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secOwners_cnt1 > ._img2.-right {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secOwners_cnt1 > ._img2.-right {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secOwners_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .secOwners_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secOwners_cnt2 {
    margin-top: 15vw;
  }
}
.secOwners_bg1::before {
  background: rgba(18, 21, 22, 0.7);
}

.secCorporate {
  position: relative;
  background: #F4F4EF;
}
.secCorporate.-bgBlack {
  background: #121516;
}
.secCorporate.-bgNone {
  background: transparent;
}
.secCorporate_obj {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.secCorporate_obj.-bgBlack {
  background: #121516;
}
.secCorporate_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secCorporate_bg1 {
    top: 140px;
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secCorporate_bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secCorporate_bg1 {
    top: 17.5vw;
    bottom: 17.5vw;
  }
}
.secCorporate_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.75);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.secCorporate_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secCorporate_in {
  position: relative;
  z-index: 1;
}
.secCorporate_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .secCorporate_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .secCorporate_cnt1.-bottom {
    align-items: flex-end;
  }
  .secCorporate_cnt1.-bottom .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
  .secCorporate_cnt1.-bottom .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
.secCorporate_cnt1 + .secCorporate_cnt1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .secCorporate_cnt1 + .secCorporate_cnt1 {
    margin-top: 15vw;
  }
}
.secCorporate_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secCorporate_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.secCorporate_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .secCorporate_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
.secCorporate_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .secCorporate_cnt1 > ._img img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secCorporate_cnt1 > ._img img {
    object-fit: contain;
    min-height: 100px;
  }
}
.secCorporate_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .secCorporate_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secCorporate_cnt1 > ._txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secCorporate_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .secCorporate_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.secCorporate_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secCorporate_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secCorporate_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secCorporate_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secCorporate_cnt1 > ._img2.-right {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secCorporate_cnt1 > ._img2.-right {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .secCorporate_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .secCorporate_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secCorporate_cnt2 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .secCorporate {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}

.secInformation {
  background: #121516;
}
@media screen and (max-width: 768px) {
  .secInformation {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .secInformation_cnt1 {
    display: flex;
    justify-content: space-between;
  }
}
.secInformation_cnt1_item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .secInformation_cnt1_item {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item {
    position: relative;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .secInformation_cnt1_item:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: rgba(132, 115, 68, 0.5);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.secInformation_cnt1_item > ._title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .secInformation_cnt1_item > ._title {
    padding-left: 10px;
  }
}
.secInformation_cnt1_item > ._title .co-btnStyle1 {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item > ._title .co-btnStyle1 {
    width: 40vw;
  }
}
.secInformation_cnt1_item > ._list {
  flex-grow: 1;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item > ._list {
    margin-top: 0vw;
  }
}
.secInformation_cnt1_item > ._list > p {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .secInformation_cnt1_item > ._list > p {
    padding-left: 10px;
    padding-bottom: 50px;
  }
}
.secInformation_cnt1_item > ._list > ul > li > a {
  transition: all 0.3s ease-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #1c2123;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item > ._list > ul > li > a {
    padding: 5vw 2.5vw 5vw 0vw;
  }
}
.secInformation_cnt1_item > ._list > ul > li > a ._date {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-display: swap;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item > ._list > ul > li > a ._date {
    font-size: 3.5vw;
  }
}
.secInformation_cnt1_item > ._list > ul > li > a ._category {
  color: #848484;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item > ._list > ul > li > a ._category {
    margin-left: 6.25vw;
  }
}
.secInformation_cnt1_item > ._list > ul > li > a ._title {
  position: relative;
  flex-basis: 100%;
  margin-top: 10px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item > ._list > ul > li > a ._title {
    margin-top: 2.5vw;
    padding-right: 7.5vw;
  }
}
.secInformation_cnt1_item > ._list > ul > li > a ._title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .secInformation_cnt1_item > ._list > ul > li > a ._title::after {
    width: 2.5vw;
    height: 2.5vw;
    right: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secInformation_cnt1_item > ._list > ul > li > a:hover {
    background: rgba(28, 33, 35, 0.9);
  }
}/*# sourceMappingURL=top.css.map */