@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メインイメージ*/
#mainimg {
  height: auto;
  background: none;
  text-align: center;
  max-height: none;
  margin-bottom: 0;
}
#mainimg .title_wrap {
  position: relative;
  margin-bottom: 0;
}

.title_wrap h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 4rem;
  line-height: 0.6;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.main_ttl {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 15px;
}

/*type*/
#type {
  margin-bottom: 80px;
  padding-top: 30px;
}
#type .type__box {
  margin-bottom: 60px;
}
#type .type__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: calc(22px + 14 * (100vw - 375px) / 805);
  line-height: 1;
  font-weight: 500;
}
#type .type__ttl--red {
  margin-right: 0.25em;
  color: #6E193E;
}
#type .type__ttl--l {
  font-size: calc(32px + 26 * (100vw - 375px) / 805);
}
#type .type__slider {
  margin-bottom: 2%;
}
#type .type__label {
  margin: -18px auto 36px;
  text-align: center;
}
#type .type__label .label {
  display: inline-block;
  padding: 0.4em 2em;
  line-height: 1;
  font-size: 1em;
  color: #fff;
}
#type .type__label .furniture {
  background: #1386ba;
}
#type .type__label .virtual {
  background: #358e67;
}

.type__slider li {
  width: 92vw;
}

.slick-arrow {
  display: none !important;
}

/*-----　スリック　サムネイル　-----*/
.type__thumb .slick-track {
  width: 100% !important;
  transform: unset !important;
}
.type__thumb li {
  position: relative;
  width: 32% !important;
  margin: 0 2% 2% 0;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}
.type__thumb li:nth-of-type(3n) {
  margin-right: 0;
}
.type__thumb li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  padding: 25% 0;
  box-sizing: border-box;
  transition: 0.3s;
  content: "";
}
.type__thumb .slick-current::after {
  /*	display: none;*/
  opacity: 0;
}
.type__thumb li figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: calc(13px + 2 * (100vw - 375px) / 705);
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.type__thumb .slick-current figcaption {
  opacity: 0;
}

.type__slider-wp .slick-slide {
  height: auto;
}
.type__slider-wp .type__slider {
  margin-bottom: 8px;
}
.type__slider-wp .type__slider li {
  position: relative;
  padding: 0;
}

.slick-slider div {
  transition: none;
}

.type__slider figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .main_ttl {
    font-size: 2.2rem;
  }
  #type {
    margin-bottom: 100px;
    padding-top: 60px;
  }
  #type .type__ttl,
  #type .type__ttl--l {
    margin-bottom: 20px;
  }
  #type .type__copy {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  #type .type__label {
    margin: -12px auto 36px;
  }
  #type .type__label .label {
    padding: 0.4em 4em;
    font-size: 1.2em;
  }
  /*----- スリックサムネイル -----*/
  .type__thumb {
    width: 100%;
  }
  .type__thumb li {
    width: 15% !important;
  }
  .type__thumb li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .type__thumb li:nth-of-type(6n) {
    margin-right: 0;
  }
  .type__thumb li:hover {
    opacity: 0.8;
  }
  .type__slider-wp .type__slider li {
    width: 96vw;
    max-width: 800px;
  }
  .type__slider-wp .type__thumb {
    max-width: 1180px;
    margin: 0 auto;
  }
  .type__slider figcaption {
    font-size: 1.5rem;
  }
  .sp {
    display: none;
  }
  .pc_tab {
    display: block;
  }
  #merit .merit__link-txt span.pc_tab {
    display: inline-block;
  }
  .title_wrap h2 {
    font-size: 7rem;
  }
  #type .type__box {
    margin-bottom: 80px;
  }
}
/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1080px以上
------------------------------*/
@media screen and (min-width: 1080px) {
  #type .type__ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  #type .type__ttl--l {
    font-size: 5.8rem;
  }
  .type__slider figure {
    margin: 0 2vw;
  }
  .type__slider figcaption {
    right: 2vw;
    font-size: 1.8rem;
  }
  .type__thumb li figcaption {
    font-size: 15px;
  }
  .slick-list {
    overflow: visible !important;
  }
}
/*------------------------------
		1280px以上
------------------------------*/
/*# sourceMappingURL=style.css.map */
