@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap'); */
/* @import url("https://use.typekit.net/izc0sha.css"); */
/*==================================================================
	Style setting
===================================================================*/
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 767px) {
}

/* common
------------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
  position: relative;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.align-left {
  text-align: left;
}
.color-red {
  color: #e8382f;
}
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 1s;
}
.fadeup.on {
  opacity: 1;
  transform: translateY(0);
}

/* #header
------------------------------------------------ */
#header {
  width: 100%;
  height: 948px;
  background: url(../imgs/mv-img.webp) center center no-repeat;
  background-size: cover;
  position: relative;
}
#header h1 {
  width: 41%;
  position: absolute;
  top: 65px;
  left: 77px;
}
.mv-signature {
  width: 26%;
  position: absolute;
  bottom: 25px;
  right: 50px;
}
@media screen and (max-width: 1600px) {
  #header {
    height: auto;
    aspect-ratio: 1.77 / 1;
  }
}
@media screen and (max-width: 767px) {
  #header {
    aspect-ratio: 1 / 1;
    background: url(../imgs/mv-img-sp.webp) center center no-repeat;
    background-size: cover;
  }
  #header h1 {
    width: 65%;
    top: 25px;
    left: 15px;
  }
  .mv-signature {
    width: 41%;
    bottom: 10px;
    right: 40px;
  }
}

