@charset "utf-8";
#inagi {
  overflow-x: hidden;
}
/* sub_mv */
#inagi .sub_mv {
  background: url(../images/modelhouse/mh_mv.jpg) no-repeat center top /cover;
  padding: 100px 0;
}
#inagi .sub_mv h1 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  letter-spacing: .15rem;
}
/* mh_about */
.mh_about {
  background: url(../images/modelhouse/bg_about.jpg) repeat center top / 100% auto;
  padding: 50px 0 45px;
  text-align: center;
}
.mh_about h2 {
  font-size: 28px;
  line-height: 1.5;
  margin: 0 auto 40px;
}
.mh_about p {
  font-size: 18px;
  line-height: 2;
}
/*  */

/* slider */
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inagi_mhgl .swiper,
.inagi_mhgl .thumb-wrapper {
  max-width: 1200px;
  margin: auto;
}
.inagi_mhgl .swiper {
  overflow: visible;
}
.inagi_mhgl .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  -o-transition-property: opacity, transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.inagi_mhgl .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.inagi_mhgl .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.inagi_mhgl .slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.inagi_mhgl .slide-media {
  display: block;
  padding-top: 66.7%;
}
.inagi_mhgl .slide-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.inagi_mhgl .slide-title {
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left:20px;
  color: #fff;
  font-size: 14px;
}
.inagi_mhgl .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1000px;
}
.inagi_mhgl .thumb-media {
  padding-top: 66%;
  cursor: pointer;
}
.inagi_mhgl .thumb-media-active {
  opacity: 0.3;
}
.inagi_mhgl .swiper-slide-prev, .inagi_mhgl .swiper-slide-next {
  opacity: .4;
}
/*  */
.inagi_mhgl {
  padding: 45px 0 115px;
}
.inagi_mhgl h2 {
  margin: 0 auto 45px;
  text-align: center;
  color: #ada098;
  font-size: 21px;
}
.mh_g01 {
  background: url(../images/modelhouse/bg_no1.jpg) repeat center top / 100% auto;
}
.mh_g02 {
  background: url(../images/modelhouse/bg_no2.jpg) repeat center top / 100% auto;
}
.mh_g03 {
  background: url(../images/modelhouse/bg_no3.jpg) repeat center top / 100% auto;
}
@media only screen and (max-width: 1024px) {
/* sub_mv */
#inagi .sub_mv {
  padding: 70px 0 65px;
}
#inagi .sub_mv h1 {
  font-size: 18px;
}
/* mh_about */
.mh_about {
  padding: 40px 0;
}
.mh_about h2 {
  font-size: 18px;
  margin: 0 auto 30px;
}
.mh_about p {
  font-size: 12px;
}
/* slider */
.inagi_mhgl .swiper-controller {
  padding-top: 62.5%;
}
.inagi_mhgl .slide-media {
  padding-top: 66.5%;
}
.inagi_mhgl .slide-title {
  position: relative;
  bottom: unset;
  left:unset;
  text-align: center;
  margin: 10px auto;
}
.inagi_mhgl .thumb-wrapper {
  display: none;
}
.inagi_mhgl .swiper-slide-prev, .inagi_mhgl .swiper-slide-next {
  opacity: 1;
}
.inagi_mhgl .swiper-button-next, .inagi_mhgl .swiper-button-prev {
  background-image: none;
}
.inagi_mhgl .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  bottom:30px!important;
}
.inagi_mhgl .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  cursor: pointer;
}
.inagi_mhgl .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
 /* 前へ / 次へボタン */
 .inagi_mhgl .swiper-navigation-icon {
  display: none;
 }
 .inagi_mhgl .swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.inagi_mhgl .swiper-button-prev {
  left: 15px!important;
}
.inagi_mhgl .swiper-button-next {
  right: 15px!important;
}
.inagi_mhgl .swiper-button-prev::after, .inagi_mhgl .swiper-button-next::after {
  width: 15px;
  height: 15px;
  content: "";
  border: solid #fff;
  border-width: 4px 4px 0 0;
}
.inagi_mhgl .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.inagi_mhgl .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.inagi_mhgl .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.inagi_mhgl .swiper-button-prev, .inagi_mhgl .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.inagi_mhgl .swiper-button-prev::after, .inagi_mhgl .swiper-button-next::after {
  border-color: #fff;
}
/*  */
.inagi_mhgl {
  padding: 45px 0 60px;
  position: relative;
}
.inagi_mhgl h2 {
  margin: 0 auto 20px;
  font-size: 14px;
}
}