@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.c-title-52 {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-44 {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-36 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-32 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-20 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}

.c-title-14 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-16 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-20n {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

.c-title-24 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-24n {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-desc-12 {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.c-desc-14 {
  font-size: 1.4rem;
  line-height: 3rem;
}

.c-desc-16 {
  font-size: 1.6rem;
  line-height: 3rem;
}

.c-desc-14-25 {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.c-desc-16-40 {
  font-size: 1.6rem;
  line-height: 2.5;
}

@media print, screen and (min-width: 769px) {
  .pc\:c-title-44 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-36 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .pc\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .sp\:c-title-24 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4583333333;
  }
  .sp\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sp\:c-title-16 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .sp\:c-title-14 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sp\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .sp\:c-desc-10 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .sp\:c-desc-14-25 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .sp\:c-desc-14-35 {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .sp\:c-title-32 {
    font-size: 3.2rem;
  }
  .sp\:c-title-28 {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
  .sp\:c-desc-14 {
    font-size: 1.4rem;
  }
  .sp\:c-desc-16-40 {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--inner);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-inner--s {
  max-width: var(--inner-s);
}
.l-inner--l {
  max-width: var(--inner-l);
}
.l-inner--full {
  max-width: var(--inner-full);
}

.l-clip {
  overflow-x: clip;
}

.l-space-left {
  padding-left: 7rem;
}

.l-space-right {
  padding-right: 7rem;
}

:root {
  --text-color: #1a1311;
  --wrapper-width: 37.5rem;
  --header-height: 4.2rem;
  --inner: 123rem;
}
@media (max-width: 768px) {
  :root {
    font-size: 62.5%;
  }
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt" on;
}
@media (max-width: 1209px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.443001443vw;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 1.443001443vw;
  }
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  background-image: url("../images/bg.jpg");
  background-size: 100%;
  color: var(--text-color);
  line-height: var(--line-height);
  position: relative;
}

@media print, screen and (min-width: 769px) {
  body.customize-support .header-drawer {
    top: 32px;
  }
}
body.customize-support .header-drawer__logo {
  position: absolute;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}
textarea {
  resize: none;
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
sub {
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h2,
h3,
h4 {
  line-height: 1.45;
}

p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.header {
  height: 5.75rem;
  position: absolute;
  top: 7rem;
  width: 100%;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .header {
    top: 3.3rem;
    height: 3.4rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.header__bar {
  background-image: url("../images/heade-bg.svg");
  background-repeat: repeat-x;
  flex: 1;
  position: absolute;
}
.header__bar--1 {
  width: calc((100% - 120rem) / 2);
  width: 100%;
  height: 100%;
  margin-left: -1rem;
  transform: translateX(-100%);
  background-position: left -4.2rem top 0;
}
@media (max-width: 768px) {
  .header__bar--1 {
    display: none;
  }
}
.header__bar--2 {
  margin-left: 1rem;
  width: calc(100% - 15.6rem);
  width: 100vw;
  left: 17rem;
  height: 100%;
}
@media (max-width: 768px) {
  .header__bar--2 {
    width: calc(100% - 34.6vw);
    left: 11.6rem;
    background-size: 8.2vw;
    background-position: left 4vw top 0;
    height: 3.3rem;
  }
}
.header__logo {
  flex: 0 0 15.6rem;
}
@media (max-width: 768px) {
  .header__logo {
    flex: 0 0 10rem;
    width: 10rem;
  }
}
.header::before {
  content: "";
}
.header::after {
  content: "";
}

.footer {
  background-color: #1a1311;
  padding: 5rem;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    padding: 5rem 2rem 3rem;
    text-align: left;
  }
  .footer p {
    font-size: 1rem;
  }
}
.footer__logo {
  width: 40.7rem;
  margin: 0 auto 2.8rem;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 26.4rem;
    margin: 0 0 2.2rem;
  }
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .footer__sns {
    justify-content: end;
    margin-bottom: 1.86rem;
  }
  .footer__sns img {
    width: 4.4rem;
  }
}
.footer__sns-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer__sns-title {
    margin-top: 2rem;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .footer .copy {
    font-size: 1rem;
    text-align: center;
  }
}

section {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  a {
    transition: 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.trans1 {
  opacity: 0;
  filter: blur(14px) brightness(1.25);
  transform: scale(1.04);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), filter 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero {
  min-height: 107rem;
  padding: 18rem 0 0;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .hero {
    min-height: 100%;
    padding: 13.5rem 0 0;
    height: 63rem;
  }
}
.hero__inner {
  position: relative;
}
@media (max-width: 768px) {
  .hero__inner {
    height: 100%;
    max-width: 46.3rem;
  }
}
.hero__img1 {
  width: 123.2rem;
  position: relative;
  margin: 0 auto -28rem;
}
@media (max-width: 768px) {
  .hero__img1 {
    width: 43.3rem;
    height: 21.2rem;
    position: absolute;
    margin: auto;
    inset: 0 50% auto;
    transform: translateX(-50%);
  }
}
.hero__img1 img {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition: 1s;
}
.hero__img1 img.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero__main {
  width: 103rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
  position: relative;
}
@media (max-width: 768px) {
  .hero__main {
    width: 100%;
    width: 40.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15.4rem;
  }
}
.hero__main img {
  opacity: 0;
  transform: translateY(24px) scale(0.9);
  transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.9s;
}
.hero__main img.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.hero__photo {
  position: absolute;
  width: 30.7rem;
}
@media (max-width: 768px) {
  .hero__photo {
    width: 13rem;
  }
}
.hero__photo img {
  opacity: 0;
  transform: translate(0, 10px);
  filter: blur(14px) brightness(1.25);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), filter 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero__photo img.is-active {
  opacity: 1;
  transform: translate(0, 0);
  filter: none;
}
.hero__photo--1 {
  left: -5.1rem;
  bottom: 3.5rem;
}
.hero__photo--1 img {
  transition-delay: 0.1s;
}
.moudelhouse-tabs a.moudelhouse-tab:nth-child(4)::after {
content: "";
  display: block;
  flex-basis: 100%;
  height: 0;
  /* 必要に応じて、改行前後の余白を調整 */
  margin-top: 0;
}

.moudelhouse-tabs {
  flex-wrap: wrap;
}

div.moudelhouse-tabs a:nth-child(n+5)
{max-width: 20rem;}

@media (max-width: 768px) {
div.moudelhouse-tabs a:nth-child(n+5)
{max-width: 100%;}
}

@media (max-width: 768px) {
  .hero__photo--1 {
    left: 2.2rem;
    bottom: 1rem;
  }
}
.hero__photo--2 {
  left: 7.6rem;
  bottom: 19.5rem;
  z-index: 10;
  width: 33.7rem;
}
.hero__photo--2 img {
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .hero__photo--2 {
    width: 12.8rem;
    left: 7.8rem;
    bottom: 7.5rem;
  }
}
.hero__photo--3 {
  width: 37.7rem;
  left: 24.5rem;
  bottom: 29.3rem;
}
.hero__photo--3 img {
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .hero__photo--3 {
    width: 13.7rem;
    left: 8.4rem;
    bottom: 14.8rem;
  }
}
.hero__photo--4 {
  width: 37.6rem;
  bottom: 28.8rem;
  right: 24rem;
}
.hero__photo--4 img {
  transition-delay: 0.4s;
}
@media (max-width: 768px) {
  .hero__photo--4 {
    width: 13.5rem;
    bottom: 14.8rem;
    right: 7.7rem;
  }
}
.hero__photo--5 {
  right: 2rem;
  bottom: 20.5rem;
}
.hero__photo--5 img {
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .hero__photo--5 {
    width: 13.5rem;
    right: 5rem;
    bottom: 8rem;
  }
}
.hero__photo--6 {
  width: 38.9rem;
  right: -2.6rem;
  bottom: 4.9rem;
}
.hero__photo--6 img {
  transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .hero__photo--6 {
    width: 14.8rem;
    right: 3.1rem;
    bottom: 1.6rem;
  }
}
.hero__accent {
  position: absolute;
}
.hero__accent--1 {
  top: 0rem;
  left: 13rem;
  width: 12.9rem;
}
@media (max-width: 768px) {
  .hero__accent--1 {
    top: -0.9rem;
    left: -2.8rem;
    width: 7rem;
  }
}
.hero__accent--2 {
  top: 1.8rem;
  right: 1.48rem;
  width: 16.8rem;
}
@media (max-width: 768px) {
  .hero__accent--2 {
    right: -1rem;
    top: -2.7rem;
    width: 8.69rem;
  }
}
.hero__accent--3 {
  width: 8.9rem;
  top: 9.8rem;
  left: 0;
}
@media (max-width: 768px) {
  .hero__accent--3 {
    width: 3.3rem;
    top: -4rem;
    left: 5rem;
  }
}
.hero__accent--3_sp {
  width: 2.8rem;
  top: 10.4rem;
  left: 18.5rem;
}
@media print, screen and (min-width: 769px) {
  .hero__accent--3_sp {
    display: none;
  }
}
.hero__accent--4 {
  width: 11rem;
  left: -6rem;
  top: 55.6rem;
}
.hero__accent--5 {
  width: 14rem;
  top: 60rem;
  right: -7rem;
}
.hero__accent--6 {
  width: 2.1rem;
  top: 3rem;
  left: 14rem;
  mix-blend-mode: multiply;
}
.hero__row {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .hero__row {
    display: block;
    position: relative;
    margin-top: 0;
    top: 32rem;
  }
}
.hero__caution {
  width: 46.9rem;
}
.hero__date {
  width: 71.9rem;
}
@media (max-width: 768px) {
  .hero__date {
    width: fit-content;
    margin: auto;
  }
}

.scroll-images {
  display: flex;
  margin-top: 4rem;
  margin-bottom: 10rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .scroll-images {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}

.scroll-image {
  display: grid;
  grid-template-columns: repeat(7, 40.4rem);
  gap: 1rem;
  animation: holizon-animation1 25s linear infinite;
}
@media (max-width: 768px) {
  .scroll-image {
    grid-template-columns: repeat(7, 16.4rem);
    gap: 0.4rem;
  }
}

@keyframes holizon-animation1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.banner {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11rem;
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
    margin: auto;
    margin-bottom: 7rem;
  }
  .banner img {
    transform: translateX(-1.4rem);
    max-width: none;
    width: 42.2rem;
  }
}

@media (400px <= width <= 768px) {
  .banner {
    width: fit-content;
  }
  .banner img {
    transform: translateX(0.9rem);
  }
}
@media (width <= 421px) {
  .banner img {
    transform: translateX(-1.5vw);
    width: 108.2051282051vw;
  }
}
.modelhouse__headline {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .modelhouse__headline {
    margin-bottom: 4rem;
  }
}
.modelhouse__head-ruby {
  color: #c81912;
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .modelhouse__head-ruby {
    font-size: 1.6rem;
    margin-bottom: 1.1rem;
  }
}
.modelhouse__head-title {
  font-weight: bold;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .modelhouse__head-title {
    font-size: 2.6rem;
  }
}

.moudelhouse-tabs {
  display: flex;
  gap: 5.7rem 1.3rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 97%;
}
@media print, screen and (min-width: 769px) {
  .moudelhouse-tabs > * {
    flex: 0 0 23rem;
    max-width: 23rem;
  }
}
@media (max-width: 768px) {
  .moudelhouse-tabs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    grid-auto-rows: 7rem;
    margin-bottom: 3rem;
  }
}

.moudelhouse-tab {
  height: 14rem;
  background-color: #e5bf65;
  border-radius: 2rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  align-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .moudelhouse-tab {
    height: 7rem;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
    text-align: left;
  }
}

.modelhouse-main__badge {
background: #c81912;
  width: 19rem;
  height: 5.3rem;
  margin: 0 auto 3rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
.modelhouse-main__badge {
  font-size: 1.8rem;
}
}

.modelhouse-main__label {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2.5rem;
  color: #c81912;
}
@media (max-width: 768px) {
  .modelhouse-main__label {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1.1rem;
  }
}
.modelhouse-main__title {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .modelhouse-main__title {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.modelhouse-main__map {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3.4rem;
  margin-bottom: 3.2rem;
}
.modelhouse-main__map a {
  background-color: #1a1311;
  width: 8.6rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.modelhouse-main .splide__pagination {
  position: relative;
  inset: auto;
  margin: 3.2rem auto;
  display: flex !important;
}
@media (max-width: 768px) {
  .modelhouse-main .splide__pagination {
    margin: 2rem auto 0;
  }
}
.modelhouse-main .splide__pagination__page {
  width: 1.9rem;
  height: 1.9rem;
  opacity: 1;
  transform: scale(1) !important;
  background-color: rgba(26, 19, 17, 0.4);
  margin: 0 1.25rem;
  outline: 0 !important;
}
@media (max-width: 768px) {
  .modelhouse-main .splide__pagination__page {
    width: 0.95rem;
    height: 0.95rem;
    margin: 0 0.65rem;
  }
}
.modelhouse-main .splide__pagination__page.is-active {
  background-color: #c81912;
}

.modelhouse-main-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media (max-width: 768px) {
  .modelhouse-main-links {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.modelhouse-main-link {
  border-radius: 1.6rem;
  background-color: #e5bf65;
  height: 23.3rem;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .modelhouse-main-link {
    height: 9.3rem;
    display: flex;
    flex-direction: row-reverse;
  }
}
.modelhouse-main-link::after {
  content: "";
  width: 4rem;
  position: absolute;
  margin: auto;
  inset: auto 0 -1.4rem;
  transform: translate(0, 100%);
  border: solid 2rem transparent;
  border-top: solid 2rem #c81912;
}
@media (max-width: 768px) {
  .modelhouse-main-link::after {
    display: none;
  }
}
.modelhouse-main-link__image {
  position: absolute;
  width: 33rem;
  inset: auto 0 11.5rem;
  margin: auto;
}
@media (max-width: 768px) {
  .modelhouse-main-link__image {
    width: 13.67rem;
    position: relative;
    inset: auto;
  }
}
.modelhouse-main-link__body {
  text-align: center;
  padding-top: 13rem;
}
@media (max-width: 768px) {
  .modelhouse-main-link__body {
    padding-top: 0;
    padding: 2rem 2rem;
    position: relative;
  }
  .modelhouse-main-link__body::after {
    content: "";
    width: 2.4rem;
    height: 0.9rem;
    position: absolute;
    margin: auto;
    inset: auto 0 -0.2rem;
    transform: translate(0, 0);
    border: solid 1.2rem transparent;
    border-top: solid 1.2rem #c81912;
  }
}
.modelhouse-main-link__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .modelhouse-main-link__title {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.modelhouse-main-link__subtitle {
  font-size: 2rem;
  color: #c81912;
  margin-top: 0.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .modelhouse-main-link__subtitle {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.modelhouse-detail {
  padding: 12rem 0;
  background-color: rgba(239, 205, 120, 0.3);
}
@media (max-width: 768px) {
  .modelhouse-detail {
    padding: 7rem 0;
  }
}
.modelhouse-detail.no-bg {
  background-color: transparent;
}
.modelhouse-detail__info {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__info {
    margin-top: 7rem;
  }
}
.modelhouse-detail__info iframe {
  width: 100%;
  height: 40rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__info iframe {
    height: 23.3rem;
  }
}
.modelhouse-detail__info-title {
  font-size: 4.4rem;
  font-weight: bold;
  color: #c81912;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__info-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.modelhouse-detail__info-link {
  display: block;
  margin-bottom: 5rem;
  width: fit-content;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .modelhouse-detail__info-link {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.modelhouse-detail__map {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__map {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 1.5rem 0 2rem;
  }
}
.modelhouse-detail__map a {
  background-color: #1a1311;
  width: 8.6rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .modelhouse-detail__map a {
    width: 5.6rem;
    font-size: 1.2rem;
    padding: 0.2rem;
  }
}
.modelhouse-detail__title {
  font-size: 4.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .modelhouse-detail__title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
.modelhouse-detail__title span {
  margin-left: 2rem;
  color: #c81912;
}
@media (max-width: 768px) {
  .modelhouse-detail__title span {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: 0;
    letter-spacing: 0.05em;
  }
}
.modelhouse-detail__head {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 50%);
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__head {
    display: block;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modelhouse-detail__head-body {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .modelhouse-detail__head-body {
    margin-top: 3rem;
  }
}
.modelhouse-detail__head-body .tit {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .modelhouse-detail__head-body .tit {
    font-size: 1.8rem;
  }
}
.modelhouse-detail__head-body p {
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__head-body p {
    margin-bottom: 3rem;
  }
}
.modelhouse-detail__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__cards {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.modelhouse-detail__card p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 2.3rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__card p {
    margin-top: 2rem;
  }
}
.modelhouse-detail__card img {
  object-fit: cover;
  width: 100%;
  height: 25.7rem;
}
@media (max-width: 768px) {
  .modelhouse-detail__card img {
    height: 23.3rem;
  }
}

.btn {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  width: 31.2rem;
  height: 5.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1311;
}
@media (max-width: 768px) {
  .btn {
    margin: 3rem auto 0;
    width: 23.8rem;
    height: 4.8rem;
    text-align: center;
    font-size: 1.6rem;
  }
}

.modelhouse-footer iframe {
  width: 100%;
  height: 40rem;
}
@media (max-width: 768px) {
  .modelhouse-footer iframe {
    height: 23.3rem;
  }
}
.modelhouse-footer__title {
  font-size: 4.4rem;
  font-weight: bold;
  color: #c81912;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .modelhouse-footer__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.modelhouse-footer__desc {
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .modelhouse-footer__desc {
    font-size: 1.8rem;
  }
}
.modelhouse-footer__link {
  display: block;
  margin: auto;
  width: fit-content;
  text-decoration: underline;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .modelhouse-footer__link {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .band {
    max-width: none;
    width: 100vw;
  }
  .band--1 {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -5rem;
  }
}

.map-frame {
  width: 100%;
  height: 40rem;
}
@media (max-width: 768px) {
  .map-frame {
    height: 23.3rem;
  }
}

.modelhouse-main + .space {
  display: none;
}


/* 0109追加 */
#modelhouse1 > div > p {
 font-size: 10px;
 margin-top: 3rem;
 line-height: 2;
 font-weight: 100;
}

#modelhouse2 > div > p {
  font-size: 10px;
 margin-top: 3rem;
 line-height: 2;
 font-weight: 100;
}

#modelhouse3 > div > p {
  font-size: 10px;
 margin-top: 3rem;
 line-height: 2;
 font-weight: 100;
}

#modelhouse2-1 > div > p {
 font-size: 10px;
 margin-top: 3rem;
 line-height: 2;
 font-weight: 100;
}

#modelhouse2-2 > div > p {
 font-size: 10px;
 margin-top: 3rem;
 line-height: 2;
 font-weight: 100;
}

#modelhouse2-3 > div > p {
 font-size: 10px;
 margin-top: 3rem;
 line-height: 2;
 font-weight: 100;
}



