@charset "UTF-8";
:root {
  --color-text: #000000;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gold: #C09938;
  --color-request: #1F5476;
  --color-reserve: #845E80;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.1714285714em;
  background: linear-gradient(272.98deg, #BAA437 0%, #8C7F40 35%, #BAA437 100%);
  background-size: 200% 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-btn a:hover {
    color: var(--color-white);
    text-decoration: none;
  }
}
.c-btn a {
  transition: all 0.6s ease-out;
}
.c-btn a:hover {
  background-position: 100% 0;
}
@media screen and (max-width: 767.98px) {
  .c-btn a {
    padding: 8.52px 33.24px;
    font-size: 11.93px;
  }
}

.c-information {
  padding: 100px 40px 150px;
  box-sizing: border-box;
}
#top .c-information {
  padding-top: 285px;
}
.c-information__heading {
  color: #645A28;
  text-align: center;
}
.c-information__heading span {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.08em;
  padding-bottom: 27px;
}
.c-information__heading span:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #645A28;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-information__lead {
  margin-top: 45px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.c-information__detail {
  margin: 43px auto 0;
  max-width: 797px;
  background: #fff;
  padding: 40px 80px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.1);
}
.c-information__detail .label {
  margin-bottom: 10px;
}
.c-information__detail .label span {
  border: 1px solid #645A28;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding: 3px 15px;
  color: #645A28;
}
.c-information__detail .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: #645A28;
}
.c-information__detail .text {
  margin-top: 21px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-information__detail .btn {
  margin-top: 39px;
}
@media screen and (max-width: 767.98px) {
  .c-information {
    padding: 42.61px 17.05px 27.27px;
  }
  #top .c-information {
    padding-top: 255.68px;
  }
  .c-information__heading span {
    font-size: 27.27px;
    padding-bottom: 23.01px;
  }
  .c-information__heading span:after {
    width: 85.23px;
  }
  .c-information__lead {
    margin-top: 34.09px;
    font-size: 17.05px;
    line-height: 2;
    font-weight: 600;
  }
  .c-information__detail {
    margin-top: 33.24px;
    max-width: 100%;
    padding: 68.18px 34.09px;
  }
  .c-information__detail .label {
    margin-bottom: 8.52px;
  }
  .c-information__detail .label span {
    font-size: 17.05px;
    padding: 2.56px 12.78px;
  }
  .c-information__detail .title {
    font-size: 20.45px;
    line-height: 1.6666666667;
  }
  .c-information__detail .text {
    margin-top: 17.9px;
    font-size: 13.64px;
    line-height: 2;
  }
  .c-information__detail .btn {
    margin-top: 33.24px;
  }
}

#top .mainvisual {
  overflow: hidden;
  position: relative;
  padding-top: 55.5555555556%;
}
@media screen and (max-width: 767.98px) {
  #top .mainvisual {
    padding-top: 136.3636363636vw;
  }
}
#top .mainvisual > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#top .mainvisual > * img {
  width: 100%;
}
#top .mainvisual__slide1 {
  background: url(../images/top/mv_slide1_bg.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1.05);
  filter: blur(20px);
}
#top .mainvisual__slide1 .text-area {
  position: absolute;
  top: calc(50% - 0.1388888889vw);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  color: #645A28;
  text-align: center;
}
#top .mainvisual__slide1 .text-area .catch {
  opacity: 0;
  transform: translateY(20px);
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.8333333333;
  letter-spacing: 0.08em;
}
#top .mainvisual__slide1 .text-area .text {
  opacity: 0;
  transform: translateY(20px);
  margin-top: 3.125vw;
  font-size: 1.6666666667vw;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  #top .mainvisual__slide1 {
    background-image: url(../images/top/mv_slide1_bg_sp.jpg);
  }
  #top .mainvisual__slide1 .text-area {
    top: 50%;
  }
  #top .mainvisual__slide1 .text-area .catch {
    font-size: 8.1818181818vw;
  }
  #top .mainvisual__slide1 .text-area .text {
    margin-top: 6.8181818182vw;
    font-size: 4.0909090909vw;
  }
}
#top .mainvisual__slide2, #top .mainvisual__slide3 {
  background: #2A2A33;
}
#top .mainvisual__slide2 .text-area, #top .mainvisual__slide3 .text-area {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  padding-left: 14.0277777778vw;
  color: var(--color-gold);
}
#top .mainvisual__slide2 .text-area .year, #top .mainvisual__slide3 .text-area .year {
  font-size: 3.3333333333vw;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 3.6805555556vw;
}
#top .mainvisual__slide2 .text-area .text, #top .mainvisual__slide3 .text-area .text {
  font-size: 1.6666666667vw;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
#top .mainvisual__slide2 .img, #top .mainvisual__slide3 .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #top .mainvisual__slide2 .text-area, #top .mainvisual__slide3 .text-area {
    top: 0;
    transform: none;
    padding-left: 0;
    width: 100%;
    height: 72.7272727273vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top .mainvisual__slide2 .text-area .year, #top .mainvisual__slide3 .text-area .year {
    font-size: 8.1818181818vw;
    margin-bottom: 6.8181818182vw;
  }
  #top .mainvisual__slide2 .text-area .text, #top .mainvisual__slide3 .text-area .text {
    font-size: 4.0909090909vw;
  }
  #top .mainvisual__slide2 .img, #top .mainvisual__slide3 .img {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#top .mainvisual__slide2 .img img {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(20px);
}
#top .mainvisual__slide2 .text-area.text1 .year, #top .mainvisual__slide2 .text-area.text1 .text {
  opacity: 0;
  transform: translateY(20px);
}
#top .mainvisual__slide2 .text-area.text2 .text {
  opacity: 0;
  transform: translateY(20px);
}
#top .mainvisual__slide3 {
  transform: scale(1.05);
  filter: blur(20px);
}
#top .mainvisual__slide3 .text-area .text {
  opacity: 0;
  transform: translateY(20px);
}
#top .mainvisual__slide4 {
  background: url(../images/top/mv_slide4_bg.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1.05);
  filter: blur(20px);
}
#top .mainvisual__slide4 .text-area {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  color: #645A28;
  text-align: center;
}
#top .mainvisual__slide4 .text-area .catch {
  opacity: 0;
  transform: translateY(20px);
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  #top .mainvisual__slide4 {
    background-image: url(../images/top/mv_slide4_bg_sp.jpg);
  }
  #top .mainvisual__slide4 .text-area .catch {
    font-size: 6.3636363636vw;
  }
}
#top .mainvisual__slide5 {
  background: #F2F0EB;
}
#top .mainvisual__slide5 .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#top .mainvisual__slide5 .img img {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(20px);
}
#top .mainvisual__slide6 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 54.375vw;
  overflow: hidden;
  z-index: 2;
}
#top .mainvisual__slide6 .img img {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(20px);
}
#top .mainvisual__slide6 .title-area {
  position: absolute;
  top: 6.4583333333vw;
  right: 0;
  width: 45.625vw;
  padding-right: 2.0833333333vw;
  z-index: 3;
}
#top .mainvisual__slide6 .title-area .title {
  opacity: 0;
  transform: translateY(20px);
  width: 11.25vw;
  margin: 0 auto;
}
#top .mainvisual__slide6 .deco {
  opacity: 0;
  position: absolute;
  bottom: 1.3194444444vw;
  right: 11.0416666667vw;
  width: 50.625vw;
  z-index: 2;
}
#top .mainvisual__slide6 .bg {
  --mvAfter-width: 0%;
  --mvAfter-width-to: 45.625%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--mvAfter-width);
  height: 22.0138888889vw;
  background: linear-gradient(272.98deg, #8C7F40 35.69%, #BAA437 99.88%);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #top .mainvisual__slide6 .img {
    width: 66.3636363636vw;
  }
  #top .mainvisual__slide6 .title-area {
    top: 0;
    width: 33.6363636364vw;
    height: 107.5vw;
    padding: 0 0 6.8181818182vw;
    display: flex;
    align-items: center;
  }
  #top .mainvisual__slide6 .title-area .title {
    width: 18.8636363636vw;
  }
  #top .mainvisual__slide6 .title-area .title img {
    transform: translateX(-0.4545454545vw);
  }
  #top .mainvisual__slide6 .deco {
    bottom: 1.1363636364vw;
    right: 0.2272727273vw;
    width: 74.5454545455vw;
  }
  #top .mainvisual__slide6 .bg {
    --mvAfter-width-to: 100%;
    height: 28.8636363636vw;
  }
}
#top .intro {
  height: 100svh;
  background: #2A2A33;
  position: relative;
  overflow: hidden;
}
#top .intro__inner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: clamp(60px, calc(20.4px + 9vw), 150px);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: calc(50% + 120px);
  transform: translateX(-50%);
}
#top .intro__inner:before, #top .intro__inner:after {
  position: absolute;
  top: clamp(60px, calc(20.4px + 9vw), 150px);
  bottom: clamp(60px, calc(20.4px + 9vw), 150px);
  left: 0;
  right: 0;
  width: 100%;
}
#top .intro__inner:before {
  content: "ラウンジ完成予想図";
  color: var(--color-white);
  font-size: 14px;
  padding: 0 0 2px 6px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  pointer-events: none;
  z-index: 2;
}
#top .intro__inner:after {
  content: "";
  background: url(../images/top/intro_img.webp) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
