@charset "UTF-8";
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 {
  /* 画像は通常フローのまま（高さが潰れない） */
}
html body .contents_breadcrumb {
  position: relative;
  z-index: 3;
}
html body .bg-lg {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
html body .hero {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 390px;
  }
}
html body .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 24px;
  color: #F8F8F8;
  font-size: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
html body .hero-01 {
  background: url(../../images/about_kyowa/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-01 {
    background: url(../../images/about_kyowa/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-02 {
  background: url(../../images/performance/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-02 {
    background: url(../../images/performance/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-03 {
  background: url(../../images/technology/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-03 {
    background: url(../../images/technology/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-04 {
  background: url(../../images/step/flow_fv2_pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-04 {
    background: url(../../images/step/flow_fv2_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 575px) {
  html body .hero-04 .hero-textbox {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  html body .hero-04 .hero-textbox h1 {
    font-size: 26px;
  }
}
html body .hero-04 .sub {
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .hero-04 .sub {
    color: #fff;
    background-color: transparent;
  }
}
html body .hero-05 {
  background: url(../../images/phiosophy/aboutus_fv_pc.webp) no-repeat top center;
  background-size: cover;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  html body .hero-05 {
    background: url(../../images/phiosophy/aboutus_fv_sp.webp) no-repeat center center;
    background-size: cover;
    background-color: #000000;
  }
}
html body .hero-05 .catch {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-05 .catch {
    width: 260px;
  }
}
html body .heroTitle {
  max-width: 1920px;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle {
    margin-bottom: 35px;
  }
}
html body .heroTitle-textbox {
  max-width: 1760px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox {
    height: 70px;
    margin-bottom: 20px;
  }
}
html body .heroTitle-textbox p {
  font-size: 240px;
  line-height: 240px;
  color: #DBDBDB;
  font-weight: 200;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.27 !important;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    padding-left: 1rem;
    opacity: 0.27 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
html body .heroTitle-textbox h1 {
  position: absolute;
  font-size: 60px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    top: 25px;
    left: 35px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
html body .heroTitle .sub {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.pc {
    display: none;
  }
}
html body .heroTitle-mv {
  max-width: 820px;
  width: 100%;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-mv {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-mv {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-mv {
    max-width: 320px;
  }
}
html body .heroTitle-inner {
  max-width: 1760px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 6px;
  margin: 0 0 120px auto;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px 0;
    margin-bottom: 60px;
    max-width: 820px;
    margin-left: auto;
    padding-left: 35px;
  }
}
html body .heroTitle-inner .inner-left {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-inner .inner-left {
    padding-right: 35px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-inner .inner-left {
    margin-left: 0;
    margin-right: auto;
  }
}
html body .heroTitle-inner .inner-left .left-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left .left-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left .left-text {
    margin-bottom: 20px;
  }
}
html body .heroTitle-inner .inner-right {
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-right {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle-inner .inner-right {
    max-width: 630px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-right {
    max-width: 840px;
  }
}
html body .heroTitle02 {
  max-width: 1860px;
  margin-left: auto;
}
html body .heroTitle02 .heroTitle-textbox {
  max-width: 1860px;
}
html body .heroTitle02 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
html body .heroTitle02 .heroTitle-textbox .jost.longtitle {
  letter-spacing: -10px;
  font-size: 200px;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle02 .heroTitle-textbox .jost.longtitle {
    font-size: 160px;
    line-height: 160px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle02 .heroTitle-textbox .jost.longtitle {
    font-size: 140px;
    line-height: 140px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-textbox .jost.longtitle {
    font-size: 70px;
    line-height: 70px;
  }
}
html body .heroTitle02 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  html body .heroTitle02 .heroTitle-textbox .catch {
    left: 35px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-inner .inner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body .heroTitle02 .heroTitle-inner02 .inner-left {
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
html body .heroTitle02 .heroTitle-inner02 .inner-left .left-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-left .left-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-left .left-text {
    margin-bottom: 20px;
  }
}
html body .heroTitle02 .heroTitle-inner02 .inner-left p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-left .spsubtitle {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0E1A3C;
  }
  html body .heroTitle02 .heroTitle-inner02 .inner-left .spsubtitle p {
    text-align: left !important;
    color: #0E1A3C;
  }
  html body .heroTitle02 .heroTitle-inner02 .inner-left .spsubtitle p:first-child {
    border-bottom: 1px solid #0E1A3C;
  }
}
html body .heroTitle02 .heroTitle-inner02 .inner-left p.sub_ttl {
  font-size: 20px;
  line-height: 1.6;
}
html body .heroTitle02 .heroTitle-inner02 .inner-right {
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-right {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-right {
    max-width: 630px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-inner02 .inner-right {
    max-width: 100%;
  }
}
html body .heroTitle02 .heroTitle-list {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle02 .heroTitle-list {
    max-width: 310px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item {
    gap: 8px;
    padding-bottom: 6px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div {
  width: 8px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  top: -50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item a {
    font-size: 15px;
    line-height: 21px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
    padding-top: 6px;
  }
}
html body .heroTitle02 .heroTitle-list02 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 240px;
  width: 100%;
  height: 1px;
  background-color: #0E1A3C;
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .heroTitle03 {
  max-width: 1860px;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 {
    margin-bottom: 0;
  }
}
html body .heroTitle03 .heroTitle-textbox {
  max-width: 1860px;
}
html body .heroTitle03 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
html body .heroTitle03 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  html body .heroTitle03 .heroTitle-textbox .catch {
    left: 35px;
  }
}
html body .heroTitle03 .heroTitle-inner {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-inner {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle03 .heroTitle-inner {
    max-width: 310px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle03 .heroTitle-inner .inner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle03 .heroTitle-inner .inner-left .left-text {
    max-width: 280px;
    padding-left: 10px;
  }
}
html body .heroTitle03 .heroTitle-list {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .heroTitle03 .heroTitle-list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle03 .heroTitle-list {
    max-width: 310px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item {
    gap: 8px;
    padding-bottom: 6px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item div {
  width: 8px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item div {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  top: -50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item div::after {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item a {
    font-size: 15px;
    line-height: 21px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item + .heroTitle-item {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item + .heroTitle-item {
    padding-top: 6px;
  }
}
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;
}
html body .main_slide_wrapper_ended .slide_main .slide {
  position: relative;
}
html body .main_slide_wrapper_ended .slide_main .slide .slide_overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
html body .main_slide_wrapper_ended .slide_main .slide .slide_overlay .slide_text {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body .main_slide_wrapper_ended .slide_main .slide .slide_overlay .slide_text {
    font-size: 16px;
  }
}
html body .main_slide_wrapper_ended .slide_thum .slide a {
  pointer-events: none;
}
html body .main_slide_wrapper_ended .slide_thum .slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
@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;
  }
}
html body .page_modelhouse .contents p.ls {
  letter-spacing: 0.04rem;
}
@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 .newtitle {
  color: #F5F5F5;
  position: relative;
  padding-left: 40px;
  font-size: 200px;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents_head .newtitle {
    font-size: 150px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .newtitle {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents_head .newtitle {
    font-size: 80px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  html body .page_modelhouse_child .contents_head .newtitle {
    font-size: 60px;
  }
}
html body .page_modelhouse_child .contents_head .newtitle span {
  position: absolute;
  color: #000;
  font-size: 60px;
  font-weight: 500;
  left: 0px;
  margin: auto;
  top: 40%;
  letter-spacing: 8px;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents_head .newtitle span {
    font-size: 50px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .newtitle span {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  html body .page_modelhouse_child .contents_head .newtitle span {
    font-size: 26px;
  }
}
html body .page_modelhouse_child .contents_head .newtitle.longtitle {
  font-size: 160px;
  letter-spacing: -8px;
}
@media screen and (max-width: 1199px) {
  html body .page_modelhouse_child .contents_head .newtitle.longtitle {
    font-size: 120px;
  }
}
@media screen and (max-width: 991px) {
  html body .page_modelhouse_child .contents_head .newtitle.longtitle {
    font-size: 90px;
    letter-spacing: 0px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents_head .newtitle.longtitle {
    font-size: 70px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  html body .page_modelhouse_child .contents_head .newtitle.longtitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  html body .page_modelhouse_child .contents_head .newtitle.longtitle span {
    font-size: 24px;
    letter-spacing: 0px;
  }
}
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_head .contents_head_inner .contents_head_text.text_only {
  justify-content: flex-start;
}
html body .page_modelhouse_child .contents_head .contents_head_inner .contents_head_text.text_only p {
  padding-top: 40px;
}
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;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents01 .contents_wrapper .contents_text .contents_link_text .box-link-arrow {
    margin-top: 30px;
  }
}
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;
  }
}
@media screen and (max-width: 767px) {
  html body .page_modelhouse_child .contents.contents03 .contents_inner .contents_link_wrapper .contents_link_text .box-link-arrow {
    margin-top: 30px !important;
  }
}
html body.archive header .logo img.default {
  display: none;
}
html body.archive header .logo img.scroll {
  display: block;
}
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;
  }
}
html body .page_modelhouse_archive .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
}
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;
  }
}
html body .px-frame {
  position: relative;
  overflow: hidden; /* ← はみ出しを確実に隠す */
}
html body .px-frame > img {
  display: block;
  width: 100%;
  height: auto; /* 既存レイアウトのまま */
  will-change: transform;
  transform-origin: center center;
  transform: translateY(0) scale(var(--px-scale, 1.12)); /* JSでtranslate、scaleはJSが計算してCSS変数にセット */
}
@media screen and (max-width: 991px) {
  html body .px-frame > img.pc {
    display: none;
  }
}
html body br.sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body br.sp {
    display: block;
  }
}
html body br.pc {
  display: block;
}
@media screen and (max-width: 991px) {
  html body br.pc {
    display: none;
  }
}
html body .special_attention {
  font-size: 14px;
  margin-top: 20px;
  padding: 10px;
  line-height: 1.6;
  color: #bc0a0a;
  text-align: center;
  font-weight: bold;
}

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