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

/*----------lp----------*/
#MainContent {
  overflow-x: hidden;
}

.dh_lp_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #0d0d0d;
}
.dh_lp_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dh_lp_wrapper img {
  width: 100%;
  height: auto;
}
.dh_lp_wrapper a {
  text-decoration: none;
  color: #555;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dh_lp_wrapper a:hover {
  opacity: 0.7;
}
.dh_lp_wrapper .sp {
  display: none;
}
.dh_lp_wrapper .dh_lp_mainimg {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.dh_lp_wrapper .dh_lp_lead {
  width: 100%;
  margin: 6.5% 0 6.5%;
  padding: 4.8% 0;
  line-height: 2;
  position: relative;
}
.dh_lp_wrapper .dh_lp_lead::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f5edf1;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.dh_lp_wrapper .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 0;
  font-size: 14px;
  font-weight: bold;
}
.dh_lp_wrapper .credit li {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}
.dh_lp_wrapper .credit li:last-of-type {
  margin-bottom: 0;
}
.dh_lp_wrapper .credit li .onesize {
  margin: 0 0 0 10px;
}
.dh_lp_wrapper .credit p {
  text-decoration: none;
  margin: 0 0 0 10px;
  color: #535353;
}
.dh_lp_wrapper .credit span {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  padding: 0 4px 0;
  margin: 0 4px 0 10px;
}
.dh_lp_wrapper .credit span.regular {
  background: #404040;
}
.dh_lp_wrapper .credit span.large {
  background: #999999;
}
.dh_lp_wrapper .item01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 8.5%;
  padding: 0 4%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.7%;
     -moz-column-gap: 5.7%;
          column-gap: 5.7%;
  position: relative;
}
.dh_lp_wrapper .item01_1 {
  width: 54.3%;
}
.dh_lp_wrapper .item01_2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5%;
  text-align: left;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.dh_lp_wrapper .item02 {
  width: 100%;
  margin: 0 auto 8.5%;
  padding: 0 4%;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 3.2%;
     -moz-column-gap: 3.2%;
          column-gap: 3.2%;
  position: relative;
}
.dh_lp_wrapper .item02_1 {
  width: 50.8%;
}
.dh_lp_wrapper .item02_2 {
  width: 42.2%;
  text-align: left;
}
.dh_lp_wrapper .item02_2 .credit {
  margin-top: 10%;
}
.dh_lp_wrapper .item03 {
  width: 80%;
  max-width: 490px;
  margin: 0 auto 5%;
}
.dh_lp_wrapper .item03_1 {
  width: 100%;
}
.dh_lp_wrapper .item03_2 {
  width: 100%;
}
.dh_lp_wrapper .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-section {
  width: 100%;
  margin: 8% auto 8.5%;
  padding: 6.5% 0;
  position: relative;
}
.dh_lp_wrapper .item-section::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #cd387c;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.dh_lp_wrapper .item-section .credit {
  color: #fff;
}
.dh_lp_wrapper .item-section .credit a {
  color: #fff;
}
.dh_lp_wrapper .item-section > div:last-child {
  margin-bottom: 0;
}
.dh_lp_wrapper .dh_lp_btn-area {
  margin: 120px auto 140px;
  text-align: center;
}
.dh_lp_wrapper a.dh_lp_btn {
  width: 90%;
  max-width: 580px;
  margin: 0 auto 50px auto;
  padding: 18px 0;
  background-color: #353535;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.dh_lp_wrapper .dh_lp_bnr-area {
  width: 90%;
  margin: 140px auto 100px;
  max-width: 780px;
}
.dh_lp_wrapper .dh_lp_bnr-area a {
  margin: 40px auto 0;
  display: block;
}

@media screen and (max-width: 1000px) {
  .dh_lp_wrapper .item02 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .dh_lp_wrapper {
    /* btn_area */
    /* bnr_area */
  }
  .dh_lp_wrapper .sp {
    display: block;
  }
  .dh_lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .dh_lp_mainimg {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .dh_lp_wrapper .dh_lp_lead {
    margin: 10% auto;
    padding: 11% 0 10%;
    font-size: 13px;
    line-height: 1.7;
  }
  .dh_lp_wrapper .credit {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .dh_lp_wrapper .credit li {
    margin-bottom: 0.6em;
  }
  .dh_lp_wrapper .credit span {
    padding: 0 3px 0;
    margin: 0 4px 0 10px;
  }
  .dh_lp_wrapper .item01 {
    width: 100%;
    margin-bottom: 7%;
    padding: 0 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_wrapper .item01_1 {
    width: 100%;
  }
  .dh_lp_wrapper .item01_2 {
    width: 100%;
  }
  .dh_lp_wrapper .item02 {
    width: 100%;
    margin-bottom: 14%;
    padding: 0 2%;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_wrapper .item02_1 {
    width: 100%;
  }
  .dh_lp_wrapper .item02_2 {
    width: 100%;
  }
  .dh_lp_wrapper .item02 .credit {
    margin-top: 20px;
  }
  .dh_lp_wrapper .item03 {
    width: 100%;
    margin-bottom: 10%;
    padding: 0 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_wrapper .item03_1 {
    width: 100%;
  }
  .dh_lp_wrapper .item03_2 {
    width: 100%;
  }
  .dh_lp_wrapper .item-reverse .credit {
    margin: 20px 0 0;
  }
  .dh_lp_wrapper .item-section {
    margin: 18% auto;
    padding: 17% 0;
  }
  .dh_lp_wrapper .dh_lp_btn-area {
    width: 95%;
    margin: auto;
  }
  .dh_lp_wrapper .dh_lp_btn-area a.dh_lp_btn {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 20px auto;
  }
  .dh_lp_wrapper .dh_lp_bnr-area {
    width: 95%;
    margin: 20% auto;
  }
}/*# sourceMappingURL=style.css.map */