@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
}

.dh_lp_wrapper {
  width: 100%;
  max-width: 1096px;
  margin: 0px auto 136px;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  /*---------- top-sec ----------*/
  /*---------- coordinate-sec ----------*/
  /*---------- credit ----------*/
  /*---------- item ----------*/
  /*---------- btn ----------*/
}
.dh_lp_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dh_lp_wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.dh_lp_wrapper a {
  text-decoration: none;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
  color: #222222;
}
.dh_lp_wrapper a:hover {
  opacity: 0.8;
}
.dh_lp_wrapper a:link, .dh_lp_wrapper a:visited, .dh_lp_wrapper a:active, .dh_lp_wrapper a:focus {
  text-decoration: none;
}
.dh_lp_wrapper .sp {
  display: none;
}
.dh_lp_wrapper .top-sec {
  margin: 0 auto 8.5%;
}
.dh_lp_wrapper .top-sec_image {
  margin: 0 auto 65px;
  max-width: 1000px;
}
.dh_lp_wrapper .top-sec p {
  font-size: 16px;
  text-align: center;
}
.dh_lp_wrapper .coordinate-sec {
  margin: 0 auto 18.5%;
  text-align: center;
}
.dh_lp_wrapper .coordinate-sec_head {
  margin: 4% auto 3%;
}
.dh_lp_wrapper .coordinate-sec_title {
  margin: 0 auto;
  font-size: 42px;
  line-height: 1;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.04em;
  text-align: center;
}
.dh_lp_wrapper .coordinate-sec_title span {
  padding: 0.1em 0.15em 0;
  color: #fff;
  background-color: #adb9e2;
  line-height: 0.9;
  display: inline-block;
}
.dh_lp_wrapper .coordinate-sec_lead-text {
  margin: 2% auto;
  text-align: center;
  font-size: 16px;
}
.dh_lp_wrapper .credit-area {
  width: 100%;
  margin: 3.5% auto 0;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
}
.dh_lp_wrapper .credit-area * {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.dh_lp_wrapper .credit-area li {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper .item-center {
  width: 80%;
  max-width: 480px;
  margin: 0 auto 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.dh_lp_wrapper .item-sec {
  margin: 0 auto 11.5%;
}
.dh_lp_wrapper .item-box {
  margin: 0 auto 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
.dh_lp_wrapper .item-box_inner {
  width: 48%;
}
.dh_lp_wrapper .item-box .top-margin {
  margin-top: 16.5%;
}
.dh_lp_wrapper .item-box .inner-text {
  padding-left: 7.5%;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.dh_lp_wrapper .item-box .inner-text .credit-area {
  margin-top: 0;
}
.dh_lp_wrapper .item-box.item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dh_lp_wrapper .item-box.item-reverse .inner-text {
  padding-left: 6%;
}
.dh_lp_wrapper #itemArea.coordinate-sec {
  margin-bottom: 13%;
}
.dh_lp_wrapper #itemArea .item-box {
  margin-bottom: 4%;
}
.dh_lp_wrapper .lp-btn {
  width: 80%;
  max-width: 332px;
  margin: 0 auto 20px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #fff;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
.dh_lp_wrapper .lp-btn:after {
  content: " ";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.dh_lp_wrapper .sales-info {
  margin: 2% auto 15%;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .dh_lp_wrapper {
    width: calc(100% - 30px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper {
    width: 100%;
  }
  .dh_lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .sp {
    display: block;
  }
  .dh_lp_wrapper .top-sec {
    margin-bottom: 15%;
  }
  .dh_lp_wrapper .top-sec_image {
    margin-bottom: 12%;
  }
  .dh_lp_wrapper .top-sec p {
    font-size: 14px;
  }
  .dh_lp_wrapper .credit-area li {
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.5;
  }
  .dh_lp_wrapper .coordinate-sec_head {
    margin-bottom: 10%;
  }
  .dh_lp_wrapper .coordinate-sec_title {
    margin-bottom: 5%;
    font-size: 32px;
  }
  .dh_lp_wrapper .coordinate-sec_title span {
    padding-top: 0.08em;
  }
  .dh_lp_wrapper .coordinate-sec_lead-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .dh_lp_wrapper .item-sec {
    margin-bottom: 15%;
  }
  .dh_lp_wrapper .item-center {
    width: 100%;
  }
  .dh_lp_wrapper .item-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
  }
  .dh_lp_wrapper .item-box_inner {
    width: 100%;
  }
  .dh_lp_wrapper .item-box .top-margin {
    margin-top: 0;
  }
  .dh_lp_wrapper .item-box .inner-text {
    padding-left: 0;
  }
  .dh_lp_wrapper .item-box.item-reverse .inner-text {
    padding-left: 0;
  }
  .dh_lp_wrapper .sales-info {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */