html body .noto-serif {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}
html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}
html body header .logo img.default {
  display: none;
}
html body header .logo img.scroll {
  display: block;
}
html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
}
html body .commit-title {
  margin-bottom: 60px;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .commit-title {
    font-size: 30px;
  }
}
html body .wrapper.wrapper_full {
  max-width: 1600px;
}
html body .wrapper p {
  line-height: 1.6;
}
html body .hero {
  position: relative;
}
html body .hero .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  font-size: 34px;
  line-height: 42px;
  color: #0E1A3C;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #0E1A3C;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
html body .hero .catch span::after, html body .hero .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  width: 60px;
}
html body .hero .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero .sub {
  font-size: 16px;
  line-height: 16px;
  color: #F8F8F8;
  font-size: normal;
}
@media screen and (max-width: 767px) {
  html body .hero .sub {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero .sub {
    background-color: #fff;
    color: #0E1A3C;
  }
}
html body .selector_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  html body .selector_wrapper {
    gap: 2rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  html body .selector_wrapper {
    padding: 0 40px;
  }
}
html body .selector_wrapper .selector {
  flex-basis: calc((100% - 8rem) / 3);
  position: relative;
}
@media screen and (max-width: 991px) {
  html body .selector_wrapper .selector {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body .selector_wrapper .selector {
    flex-basis: 100%;
  }
}
html body .selector_wrapper .selector:hover {
  cursor: pointer;
}
html body .selector_wrapper .selector:hover::before, html body .selector_wrapper .selector:hover::after {
  opacity: 0;
}
html body .selector_wrapper .selector::before, html body .selector_wrapper .selector::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 24px;
  height: calc(100% - 48px);
  width: 2px;
  z-index: 2;
  transition: ease 0.4s;
}
html body .selector_wrapper .selector::before {
  left: 0;
}
html body .selector_wrapper .selector::after {
  right: 0;
}
html body .selector_wrapper .selector a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 30px 15px 60px;
  position: relative;
  border: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .selector_wrapper .selector a {
    padding: 30px 10px 60px;
  }
}
@media screen and (max-width: 575px) {
  html body .selector_wrapper .selector a {
    padding: 20px 15px 50px;
    text-align: left;
  }
}
html body .selector_wrapper .selector a:hover .triangle {
  transform: translateY(5px);
}
html body .selector_wrapper .selector a h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
html body .selector_wrapper .selector a p {
  font-size: 16px;
}
html body .selector_wrapper .selector a .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #0E1A3C;
  border-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 10px);
  transition: ease 0.4s;
}

