@charset "utf-8";

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

figure {
  position: relative;
}

.cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000;
  z-index: 3;
}
.cap.left {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .cap {
    padding: 4px;
  }
}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.mainvisual {
  position: relative;
}
.kv_wrap {
  width: 90%;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.kv_title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
.kv_title .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.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) {
  .kv_wrap {
    width: 90%;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv_title {
    font-size: 20px;
  }
  .kv_title .en {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
  }
}

/* section
================================ */
.inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-inline: auto;
  z-index: 2;
}
.completion_contents {
  background: url(../images/completion/main_bg.jpg) no-repeat center top / cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.top_title_img {
  width: 90%;
  max-width: 900px;
  margin-inline: auto;
}
.completion_img_area {
  position: relative;
  margin-top: 80px;
}
.completion_img_item {
  position: absolute;
  width: 240px;
  bottom: -330px;
  left: 20px;
}
.completion_wrap {
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  column-gap: 60px;
}
.completion_wrap_body {
  flex: 1;
  padding-bottom: 100px;
}
.completion_wrap_title {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #a69179;
  font-weight: 600;
}
.main_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.completion_wrap_text {
  margin-top: 40px;
}
.viewmore {
  width: 170px;
  position: absolute;
  left: 0;
  bottom: -88px;
}
.completion_wrap_img {
  width: 56%;
}

@media only screen and (max-width: 1024px) {
  .inner {
    max-width: 800px;
  }
  .completion_contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_title_img {
    width: 100%;
  }
  .completion_img_area {
    margin-top: 40px;
  }
  .completion_img_item {
    position: absolute;
    width: 30%;
    max-width: 150px;
    bottom: -24%;
    left: 10px;
  }
  .completion_wrap {
    margin-top: 100px;
    flex-direction: column;
    row-gap: 30px;
  }
  .completion_wrap_body {
    padding-bottom: 0px;
  }
  .completion_wrap_title {
    font-size: 24px;
    font-size: clamp(2.4rem, 1.692rem + 1.863vw, 3.6rem);
  }
  .main_text {
    font-size: 14px;
    font-size: clamp(1.4rem, 1.164rem + 0.621vw, 1.8rem);
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .completion_wrap_text {
    margin-top: 20px;
  }
  .completion_wrap_img {
    width: 90%;
  }
  .viewmore {
    width: 120px;
    bottom: -90px;
  }
}

/* public_area
=============================== */
.public_area {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../images/completion/main_bg.jpg) no-repeat center top / cover;
}
.entrance_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.item02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item03 {
  display: flex;
  align-items: end;
}
.item03 figure {
  width: 85%;
}
.entrance_item_body {
  width: 80%;
}
.entrance_item_title {
  width: 50%;
  max-width: 500px;
}
.entrance_item_text {
  width: 100%;
  margin-top: 30px;
}
.library_area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.library_title {
  width: 100%;
  max-width: 360px;
}
.viewmore2 {
  margin-top: 20px;
  width: 170px;
}
.public_title {
  position: absolute;
  width: 240px;
  top: -50px;
  right: 20px;
}
.library_text {
  position: relative;
  width: 68%;
  margin-left: auto;
  margin-top: -70px;
}
.lounge_area {
  padding-top: 120px;
}
.lounge_title {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}
.lounge_text {
  text-align: center;
  margin-top: 40px;
}
.lounge_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
}

@media only screen and (max-width: 1024px) {
  .public_area {
    padding-top: 100px;
    padding-bottom: 120px;
    background: url(../images/completion/main_bg.jpg) no-repeat center top /
      cover;
  }
  .entrance_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .item02 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item03 {
    display: flex;
    align-items: end;
  }
  .item03 figure {
    width: 100%;
  }
  .entrance_item_body {
    width: 100%;
  }
  .entrance_item_title,
  .library_title {
    width: 55%;
    max-width: 300px;
  }
  .entrance_item_text {
    width: 100%;
    margin-top: 30px;
  }
  .library_area {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .viewmore2 {
    margin-top: 20px;
    width: 120px;
  }
  .public_title {
    width: 30%;
    max-width: 150px;
    top: -200px;
    top: calc(clamp(10rem, 4.099rem + 15.528vw, 20rem) * -1);
    left: 10px;
  }
  .library_text {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-top: 0px;
  }
  .lounge_area {
    padding-top: 60px;
  }
  .lounge_title {
    width: 80%;
    max-width: 530px;
  }
  .lounge_text {
    margin-top: 20px;
  }
  .lounge_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
}
