/* Fonts */
@font-face {
    font-family: 'ClarinsRegular';
    src: url('fonts/ClarinsReg.eot');
    src: url('fonts/ClarinsReg.eot') format('embedded-opentype'),
         url('fonts/ClarinsReg.woff2') format('woff2'),
         url('fonts/ClarinsReg.woff') format('woff'),
         url('fonts/ClarinsReg.ttf') format('truetype'),
         url('fonts/ClarinsReg.svg#ClarinsReg') format('svg');
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('fonts/GothamMedium.eot');
    src: url('fonts/GothamMedium.eot') format('embedded-opentype'),
         url('fonts/GothamMedium.woff2') format('woff2'),
         url('fonts/GothamMedium.woff') format('woff'),
         url('fonts/GothamMedium.ttf') format('truetype'),
         url('fonts/GothamMedium.svg#GothamMedium') format('svg');
}
@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot') format('embedded-opentype'),
         url('fonts/GothamBook.woff2') format('woff2'),
         url('fonts/GothamBook.woff') format('woff'),
         url('fonts/GothamBook.ttf') format('truetype'),
         url('fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
    font-family: 'selimaregular';
    src: url('fonts/selima_-webfont.eot');
    src: url('fonts/selima_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/selima_-webfont.woff2') format('woff2'),
         url('fonts/selima_-webfont.woff') format('woff'),
         url('fonts/selima_-webfont.ttf') format('truetype'),
         url('fonts/selima_-webfont.svg#selimaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
  padding: 0;
  margin: 0;
}
/* END of Fonts */

.beautyfaq {
  max-width: 1170px;
  margin: 0 auto;
  color: #000;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.beautyfaq p {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 14px 0;
}
.beautyfaq a {
  color: #000;
  text-decoration: underline;
}
.beautyfaq a:hover {
  color: #be0f34;
}
/* Header */
.beautyfaq-header {
  position: relative;
  text-align: center;
}
.beautyfaq-header h2 {
  margin: 0;
  padding: 20px 0 15px 0;
}
.beautyfaq-header .subtext {
  font-size: 11px;
  font-family: "Gotham Medium", "Gotham SSm medium A", "Gotham SSm medium B", "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 22px 0 0px 0;
}
.beautyfaq-social-icons a {
  margin-left: 9px;
}  
/* Header - End */

/* Hero */
.beautyfaq-hero {
  position: relative;
}
.beautyfaq-hero img {
  width: 100%;
  height: auto;
}
.beautyfaq-hero h3 {
  font-family: ClarinsRegular, Clarins;
  padding: 0;
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}
/* Hero - End */

/* Description */
.beautyfaq-description {
  position: relative;
  text-align: center;
  max-width: 794px;
  margin: 0px auto;
}
.beautyfaq-description h4 {
  font-size: 22px;
  font-family: "Gotham Medium", "Gotham SSm medium A", "Gotham SSm medium B", "GothamMedium", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: normal;
}
/* Description - End */

/* FAQ */
.beautyfaq-faq {
  max-width: 1050px;
  margin: 0 auto;
}
.beautyfaq-title {
  position: relative;
  font-family: "Gotham Medium", "Gotham SSm medium A", "Gotham SSm medium B", "GothamMedium", Helvetica, Arial, sans-serif;
  padding: 12px 40px 12px 12px;
  border-bottom: 2px solid #ececec;
  cursor: pointer;
}
.beautyfaq-title span {
  font-size: 18px;
  line-height: 26px;
  color: #be0f34;
  padding-right: 12px;
}
.beautyfaq-title:after {
  content: "+";
  font-size: 24px;
  line-height: 26px;
  color: #8b8b8b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}
.active .beautyfaq-title:after {
  content: "-";
}
.beautyfaq-faq .beautyfaq-content {
  display: none;
}
/* FAQ - End */

/* Footer */
.beautyfaq-footer {
  margin-top: 15px;
}
.beautyfaq-footer img {
  width: 100%;
  height: auto;
}
.beautyfaq-footer-content {
  text-align: center;
}
.beautyfaq-footer-content h5 {
  font-family: ClarinsRegular, Clarins;
  font-size: 35px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height:1em;
}
/* Footer - End */

@media only screen and (min-width: 762px) {
  .show-mobile {
    display: none;
  }

  .beautyfaq {
    padding: 0 13.438vw
  }

  .beautyfaq-social-icons {
    position: absolute;
    top: 0;
    right: 0;
  }

  .beautyfaq-hero h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(0, -50%);
    text-align: right;
    font-size: 2.1875vw;
    line-height: 2.375vw;
  }
  .beautyfaq-hero .bigger  {
    display: block;
    font-size: 2.6em;
    padding-bottom: 0.215em;
  }

  .beautyfaq-description {
    top: -2vw;
    padding-left: 3vw;
  }

  .beautyfaq-faq .beautyfaq-content {
    border-bottom: 2px solid #ececec;
    overflow: hidden;
  }
  .beautyfaq-faq .beautyfaq-content img {
    float: left;
    margin: 0 40px 27px 0px;
  }
  .beautyfaq-faq .beautyfaq-content {
    padding: 28px 0 0px 10px;
  }

  /* Visuel */
  .beautyfaq-visuel-right,
  .beautyfaq-visuel-right-bot,
  .beautyfaq-visuel-left {
      position: absolute;
  }
  .beautyfaq-visuel-right img,
  .beautyfaq-visuel-right-bot img,
  .beautyfaq-visuel-left img {
    width: 100%;
    height: auto;
  }
  .beautyfaq-visuel-right {
    margin-top: -4.6vw;
    max-width: 13.438vw;
    right: 0;
  }
  .beautyfaq-visuel-right-bot {
    margin-top: -233px;
    max-width: 13.5vw;
    right: 0;
  }
  .beautyfaq-visuel-left {
    max-width: 13vw;
    left: 0;
  }
/* Visuel - End */

  .beautyfaq-footer-content {
    max-width: 47vw;
    margin: -16.25vw auto 0;
    padding-left: 11%;
  }
}

@media only screen and (min-width: 1600px) {
  .beautyfaq {
    padding: 0 215px;
  }
  .beautyfaq-hero h3 {
    font-size: 35px;
    line-height: 38px;
  }

  .beautyfaq-description {
    top: -36px;
    padding-left: 50px;
  }

  .beautyfaq-visuel-left {
    max-width: 255px;
  }

  .beautyfaq-footer-content {
    max-width: 750px;
    margin: -260px auto 0;
  }
  .beautyfaq-visuel-right-bot {
    margin-top: -220px;
  }
}

@media only screen and (max-width: 761px) {
  .show-desktop {
    display: none;
  }
  .mobile-line {
    display: block;
  }

  .beautyfaq-social-icons {
    padding: 15px 0 22px;
  }

  .beautyfaq-description {
    padding: 30px 30px 0;
  }
  .beautyfaq p {
    font-size: 3.684vw;
    line-height: 5.263vw;
  }

  .beautyfaq-hero h3 {
    font-size: 9.211vw;
    line-height: 9.2vw;
  }
  .beautyfaq-description h4 {
    font-size: 5.789vw;
    line-height: 6vw;
  }
  .beautyfaq-footer-content h5 {
    font-size: 9.211vw;
    line-height: 9.2vw;
    padding: 30px;
  }
  

  .beautyfaq-faq .active .beautyfaq-mobile-wraper {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px 20px 20px;
    border-bottom: 2px solid #ececec;
  }
  .beautyfaq-faq .beautyfaq-content img {
    width: 100%;
    height: auto;
  }

  .beautyfaq-footer-content {
    position: relative;
    z-index: 2;
    margin: -200px 50px 0 50px;
    background: #fff;

  }
  .beautyfaq-title {
    padding: 3.158vw 10.526vw 3.158vw 20px;
    font-size: 4.737vw;
    line-height: 5.263vw;
  }
  .beautyfaq-title span {
    font-size: 4.737vw;
    line-height: 5.263vw;
  }
  .beautyfaq-title:after {
    padding: 0 20px 0 15px;
    font-size: 6.316vw;
    line-height: 6.579vw;
  }
  .beautyfaq-footer {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .beautyfaq-header h2 img {
    max-width: 80%;
  }
}

/*--------------- DTW Edits -------------------*/

.beautyfaq-description {
    top: -20px;
  }

.beautyfaq-description {
  max-width: 604px;
}
  .beautyfaq-footer-content {
    max-width: 520px;
    margin: -176px auto 0;
  }

.beautyfaq-footer-content {
    max-width: 560px;
    margin: -185px auto 0;
}

  @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .beautyfaq-description {
    top: 40px;
  }

.beautyfaq-description {
  max-width: 494px;
}
  .beautyfaq-footer-content {
    max-width: 410px;
    margin: -126px auto 0;
  }

  .beautyfaq-footer-content {
    max-width: 60vw;
    margin: 2.75vw auto 0;
    padding-left: unset;
  }

  .beautyfaq-faq {
    padding-top: 6%;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  .beautyfaq-footer-content {
    max-width: 47vw;
    margin: -16.25vw auto 0;
    padding-left: 11%;
  }
}


@media screen and (max-width: 761px) {
  .beautyfaq-footer-content{
    margin: -200px 50px 0 50px;
  }
}



/*DTW Edits*/
.beautyfaq-hero h1 {
    font-size: 16px;
    line-height: 38px;
    left: 40%;
    right: 0;
    font-weight: normal;
    text-align: center;
}
.beautyfaq-hero .bigger {
    font-size: 28px;
    line-height: 1.2em;
}
.JP_mentions {
    font-size: 10px !important;
    opacity: 0.8;
    margin-top: 10px !important;
    line-height: 12px !important;
}
.beautyfaq-description h2 {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 0;
}
.beautyfaq-description h3 {
    margin-bottom: 0;
}
.beautyfaq-description{
  text-align: left;
  margin-bottom: 30px;
}
.beautyfaq p{
  font-size: 14px;
  margin-bottom: 0;
}

.beatyfaq_JP-header {
    text-align: center;
    margin-top: 40px;
}
.beatyfaq_JP-header h2 {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: normal;
}
.beautyfaq-title{
  font-size: 22px;
  font-weight: normal;
}
.beautyfaq-mobile-wraper h4 {
    font-size: 13px;
    margin-bottom: 0;
}
.beautyfaq-mobile-wraper p {
    font-size: 13px;
    margin-top: 6px;
}
.beautyfaq-footer-content{
  margin:-175px auto 0;
  text-align: left;
}
.beautyfaq-footer-content h2{
  font-size: 27px;
  font-weight: normal;
  margin-top: 0 !important;
  text-align: center;
}
.beautyfaq-footer-content h3 {
    font-size: 22px;
    line-height: 1.2em;
}
.beautyfaq-faq .beautyfaq-content img {
    margin: 0 22px 27px 0px;
}
#BLOCK-CATEGORY-LINKS h2{
  font-size: 27px;
}
.JP_text-right {
    float: right;
    display: inline-block;
    width: calc(100% - 429px);
    margin-bottom: 20px;
}
.JP_a {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 20px auto 0;
    display: block;
}
#BLOCK-CATEGORY-LINKS {
    margin-top: 80px;
}
.beautyfaq-footer-content p{
  font-size: 14px;
  line-height: 1.6em;
}


