html {
  font-size: 10px;
}

#modelhouse-body {
  background: #F6F4F2;
}

#modelhouse.--new .main-title.--new {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title.--new {
    height: auto;
    padding-block: 10%;
  }
}
#modelhouse.--new .main-title__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__flex {
    flex-direction: column;
    gap: 24px;
  }
}
#modelhouse.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
#modelhouse.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title .en {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title .en {
    font-size: 24px;
  }
}
#modelhouse.--new .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title .jp {
    font-size: 10px;
  }
}
#modelhouse.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#modelhouse.--new .main-title__catch-top {
  margin-bottom: 16px;
  color: #463A3D;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title__catch-top {
    margin-bottom: 2%;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__catch-top {
    font-size: 1.4rem;
    text-align: left;
  }
}
#modelhouse.--new .main-title__catch-bottom {
  color: #463A3D;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title__catch-bottom {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__catch-bottom {
    font-size: 1.2rem;
    text-align: left;
  }
}
#modelhouse.--new #panlistid {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #modelhouse.--new #panlistid {
    padding-bottom: 8%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new #panlistid {
    padding-bottom: 10%;
  }
}
#modelhouse.--new #panlistid ul {
  color: #A19182;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#modelhouse.--new .system-list {
  all: unset;
}
#modelhouse.--new .system-list__item {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  min-height: auto;
  box-shadow: none;
}
#modelhouse.--new .system-list__item a {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list__item a {
    gap: 24px;
    flex-direction: column;
  }
}
#modelhouse.--new .system-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list__item:not(:last-of-type) {
    margin-bottom: 16%;
  }
}
#modelhouse.--new .system-list .system-pic {
  margin: 0;
  flex-shrink: 0;
  position: unset;
  max-width: 440px;
  width: 100%;
  height: auto;
  aspect-ratio: 440/293;
  border-radius: 20px;
}
#modelhouse.--new .system-list .system-pic img {
  height: auto;
}
#modelhouse.--new .system-list .system-ttl-01 {
  margin-bottom: 48px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .system-ttl-01 {
    margin-bottom: 4%;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .system-ttl-01 {
    margin-inline: 0;
    margin-bottom: 6%;
    font-size: 1.8rem;
  }
}
#modelhouse.--new .system-list .modelhouse-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .modelhouse-dl {
    width: 100%;
  }
}
#modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
  margin: 0;
  display: flex;
  width: 114px;
  height: 30px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #D3C8BE;
  background: #FFF;
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
    width: 25vw;
  }
}
#modelhouse.--new .system-list .modelhouse-dl .modelhouse-dd {
  width: 100%;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dd {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=archive-modelhouse_new.css.map */