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

/* 調整用 */
#MainContent {
  overflow: hidden;
}

.dh_lp_wrapper * {
  box-sizing: border-box;
}
.dh_lp_wrapper img {
  max-width: 100%;
  height: auto;
}
.dh_lp_wrapper ul {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper li {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper video {
  width: 100%;
  max-width: 100%;
}
.dh_lp_wrapper {
  /*nav-sec+パンくず*/
}
.dh_lp_wrapper nav.collection-nav {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}
.dh_lp_wrapper nav.collection-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dh_lp_wrapper nav.collection-nav ul li {
  width: 50%;
  padding: 0 15px;
  border-bottom: 1px solid #000;
  text-align: center;
  list-style: none;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.dh_lp_wrapper nav.collection-nav ul li.lp-sp:hover {
  background: #f5f5f5;
  transition: 0.5s;
}
.dh_lp_wrapper nav.collection-nav ul li.lp-su {
  border-bottom: 3px solid #000;
}
.dh_lp_wrapper nav.collection-nav ul li a {
  text-align: center;
  text-decoration: none;
  color: #000;
}
.dh_lp_wrapper .lp_wrapper {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  margin: 0 auto 5%;
  font-size: 13px;
}
.dh_lp_wrapper .lp_wrapper a {
  text-decoration: none;
  color: #000;
}
.dh_lp_wrapper .lp_wrapper a:hover span {
  opacity: 0.6;
  transition: 0.5s;
}
.dh_lp_wrapper .lp_wrapper a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
.dh_lp_wrapper .lp_wrapper ul.content-box-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.dh_lp_wrapper .lp_wrapper ul li {
  list-style: none;
}
.dh_lp_wrapper .lp_wrapper {
  /* -- top-sec -- */
}
.dh_lp_wrapper .lp_wrapper .mv {
  position: relative;
}
.dh_lp_wrapper .lp_wrapper .mv .top-sec {
  width: 100%;
  margin: 0 auto 175px;
}
.dh_lp_wrapper .lp_wrapper .mv .top-sec video {
  width: 100%;
}
.dh_lp_wrapper .lp_wrapper .mv h2.top-title {
  color: #fff;
  font-size: 37px;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.dh_lp_wrapper .lp_wrapper {
  /* -- main-sec -- */
}
.dh_lp_wrapper .lp_wrapper .main-sec {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1030px;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt01 {
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  align-items: flex-end;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt01 .box01 {
  width: 58%;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt01 .box02 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 8px;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt02 {
  margin: 0 auto 100px;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt02 .box01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2%;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt02 .box01 * {
  width: 49%;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt02 .box02 {
  width: 100%;
  margin-top: 15px;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04 {
  width: 100%;
  margin: 0 auto 100px;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_top {
  margin: 0 auto 0 0;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_top .box01 {
  max-width: 580px;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_top .box02 {
  margin-bottom: 110px;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_bottom {
  width: 60%;
  max-width: 580px;
  margin: -40px 0 0 auto;
  position: relative;
  z-index: 1;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_bottom .box02 {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: -230px;
  text-align: right;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04.cnt-vertical .cnt04_top {
  flex-direction: column;
  align-items: baseline;
  gap: 0;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04.cnt-vertical .cnt04_top .box02 {
  margin-bottom: 0;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt04.cnt-vertical .cnt04_bottom {
  margin: -100px 0 0 auto;
  z-index: 1;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse {
  flex-direction: row-reverse;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .box02 {
  text-align: right;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .cnt04_top {
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
  z-index: 1;
  text-align: left;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .cnt04_top .box02 {
  text-align: left;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .cnt04_bottom {
  margin: -40px auto 0 0;
}
.dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .cnt04_bottom .box02 {
  left: auto;
  right: -230px;
  text-align: left;
}
.dh_lp_wrapper .lp_wrapper .main-sec #sec01 {
  margin: 0 auto 40px;
}
.dh_lp_wrapper .lp_wrapper .main-sec #sec04 .cnt04_bottom .box02 {
  width: -moz-fit-content;
  width: fit-content;
  right: -280px;
}
.dh_lp_wrapper .lp_wrapper .main-sec #sec06 .cnt04_bottom {
  z-index: -1;
  margin: -100px auto 0 0;
}
.dh_lp_wrapper .lp_wrapper .main-sec {
  /* credit */
}
.dh_lp_wrapper .lp_wrapper .main-sec ul.credit {
  margin: 12px 0 0;
  line-height: 1.5;
  letter-spacing: 0;
  color: #202124;
}
.dh_lp_wrapper .lp_wrapper .main-sec ul.credit span {
  border-bottom: 1px solid #202124;
  font-size: 16px;
}
.dh_lp_wrapper .lp_wrapper .main-sec ul.credit span.disabled {
  border-bottom: none;
}
.dh_lp_wrapper .lp_wrapper .main-sec {
  /* movie */
}
.dh_lp_wrapper .lp_wrapper .main-sec .movie {
  width: 60%;
  margin: 0 auto 100px;
  max-width: 580px;
}
.dh_lp_wrapper {
  /* responsive class */
}
.dh_lp_wrapper .pc {
  display: block;
}
.dh_lp_wrapper .sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper {
    padding: 0 15px;
    overflow: hidden;
  }
  .dh_lp_wrapper nav.collection-nav {
    margin: 0 auto 11vw;
  }
  .dh_lp_wrapper nav.collection-nav ul li {
    padding: 7px 0;
    font-size: 20px;
  }
  .dh_lp_wrapper .lp_wrapper {
    width: 100%;
  }
  .dh_lp_wrapper .lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .lp_wrapper .sp {
    display: block;
  }
  .dh_lp_wrapper .lp_wrapper {
    /* top-sec */
  }
  .dh_lp_wrapper .lp_wrapper .mv .top-sec {
    margin-bottom: 80px;
  }
  .dh_lp_wrapper .lp_wrapper .mv h2.top-title {
    font-size: 20px;
    bottom: 30px;
  }
  .dh_lp_wrapper .lp_wrapper {
    /* main-sec */
  }
  .dh_lp_wrapper .lp_wrapper .main-sec {
    padding: 0;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt01 {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt01 .box01 {
    width: 100%;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt01 .box02 {
    width: 100%;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 {
    margin-bottom: 50px;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_top {
    width: 100%;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_top .box02 {
    width: 100%;
    margin: 0;
    position: static;
    left: 0;
    right: auto;
    text-align: left;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_bottom {
    width: 100%;
    margin-top: 10px;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04_bottom .box02 {
    position: static;
    text-align: left;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04-oneitem {
    display: flex;
    flex-wrap: wrap;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04-oneitem .cnt04_top {
    display: contents;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04-oneitem .cnt04_top .box02 {
    order: 2;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04-oneitem .cnt04_bottom {
    display: contents;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04 .cnt04-oneitem .cnt04_bottom .box01 {
    margin: 10px 0 0;
    order: 1;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04.cnt-vertical .cnt04_top .box02 {
    margin-bottom: 0;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt04.cnt-vertical .cnt04_bottom {
    margin: 20px 0 0;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .cnt04_top .box02 {
    width: 100%;
    margin: 0;
    position: static;
    left: 0;
    right: auto;
    text-align: left;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .cnt04_bottom {
    width: 100%;
    margin-top: 10px;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .cnt04_bottom .box02 {
    position: static;
    text-align: left;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .cnt-reverse .box02 {
    text-align: left;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec #sec06 .cnt04_bottom {
    margin: 10px 0 0;
  }
  .dh_lp_wrapper .lp_wrapper .main-sec {
    /* movie */
  }
  .dh_lp_wrapper .lp_wrapper .main-sec .movie {
    width: 100%;
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=style.css.map */