@charset "utf-8";


/*  l-planIntro
--------------------------------------------------*/
.planIntro-heading__ttl::before {
  width: 81.9rem;
  aspect-ratio: 819 / 147;
  background: url(../../imgs/common/img_goldthread6.webp) no-repeat center center/100% 100%;
}




/*  l-elevator
--------------------------------------------------*/
.l-elevator {
  position: relative;
  width: 100%;
}
.elevator-container {
  width: 100%;
}
.elevator-detail {
  position: relative;
  width: 50%;
  padding-block: 8.0rem;
}
.elevator-detail__box {
  position: relative;
  width: min(calc(320 / 380 * 100%),504px);
  /* mix-blend-mode: multiply; */
  z-index: 1;
}
.elevator-detail__heading {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: .1em;
  color: var(--base-color);
  text-align: center;
}
.elevator-detail__desc {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
  color: var(--base-color);
  text-align: center;
  margin-top: 4.0rem;
}
.elevator-detail__figure {
  width: min(100%,454px);
  margin-inline: auto;
  margin-top: 4.0rem;
}
.elevator-photo {
  position: relative;
  width: 50%;
}
.elevator-photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .elevator-detail {
    width: 100%;
    padding-block: 10.0rem;
  }
  .elevator-detail__box {
    width: min(calc(320 / 380 * 100%),540px);
  }
  .elevator-detail__heading {
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .elevator-detail__desc {
    font-size: 1.6rem;
    text-align: justify;
    margin-top: 2.0rem;
  }
  .elevator-detail__figure {
    width: 100%;
    margin-top: 2.0rem;
  }
  .elevator-photo {
    width: 100%;
  }
}




/*  l-plan
--------------------------------------------------*/
.l-plan {
  position: relative;
  padding-block: 15.0rem 16.0rem;
  background: var(--base-color);
}
.l-plan::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 98.3rem;
  background: url(../../imgs/common/bg_circlePainted.webp) no-repeat top right / cover;
  z-index: 0;
}
.plan-container {
  position: relative;
  z-index: 1;
}
.plan-heading {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-gold-dark);
  text-align: center;
  margin-bottom: 7.0rem;
}
.plan-induction {
  max-width: 1000px;
  margin-bottom: 16.0rem;
  z-index: 1;
}
.plan-induction__base {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.plan-induction__list {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.plan-induction__list__link {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
  z-index: -1;
}
.plan-induction__list__link[data-type="Btype"] {
  width: calc(280 / 1000 * 100%);
  margin-top: calc(4 / 1000 * 100%);
  margin-left: calc(108 / 1000 * 100%);
}
.plan-induction__list__link[data-type="Ctype"] {
  width: calc(350 / 1000 * 100%);
  margin-top: calc(224 / 1000 * 100%);
  margin-left: calc(68 / 1000 * 100%);
}
.plan-induction__list__link[data-type="Dtype"] {
  width: calc(472 / 1000 * 100%);
  margin-top: calc(15 / 1000 * 100%);
  margin-left: calc(512 / 1000 * 100%);
}
.plan-induction__list__link[data-type="Etype"] {
  width: calc(566 / 1000 * 100%);
  margin-top: calc(250 / 1000 * 100%);
  margin-left: calc(415 / 1000 * 100%);
  pointer-events: none;
}
.plan-induction__list__link[data-type="Btype"]::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/img_plan_induction_Btype_on.webp) no-repeat top left/cover;
  opacity: 0;
  z-index: 1;
}
.plan-induction__list__link[data-type="Ctype"]::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/img_plan_induction_Ctype_on.webp) no-repeat top left/cover;
  opacity: 0;
  z-index: 1;
}
.plan-induction__list__link[data-type="Dtype"]::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/img_plan_induction_Dtype_on.webp) no-repeat top left/cover;
  opacity: 0;
  z-index: 1;
}
.plan-contents {
  max-width: 1384px;
}
.plan-list {
  position: relative;
  width: 100%;
  gap: 3.2rem;
  grid-template-columns: repeat(3,1fr);
}
.plan-list__item {
  position: relative;
  width: 100%;
}
.plan-list__item a {
  position: relative;
  display: block;
  padding: 4.0rem;
  height: 100%;
  z-index: 1;
}
.plan-list__item__box {
  padding: 4.0rem 3.0rem;
  background-color: rgba(var(--white-rgb), 0.5);
  height: 100%;
}
.plan-list__item__type {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  color: var(--color-gold-dark);
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1.0rem;
  margin-bottom: 2.0rem;
  border-bottom: 1px solid rgba(var(--color-gold-rgb), 0.3);
}
.plan-list__item__type span {
  font-size: calc(64 / 24 * 1em);
  line-height: 1;
  letter-spacing: .05em;
}
.plan-list__item__layout {
  width: 100%;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .05em;
  color: var(--base-color);
  text-align: center;
  margin-bottom: 3.5rem;
}
.plan-list__item__layout span {
  font-size: calc(64 / 36 * 1em);
  line-height: 1;
  letter-spacing: .05em;
}
.plan-list__item__floor {
  width: 100%;
  text-align: center;
  margin-bottom: 3.0rem;
}
.plan-list__item__floor__heading {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .074em;
  color: var(--base-color);
  margin-bottom: 2.5rem;
}
.plan-list__item__floor__spec {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .074em;
  color: var(--base-color);
}
.plan-list__item__floor__spec span {
  font-size: calc(36 / 18 * 1em);
  line-height: 1cap;
  font-weight: 500;
}
.plan-list__item__floor__spec em {
  font-size: calc(64 / 36 * 1em);
  line-height: 1cap;
  font-weight: 500;
}
.plan-list__item__btn {
  width: 100%;
  margin-top: auto;
}
.plan-outro {
  margin-top: 16.0rem;
}
.plan-outro__desc {
  font-size: 2.4rem;
  line-height: 1.79;
  letter-spacing: .1em;
  color: var(--white);
  text-align: center;
}
.plan-outro__cv {
  width: min(100%,912px);
  margin-inline: auto;
  margin-top: 3.5rem;
}
.plan-outro__cv__link {
  width: calc(440 / 912 * 100%);
}
@media (any-hover: hover){
  .plan-induction__list__link[data-type="Btype"]::after,
  .plan-induction__list__link[data-type="Ctype"]::after,
  .plan-induction__list__link[data-type="Dtype"]::after {
    transition: opacity .3s linear;
  }
  .plan-induction__list__link[data-type="Btype"]:hover::after,
  .plan-induction__list__link[data-type="Ctype"]:hover::after,
  .plan-induction__list__link[data-type="Dtype"]:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-plan {
    padding-block: 13.0rem 10.0rem;
  }
  .l-plan::after {
    height: 45.0rem;
    background-position: 74% bottom;
  }
  .plan-heading {
    font-size: 2.4rem;
    margin-bottom: 4.0rem;
  }
  .plan-induction {
    max-width: 560px;
    margin-bottom: 10.0rem;
  }
  .plan-contents {
    max-width: 560px;
  }
  .plan-list {
    gap: 4.0rem;
    grid-template-columns: repeat(1,1fr);
  }
  .plan-list__item a {
    padding: calc(30 / 340 * 100%) calc(20 / 340 * 100%);
  }
  .plan-list__item__box {
    padding: calc(30 / 300 * 100%);
  }
  .plan-list__item__type {
    font-size: 2.0rem;
    margin-bottom: 1.5rem;
  }
  .plan-list__item__layout {
    font-size: 3.0rem;
    margin-bottom: 2.5rem;
  }
  .plan-list__item__layout em {
    font-size: calc(56 / 36 * 1em);
  }
  .plan-list__item__floor {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 3.0rem;
    gap: .8rem;
  }
  .plan-list__item__floor__heading {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .plan-list__item__floor__spec {
    font-size: 1.6rem;
  }
  .plan-outro {
    margin-top: 6.0rem;
  }
  .plan-outro__desc {
    font-size: 2.0rem;
  }
  .plan-list__item__floor__spec em {
    font-size: calc(58 / 36 * 1em);
  }
  .plan-outro__cv {
    width: calc(280 / 320 * 100%);
    margin-top: 3.0rem;
    gap: 3.0rem 0;
  }
  .plan-outro__cv__link {
    width: 100%;
  }
}




.bottomArea__custom {
  gap: 3.0rem 5.0rem;
  margin-bottom: 100px;
}
.bottomArea__custom--box {
  flex: 1;
}
.bottomArea__custom--casbee {
  width: 35.0rem;
}
@media screen and (max-width: 768px) {
  .bottomArea__custom {
    gap: 3.0rem 5.0rem;
    margin-bottom: 50px;
  }
  .bottomArea__custom--box {
    flex: 100%;
  }
  .bottomArea__custom--casbee {
    width: min(100%,320px);
    margin-inline: auto;
  }
}