body {
  margin: 0;
  padding: 0;
}

.dh_lp_wrapper {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #444;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper {
    font-size: 13px;
    line-height: 24px;
  }
}
.dh_lp_wrapper * {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper .sp {
  display: none;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .sp {
    display: inherit;
  }
}
.dh_lp_wrapper a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.dh_lp_wrapper a:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .img-box {
  text-align: center;
}
.dh_lp_wrapper .img-box img {
  vertical-align: bottom;
  width: 100%;
}
.dh_lp_wrapper .credit {
  margin-top: 40px;
  list-style: none;
  line-height: 1.4;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .credit {
    margin-top: 25px;
  }
}
.dh_lp_wrapper .credit li + li {
  margin-top: 6px;
}
.dh_lp_wrapper .credit .note {
  font-size: 10px;
}
.dh_lp_wrapper .credit a {
  margin-left: 6px;
  font-size: 13px;
  text-decoration: underline;
}
.dh_lp_wrapper .mv {
  width: 100%;
}
.dh_lp_wrapper .lead {
  padding: 100px 20px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .lead {
    padding: 50px 20px;
    margin-bottom: 40px;
  }
}
.dh_lp_wrapper .lead .img-box {
  width: 142px;
  margin: 0 auto;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .lead .img-box {
    width: 100px;
  }
}
.dh_lp_wrapper .lead .text-box {
  max-width: 692px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .lead .text-box {
    margin-top: 30px;
  }
}
.dh_lp_wrapper .lead .text-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .lead .text-box p {
    font-size: 13px;
    line-height: 26px;
  }
}
.dh_lp_wrapper .lead .text-box p + p {
  margin-top: 16px;
}
.dh_lp_wrapper .about {
  background: url(images/bg-about.png) no-repeat center center/100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1420px;
  margin: 0 auto;
  padding: 100px 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .about {
    background: url(images/bg-about-sp.png) no-repeat center center/100% 100%;
    width: calc(100% - 20px);
    padding: 50px 20px;
    margin-bottom: 60px;
  }
}
.dh_lp_wrapper .about .main-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .about .main-text {
    font-size: 15px;
    line-height: 28px;
  }
}
.dh_lp_wrapper .about .sub-text {
  margin-top: 32px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .about .sub-text {
    margin-top: 20px;
    font-size: 12px;
  }
}
.dh_lp_wrapper .styling {
  width: calc(100% - 40px);
  max-width: 1008px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .styling {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    padding: 60px 0;
  }
}
.dh_lp_wrapper .styling h2 {
  margin-bottom: 80px;
  font-family: "parlare", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #708cac;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .styling h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.dh_lp_wrapper .styling .styling-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .styling .styling-box {
    display: block;
  }
}
.dh_lp_wrapper .styling .img-box {
  width: 700px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .styling .img-box {
    width: 100%;
  }
}
.dh_lp_wrapper .styling .text-box {
  z-index: 1;
  position: relative;
  width: 338px;
  margin: 0 28px 0 -60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .styling .text-box {
    width: auto;
    margin: 25px 0 0;
    padding: 0;
  }
}
.dh_lp_wrapper .styling-01 {
  padding-top: 140px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .styling-01 {
    padding-top: 40px;
  }
}
.dh_lp_wrapper .styling-02 {
  margin-bottom: 40px;
}
.dh_lp_wrapper .styling-02 .styling-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dh_lp_wrapper .styling-02 .text-box {
  margin: 0 -60px 0 28px;
  padding-bottom: 100px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .styling-02 .text-box {
    margin: 25px 0 0;
    padding: 0;
  }
}
.dh_lp_wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  width: calc(100% - 40px);
  max-width: 1008px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    padding: 40px 0;
  }
}
.dh_lp_wrapper .item .img-box {
  width: 480px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .item .img-box {
    width: 100%;
  }
}
.dh_lp_wrapper .item .text-box {
  width: 420px;
  margin-right: 60px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .item .text-box {
    width: auto;
    margin-right: 0;
    margin-top: 25px;
  }
}
.dh_lp_wrapper .item h3 {
  margin-bottom: 40px;
  font-family: "parlare", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #708cac;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .item h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
  }
}
.dh_lp_wrapper .item-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dh_lp_wrapper .item-02 .text-box {
  margin-right: 0;
  margin-left: 60px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .item-02 .text-box {
    margin-left: 0;
  }
}
.dh_lp_wrapper .btn-container {
  text-align: center;
  padding: 140px 0 100px;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .btn-container {
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 0;
    margin: 100px auto 0;
    width: 100%;
    max-width: 90%;
  }
}
.dh_lp_wrapper .btn-container p {
  text-align: center;
  font-size: 16px;
  margin: 42px auto 0;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 200;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .btn-container p {
    font-size: 10px;
    margin-top: 20px;
  }
}
.dh_lp_wrapper .btn-container a.dh_lp_arrow {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 25px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 68px;
  font-size: 17px;
  font-weight: lighter;
  font-family: "Noto Serif JP", serif;
  color: #000;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #4c4c4c;
  position: relative;
}
@media screen and (max-width: 786px) {
  .dh_lp_wrapper .btn-container a.dh_lp_arrow {
    width: 100%;
    font-size: 15px;
    line-height: 4;
  }
}
.dh_lp_wrapper .btn-container a.dh_lp_arrow:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .btn-container a.dh_lp_arrow::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}/*# sourceMappingURL=style.css.map */