/* CSS Document */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#MainContent {
  overflow: hidden;
}

/**************************
    lp
**************************/
.dh_lp_wrapper {
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #404040;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow: hidden;
}
.dh_lp_wrapper img {
  width: 100%;
  max-width: 100%;
}
.dh_lp_wrapper h1, .dh_lp_wrapper h2, .dh_lp_wrapper h3, .dh_lp_wrapper h4 {
  color: #404040;
}
.dh_lp_wrapper a {
  color: #404040;
}
.dh_lp_wrapper a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.dh_lp_wrapper .sp {
  display: none;
}

/* ----- mv ----- */
.dh_lp_mv {
  width: 100%;
  position: relative;
}
.dh_lp_mv .mv-slider {
  height: 40vw;
  display: none;
}
.dh_lp_mv .mv-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.dh_lp_mv .mv-slider img {
  width: 100%;
}
.dh_lp_mv_text {
  width: 57%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 9%;
  bottom: 0;
  z-index: 1;
  display: none;
}

.swiper-initialized {
  display: block !important;
}

.swiper-initialized + .dh_lp_mv_text {
  display: block;
}

/* ----- main ----- */
.dh_lp_main {
  width: 95%;
  margin: 0 auto;
}

/* ----- lead ----- */
.dh_lp_lead {
  margin: 50px auto 55px;
  text-align: center;
}
.dh_lp_lead p {
  margin: 0 auto 1.1em;
  font-size: 14px;
}

/* ----- about ----- */
.dh_lp_about {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 35px;
  position: relative;
}
.dh_lp_about::before {
  content: "";
  width: 100vw;
  height: 85%;
  background-color: #eaeae7;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.dh_lp_about_title {
  margin: 40px auto 0;
  font-family: "Bodoni Moda", serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.dh_lp_about_title .sub {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
}
.dh_lp_about_title .sub::before {
  content: "";
  width: 40px;
  margin-right: 0.6em;
  height: 1px;
  background-color: #a7a68f;
  display: inline-block;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}
.dh_lp_about_text {
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}

/* ----- link list ----- */
.dh_lp_linklist {
  max-width: 900px;
  margin: 4% auto;
  padding: 35px 0;
  text-align: center;
  font-family: "Bodoni Moda", serif;
  border-top: 1px solid #eaeae7;
  border-bottom: 1px solid #eaeae7;
  position: relative;
}
.dh_lp_linklist_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  margin: 0;
  background-color: #fff;
  font-family: "Bodoni Moda", serif;
  font-size: 18px;
  position: absolute;
  left: 45%;
  top: -0.7em;
  z-index: 1;
}

.dh_lp_unker-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dh_lp_unker-links_list {
  position: relative;
  font-size: 16px;
}
.dh_lp_unker-links_list a {
  text-decoration: none;
}
.dh_lp_unker-links_list a::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  -webkit-transform: rotate(45deg) translateY(-3px);
          transform: rotate(45deg) translateY(-3px);
  display: inline-block;
}
.dh_lp_unker-links_list a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* ----- item ----- */
.dh_lp_item {
  width: 100%;
  margin: 4.8% auto 7.8%;
}
.dh_lp_item_main {
  max-width: 530px;
  margin: 0 auto;
  position: relative;
}
.dh_lp_item_main_text {
  margin: 1.3em auto 0;
  text-align: justify;
}
.dh_lp_item_titlearea {
  position: absolute;
  left: -155px;
  top: 65px;
}
.dh_lp_item_titlearea_name {
  margin: 0;
  color: #535353;
}
.dh_lp_item_titlearea_name .main {
  font-size: 80px;
  font-family: "Bodoni Moda", serif;
  line-height: 1.1;
  letter-spacing: 0.04em;
  display: block;
}
.dh_lp_item_titlearea_name .sub {
  margin-top: 1.2em;
  padding-bottom: 0.5em;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.1;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #a7a68f;
  display: inline-block;
}
.dh_lp_item_titlearea_title {
  margin-top: 1.8em;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  letter-spacing: 0.15em;
  position: relative;
}
.dh_lp_item_second {
  width: 760px;
  max-width: 100%;
  margin: 3.2% auto;
}
.dh_lp_item_second_text {
  max-width: 520px;
  text-align: justify;
}
.dh_lp_item .item-slider {
  width: calc(50vw + 50%);
  padding-bottom: 30px;
  margin-bottom: -30px;
  position: relative;
}
.dh_lp_item .item-slider .swiper-slide {
  width: 380px;
}
.dh_lp_item .item-slider .swiper-slide img {
  width: 100%;
  height: 100%;
}
.dh_lp_item .scroll {
  width: 86px;
  position: absolute;
  left: calc(11vw + 50%);
  bottom: 0;
}
.dh_lp_item_bottom {
  width: 530px;
  max-width: 100%;
  margin: auto;
}

#stylist03 .dh_lp_item_titlearea {
  top: 33.5%;
}

.dh_lp_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dh_lp_profile_pic {
  width: 45%;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.dh_lp_profile_pic .icon {
  width: 80px;
}
.dh_lp_profile_pic .titles {
  width: 65%;
  padding-bottom: 2px;
}
.dh_lp_profile_pic .title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-family: "Bodoni Moda", serif;
}
.dh_lp_profile_pic .title::before {
  content: "";
  width: 20px;
  height: 1px;
  margin-right: 10px;
  background-color: #c6c5b9;
  display: inline-block;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}
