.mv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 60px;
  }
}
.mv-ttl {
  font-size: 92px;
  font-weight: 400;
  letter-spacing: 0.8rem;
  position: absolute;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv-ttl {
    font-size: 33px;
  }
}

/* common */
.inner-1200 {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

/* common */
/* main-section */
.main-section {
  background: url(../img/modelroom/bg.webp) no-repeat bottom right;
  background-size: cover;
  padding: 120px 0 200px;
}
@media screen and (max-width: 767px) {
  .main-section {
    padding: 30px 0;
  }
}
.main-section .intro-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 120px auto 100px;
}
@media screen and (max-width: 767px) {
  .main-section .intro-list {
    margin: 50px auto;
  }
}
.main-section .intro-list li {
  width: 30.6666666667%;
}
.main-section .intro-list li:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-section .intro-list li:nth-child(2) {
    margin-top: 20px;
  }
}
.main-section .intro-list li:nth-child(3) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .main-section .intro-list li:nth-child(3) {
    margin-top: 40px;
  }
}
.main-section .intro-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-section .intro-detail-img {
  width: 65.3333333333%;
}
@media screen and (max-width: 767px) {
  .main-section .intro-detail-img {
    width: 100%;
  }
}
.main-section .intro-detail-text {
  font-size: 32px;
  color: #93744A;
  width: 30.8333333333%;
}
@media screen and (max-width: 767px) {
  .main-section .intro-detail-text {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
}

.inner-1200 {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

/* main-section */
/* slide-section */
.slide-section {
  margin: 200px auto 100px;
}
@media screen and (max-width: 767px) {
  .slide-section {
    margin: 50px auto 30px;
  }
}
.slide-section .slick-list {
  padding: 0 !important;
}
.slide-section .slider-nav .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 767px) {
  .slide-section .slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 10px;
  }
  .slide-section .slider-nav .slick-track::before, .slide-section .slider-nav .slick-track::after {
    content: none;
  }
}
.slide-section .slider-nav .slick-track .slick-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  position: relative;
  width: 18.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .slide-section .slider-nav .slick-track .slick-slide {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 48% !important;
  }
}
.slide-section .slider-nav .slick-track .slick-slide:not(:nth-child(5n)) {
  margin-right: 1.6666666667%;
}
@media screen and (max-width: 767px) {
  .slide-section .slider-nav .slick-track .slick-slide:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
.slide-section .slider-nav .slick-track .slick-slide:before {
  background: rgba(33, 21, 14, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.slide-section .slider-nav .slick-track .slick-slide .thumb-text {
  color: #E4DCD1;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  text-align: center;
  padding: 5px;
}
.slide-section .slider-nav .slick-track .slick-slide.slick-current:before,
.slide-section .slider-nav .slick-track .slick-slide.slick-current .thumb-text, .slide-section .slider-nav .slick-track .slick-slide:hover:before,
.slide-section .slider-nav .slick-track .slick-slide:hover .thumb-text {
  opacity: 0;
}
.slide-section .slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin: 40px auto;
  position: relative;
  max-width: 256px;
}
@media screen and (max-width: 767px) {
  .slide-section .slider-controls {
    margin: 20px auto;
  }
}
.slide-section .slider-controls .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
}
.slide-section .slider-controls .slick-dots li {
  margin: 0 4px;
}
.slide-section .slider-controls .slick-dots li.slick-active button {
  background: #9C7D5E;
}
.slide-section .slider-controls .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #B7B7B7;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
}
.slide-section .slider-controls .slick-prev,
.slide-section .slider-controls .slick-next {
  height: 32px;
  width: 32px;
  position: relative;
  z-index: 1;
}
.slide-section .slider-controls .slick-prev {
  background: url(../img/modelroom/arw-prev.svg) no-repeat center;
  background-size: contain;
}
.slide-section .slider-controls .slick-next {
  background: url(../img/modelroom/arw-next.svg) no-repeat center;
  background-size: contain;
}

/* slide-section */