@charset "UTF-8";
.dh_lp_wrapper {
  overflow: hidden;
  letter-spacing: 0.015em;
  line-height: 1;
  font-family: futura-pt, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin: 0 auto;
  width: 100%;
}
.dh_lp_wrapper a {
  color: #000;
  text-decoration: none;
}
.dh_lp_wrapper a:hover {
  opacity: 0.8;
  text-decoration: none;
  transition-duration: 0.3s;
}
.dh_lp_wrapper a:active {
  text-decoration: none;
}
.dh_lp_wrapper a {
  /*入荷予定のリンク先がないもの*/
}
.dh_lp_wrapper a.link-none {
  pointer-events: none;
  text-decoration: none;
}
.dh_lp_wrapper img {
  width: 100%;
}
.dh_lp_wrapper ul {
  list-style: none;
  padding-left: 0;
}
.dh_lp_wrapper {
  /* メインビジュアル */
}
.dh_lp_wrapper .dh_lp_mv {
  display: flex;
  width: 100%;
  aspect-ratio: 27/16;
  background-color: #000;
  margin-bottom: 200px;
  overflow: hidden;
}
.dh_lp_wrapper .dh_lp_mv video {
  flex: 1;
  width: 33.4%;
  margin-right: -1px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.dh_lp_wrapper .dh_lp_mv video:last-child {
  margin-right: 0;
}
.dh_lp_wrapper .dh_lp_mv.is-loaded video {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .dh_lp_mv {
    margin-bottom: 180px;
    aspect-ratio: 9/16;
  }
  .dh_lp_wrapper .dh_lp_mv video {
    width: 100%;
    margin-right: 0;
    opacity: 1;
  }
  .dh_lp_wrapper .dh_lp_mv video.pc_only {
    display: none;
  }
}
.dh_lp_wrapper {
  /* メインコンテンツ */
}
.dh_lp_wrapper .main_contents {
  padding: 0;
  margin-bottom: 150px;
  /*アイテム共通*/
}
.dh_lp_wrapper .main_contents .style_block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.dh_lp_wrapper .main_contents .style_block ul {
  font-size: 12px;
  margin-top: 30px;
}
.dh_lp_wrapper .main_contents .style_block ul li {
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.dh_lp_wrapper .main_contents .style_block ul li a {
  position: relative;
  color: #4D4D4D;
}
.dh_lp_wrapper .main_contents .style_block ul li a::after {
  content: "";
  display: block;
  position: absolute;
  background: #4D4D4D;
  left: 0;
  top: 102%;
  width: 100%;
  height: 1px;
  z-index: -1;
  transform-origin: 0% 100%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.dh_lp_wrapper .main_contents .style_block ul li a:hover {
  opacity: 0.8;
}
.dh_lp_wrapper .main_contents .style_block ul li a:hover::after {
  transform-origin: 0% 100%;
  transform: scaleX(1);
}
.dh_lp_wrapper .main_contents .style_block .look_wrap {
  margin-bottom: 140px;
  width: 100%;
}
.dh_lp_wrapper .main_contents .style_block .look_wrap .img_container {
  width: 100%;
}
.dh_lp_wrapper .main_contents .style_block #look01,
.dh_lp_wrapper .main_contents .style_block #look10 {
  max-width: 650px;
  margin: 0 auto 140px;
}
.dh_lp_wrapper .main_contents .style_block #look02,
.dh_lp_wrapper .main_contents .style_block #look08,
.dh_lp_wrapper .main_contents .style_block #look19 {
  max-width: 500px;
}
.dh_lp_wrapper .main_contents .style_block #look03,
.dh_lp_wrapper .main_contents .style_block #look07 {
  max-width: 500px;
  margin: 0 0 140px auto;
}
.dh_lp_wrapper .main_contents .style_block #look04 {
  max-width: 650px;
  margin-left: 70px;
}
.dh_lp_wrapper .main_contents .style_block #look05 {
  max-width: 500px;
  margin: 0 auto 60px;
}
.dh_lp_wrapper .main_contents .style_block #look06,
.dh_lp_wrapper .main_contents .style_block #look14 {
  max-width: 500px;
  margin: 0 auto 140px;
}
.dh_lp_wrapper .main_contents .style_block #look09,
.dh_lp_wrapper .main_contents .style_block #look12,
.dh_lp_wrapper .main_contents .style_block #look16,
.dh_lp_wrapper .main_contents .style_block #look18,
.dh_lp_wrapper .main_contents .style_block #look20,
.dh_lp_wrapper .main_contents .style_block #look22 {
  max-width: 650px;
  margin: 0 0 140px auto;
}
.dh_lp_wrapper .main_contents .style_block #look11,
.dh_lp_wrapper .main_contents .style_block #look15,
.dh_lp_wrapper .main_contents .style_block #look17,
.dh_lp_wrapper .main_contents .style_block #look21 {
  max-width: 650px;
}
.dh_lp_wrapper .main_contents .style_block #look15 {
  padding-top: 50px;
}
.dh_lp_wrapper .main_contents .style_block #look13 {
  max-width: 400px;
}
@media screen and (max-width: 1020px) {
  .dh_lp_wrapper .main_contents .style_block #look13 ul,
  .dh_lp_wrapper .main_contents .style_block #look17 ul,
  .dh_lp_wrapper .main_contents .style_block #look19 ul,
  .dh_lp_wrapper .main_contents .style_block #look21 ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .main_contents .style_block #look04 ul,
  .dh_lp_wrapper .main_contents .style_block #look10 ul,
  .dh_lp_wrapper .main_contents .style_block #look13 ul,
  .dh_lp_wrapper .main_contents .style_block #look17 ul,
  .dh_lp_wrapper .main_contents .style_block #look19 ul,
  .dh_lp_wrapper .main_contents .style_block #look21 ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .main_contents {
    font-size: 14px;
    margin-bottom: 120px;
    /*アイテム共通*/
  }
  .dh_lp_wrapper .main_contents .style_block {
    margin: 0 auto;
  }
  .dh_lp_wrapper .main_contents .style_block .img_container {
    max-width: 800px;
    width: 100%;
  }
  .dh_lp_wrapper .main_contents .style_block ul {
    margin: 25px auto 0;
    padding: 0;
  }
  .dh_lp_wrapper .main_contents .style_block ul li {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .dh_lp_wrapper .main_contents .style_block ul li a.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .dh_lp_wrapper .main_contents .style_block .look_wrap {
    margin-bottom: 120px;
    width: 90%;
  }
  .dh_lp_wrapper .main_contents .style_block #look02,
  .dh_lp_wrapper .main_contents .style_block #look03,
  .dh_lp_wrapper .main_contents .style_block #look05,
  .dh_lp_wrapper .main_contents .style_block #look06,
  .dh_lp_wrapper .main_contents .style_block #look07,
  .dh_lp_wrapper .main_contents .style_block #look08,
  .dh_lp_wrapper .main_contents .style_block #look13,
  .dh_lp_wrapper .main_contents .style_block #look14 {
    width: 80%;
  }
  .dh_lp_wrapper .main_contents .style_block #look10 {
    width: 100%;
  }
  .dh_lp_wrapper .main_contents .style_block #look01,
  .dh_lp_wrapper .main_contents .style_block #look06,
  .dh_lp_wrapper .main_contents .style_block #look10 {
    margin: 0 auto 120px;
  }
  .dh_lp_wrapper .main_contents .style_block #look03,
  .dh_lp_wrapper .main_contents .style_block #look07,
  .dh_lp_wrapper .main_contents .style_block #look09,
  .dh_lp_wrapper .main_contents .style_block #look12,
  .dh_lp_wrapper .main_contents .style_block #look14,
  .dh_lp_wrapper .main_contents .style_block #look16,
  .dh_lp_wrapper .main_contents .style_block #look18,
  .dh_lp_wrapper .main_contents .style_block #look20 {
    margin: 0 0 120px auto;
  }
  .dh_lp_wrapper .main_contents .style_block #look04 {
    margin-left: 0;
  }
  .dh_lp_wrapper .main_contents .style_block #look05 {
    margin: 0 auto 30px;
  }
  .dh_lp_wrapper .main_contents .style_block #look15 {
    padding-top: 0;
  }
}
.dh_lp_wrapper {
  /* フッター */
}
.dh_lp_wrapper .dh_lp_footer {
  margin: 150px auto;
}
.dh_lp_wrapper .dh_lp_footer img {
  width: 270px;
  margin: 0 auto;
  display: block;
}
.dh_lp_wrapper .dh_lp_footer hr {
  width: 300px;
  height: 1px;
  display: block;
  margin: 50px auto 45px;
  background-color: #000;
}
.dh_lp_wrapper .dh_lp_footer p {
  text-align: center;
  margin: 0;
  line-height: 1.4;
  color: #505050;
}
.dh_lp_wrapper .dh_lp_footer p.bold {
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .dh_lp_footer img {
    width: 180px;
  }
  .dh_lp_wrapper .dh_lp_footer hr {
    width: 60%;
  }
  .dh_lp_wrapper .dh_lp_footer p {
    font-size: 15px;
    line-height: 1.7;
  }
  .dh_lp_wrapper .dh_lp_footer p.bold {
    margin-bottom: 13px;
  }
}
.dh_lp_wrapper {
  /*aタグ無効*/
}
.dh_lp_wrapper a.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  user-select: none;
  touch-callout: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  -ms-user-select: none;
  -ms-touch-callout: none;
}
.dh_lp_wrapper a.disabled:hover, .dh_lp_wrapper a.disabled:focus, .dh_lp_wrapper a.disabled:active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  user-select: none;
  touch-callout: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  -ms-user-select: none;
  -ms-touch-callout: none;
}
.dh_lp_wrapper a.disabled span {
  border-bottom: none;
}/*# sourceMappingURL=style.css.map */