/*! 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 0;
  font-family: "Shippori Mincho B1", serif;
}
@media only screen and (max-width: 768px) {
  #contents {
    padding: 2em 0 0;
  }
}
#contents .photo {
  position: relative;
}
#contents .sec01 {
  text-align: center;
}
#contents .sec01 h2 {
  font-size: clamp(24px, 1.086rem + 1.77dvw, 40px);
  margin: 0 0 1em;
  font-weight: bold;
}
#contents .sec01 h2 span {
  font-size: clamp(29px, 1.269rem + 2.32dvw, 50px);
  color: #c86414;
  letter-spacing: 0.1em;
}
#contents .sec01 .txt {
  font-size: clamp(14px, 0.72rem + 0.66dvw, 20px);
  margin: 0 0 3em;
}
@media only screen and (max-width: 768px) {
  #contents .sec01 .txt {
    width: 90%;
    margin: 0 auto 2em;
  }
}
#contents .sec01 .merit {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .sec01 .merit .block {
  width: 47%;
  margin: 0 0 3em;
}
@media only screen and (max-width: 768px) {
  #contents .sec01 .merit .block {
    width: 100%;
    margin: 0 0 1em;
  }
}
#contents .sec01 .merit .block dl {
  padding: 1em 0 0 0;
}
#contents .sec01 .merit .block dl dt {
  border-top: 1px solid #c86414;
  border-bottom: 1px solid #c86414;
  font-size: clamp(14px, 0.72rem + 0.66dvw, 20px);
  color: #c86414;
  padding: 0.25em 0;
}
#contents .sec01 .merit .block dl dd {
  font-size: clamp(12px, 0.646rem + 0.44dvw, 16px);
  color: #c86414;
  padding: 0.5em 0;
}
#contents .sec02 {
  padding: 0 0 10em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 {
    padding: 0 0 3em;
  }
}
#contents .sec02 .photo {
  margin: 0 auto 5em;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .photo {
    margin: 0 auto 2em;
  }
}
#contents .sec02 .photobox {
  gap: 2em;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .photobox {
    flex-wrap: wrap;
  }
}
#contents .sec02 .photobox .block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .photobox .block {
    width: 100%;
  }
}
#contents .sec02 .photobox .block .title {
  background: url(../images/lp_kitchen/bg-obi.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: clamp(14px, 0.72rem + 0.66dvw, 20px);
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#contents .sec02 .photobox .photo {
  z-index: 1;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .photobox .photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 230px;
  }
}
#contents .sec02 .photobox.btm {
  margin: 0 auto 5em;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .photobox.btm {
    margin: 0 auto 2em;
  }
}
#contents .sec02 .space {
  gap: 2em;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 5em;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .space {
    display: block;
    margin: 0 auto 2em;
  }
}
#contents .sec02 .space .left {
  width: 60%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .space .left {
    width: 100%;
    margin: 0 0 2em;
  }
}
#contents .sec02 .space .right {
  margin: 0;
  width: calc(40% - 2em);
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .space .right {
    width: 100%;
  }
}
#contents .sec02 .space .right dl {
  margin: 0 0 3em;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .space .right dl {
    margin: 0 0 1em;
  }
}
#contents .sec02 .space .right dl dt {
  font-size: clamp(17px, 0.829rem + 0.99dvw, 26px);
  color: #c86414;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
#contents .sec02 .space .right dl dt img {
  width: 67px;
  vertical-align: middle;
  margin: 0 0 0 0.5em;
}
@media only screen and (max-width: 768px) {
  #contents .sec02 .space .right dl dt img {
    width: 30px;
  }
}
#contents .sec02 .space .right dl dd {
  font-size: clamp(12px, 0.646rem + 0.44dvw, 16px);
}
#contents .sec02 .slider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 10%;
}
#contents .sec02 .slider .block {
  margin: 0 auto;
}
#contents .sec03 {
  background: #f1e7d1;
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  #contents .sec03 {
    padding: 2em 0;
  }
}
#contents .sec03 h2 {
  max-width: 750px;
  margin: 0 auto 1em;
  text-align: center;
  background: url(../images/lp_kitchen/bg-title.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: clamp(20px, 0.939rem + 1.33dvw, 32px);
  padding: 0.25em 0;
}
@media only screen and (max-width: 768px) {
  #contents .sec03 h2 {
    line-height: 1.3;
  }
}
#contents .sec03 .btn {
  max-width: 750px;
  width: 90%;
  margin: 0 auto 5em;
  gap: 2em;
}
@media only screen and (max-width: 768px) {
  #contents .sec03 .btn {
    margin: 0 auto 2em;
    gap: 1em;
    display: block;
  }
}
#contents .sec03 .btn li {
  margin: 0 0 1em;
}
#contents .sec03 .btn li a {
  display: block;
}
#contents .sec03 .other {
  max-width: 780px;
  margin: 0 auto;
  gap: 2em;
}
@media only screen and (max-width: 768px) {
  #contents .sec03 .other {
    gap: 1em;
    display: block;
  }
}
#contents .sec03 .other li {
  width: calc(50% - 1em);
}
@media only screen and (max-width: 768px) {
  #contents .sec03 .other li {
    width: 70%;
    margin: 0 auto 1em;
  }
}
#contents .sec03 .other li a {
  display: block;
  background: url(../images/lp_kitchen/bg-btn.png) no-repeat 50% 50%;
  background-size: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 0.793rem + 0.88dvw, 24px);
  line-height: 1.3;
  padding: 0.75em 1em 1.25em 0;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
}
#contents .sec03 .other li a::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../images/lp_kitchen/ico-arrow.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 45%;
  right: 12%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #contents .sec03 .other li a::after {
    width: 9px;
    height: 15px;
  }
}

.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_kitchen.css.map */