@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* 全体 */
html,
body {
  background-color: #fffadd;
}
.inner {
  width: 1212px;
  margin: 0 auto;
}
@media screen and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .inner {
    width: 100%;
    padding: 0 25px;
  }
}

/* インビュー */
.action_up {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(50px);
  will-change: opacity, transform, filter;
}
/* in-view 時に発火 */
.action_up.is-inview {
  animation: fadeUp 0.8s ease-out both;
}

/* mvWrap */
.mvWrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 130px;
}
.site_id {
  position: absolute;
  top: 37px;
  left: 55px;
  z-index: 2;
}
.site_id a {
  width: 120px;
  display: block;
  transition: 0.3s ease;
}
.mv_box1 {
  position: relative;
  margin-bottom: 43px;
}
.mv_box1_img {
  width: 978px;
  margin-left: auto;
}
@keyframes mv-fade-blur {
  from {
    opacity: 0;
    filter: blur(12px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.mv_box1_txt {
  width: 500px;
  position: absolute;
  z-index: 2;
  top: 113px;
  left: 16px;
  opacity: 0;
  filter: blur(12px);
  animation: mv-fade-blur 1s ease-out 0.2s both;
}
.mv_box1_txt_tit1 {
  width: 456.73px;
}
.mv_box1_txt_tit2 {
  width: 486.53px;
  margin-top: 12px;
}
.mv_box1_illust {
  width: 775.83px;
  position: absolute;
  bottom: -36px;
  left: 148px;
  z-index: 2;
  opacity: 0;
  filter: blur(12px);
  animation: mv-fade-blur 1s ease-out 0.8s both;
}
.mv_point_list1 {
  display: flex;
  justify-content: center;
  gap: 0 120px;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.mv_point_list1 .li1 {
  position: relative;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(50px);
}
.mv_point_list1 .li1.type1 {
  animation: fadeUp 0.8s ease-out 1.4s forwards;
}
.mv_point_list1 .li1.type2 {
  animation: fadeUp 0.8s ease-out 1.8s forwards;
}
.mv_point_list1 .li1.type3 {
  animation: fadeUp 0.8s ease-out 2.2s forwards;
}
@media screen and (min-width: 681px) {
  .site_id a:hover {
    opacity: 0.7;
  }
  .mv_point_list1 .li1:nth-of-type(n + 2)::after {
    content: "";
    width: 1px;
    height: 67px;
    background-color: #707070;
    position: absolute;
    bottom: 0;
    left: -60px;
  }
  .mv_point_list1 .li1.type1 {
    width: 282.76px;
  }
  .mv_point_list1 .li1.type2 {
    width: 151.53px;
  }
  .mv_point_list1 .li1.type3 {
    width: 281.1px;
  }
}
/* scroll1 */
.scroll1 {
  width: 14px;
  height: 120px;
  position: absolute;
  left: 40px;
  bottom: 130px;
  margin: auto;
}
/* 黒ラインベース */
.scroll1_line {
  position: relative;
  width: 2px; /* 線の太さ */
  height: 63px; /* 黒線の高さ */
  margin: 10px auto 0;
  background-color: #000000;
  overflow: hidden; /* 擬似要素がはみ出さないように */
}
/* 黄色ライン（アニメーション） */
.scroll1_line::before {
  content: "";
  position: absolute;
  top: -10px; /* 黄色線の初期位置（上に隠す） */
  left: 0;
  width: 100%;
  height: 10px; /* 黄色線の高さ */
  background-color: #fffadd;
  animation: scroll-line 1.5s linear infinite;
}
/* 上から下に流れてループ */
@keyframes scroll-line {
  0% {
    top: -10px;
  }
  100% {
    top: 63px;
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .mvWrap .inner {
    padding: 0;
  }
  .site_id {
    position: static;
    width: 100%;
    height: 60px;
    padding: 0 17px;
    display: flex;
    align-items: center;
  }
  .site_id a {
    width: 66px;
  }
  .site_id_txt1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.034em;
    line-height: calc(18 / 14);
    border-left: 1px solid #000000;
    margin-left: 16px;
    padding-left: 13px;
  }
  .mv_box1 {
    padding-top: 150px;
    margin-bottom: 60px;
  }
  .mv_box1_img {
    width: 100%;
    margin-left: 0;
  }
  .mv_box1_txt {
    width: 100%;
    top: 20px;
    left: 0;
  }
  .mv_box1_txt_tit1 {
    width: 268.73px;
    margin: 0 auto;
  }
  .mv_box1_txt_tit2 {
    width: 301.25px;
    margin: 8px auto 0;
  }
  .mv_box1_illust {
    width: 362.75px;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv_point_list1 {
    gap: 0 6px;
  }
  .mv_point_list1 .li1 {
    width: 105px;
  }
  /* scroll1 */
  .scroll1 {
    width: 11px;
    height: 92px;
    left: 6px;
    top: auto;
    bottom: 17px;
  }
  /* 黒ラインベース */
  .scroll1_line {
    height: 45px; /* 黒線の高さ */
  }
  /* 黄色ライン（アニメーション） */
  .scroll1_line::before {
    top: -7px; /* 黄色線の初期位置（上に隠す） */
    height: 7px; /* 黄色線の高さ */
  }
  /* 上から下に流れてループ */
  @keyframes scroll-line {
    0% {
      top: -7px;
    }
    100% {
      top: 45px;
    }
  }
}

/* introWrap */
.intro_box1 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 62px 0 55px;
  position: relative;
}
.intro_box1 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.intro_box1_tit1_fukidashi {
  width: 347.3px;
  margin: 0 auto;
  display: block;
}
.intro_box1_tit1_txt1 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.intro_box1_tit1_txt1 strong {
  color: #ffc11b;
  font-size: 49px;
  letter-spacing: 0.08em;
}
.intro_box1_txt1 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.14em;
  line-height: calc(40 / 16);
}
.intro_box1_illust1 {
  width: 559px;
  margin: 10px auto 0;
}
.intro_box1_illust2 {
  width: 142px;
  position: absolute;
  top: 210px;
  left: 47px;
}
.intro_box1_illust3 {
  width: 126.06px;
  position: absolute;
  top: 202px;
  right: 72px;
}
@media screen and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .intro_box1 {
    padding: 35px 25px 40px;
    position: relative;
  }
  .intro_box1 {
    display: block;
  }
  .intro_box1_tit1_fukidashi {
    width: 210px;
  }
  .intro_box1_tit1_txt1 {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .intro_box1_tit1_txt1 strong {
    font-size: 26px;
    line-height: 1.4;
  }
  .intro_box1_txt1 {
    margin-top: 14px;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: calc(23 / 14);
  }
  .intro_box1_illust1 {
    width: 268px;
    margin-top: 12px;
  }
}

/* メーカー名で探す */
.mh-filter {
  margin-top: 120px;
}
.mh-filter__head {
  background-color: #ffd052;
  cursor: pointer;
  width: 100%;
  height: 60px;
  border-radius: 10px 10px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-radius 0.3s ease;
}
.mh-filter__head.is-close {
  border-radius: 10px;
  transition: border-radius 0.3s ease 0.1s;
}
.mh-filter__head_tit {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 6px 0 6px 35px;
  background: url(../images/modelhouse_lp/ico_search1.svg) no-repeat left center / 25.83px;
}
.mh-filter__head_plus {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  display: block;
}
.mh-filter__head_plus::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.mh-filter__head_plus::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.is-close .mh-filter__head_plus::before {
  transform: rotate(0);
}
.is-close .mh-filter__head_plus::after {
  opacity: 1;
}
.mh-filter__body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 42px 0 42px 50px;
}
.mh-filter__checks {
  display: flex;
  flex-flow: wrap;
  gap: 25px 0;
}
.mh-filter__check {
  width: calc(100% / 5);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: inline-flex;
  cursor: pointer;
}
/* 入力は視覚的に隠す（アクセシビリティ確保の定番手法） */
.mh-filter__check input[type="checkbox"] {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
/* テキストspanを横並びベースに（左に疑似要素の四角） */
.mh-filter__label {
  position: relative;
  display: inline-flex;
  gap: 8px; /* 四角とテキストの間隔 */
  line-height: 1.4;
}
/* 未チェック時の四角（19×19 / 枠2px / 角丸3px / 白背景） */
.mh-filter__label::before {
  content: "";
  inline-size: 19px;
  block-size: 19px;
  border: 2px solid #707070;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  flex: 0 0 auto;
  position: relative;
  top: 1px;
}
/* チェック時：背景＆枠を #3BAE00 に */
.mh-filter__check input[type="checkbox"]:checked + .mh-filter__label::before {
  background: #3bae00;
  border-color: #3bae00;
}
/* チェックマーク（白） */
.mh-filter__check input[type="checkbox"]:checked + .mh-filter__label::after {
  content: "";
  position: absolute;
  /* 四角の左上から描画（微調整しやすい数値） */
  left: 6px;
  top: 4px;
  inline-size: 6px;
  block-size: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* キーボード操作時のフォーカスリング（四角に出す） */
.mh-filter__check input[type="checkbox"]:focus-visible + .mh-filter__label::before {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
}

.mh-filter__actions {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 0 8px;
  padding-right: 50px;
}
.mh-filter__actions .btn {
  width: 160px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3bae00;
  border: 1px solid #3bae00;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  transition: 0.3s ease;
}
.mh-filter__actions .btn.is-ghost {
  background-color: #fff;
  color: #3bae00;
}
@media screen and (min-width: 681px) {
  .mh-filter__actions .btn:hover {
    background-color: #ffd052;
    border-color: #ffd052;
    color: #000;
  }
}
@media all and (max-width: 680px) {
  .mh-filter {
    margin-top: 45px;
  }
  .mh-filter__head {
    height: 47px;
  }
  .mh-filter__head_tit {
    font-size: 16px;
    padding: 4px 0 4px 24px;
    background-size: 16.65px;
  }
  .mh-filter__head_plus {
    width: 12px;
    height: 12px;
    right: 18px;
  }
  .mh-filter__body {
    padding: 26px 15px 28px 20px;
  }
  .mh-filter__checks {
    display: flex;
    flex-flow: wrap;
    gap: 16px 10px;
  }
  .mh-filter__check {
    width: calc((100% - 10px) / 2);
    font-size: 13px;
    letter-spacing: 0;
  }
  .mh-filter__label {
    gap: 5px;
  }
  .mh-filter__label::before {
    top: 0;
  }
  .mh-filter__check input[type="checkbox"]:checked + .mh-filter__label::after {
    top: 2px;
  }

  .mh-filter__actions {
    margin-top: 25px;
    gap: 0 12px;
    padding-right: 5px;
  }
  .mh-filter__actions .btn {
    width: 136px;
    height: 45px;
    font-size: 14px;
  }
}

/* mhWrap */
.mhWrap {
  padding-top: 100px;
  padding-bottom: 130px;
}
.p-mh-archive__btn-box {
  margin-bottom: 48px;
}
.p-mh-archive__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3bae00;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 11px 5px 10px;
  width: 205px;
  max-width: none;
}
.p-mh-archive__btn::before {
  background-image: url(../images/modelhouse_lp/sort-icon.svg);
  background-size: 32px;
  width: 32px;
  height: 21px;
}
.mh-archive__list {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 68px 56px;
}
.mh-archive__item {
  width: calc((100% - 112px) / 3);
  display: flex;
  flex-flow: column;
}
.mh-archive__thumb {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 230px;
  display: block;
  position: relative;
}
.mh-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.mh-archive__no {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  background-color: #fff;
  color: #3bae00;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  padding: 6px 0 7px;
  width: 62px;
  border-radius: 6px;
}
.mh-archive__meta {
  padding-top: 13px;
  flex-grow: 1;
}
.mh-archive__title {
  font-size: 24px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.4;
}
.mh-archive__maker {
  color: #3bae00;
  font-size: 15px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 3px;
}
.mh-archive__tel {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 4px 0 4px 22px;
  background: url(../images/modelhouse_lp/ico_tel1.svg) no-repeat left center / 15.67px;
}
.mh-archive__text {
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.4;
}
.mh-archive__actions {
  margin-top: 12px;
  width: 100%;
  display: flex;
  gap: 0 10px;
}
.mh-archive__actions .btn {
  width: calc((100% - 10px) / 2);
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3bae00;
  border: 1px solid #3bae00;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  transition: 0.3s ease;
}
.mh-archive__actions .btn.is-outline {
  background-color: #fff;
  color: #3bae00;
}
@media screen and (min-width: 681px) {
  .mh-archive__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  a.mh-archive__thumb:hover img {
    transform: scale(1.1);
  }
  .mh-archive__actions a.btn:hover {
    background-color: #ffd052;
    border-color: #ffd052;
    color: #000;
  }
}
@media all and (max-width: 680px) {
  .mhWrap {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .p-mh-archive__btn-box {
    margin-bottom: 28px;
    justify-content: flex-end;
  }
  .p-mh-archive__btn {
    font-size: 14px;
    padding: 12px 5px 11px;
    width: 162px;
  }
  .p-mh-archive__btn::before {
    background-size: 25px;
    width: 25px;
    height: 16px;
  }
  .mh-archive__list {
    display: block;
  }
  .mh-archive__item {
    width: 100%;
    display: block;
  }
  .mh-archive__list .mh-archive__item:nth-of-type(n + 2) {
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #707070;
  }

  .mh-archive__thumb {
    height: calc((187 / 375) * 100vw);
  }
  .mh-archive__meta {
    padding-top: 6px;
  }
  .mh-archive__title {
    font-size: 20px;
  }
  .mh-archive__maker {
    font-size: 14px;
    margin-top: 3px;
  }
  .mh-archive__tel {
    font-size: 18px;
    letter-spacing: 0;
  }
  .mh-archive__text {
    font-size: 14px;
  }
  .mh-archive__actions {
    margin-top: 12px;
  }
  .mh-archive__actions .btn {
    height: 48px;
    font-size: 16px;
  }
}

/* p-page-map */
@media screen and (min-width: 681px) {
  .p-page-map,
  .map-lst__bg {
    height: calc((680 / 1200) * 100vw);
  }
}
@media all and (max-width: 680px) {
  .p-page-map {
    display: block !important;
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
  }
  .p-page-map,
  .map-lst__bg {
    height: 442px;
  }
  .p-page-map__body {
    width: 780px;
    flex: 0 0 auto;
    position: relative;
  }
  .p-page-map__body::after {
    content: "";
    background: url(../images/modelhouse_lp/ico_scroll1.png) no-repeat center / contain;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 5555;
    top: 0;
    bottom: 0;
    left: 50px;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
    pointer-events: none !important;
  }
  .p-page-map__body.active::after {
    opacity: 0 !important;
  }
}

/* footer */
.footer {
  background-color: #1f2021;
  padding: 60px 0 25px;
  color: #fff;
}
.f_id1 {
  width: 151px;
  display: block;
  margin: 0 auto;
  transition: 0.3s ease;
}
.f_id1 svg {
  fill: #fff;
}
.f_address1 {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(25 / 16);
}
.f_tel1 {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_tel1_link {
  color: #fff;
  display: block;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
  background: url(../images/modelhouse_lp/ico_tel1_w.svg) no-repeat left top 11px / 32.2px;
  padding-left: 48px;
}
.cRight {
  margin-top: 50px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 681px) {
  a.f_id1:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 680px) {
  .footer {
    padding: 40px 0 20px;
  }
  .f_id1 {
    width: 94.14px;
  }
  .f_address1 {
    margin-top: 16px;
    font-size: 13px;
  }
  .f_tel1_link {
    font-size: 28px;
    background-size: 23px;
    background-position: left top 5px;
    padding-left: 32px;
  }
  .cRight {
    font-size: 10px;
  }
}

/* コンテンツ */
@media screen and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}

/* コンテンツ */
@media screen and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}

/* コンテンツ */
@media screen and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