/* contents
------------------------------------------------ */
.contents-sec {
  width: 100%;
  padding: 140px 0 180px;
  text-align: center;
}
.visual-headline {
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1.9 / 1;
  margin: 120px 0 0;
  padding: 90px 0 0 65px;
  text-align: left;
}
.visual-headline h2 {
  margin: 0;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.visual-headline p {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.mv2-bk {
  background: url(../imgs/mv2-img.webp) center center no-repeat;
  background-size: cover;
  margin-top: 0;
}
.mv3-bk {
  background: url(../imgs/mv3-img.webp) center center no-repeat;
  background-size: cover;
}
.bk-cream {
  background: #fef9e6;
}
.bk-model-plan {
  background: #fef9e6 url(../imgs/mv5-img.webp) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 48vw;
}
.headline-gradation {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  background: linear-gradient(to right, #4b3889, #c8317e, #e57e23);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.headline-emdash {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.headline-emdash::before,
.headline-emdash::after {
  content: "―";
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0.3em;
}
.headline-strong {
  margin: 120px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #e8382f;
}
h2.headline-strong {
  margin: 0;
}
.headline-sub {
  margin: 70px 0;
  font-size: 2.6rem;
  font-weight: 700;
}
.headline-sub .headline-sub-emphasis {
  font-size: 135%;
  color: #e8382f;
}
.headline-strong-under-line {
  margin: 60px 0 40px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #e8382f;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 1px;
}
.border-left {
  box-sizing: border-box;
  padding-left: 15px;
  border-left: #e8382f 15px solid;
}
.content-inner {
  max-width: 1062px;
  width: 94%;
  margin: 60px auto 0;
  position: relative;
}
.wide-inner {
  max-width: 1240px;
}
.narrow-inner {
  max-width: 660px;
}
.narrow-inner2 {
  max-width: 880px;
}
.content-inner .txt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.commitment {
  margin: 80px 0 110px;
  outline: red 1px solid;
}
@media screen and (max-width: 1240px) {
  .visual-headline {
    padding: 45px 0 0 30px;
  }
  .visual-headline h2 {
    font-size: 3.8rem;
  }
  .visual-headline p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-sec {
    padding: 60px 0 80px;
  }
  .bk-model-plan {
    padding-bottom: 45vw;
  }
  .visual-headline {
    margin: 50px 0 0;
    padding: 20px 0 0 15px;
  }
  .visual-headline h2 {
    font-size: 2rem;
  }
  .visual-headline p {
    font-size: 1.5rem;
  }
  .section-ttl {
    margin: 0 0 40px;
  }
  .headline-gradation {
    font-size: 2.4rem;
  }
  .headline-emdash {
    font-size: 1.2rem;
  }
  .headline-emdash::before,
  .headline-emdash::after {
    font-size: 1.6rem;
  }
  .headline-strong {
    margin: 30px 0 0;
    font-size: 1.8rem;
  }
  h2.headline-strong {
    margin: 0;
  }
  .headline-sub {
    margin: 25px 0;
    font-size: 1.6rem;
  }
  .headline-strong-under-line {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }
  .border-left {
    padding-left: 10px;
    border-left: #e8382f 8px solid;
  }
  .content-inner .txt {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
  .commitment {
    margin: 30px 0 50px;
  }
}

/* contents-parts
------------------------------------------------ */
.professor {
  margin: 45px 0 0;
  padding: 35px 40px;
  border: #e8382f 2px solid;
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.professor > h3 {
  width: 100%;
  margin: 10px 0 30px;
}
.professor > div {
  width: 64%;
}
.professor > div > p {
  margin-top: 5px !important;
}
.professor > p {
  width: 19%;
}
.professor > p:last-child {
  width: 15%;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}
.professor > p:last-child span {
  font-size: 168%;
}
.professor-emphasis {
  font-size: 2.3rem;
  font-weight: 700;
  color: #e8382f;
}
h3.professor-emphasis {
  color: #000;
}
.bubble-parent {
  position: relative;
}
.bubble-01 {
  width: 203px;
  height: auto;
  position: absolute;
  top: -80px;
  right: -60px;
}
.bubble-02 {
  width: 203px;
  height: auto;
  position: absolute;
  top: -120px;
  right: -60px;
}
.protect-health {
  margin: 110px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.protect-health > div {
  width: 45%;
}
.protect-health > div:last-child {
  width: 53%;
}
.protect-health h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
.protect-health h3 span {
  font-size: 135%;
  color: #e8382f;
}
.protect-health h4 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}
.protect-health p {
  margin: 25px 0 0;
  padding: 0 0 0 30px;
  font-size: 1.2rem;
  text-align: left;
}
.three-points {
  max-width: 500px;
  width: 70%;
  margin: 70px auto 0;
}
.three-points-list {
  margin: 120px 0 200px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three-points-list > li {
  width: 30%;
}
.three-points-list h4 {
  height: 2.2em;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.three-points-list .txt {
  height: 9em;
}
.new-standard-bottom {
  margin: 0;
}
.new-standard-bottom img {
  width: 100%;
  transform: translateY(220px);
}
.diagram-cap {
  margin: 10px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.all-double {
  margin: 110px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.all-double > div {
  width: 45%;
}
.all-double > ul {
  width: 53%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
}
.all-double > ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #000 1px solid;
}
.all-double > ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.all-double-inner {
  display: flex;
  justify-content: space-between;
}
.all-double-inner > p {
  width: 40%;
  margin-bottom: 5px;
}
.all-double-inner > p:first-child {
  width: 56%;
}
.all-double-headline {
  font-size: 3.5rem;
  font-weight: 700;
}
.all-double-headline span {
  display: inline-block;
  margin-right: 0.3em;
  padding: 0.2em 0.4em;
  font-family: "Roboto", sans-serif;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  background: #e8382f;
  vertical-align: 3px;
}
.model-txt {
  margin: 10px 0;
  padding-left: 3.4em;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
}
.model-txt span {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-family: "Roboto", sans-serif;
  font-size: 175%;
  line-height: 1;
  color: #fff;
  background: #e8382f;
  position: absolute;
  top: 0;
  left: 0;
}
.two-column {
  margin: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-column > div {
  width: 48.5%;
  display: flex;
  flex-direction: column;
}
.two-column > div p:first-child {
  flex-grow: 1;
}
.free-design {
  margin: 0 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.free-design > div {
  width: 25%;
}
.free-design > div:last-child {
  width: 73%;
  text-align: left;
  font-size: 1.6rem;
}
.free-design-ttl {
  margin: 5px 0;
  font-size: 2.6rem;
  font-weight: 700;
}
.free-design-cap {
  font-size: 1.2rem;
  font-weight: 400;
}
.bedroom {
  margin: 150px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bedroom > * {
  width: 33%;
}
.bedroom > *:last-child {
  width: 65%;
  margin-top: 15px;
}
.profile {
  margin: 0;
  padding: 14px;
  background: #fef9e6;
  display: flex;
  align-items: center;
}
.profile p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.profile p:first-child {
  width: 140px;
  margin-right: 20px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #e8382f;
  border-right: #e8382f 1px solid;
}
.con-btn {
  width: 94%;
  margin: 110px auto 0;
}
.con-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1240px) {
  .bubble-01 {
    width: 160px;
    top: -180px;
    right: -20px;
  }
  .bubble-02 {
    width: 160px;
    top: -130px;
    right: -20px;
  }
  .three-points-list .txt {
    height: 10.5em;
  }
}
@media screen and (max-width: 1023px) {
  .professor {
    margin: 25px 0 0;
    padding: 15px 20px;
    justify-content: center;
  }
  .professor > h3 {
    margin: 0 0 10px;
  }
  .professor > div {
    width: 100%;
  }
  .professor > p {
    width: 48%;
    margin: 10px 1% 0;
  }
  .professor > p:last-child {
    width: 48%;
  }
  .bubble-02 {
    width: 140px;
    top: -140px;
    right: -20px;
  }
  .three-points-list h4 {
    height: 2em;
    font-size: 2.2rem;
  }
  .three-points-list .txt {
    height: 14em;
  }
}
@media screen and (max-width: 767px) {
  .professor-emphasis {
    font-size: 1.8rem;
  }
  .professor > p:last-child {
    font-size: 1.4rem;
  }
  .bubble-parent {
    margin-top: 120px !important;
  }
  .bubble-01 {
    width: 100px;
    top: -110px;
    right: 0px;
  }
  .bubble-02 {
    width: 100px;
    top: -110px;
    right: 0px;
  }
  .protect-health {
    margin: 50px 0 0;
  }
  .protect-health > div {
    width: 100%;
  }
  .protect-health > div:last-child {
    width: 100%;
    margin: 20px 0 0;
  }
  .protect-health h3 {
    font-size: 2rem;
  }
  .protect-health p {
    margin: 5px 0 0;
    padding: 0 0 0 20px;
  }
  .three-points {
    margin: 25px auto 0;
  }
  .three-points-list {
    margin: 50px 0 80px;
  }
  .three-points-list > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .three-points-list h4 {
    height: auto;
  }
  .three-points-list .txt {
    height: auto;
    margin-bottom: 10px;
  }
  .new-standard-bottom img {
    transform: translateY(100px);
  }
  .all-double {
    margin: 40px 0 0;
  }
  .all-double > div {
    width: 100%;
    text-align: center;
  }
  .all-double > div img {
    width: 70%;
  }
  .all-double > ul {
    width: 100%;
    font-size: 1.4rem;
  }
  .all-double > ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .all-double > ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .all-double-headline {
    font-size: 2rem;
  }
  .model-txt {
    padding-left: 3.4em;
    font-size: 1.4rem;
  }
  .two-column {
    margin: 40px 0 0;
  }
  .two-column > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .free-design {
    margin: 0 0 40px;
  }
  .free-design > div {
    width: 35%;
  }
  .free-design > div:last-child {
    width: 63%;
    text-align: left;
    font-size: 1.4rem;
  }
  .free-design-ttl {
    font-size: 1.8rem;
  }
  .bedroom {
    margin: 50px 0 50px;
  }
  .bedroom > * {
    width: 100%;
  }
  .bedroom > *:last-child {
    width: 100%;
    margin-top: 5px;
  }
  .profile {
    padding: 5px;
  }
  .profile p {
    font-size: 1.4rem;
  }
  .profile p:first-child {
    display: block;
    font-size: 1.8rem;
  }
  .con-btn {
    margin: 50px auto 0;
  }
}

/* Q&A
------------------------------------------------ */
.qanda {
  margin-top: 40px;
  padding: 0 90px 20px;
  background: #fff;
}
.qanda dl {
  margin-bottom: 50px;
  padding-top: 70px;
  text-align: left;
  border-top: #e8382f 3px dotted;
}
.qanda dl:first-child {
  border-top: none;
}
.qanda dt {
  display: inline-block;
  /* width: 55%; */
  padding: 25px 15px 25px 65px;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  background: #fef5f5;
  border-radius: 20px;
  position: relative;
}
.qanda dt::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../imgs/img_life_q.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  left: -58px;
}
.qanda dd {
  width: 73%;
  padding: 25px 65px 25px 25px;
  margin: 25px 0 0 27%;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  background: #f6eef5;
  border-radius: 20px;
  position: relative;
}
.qanda dd::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../imgs/img_life_a.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  right: -58px;
}
@media screen and (max-width: 767px) {
  .qanda {
    margin-top: 20px;
    padding: 0 20px 10px;
  }
  .qanda dl {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .qanda dt {
    width: 90%;
    padding: 10px 5px 10px 45px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
  .qanda dt::after {
    width: 60px;
    height: 60px;
    top: -18px;
    left: -28px;
  }
  .qanda dd {
    width: 90%;
    padding: 10px 45px 10px 10px;
    margin: 10px 0 0 10%;
    font-size: 1.6rem;
    border-radius: 10px;
  }
  .qanda dd::after {
    width: 60px;
    height: 60px;
    top: -18px;
    right: -28px;
  }
}

/* modelhouse
------------------------------------------------ */
#modelhouse {
  padding: 120px 0 0;
  color: #fff;
  background: #968340;
}
.modelhouse-area {
  padding: 100px 0;
}
.modelhouse-area:nth-child(odd) {
  background: #a6945c;
}
#modelhouse h2,
.modelhouse-area h3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.modelhouse-area h3 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  opacity: 0.5;
}
.modelhouse-map {
  max-width: 980px;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 90px auto;
}
.modelhouse-map > * {
  width: 45%;
}
.modelhouse-map .txt {
  padding: 0 0 0 30px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.9;
}
.modelhouse-list {
  max-width: 1230px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.flex-start {
  justify-content: flex-start;
}
.modelhouse-list li {
  width: 350px;
  margin: 70px 30px 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.09em;
}
.modelhouse-list li h4 {
  height: 3em;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.35;
}
.modelhouse-list li .modelhouse-cap {
  height: 3.5em;
  display: flex;
  align-items: center;
}
.modelhouse-list li .modelhouse-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin: 0 0 10px;
  font-size: 2rem;
  text-decoration: none;
  border: #000 1px solid;
}
.modelhouse-list li .modelhouse-btn a.reservation {
  color: #fff;
  background: #000;
}
.modelhouse-list li .modelhouse-btn a.detail {
  color: #000;
  background: #fff;
}
.modelhouse-list li .modelhouse-btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1240px) {
  .modelhouse-list {
    max-width: 820px;
  }
}
@media screen and (max-width: 820px) {
  .modelhouse-list {
    max-width: 700px;
    width: 94%;
  }
  .modelhouse-list li {
    width: 48%;
    margin: 70px 1% 0;
  }
}
@media screen and (max-width: 767px) {
  #modelhouse {
    padding: 40px 0 0;
  }
  .modelhouse-area {
    padding: 40px 0;
  }
  #modelhouse h2,
  .modelhouse-area h3 {
    font-size: 1.8rem;
  }
  .modelhouse-area h3 span {
    font-size: 5rem;
  }
  .modelhouse-map {
    margin: 40px auto;
  }
  .modelhouse-map > * {
    width: 80%;
    margin: 0 0 15px;
  }
  .modelhouse-map .txt {
    padding: 0;
    font-size: 1.5rem;
  }
  .modelhouse-list li {
    margin: 30px 1% 0;
    font-size: 1.2rem;
  }
  .modelhouse-list li h4 {
    font-size: 1.5rem;
  }
  .modelhouse-list li .modelhouse-btn a {
    height: 40px;
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
}

/* conv-banner
------------------------------------------------ */
#conv-banner a {
  display: inline-block;
  height: 170px;
  padding: 0.1em 0.3em;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
  color: #fff;
  background: #d72f86;
  transition: all 0.2s;
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 9999;
}
#conv-banner a:nth-child(2) {
  background: #ef821d;
  top: 360px;
}
#conv-banner a:hover {
  filter: brightness(1.1);
}
@media screen and (max-width: 767px) {
  #conv-banner a {
    width: 50%;
    height: auto;
    padding: 0.7em 0.3em;
    font-size: 1.5rem;
    writing-mode: initial;
    text-orientation: initial;
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
  #conv-banner a:nth-child(2) {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
  }
}

/* footer
------------------------------------------------ */
footer {
  background-color: #00a9c8;
  padding: 40px 0;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #fff;
}
footer .copyright {
  margin-top: 2em;
}
footer .logo {
  width: 300px;
  height: auto;
  margin: 0 auto 7px;
}
#pagetop {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
  transition: transform ease 0.3s;
  z-index: 101;
}
#pagetop:hover {
  transform: translateY(-5px);
}
.annotation {
  margin: 50px auto 0;
  max-width: 930px;
}
.annotation p {
  font-size: 0.9em;
}
.annotation .title {
  font-weight: 500;
  font-size: 1.2em;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 80px;
  }
  #pagetop {
    width: 50px;
    bottom: 60px;
  }
  .modelhouse-cap .letterMin {
    display: inline-block;
    letter-spacing: -0.05em;
    transform: scaleX(0.95);
    transform-origin: left;
    white-space: normal;
    width: 105%;
    line-height: 1.5;
  }
}
