@charset "UTF-8";
/*COMMON*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.dh_lp_wrapper {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-bottom: 200px;
  left: 50%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  color: #333333;
  /* aタグ無効 */
  /* mv */
  /*lead*/
  /*itemdetails_wrap*/
  /* material */
  /* itemcredit */
  /* -- featureBox -- */
}
.dh_lp_wrapper ul,
.dh_lp_wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dh_lp_wrapper img {
  max-width: 100%;
}
.dh_lp_wrapper a.disabled,
.dh_lp_wrapper a.disabled:hover,
.dh_lp_wrapper a.disabled:focus,
.dh_lp_wrapper a.disabled:active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  user-select: none;
  touch-callout: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  -ms-user-select: none;
  -ms-touch-callout: none;
}
.dh_lp_wrapper .pc {
  display: inline;
}
.dh_lp_wrapper .sp {
  display: none;
}
.dh_lp_wrapper a {
  text-decoration: none;
  color: #202124;
}
@media (min-width: 768px) {
  .dh_lp_wrapper a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.dh_lp_wrapper .mv {
  margin: 0;
}
.dh_lp_wrapper .lead {
  margin: 0 auto;
  padding: 50px 0 60px;
}
.dh_lp_wrapper .lead_box {
  width: 80%;
  margin: 0 auto 80px;
  text-align: center;
}
.dh_lp_wrapper .lead_image {
  max-width: 800px;
  margin: 0 auto;
}
.dh_lp_wrapper .lead_box .lead_ttl {
  max-width: 650px;
  margin: 30px auto 25px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #202124;
}
.dh_lp_wrapper .lead_box p {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
.dh_lp_wrapper .lead_box p.lead_tac {
  text-align: center;
}
.dh_lp_wrapper .lead_block-images {
  max-width: 1020px;
  margin: 110px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
.dh_lp_wrapper .lead_block-images li {
  width: 31.5%;
}
.dh_lp_wrapper .itemdetails_wrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
}
.dh_lp_wrapper .itemdetails_wrap .ttl {
  max-width: 650px;
  margin: 0 auto 40px;
  font-size: 26px;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #202124;
}
.dh_lp_wrapper .itemdetails_lead-text {
  width: 88%;
  max-width: 800px;
  margin: auto;
  font-size: 14px;
  line-height: 2;
}
.dh_lp_wrapper .itemdetails_wrap .itemdetails_box {
  max-width: 960px;
  margin: 85px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8%;
  row-gap: 60px;
}
.dh_lp_wrapper .itemdetails_wrap .itemdetails_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dh_lp_wrapper .itemdetails_box_item {
  width: 46%;
  text-align: left;
}
.dh_lp_wrapper .itemdetails_box-ttl {
  margin: 10px auto 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
.dh_lp_wrapper .cont_text {
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
}
.dh_lp_wrapper .itemdetails_title {
  margin-bottom: 1em;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  color: #202124;
}
.dh_lp_wrapper #material {
  width: 100%;
  margin: auto;
  padding-bottom: 90px;
  position: relative;
}
.dh_lp_wrapper #material::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  background-color: #eff0f0;
  display: block;
  z-index: -1;
}
.dh_lp_wrapper .itemdetails_wrap#style .itemdetails_box {
  margin-top: 80px;
  margin-bottom: 180px;
}
.dh_lp_wrapper #style .style-ttl {
  max-width: 960px;
  margin: 55px auto 0;
  font-size: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.dh_lp_wrapper #style .style-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #202124;
  display: block;
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: -1;
}
.dh_lp_wrapper #style .style-ttl span {
  padding: 0 15px;
  background: #fff;
  display: inline-block;
}
.dh_lp_wrapper .itemcredit {
  margin: 0 auto;
  text-align: center;
}
.dh_lp_wrapper .itemcredit_name {
  margin: 20px auto 10px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.dh_lp_wrapper a.buybutton {
  padding: 0.3em 1.4em;
  border: 1px solid #202124;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dh_lp_wrapper a.buybutton:hover {
  background: #202124;
  color: #fff;
}
.dh_lp_wrapper .text-small {
  font-size: 0.9em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .dh_lp_wrapper {
    margin-bottom: 15%;
    /* lead */
    /* itemdetails */
  }
  .dh_lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .sp {
    display: inline;
  }
  .dh_lp_wrapper .lead {
    padding-bottom: 20px;
  }
  .dh_lp_wrapper .lead_box {
    width: 88%;
    margin-bottom: 50px;
  }
  .dh_lp_wrapper .lead_box .lead_ttl {
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto 15px;
    text-align: center;
  }
  .dh_lp_wrapper .lead_image {
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .lead_block-images {
    margin-top: 65px;
    margin-bottom: 20px;
    row-gap: 10px;
  }
  .dh_lp_wrapper .lead_block-images li {
    width: 48%;
  }
  .dh_lp_wrapper .lead_box img {
    margin: auto;
  }
  .dh_lp_wrapper .lead_box p {
    margin-top: 15px;
    line-height: 1.8;
  }
  .dh_lp_wrapper .itemdetails_wrap {
    width: 88%;
    margin: 0 auto 70px;
    padding-top: 20px;
  }
  .dh_lp_wrapper .itemdetails_wrap .ttl {
    margin: 30px auto 20px;
    font-size: 18px;
  }
  .dh_lp_wrapper .itemdetails_lead-text {
    line-height: 1.8;
  }
  .dh_lp_wrapper .cont_text {
    width: 88%;
    margin-top: 0.8em;
    margin-bottom: 0;
  }
  .dh_lp_wrapper .itemdetails_title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .dh_lp_wrapper .itemdetails_wrap .itemdetails_box {
    width: 100%;
    margin: 50px auto 60px;
    row-gap: 40px;
  }
  .dh_lp_wrapper .itemdetails_box_item {
    width: 100%;
    margin: 0 auto;
  }
  .dh_lp_wrapper .itemdetails_box-ttl {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .dh_lp_wrapper #material {
    padding-bottom: 10px;
  }
  .dh_lp_wrapper #material .cont_text {
    margin-top: 0.5em;
  }
  .dh_lp_wrapper #style.itemdetails_wrap {
    padding-top: 0;
    margin-top: 80px;
  }
  .dh_lp_wrapper #style .style-ttl {
    margin-top: 0;
    font-size: 18px;
  }
  .dh_lp_wrapper .itemdetails_wrap#style .itemdetails_box {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .dh_lp_wrapper .itemcredit_name {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.dh_lp_wrapper .featureBox {
  padding: 0 20px 95px;
}
.dh_lp_wrapper .featureBox .tit {
  font-size: 28px;
  text-align: center;
}
.dh_lp_wrapper .featureBox_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 25px;
  margin: 51px auto 0;
  max-width: 900px;
}
.dh_lp_wrapper .featureBox_inner:has(> div:only-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dh_lp_wrapper .featureBox_inner .img {
  margin: 0;
}
.dh_lp_wrapper .featureBox_inner .txt {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 6px;
  margin-bottom: 0;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper .featureBox_inner > * {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper .featureBox {
    padding-bottom: 70px;
  }
  .dh_lp_wrapper .featureBox .tit {
    font-size: 26px;
  }
  .dh_lp_wrapper .featureBox_inner {
    margin: 35px 0 -25px;
  }
  .dh_lp_wrapper .featureBox_inner > * {
    width: 48%;
  }
}
.dh_lp_wrapper .featureBox img {
  height: auto;
}
.dh_lp_wrapper .featureBox a {
  text-decoration: none;
}
.dh_lp_wrapper .featureBox .tit {
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
}
.dh_lp_wrapper .featureBox_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 51px auto 0;
  max-width: 900px;
}
.dh_lp_wrapper .featureBox_inner .txt {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 6px;
  color: #202124;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper .featureBox_inner > * {
    width: 30.6%;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper .featureBox {
    padding-bottom: 70px;
  }
  .dh_lp_wrapper .featureBox .tit {
    font-size: 26px;
  }
  .dh_lp_wrapper .featureBox_inner {
    margin: 35px 0 -25px;
  }
  .dh_lp_wrapper .featureBox_inner > * {
    width: 48%;
  }
}/*# sourceMappingURL=style.css.map */