@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
/*----------------------------------------
	xxxx
----------------------------------------*/
.p-modelhouse {
  max-width: 128rem;
  background: #fff;
  margin: auto;
}

/*----------------------------------------
	xxxx
----------------------------------------*/
.p-modelhouse-mv {
  position: relative;
}
.p-modelhouse-mv__container {
  position: relative;
  overflow: hidden;
}
.p-modelhouse-mv__img__item {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  left: 0;
  width: 200%;
}
@media (max-width: 48.0525em) {
  .p-modelhouse-mv__img__item {
    width: 400%;
  }
}
.p-modelhouse-mv__img__item:nth-child(1) {
  top: 24rem;
  animation: scroll 30s linear infinite;
}
@media (max-width: 48.0525em) {
  .p-modelhouse-mv__img__item:nth-child(1) {
    top: 10%;
  }
}
.p-modelhouse-mv__img__item:nth-child(2) {
  bottom: 0;
  animation: scroll-reverse 30s linear infinite;
}
.p-modelhouse-mv__badge {
  position: absolute;
  right: 12rem;
  bottom: 12rem;
  width: 25.6rem;
  z-index: 1;
}
@media (max-width: 48.0525em) {
  .p-modelhouse-mv__badge {
    right: 0;
    left: 0;
    bottom: -14%;
    width: 24%;
    margin: auto;
  }
}

/*----------------------------------------
	xxxx
----------------------------------------*/
.p-modelhouse-content {
  position: relative;
}
.p-modelhouse-content__btn {
  position: absolute;
  top: 160rem;
  left: 86rem;
  width: 22rem;
  transition: 0.4s;
}
@media (max-width: 48.0525em) {
  .p-modelhouse-content__btn {
    top: 92%;
    left: 36%;
    width: 54%;
  }
}
.p-modelhouse-content__btn:hover {
  opacity: 0.7;
}
.p-modelhouse-content__video {
  position: absolute;
  top: 32rem;
  left: 0;
  right: 0;
  max-width: 88rem;
  width: 100%;
  margin: auto;
}
@media (max-width: 48.0525em) {
  .p-modelhouse-content__video {
    top: 23%;
    padding: 2.4rem;
  }
}
.p-modelhouse-content__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

/*----------------------------------------
	xxxx
----------------------------------------*/
.p-modelhouse-about {
  position: relative;
}
.p-modelhouse-about__img:nth-child(2) {
  position: absolute;
  top: 48rem;
  left: 50%;
  width: 90rem;
  translate: -50% 0;
  animation: rotation 20s linear infinite;
}
@media (max-width: 48.0525em) {
  .p-modelhouse-about__img:nth-child(2) {
    top: 35%;
    width: 70%;
  }
}
.p-modelhouse-about__img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------
	xxxx
----------------------------------------*/
.p-modelhouse-bnr {
  padding: 0 0 8rem;
}
.p-modelhouse-bnr__link {
  display: block;
  transition: 0.4s;
}
.p-modelhouse-bnr__link:hover {
  opacity: 0.7;
}

/*----------------------------------------
	p-modelhouse-contact
----------------------------------------*/
.p-modelhouse-contact {
  background: #f5d11f;
  padding: 8rem 0;
  margin: -4rem 0 0;
}
@media (max-width: 48.0525em) {
  .p-modelhouse-contact {
    padding: 8rem 4rem;
    margin: 0;
  }
}
.p-modelhouse-contact__form {
  max-width: 60rem;
  margin: auto;
}

/*----------------------------------------
	c-form-modelhouse
----------------------------------------*/
.c-form-modelhouse__content {
  margin: 0 0 4rem;
  border-top: 1px solid #fff;
}
.c-form-modelhouse__content dl {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 48.0525em) {
  .c-form-modelhouse__content dl {
    flex-direction: column;
  }
}
.c-form-modelhouse__content dl dt, .c-form-modelhouse__content dl dd {
  line-height: 1.6;
}
.c-form-modelhouse__content dl dt {
  width: 16rem;
}
.c-form-modelhouse__content dl dt .required {
  color: #fff;
  margin: 0 0 0 0.8rem;
}
.c-form-modelhouse__content dl dd {
  flex: 1;
}
@media (max-width: 48.0525em) {
  .c-form-modelhouse__content dl dd {
    width: 100%;
  }
}
.c-form-modelhouse__content dl dd input[type=text],
.c-form-modelhouse__content dl dd input[type=email],
.c-form-modelhouse__content dl dd input[type=tel],
.c-form-modelhouse__content dl dd input[type=url],
.c-form-modelhouse__content dl dd textarea {
  width: 100%;
  background: #fff;
  padding: 1rem;
}
.c-form-modelhouse__content dl dd input[type=text],
.c-form-modelhouse__content dl dd input[type=email],
.c-form-modelhouse__content dl dd input[type=tel],
.c-form-modelhouse__content dl dd input[type=url] {
  height: 5rem;
}
.c-form-modelhouse__content dl dd textarea {
  height: 20rem;
  vertical-align: top;
}
.c-form-modelhouse__content dl dd .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-form-modelhouse__content dl dd .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form-modelhouse__content dl dd .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: -0.2rem 0.8rem 0 0;
}
.c-form-modelhouse__content dl dd .input-data__head {
  margin: 0 0 1.6rem;
}
.c-form-modelhouse__content dl dd .input-data__foot span {
  display: block;
  font-size: 1.2rem;
  margin: 0.8rem 0 0;
}
.c-form-modelhouse__content dl dd .wpcf7-not-valid-tip {
  margin: 0.4rem 0 0;
}
.c-form-modelhouse__privacy {
  margin: 0 0 4rem;
}
.c-form-modelhouse__privacy__button {
  margin: 0 0 2.4rem;
}
.c-form-modelhouse__privacy__button a {
  position: relative;
  display: block;
  width: 20rem;
  background: #fff;
  padding: 0.4rem 1.6rem;
  border-radius: 10rem;
  overflow: hidden;
}
.c-form-modelhouse__privacy__button a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: 0.4s;
}
.c-form-modelhouse__privacy__button a:hover:before {
  left: 0;
  width: 100%;
}
.c-form-modelhouse__privacy__button a:hover span {
  color: #fff;
}
.c-form-modelhouse__privacy__button a span {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
.c-form-modelhouse__privacy__content {
  margin: 0 0 2.4rem;
}
.c-form-modelhouse__privacy__heading {
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 1.6rem;
}
.c-form-modelhouse__privacy__txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-form-modelhouse__privacy__check label input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: -0.2rem 0.8rem 0 0;
}
.c-form-modelhouse__privacy__check .wpcf7-list-item {
  margin: 0;
}
.c-form-modelhouse__privacy__check .wpcf7-not-valid-tip {
  margin: 0.4rem 0 0;
}
.c-form-modelhouse__button input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24rem;
  height: 6rem;
  letter-spacing: 1em;
  text-indent: 1em;
  color: #fff;
  background: #000;
  margin: auto;
}/*# sourceMappingURL=modelhouse.css.map */