nav .nav_list01 li a.model::after, nav .nav_list01 li span.model::after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  background-color: #f5f3d6;
  position: absolute;
  bottom: -30%;
  left: -5%;
}

header #sp_menu nav .nav_list01 li a.model::after, header #sp_menu nav .nav_list01 li span.model::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #f5f3d6;
  position: absolute;
  bottom: 14%;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .bottom nav .nav_list01 li a.model::after, .bottom nav .nav_list01 li span.model::after {
    width: 80%;
    height: 2px;
    bottom: 14%;
    left: 10%;
  }
}

.sub_txt {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  position: absolute;
  right: 0.7em;
  bottom: 0.5em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1180px) {
  .sub_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sub_txt {
    font-size: 2.4vw;
  }
}

.bg01 {
  background-color: #1e1210;
}

.wrap02 {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  .wrap02 {
    max-width: none;
    width: 86.8vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 {
    width: 86.7%;
  }
}

h2.stitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  color: #f3ca72;
}
@media screen and (max-width: 1180px) {
  h2.stitle {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  h2.stitle {
    font-size: 4vw;
  }
}

#mv {
  position: relative;
}

#head_content01 .wrap02 {
  padding: 110px 0 60px;
}
@media screen and (max-width: 1180px) {
  #head_content01 .wrap02 {
    padding: 9.3vw 0 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content01 .wrap02 {
    padding: 15.7vw 0 7.3vw;
  }
}
#head_content01 .txt01 {
  max-width: 508px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #head_content01 .txt01 {
    max-width: none;
    width: 43.1vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content01 .txt01 {
    width: 56.8vw;
  }
}

#slide .box_slick_thum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 1180px) {
  #slide .box_slick_thum {
    margin-top: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .box_slick_thum {
    margin-top: 9.3vw;
  }
}
#slide .box_slick_thum li {
  display: block;
  width: 9.6%;
  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(35, 24, 31, 0.7);
  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: 1180px) {
  #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.7);
  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: 1180px) {
  #slide .slick-prev,
  #slide .slick-next,
  #slide .slick-prev:before,
  #slide .slick-next:before {
    width: 5.4vw;
    height: 5.4vw;
  }
}
@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: 1180px) {
  #slide .slick-prev {
    left: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .slick-prev {
    left: 0.8vw;
  }
}
#slide .slick-prev::before {
  background-image: url(../images/arrow_l.png);
  background-position: right center;
}
#slide .slick-next {
  right: 5px;
}
@media screen and (max-width: 1180px) {
  #slide .slick-next {
    right: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #slide .slick-next {
    right: 0.8vw;
  }
}
#slide .slick-next::before {
  background-image: url(../images/arrow_r.png);
  background-position: left center;
}

#note {
  padding: 125px 0 40px;
}
@media screen and (max-width: 1180px) {
  #note {
    padding: 10.6vw 0 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #note {
    padding: 12vw 0 6vw;
  }
}
#note p {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  #note p {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #note p {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=style_modelroom.css.map */