.dh_lp_profile_pic .name {
  margin: 0 0 3px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
.dh_lp_profile_pic .insta {
  width: 110px;
  max-width: 100%;
  margin: 0;
  padding: 0.1em 0 0.3em;
  background-color: #a7a68f;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.dh_lp_profile_text {
  width: 59%;
}

.dh_lp_message {
  margin-top: 10px;
  padding: 20px 0 0;
  border-top: 1px solid #c6c5b9;
}
.dh_lp_message_title {
  margin: 0;
  font-size: 16px;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  line-height: 1;
}

.dh_lp_credit {
  margin: 1.5em auto 0;
}
.dh_lp_credit_list {
  margin: 0 auto 5px;
}
.dh_lp_credit_list .buy {
  padding: 0 0.7em;
  margin-left: 1em;
  background-color: #535353;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.dh_lp_credit_list .sub-text {
  margin-left: 1em;
  font-size: 0.9em;
}
.dh_lp_credit .notice {
  font-size: 11px;
}

/* ----- foot credit ----- */
.dh_lp_foot-credit {
  width: 80%;
  margin: 10% auto 0;
}
.dh_lp_foot-credit p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 2.3;
}

/* ----- btn area ----- */
.dh_lp_btn-area {
  width: 90%;
  margin: 2.6% auto;
}
.dh_lp_btn-area_btn {
  width: 400px;
  max-width: 100%;
  margin: 20px auto;
  padding: 11px 0;
  background-color: #404040;
  font-size: 14px;
  line-height: 2;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
.dh_lp_btn-area_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 20px;
  top: 40%;
}

/*
    responsive
*************************/
@media screen and (max-width: 900px) {
  .dh_lp_unker-links_list {
    font-size: 14px;
  }
  .dh_lp_item_main {
    margin-left: 180px;
  }
}
@media screen and (max-width: 767px) {
  .dh_lp_linklist {
    max-width: 340px;
    padding: 20px 5%;
  }
  .dh_lp_unker-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 5px 10px;
  }
  .dh_lp_unker-links_list {
    width: calc((100% - 10px) / 2);
    max-width: 160px;
    text-align: left;
  }
  .dh_lp_unker-links_list a {
    width: 100%;
    display: block;
  }
  .dh_lp_unker-links_list a::after {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 8px;
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .dh_lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .sp {
    display: block;
  }
  /* ----- mv ----- */
  .dh_lp_mv_text {
    width: 100%;
    left: 0;
  }
  .dh_lp_mv .mv-slider {
    height: 125vw;
  }
  .dh_lp_mv .mv-slider .swiper-slide {
    width: 90%;
  }
  /* ----- lead ----- */
  .dh_lp_lead {
    margin: 45px auto;
  }
  .dh_lp_lead p {
    margin-bottom: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
  }
  /* ----- about ----- */
  .dh_lp_about {
    width: 92%;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .dh_lp_about_title {
    margin-top: 15px;
    font-size: 22px;
  }
  .dh_lp_about_text {
    padding: 0 1%;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .dh_lp_linklist {
    padding: 25px 5% 20px;
  }
  .dh_lp_linklist_title {
    font-size: 16px;
    left: 38%;
  }
  .dh_lp_unker-links {
    gap: 15px 30px;
  }
  .dh_lp_unker-links_list {
    width: 48%;
    font-size: 13px;
  }
  .dh_lp_unker-links_list:nth-child(2n) {
    width: 42%;
  }
  .dh_lp_unker-links_list a::after {
    top: 12px;
  }
  .dh_lp_item {
    width: 95%;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .dh_lp_item_main {
    max-width: none;
    margin-left: auto;
    margin-right: 0;
  }
  .dh_lp_item_main_image {
    width: 88%;
    margin-right: 0;
    margin-left: auto;
  }
  .dh_lp_item_main_text {
    margin: 15% auto 20%;
    padding: 0 5px;
    line-height: 1.8;
  }
  .dh_lp_item_titlearea {
    left: 2%;
  }
  .dh_lp_item_titlearea_name .main {
    font-size: 45px;
  }
  .dh_lp_item_titlearea_name .sub {
    margin-top: 0.5em;
    padding-bottom: 0.3em;
    font-size: 13px;
  }
  .dh_lp_item_titlearea_title {
    margin-top: 0.5em;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .dh_lp_item_second_text {
    line-height: 1.8;
  }
  .dh_lp_item .item-slider {
    padding-bottom: 70px;
    margin-bottom: -35px;
  }
  .dh_lp_item .item-slider .swiper-slide {
    width: 305px;
  }
  .dh_lp_item .scroll {
    left: auto;
    right: 2%;
    bottom: 45px;
  }
  .dh_lp_item_bottom {
    width: 88%;
    margin-top: 15%;
  }
  #stylist03 .dh_lp_item_titlearea {
    top: 18%;
  }
  #stylist05 .dh_lp_item_titlearea {
    top: 25%;
  }
  .dh_lp_credit {
    font-size: 12px;
  }
  .dh_lp_credit_list {
    margin-bottom: 3px;
  }
  .dh_lp_credit .buy {
    padding: 0 0.4em 0.15em;
    font-size: 11px;
    line-height: 1.1;
  }
  .dh_lp_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_profile_pic {
    width: 100%;
  }
  .dh_lp_profile_pic .icon {
    width: 70px;
  }
  .dh_lp_profile_text {
    width: 100%;
  }
  /* ----- btn area ----- */
  .dh_lp_btn-area {
    margin-top: 15%;
  }
  .dh_lp_btn-area_btn {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */