/*-----------------------------------------------------------*/
.dp-header {
  overflow: hidden;
  width: 100%;
  max-width: 1048px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  background-color: #fff;
}
.dp-header__background {
  min-height: 566px;
  position: relative;
}
.dp-header__background img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-header__background img {
    width: 1048px;
    margin-left: calc(50% - 524px);
    max-width: 1048px;
  }
}
@media (max-width: 761px) {
  .dp-header__background img {
    width: 100%;
  }
}
/*-----------------------------------------------------------*/
.dp-header__main-title {
  font-size: 60px;
  margin: 0 auto;
  font-weight: normal;
  padding-top: 35px;
  padding-bottom: 10px;
  font-family: "ClarinsRegular", "Clarins";
  line-height: 1em;
}
.dp-header__main-title span {
  display: block;
}
.dp-header__main-title br {
  display: none;
}
.dp-header__bold-text {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 20px;
  font-weight: normal;
}
.dp-header__text {
  font-size: 14px;
  margin: 0 auto;
  max-width: 720px;
}
.dp-header__mentions {
  font-size: 12px;
  opacity: 0.5;
  margin: 0 auto;
  line-height: 1.4em;
  padding-top: 20px;
  max-width: 650px;
}
@media (max-width: 761px) {
  .dp-header__main-title {
    font-size: 42px;
    padding-top: 15px;
  }
  .dp-header__main-title br {
    display: block;
  }
  .dp-header__bold-text {
    font-size: 14px;
    padding: 20px;
    max-width: 240px;
  }
  .dp-header__text {
    max-width: calc(100% - 40px);
  }
  .dp-header__mentions {
    max-width: calc(100% - 40px);
  }
}




/*DTW Edits*/
.dp-header__main-title{
  font-size: 36px;
  text-align: center;
}
.dp-header__bold-text{
  font-size: 27px;
  width: 100%;
  max-width: 770px;
}
.dp-header_text_list-JP li {
    list-style: none;
}
.dp-header_text_list-JP {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 770px;
}
.br_JP_mobile{
  display: none;
}
.dp-header__mentions{
  font-size: 10px;
  opacity: 0.8;
  max-width: 770px;
  width: 100%;
}
.dp-product-section-header-title {
    text-align: center;
    margin-top: 40px;
}
.dp-product-section-header-title h2 {
    font-size: 24px;
    line-height: 100%;
    font-weight: normal;
}
.dp-header{
  text-align: left;
}
.dp-header__text{
  max-width: 770px;
}


/*DTW Responsive Edits*/
/*1250 width*/
@media screen and  (max-width:1250px) {}

/*1023 width*/
@media screen and (max-width: 1023px) {}

/*960*/
@media screen and  (max-width:960px) {

}

/*761*/
@media only screen and (max-width:761px) {
  .dp-header__main-title{
    font-size: 24px;
    margin: 0 20px;
  }
  .dp-header__main-title span{
    font-size: 26px;
  }
  .br_JP_mobile{
    display: block;
  }
  .dp-header__bold-text {
    font-size: 20px;
    max-width: 100%;
  }
  .dp-header__text {
    max-width: 100%;
    margin: 0 20px;
  }
  .dp-header_text_list-JP {
    margin: 0 20px;
    max-width: 100%;
  }
  .dp-header__mentions {
    max-width: 95%;
    margin: 0 20px;
  }
  .dp-product-section-header-title h2{
    font-size: 23px;
  }
}


/*Iphone 7,8,9 plus*/
@media only screen
  and (max-width : 414px)
  and (max-height : 736px) {
  .dp-header__mentions {
    max-width: 89%;
    margin: 0 auto;
  } 
  .dp-header_text_list-JP {
    margin: 0 auto;
    max-width: 89%;
  }
}
  
/*Iphone 7*/
@media only screen
  and (max-width : 375px)
  and (max-height : 667px) {
   .dp-header__mentions {
    max-width: 89%;
    margin: 0 auto;
  } 
  .dp-header_text_list-JP {
    margin: 0 auto;
    max-width: 89%;
  }
  .dp-product-section-header-title h2 {
    font-size: 20px;
  }
}
  
/*I phone 5 SE*/
@media only screen and (max-width:320px) {
  .dp-product-section-header-title h2 {
    font-size: 23px;
  }
  .dp-header__main-title {
    margin: 0 15px;
  }
}
