@charset "UTF-8";
#MainContent {
  overflow: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.dh_lp_wrapper {
  width: 100vw;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #202124;
}
.dh_lp_wrapper .pc {
  display: block;
}
.dh_lp_wrapper .sp {
  display: none;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .sp {
    display: block;
  }
}
.dh_lp_wrapper a {
  text-decoration: none;
  color: currentColor;
}
.dh_lp_wrapper a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.dh_lp_wrapper .mv {
  position: relative;
  width: 100%;
  line-height: 0;
}
.dh_lp_wrapper .mv h1 {
  margin: 0;
}
.dh_lp_wrapper .mv video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.dh_lp_wrapper .mv .mv_text_group {
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 10;
  color: #fff;
  font-weight: 400;
  width: 60%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.dh_lp_wrapper .mv .mv_text_group img {
  max-width: 1000px;
  width: 50vw;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .mv .mv_text_group img {
    width: 140%;
  }
}
.dh_lp_wrapper .mv .mv_text_group .mv_main_copy {
  font-size: 43px;
  line-height: 62px;
  letter-spacing: 2.58px;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .mv .mv_text_group .mv_main_copy {
    font-size: 16px;
    line-height: 170%;
  }
}
.dh_lp_wrapper .umbrella_feature {
  width: 100%;
  padding: 115px 0;
  background: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_feature {
    padding: 90px 0;
    gap: 60px;
  }
}
.dh_lp_wrapper .umbrella_feature .feature_header {
  text-align: center;
  max-width: 705px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.dh_lp_wrapper .umbrella_feature .feature_header .feature_ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 22px 0 20px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_feature .feature_header .feature_ttl {
    font-size: 20px;
  }
}
.dh_lp_wrapper .umbrella_feature .feature_header .feature_desc {
  color: rgba(18, 18, 18, 0.7490196078);
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_feature .feature_header .feature_desc {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}
.dh_lp_wrapper .umbrella_gallery {
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_gallery {
    width: 100%;
  }
}
.dh_lp_wrapper .umbrella_gallery .gallery_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.dh_lp_wrapper .umbrella_gallery .item_block {
  display: flex;
  flex-direction: column;
}
.dh_lp_wrapper .umbrella_gallery .item_block img {
  width: 100%;
  height: auto;
}
.dh_lp_wrapper .umbrella_gallery .item_block.large {
  width: 600px;
}
.dh_lp_wrapper .umbrella_gallery .item_block.medium {
  width: 500px;
}
.dh_lp_wrapper .umbrella_gallery .item_block.offset {
  margin-top: 220px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_gallery .item_block {
    width: 100%;
  }
  .dh_lp_wrapper .umbrella_gallery .item_block.large {
    width: 90%;
  }
  .dh_lp_wrapper .umbrella_gallery .item_block.large.is-small {
    width: 80%;
  }
  .dh_lp_wrapper .umbrella_gallery .item_block.large video {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .dh_lp_wrapper .umbrella_gallery .item_block.medium {
    width: 80%;
  }
  .dh_lp_wrapper .umbrella_gallery .item_block.offset {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
.dh_lp_wrapper .umbrella_gallery .item_info {
  padding-top: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_gallery .item_info.incle {
    padding-left: 15px;
  }
}
.dh_lp_wrapper .umbrella_gallery .item_info .price {
  font-size: 13px;
  letter-spacing: 0.09em;
}
.dh_lp_wrapper .umbrella_gallery .item_info .buy_btn {
  padding: 0px 20px 1px;
  background: #fff;
  border: 1px solid #202124;
  font-size: 12px;
  transition: 0.3s;
}
.dh_lp_wrapper .umbrella_gallery .item_info .buy_btn:hover {
  background: #7b7b7b;
  border: 1px solid #7b7b7b;
  color: #fff;
}
.dh_lp_wrapper .umbrella_gallery .item_group_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_gallery .item_group_flex {
    flex-direction: column;
    gap: 80px;
  }
}
.dh_lp_wrapper .umbrella_gallery .item_group_stack {
  margin-top: 43px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_gallery .item_group_stack {
    margin-top: 0;
    gap: 80px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_gallery .item_group_stack .align-right {
    align-self: flex-end;
  }
}
.dh_lp_wrapper .umbrella_gallery .item_group_stack .item_block_01 {
  margin-top: 55vh;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_gallery .item_group_stack .item_block_01 {
    margin-top: unset;
  }
}
.dh_lp_wrapper .umbrella_collection {
  width: 100%;
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection {
    padding: 100px 0;
    gap: 50px;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_header {
  text-align: center;
}
.dh_lp_wrapper .umbrella_collection .collection_header .collection_ttl {
  font-size: 25px;
  line-height: 1.68;
  font-weight: 500;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_header .collection_ttl {
    font-size: 16px;
    line-height: 170%;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_container {
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 180px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_container {
    width: 100%;
    gap: 100px;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dh_lp_wrapper .umbrella_collection .collection_unit.is-reverse {
  flex-direction: row-reverse;
}
.dh_lp_wrapper .umbrella_collection .collection_unit.is-reverse .unit_content .text_block {
  margin-left: auto;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit.is-reverse .unit_content .text_block {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit {
    flex-direction: column !important;
    align-items: center;
    gap: 40px;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_visual {
  width: 50%;
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit .unit_visual {
    width: 100%;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_content {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit .unit_content {
    width: 100%;
    padding-top: 0;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .sub_images {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .sub_images {
    flex-direction: column;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .sub_images img {
  width: 50%;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .sub_images img {
    flex-direction: column;
    width: 70%;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .sub_images img.is-offset {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .sub_images img.is-offset {
    margin: 0 0 0 auto;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .text_block {
  width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .text_block {
    padding: 0 !important;
    margin: 0 auto;
    width: 100%;
  }
}
.dh_lp_wrapper .umbrella_collection .collection_unit .unit_content .text_block .desc {
  font-size: 14px;
  line-height: 2;
  color: rgba(18, 18, 18, 0.7490196078);
  text-align: justify;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .umbrella_collection .collection_unit .unit_content {
    padding: 0 5%;
  }
}
.dh_lp_wrapper .umbrella_collection .price_area {
  display: flex;
  align-items: center;
  gap: 25px;
}
.dh_lp_wrapper .umbrella_collection .price_area .price {
  font-size: 13px;
  letter-spacing: 0.09em;
}
.dh_lp_wrapper .umbrella_collection .price_area .buy_btn {
  padding: 0px 20px 1px;
  background: #fff;
  border: 1px solid #202124;
  font-size: 12px;
  transition: 0.3s;
}
.dh_lp_wrapper .umbrella_collection .price_area .buy_btn:hover {
  background: #7b7b7b;
  border: 1px solid #7b7b7b;
  color: #fff;
}
.dh_lp_wrapper .video_last {
  width: 100%;
  display: flex;
}
.dh_lp_wrapper .video_last .last {
  width: 50%;
  margin: 0 auto 10%;
}
@media (max-width: 768px) {
  .dh_lp_wrapper .video_last .last {
    width: 90%;
  }
}

/* -- featureBox -- */
.dh_lp_wrapper .featureBox {
  padding: 0 20px;
}

.dh_lp_wrapper .featureBox .featureBox_ttl {
  font-size: 28px;
  text-align: center;
}

.dh_lp_wrapper .featureBox_inner {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
  column-gap: 4%;
  row-gap: 25px;
  margin: 50px auto 70px;
  max-width: 900px;
}

/* 子要素の数が「2の倍数」かつ「最後が偶数番目」であるかを確認する */
.dh_lp_wrapper .featureBox_inner:has(> .featureBox_item:nth-child(even):last-child),
.dh_lp_wrapper .featureBox_inner:has(> .featureBox_item:only-child) {
  justify-content: center;
}

/* 子要素の総数が3以上の奇数（3, 5...）の場合 */
.dh_lp_wrapper .featureBox_inner:has(> .featureBox_item:nth-child(odd):last-child:nth-child(n+3)) {
  justify-content: flex-start;
}

.dh_lp_wrapper .featureBox_inner:has(> .featureBox_item:only-child) .featureBox_item {
  width: 80%;
  max-width: 400px;
}

.dh_lp_wrapper .featureBox_inner .featureBox_img {
  margin: 0;
}

.dh_lp_wrapper .featureBox_inner .featureBox_txt {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 6px;
  margin-bottom: 0;
}

@media screen and (min-width: 901px) {
  .dh_lp_wrapper .featureBox_inner > * {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper .featureBox .featureBox_ttl {
    font-size: 26px;
  }
  .dh_lp_wrapper .featureBox_inner {
    margin: 35px 0;
  }
  .dh_lp_wrapper .featureBox_inner > * {
    width: 48%;
  }
}
.dh_lp_wrapper .featureBox .featureBox_img {
  height: auto;
}

.dh_lp_wrapper .featureBox a {
  text-decoration: none;
}

.dh_lp_wrapper .featureBox .featureBox_ttl {
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
}

.dh_lp_wrapper .featureBox_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 70px;
  max-width: 900px;
}

.dh_lp_wrapper .featureBox_inner .featureBox_txt {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 6px;
  color: #202124;
}

@media screen and (min-width: 901px) {
  .dh_lp_wrapper .featureBox_inner > * {
    width: 30.6%;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper .featureBox .featureBox_ttl {
    font-size: 26px;
  }
  .dh_lp_wrapper .featureBox_inner {
    margin: 35px 0;
  }
  .dh_lp_wrapper .featureBox_inner > * {
    width: 48%;
  }
}/*# sourceMappingURL=style.css.map */