.slick-slide img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .slick-slide img.sp {
    display: block;
  }
}
.slick-slide img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none;
  }
}

.thum_box {
  background-color: #F9F9F9;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .thum_box {
    padding-top: 5.3vw;
  }
}
.thum_box .box_slick_thum {
  max-width: 686px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thum_box .box_slick_thum {
    max-width: none;
    width: 94.7%;
  }
}
.thum_box .box_slick_thum .thumbnail-item {
  width: 31.8%;
  opacity: 0.4;
  cursor: pointer;
}
.thum_box .box_slick_thum .thumbnail-item.thumbnail-current {
  opacity: 1;
}
.thum_box .js-slick_dots {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thum_box .js-slick_dots {
    max-width: none;
    width: 94.7%;
    margin-top: 4.7vw;
  }
}
.thum_box .js-slick_dots .dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #9fa0a0;
  border-radius: 50%;
  margin: 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .thum_box .js-slick_dots .dot {
    width: 2.7vw;
    height: 2.7vw;
    margin: 0 1.5vw;
  }
}
.thum_box .js-slick_dots .dot.active {
  background-color: #3394c2;
}
.thum_box .line {
  width: 100%;
  height: 4px;
  margin-top: 45px;
  background: rgb(46, 167, 224);
  background: linear-gradient(90deg, rgb(46, 167, 224) 0%, rgb(19, 174, 103) 100%);
}
@media screen and (max-width: 768px) {
  .thum_box .line {
    height: 0.4vw;
    margin-top: 4.7vw;
  }
}

.owener_link {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .owener_link {
    width: 12.4vw;
  }
}

#new_content {
  background-color: #F9F9F9;
}
#new_content .inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  #new_content .inner {
    max-width: none;
    width: 86%;
  }
}
@media screen and (max-width: 999px) {
  #new_content .inner {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  #new_content .inner {
    width: 80%;
    padding-bottom: 9.3vw;
  }
}
#new_content .inner .ban01 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  #new_content .inner .ban01 {
    margin-top: 8vw;
  }
}
#new_content .inner .preview {
  /* margin-top: 80px; */
}
@media screen and (max-width: 768px) {
  #new_content .inner .preview {
    /* margin-top: 8vw; */
  }
}
#new_content .inner .preview .title {
  width: 34.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #new_content .inner .preview .title {
    width: 48%;
  }
}
#new_content .inner .preview .txt01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #new_content .inner .preview .txt01 {
    margin-top: 4.3vw;
  }
}
#new_content .inner .preview .request {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #new_content .inner .preview .request {
    margin-top: 4.3vw;
  }
}
#new_content .inner .preview .request .txt02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#new_content .inner .preview .request .btn01 {
  position: absolute;
  width: 36.4%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
}
@media screen and (max-width: 768px) {
  #new_content .inner .preview .request .btn01 {
    width: 52.5%;
    bottom: 4%;
  }
}
#new_content .inner .catch {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #new_content .inner .catch {
    margin-top: 6.7vw;
  }
}
#new_content .inner .ban_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 40px; */
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #new_content .inner .ban_list {
    /* margin-top: 4vw; */
    margin-top: 6.7vw;
  }
}
#new_content .inner .ban_list li + li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #new_content .inner .ban_list li + li {
    margin-top: 5.3vw;
  }
}
#new_content .inner .ban_list li {
  width: 100%;
}/*# sourceMappingURL=top2.css.map */