/*COMMON*/

#MainContent{
  overflow: hidden;
}

.dh_lp_wrapper {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  color: #202124;
}
.dh_lp_wrapper * {
  box-sizing: border-box;
}

.dh_lp_wrapper img{
  max-width: 100%;
  width: 100%;
}

/* aタグ無効 */
.dh_lp_wrapper a.disabled,
.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;
}

.dh_lp_wrapper .sp{
  display: none;
}

.dh_lp_wrapper a {
  text-decoration: none;
  color: currentColor;
}
.dh_lp_wrapper a:hover img{
  filter: brightness(1.2);
  transition: all 0.5s;
}


/* mainvisual */
.dh_lp_wrapper .mainvisual{
  margin: 0;
  position: relative;
}
.dh_lp_wrapper .mainvisual .mainvisual_text{
  margin: 0;
  position: absolute;
  left: 10%;
  bottom: 5%;
  color: #ffffff;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 2.75vw;
  letter-spacing: 0.12em;
  line-height: 1.45;
  font-feature-settings: "palt";
}
.dh_lp_wrapper .mainvisual video{
  width: 100%;
  height: auto;
}

/* section */
.dh_lp_wrapper .lp-section{
  margin: 150px auto 170px;
}
.dh_lp_wrapper #sec01.lp-section{
  margin: 0;
  padding: 110px 0;
  background-color: #e5e5e5;
}

.dh_lp_wrapper .lp-section_title{
  margin: 70px auto 110px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

/*lead*/
.dh_lp_wrapper .lead{
  width: 100%;
}
.dh_lp_wrapper .lead_box{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.dh_lp_wrapper .lead_box .lead_ttl{
  margin: 0 auto 24px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #202124;
}
.dh_lp_wrapper .lead_box .lead_ttl .en{
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
}
.dh_lp_wrapper .lead_box p{
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.95;
}


/* sec02 */

.dh_lp_wrapper #sec02 {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.dh_lp_wrapper #sec02 .sec02-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 115px;
}

.dh_lp_wrapper #sec02 .box-wrap {
  width: 46%;
  margin-top: 115px;
}

.dh_lp_wrapper #sec02 .box-wrap p:nth-child(3) {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 0 8px;
  letter-spacing: 0.1rem;
}

.dh_lp_wrapper #sec02 .box-wrap p:nth-child(4) {
  font-size: 15px;
  margin: 17px 0 0 8px;
  letter-spacing: 0.01rem;
  line-height: 1.75;
  min-height: 250px;
  height: fit-content;
}

.dh_lp_wrapper #sec02 .box-wrap:nth-child(1) p:nth-child(4),
.dh_lp_wrapper #sec02 .box-wrap:nth-child(2) p:nth-child(4) {
  min-height: 300px;
}

.dh_lp_wrapper #sec02 .box-wrap .credit-wrap {
  margin: 10px 0 0 8px;
  display: block;
}

.dh_lp_wrapper #sec02 .box-wrap .credit-wrap span:nth-child(1) {
  font-size: 13px;
  letter-spacing: 0.1rem;
}

.dh_lp_wrapper #sec02 .box-wrap .credit-wrap span:nth-child(2) {
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  border: 1px solid #333333;
  padding : 0px 18px;
  margin: 0 0 0 15px;
  background-color: #ffffff;
  transition: 0.5s;
}

.dh_lp_wrapper #sec02 .box-wrap .credit-wrap:hover span:nth-child(2) {
  border: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
}

.dh_lp_wrapper #sec02 .box-wrap div.credit-wrap span:nth-child(2) {
  border: none;
  font-size: 13px;
  margin: 0;
}

.dh_lp_wrapper #sec02 .box-wrap div.credit-wrap:hover span:nth-child(2) {
  border: none;
  background-color: #ffffff;
  color: #333;
}

/* sec03 */

.dh_lp_wrapper #sec03 {
  background-color: #E5E5E5;
  padding-top: 80px;
  padding: 80px 0 165px;
  width: 100%;
}

.dh_lp_wrapper #sec03 .sec03-wrap {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.dh_lp_wrapper #sec03 .sec03-wrap .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.dh_lp_wrapper .sec06,
.dh_lp_wrapper .sec07 {
  margin: 95px auto 0;
}

