@charset "utf-8";

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}

.row-reverse {
  flex-direction: row-reverse;
}

.main_area {
  background-color: #282523;
  color: #fff;
}

/* グロナビのライン */
.pc_gnav_item.location::before {
  width: 70%;
}

.img-caps {
  line-height: 1.5;
}

/* mv
===================================== */
.mv,
.kv {
  position: relative;
  overflow: hidden;
}
.mv .inner {
  position: relative;
}
.mv img {
  width: 100%;
}
.mv_title_wrap {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
.mv_title {
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.mv_title .en {
  display: block;
  font-size: 72px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 768px) {
  .mv {
    margin-top: 84px;
  }
  .mv_title_wrap {
    width: 100%;
    top: 56%;
    transform: translate(-50%, -50%);
  }
  .mv_title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .mv_title .en {
    display: block;
    font-size: 38px;
  }
}

/* 共通
===================================== */
.title {
  font-size: 30px;
  font-size: clamp(1.8rem, 0.213rem + 1.935vw, 3rem);
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #c1ad93;
}
.text {
  font-size: 16px;
  font-size: clamp(1.1rem, 0.439rem + 0.806vw, 1.6rem);
  line-height: 2.25;
  letter-spacing: 0.2em;
}
.cap_text {
  font-size: 12px;
  letter-spacing: normal;
}
.line_title {
  font-family: "EB Garamond", serif;
  color: #c1ad93;
  font-size: 30px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.line_title:before,
.line_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #c1ad93;
}
.line_title:before {
  margin-right: 2rem;
}
.line_title:after {
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.6;
  }
  .text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: normal;
  }
  .cap_text {
    font-size: 10px;
  }
  .line_title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .line_title:before {
    margin-right: 1rem;
  }
  .line_title:after {
    margin-left: 1rem;
  }
  .img-caps.sp_top {
    bottom: auto;
    top: 0px;
  }
}

/* station_area
===================================== */
.station_area {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 130px;
}
.station_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./images/station_bg_pc.png) no-repeat top center / cover;
}
.station_kv {
  margin-top: 80px;
}
.station_wrap {
  margin-top: 56px;
  display: flex;
}
.station_wrap_body {
  width: 100%;
  max-width: 610px;
}
.station_wrap_img {
  width: 100%;
  max-width: 800px;
  margin-left: -80px;
}
.station_img_cap {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: normal;
}
.station_img {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .station_area {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .station_area::before {
    height: 200px;
    background: url(./images/station_bg_sp.png) no-repeat top center / cover;
  }
  .station_kv {
    margin-top: 36px;
    margin-inline: calc(50% - 50vw);
  }
  .station_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 30px;
  }
  .station_wrap_img {
    margin-left: 0px;
  }
  .station_img_cap {
    font-size: 10px;
  }
  .station_img {
    margin-top: 40px;
  }
}

/* nakameguro_area
===================================== */
.nakameguro_area {
  overflow: hidden;
}
.nakameguro_kv img {
  width: 100%;
}
.nakameguro_contents {
  margin-top: -130px;
}
.nakameguro_title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
.nakameguro_title .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 48px;
  margin-bottom: 16px;
}
.nakameguro_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.nakameguro_cap {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: right;
}
.wide_grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
.wide_grid_col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
.wide_grid_img {
  position: relative;
  overflow: hidden;
}
.wide_grid_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .nakameguro_contents {
    margin-top: -80px;
  }
  .nakameguro_title {
    font-size: 24px;
  }
  .nakameguro_title .en {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .nakameguro_wrap {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 24px;
  }
  .nakameguro_cap {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: right;
  }
  .wide_grid {
    margin-inline: calc(50% - 50vw);
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .wide_grid_col2 {
    column-gap: 0px;
  }
}

/* envi_area
====================================== */
.envi_area {
  overflow: hidden;
  padding-top: 100px;
}
.envi_area .title {
  letter-spacing: 0.1em;
}
.envi_text {
  margin-top: 24px;
}
.envi_img_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
.envi_wrap {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.envi_body {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.envi_img {
  width: 100%;
  max-width: 680px;
}
.envi_img2 {
  margin: 60px auto 60px;
  width: 100%;
  max-width: 1000px;
}
.envi_cap {
  margin-top: 12px;
}

@media only screen and (max-width: 768px) {
  .envi_area {
    padding-top: 50px;
  }
  .envi_text {
    margin-top: 18px;
  }
  .envi_img_wrap {
    margin-inline: calc(50% - 50vw);
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .envi_wrap {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 20px;
  }
  .envi_body {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .envi_img {
    width: 100%;
    max-width: 680px;
  }
  .envi_img2 {
    margin: 40px auto;
  }
  .envi_cap {
    margin-top: 12px;
  }
}

/* lifeinfo
============================ */
.lifeinfo_area {
  margin-top: 120px;
}
.lifeinfo_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}
.lifeinfo_text {
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.lifeinfo_text span {
  display: block;
  font-size: 12px;
}
.lifeinfo_list {
  margin-top: 60px;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 55px;
}
.lifeinfo_list_label {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
  padding: 14px 10px;
  background-color: #c1ad93;
}
.lifeinfo_list_wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.lifeinfo_list_title {
  font-size: 16px;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(99, 93, 74, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.lifeinfo_list_text {
  font-size: 12px;
  letter-spacing: normal;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .lifeinfo_area {
    margin-top: 50px;
  }
  .lifeinfo_wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    row-gap: 20px;
  }
  .lifeinfo_text {
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .lifeinfo_text span {
    font-size: 10px;
    letter-spacing: -0.01em;
  }
  .lifeinfo_list {
    margin-top: 40px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .lifeinfo_list_label {
    font-size: 14px;
    padding: 10px 10px;
  }
  .lifeinfo_list_wrap {
    margin-top: 20px;
    row-gap: 12px;
  }
  .lifeinfo_list_title {
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .lifeinfo_list_text {
    font-size: 11px;
  }
}

/* rarity_area
===================================== */
.rarity_area {
  padding-top: 120px;
  padding-bottom: 140px;
}
.rarity_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.rarity_wrap_body {
  width: 100%;
  max-width: 550px;
}
.rarity_wrap_body .text {
  margin-top: 24px;
  letter-spacing: normal;
}
.rarity_wrap_img {
  width: 100%;
  max-width: 680px;
}
.rarity_img_cap {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: normal;
}

@media only screen and (max-width: 768px) {
  .rarity_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .rarity_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .rarity_wrap_body .text {
    margin-top: 18px;
  }
  .rarity_img_cap {
    margin-top: 10px;
    font-size: 10px;
  }
}