html body .main_slide_wrapper .bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
html body .main_slide_wrapper .bx-wrapper .bx-viewport {
  box-sizing: content-box;
}
html body .main_slide_wrapper .slide_main {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html body .main_slide_wrapper .slide_main {
    padding-right: 60px;
  }
}
html body .main_slide_wrapper .slide_main img {
  width: 100%;
}
html body .main_slide_wrapper .slide_thum a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents_head .wrapper {
    padding: 0;
  }
}
html body .page_modelhouse .contents_head .commit-title {
  margin-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents_head .commit-title {
    margin-bottom: 90px;
  }
}
html body .page_modelhouse .contents_head .commit-title::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0E1A3C;
  height: 70px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents_head .commit-title::after {
    bottom: -70px;
    height: 50px;
  }
}
html body .page_modelhouse .contents {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .wrapper {
    padding: 0;
  }
}
html body .page_modelhouse .contents .contents_title_wrapper {
  margin-bottom: 40px;
}
html body .page_modelhouse .contents .contents_title_wrapper .contents_title {
  font-size: 52px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .contents_title_wrapper .contents_title {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .contents_text_wrapper {
    padding: 0 40px;
  }
}
html body .page_modelhouse .contents .modelhouse_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .modelhouse_list {
    margin-top: 60px;
  }
}
html body .page_modelhouse .contents .modelhouse_list.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .modelhouse_list.reverse .modelhouse_gallery .main_slide_wrapper .slide_main {
    padding-right: 0;
    padding-left: 60px;
  }
}
html body .page_modelhouse .contents .modelhouse_list.reverse .modelhouse_gallery .link_wrapper {
  text-align: right;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .modelhouse_list.reverse .modelhouse_gallery .link_wrapper {
    text-align: center;
  }
}
html body .page_modelhouse .contents .modelhouse_list .modelhouse_text {
  width: 50%;
  padding: 100px 80px 0;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse .contents .modelhouse_list .modelhouse_text {
    padding: 80px 40px 0;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse .contents .modelhouse_list .modelhouse_text {
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .modelhouse_list .modelhouse_text {
    width: 100%;
    padding: 0 40px 40px;
  }
}
html body .page_modelhouse .contents .modelhouse_list .modelhouse_text .modelhouse_title {
  padding-left: 15px;
  border-left: 2px solid #0E1A3C;
  margin-bottom: 40px;
}
html body .page_modelhouse .contents .modelhouse_list .modelhouse_text .modelhouse_title h4 {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse .contents .modelhouse_list .modelhouse_text .modelhouse_title h4 {
    font-size: 20px;
  }
}
html body .page_modelhouse .contents .modelhouse_list .modelhouse_gallery {
  width: 50%;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .modelhouse_list .modelhouse_gallery {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .modelhouse_list .modelhouse_gallery .link_wrapper {
    padding: 0 20px;
    text-align: center;
  }
}
html body .page_modelhouse .contents .modelhouse_list .modelhouse_gallery .link_wrapper a {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents .modelhouse_list .modelhouse_gallery .link_wrapper a {
    margin-top: 25px;
  }
}
html body .page_modelhouse .contents.contents01 .contents_text, html body .page_modelhouse .contents.contents02 .contents_text, html body .page_modelhouse .contents.contents03 .contents_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents.contents01 .contents_text, html body .page_modelhouse .contents.contents02 .contents_text, html body .page_modelhouse .contents.contents03 .contents_text {
    text-align: left;
  }
}
html body .page_modelhouse .contents.contents03 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse .contents.contents03 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child.page_modelhouse_lifestyle .contents_head .contents_head_inner {
    margin-top: -50px;
    position: relative;
    z-index: -1;
  }
}
html body .page_modelhouse_child.page_modelhouse_lifestyle .contents_head .contents_head_inner .contents_head_text {
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child.page_modelhouse_lifestyle .contents_head .contents_head_inner .contents_head_text {
    gap: 0;
  }
}
html body .page_modelhouse_child.page_modelhouse_lifestyle .contents_head .contents_head_inner .contents_head_text .contents_head_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child.page_modelhouse_lifestyle .contents_head .contents_head_inner .contents_head_text .contents_head_title {
    margin-bottom: 30px;
  }
}
html body .page_modelhouse_child.page_modelhouse_lifestyle .contents_head .contents_head_inner .contents_head_text .contents_head_subtitle {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child.page_modelhouse_lifestyle .contents_head .contents_head_inner .contents_head_text .contents_head_subtitle {
    margin-bottom: 30px;
  }
}
html body .page_modelhouse_child .contents_head .modelhouse_title {
  font-size: 120px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents_head .modelhouse_title {
    font-size: 70px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .modelhouse_title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner {
    flex-direction: column;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image {
  width: 60%;
  flex-shrink: 0;
  position: relative;
  top: 0;
  left: 0;
  min-height: 570px;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image {
    min-height: auto;
  }
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image {
    padding-left: 1rem;
    width: 100%;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image .image_inner {
  position: absolute;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image .image_inner {
    position: relative;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image .image_inner img {
  max-width: fit-content;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_image .image_inner img {
    max-width: 100%;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text {
    gap: 40px;
    margin-top: 40px;
    padding: 0 2rem;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_title {
  display: flex;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_title {
    flex-direction: column;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_title span {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_title span {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_title span {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0E1A3C;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_subtitle h2 {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text .contents_head_subtitle h2 {
    display: inline;
    background-image: linear-gradient(to right, currentColor 100%, currentColor 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    padding-bottom: 4px;
    line-height: 1.8;
  }
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text p {
    font-size: 16px;
  }
}
html body .page_modelhouse_child .contents {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents p {
    font-size: 1rem;
  }
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper {
    gap: 50px;
  }
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper .contents_text .sub_title {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper .contents_text .sub_title {
    margin-bottom: 5px;
  }
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper .contents_text h2 {
  margin-bottom: 50px;
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper .contents_text h3 {
  margin-bottom: 20px;
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper .contents_floor_image {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper .modelhouse_gallery {
  width: 60%;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper .modelhouse_gallery {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom {
  margin-bottom: 160px;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom {
    margin-bottom: 60px;
  }
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom:last-child {
  margin-bottom: 0;
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom .contents_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom .contents_inner .contents_image {
    margin: 0 -1rem;
  }
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom .contents_inner .contents_text {
  width: 50%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom .contents_inner .contents_text {
    width: 100%;
    margin-top: 30px;
  }
}
html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom .contents_inner .contents_text h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01.lifestyle_contents .contents_wrapper_bottom .contents_inner .contents_text h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 160px;
  margin-bottom: 160px;
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper:last-child {
  margin-bottom: 0;
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper.reverse .modelhouse_gallery .main_slide_wrapper .slide_main {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper {
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper {
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_image {
  width: 720px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_image {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_image {
    width: 100%;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text {
  flex: 1 1 0%;
  padding-right: 80px;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text {
    padding-right: 0;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text h2 {
    font-size: 30px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text h3 {
    font-size: 20px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_text_inner p {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_text_inner p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_text_inner p {
    line-height: 1.6;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_text_inner p:last-child {
  margin-bottom: 0;
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_logo {
  margin: 100px 0 20px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_logo {
    margin: 80px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_logo {
    margin: 30px 0 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_logo img {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_logo img {
    width: 260px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_link_text .box-link-arrow a {
  margin: 0;
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .award_wapper {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .award_wapper {
    justify-content: center;
    flex-direction: column;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .award_wapper h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .award_wapper h3 {
    text-align: center;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list {
  display: flex;
  flex-wrap: wrap;
  gap: 160px;
  align-items: flex-end;
  margin-top: 160px;
}
html body .page_modelhouse_child .contents.contents01 .contents_list.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list.reverse .contents_list_image {
    margin-right: -1rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list.reverse .contents_list_text {
    padding-right: 0;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list {
    gap: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list {
    gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list {
    margin-top: 80px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_image {
  width: 960px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_image {
    width: 780px;
  }
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_image {
    width: 640px;
  }
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_image {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_image {
    margin-left: -1rem;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text {
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text {
    padding-right: 1rem;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper {
    gap: 40px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper .label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background-color: #0E1A3C;
  transform: rotate(25deg);
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper .label::after {
    right: -20px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper .label span {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper .label span {
    font-size: 15px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper .label span.number {
  font-size: 48px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper .label span.number {
    font-size: 38px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper p {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .sub_title_wrapper p {
    font-size: 30px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text h3 {
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text h3 {
    margin-bottom: 20px;
  }
}
html body .page_modelhouse_child .contents.contents01 .contents_list .contents_list_text .list_text_inner p {
  line-height: 1.8;
}
html body .page_modelhouse_child .contents.contents02 {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents02 {
    padding: 60px 0;
  }
}
html body .page_modelhouse_child .contents.contents02.lifestyle_contents .contents_wrapper .contents_head {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents02.lifestyle_contents .contents_wrapper .contents_head .contents_text_wrapper .contents_text h2 {
    margin-bottom: 0;
  }
}
html body .page_modelhouse_child .contents.contents02.lifestyle_contents .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner ul li {
  margin-bottom: 15px;
}
html body .page_modelhouse_child .contents.contents02.lifestyle_contents .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner ul li:last-child {
  margin-bottom: 0;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper {
  background-color: #fff;
  padding: 80px 80px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper {
    padding: 60px 15px;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head {
    align-items: flex-start;
    gap: 40px;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_image {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_image {
    width: 100%;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper {
  flex: 1 1 0%;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper {
    display: contents;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_text {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_text {
    order: -1;
    margin-bottom: 0;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_text h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_text h2 {
    font-size: 30px;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_text p {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_text p {
    margin-bottom: 0;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_title {
  margin-bottom: 20px;
  position: relative;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0E1A3C;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_title h3 {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  background-color: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner {
  margin-bottom: 30px;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner:last-child {
  margin-bottom: 0;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner dl {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 15px;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner dl:last-child {
  margin-bottom: 0;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner dl dt {
  font-weight: normal;
  width: 70px;
  flex-shrink: 0;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_head .contents_text_wrapper .contents_details .contents_details_inner dl dd {
  flex: 1 1 0%;
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list {
    margin-top: 60px;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list h3 {
    font-size: 26px;
  }
}
html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list .floor_image_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list .floor_image_wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list .floor_image_wrapper .floor_image {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents02 .contents_wrapper .contents_list .map_wrapper iframe {
    height: 310px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner {
  padding: 0 80px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner {
    padding: 0;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title.contents_title_porta h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title.contents_title_porta h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title.contents_title_porta h2 {
    display: none;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title h2 {
  font-size: 52px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title h3 {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_title h3 {
    font-size: 20px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_text {
  text-align: center;
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_text p {
  line-height: 1.8;
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper {
    gap: 15px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature {
    gap: 10px;
    width: 100%;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature h2 {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature h2 {
    display: block;
    font-size: 30px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature span {
  display: block;
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature span.en {
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature span.en {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature span.en {
    font-size: 20px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .feature span.ja {
  font-size: 16px;
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .cross {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .cross {
    display: block;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .porta_title_wrapper .cross span {
  display: block;
  font-size: 30px;
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper {
    margin-top: 90px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper::after {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper::after {
    top: -70px;
    height: 40px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_image {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_image {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_image {
    width: 100%;
    min-height: auto;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_image img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_image img {
    height: 100%;
    object-fit: cover;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_text {
    width: 100%;
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_text .logo.oneorder img {
    width: 220px;
  }
}
html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_text .logo.porta img {
  width: 330px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_text .logo.porta img {
    width: 260px;
  }
}
html body.archive header .logo img.default {
  display: block;
}
html body.archive header .logo img.scroll {
  display: none;
}
html.header-scrolled body header .logo img.default {
  display: none;
}
html.header-scrolled body header .logo img.scroll {
  display: block;
}

html body .page_modelhouse_archive .hero {
  height: 320px;
  background: url("../../images/modelhouse/archive/mv_pc.webp") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .hero {
    height: 390px;
    background: url("../../images/modelhouse/archive/mv_sp.webp") no-repeat center center;
  }
}
html body .page_modelhouse_archive .hero .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
html body .page_modelhouse_archive .hero .hero-textbox .catch {
  color: #F8F8F8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .hero .hero-textbox .catch {
    font-size: 26px;
  }
}
html body .page_modelhouse_archive .hero .hero-textbox .catch span {
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .hero .hero-textbox .catch span {
    font-size: 32px;
  }
}
html body .page_modelhouse_archive .hero .hero-textbox .catch span::before, html body .page_modelhouse_archive .hero .hero-textbox .catch span::after {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .hero .hero-textbox .catch span::before, html body .page_modelhouse_archive .hero .hero-textbox .catch span::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .hero-archive .hero-textbox {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body .page_modelhouse_archive .hero-archive .hero-textbox .catch {
    width: auto;
    margin: 0 auto;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body .page_modelhouse_archive .hero-archive .hero-textbox .catch span {
    display: block;
  }
}
html body .page_modelhouse_archive .contents_breadcrumb {
  margin-top: 10px;
}
html body .page_modelhouse_archive .contents {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_archive .contents {
    padding-top: 30px;
  }
}
html body .page_modelhouse_archive .contents .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 50px;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_archive .contents .contents_list_wrapper {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .contents .contents_list_wrapper {
    gap: 50px 20px;
  }
}
html body .page_modelhouse_archive .contents .contents_list_wrapper .contents_list {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_archive .contents .contents_list_wrapper .contents_list {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .contents .contents_list_wrapper .contents_list {
    width: calc((100% - 20px) / 2);
  }
}
html body .page_modelhouse_archive .contents .contents_list_wrapper .contents_list h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_archive .contents .contents_list_wrapper .contents_list h2 {
    font-size: 15px;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=modelhouse.css.map */