.dh_lp_wrapper .item:last-child{
  margin-bottom: 40px;
}
.dh_lp_wrapper .item_image{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.dh_lp_wrapper .item_image.sp {
  display: none;
}
.dh_lp_wrapper .item_image .main{
  width: 64.5%;
  display: block;
}
.dh_lp_wrapper .item_image .sub{
  width: 39.5%;
  height: 100%;
  margin-top: 12.5%;
  margin-left: -4%;
  z-index: 10;
}
.dh_lp_wrapper .item_image .wide{
  max-width: 880px;
}

.dh_lp_wrapper .item_image.image-2-item{
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.dh_lp_wrapper .item_image.image-2-item.sp {
  display: none;
}
.dh_lp_wrapper .item_image.image-2-item img{
  width: 48%;
}

.dh_lp_wrapper .item_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  max-width: 1000px;
  text-align: left;
}
.dh_lp_wrapper .item_title::before {
  content: "";
  width: 47.5%;
  height: 1px;
  background-color: #A1A1A1;
  position: absolute;
  top: 19px;
  left: -50%;
}
.dh_lp_wrapper .item_text{
  max-width: 1000px;
  margin: 40px auto 41px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-align: justify;
}

.dh_lp_wrapper .item.item-reverse .item_image{
  flex-direction: row-reverse;
}
.dh_lp_wrapper .item.item-reverse .item_image .sub{
  margin-left: 0;
  margin-right: -4%;
}

.dh_lp_wrapper #sec03 .item{
  margin-bottom: 90px;
}


/* credit */
.dh_lp_wrapper .credit {
  margin: 45px auto 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  max-width: 1000px;
}
.dh_lp_wrapper .credit li {
  margin: 0 0 20px 0;
}
.dh_lp_wrapper .credit .gender,
.dh_lp_wrapper .credit .itemname{
  font-weight: 500;
}
.dh_lp_wrapper .credit .itemprice{
  margin: 0 0 0 10px;
}
.dh_lp_wrapper .credit span.buybutton{
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  border: 1px solid #333333;
  padding : 0px 18px;
  margin: 0 0 0 30px;
  background-color: #ffffff;
  transition: 0.5s;
}
.dh_lp_wrapper .credit li:hover span.buybutton{
  border: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
}

.dh_lp_wrapper .credit span.morebutton{
  min-width: 225px;
  padding : 10px;
  margin: 5px auto;
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  border: 1px solid #333333;
  transition: 0.5s;
  text-align: center;
}
.dh_lp_wrapper .credit li:hover span.morebutton{
  border: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
}

