/*------ all ------*/
body {
  overflow-x: hidden;
}

.dh_lp_wrapper {
  width: 100%;
  margin: 0px auto 100px;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
}
.dh_lp_wrapper * {
  font-family: "Noto Serif JP", serif;
  margin: 0;
}
.dh_lp_wrapper .pc {
  display: block !important;
}
.dh_lp_wrapper .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .sp {
    display: block !important;
  }
  .dh_lp_wrapper .pc {
    display: none !important;
  }
}
.dh_lp_wrapper .img-box {
  text-align: center;
}
.dh_lp_wrapper img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}
.dh_lp_wrapper ul,
.dh_lp_wrapper li {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper h1,
.dh_lp_wrapper h2,
.dh_lp_wrapper h3,
.dh_lp_wrapper h4,
.dh_lp_wrapper h5,
.dh_lp_wrapper p,
.dh_lp_wrapper a {
  margin: 0;
  color: #444;
}
.dh_lp_wrapper a {
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  text-decoration: underline;
}
.dh_lp_wrapper a,
.dh_lp_wrapper a img {
  text-decoration: none;
  transition-duration: 0.3s;
  cursor: pointer;
}
.dh_lp_wrapper a:hover,
.dh_lp_wrapper a:hover img {
  opacity: 0.8;
  text-decoration: none;
}
.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 ul {
  list-style: none;
}
.dh_lp_wrapper {
  /*---------- credit ----------*/
}
.dh_lp_wrapper .credit-area p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin: 0 auto;
}
.dh_lp_wrapper .credit-area p:not(.item_detail_text) {
  margin-bottom: 4px;
}
.dh_lp_wrapper .credit-area p.bottom_none {
  margin-bottom: 0;
}
.dh_lp_wrapper .credit-area p.no_arrival {
  line-height: 22px;
}
.dh_lp_wrapper .credit-area p.note {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.dh_lp_wrapper .credit-area .item_detail_text {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}
.dh_lp_wrapper .dh_lp_wrapper_contents {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.dh_lp_wrapper {
  /*---------- top-sec ----------*/
}
.dh_lp_wrapper .top-sec {
  margin: 0 auto 144px;
}
.dh_lp_wrapper .top-sec h1 {
  margin: 0 auto 83px;
}
.dh_lp_wrapper .top-sec p {
  font-size: 16px;
  text-align: center;
}
.dh_lp_wrapper .sec {
  display: flex;
  flex-direction: column;
  row-gap: 57px;
}
.dh_lp_wrapper .sec.item-sec {
  margin: 0 auto 100px;
}
.dh_lp_wrapper .sec .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.dh_lp_wrapper .sec .content-box.reverse {
  flex-direction: row-reverse;
}
.dh_lp_wrapper .sec .content-box .img-box {
  width: 50%;
  max-width: 480px;
}
.dh_lp_wrapper .sec .content-box .text-box {
  width: 50%;
  max-width: 480px;
}
.dh_lp_wrapper .sec .content-box .text-box h2 {
  margin: 0 auto;
  font-family: "Yu Mincho Demibold", serif;
  font-size: 40px;
  color: #C9916E;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}
.dh_lp_wrapper .sec .content-box .text-box .description {
  text-align: left;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 28px;
}
.dh_lp_wrapper .sec.other-sec {
  margin: 0 auto 100px;
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 20px;
  background-color: #C78D68;
}
.dh_lp_wrapper .sec.other-sec .title-box {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.dh_lp_wrapper .sec.other-sec .title-box .other-title {
  font-family: "Yu Mincho Demibold", serif;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  max-width: none;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .img-box {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box {
  width: 100%;
  max-width: 100%;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #FFFFFF;
  opacity: 0.9;
  text-align: left;
  min-height: 140.4px;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area {
  width: 100%;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area li {
  margin-bottom: 6px;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area li:last-child {
  margin-bottom: 0;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area p,
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area a {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  word-break: break-word;
}
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area a,
.dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area a:hover {
  text-decoration: none;
}
.dh_lp_wrapper {
  /*---------- btn_area ----------*/
}
.dh_lp_wrapper .btn-container {
  text-align: center;
  margin-top: 40px;
}
.dh_lp_wrapper .btn-container p {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper {
    font-size: 13px;
    margin: 0px auto 50px;
    /*---------- credit ----------*/
  }
  .dh_lp_wrapper .credit-area .item_detail_text {
    font-size: 10px;
  }
  .dh_lp_wrapper .credit-area li p {
    margin: 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .dh_lp_wrapper .dh_lp_wrapper_contents {
    width: 100%;
  }
  .dh_lp_wrapper .top-sec {
    width: 90%;
    margin: 0 auto 15%;
  }
  .dh_lp_wrapper .top-sec h1 {
    margin: 0 auto 10%;
  }
  .dh_lp_wrapper .top-sec p {
    font-size: 14px;
    text-align: left;
  }
  .dh_lp_wrapper .sec.item-sec {
    width: 90%;
    margin: 0 auto 70px;
    row-gap: 50px;
  }
  .dh_lp_wrapper .sec .content-box {
    flex-direction: column;
  }
  .dh_lp_wrapper .sec .content-box.reverse {
    flex-direction: column;
  }
  .dh_lp_wrapper .sec .content-box .img-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .sec .content-box .text-box {
    width: 100%;
    max-width: 100%;
  }
  .dh_lp_wrapper .sec .content-box .text-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .dh_lp_wrapper .sec .content-box .text-box .description {
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .sec.other-sec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 70px;
    padding: 60px 0;
  }
  .dh_lp_wrapper .sec.other-sec .title-box .other-title {
    font-size: 30px;
  }
  .dh_lp_wrapper .sec.other-sec .other-content-wrap {
    flex-direction: column;
    width: 90%;
    max-width: 90%;
    gap: 50px 0;
  }
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .img-box {
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .description {
    font-size: 14px;
    line-height: 27px;
    min-height: auto;
    margin-bottom: 20px;
    text-align: left;
    color: #FFFFFF;
  }
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area {
    width: 100%;
  }
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area p,
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area a,
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area li p {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 10px;
    word-break: break-word;
  }
  .dh_lp_wrapper .sec.other-sec .other-content-wrap .content-box .text-box .credit-area a {
    text-decoration: none;
  }
  .dh_lp_wrapper .btn-container p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */