@charset "utf-8";

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 0;
}
#freeContentsArea {
  background-color: #fff;
}

.main_contents {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  overflow: hidden;
}

figure {
  position: relative;
}

img {
  width: 100%;
}

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

.cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000,
    0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
  z-index: 3;
}
.cap.cap_black {
  color: #595757;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .cap.cap_black {
    position: relative;
  }
}

/*--------------------------------------
fade animation
--------------------------------------*/
/* fadeIn_up_mv */
.fadeIn_up_mv {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(5px);
  transition: 1.6s cubic-bezier(0.4, 1.09, 1, 1) 0.3s;
}
.fadeIn_up_mv.is-js {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

/* fadeIn_up_mv_title */
.fadeIn_up_mv_title {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(5px);
  transition: 2.6s cubic-bezier(0.4, 1.09, 1, 1) 2.6s;
}
.fadeIn_up_mv_title.is-js {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

/* fadeIn_up */
.fadeIn_up {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px);
  transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}
.fadeIn_up.is-js {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

/* mainvisual
============================= */
.mainvisual {
  position: relative;
}
.mv_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  color: #c4b797;
  text-align: center;
}
.mv_title {
  font-size: 80px;
  font-size: clamp(6rem, 3.708rem + 2.981vw, 8rem);
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-weight: 100;
}
.mv_lead {
  margin-top: 30px;
  font-size: 40px;
  font-size: clamp(2.6rem, 0.996rem + 2.086vw, 4rem);
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.mv_lead span {
  border-top: 1px solid #c4b797;
  padding-inline: 20px;
  padding-top: 30px;
}
.mv_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000,
    0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .mv_title {
    font-size: 40px;
  }
  .mv_lead {
    margin-top: 10px;
    padding-top: 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    border-top: 1px solid #c4b797;
  }
  .mv_lead span {
    border-top: none;
    padding-inline: 0px;
    padding-top: 0px;
  }
}

.inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-inline: auto;
}

.bg_area {
  padding-bottom: 160px;
}

.bg_area {
  padding-bottom: 160px;
}

.penthouse_area {
  background-color: #b7b1ac;
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .bg_area {
    padding-bottom: 80px;
  }
  .penthouse_area {
    padding-bottom: 60px;
  }
}

/* link_area
================================ */
.link_area {
  background-color: #d4d0cd;
  padding-top: 80px;
  padding-bottom: 40px;
}
.link_area .inner {
  max-width: 1100px;
}
.link_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.link_btn {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-size: clamp(1.6rem, 0.683rem + 1.192vw, 2.4rem);
  letter-spacing: 0.05em;
  background-color: #645c59;
  padding-block: 26px;
  padding: 26px 10px;
  box-shadow: rgba(0, 0, 0, 1) 3px 4px 3px, rgba(0, 0, 0, 1) 3px 4px 3px;
  transition: all 0.4s;
}
.link_btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .link_area {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .link_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }
  .link_btn {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    font-size: 20px;
    padding-block: 20px;
  }
}

/* scarcity_area
================================ */
.scarcity_area .contents_area {
  background-color: #d4d0cd;
}
.scarcity_title {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-size: clamp(4.6rem, 0.703rem + 5.067vw, 8rem);
  font-weight: 100;
  letter-spacing: 0.1em;
  column-gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.scarcity_title_num {
  font-size: 120px;
  font-size: clamp(7rem, 1.27rem + 7.452vw, 12rem);
  line-height: 0.8;
  color: #9e8959;
  font-family: "EB Garamond", serif;
}
.scarcity_title_icon {
  width: 60px;
  width: clamp(3rem, -0.438rem + 4.471vw, 6rem);
  height: 60px;
  background: url(../images/premium/scarcity_title_icon.png) no-repeat center
    center / cover;
}
.scarcity_subtitle {
  margin-top: 30px;
  font-size: 38px;
  letter-spacing: 0.05em;
}
.scarcity_subtitle .text_l {
  font-size: 46px;
}
.scarcity_subtitle .num {
  font-size: 80px;
}
.scarcity_img {
  position: relative;
  margin-top: 80px;
  width: 90%;
  margin-inline: auto;
}
.scarcity_img_cap {
  font-size: 12px;
  text-align: right;
}
.scarcity_plan {
  padding-block: 60px;
  background-color: #645c59;
  color: #c4b778;
}
.plan_type_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 18px;
}
.plan_type {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
.plan_type .en {
  font-size: 80px;
  line-height: 0.8;
}
.plan_icon {
  width: 60px;
  height: 50px;
  background: url(../images/premium/plan_icon.png) no-repeat center center /
    contain;
}
.plan_ldk {
  font-size: 40px;
  letter-spacing: 0.14em;
}
.plan_menseki_wrap {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(196, 183, 120, 0.5);
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
  column-gap: 20px;
}
.plan_menseki_title {
  font-size: 24px;
}
.plan_menseki_num {
  font-size: 34px;
  line-height: 0.8;
}
.plan_menseki_num .num_l {
  font-size: 52px;
}
.plan_menseki_tsubo {
  font-size: 18px;
}
.plan_menseki {
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .scarcity_title {
    margin-top: 26px;
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    row-gap: 10px;
    padding-bottom: 20px;
  }
  .scarcity_title_num {
    font-size: 48px;
  }
  .scarcity_title_icon {
    width: 40px;
    height: 40px;
  }
  .scarcity_subtitle {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .scarcity_subtitle .text_l {
    font-size: 20px;
  }
  .scarcity_subtitle .num {
    font-size: 32px;
  }
  .scarcity_img {
    margin-top: 30px;
    width: 100%;
  }
  .scarcity_img_cap {
    margin-top: 10px;
    text-align: left;
  }
  .scarcity_plan {
    padding-block: 40px;
  }
  .plan_type_wrap {
    align-items: start;
    flex-direction: column;
    row-gap: 6px;
  }
  .plan_type {
    column-gap: 6px;
    font-size: 28px;
  }
  .plan_type .en {
    font-size: 50px;
  }
  .plan_icon {
    height: 0;
    background: none;
  }
  .plan_ldk {
    font-size: 22px;
    letter-spacing: 0.14em;
  }
  .plan_menseki_wrap {
    margin-top: 10px;
    padding-top: 10px;
    justify-content: left;
    align-items: end;
    column-gap: 20px;
  }
  .plan_menseki_title {
    font-size: 20px;
  }
  .plan_menseki_num {
    font-size: 28px;
  }
  .plan_menseki_num .num_l {
    font-size: 42px;
  }
  .plan_menseki_tsubo {
    font-size: 14px;
  }
  .plan_menseki {
    font-size: 14px;
  }
}

/* roofbalcony_area
================================ */
.roofbalcony_area {
  background-color: #9e8959;
  padding-bottom: 120px;
}
.roofbalcony_area .merit_area {
  background-color: #9e8959;
}
.roofbalcony_area .merit_item {
  border-left: 1px solid #fff;
  color: #fff;
}
.roofbalcony_area .merit_item:last-child {
  border-right: 1px solid #fff;
}
.roofbalcony_title {
  position: relative;
  font-size: 80px;
  font-size: clamp(5rem, 1.562rem + 4.471vw, 8rem);
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #fff;
}
.roofbalcony_title span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #fff;
}
.roofbalcony_box {
  margin-top: 60px;
  width: calc(90% - 40px);
  margin-inline: auto;
  max-width: 1700px;
  background-color: #fff;
  padding-bottom: 120px;
}

.upgrade_area {
  margin-top: 120px;
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1300px;
  margin-inline: auto;
}
.upgrade_title {
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: #9e8959;
  border-top: 1px solid #9e8959;
  border-bottom: 1px solid #9e8959;
  padding-block: 20px;
}
.penthouse_area .upgrade_title {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.upgrade_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}
.upgrade_item_text {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000;
}
.penthouse_area .upgrade_item_text {
  color: #fff;
}
.upgrade_item_text span {
  font-size: 16px;
  padding-left: 3px;
}
.upgrade_item_text small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .roofbalcony_area .merit_item {
    padding-block: 10px;
    font-size: 22px;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  .roofbalcony_area .merit_item:last-child {
    border: none;
  }
  .roofbalcony_area {
    padding-bottom: 60px;
  }
  .roofbalcony_title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .roofbalcony_title span {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .roofbalcony_box {
    margin-top: 20px;
    width: calc(100% - 40px);
    padding-bottom: 60px;
  }

  .upgrade_area {
    margin-top: 60px;
  }
  .upgrade_title {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-block: 20px;
  }
  .penthouse_area .upgrade_title {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .upgrade_wrap {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .upgrade_item_text {
    margin-top: 8px;
    font-size: 18px;
  }
  .upgrade_item_text span {
    display: block;
    font-size: 14px;
    padding-left: 0px;
  }
}

/* contents_area
================================ */
.contents_area {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.top_title_s {
  font-size: 32px;
  letter-spacing: 0.44em;
  color: #9e8959;
}
.top_title_en span {
  position: relative;
  font-size: 120px;
  font-size: clamp(9rem, 5.032rem + 4.839vw, 12rem);
  font-weight: 100;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.top_title_en span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 1px;
  background-color: #3b3b40;
}
.top_title {
  margin-top: 10px;
  font-size: 46px;
  letter-spacing: 0.2em;
}
.top_lead {
  font-size: 26px;
  font-size: clamp(2rem, 1.206rem + 0.968vw, 2.6rem);
  margin-top: 48px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .top_title_en span {
    font-size: 38px;
    padding-bottom: 8px;
  }
  .top_title_en span::before {
    width: 130%;
  }
  .top_title {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .top_lead {
    font-size: 18px;
    line-height: 2;
    margin-top: 32px;
  }
}

/* merit_area
================================ */
.merit_area {
  padding-block: 50px;
  background-color: #645c59;
  color: #c4b778;
}
.merit_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.merit_item {
  padding-block: 14px;
  font-size: 28px;
  font-size: clamp(2rem, 0.942rem + 1.29vw, 2.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  border-left: 1px solid #c4b778;
}
.merit_item:last-child {
  border-right: 1px solid #c4b778;
}

@media only screen and (max-width: 768px) {
  .merit_area {
    padding-block: 30px;
  }
  .merit_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .merit_item {
    padding-block: 10px;
    font-size: 22px;
    border-left: none;
    border-bottom: 1px solid #c4b778;
  }
  .merit_item:last-child {
    border: none;
  }
}

/* type_area
================================ */
.type_wrap {
  display: flex;
}
.type_img {
  position: relative;
  width: 50%;
}
.type_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/penthouse/img01_pc.jpg) no-repeat center center /
    cover;
}
.type_body {
  width: 50%;
  background-color: #645c59;
  color: #c4b778;
  display: flex;
  align-items: center;
  padding-block: 60px;
  padding-block: clamp(2rem, -0.982rem + 3.636vw, 6rem);
}
.type_body_contents {
  width: 80%;
  max-width: 600px;
  margin-left: 10%;
}
.type_name {
  font-size: 28px;
  padding-bottom: 16px;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  border-bottom: 1px solid rgba(196, 183, 120, 0.5);
}
.type_name span {
  font-size: 90px;
  line-height: 0.8;
  padding-right: 8px;
}
.ldk {
  margin-top: 6px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.menseki {
  margin-top: 14px;
}
.menseki_title {
  font-size: 24px;
}
.num_l {
  font-size: 60px;
  line-height: 1;
}
.num_m {
  font-size: 40px;
}
.num_s {
  font-size: 20px;
}
.other {
  margin-top: 10px;
  font-size: 21px;
  font-size: clamp(1.8rem, 1.403rem + 0.484vw, 2.1rem);
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 6px;
}

@media only screen and (max-width: 768px) {
  .type_wrap {
    flex-direction: column;
  }
  .type_img {
    width: 100%;
    height: 240px;
  }
  .type_img::before {
    background: url(../images/penthouse/img01_sp.jpg) no-repeat center center /
      cover;
  }
  .type_body {
    width: 100%;
    display: block;
    align-items: center;
    padding-block: 20px;
  }
  .type_body_contents {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .type_name {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .type_name span {
    font-size: 64px;
    line-height: 0.8;
    padding-right: 8px;
  }
  .ldk {
    margin-top: 6px;
    font-size: 26px;
  }
  .menseki {
    margin-top: 14px;
  }
  .menseki_title {
    font-size: 16px;
  }
  .num_l {
    font-size: 40px;
  }
  .num_m {
    font-size: 28px;
  }
  .num_s {
    font-size: 16px;
  }
  .other {
    margin-top: 10px;
    font-size: 18px;
    flex-direction: column;
  }
}

/* madori_area
=================================== */
.madori_area {
  padding-top: 120px;
  padding-bottom: 100px;
}
.penthouse_area .madori_area {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .madori_area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

/* bottom_area
=================================== */
.bottom_area {
  margin-top: 60px;
}
.bottom_area .inner {
  max-width: 1300px;
}
.box_item {
  position: relative;
  background-color: #645c59;
  outline: 1px solid #c4b778;
  outline-offset: -24px;
  padding: 80px 40px;
}
.box_item + .box_item {
  margin-top: 120px;
}
.box_item_cap {
  position: absolute;
  font-size: 11px;
  color: #fff;
  right: 32px;
  bottom: 36px;
}
.box_item_title {
  text-align: center;
  color: #c4b778;
  font-size: 56px;
  font-size: clamp(4.6rem, 3.277rem + 1.613vw, 5.6rem);
  letter-spacing: 0.12em;
}
.box_item_text {
  margin-top: 26px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: clamp(2rem, 1.471rem + 0.645vw, 2.4rem);
  letter-spacing: 0.14em;
  line-height: 2;
}
.box_item_img {
  max-width: 800px;
  margin-top: 60px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .bottom_area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .box_item {
    outline-offset: -14px;
    padding: 40px 24px 50px;
  }
  .box_item + .box_item {
    margin-top: 40px;
  }
  .box_item_cap {
    font-size: 10px;
    right: 20px;
    bottom: 24px;
  }
  .box_item_title {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .box_item_text {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .box_item_img {
    margin-top: 30px;
  }
  .box_item_img.commonSpModalImage:after {
    right: -24px;
  }
}
