@charset "UTF-8";
body,
html {
  margin: 0;
}

.dh_lp_wrapper {
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
  overflow: hidden;
}
.dh_lp_wrapper * {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游明朝", "Yu Mincho", "yu-mincho-pr6n", "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  list-style: none;
  line-height: 1;
  letter-spacing: 0.16px;
  color: #000;
}
.dh_lp_wrapper a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.dh_lp_wrapper a:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .lead_sec {
  margin-top: 96px;
}
.dh_lp_wrapper .lead_sec * {
  text-align: center;
}
.dh_lp_wrapper .lead_ttl {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 40px;
}
.dh_lp_wrapper .lead_txt {
  font-size: 20px;
  line-height: 40px;
}
.dh_lp_wrapper .contents_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 140px;
  max-width: 1025px;
  margin: 100px auto 0;
}
.dh_lp_wrapper .sec_tp1,
.dh_lp_wrapper .sec_tp3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dh_lp_wrapper .sec_tp1 .look_left {
  position: relative;
  z-index: 1;
  width: 57.8%;
  max-width: 578px;
}
.dh_lp_wrapper .sec_tp1 .look_left .look_img {
  position: relative;
  z-index: -1;
}
.dh_lp_wrapper .sec_tp1 .look_left .look_img::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1212/1790;
  top: 50px;
  left: 0;
  z-index: -2;
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ex-20260306/images/01_2.jpg");
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.dh_lp_wrapper .sec_tp1 .look_left .look_img_2::after {
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ex-20260306/images/08_2.jpg");
}
.dh_lp_wrapper .sec_tp1 .look_left.aos-animate .look_img::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
}
.dh_lp_wrapper .sec_tp1 .look_right {
  width: 45%;
  max-width: 450px;
  margin-top: 763px;
  margin-left: -25px;
  z-index: 2;
}
.dh_lp_wrapper .sec_tp1 .look_right p {
  margin-top: 35px;
  line-height: 2;
}
.dh_lp_wrapper .sec_tp1 .look_right_2 {
  margin-top: 665px;
}
.dh_lp_wrapper .sec_tp2 {
  width: 57.8%;
  max-width: 578px;
  margin: 0 auto;
}
.dh_lp_wrapper .sec_tp2_2 {
  width: 62%;
  max-width: 620px;
}
.dh_lp_wrapper .sec_tp3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
.dh_lp_wrapper .sec_tp3 .look_left,
.dh_lp_wrapper .sec_tp3 .look_right {
  width: 47.5%;
  max-width: 475px;
}
.dh_lp_wrapper .item_credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 22px;
}
.dh_lp_wrapper .item_credit * {
  font-family: "Meiryo UI", "Noto Sans JP", sans-serif;
}
.dh_lp_wrapper .cta {
  margin-top: 192px;
}
.dh_lp_wrapper .cta .cta_btn {
  display: block;
  width: 80%;
  max-width: 580px;
  height: 70px;
  line-height: 70px;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0 auto 45px;
  margin-bottom: 45px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.dh_lp_wrapper .cta .cta_btn:nth-of-type(2) {
  margin-bottom: 0;
}
.dh_lp_wrapper .cta .cta_btn:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .cta .cta_insta {
  display: block;
  width: 80%;
  max-width: 830px;
  margin: 157px auto 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.dh_lp_wrapper .cta .cta_insta:hover {
  opacity: 0.6;
}
.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 * {
    font-size: 12px;
  }
  .dh_lp_wrapper .lead_sec {
    margin-top: 56px;
  }
  .dh_lp_wrapper .lead_sec * {
    text-align: center;
  }
  .dh_lp_wrapper .lead_sec .lead_ttl {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .dh_lp_wrapper .lead_sec .lead_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .dh_lp_wrapper .contents_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    max-width: 100%;
    margin: 56px auto 0;
  }
  .dh_lp_wrapper .sec_tp1,
  .dh_lp_wrapper .sec_tp3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_wrapper .sec_tp1 {
    row-gap: 50px;
  }
  .dh_lp_wrapper .sec_tp1 .look_left {
    width: 84.8%;
    max-width: 100%;
    margin-right: auto;
  }
  .dh_lp_wrapper .sec_tp1 .look_left .look_img::after {
    top: 23px;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .dh_lp_wrapper .sec_tp1 .look_left_sp_2 {
    width: 80%;
  }
  .dh_lp_wrapper .sec_tp1 .look_right {
    width: 66.6%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    z-index: 1;
  }
  .dh_lp_wrapper .sec_tp1 .look_right p {
    margin-top: 28px;
    line-height: 2;
    padding-right: 1em;
  }
  .dh_lp_wrapper .sec_tp1 .look_right_2 {
    margin-top: 0;
  }
  .dh_lp_wrapper .sec_tp2 {
    width: 89.3%;
    max-width: 100%;
    margin: 0 auto;
  }
  .dh_lp_wrapper .sec_tp2_sp {
    width: 100%;
  }
  .dh_lp_wrapper .sec_tp3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5%;
  }
  .dh_lp_wrapper .sec_tp3 .look_left {
    width: 100%;
    max-width: 100%;
  }
  .dh_lp_wrapper .sec_tp3 .look_right {
    width: 80.5%;
    max-width: 100%;
    margin: 50px auto 0;
  }
  .dh_lp_wrapper .item_credit {
    gap: 10px;
    margin-top: 28px;
  }
  .dh_lp_wrapper .item_credit_tp1_sp {
    margin-left: 20px;
  }
  .dh_lp_wrapper .cta {
    margin-top: 158px;
  }
  .dh_lp_wrapper .cta .cta_btn {
    margin-bottom: 20px;
    width: 83.46%;
    height: 50px;
    line-height: 50px;
  }
  .dh_lp_wrapper .cta .cta_insta {
    width: 83.46%;
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=style.css.map */