/* CSS Document */
/*------ all ------*/
.dh_lp_wrapper {
  overflow: hidden;
  font-family: "Noto Serif JP", "the-seasons", serif;
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  /*---------- btn-container ----------*/
  /*------ responsive tag ------*/
}
.dh_lp_wrapper * {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.dh_lp_wrapper a {
  color: #444444;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.dh_lp_wrapper img {
  width: 100%;
}
.dh_lp_wrapper a:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .lp_flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dh_lp_wrapper .top_sec {
  margin: 0 auto;
  text-align: center;
}
.dh_lp_wrapper .top_sec .top_sec_image {
  max-width: 1000px;
  margin: 0 auto;
}
.dh_lp_wrapper .top_sec .top_sec_image img {
  margin: 0 auto;
  text-align: center;
}
.dh_lp_wrapper .lead_txt {
  font-weight: 300;
  font-size: 16px;
  margin: 72px auto 153px;
  width: 85%;
}
.dh_lp_wrapper .main_sec {
  background-color: #F4F1F1;
  padding: 100px 0;
}
.dh_lp_wrapper .main_sec .lp_flex_container {
  max-width: 1000px;
  gap: 40px;
}
.dh_lp_wrapper .main_sec .lp_flex_container .main_img {
  width: 52%;
  line-height: 1;
}
.dh_lp_wrapper .main_sec .lp_flex_container .main_txt {
  width: 44.2%;
  position: relative;
  top: -13px;
}
.dh_lp_wrapper .main_sec .lp_flex_container .main_txt h3 {
  font-family: "the-seasons", serif;
  font-weight: 400;
  font-size: 44px;
  color: #F0335C;
  margin-bottom: 10px;
}
.dh_lp_wrapper .main_sec .lp_flex_container .main_txt p {
  margin-bottom: 20px;
  max-width: 362px;
}
.dh_lp_wrapper .credit {
  margin-top: 8px;
}
.dh_lp_wrapper .styling_sec {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
.dh_lp_wrapper .styling_sec h2 {
  font-family: "the-seasons", serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}
.dh_lp_wrapper .styling_sec .lp_flex_container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 100px;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dh_lp_wrapper .styling_sec .styling_container {
  max-width: 480px;
  width: 48%;
}
.dh_lp_wrapper .styling_sec .styling_container:nth-of-type(2) {
  position: relative;
  top: 360px;
}
.dh_lp_wrapper .main_sec_02 .lp_flex_container .main_img {
  width: 48%;
}
.dh_lp_wrapper .main_sec_02 .lp_flex_container_2 {
  margin-top: 40px;
  max-width: 858px;
  gap: 40px;
}
.dh_lp_wrapper .main_sec_02 .lp_flex_container_2 .main_img_2 {
  width: 47.9%;
}
.dh_lp_wrapper .btn-container {
  text-align: center;
  margin-top: 100px;
}
.dh_lp_wrapper .btn-container p {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 6%;
}
.dh_lp_wrapper .btn-container a.btn.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: #000000;
  letter-spacing: 1.6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #4c4c4c;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.dh_lp_wrapper .btn-container a:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .btn-container .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);
}
.dh_lp_wrapper .pc {
  display: block !important;
}
.dh_lp_wrapper .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper {
    font-size: 13px;
    /*---------- btn-container ----------*/
  }
  .dh_lp_wrapper .sp {
    display: block !important;
  }
  .dh_lp_wrapper .pc {
    display: none !important;
  }
  .dh_lp_wrapper .lead_txt {
    font-size: 14px;
    margin: 10% auto 15%;
  }
  .dh_lp_wrapper .lp_flex_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dh_lp_wrapper .main_sec {
    padding: 90px 0;
  }
  .dh_lp_wrapper .main_sec .lp_flex_container {
    width: 85%;
    gap: 0;
  }
  .dh_lp_wrapper .main_sec .lp_flex_container .main_img {
    width: 100%;
    line-height: 1;
  }
  .dh_lp_wrapper .main_sec .lp_flex_container .main_txt {
    width: 100%;
  }
  .dh_lp_wrapper .main_sec .lp_flex_container .main_txt h3 {
    font-size: 42px;
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: center;
  }
  .dh_lp_wrapper .main_sec .lp_flex_container .main_txt p {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .dh_lp_wrapper .styling_sec {
    padding: 90px 0;
  }
  .dh_lp_wrapper .styling_sec .lp_flex_container {
    width: 85%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_wrapper .styling_sec h2 {
    font-size: 42px;
    margin-bottom: 24px;
  }
  .dh_lp_wrapper .styling_sec .styling_container {
    width: 100%;
  }
  .dh_lp_wrapper .styling_sec .styling_container:nth-of-type(2) {
    top: 0px;
  }
  .dh_lp_wrapper .main_sec_02 .lp_flex_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dh_lp_wrapper .main_sec_02 .lp_flex_container_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .dh_lp_wrapper .main_sec_02 .lp_flex_container_2 .main_img_2 {
    width: 47.9%;
  }
  .dh_lp_wrapper .btn-container {
    font-size: 15px;
    letter-spacing: 0.06em;
    margin: 15% auto 10%;
    width: 85%;
  }
  .dh_lp_wrapper .btn-container a.btn.dh_lp_arrow {
    width: 100%;
    font-size: 15px;
    line-height: 4;
  }
  .dh_lp_wrapper .btn-container p {
    font-size: 10px;
    margin-top: 20px;
  }
  .dh_lp_wrapper .btn-container {
    padding-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */