@charset "utf-8";

.row-reverse {
  flex-direction: row-reverse;
}

/* mv
===================================== */
.mv {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../images/mv_pc.jpg) no-repeat center center / cover;
}
.mv_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.mv_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.section_title {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 130px;
  font-size: clamp(7rem, 0.143rem + 6.696vw, 13rem);
  letter-spacing: normal;
  line-height: 0.7;
  font-family: "EB Garamond", serif;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .mv {
    background: url(../images/mv_sp.jpg) no-repeat center center / cover;
  }
  .section_title {
    font-size: 58px;
    left: 10px;
  }
}

.main_area {
  overflow-x: hidden;
}

/* plan_area
========================== */
.plan_area {
  padding-top: 100px;
  padding-bottom: 140px;
}
.plan_area .inner {
  max-width: 1200px;
}
.plan_item .inner {
  display: flex;
  justify-content: center;
}
.ldk_wrap {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.plan_photo {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.plan_photo_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "EB Garamond", serif;
  text-align: center;
  width: 90%;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.6), 2px 3px 10px rgba(0, 0, 0, 0.6),
    2px 3px 10px rgba(0, 0, 0, 0.6), 2px 3px 10px rgba(0, 0, 0, 0.6),
    2px 3px 10px rgba(0, 0, 0, 0.6);
}
.ldk_body {
  width: 100%;
  font-family: "EB Garamond", serif;
}
.ldk_head {
  display: flex;
  align-items: center;
}
.ldk_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-right: 30px;
}
.ldk_text + .ldk_text {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 30px;
}
.ldk_text .num_l {
  font-size: 38px;
  line-height: 0.8;
}
.ldk_text .num_m {
  font-size: 38px;
  line-height: 1;
}
.ldk_text .text_en {
  font-size: 30px;
  margin-right: 6px;
}
.spec_text {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.spec_text .num {
  font-size: 28px;
}
.spec_text .menseki {
  margin-top: 14px;
  font-size: 18px;
}
.spec_text .menseki .num {
  font-size: 30px;
}
.price {
  font-size: 16px;
}
.price span {
  font-size: 34px;
}
.floor_img {
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: 60px;
  text-align: center;
}
.plan_merit_wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.plan_merit_item {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #ece6da;
  border: 1px solid #665845;
  padding: 20px 10px;
}

.ldk_catch{
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  .spec_text .menseki {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .plan_area {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .plan_item .inner {
    display: block;
  }
  .ldk_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .ldk_head {
    flex-direction: column;
  }
  .ldk_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0;
    text-align: center;
  }
  .ldk_text + .ldk_text {
    margin-top: 10px;
    border: none;
    padding-left: 0;
  }
  .ldk_text .num_l {
    font-size: 28px;
    margin-left: 0;
  }
  .ldk_text .num_m {
    font-size: 28px;
  }
  .ldk_text .text_en {
    font-size: 20px;
  }
  .ldk_catch{
    margin-top: 20px;
    font-size: 16px;
  }
  .spec_text {
    width: 90%;
    max-width: 244px;
    margin-inline: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
  .spec_text .num {
    font-size: 24px;
  }
  .spec_text .menseki {
    margin-top: 6px;
    font-size: 14px;
  }
  .spec_text .menseki .num {
    font-size: 20px;
  }
  .price {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
  .price span {
    font-size: 28px;
  }
  .floor_img {
    margin-top: 28px;
  }
  .plan_merit_wrap {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }
  .plan_merit_item {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 14px 4px;
  }
}