/* itemlist */
.dh_lp_wrapper .itemlist-area{
  margin: 105px auto;
}
.dh_lp_wrapper .itemlist-area_title{
  margin: 0 auto 45px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.dh_lp_wrapper .itemlist{
  width: 940px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}
.dh_lp_wrapper .itemlist li{
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.dh_lp_wrapper .itemlist li a .item-detail {
  display: flex;
  align-items: center;
}
.dh_lp_wrapper .itemlist li span.gender{
  margin: 25px 0 0;
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.dh_lp_wrapper .itemlist li span.itemname{
  margin: 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.dh_lp_wrapper .itemlist li span.itemprice{
  display: block;
}

.dh_lp_wrapper .itemlist li span.buybutton{
  padding : 0px 18px;
  margin: 11px 0 11px 35px;
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  border: 1px solid #333333;
  background-color: #ffffff;
  transition: 0.5s;
}
.dh_lp_wrapper .itemlist li .unreleased .item-detail {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.dh_lp_wrapper .itemlist li .unreleased .item-detail span.buybutton {
  border: none;
  margin: 0;
  padding: 0 0 0 12px;
}
.dh_lp_wrapper .itemlist li:hover img{
  filter: brightness(0.95);
  transition: 0.5s;
}
.dh_lp_wrapper .itemlist li:hover span.buybutton{
  border: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
}
.dh_lp_wrapper .itemlist li:hover .unreleased span.buybutton{
  border: none;
  background-color: #fff;
  color: #333;
}
.dh_lp_wrapper .itemlist-area_bottom{
  width: 640px;
  max-width: 90%;
  margin: 115px auto;
  text-align: center;
}
.dh_lp_wrapper .itemlist-area_bottom_title{
  margin: 0 auto 60px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.dh_lp_wrapper .itemlist-area_bottom .morebutton{
  padding : 8px 20px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: inline-block;
  border: 1px solid #333333;
  background-color: #ffffff;
  transition: 0.5s;
}
.dh_lp_wrapper .itemlist-area_bottom .morebutton:hover{
  border: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 960px) {
  
  /* mainvisual */
  .dh_lp_wrapper .mainvisual .mainvisual_text{
    font-size: 30px;
  }

  .dh_lp_wrapper .item_title::before {
    display: none;
  }
}


@media (max-width: 767px) {
  .dh_lp_wrapper .pc{
    display: none;
  }
  .dh_lp_wrapper .sp{
    display: inline;
  }

  /* mainvisual */
  .dh_lp_wrapper .mainvisual .mainvisual_text{
    width: 100%;
    font-size: 20px;
    bottom: 6%;
    left: 6.5%;
    text-align: left;
    letter-spacing: 0.1em;
  }

  /* section */
  .dh_lp_wrapper .lp-section{
    margin: 50px auto;
  }
  .dh_lp_wrapper #sec01.lp-section{
    padding: 13px 0 30px;
  }

  .dh_lp_wrapper .lp-section_title{
    margin-bottom: 60px;
    margin-top: 0;
    font-size: 21px;
  }

  /* lead */
  .dh_lp_wrapper .lead{
    padding: 40px 0 0;
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .lead_box {
    width: 92%;
  }
  .dh_lp_wrapper .lead_box .lead_ttl{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
  .dh_lp_wrapper .lead_box .lead_ttl .en{
    margin-bottom: 5px;
    font-size: 20px;
    display: inline-block;
  }
  .dh_lp_wrapper .lead_box p{
    font-size: 14px;
    text-align: left;
  }

  /* sec02 */

  .dh_lp_wrapper #sec02 {
    max-width: 92%;
  }

  .dh_lp_wrapper #sec02 .sec02-wrap {
    display: block;
  }

  .dh_lp_wrapper #sec02 .box-wrap {
    width: 100%;
    margin-top: 70px;
  }

  .dh_lp_wrapper #sec02 .box-wrap .credit-wrap {
    margin: 15px 0 25px 0;
  }

  .dh_lp_wrapper #sec02 .box-wrap p:nth-child(3) {
    font-size: 24px;
    margin: 25px 0 0;
  }

  .dh_lp_wrapper #sec02 .box-wrap p:nth-child(4) {
    margin: 17px 0 0;
  }

  .dh_lp_wrapper #sec02 .sec02-wrap .box-wrap p.sp {
    letter-spacing: 0.09rem;
    line-height: 1.87;
  }

  .dh_lp_wrapper #sec02 .box-wrap .credit-wrap span:nth-child(2) {
    margin: 0 0 0 25px;
    padding: 0px 15px;
  }

  /* sec03 */

  .dh_lp_wrapper #sec03 {
    padding: 95px 0 80px 0;
  }

  .dh_lp_wrapper #sec03 .sec03-wrap {
    max-width: 92%;
  }

  .dh_lp_wrapper .item_title::before {
    display: none;
  }

  .dh_lp_wrapper .item_text {
    margin: 15px 0 0;
  }

  .dh_lp_wrapper .credit {
    margin: 20px auto 0;
    font-size: 13px;
  }

  .dh_lp_wrapper .credit span.morebutton {
    min-width: 124px;
    padding: 5px 10px;
    margin: 5px auto;
    font-size: 13px;
  }

  .dh_lp_wrapper .item{
    margin-bottom: 75px;
  }
  .dh_lp_wrapper .item_title{
    margin: 20px 0 25px 0;
    font-size: 18px;
  }
  .dh_lp_wrapper .item_image{
    width: 100%;
    flex-wrap: wrap;
  }
  .dh_lp_wrapper .item_image.sp {
    display: block !important;
  }
  .dh_lp_wrapper .item_image .main{
    width: 100%;
  }
  .dh_lp_wrapper .item_image .sub,
  .dh_lp_wrapper .item.item-reverse .item_image .sub{
    width: 70%;
    margin: 10px auto 0;
  }
  .dh_lp_wrapper .item_text{
    margin-top: 20px;
    line-height: 1.86;
    letter-spacing: 0.06em;
  }

  .dh_lp_wrapper #sec03 .item{
    margin-bottom: 60px;
  }

  .dh_lp_wrapper .sec06,
  .dh_lp_wrapper .sec07 {
    margin-top: 50px;
  }

  .dh_lp_wrapper .item_image.image-2-item.pc {
    display: none;
  }

  .dh_lp_wrapper .item_image.image-2-item.sp {
    display: flex;
  }

  /* credit */
  .dh_lp_wrapper .credit span.buybutton{
    width: 60px;
    margin: 10px auto 0;
    display: block;
  }
  .dh_lp_wrapper .itemlist li .unreleased .item-detail span.buybutton {
    font-size: 11px;
  }

  /* itemlist */
  .dh_lp_wrapper .itemlist-area{
    margin: 70px auto;
  }
  .dh_lp_wrapper .itemlist-area_title{
    margin-bottom: 30px;
    font-size: 18px !important;
  } 
  .dh_lp_wrapper .itemlist-area_bottom{
    margin: 80px auto;
  }
  .dh_lp_wrapper .itemlist-area_bottom_title{
    margin-bottom: 30px;
    font-size: 18px;
  }
  .dh_lp_wrapper .itemlist{
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .dh_lp_wrapper .itemlist li{
    width: 47.5%;
  }
  .dh_lp_wrapper .itemlist li span.gender {
    font-size: 12px;
  }
  .dh_lp_wrapper .itemlist li span.itemname {
    font-size: 13px;
  }
  .dh_lp_wrapper .itemlist li span.buybutton {
    margin: 11px 0 11px 25px;
  }

}
