/*----------lp----------*/
#dh_lp_wrapper {
  width: 100%;
  font-family: "Noto Sans JP", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #090d0f;
}
#dh_lp_wrapper * {
  box-sizing: border-box;
}
#dh_lp_wrapper img {
  max-width: 100%;
  height: auto;
}
#dh_lp_wrapper a {
  text-decoration: none;
  color: #090d0f;
}
#dh_lp_wrapper a:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
#dh_lp_wrapper .pc {
  display: inline;
}
#dh_lp_wrapper .sp {
  display: none;
}
#dh_lp_wrapper .futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#dh_lp_wrapper .d_flex {
  display: flex;
  align-items: center;
}
#dh_lp_wrapper {
  /* mainvisual */
}
#dh_lp_wrapper .mainvisual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#dh_lp_wrapper .mainvisual img {
  width: 100%;
  opacity: 0;
  animation: mv_lp_fade_in 2.5s ease-out forwards;
}
#dh_lp_wrapper .mainvisual .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
}
#dh_lp_wrapper .mainvisual .mv_text img {
  display: block;
  margin: 0 auto;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name,
#dh_lp_wrapper .mainvisual .mv_text .img_name_hana,
#dh_lp_wrapper .mainvisual .mv_text .img_name_matsushima {
  opacity: 0;
  animation: mv_lp_fade_in 2s ease-out 1s forwards;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name_hana {
  width: 15vw;
  margin-bottom: 30px;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name_matsushima {
  width: 37vw;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name.sp {
  display: none;
}
#dh_lp_wrapper .mainvisual .mv_text .d_flex {
  justify-content: center;
  gap: 2vw;
  margin: 70px 0 50px 0;
  opacity: 0;
  animation: mv_lp_fade_in 2s ease-out 2.5s forwards;
}
#dh_lp_wrapper .mainvisual .mv_text .d_flex .img_meets {
  width: 6vw;
  margin: 0;
}
#dh_lp_wrapper .mainvisual .mv_text .d_flex .img_logo {
  width: 13vw;
  margin: 0;
}
#dh_lp_wrapper .mainvisual .mv_text p {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  letter-spacing: 1rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
  transform: translateY(30px);
  animation: mv_lp_fade_up_in 2.5s cubic-bezier(0.22, 1, 0.36, 1) 4s forwards;
}
@keyframes mv_lp_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mv_lp_fade_up_in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#dh_lp_wrapper {
  /* wrap */
}
#dh_lp_wrapper .main_wrap {
  width: 100%;
  /*lead*/
}
#dh_lp_wrapper .main_wrap .lead {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 30px 0;
}
#dh_lp_wrapper .main_wrap .lead .lead_text p {
  font-size: 18px;
  line-height: 2.12;
  letter-spacing: 0.1em;
}
#dh_lp_wrapper .main_wrap .style h2 {
  justify-content: center;
  align-items: end;
  margin: 30px 0;
}
#dh_lp_wrapper .main_wrap .style h2.sp {
  display: none;
}
#dh_lp_wrapper .main_wrap .style h2 span {
  font-size: 50px;
}
#dh_lp_wrapper .main_wrap .style h2 span.small {
  font-size: 35px;
  letter-spacing: 0.3rem;
  margin-bottom: 3px;
}
#dh_lp_wrapper .main_wrap .style .credit li {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2.3;
}
#dh_lp_wrapper .main_wrap .style .credit li a {
  font-weight: 500;
}
#dh_lp_wrapper .main_wrap .style.style01 {
  margin-bottom: 100px;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_01 {
  width: 40%;
  margin: 0 auto;
  max-width: 660px;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_01 img {
  width: 100%;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02 {
  position: relative;
  background: #090d0f;
  margin: 100px 0 30px 0;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02 img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap {
  position: absolute;
  top: 8%;
  left: 5%;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap h2 {
  font-size: 70px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.5rem;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap p {
  font-size: 30px;
  color: #fff;
  margin: 30px 0 0;
  letter-spacing: 0.2rem;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02_bottom {
  max-width: 1250px;
  margin: 0 auto;
  width: 65%;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02_bottom h3 {
  font-size: 20px;
}
#dh_lp_wrapper .main_wrap .style.style01 .img_02_bottom p {
  font-size: 16px;
}
#dh_lp_wrapper .main_wrap .style.style02, #dh_lp_wrapper .main_wrap .style.style03 {
  max-width: 1250px;
  margin: 0 auto 100px;
  width: 65%;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap {
  justify-content: space-between;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .left, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .left {
  width: 50%;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .right {
  width: 46%;
  text-align: left;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right h2, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .right h2 {
  justify-content: flex-start;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right h3, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .right h3 {
  font-size: 20px;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right p, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .right p {
  font-size: 17px;
  line-height: 2.12;
}
#dh_lp_wrapper .main_wrap .staff {
  width: 100%;
  background: #090d0f;
  padding: 50px 0;
}
#dh_lp_wrapper .main_wrap .staff p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1920px) {
  #dh_lp_wrapper .mainvisual .mv_text .d_flex {
    margin: 3.6vw 0 2.5vw 0;
  }
  #dh_lp_wrapper .mainvisual .mv_text p {
    font-size: 2.5vw;
  }
  #dh_lp_wrapper .main_wrap .style h2 span {
    font-size: 2.6vw;
    letter-spacing: 0.1vw;
  }
  #dh_lp_wrapper .main_wrap .style h2 span.small {
    font-size: 1.85vw;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap h2 {
    font-size: 3.65vw;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap p {
    font-size: 1.6vw;
  }
}
@media (max-width: 1300px) {
  #dh_lp_wrapper .main_wrap .style.style02, #dh_lp_wrapper .main_wrap .style.style03 {
    width: 85%;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  #dh_lp_wrapper .main_wrap .style.style02, #dh_lp_wrapper .main_wrap .style.style03 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #dh_lp_wrapper .pc {
    display: none;
  }
  #dh_lp_wrapper .sp {
    display: inline;
  }
  #dh_lp_wrapper .mainvisual .mv_text {
    bottom: 4%;
    left: 5%;
    top: auto;
    transform: none;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_name {
    width: 80%;
    margin: 0;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_name.sp {
    display: block;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_name_hana,
  #dh_lp_wrapper .mainvisual .mv_text .img_name_matsushima {
    display: none;
  }
  #dh_lp_wrapper .mainvisual .mv_text .d_flex {
    margin: 20px 0 15px 0;
    justify-content: flex-start;
  }
  #dh_lp_wrapper .mainvisual .mv_text .d_flex .img_meets {
    width: 20%;
  }
  #dh_lp_wrapper .mainvisual .mv_text .d_flex .img_logo {
    width: 40%;
  }
  #dh_lp_wrapper .mainvisual .mv_text p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.4rem;
  }
  #dh_lp_wrapper {
    /* main */
  }
  #dh_lp_wrapper .main_wrap {
    /* lead */
  }
  #dh_lp_wrapper .main_wrap .lead {
    padding: 50px 0 30px 0;
  }
  #dh_lp_wrapper .main_wrap .lead .lead_text p {
    font-size: 13px;
    line-height: 2.3;
    letter-spacing: 0.05em;
  }
  #dh_lp_wrapper .main_wrap .style h2.sp {
    display: flex;
  }
  #dh_lp_wrapper .main_wrap .style h2 span {
    font-size: 30px;
  }
  #dh_lp_wrapper .main_wrap .style h2 span.small {
    font-size: 20px;
  }
  #dh_lp_wrapper .main_wrap .style.style01 {
    margin-bottom: 100px;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_01 {
    width: 80%;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02 img {
    width: 100%;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap {
    top: auto;
    bottom: 5%;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap h2 {
    font-size: 22px;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02 .text_wrap p {
    font-size: 13px;
    margin: 10px 0 0;
    line-height: 1.4;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02_bottom {
    width: 85%;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02_bottom h3 {
    font-size: 18px;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .img_02_bottom p {
    font-size: 14px;
  }
  #dh_lp_wrapper .main_wrap .style.style02, #dh_lp_wrapper .main_wrap .style.style03 {
    width: 100%;
    margin: 0 auto 100px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap {
    flex-direction: column;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .left, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .left {
    width: 100%;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .left h2, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .left h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .right {
    width: 85%;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right h3, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .right h3 {
    font-size: 18px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right p, #dh_lp_wrapper .main_wrap .style.style03 .style_wrap .right p {
    font-size: 14px;
  }
  #dh_lp_wrapper .main_wrap .staff {
    padding: 30px 0;
  }
  #dh_lp_wrapper .main_wrap .staff p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */