@charset "UTF-8";

@media screen and (max-width: 768px) {
  .container {
    overflow-x: hidden;
  }
}

/* header
---------------------------------------------- */
.site-theme-black .contentMenu__bg {
  background: url(../imgs/img_kv.jpg) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .site-theme-black .contentMenu__bg {
    background-image: url(../imgs/img_kv_sp.jpg);
  }
}

/* intro
---------------------------------------------- */
.intro {
  padding-block: 120px 160px;
}

.introTabList {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(40 / 800 * 100%);
  justify-content: center; */
  /* max-width: 800px; */
  width: 100%;
  max-width: 400px;
  margin-top: 80px;
  margin-inline: auto;
}
.introTabList > .tab {
  width: 100%;
  background-color: #d3c8a9;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: .7em;
  opacity: .5;
  transition: .4s;
  pointer-events: none;
}
.introTabList > .tab.active {
  opacity: 1;
}

.intro .tabpanel {
  padding-top: 80px;
}

.tabSliderArea {
  max-width: 1200px;
}

.tabSliderHead {
  max-width: 800px;
  margin-inline: auto;
}
.thumSlider {
  width: calc(540 / 800 * 100%);
}
.thumSlider .swiper-wrapper {
  justify-content: space-between;
  align-items: center;
}
.thumSlider .swiper-slide {
  width: 250px;
}
.thumSlider__btn {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-bottom: 15px;
  opacity: .5;
  transition: .4s;
  text-align: center;
}
.swiper-slide-thumb-active .thumSlider__btn {
  opacity: 1;
}

.tabSlider {
  margin-top: 80px;
  overflow: hidden;
}

.tabSliderArea .swiper-button-next,
.tabSliderArea .swiper-button-prev {
  margin: 0 !important;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  inset: auto;
  z-index: 0;
}
.tabSliderArea .swiper-button-next::before,
.tabSliderArea .swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 28px;
  background-color: #1e1210;
  z-index: 1;
}
.tabSliderArea .swiper-button-prev::before {
  left: 44%;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.tabSliderArea .swiper-button-next::before {
  left: 54%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* floorBox */
.floorBox {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px calc(80 / 1400 * 100%);
}
.floorBox__item {
  width: calc(660 / 1400 * 100%);
  position: relative;
  z-index: 0;
}
.floorBox__item .p-caption {
  margin-top: 1em;
}
.floorBox__name {
  width: 120px;
  font-size: 24px;
  letter-spacing: .05em;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-inline: auto;
  margin-bottom: 2em;
  padding: 0 1em .5em;
  text-align: center;
}

/* vertical */
.vertical {
  /* max-width: 1200px; */
  max-width: 660px;
  margin-top: 200px;
}

@media (hover: hover) and (pointer: fine) {
  .introTabList > .tab:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .intro {
    padding-block: 70px;
  }

  .introTabList {
    gap: calc(20 / 320 * 100%);
    max-width: 400px;
    margin-top: 30px;
  }
  .introTabList > .tab {
    font-size: 16px;
    padding: .9em;
  }

  .intro .tabpanel {
    padding-top: 40px;
  }

  .tabSliderArea {
    max-width: 400px;
  }

  .tabSliderHead {
    max-width: 274px;
  }
  .thumSlider {
    width: calc(210 / 274 * 100%);
  }
  .thumSlider .swiper-slide {
    width: 100px;
  }
  .thumSlider__btn {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .tabSlider {
    margin-top: 30px;
  }

  .tabSliderArea .swiper-button-next,
  .tabSliderArea .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .tabSliderArea .swiper-button-next::before,
  .tabSliderArea .swiper-button-prev::before {
    width: 8px;
    height: 11px;
  }

  /* floorBox */
  .floorBox {
    flex-direction: column;
    width: calc(220 / 320 * 100%);
    margin-inline: auto;
  }
  .floorBox__item {
    width: 100%;
    transform: translateX(10px);
  }
  .floorBox__name {
    width: 100px;
    font-size: 20px;
    margin-bottom: 1.5em;
  }
  .floorBox__item .p-caption {
    position: static;
    margin-top: 1em;
  }

  /* vertical */
  .vertical {
    width: calc(340 / 375 * 100%);
    max-width: 400px;
    margin-top: 60px;
  }
}

/* planArea
---------------------------------------------- */
.planArea {
  padding-bottom: 150px;
}
.planListWrap {
  max-width: 1200px;
  margin-top: 80px;
}

.planList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px calc(60 / 1200 * 100%);
}

.planList__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #c9bc9c;
  transition: .3s;
  position: relative;
  z-index: 0;
}
.planList__category {
  font-size: clamp(14px, 0.48rem + 0.82vw, 20px); /* 769 - 1500 */
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.5em;
  text-align: center;
}
.planList--ldk3 .planList__category {
  background-color: #c9bc9c;
}
.planList--ldk2 .planList__category {
  background-color: #b8c5bc;
}
.planListBody {
  padding: 20px 30px;
}
.planList__name {
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  /* max-width: 260px; */
  border-bottom: .5px solid #44403b;
  margin-inline: auto;
  font-size: clamp(20px, 0.99rem + 0.55vw, 24px); /* 769 - 1500 */
  /* font-weight: 500; */
  /* padding-inline: 5%; */
  padding-bottom: 15px;
}
.planList__name .em {
  font-size: 180%;
  margin-right: 0.2em;
}
.planList__spec {
  font-size: clamp(18px, 0.73rem + 0.82vw, 24px); /* 769 - 1500 */
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 0.5em;
}
.planList__spec .infant {
  font-size: 110%;
}
.planList__spec .num {
  font-size: 125%;
}

.planList__area {
  font-size: clamp(20px, 0.72rem + 1.09vw, 28px); /* 769 - 1500 */
  letter-spacing: 0.04em;
  margin-top: 0.5em;
}
.planList__area .em {
  font-size: 125%;
}
.planList__area .unit {
  font-size: max(12px,62.5%);
}
.planList__img {
  display: none;
  max-width: 210px;
  margin-inline: auto;
  margin-top: 20px;
}
.planList__view {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 4%;
  width: 50%;
  font-size: 14px; /* 769 - 1500 */
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 1;
}
.planList__icon {
  width: 14px;
  transform: rotate(-90deg);
}
.planList__icon img {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .planList__link:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 769px) {
  .planListWrap[data-num="2"] {
    max-width: 780px;
  }
  .planListWrap[data-num="2"] .planList {
    grid-template-columns: repeat(2,1fr);
    column-gap: calc(60 / 780 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .planArea {
    padding-bottom: 70px;
  }
  .planListWrap {
    width: calc(300 / 375 * 100%);
    max-width: 320px;
    margin-top: 40px;
  }

  .planList {
    grid-template-columns: 1fr;
    gap: 20px calc(20 / 320 * 100%);
  }
  .planList__category {
    padding: 0.2em;
  }
  .planListBody {
    padding: 15px 20px;
  }
  .planList__spec {
  }
  .planList__img {
    max-width: 60px;
    margin-top: 10px;
  }
  .planList__view {
    font-size: 12px;
  }
  .planList__icon {
    width: 12px;
  }
}

/* corridor
---------------------------------------------- */
.terrace {
  margin-top: 140px;
}

.terrace .contentsBox__inner {
  background: url(../../imgs/common/bg_contents.jpg) center / 100%;
}
.terrace .contentsWrap + .contentsWrap {
  margin-top: 110px;
}

.terraceBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin-top: 80px;
  margin-inline: auto;
}

.terraceItem img {
  mix-blend-mode: multiply;
}

.terraceItem01 {
  width: calc(380 / 1200 * 100%);
}
.terraceItem02 {
  width: calc(700 / 1200 * 100%);
}

.storageBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px calc(60 / 860 * 100%);
  max-width: 860px;
  margin-top: 80px;
  margin-inline: auto;
}
.storageItem__text {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 1em;
  text-align: center;
}
.storageItem__text .small {
  font-size: 75%;
}

@media screen and (min-width: 769px) {
  .corridor .sectionBox__img {
    width: calc(900 / 1400 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .corridor .sectionBox__img + .sectionTitle {
    margin-top: 40px;
  }
  .corridor .sectionBoxBody {
    display: block;
    text-align: center;
  }
  .corridor .sectionBoxBody .pageText {
    margin-top: 1.5em;
  }

  .terrace {
    margin-top: 40px;
  }

  .terrace .contentsWrap + .contentsWrap {
    margin-top: 30px;
  }

  .terraceBox {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    max-width: 400px;
    margin-top: 20px;
  }

  .terraceItem01 {
    width: calc(200 / 300 * 100%);
  }
  .terraceItem02 {
    width: 100%;
  }
  .terraceItem02 .p-caption {
    position: static;
  }

  .storageBox {
    gap: 40px calc(10 / 300 * 100%);
    max-width: 400px;
    margin-top: 20px;
  }
  .storageItem__text {
    font-size: 12px;
    letter-spacing: 0;
  }
  .storageItem__text .small {
    font-size: 10px;
  }

}

/* env
---------------------------------------------- */
.env {
  max-width: 380px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .env {
    margin-top: 50px;
  }
}