main {
  background: none;
}

.wrap_sp {
  max-width: 1025px;
}
@media screen and (max-width: 1080px) {
  .wrap_sp {
    max-width: none;
    width: 94.9%;
  }
}
@media screen and (max-width: 768px) {
  .wrap_sp {
    width: 92.2%;
  }
}

.sub_txt01 {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 10px;
  color: #fff;
  text-shadow: 2px 2px 3px #000, 0 0 10px #000;
}
@media screen and (max-width: 1080px) {
  .sub_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sub_txt01 {
    font-size: 2.2vw;
  }
}

#mv {
  background-image: url(../images/conceptroom/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #mv {
    height: 60.2vw;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    height: auto;
    background: none;
  }
}
#mv h1 {
  width: 567px;
}
@media screen and (max-width: 1080px) {
  #mv h1 {
    width: 52.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv h1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .sub_txt01 {
    color: #000;
    right: 0.5em;
    bottom: -2em;
    text-shadow: none;
  }
}

.cr_content {
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1080px) {
  .cr_content {
    padding-top: 8.3vw;
    padding-bottom: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .cr_content {
    padding-top: 10.9vw;
    padding-bottom: 7.8vw;
  }
}
.cr_content .message01 {
  font-size: 26px;
  text-align: center;
  line-height: 2.4em;
  letter-spacing: 0.24em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .cr_content .message01 {
    font-size: 2.4vw;
    margin-bottom: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  .cr_content .message01 {
    font-size: 5.3vw;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    margin-bottom: 8.3vw;
  }
}

#slide .box_slick_thum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  #slide .box_slick_thum {
    margin-top: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .box_slick_thum {
    margin-top: 5.3vw;
  }
}
#slide .box_slick_thum li {
  display: block;
  width: 9.8%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #slide .box_slick_thum li {
    width: 29.7%;
  }
  #slide .box_slick_thum li:nth-child(n+4) {
    margin-top: 5.3vw;
  }
}
#slide .box_slick_thum li .txt_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
  opacity: 1;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1080px) {
  #slide .box_slick_thum li .txt_box {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .box_slick_thum li .txt_box {
    font-size: 2.9vw;
  }
}
#slide .box_slick_thum li.thumbnail-current .txt_box, #slide .box_slick_thum li:hover .txt_box {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
#slide .slick-prev,
#slide .slick-next {
  z-index: 11;
}
#slide .slick-prev:before,
#slide .slick-next:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
#slide .slick-prev,
#slide .slick-next,
#slide .slick-prev:before,
#slide .slick-next:before {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 1080px) {
  #slide .slick-prev,
  #slide .slick-next,
  #slide .slick-prev:before,
  #slide .slick-next:before {
    width: 5.9vw;
    height: 5.9vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .slick-prev,
  #slide .slick-next,
  #slide .slick-prev:before,
  #slide .slick-next:before {
    width: 8.5vw;
    height: 8.5vw;
  }
}
#slide .slick-prev {
  left: 5px;
}
@media screen and (max-width: 1080px) {
  #slide .slick-prev {
    left: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .slick-prev {
    left: 0.8vw;
  }
}
#slide .slick-prev::before {
  background-image: url(../images/conceptroom/arrow_l.png);
  background-position: right center;
}
#slide .slick-next {
  right: 5px;
}
@media screen and (max-width: 1080px) {
  #slide .slick-next {
    right: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .slick-next {
    right: 0.8vw;
  }
}
#slide .slick-next::before {
  background-image: url(../images/conceptroom/arrow_r.png);
  background-position: left center;
}/*# sourceMappingURL=style_conceptroom.css.map */