@media (max-height: 1100px) {
  #top .intro__inner:before, #top .intro__inner:after {
    top: 60px;
    bottom: 60px;
  }
}
#top .intro__text-area {
  position: relative;
  height: 100%;
  z-index: 3;
}
#top .intro__text-area__item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  background: rgba(0, 0, 0, 0.45);
  max-width: 667px;
  visibility: hidden;
  opacity: 0;
}
#top .intro__text-area__item.is-active {
  visibility: visible;
  opacity: 1;
}
#top .intro__text-area__item.item1 {
  padding: 26px 55px 42px 123px;
}
#top .intro__text-area__item.item2 {
  padding: 20px 34px 35px 20px;
}
#top .intro__text-area__item .title1 {
  width: 396px;
  filter: drop-shadow(0 4px 4px #000);
}
#top .intro__text-area__item .title2 {
  width: 91px;
  margin-right: 80px;
}
#top .intro__text-area__item .text {
  flex: 1;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-white);
}
#top .intro__deco {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 520px);
  transform: translateX(-50%);
  width: 696px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #top .intro__inner {
    left: 50%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  #top .intro__inner {
    max-width: 100%;
    padding: 0;
    left: 0;
    transform: none;
  }
  #top .intro__inner:before, #top .intro__inner:after {
    top: 136.36px;
    bottom: 59.66px;
  }
  #top .intro__inner:before {
    font-size: 12px;
  }
  #top .intro__inner:after {
    background-image: url(../images/top/intro_img_sp.webp);
  }
}
@media screen and (max-width: 767.98px) and (max-height: 1100px) {
  #top .intro__inner:before, #top .intro__inner:after {
    top: 42.61px;
    bottom: 42.61px;
  }
}
@media screen and (max-width: 767.98px) {
  #top .intro__text-area__item {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 91.5909090909vw;
  }
  #top .intro__text-area__item.item1 {
    padding: 25.57px 17.05px;
  }
  #top .intro__text-area__item.item2 {
    display: block;
    padding: 17.05px;
  }
  #top .intro__text-area__item .title1 {
    width: 61.3636363636vw;
    margin: 0 auto;
    filter: drop-shadow(0 3.41px 3.41px #000);
  }
  #top .intro__text-area__item .title2 {
    width: 58.6363636364vw;
  }
  #top .intro__text-area__item .text {
    margin-top: 23.86px;
    padding-top: 0;
    font-size: 15.34px;
    line-height: 1.7777777778;
  }
  #top .intro__deco {
    bottom: 0;
    left: auto;
    right: 0;
    transform: none;
    width: 75.2272727273vw;
  }
}
#top .exterior {
  --exterior-width: 0%;
  --exterior-width-to: 56.73611%;
  background: #F2F0EB;
  position: relative;
}
#top .exterior:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: var(--exterior-width);
  height: 220px;
  background: linear-gradient(92.98deg, #8C7F40 35.81%, #BAA437 100%);
  z-index: 1;
}
#top .exterior__inner {
  padding-top: 196px;
  position: relative;
  z-index: 2;
}
#top .exterior__title {
  max-width: 52.7777777778vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
