@charset "UTF-8";
.contents {
  width: 433.64rem;
}
@media screen and (max-width: 750px) {
  .contents {
    width: auto;
  }
}

.gHeader {
  width: 15.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader {
    width: auto;
  }
}
.gHeader .text {
  opacity: 0;
  transition: opacity 0.8s;
}
body.ready .gHeader .text {
  opacity: 1;
}

.main {
  display: flex;
  width: 381.54rem;
}
@media screen and (max-width: 750px) {
  .main {
    display: block;
    width: auto;
  }
}

.mainVisual {
  width: 28.8rem;
}
@media screen and (max-width: 750px) {
  .mainVisual {
    width: auto;
  }
}
.mainVisual .image {
  position: relative;
  overflow: hidden;
}

section.about {
  display: flex;
  width: 31.1rem;
}
@media screen and (max-width: 750px) {
  section.about {
    display: block;
    width: auto;
  }
}
section.about .text {
  width: 11rem;
  margin: 0 0 0 3.08rem;
  padding: 2.95rem 0 0;
}
@media screen and (max-width: 750px) {
  section.about .text {
    width: auto;
    margin: 1rem 0 0;
    padding: 0;
  }
}
section.about .text .logo {
  width: 4.18rem;
  margin: 0 auto;
}
section.about .text .title {
  margin: 1.5rem 0 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 0.4rem;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  section.about .text .title {
    line-height: 1.5;
    margin: 1rem 0 0;
    white-space: normal;
  }
  section.about .text .title::before, section.about .text .title::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  section.about .text .title::before {
    margin-bottom: -0.25em;
  }
  section.about .text .title::after {
    margin-top: -0.25em;
  }
}
section.about .text .data {
  line-height: 1.5;
  padding: 0.4rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
}
section.about .text .data::before, section.about .text .data::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.about .text .data::before {
  margin-bottom: -0.25em;
}
section.about .text .data::after {
  margin-top: -0.25em;
}
section.about .text p {
  line-height: 2.3333333333;
  padding: 1.4rem 0 0;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
section.about .text p::before, section.about .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.about .text p::before {
  margin-bottom: -0.6666666667em;
}
section.about .text p::after {
  margin-top: -0.6666666667em;
}
@media screen and (max-width: 750px) {
  section.about .text p {
    padding: 0.8rem 0 0;
  }
}
section.about .image--01 {
  width: 14rem;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.about .image--01 {
    width: auto;
    margin: 1rem 0.4rem 0;
  }
}

section.planning {
  display: flex;
  width: 59.98rem;
  background: #e6e6e0;
}
@media screen and (max-width: 750px) {
  section.planning {
    display: block;
    width: auto;
    margin: 1.6rem 0 0;
    padding: 0 0 1.6rem;
  }
}
section.planning .prepend {
  box-sizing: border-box;
  width: 19.28rem;
  padding: 0 0 0 4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.planning .prepend {
    width: auto;
    padding: 2rem 0 0;
    overflow: hidden;
  }
}
section.planning .prepend .bgText {
  position: absolute;
  top: 3.5rem;
  left: 0;
  color: #c1c0b2;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  section.planning .prepend .bgText {
    top: 0;
    font-size: 3rem;
  }
}
section.planning .prepend .text {
  padding: 5.72rem 0 0;
}
@media screen and (max-width: 750px) {
  section.planning .prepend .text {
    padding: 0;
  }
}
section.planning .prepend .text .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
section.planning .prepend .text p {
  line-height: 2;
  padding: 0.44rem 0 0;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.planning .prepend .text p::before, section.planning .prepend .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.planning .prepend .text p::before {
  margin-bottom: -0.5em;
}
section.planning .prepend .text p::after {
  margin-top: -0.5em;
}
section.planning .prepend .text .images {
  display: flex;
  justify-content: space-between;
  width: 12.2rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  section.planning .prepend .text .images {
    display: block;
    width: auto;
    margin: 1rem 0 0;
  }
}
section.planning .prepend .text .images .image {
  width: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.planning .prepend .text .images .image {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
section.planning .image--01 {
  width: 10.7rem;
  align-self: center;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.planning .image--01 {
    width: auto;
    margin: 1rem 0 0;
  }
}
section.planning .image--02 {
  width: 28.8rem;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.planning .image--02 {
    width: auto;
    margin: 1rem 0 0;
  }
}

section.landplan {
  display: flex;
  box-sizing: border-box;
  width: 100.2rem;
}
@media screen and (max-width: 750px) {
  section.landplan {
    display: block;
    width: auto;
  }
}
section.landplan .prepend {
  display: flex;
  box-sizing: border-box;
  width: 37.94rem;
  padding: 0 0 0 3.98rem;
}
@media screen and (max-width: 750px) {
  section.landplan .prepend {
    display: block;
    width: 100vw;
    padding: 1rem 0 0;
    overflow: hidden;
  }
}
section.landplan .prepend .image {
  align-self: flex-start;
  width: 18.3rem;
  margin: 2.1rem 3rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.landplan .prepend .image {
    width: auto;
    margin: 0 0.4rem;
  }
}
section.landplan .prepend .text {
  padding: 5.1rem 0 0;
}
@media screen and (max-width: 750px) {
  section.landplan .prepend .text {
    margin: 1rem 0 0;
    padding: 0;
  }
}
section.landplan .prepend .text .title {
  line-height: 1.7;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.landplan .prepend .text .title::before, section.landplan .prepend .text .title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .prepend .text .title::before {
  margin-bottom: -0.35em;
}
section.landplan .prepend .text .title::after {
  margin-top: -0.35em;
}
section.landplan .prepend .text p {
  line-height: 2.3333333333;
  padding: 1.2rem 0 0;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
section.landplan .prepend .text p::before, section.landplan .prepend .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .prepend .text p::before {
  margin-bottom: -0.6666666667em;
}
section.landplan .prepend .text p::after {
  margin-top: -0.6666666667em;
}
@media screen and (max-width: 750px) {
  section.landplan .prepend .text p {
    padding: 0.8rem 0 0;
  }
}
section.landplan .image--01 {
  align-self: flex-end;
  width: 16.7rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.landplan .image--01 {
    width: auto;
    margin: 1rem 0 0;
  }
}
section.landplan .image--01 .map {
  position: relative;
}
section.landplan .image--01 .map figcaption {
  position: absolute;
  right: 1.36rem;
  bottom: 1.84rem;
  font-size: 0.24rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  section.landplan .image--01 .map figcaption {
    right: 0.4rem;
    bottom: 0;
  }
}
section.landplan .image--01 .map .list a {
  display: block;
  height: 6.2624916722%;
  position: absolute;
}
section.landplan .image--01 .map .list a.popup01 {
  width: 17.9640718563%;
  top: 12.7914723518%;
  left: 6.2874251497%;
}
section.landplan .image--01 .map .list a.popup02 {
  width: 17.4850299401%;
  top: 49.0339773484%;
  left: 4.0119760479%;
}
section.landplan .image--01 .map .list a.popup03 {
  width: 17.9640718563%;
  top: 54.2305129913%;
  left: 46.7065868263%;
}
section.landplan .image--01 .guide {
  padding: 0 0 0 1.12rem;
  position: absolute;
  bottom: 0.68rem;
  left: 9.3rem;
  background: url(../imgs/ico-zoom.png) 0 0/auto 100% no-repeat;
  font-size: 0.36rem;
  font-weight: 600;
  line-height: 0.94rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  section.landplan .image--01 .guide {
    position: static;
    margin: 0.2rem 0.4rem 0;
    font-size: 0.26rem;
  }
}
section.landplan .image--01 .aside {
  width: 4.2rem;
  position: absolute;
  top: 0.44rem;
  right: 1.37rem;
}
@media screen and (max-width: 750px) {
  section.landplan .image--01 .aside {
    width: auto;
    margin: 0.4rem 0.4rem 0;
    position: static;
  }
}
section.landplan .image--01 .aside figcaption {
  line-height: 1.6923076923;
  padding: 0.24rem 0 0;
  font-size: 0.26rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
section.landplan .image--01 .aside figcaption::before, section.landplan .image--01 .aside figcaption::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .image--01 .aside figcaption::before {
  margin-bottom: -0.3461538462em;
}
section.landplan .image--01 .aside figcaption::after {
  margin-top: -0.3461538462em;
}
section.landplan .image--02 {
  width: 9.8rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.landplan .image--02 {
    width: auto;
    margin: 1rem 0.4rem 0;
  }
}
section.landplan .feature {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  width: 34.8rem;
  margin: 0 0 0 auto;
  padding: 3rem 2rem 0;
  position: relative;
  background: #e6e6e0;
}
@media screen and (max-width: 750px) {
  section.landplan .feature {
    display: block;
    width: auto;
    margin: 1rem 0 0;
    padding: 1rem 0.4rem 0;
  }
}
section.landplan .feature .block {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  width: 14rem;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block {
    display: block;
    width: auto;
  }
}
section.landplan .feature .block .text {
  width: 100%;
}
section.landplan .feature .block .text p {
  line-height: 2;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.landplan .feature .block .text p::before, section.landplan .feature .block .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .feature .block .text p::before {
  margin-bottom: -0.5em;
}
section.landplan .feature .block .text p::after {
  margin-top: -0.5em;
}
section.landplan .feature .block .card {
  margin: 2.52rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card {
    margin: 1rem 0 0;
  }
}
section.landplan .feature .block .card .title {
  font-size: 0.36rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
section.landplan .feature .block .card .num {
  width: 100%;
  position: absolute;
  top: -1.8rem;
  left: 0;
  z-index: -1;
  color: #c1c0b2;
  font-family: "EB Garamond", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card .num {
    position: static;
    font-size: 1.2rem;
  }
}
section.landplan .feature .block .card .catch {
  margin: 0.5rem 0 0;
  background: #fff;
  color: #355c12;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card .catch {
    margin: 0.4rem 0 0;
    padding: 0.1rem 0;
    line-height: 1.5;
  }
}
section.landplan .feature .block .card p {
  line-height: 1.6923076923;
  padding: 0.46rem 0 0;
  font-size: 0.26rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.landplan .feature .block .card p::before, section.landplan .feature .block .card p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .feature .block .card p::before {
  margin-bottom: -0.3461538462em;
}
section.landplan .feature .block .card p::after {
  margin-top: -0.3461538462em;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card p {
    padding: 0.4rem 0 0;
  }
}
section.landplan .feature .block .card--01 {
  width: 6.3rem;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card--01 {
    width: auto;
  }
}
section.landplan .feature .block .card--01 .aside {
  display: flex;
  justify-content: space-between;
  margin: 0.76rem 0 0;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card--01 .aside {
    display: block;
    margin: 0.4rem 0 0;
    padding: 0;
  }
}
section.landplan .feature .block .card--01 .aside .logo {
  width: 0.94rem;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card--01 .aside .logo {
    margin: 0 auto;
  }
}
section.landplan .feature .block .card--01 .aside .text {
  line-height: 2.0833333333;
  width: calc(100% - 1.34rem);
  font-size: 0.24rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
section.landplan .feature .block .card--01 .aside .text::before, section.landplan .feature .block .card--01 .aside .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .feature .block .card--01 .aside .text::before {
  margin-bottom: -0.5416666667em;
}
section.landplan .feature .block .card--01 .aside .text::after {
  margin-top: -0.5416666667em;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card--01 .aside .text {
    width: auto;
    padding: 0.4rem 0 0;
    white-space: normal;
  }
}
section.landplan .feature .block .card--02 {
  width: 6rem;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .block .card--02 {
    width: auto;
  }
}
section.landplan .feature .column {
  display: flex;
  flex-direction: column-reverse;
  box-sizing: border-box;
  width: 14.74rem;
  padding: 1.2rem;
  position: relative;
  background: #f0f0ec;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .column {
    display: block;
    width: auto;
    margin: 1rem -0.4rem 0;
    padding: 0.6rem 0.4rem;
  }
}
section.landplan .feature .column .text {
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.landplan .feature .column .text--01 {
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .column .text--01 {
    margin: 0;
  }
}
section.landplan .feature .column .text--01 .title {
  border-bottom: 1px solid currentColor;
  padding: 0 0 0.36rem;
  color: #355c12;
  font-size: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .column .text--01 .title {
    line-height: 1.5;
    font-size: 0.4rem;
  }
  section.landplan .feature .column .text--01 .title::before, section.landplan .feature .column .text--01 .title::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  section.landplan .feature .column .text--01 .title::before {
    margin-bottom: -0.25em;
  }
  section.landplan .feature .column .text--01 .title::after {
    margin-top: -0.25em;
  }
}
section.landplan .feature .column .text--01 p {
  line-height: 1.6923076923;
  padding: 0.38rem 0 0;
  font-size: 0.26rem;
}
section.landplan .feature .column .text--01 p::before, section.landplan .feature .column .text--01 p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .feature .column .text--01 p::before {
  margin-bottom: -0.3461538462em;
}
section.landplan .feature .column .text--01 p::after {
  margin-top: -0.3461538462em;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .column .text--01 p {
    padding: 0.4rem 0 0;
  }
}
section.landplan .feature .column .text--02 {
  width: 6.7rem;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .column .text--02 {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
section.landplan .feature .column .text--02 .line--01 {
  line-height: 1.6666666667;
  font-size: 0.36rem;
}
section.landplan .feature .column .text--02 .line--01::before, section.landplan .feature .column .text--02 .line--01::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .feature .column .text--02 .line--01::before {
  margin-bottom: -0.3333333333em;
}
section.landplan .feature .column .text--02 .line--01::after {
  margin-top: -0.3333333333em;
}
section.landplan .feature .column .text--02 .line--02 {
  line-height: 1.6923076923;
  padding: 1rem 0 0;
  font-size: 0.26rem;
}
section.landplan .feature .column .text--02 .line--02::before, section.landplan .feature .column .text--02 .line--02::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .feature .column .text--02 .line--02::before {
  margin-bottom: -0.3461538462em;
}
section.landplan .feature .column .text--02 .line--02::after {
  margin-top: -0.3461538462em;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .column .text--02 .line--02 {
    padding: 1rem 0 0;
  }
}
section.landplan .feature .column .text--02 .line--03 {
  line-height: 1.6923076923;
  padding: 0.24rem 0 0;
  font-size: 0.26rem;
}
section.landplan .feature .column .text--02 .line--03::before, section.landplan .feature .column .text--02 .line--03::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.landplan .feature .column .text--02 .line--03::before {
  margin-bottom: -0.3461538462em;
}
section.landplan .feature .column .text--02 .line--03::after {
  margin-top: -0.3461538462em;
}
section.landplan .feature .column figure.image {
  width: 5rem;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}
@media screen and (max-width: 750px) {
  section.landplan .feature .column figure.image {
    width: auto;
    margin: 0.8rem 0 0;
    position: static;
  }
}
section.landplan .feature .column figure.image .image {
  overflow: hidden;
}
section.landplan .feature .column figure.image figcaption {
  padding: 0.1rem 0 0;
  font-size: 0.24rem;
  text-align: right;
}

section.morizonohouse {
  display: flex;
  width: 161.46rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse {
    display: block;
    width: auto;
  }
}
section.morizonohouse > .prepend {
  box-sizing: border-box;
  width: 15.48rem;
  padding: 0 0 0 4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.morizonohouse > .prepend {
    padding: 2rem 0 0;
  }
}
section.morizonohouse > .prepend .bgText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.28rem 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  color: #c1c0b2;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 0.74;
  white-space: nowrap;
  opacity: 0.1;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  section.morizonohouse > .prepend .bgText {
    top: 0;
    font-size: 3rem;
  }
}
section.morizonohouse > .prepend .text {
  padding: 6.55rem 0 0;
}
@media screen and (max-width: 750px) {
  section.morizonohouse > .prepend .text {
    padding: 0;
  }
}
section.morizonohouse > .prepend .text .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
section.morizonohouse > .prepend .text p {
  line-height: 2;
  padding: 0.44rem 0 0;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.morizonohouse > .prepend .text p::before, section.morizonohouse > .prepend .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.morizonohouse > .prepend .text p::before {
  margin-bottom: -0.5em;
}
section.morizonohouse > .prepend .text p::after {
  margin-top: -0.5em;
}
section.morizonohouse .image--01 {
  width: 28.8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .image--01 {
    width: auto;
    margin: 1rem 0 0;
  }
}
section.morizonohouse .image--01 figcaption {
  position: absolute;
  top: 3.3rem;
  right: 1rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .image--01 figcaption {
    position: static;
    color: inherit !important;
    padding: 0.2rem 0.4rem 0;
  }
}
section.morizonohouse .image--02, section.morizonohouse .image--03, section.morizonohouse .image--04 {
  align-self: flex-start;
  margin: 3.2rem 0 0;
}
section.morizonohouse .image--02 .image, section.morizonohouse .image--03 .image, section.morizonohouse .image--04 .image {
  overflow: hidden;
}
section.morizonohouse .image--02 {
  width: 18.3rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .image--02 {
    width: auto;
    margin: 1rem 0.4rem 0;
  }
}
section.morizonohouse .image--03 {
  width: 13.7rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .image--03 {
    width: auto;
    margin: 0.4rem 0.4rem 0;
  }
}
section.morizonohouse .image--04 {
  width: 9.2rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .image--04 {
    width: auto;
    margin: 0.4rem 0.4rem 0;
  }
}
section.morizonohouse .block {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block {
    display: block;
  }
}
section.morizonohouse .block > .text {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 13.7rem;
  padding: 0 0 0 2.48rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block > .text {
    width: auto;
    margin: 1rem 0 0;
    padding: 0;
  }
}
section.morizonohouse .block > .text p {
  line-height: 2.3333333333;
  padding: 0.44rem 0 0;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
section.morizonohouse .block > .text p::before, section.morizonohouse .block > .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.morizonohouse .block > .text p::before {
  margin-bottom: -0.6666666667em;
}
section.morizonohouse .block > .text p::after {
  margin-top: -0.6666666667em;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block > .text p {
    padding: 0;
  }
}
section.morizonohouse .block .feature {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  width: 61.08rem;
  margin: 0 0 0 auto;
  padding: 3.1rem 2rem 0;
  background: #e6e6e0;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature {
    display: block;
    width: auto;
    margin: 1rem 0 0;
    padding: 0.2rem 0.4rem 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card {
    margin: 0.8rem 0 0;
  }
}
section.morizonohouse .block .feature .card .prepend {
  position: relative;
  z-index: 1;
  text-align: center;
}
section.morizonohouse .block .feature .card .prepend .en {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  color: #c1c0b2;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.2;
  transform: translate(-50%, -50%);
}
section.morizonohouse .block .feature .card .prepend .title {
  color: #0e2c45;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 0.94rem;
}
section.morizonohouse .block .feature .card .body {
  box-sizing: border-box;
  height: 8.93rem;
  border-top: 1px solid #0e2c45;
  padding: 1.2rem 1.2rem 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card .body {
    height: auto;
    padding: 0.6rem 0.4rem;
  }
}
section.morizonohouse .block .feature .card .body .label,
section.morizonohouse .block .feature .card .body dt {
  display: flex;
  align-items: center;
  color: #0e2c45;
  font-size: 0.34rem;
  font-weight: 600;
}
section.morizonohouse .block .feature .card .body .label .icon,
section.morizonohouse .block .feature .card .body dt .icon {
  width: 0.6rem;
  margin: 0 0.24rem 0 0;
}
section.morizonohouse .block .feature .card .body .image {
  margin: 0.4rem 0 0;
  position: relative;
}
section.morizonohouse .block .feature .card .body .image figcaption {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 500;
}
section.morizonohouse .block .feature .card .body .text,
section.morizonohouse .block .feature .card .body dd {
  line-height: 1.7857142857;
  padding: 0.4rem 0 0;
  font-size: 0.28rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.morizonohouse .block .feature .card .body .text::before, section.morizonohouse .block .feature .card .body .text::after,
section.morizonohouse .block .feature .card .body dd::before,
section.morizonohouse .block .feature .card .body dd::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.morizonohouse .block .feature .card .body .text::before,
section.morizonohouse .block .feature .card .body dd::before {
  margin-bottom: -0.3928571429em;
}
section.morizonohouse .block .feature .card .body .text::after,
section.morizonohouse .block .feature .card .body dd::after {
  margin-top: -0.3928571429em;
}
section.morizonohouse .block .feature .card .body .text sup,
section.morizonohouse .block .feature .card .body dd sup {
  font-size: 0.5em;
}
section.morizonohouse .block .feature .card .body .text + dt,
section.morizonohouse .block .feature .card .body dd + dt {
  margin: 0.58rem 0 0;
}
section.morizonohouse .block .feature .card .body .note {
  line-height: 1.75;
  padding: 0.34rem 0 0;
  font-size: 0.24rem;
  font-weight: 600;
}
section.morizonohouse .block .feature .card .body .note::before, section.morizonohouse .block .feature .card .body .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.morizonohouse .block .feature .card .body .note::before {
  margin-bottom: -0.375em;
}
section.morizonohouse .block .feature .card .body .note::after {
  margin-top: -0.375em;
}
section.morizonohouse .block .feature .card--01 .body, section.morizonohouse .block .feature .card--02 .body, section.morizonohouse .block .feature .card--03 .body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--01 .body, section.morizonohouse .block .feature .card--02 .body, section.morizonohouse .block .feature .card--03 .body {
    display: block;
  }
}
section.morizonohouse .block .feature .card--01 .body .primary, section.morizonohouse .block .feature .card--02 .body .primary, section.morizonohouse .block .feature .card--03 .body .primary {
  width: 5.9rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--01 .body .primary, section.morizonohouse .block .feature .card--02 .body .primary, section.morizonohouse .block .feature .card--03 .body .primary {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--01 .body .secondary, section.morizonohouse .block .feature .card--02 .body .secondary, section.morizonohouse .block .feature .card--03 .body .secondary {
    margin: 0.58rem 0 0;
  }
}
section.morizonohouse .block .feature .card--01 {
  width: 15.24rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--01 {
    width: auto;
  }
}
section.morizonohouse .block .feature .card--01 .body .primary {
  position: relative;
}
section.morizonohouse .block .feature .card--01 .body .primary .image--011 {
  width: 3.2rem;
}
section.morizonohouse .block .feature .card--01 .body .primary .image--012 {
  width: 2.1rem;
  margin: 0;
  position: absolute;
  top: 0.3rem;
  right: 0;
}
section.morizonohouse .block .feature .card--01 .body .secondary {
  width: 5.94rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--01 .body .secondary {
    width: auto;
  }
}
section.morizonohouse .block .feature .card--02 {
  width: 15.16rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--02 {
    width: auto;
  }
}
section.morizonohouse .block .feature .card--02 .body .secondary {
  width: 5.86rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--02 .body .secondary {
    width: auto;
  }
}
section.morizonohouse .block .feature .card--03 {
  width: 15.38rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--03 {
    width: auto;
  }
}
section.morizonohouse .block .feature .card--03 .body .secondary {
  width: 5.9rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--03 .body .secondary {
    width: auto;
  }
}
section.morizonohouse .block .feature .card--04 {
  width: 8.3rem;
}
@media screen and (max-width: 750px) {
  section.morizonohouse .block .feature .card--04 {
    width: auto;
  }
}

.floatLabel {
  position: fixed;
  top: 1.34rem;
  left: 2rem;
  color: #dadada;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .floatLabel {
    display: none;
  }
}
.floatLabel.on {
  opacity: 1;
}
.floatLabel.on.off {
  opacity: 0;
}

div.popup {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
}
div.popup .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
div.popup .panel {
  display: none;
  box-sizing: border-box;
  width: 18.65rem;
  height: 14rem;
  padding: 1.5rem 2rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f2f2f2;
}
@media screen and (max-width: 750px) {
  div.popup .panel {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.4rem;
  }
}
div.popup .panel.active {
  display: block;
}
div.popup .panel .label {
  margin: 0 0 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  div.popup .panel .label {
    margin: 0 0 0.4rem;
  }
}
div.popup .panel .label .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.32rem;
  font-weight: 500;
}
div.popup .panel .label .ja {
  margin: 0.25rem 0 0;
  font-size: 0.5rem;
  font-weight: 600;
}
div.popup .panel .slide {
  display: flex;
  justify-content: space-between;
}
div.popup .panel .slide .image {
  width: 12rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  div.popup .panel .slide .image {
    width: 81%;
  }
}
div.popup .panel .slide .image figure {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
div.popup .panel .slide .image figure.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
div.popup .panel .slide .thumnail {
  width: 2.4rem;
}
@media screen and (max-width: 750px) {
  div.popup .panel .slide .thumnail {
    width: calc(19% - 0.2rem);
  }
}
div.popup .panel .slide .thumnail figure {
  position: relative;
  cursor: pointer;
}
div.popup .panel .slide .thumnail figure + figure {
  margin: 0.25rem 0 0;
}
@media screen and (max-width: 750px) {
  div.popup .panel .slide .thumnail figure + figure {
    margin: 0.2rem 0 0;
  }
}
div.popup .panel .slide .thumnail figure.active::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
div.popup .panel .text {
  line-height: 2;
  padding: 0.4rem 0 0;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
div.popup .panel .text::before, div.popup .panel .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
div.popup .panel .text::before {
  margin-bottom: -0.5em;
}
div.popup .panel .text::after {
  margin-top: -0.5em;
}
div.popup .panel .btClose {
  width: 0.52rem;
  height: 0.52rem;
  border: none;
  padding: 0;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: url(../imgs/bt-close.png) 0 0/contain no-repeat;
  border-radius: 0;
  cursor: pointer;
}
/*# sourceMappingURL=unique.css.map */