.news {
  padding: 20px;
  display: flex;
  background: #1e202b;
  color: #FFF;
  font-size: 12px;
}
.news_head {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  color: inherit;
  letter-spacing: inherit;
  font-weight: 500;
  padding-right: 20px;
}
@media screen and (min-width: 860px) {
  .news {
    max-width: 700px;
    padding: 20px 50px;
  }
  .news_dl {
    display: flex;
  }
  .news_dt {
    padding-right: 30px;
  }
}

.content {
  padding-top: 20px;
}
@media screen and (min-width: 860px) {
  .content {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.luxury_head {
  padding: 0 50px;
  overflow: hidden;
  z-index: 1;
}
.luxury_img {
  margin-top: -7%;
}
.luxury_text {
  color: #FFF;
  padding: 40px 20px;
}
.luxury_text_p1 {
  text-align: center;
  font-size: 24px;
}
.luxury_text_p2 {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 860px) {
  .luxury {
    padding-bottom: 100px;
  }
  .luxury_img {
    width: 62.5%;
    position: absolute;
    left: 0;
    top: 220px;
  }
  .luxury_head {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
  }
  .luxury_head .img100 {
    width: 570px;
    margin-left: auto;
  }
  .luxury_text {
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .luxury_text_p1 {
    text-align: left;
    font-size: 36px;
    width: 570px;
    margin-left: auto;
  }
  .luxury_text_p2 {
    font-size: 16px;
    line-height: 2.5;
    width: 570px;
    margin-left: auto;
  }
}

.exia {
  padding-top: 50px;
  color: #FFF;
}
.exia_head {
  text-align: center;
  padding: 0 20px;
}
.exia_head_img {
  width: 100%;
  height: auto;
  max-width: 461px;
}
.exia_head::after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  background: url(/img/top/line.png) no-repeat center/cover;
  margin: 20px 0;
}
.exia_p1 {
  text-align: center;
}
@media screen and (min-width: 860px) {
  .exia_p1 {
    font-size: 16px;
  }
}
.exia_img {
  margin-top: 40px;
}
@media screen and (min-width: 481px) {
  .exia_img {
    display: flex;
    flex-wrap: wrap;
  }
  .exia_img_1 {
    width: 50%;
  }
  .exia_img_2 {
    margin-top: auto;
    width: 50%;
  }
  .exia_img_3 {
    width: 55%;
  }
  .exia_img_4 {
    width: 45%;
  }
}
.exia_text {
  padding: 40px 20px;
}
.exia_text_p1 {
  font-size: 24px;
}
.exia_text_p2 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #212744;
  letter-spacing: inherit;
  font-weight: 500;
  line-height: 1.4;
}
.exia_text_p3 {
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 860px) {
  .exia_text {
    width: 50%;
    max-width: 650px;
    padding: 0 40px;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .exia_text_p1 {
    font-size: 32px;
  }
  .exia_text_p3 {
    font-size: 16px;
  }
}

.view_more {
  display: block;
  width: 60%;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: inherit;
  letter-spacing: inherit;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 30px auto 0;
}
.view_more::after {
  content: ">>";
  font-size: 10px;
  letter-spacing: -1px;
  color: #d3a53f;
  position: absolute;
  top: 20px;
  right: 10px;
  line-height: 1;
}

.hills {
  padding-top: 50px;
  color: #FFF;
}
.hills_slide {
  margin-top: 50px;
}
.hills_slide::before {
  content: "";
  width: 100%;
  padding-top: 125%;
  display: block;
}
.hills_slide_1 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s linear;
}
.hills_slide_1.show {
  opacity: 1;
}
.hills_slide_text {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -20px;
}
.hills_slide_name {
  width: 60%;
  max-width: 373px;
}
.hills_slide_name_ja {
  width: 100px;
  height: 100px;
  background: #282828;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hills_slide_nav {
  width: 100%;
}
.hills_slide_bars {
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.hills_slide_btn {
  display: block;
  width: calc(20% - 10px);
  height: 5px;
  background: #FFF;
}
.hills_slide_btn.current {
  background: #c19b3f;
}
.hills_text {
  padding: 40px 20px;
}
.hills_text_p1 {
  font-size: 24px;
}
.hills_text_p2 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #212744;
  letter-spacing: inherit;
  font-weight: 500;
  line-height: 1.4;
}
.hills_text_p3 {
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 860px) {
  .hills_text {
    width: 50%;
    max-width: 650px;
    padding: 0 50px;
    position: absolute;
    top: 300px;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .hills_text_p1 {
    font-size: 32px;
  }
  .hills_text_p3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 481px) {
  .hills {
    padding-top: 100px;
  }
  .hills_slide {
    max-width: 600px;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 860px) {
  .hills_slide {
    max-width: 1600px;
    margin-top: 100px;
  }
  .hills_slide::before {
    padding-top: calc(50% + 20px);
  }
  .hills_slide_img {
    width: 50%;
    margin-left: auto;
  }
  .hills_slide_nav {
    width: 50%;
    margin-left: auto;
  }
  .hills_slide_text {
    width: 40%;
    position: absolute;
    bottom: 100px;
    right: calc(50% - 60px);
    align-items: center;
  }
}

.estate {
  padding-top: 100px;
  color: #FFF;
}
.estate_head {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: inherit;
  letter-spacing: inherit;
  font-weight: 500;
  text-align: center;
}
.estate_head::after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  background: url(/img/top/line.png) no-repeat center/cover;
  margin: 20px 0;
}
.estate_ul {
  padding: 20px;
}
.estate_li {
  width: 100%;
  max-width: 533px;
  margin: 40px auto 0;
}
.estate_a {
  display: block;
  width: 100%;
  padding-top: 30px;
}
.estate_name {
  font-size: 16px;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  background: #FFF;
  color: #000;
  width: 2em;
  height: 10em;
  line-height: 2em;
  position: absolute;
  top: 0;
  left: 10px;
  padding-top: 20px;
}
@media screen and (min-width: 860px) {
  .estate_ul {
    display: flex;
    justify-content: space-between;
  }
  .estate_li {
    width: 33%;
  }
  .estate .view_more {
    background: #000;
    margin-top: -80px;
  }
}

.lux {
  max-width: 600px;
  font-family: "Raleway", sans-serif;
  color: #FFF;
  font-size: clamp(20px, 10vw, 100px);
  text-align: center;
  background: #000;
}
.lux_bg {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  object-fit: cover;
  object-position: center;
}
.lux_text {
  mix-blend-mode: darken;
  background: #000;
}
.lux_text .L {
  font-size: 150%;
  line-height: 0.75;
  display: block;
}
.lux_text .ib {
  line-height: 1;
}
@media screen and (min-width: 860px) {
  .lux {
    margin-left: auto;
  }
}

.luxury_head {
  mix-blend-mode: lighten;
}