#top .exterior__title .title1, #top .exterior__title .title2 {
  --exteriorLine-height: 0vw;
  --exteriorLine-height-to: 23.19444vw;
  position: relative;
}
#top .exterior__title .title1:before, #top .exterior__title .title1:after, #top .exterior__title .title2:before, #top .exterior__title .title2:after {
  position: absolute;
  content: "";
  width: 1px;
  height: var(--exteriorLine-height);
  background: #6D6532;
}
#top .exterior__title .title1 span, #top .exterior__title .title2 span {
  display: block;
  overflow: hidden;
  position: relative;
  --exteriorBg-Y: 0%;
}
#top .exterior__title .title1 span:after, #top .exterior__title .title2 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F0EB;
  transform: translateY(var(--exteriorBg-Y));
}
#top .exterior__title .title1 {
  width: 3.0555555556vw;
}
#top .exterior__title .title1:before {
  top: -0.4861111111vw;
  right: -2.8472222222vw;
}
#top .exterior__title .title1:after {
  top: -3.1944444444vw;
  right: -2.3611111111vw;
}
#top .exterior__title .title2 {
  width: 2.2916666667vw;
  margin: 18.2638888889vw 1.4583333333vw 0 0;
}
#top .exterior__title .title2:before {
  top: -3.0555555556vw;
  left: -2.2222222222vw;
}
#top .exterior__title .title2:after {
  top: -0.625vw;
  left: -2.6388888889vw;
}
#top .exterior__img {
  margin-top: 4.4444444444vw;
  position: relative;
  z-index: 2;
}
#top .exterior__img .deco {
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
#top .exterior__img .deco.deco1 {
  top: -23.4722222222vw;
  left: calc(50% - 33.0555555556vw);
  width: 33.6111111111vw;
}
#top .exterior__img .deco.deco2 {
  top: -2.5vw;
  left: calc(50% + 34.7222222222vw);
  width: 30.625vw;
}
#top .exterior__img .img {
  position: relative;
  z-index: 1;
}
#top .exterior__img .img img {
  width: 100%;
}
#top .exterior__img .img figcaption {
  right: auto;
  left: 0;
}
#top .exterior__text-inner {
  padding: 280px 40px 0;
  background: #2A2A33;
}
#top .exterior__item {
  width: 100%;
  max-width: 1240px;
  padding-bottom: 60px;
  position: relative;
  left: calc(50% + 100px);
  transform: translateX(-50%);
}
#top .exterior__item__text {
  color: var(--color-white);
  display: flex;
  align-items: flex-start;
}
#top .exterior__item__text.text1 .title span:first-child {
  width: 52.6086956522%;
  max-width: 242px;
  margin-left: 9px;
}
#top .exterior__item__text.text1 .title span:nth-child(2) {
  width: 43.4782608696%;
  max-width: 200px;
  margin-top: 37px;
}
#top .exterior__item__text.text1 .title span:last-child {
  width: 83.4782608696%;
  max-width: 384px;
  margin: 32px 0 0 1px;
}
#top .exterior__item__text.text2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
#top .exterior__item__text.text2 .title span:first-child {
  width: 93.4782608696%;
  max-width: 430px;
  margin-left: 9px;
}
#top .exterior__item__text.text2 .title span:nth-child(2) {
  width: 43.2608695652%;
  max-width: 199px;
  margin: 24px 0 0 3px;
}
#top .exterior__item__text.text2 .title span:nth-child(3) {
  width: 73.0434782609%;
  max-width: 336px;
  margin: 20px 0 0 3px;
}
#top .exterior__item__text.text2 .title span:last-child {
  width: 21.3043478261%;
  max-width: 98px;
  margin: 35px 0 0 2px;
}
#top .exterior__item__text .title {
  width: 460px;
  padding-top: 21px;
}
#top .exterior__item__text .title span {
  display: block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  --exteriorTextBg-X: 0%;
}
#top .exterior__item__text .title span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A2A33;
  transform: translateX(var(--exteriorTextBg-X));
}
#top .exterior__item__text .text {
  width: calc(100% - 460px);
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #top .exterior__item {
    width: 93.0555555556%;
    max-width: 100%;
    left: 0;
    transform: none;
    margin-left: auto;
    padding-right: 40px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #top .exterior__item {
    width: 100%;
    padding-right: 0;
  }
  #top .exterior__item__text {
    max-width: 100%;
    display: block;
  }
  #top .exterior__item__text .title {
    width: 100%;
    padding-top: 0;
  }
  #top .exterior__item__text .text {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  #top .exterior {
    --exterior-width-to: 100%;
  }
  #top .exterior:before {
    height: 127.84px;
  }
  #top .exterior__inner {
    padding-top: 169.6px;
  }
  #top .exterior__title {
    max-width: 100%;
    padding-right: 18.1818181818vw;
  }
  #top .exterior__title .title1, #top .exterior__title .title2 {
    --exteriorLine-height-to: 48.6363vw;
  }
  #top .exterior__title .title1 {
    width: 6.3636363636vw;
  }
  #top .exterior__title .title1:before {
    top: 0.2272727273vw;
    right: -5.9090909091vw;
  }
  #top .exterior__title .title1:after {
    top: -5.9090909091vw;
    right: -4.7727272727vw;
  }
  #top .exterior__title .title2 {
    width: 4.7727272727vw;
    margin: 38.6363636364vw 3.4090909091vw 0 0;
  }
  #top .exterior__title .title2:before {
    top: -5.9090909091vw;
    left: -4.5454545455vw;
  }
  #top .exterior__title .title2:after {
    top: -0.6818181818vw;
    left: -5.4545454545vw;
  }
  #top .exterior__img {
    margin-top: 6.8181818182vw;
  }
  #top .exterior__img .deco {
    transform: none;
  }
  #top .exterior__img .deco.deco1 {
    top: -60.6818181818vw;
    left: 0;
    width: 56.3636363636vw;
  }
  #top .exterior__img .deco.deco2 {
    display: none;
  }
  #top .exterior__img .img {
    position: relative;
    z-index: 1;
  }
  #top .exterior__img .img img {
    width: 100%;
  }
  #top .exterior__text-inner {
    padding: 85.23px 17.05px 0;
  }
  #top .exterior__item {
    max-width: 100%;
    padding-bottom: 127.84px;
  }
  #top .exterior__item__text.text1 .title span:first-child {
    max-width: 206.25px;
    margin-left: 7.67px;
  }
  #top .exterior__item__text.text1 .title span:nth-child(2) {
    max-width: 170.45px;
    margin-top: 31.53px;
  }
  #top .exterior__item__text.text1 .title span:last-child {
    max-width: 327.27px;
    margin: 27.27px 0 0 0.85px;
  }
  #top .exterior__item__text.text2 .title span:first-child {
    max-width: 254.83px;
    margin-left: 7.67px;
  }
  #top .exterior__item__text.text2 .title span:nth-child(2) {
    max-width: 169.6px;
    margin: 20.45px 0 0 2.56px;
  }
  #top .exterior__item__text.text2 .title span:nth-child(3) {
    max-width: 286.36px;
    margin: 17.05px 0 0 2.56px;
  }
  #top .exterior__item__text.text2 .title span:last-child {
    max-width: 83.52px;
    margin: 29.83px 0 0 1.7px;
  }
  #top .exterior__item__text .text {
    margin-top: 40.91px;
    font-size: 17.05px;
  }
}
#top .overview {
  margin-top: -1px;
  padding: 209px 0 150px;
  background: #2A2A33;
}
#top .overview__slide {
  width: 100%;
  max-width: 1240px;
  position: relative;
  left: calc(50% + 100px);
  transform: translateX(-50%);
  overflow: hidden;
}
#top .overview__slide .splide__track {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1240/860;
}
#top .overview__slide .splide__list {
  position: relative;
  width: 100%;
  height: 100%;
}
#top .overview__slide .splide__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: center center;
  clip-path: inset(0 0 0 0);
  will-change: transform, clip-path;
}
#top .overview__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
#top .overview__btn {
  width: 93.0555555556%;
  max-width: 1340px;
  margin: 120px auto 0;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #top .overview__slide {
    width: 93.0555555556%;
    max-width: 100%;
    position: static;
    transform: none;
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #top .overview {
    padding: 85.23px 0 0;
  }
  #top .overview__slide {
    width: 100%;
  }
  #top .overview__btn {
    max-width: 100%;
    margin: 102.27px 42.61px 0 0;
  }
}
#top .area-info {
  height: 100vh;
  padding: 0 40px;
  background: #2A2A33;
  color: var(--color-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
#top .area-info:before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 2px);
  height: 554px;
  background: #2A2A33;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 300px), 0 100%);
  z-index: 2;
}
#top .area-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A2A33 url(../images/top/area-info_bg.jpg) center bottom;
  background-size: cover;
  filter: blur(20px);
  will-change: filter;
  z-index: 1;
}
#top .area-info__bg.is-active {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 50%;
}
#top .area-info__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 150px;
  position: relative;
  z-index: 3;
}
#top .area-info__block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 400px;
  opacity: 0;
}
#top .area-info__block.block1 {
  padding-top: 0;
  opacity: 1;
}
#top .area-info__block.block1 .image-area .right {
  margin-top: 210px;
}
#top .area-info__block.block2 .image-area .left {
  margin-top: 210px;
}
#top .area-info__block.block2 .image-area .right .img:last-child {
  margin-top: 90px;
}
#top .area-info__block.block3 .image-area .left .img:last-child {
  margin-top: 90px;
}
#top .area-info__block.block3 .image-area .right {
  margin-top: 210px;
}
#top .area-info__block.block3 .image-area .right .img:last-child {
  margin-top: 90px;
}
#top .area-info__block.block4 {
  padding-top: 40%;
}
#top .area-info__block .title {
  font-size: 48px;
  line-height: 166.6666666667%;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#top .area-info__block .title b {
  font-size: 64px;
  font-weight: 600;
  color: var(--color-gold);
}
#top .area-info__block .title.title2 {
  max-width: 573px;
  margin: 0 auto;
}
#top .area-info__block .text {
  margin-top: 50px;
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#top .area-info__block .image-area {
  --areaInfo-imgAfter-height: 0%;
  margin-top: 49px;
  padding-bottom: 250px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#top .area-info__block .image-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: var(--areaInfo-imgAfter-height);
  background: var(--color-white);
}
#top .area-info__block .image-area .left, #top .area-info__block .image-area .right {
  width: 46.1538461538%;
}
#top .area-info__block .image-area .img {
  width: 100%;
  overflow: hidden;
}
#top .area-info__block .btn {
  margin: 50px 0 150px;
}
@media screen and (max-width: 767.98px) {
  #top .area-info {
    padding: 146.59px 0 0;
  }
  #top .area-info:before {
    top: -1.7px;
    left: -1.7px;
    width: calc(100% + 1.7px);
    height: 251.42px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 76.7px), 0 100%);
  }
  #top .area-info__inner {
    max-width: 100%;
    padding-top: 127.84px;
  }
  #top .area-info__block {
    padding: 255.68px 0 68.18px;
  }
  #top .area-info__block.block1 .image-area .right {
    margin-top: 63.92px;
  }
  #top .area-info__block.block1 .image-area .right .img {
    margin-left: auto;
  }
  #top .area-info__block.block2 .image-area .left {
    margin-top: 0;
  }
  #top .area-info__block.block2 .image-area .right {
    margin-top: 63.92px;
  }
  #top .area-info__block.block2 .image-area .right .img:first-child {
    margin-left: auto;
  }
  #top .area-info__block.block2 .image-area .right .img:last-child {
    margin-top: 63.92px;
  }
  #top .area-info__block.block3 .image-area .left .img:last-child {
    margin: 63.92px 0 0 auto;
  }
  #top .area-info__block.block3 .image-area .right {
    margin-top: 63.92px;
  }
  #top .area-info__block.block3 .image-area .right .img:last-child {
    margin: 63.92px 0 0 auto;
  }
  #top .area-info__block.block4 {
    padding-top: 85.23px;
  }
  #top .area-info__block .title {
    font-size: 28.13px;
  }
  #top .area-info__block .title b {
    font-size: 35.8px;
  }
  #top .area-info__block .title.title2 {
    max-width: 100%;
    width: 80%;
  }
  #top .area-info__block .text {
    margin-top: 34.94px;
    padding: 0 17.05px;
    font-size: 17.05px;
    text-align: left;
  }
  #top .area-info__block .image-area {
    margin-top: 41.76px;
    padding-bottom: 0;
    display: block;
  }
  #top .area-info__block .image-area:after {
    content: none;
  }
  #top .area-info__block .image-area .left, #top .area-info__block .image-area .right {
    width: 100%;
  }
  #top .area-info__block .image-area .img {
    width: 68.1818181818vw;
  }
  #top .area-info__block .btn {
    margin: 42.61px 0 255.68px;
  }
}
#top .living {
  padding: 0 40px;
}
#top .living__inner {
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
}
#top .living__list {
  display: inline-block;
  text-align: left;
}
#top .living__list li {
  font-size: 24px;
  padding-left: 35px;
  position: relative;
}
#top .living__list li:not(:first-child) {
  margin-top: 17px;
}
#top .living__list li:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 15px;
  width: 6px;
  height: 6px;
  background: var(--color-black);
  border-radius: 50%;
}
#top .living__btn {
  margin-top: 48px;
}
#top .living__img {
  margin-top: 40px;
  padding-top: 74.7663551402%;
  position: relative;
}
#top .living__img > * {
  position: absolute;
}
#top .living__img .img1, #top .living__img .img2, #top .living__img .img3 {
  filter: drop-shadow(20px 20px 30px rgba(100, 100, 111, 0.2));
  z-index: 1;
}
#top .living__img .img1 figure, #top .living__img .img2 figure, #top .living__img .img3 figure {
  overflow: hidden;
}
#top .living__img .img1 {
  top: 0;
  left: 0;
  width: 28.0373831776%;
}
#top .living__img .img2 {
  top: 40%;
  left: 0;
  width: 28.0373831776%;
}
#top .living__img .img3 {
  bottom: 0;
  right: 0;
  width: 62.8037383178%;
}
#top .living__img .deco {
  bottom: 12.875%;
  left: -16.4485981308%;
  width: 60.1869158879%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  #top .living {
    padding: 0 17.05px;
  }
  #top .living__inner {
    max-width: 100%;
  }
  #top .living__list li {
    font-size: 20.45px;
    padding-left: 8.52px;
  }
  #top .living__list li:not(:first-child) {
    margin-top: 14.49px;
  }
  #top .living__list li:before {
    top: 14.49px;
    left: -4.26px;
    width: 4.26px;
    height: 4.26px;
  }
  #top .living__btn {
    margin-top: 42.61px;
  }
  #top .living__img {
    margin-top: 34.09px;
    padding-top: 0;
  }
  #top .living__img .img1, #top .living__img .img2, #top .living__img .img3 {
    position: static;
  }
  #top .living__img .img1 {
    width: 51.1363636364vw;
  }
  #top .living__img .img2 {
    margin-top: 18.1818181818vw;
    width: 51.1363636364vw;
  }
  #top .living__img .img3 {
    margin: 25vw 0 0 auto;
    width: 72.7272727273vw;
  }
  #top .living__img .deco {
    bottom: 12.7272727273vw;
    left: -2.5vw;
    width: 97.9545454545vw;
  }
}
/*# sourceMappingURL=top.css.map */
