/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
.br_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .br_sp {
    display: block;
  }
}
.mv {
  position: relative;
  width: 100%;
}

.mv_img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mv_title {
  position: absolute;
  width: 90%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 1;
}

#contents {
  padding: 10em 0;
  font-family: "Shippori Mincho B1", serif;
}
@media only screen and (max-width: 768px) {
  #contents {
    padding: 2em 0;
  }
}
#contents sub {
  font-size: 12px;
  color: #000;
}
#contents .main {
  text-align: center;
  padding: 0 0 3em;
}
#contents .main .lead {
  font-size: clamp(29px, 1.269rem + 2.32dvw, 50px);
  color: #94502c;
  font-weight: bold;
}
#contents .main .copy {
  font-size: clamp(24px, 1.086rem + 1.77dvw, 40px);
  margin: 0 0 1em;
  font-weight: bold;
}
#contents .main .txt {
  font-size: clamp(14px, 0.72rem + 0.66dvw, 20px);
}
@media only screen and (max-width: 768px) {
  #contents .main .txt {
    width: 90%;
    margin: 0 auto;
  }
}
#contents .slider {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  width: 95%;
}
#contents .slider .block {
  width: 100%;
  margin: 0 auto 3em;
}
@media only screen and (max-width: 768px) {
  #contents .slider .block {
    margin: 0 auto 0;
  }
}
#contents .slider .block h2 {
  background: url(../images/lp_90/bg-title.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 0.939rem + 1.33dvw, 32px);
  margin: 0 0 0.5em;
}
#contents .slider .block .txt {
  font-size: clamp(14px, 0.72rem + 0.66dvw, 20px);
  text-align: center;
  margin: 0 0 2em;
}
@media only screen and (max-width: 768px) {
  #contents .slider .block .txt {
    width: 90%;
    margin: 0 auto 1em;
  }
}
#contents .slider .block .img {
  margin: 0 auto 1em;
  padding: 0 2.5% 0 17.5%;
}
@media only screen and (max-width: 768px) {
  #contents .slider .block .img {
    padding: 0 0 0 10%;
    width: 100%;
  }
}
#contents .slider .block .note {
  font-size: 10px;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contents .slider .block .note {
    width: 95%;
  }
}
#contents .other {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  gap: 2em;
}
@media only screen and (max-width: 768px) {
  #contents .other {
    display: block;
    width: 90%;
  }
  #contents .other li:first-child {
    margin: 0 0 1em;
  }
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  background: none;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev:after,
.slick-next:after {
  display: none;
}

.slick-prev {
  background: url(../images/lp_90/prev.png) no-repeat 0 0;
  background-size: 100%;
}

.slick-next {
  background: url(../images/lp_90/next.png) no-repeat 0 0;
  background-size: 100%;
}/*# sourceMappingURL=lp_90.css.map */