<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-video-wrap {
  background: #000;
  /* swiperPickup */
}
@media screen and (max-width: 767px) {
  .bg-video-wrap {
    height: calc(100vw * 1340 / 750);
  }
}
.bg-video-wrap .swiper_mv .swiper-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
}
.bg-video-wrap .swiper_mv .l-inner {
  max-width: 1240px;
  width: 86.111111111%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .l-inner {
    width: 95.111111%;
  }
}
.bg-video-wrap .swiper_mv .swiper-pagination::before {
  content: "";
  width: 70px;
  height: 1px;
  background: #b6b6b6;
  position: absolute;
  top: 61%;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-pagination::before {
    width: 50px;
  }
}
.bg-video-wrap .swiper_mv {
  position: relative;
}
.bg-video-wrap .swiper_mv .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1087px) {
  .bg-video-wrap .swiper_mv .swiper-slide {
    height: calc(100vw * 860 / 1440);
  }
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-slide {
    height: calc(100vw * 1340 / 750);
  }
}
.bg-video-wrap .swiper_mv .swiper-slide .image_box,
.bg-video-wrap .swiper_mv .swiper-slide.swiper-slide-duplicate .image_box {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1087px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box,
  .bg-video-wrap .swiper_mv .swiper-slide.swiper-slide-duplicate .image_box {
    height: calc(100vw * 860 / 1440);
  }
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box,
  .bg-video-wrap .swiper_mv .swiper-slide.swiper-slide-duplicate .image_box {
    height: calc(100vw * 1340 / 750);
  }
}
.bg-video-wrap .swiper_mv .swiper-slide .image_box .bg {
  transition: 8s ease;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1087px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box .bg {
    height: calc(100vw * 860 / 1440);
  }
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box .bg {
    height: calc(100vw * 1340 / 750);
  }
}
.bg-video-wrap .swiper_mv .swiper-slide .image_box .acap {
  bottom: 1rem;
}
@media screen and (max-width: 1087px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box .acap {
    bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box .acap {
    bottom: 4rem;
  }
}
.bg-video-wrap .swiper_mv .swiper-slide .image_box.bg01 .bg {
  background: url(../imgs/mv_slider01.jpg) no-repeat;
  background-size: cover;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box.bg01 .bg {
    background: url(../imgs/mv_slider01_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.bg-video-wrap .swiper_mv .swiper-slide .image_box.bg02 .bg {
  background: url(../imgs/mv_slider02.jpg) no-repeat;
  background-size: cover;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box.bg02 .bg {
    background: url(../imgs/mv_slider02_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.bg-video-wrap .swiper_mv .swiper-slide .image_box.bg03 .bg {
  background: url(../imgs/mv_slider03.jpg) no-repeat;
  background-size: cover;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-slide .image_box.bg03 .bg {
    background: url(../imgs/mv_slider03_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.bg-video-wrap .swiper_mv .swiper-slide.swiper-slide-active .image_box.bg01 .bg,
.bg-video-wrap .swiper_mv .swiper-slide.swiper-slide-active .image_box.bg02 .bg,
.bg-video-wrap .swiper_mv .swiper-slide.swiper-slide-active .image_box.bg03 .bg,
.bg-video-wrap
  .swiper_mv
  .swiper-slide.swiper-slide-duplicate-active
  .image_box.bg01
  .bg,
.bg-video-wrap
  .swiper_mv
  .swiper-slide.swiper-slide-duplicate-active
  .image_box.bg02
  .bg,
.bg-video-wrap
  .swiper_mv
  .swiper-slide.swiper-slide-duplicate-active
  .image_box.bg03
  .bg {
  transform: translateX(-50%) scale(1.05);
  transition: 8s ease;
}
.bg-video-wrap
  .swiper_mv
  .swiper-slide
  .image_box
  .swiper_mv
  .swiper-slide-active
  .imgWrap
  img,
.bg-video-wrap .swiper_mv .swiper-slide-duplicate-active .imgWrap img,
.bg-video-wrap .swiper_mv .swiper-slide-prev .imgWrap img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.bg-video-wrap .swiper_mv .swiper-pagination {
/*  bottom: 93px;*/
bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper_mv .swiper-pagination {
    bottom: 37px;
  }
}
.bg-video-wrap .swiper_mv .swiper-pagination-bullet {
  position: relative;
  width: 5px;
  height: 5px;
  background: transparent;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-video-wrap .swiper_mv .swiper-pagination-bullet::before {
  border-radius: 50%;
  content: "";
  background-color: #b6b6b6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  opacity: 1;
}
.bg-video-wrap .swiper_mv .swiper-pagination-bullet-active::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  height: 10px;
  background: #c79c46;
  transform: translate(-50%, -55%);
}
.bg-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  bottom: 0;
}
.bg-video-wrap
  .swiper-pagination-bullets
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .bg-video-wrap
    .swiper-pagination-bullets
    .swiper-pagination-bullet
    + .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
.bg-video-wrap
  .swiperPickup.swiper-container-horizontal
  &gt; .swiper-pagination-bullets,
.bg-video-wrap .swiper_mv .swiper-pagination-custom,
.bg-video-wrap .swiper_mv .swiper-pagination-fraction {
  left: 0px;
  bottom: 80px;
  margin: 0;
  text-align: left;
}
.bg-video-wrap .swiper-custom-fraction_mv {
  position: absolute;
/*  bottom: 80px;*/
bottom: -10px;
  left: 90px;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 0.1em;
  z-index: 400;
  color: #b6b6b6;
}
.bg-video-wrap .swiper-custom-fraction_mv .js-currentNum_mv {
  font-size: 160%;
  color: #c79c46;
}
@media screen and (min-width: 768px) and (max-width: 1087px) {
  .bg-video-wrap
    .swiperPickup.swiper-container-horizontal
    &gt; .swiper-pagination-bullets,
  .bg-video-wrap .swiper_mv .swiper-pagination-custom,
  .bg-video-wrap .swiper_mv .swiper-pagination-fraction {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bg-video-wrap .swiper-custom-fraction_mv {
    font-size: 1.5rem;
    bottom: 25px;
    left: 60px;
  }
}





@media screen and (max-width: 1087px) {
.bg-video-wrap .swiper_mv .swiper-pagination {
  bottom: 65px;
}
.bg-video-wrap .swiper-custom-fraction_mv {
  bottom: 50px;
}
}

  .is-hide {
    display: none !important;
  }
#main_content .main_content_inner .low_content_inner.bg01 {
  padding-bottom: 0;
}
#main_content
  .main_content_inner
  .low_content_inner.bg01
  .cont_box
  + .cont_box {
  margin-top: 10rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main_content
    .main_content_inner
    .low_content_inner.bg01
    .cont_box
    + .cont_box {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}
#main_content .main_content_inner .low_content_inner.bg01 .cont_box .movie_box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #main_content
    .main_content_inner
    .low_content_inner.bg01
    .cont_box
    .movie_box {
    margin-top: 2rem;
  }
}
#main_content
  .main_content_inner
  .low_content_inner.bg01
  .cont_box
  .movie_box
  video {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

  .cap {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.8;
  }

  .photo {
    position: relative;
  }
  .photo__image {
    width: 100%;
  }
  .kakoi {
    display: block;
    border: solid 1px #ccc;
    text-align: center;
  }
  .photo .cap {
    position: absolute;
    line-height: 1.5;
  }
  .cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 8px;
    text-align: left;
  }
  .cap--outLeft {
    top: 100%;
    left: 0;
    padding: 8px 0;
    text-align: left;
  }
  .cap--inRight {
    bottom: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
  .cap--outRight {
    top: 100%;
    right: 0;
    padding: 8px 0;
    text-align: right;
  }

  [data-bg="white"] {
    background: #fff;
  }
  [data-bg="black"] {
    background: #000;
  }
  [data-color="white"] {
    color: #fff;
  }
  [data-color="black"] {
    color: #000;
  }
  [data-color="shadowWhite"] {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8);
  }
  [data-color="shadowBlack"] {
    color: #000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8);
  }

/* layout */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .clmThree__item {
    width: calc(320/1024*100%);
  }
@media only screen and (max-width: 767px) {
  .clmThree__item {
    width: calc(50% - 10px);
  }
}

/* heading */
  .sttl {
    overflow: hidden;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #0b6539;
  }
  .sttl span {
    position: relative;
    display: inline-block;
  }
  .sttl span::after {
    content: "";
    width: 336px;
    height: 1px;
    position: absolute;
    background: -moz-linear-gradient(left, #0b6539 0%, rgba(11, 101, 57, 0) 100%);
    background: -webkit-linear-gradient(left, #0b6539 0%, rgba(11, 101, 57, 0) 100%);
    background: linear-gradient(to right, #0b6539 0%, rgba(11, 101, 57, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6539', endColorstr='#000b6539',GradientType=1 );
    top: 50%;
    right: -10px;
    transform: translateX(100%);
  }
  .sttl small {
    font-size: 80%;
  }
  .sttl + .text {
    margin-top: 2rem;
  }

  .enHeading {
    font-family: 'Cormorant Infant', serif;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    color: #0b6539;
  }
  .enHeading + .subHeading {
    margin-top: 3rem;
  }

  .subHeading {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    letter-spacing: .14em;
    line-height: 1.5;
    text-align: center;
    color: #a09268;
  }
  .subHeading + .text {
    margin-top: 4rem;
  }

  .designHeading {
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.375;
    color: #0b6539;
  }
  .designHeading small {
    font-size: 1.4rem;
  }
  .designHeading + .text {
    margin-top: 1rem;
  }

  .number {
    position: relative;
    padding-left: 3.5rem;
  }
  .iconNumber {
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #c79f62;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
  }
@media screen and (max-width: 767px) {
  .sttl {
    font-size: 1.4rem;
  }

  .enHeading + .subHeading {
    margin-top: 2rem;
  }

  .subHeading {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    letter-spacing: .1em;
  }
  .subHeading + .text {
    margin-top: 3rem;
  }

  .designHeading {
    font-size: 1.4rem;
  }
  .designHeading small {
    font-size: 1.2rem;
  }

  .number {
    padding-left: 3rem;
  }
  .iconNumber {
    top: -2px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
  .subHeading::before,
  .subHeading::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .subHeading::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .subHeading::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }

  .text {
    font-size: 1.4rem;
    letter-spacing: .14em;
    line-height: 2;
  }

  .text__small {
    font-size: 1.2rem;
  }

  .text + .cap {
    margin-top: 1rem;
  }
@media screen and (max-width: 767px) {
  .text {
    font-size: 1.2rem;
  }
}
  .text::before,
  .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }

  .bg__whiteLayer {
    background: #fff;
  }

  .bg__gradLayer {
    background: -moz-linear-gradient(top, rgba(255, 254, 254, 1) 0%, rgba(247, 244, 238, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 254, 254, 1) 0%, rgba(247, 244, 238, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 254, 254, 1) 0%, rgba(247, 244, 238, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefe', endColorstr='#f7f4ee',GradientType=0);
  }
  .bg__gradLayer .inner {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
@media only screen and (max-width: 767px) {
  .bg__gradLayer .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

/* Section */
  .designSection {
    margin-top: 12rem;
  }
  .facadePhoto {
    margin-top: -5rem;
  }

  .designSection .inner {
    padding-top: 8rem;
  }

  .designSection__box {
    position: relative;
    margin-top: 8rem;
    padding: 4.8rem;
    background: #fff;
    border: solid 2px #aa8420;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  }
  .designSection__box::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    height: auto;
    border: solid 1px #e1d5b4;
  }

  .designBox__row {
  }
  .designBox__item {
    width: calc(446/924*100%);
  }
  .designBox__item .sttl {
  }
  .designBox__item .text {
    line-height: 1.75;
  }
  .designBox__item .photo {
    width: calc(218/446*100%);
  }
  .designBox__item .photo:nth-child(n+3) {
    margin-top: 1rem;
  }
@media only screen and (max-width: 767px) {
  .designSection {
    margin-top: 8rem;
  }
  .facadePhoto {
    margin-top: -2rem;
  }

  .designSection .inner {
    padding-top: 6rem;
  }

  .designSection__box {
    margin-top: 6rem;
    padding: 2.8rem;
  }

  .designBox__row {
  }
  .designBox__item {
    width: 100%;
  }
  .designBox__item:nth-child(n+2) {
    margin-top: 3rem;
  }

  .designBox__item .text {
    line-height: 2;
  }
  .designBox__item .photo {
    width: calc(50% - 5px);
  }
  .designBox__item .photo:nth-child(n+3) {
    margin-top: 1rem;
  }
}

  .publicSection {
  }
  .publicSection .bg__whiteLayer {
    padding-top: 12rem;
  }
@media only screen and (max-width: 767px) {
  .publicSection {
  }
  .publicSection .bg__whiteLayer {
    padding-top: 8rem;
  }
}


  .landplanSection {
    padding-top: 12rem;
    background: #fff url(..././imgs/bg-landplan.jpg) no-repeat bottom center;
    background-size: 100% 100%;
  }
  .landplanSection .subHeading + .text {
    margin-top: 3rem;
  }

  .landplanIllust {
    margin-top: 6rem;
  }

  .landplanSection__row {
    margin-top: 9.5rem;
  }
  .landplanSection__item:nth-child(n+4) {
    margin-top: 6rem;
  }

  .landplanSection__box {
    position: relative;
    margin-top: 6rem;
    padding: 4.8rem;
    background: #fff;
    border: solid 2px #aa8420;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  }
  .landplanSection__box::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    height: auto;
    border: solid 1px #e1d5b4;
  }

  .landplanBox__row {
  }
  .landplanBox__item {
    width: calc(446/924*100%);
  }
  .landplanBox__item--texts {
    width: calc(534/924*100%);
  }
  .landplanBox__item--image {
    width: calc(358/924*100%);
  }

  .landplanBox__item .photo {
    width: calc(142/446*100%);
  }
  .landplanBox__item .photo:nth-child(n+4) {
    margin-top: 1rem;
  }

  .modalBtn {
    position: absolute;
    left: calc(250/1024*100%);
    bottom: 25px;
    width: calc(140/1024*100%);
    cursor: pointer;
  }
  .modalBtn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  .modalBtn:hover img:nth-of-type(2) {
    opacity: 0;
  }
@media only screen and (max-width: 767px) {
  .landplanSection {
    padding-top: 8rem;
  }
  .landplanSection .subHeading + .text {
    margin-top: 2rem;
  }

  .landplanIllust {
    margin-top: 4rem;
  }

  .landplanSection__row {
    margin-top: 6rem;
  }
  .landplanSection__item:nth-child(n+3) {
    margin-top: 4rem;
  }

  .landplanSection__box {
    padding: 2.8rem;
  }

  .landplanBox__row {
  }
  .landplanBox__item {
    width: 100%;
  }
  .landplanBox__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .landplanBox__item--texts {
    width: 100%;
  }
  .landplanBox__item--image {
    width: 100%;
    margin-top: 3rem;
  }

  .landplanBox__item .photo {
    width: calc(50% - 5px);
  }
  .landplanBox__item .photo:nth-child(n+3) {
    margin-top: 1rem;
  }

  .modalBtn {
    left: calc(250/1024*100%);
    bottom: 8px;
    width: calc(140/1024*100%);
  }
}

	/* modal */
	.modal {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		transition: all .5s ease;

		opacity: 0;
		z-index: -1;
	}
	.modal.is-active {
		opacity: 1;
		z-index: 9999;/*99999*/
	}

	.modal__bg {
		position: absolute;
		top: 0;
    left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, .8);
	}

	.modal__content {
		overflow: hidden;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: 1024px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
  }
	.modal__contentInner {
    padding: 4rem;
		background: #fff;
    text-align: center;
	}
	.modal__contentInner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border: solid 2px #aa8420;
  }
	.modal__contentInner::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    height: auto;
    border: solid 1px #eadebe;
  }

	a.js-modal-close {
		position: absolute;
		top: -2px;
		right: -2px;
		z-index: 99999;
	}
@media only screen and (max-width: 767px) {
	/* modal */
	.modal {
  }

	.modal__content {
		padding: 0 2rem;
		box-sizing: border-box;
	}
  .modal__contentInner {
		padding: 4rem 2rem 5rem;
  }

  .modal__contentInner .photo .cap--inLeft {
    top: 100%;
    bottom: auto;
  }

	a.js-modal-close {
		right: 2rem;
  }
}</pre></body></html>