/*DTW Responsive Edits*/
/*1250 width*/
@media screen and  (max-width:1250px) {}

/*1023 width*/
@media screen and (max-width: 1023px) {
  .show-desktop{
    display: block;
  }
  .beautyfaq-hero h3{
    right: 60px;
  }
  .beautyfaq-faq .beautyfaq-content img{
    width: 300px;
    margin: 0 15px 27px 0px;
  }
  .beautyfaq-footer-content{
    max-width: 510px;
    margin: -156px auto 0;
  }
  .JP_text-right{
    width: calc(100% - 319px);
  }
}

/*960*/
@media screen and  (max-width:960px) {
  .beautyfaq-hero h3 {
    right: 39px;
  }
  .beautyfaq-description {
    max-width: 535px;
  }
  .beautyfaq-footer-content {
    max-width: 460px;
  }
  .JP_text-right{
    width: calc(100% - 319px);
  }
}

/*Ipad*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
  .beautyfaq-hero h3 {
    right: 60px;
    left: 42%;
  }
  .beautyfaq-footer-content {
    max-width: 407px;
    margin: -116px auto 0;
    padding-left: 11%;
  }
  .beautyfaq-footer-content h2 {
    font-size: 24px;
  }
  .JP_text-right{
    width: calc(100% - 319px);
  }
  .beautyfaq-hero .bigger{
    font-size: 20px;
  }
  .beautyfaq-description{
    max-width: 475px;
    top: 0;
  }
  .beautyfaq-faq{
    padding-top: 0;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
  .JP_text-right{
    width: calc(100% - 429px);
  }
}

/*761*/
@media only screen and (max-width:761px) {
  .beautyfaq-hero .bigger{
    font-size: 27px;
  }
  .beautyfaq-hero h3{
    padding: 0 20px;
  }
  .show-desktop {
    display: none;
  }
  .beautyfaq p{
    line-height: 2em;
  }
  .beautyfaq-description{
    padding-top: 0 !important;
  }
  .beautyfaq-hero h3 {
    margin-bottom: 50px;
  }
  .beautyfaq-footer-content {
    margin: -200px auto 0;
    padding: 0 20px;
  }
  .beautyfaq-footer-content h5{
    padding: 30px 0 0;
  }
  .beautyfaq-footer-content h3{
    margin-top: 0;
  }
  .beautyfaq-faq .active .beautyfaq-mobile-wraper{
    padding: 0 30px 20px;
  }
  .beautyfaq-faq .beautyfaq-content img{
    width: 100%;
  }
  .beautyfaq-title span{
    font-size: 22px;
  }
  .beautyfaq p{
    font-size: 14px;
    line-height: 1.6em;
  }
  .beautyfaq-mobile-wraper p{
    font-size: 14px;
  }
  .beautyfaq-footer-content h3{
    font-size: 20px;
  }
  .JP_text-right {
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .beautyfaq-hero h1{
    margin-bottom: 40px;
  }
  .breadcrumb {
    display: block;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .beautyfaq-footer-content p{
    font-size: 14px;
    line-height: 1.6em;
  }
  .beautyfaq-footer-content .JP_mentions {
    margin-bottom: 30px !important;
  }
  .beautyfaq-footer-content h2 {
    padding-bottom: 20px;
    padding-top: 21px !important;
    line-height: 1.2em;
  }
}

/*Iphone 12*/
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { 
      .beautyfaq-description {
        padding: 30px 20px 0;
     }
}

/*Iphone 7,8,9 plus*/
@media only screen
  and (max-width : 414px)
  and (max-height : 736px) {
   .beautyfaq-title {
    font-size: 20px;
    line-height: 1.3em;
  } 
  .beautyfaq-footer-content h2 {
    padding-bottom: 20px;
  }
  .beatyfaq_JP-header{
    padding: 0 50px;
  }
}
  
/*Iphone 7*/
@media only screen
  and (max-width : 375px)
  and (max-height : 667px) {
    .beautyfaq-faq .active .beautyfaq-mobile-wraper {
      padding: 0 20px 20px;
    }
    .beautyfaq-description {
      padding: 30px 15px 0;
    }
}
  
/*I phone 5 SE*/
@media only screen and (max-width:320px) {
  .beautyfaq-description {
    padding: 5px 25px 0;
  }
}