div.spFooter.sp {
  margin-top: 0;
}

/*----------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;
  background-color: #f4f0e9;
}
#dh_lp_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#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;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#dh_lp_wrapper .pc {
  display: inline;
}
#dh_lp_wrapper .sp {
  display: none;
}
#dh_lp_wrapper .cardo {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}
#dh_lp_wrapper .d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-animation: mv_lp_fade_in 2.5s ease-out forwards;
          animation: mv_lp_fade_in 2.5s ease-out forwards;
}
#dh_lp_wrapper .mainvisual .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  padding-top: 1vw;
}
#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;
  -webkit-animation: mv_lp_fade_in 2s ease-out 1s forwards;
          animation: mv_lp_fade_in 2s ease-out 1s forwards;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name_hana {
  width: 16vw;
  margin-bottom: 30px;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name_matsushima {
  width: 38vw;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name.sp {
  display: none;
}
#dh_lp_wrapper .mainvisual .mv_text .d_flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  margin: 70px 0 50px 0;
  opacity: 0;
  -webkit-animation: mv_lp_fade_in 2s ease-out 2.5s forwards;
          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: 25vw;
  margin: 0;
}
#dh_lp_wrapper .mainvisual .mv_text .d_flex .img_logo.sp {
  display: none;
}
#dh_lp_wrapper .mainvisual .mv_text p {
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  letter-spacing: 0.5rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: mv_lp_fade_up_in 2.5s cubic-bezier(0.22, 1, 0.36, 1) 4s forwards;
          animation: mv_lp_fade_up_in 2.5s cubic-bezier(0.22, 1, 0.36, 1) 4s forwards;
}
@-webkit-keyframes mv_lp_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mv_lp_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mv_lp_fade_up_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mv_lp_fade_up_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            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 80px 0;
}
#dh_lp_wrapper .main_wrap .lead .lead_text {
  margin-bottom: 90px;
}
#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 .lead .lead_img {
  width: 86%;
  margin: 0 auto;
}
#dh_lp_wrapper .main_wrap .section_yellow {
  background: #f8f8d3;
  width: 100%;
}
#dh_lp_wrapper .main_wrap .section_yellow .d_flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#dh_lp_wrapper .main_wrap .section_yellow .d_flex .left {
  width: 50%;
}
#dh_lp_wrapper .main_wrap .section_yellow .d_flex .left img {
  width: 100%;
}
#dh_lp_wrapper .main_wrap .section_yellow .d_flex .right {
  width: 50%;
}
#dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 {
  display: block;
  margin: 0 auto 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 span {
  font-size: 38px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
#dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 span.small {
  font-size: 22px;
  margin: 90% auto 0;
  text-align: center;
  line-height: 1.8;
}
#dh_lp_wrapper .main_wrap .style h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 30px 0;
  color: #53090e;
}
#dh_lp_wrapper .main_wrap .style h2.sp {
  display: none;
}
#dh_lp_wrapper .main_wrap .style h2 span.small {
  font-size: 26px;
  margin: 20px 0 40px 0;
}
#dh_lp_wrapper .main_wrap .style .acc_txt {
  margin: 0;
  font-weight: bold;
  color: #53090e;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 290px;
  right: -320px;
  font-size: 30px;
  letter-spacing: 0em;
}
#dh_lp_wrapper .main_wrap .style .credit li {
  font-family: "Futura PT", "futura-pt", "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 {
  width: 59%;
  margin: 70px auto 100px;
}
#dh_lp_wrapper .main_wrap .style.style01 img {
  width: 100%;
}
#dh_lp_wrapper .main_wrap .style.style01 .txt_wrap h2 {
  font-size: 28px;
  line-height: 180%;
}
#dh_lp_wrapper .main_wrap .style.style01 .txt_wrap p {
  font-size: 16px;
  margin: 30px 0;
}
#dh_lp_wrapper .main_wrap .style.style02 {
  max-width: 1250px;
  margin: 0 auto 100px;
  width: 85%;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .left {
  width: 50%;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right {
  width: 43%;
  text-align: left;
}
#dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right p {
  font-size: 17px;
  line-height: 2.12;
  margin: 40px 0;
}
#dh_lp_wrapper .main_wrap .txt_others {
  margin: 100px 0;
}
#dh_lp_wrapper .main_wrap .txt_others p {
  font-size: 70px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #f5ac3a;
  font-style: italic;
}
#dh_lp_wrapper .main_wrap .staff {
  width: 100%;
  padding: 50px 0 100px;
}
#dh_lp_wrapper .main_wrap .staff p {
  color: #090d0f;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
@media (min-width: 1440px) {
  #dh_lp_wrapper .main_wrap .style.style01 {
    width: 55%;
  }
}
@media (max-width: 1920px) {
  #dh_lp_wrapper .mainvisual .mv_text .d_flex {
    margin: 3.4vw 0 2.5vw 0;
  }
  #dh_lp_wrapper .mainvisual .mv_text p {
    font-size: 2.7vw;
  }
}
@media (max-width: 1500px) {
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 span.small {
    margin: 60% auto 0;
  }
}
@media (max-width: 1300px) {
  #dh_lp_wrapper .main_wrap .style.style01 {
    width: 60%;
  }
  #dh_lp_wrapper .main_wrap .style.style02 {
    width: 85%;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  #dh_lp_wrapper .main_wrap .style.style02 {
    width: 90%;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 span {
    font-size: 35px;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 span.small {
    margin: 45% auto 0;
  }
}
@media (max-width: 900px) {
  #dh_lp_wrapper .main_wrap .style h2 span.small {
    font-size: 18px;
  }
  #dh_lp_wrapper .main_wrap .style .acc_txt {
    font-size: 26px;
    top: 250px;
    right: -290px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right p {
    font-size: 15px;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 span {
    font-size: 32px;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2 span.small {
    font-size: 18px;
    margin: 40% auto 0;
  }
}
@media (max-width: 767px) {
  #dh_lp_wrapper .pc {
    display: none;
  }
  #dh_lp_wrapper .sp {
    display: inline;
  }
  #dh_lp_wrapper .mainvisual::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(115, 60, 19, 0.55)), to(rgba(115, 60, 19, 0)));
    background: linear-gradient(to top, rgba(115, 60, 19, 0.55) 0%, rgba(115, 60, 19, 0) 100%);
    pointer-events: none;
    z-index: 2;
  }
  #dh_lp_wrapper .mainvisual .mv_text {
    bottom: 4%;
    left: 6%;
    top: auto;
    -webkit-transform: none;
            transform: none;
    z-index: 5;
  }
  #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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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: 53%;
  }
  #dh_lp_wrapper .mainvisual .mv_text .d_flex .img_logo.pc {
    display: none;
  }
  #dh_lp_wrapper .mainvisual .mv_text .d_flex .img_logo.sp {
    display: block;
  }
  #dh_lp_wrapper .mainvisual .mv_text p {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #fff;
  }
  #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 {
    margin-bottom: 15vw;
  }
  #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 .section_yellow {
    padding: 50px 0 0;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .left {
    width: 100%;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .left h2 {
    display: block;
    margin: 0 0 50px 0;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .left h2 span {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .left h2 span.small {
    font-size: 16px;
    margin: 10px auto 0;
  }
  #dh_lp_wrapper .main_wrap .section_yellow .d_flex .right h2.pc {
    display: none;
  }
  #dh_lp_wrapper .main_wrap .style h2.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #dh_lp_wrapper .main_wrap .style h2 span.small {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  #dh_lp_wrapper .main_wrap .style .acc_txt {
    display: none;
  }
  #dh_lp_wrapper .main_wrap .style.style01 {
    width: 100%;
    margin: 50px auto 70px;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .txt_wrap {
    width: 90%;
    margin: 0 auto;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .txt_wrap h2 {
    font-size: 23px;
    line-height: 170%;
  }
  #dh_lp_wrapper .main_wrap .style.style01 .txt_wrap p {
    font-size: 14px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 {
    width: 100%;
    margin: 0 auto 70px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .left {
    width: 100%;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .left.left01 {
    overflow-x: hidden;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .left h2 {
    margin-bottom: 20px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right {
    width: 90%;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right h2 {
    margin: 30px 0 25px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap .right p {
    font-size: 14px;
    margin: 25px 0 25px;
  }
  #dh_lp_wrapper .main_wrap .style.style02 .style_wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #dh_lp_wrapper .main_wrap .txt_others {
    margin: 50px 0;
  }
  #dh_lp_wrapper .main_wrap .txt_others p {
    font-size: 50px;
  }
  #dh_lp_wrapper .main_wrap .staff {
    padding: 30px 0 70px;
  }
  #dh_lp_wrapper .main_wrap .staff p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */