@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #f8f8f8;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.font2 {
  font-family: "Red Hat Display", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #cccccc;
}

.g3 {
  color: #aaaaaa;
}

.g4 {
  color: #999999;
}

.g5 {
  color: #777777;
}

.g6 {
  color: #666666;
}

.c1 {
  color: #F3A7A3;
}

.c2 {
  color: #C1CFD3;
}

.c3 {
  color: #D8C5B4;
}

.c4 {
  color: #F8DAD9;
}

.c5 {
  color: #E5EDEF;
}

.c6 {
  color: #F7F1E9;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
  }
}
.container.-large {
  max-width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}
.container.-middle {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-middle {
    max-width: auto;
  }
}
.container.-small {
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .container.-small {
    padding-right: 15px;
    padding-left: 15px;
    max-width: auto;
  }
}
.container.-Xlarge {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-Xlarge {
    max-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.-min {
  padding: 0 30px 0 !important;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .container.-min {
    padding: 0 20px 0 !important;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.container.-basic {
  padding: 0 30px 0 !important;
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .container.-basic {
    padding: 0 20px 0 !important;
  }
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    #deep-skin-clear
===================================================================*/
#deep-skin-clear .annotation {
  font-size: 1rem !important;
}
#deep-skin-clear sup {
  font-size: 12px !important;
}
#deep-skin-clear * {
  box-sizing: border-box;
}
#deep-skin-clear *::before, #deep-skin-clear *::after {
  box-sizing: border-box;
}
#deep-skin-clear .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
#deep-skin-clear .pointnum {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .pointnum {
    width: 100px;
  }
}

/*==================================================================
    #deep-skin-clear .trouble
===================================================================*/
#deep-skin-clear .trouble {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trouble {
    padding: 40px 0px;
  }
}
#deep-skin-clear .trouble h2 {
  text-align: center;
  border-top: 1px solid #E27F7F;
  border-bottom: 1px solid #E27F7F;
  color: #E27F7F;
  padding: 0.5em 0px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trouble h2 {
    font-size: 1.8rem;
  }
}
#deep-skin-clear .trouble h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trouble h3 {
    font-size: 1.6rem;
  }
}
#deep-skin-clear .trouble-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto 20px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble-list {
    margin: 0px 0px 40px;
    flex-flow: column;
  }
}
#deep-skin-clear .trouble_item {
  width: 33.3333333333%;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble_item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trouble_item {
    width: 100%;
    max-width: 640px;
  }
}
#deep-skin-clear .trouble_item:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble_item:nth-child(2) {
    margin-top: 0px;
  }
}
#deep-skin-clear .trouble_item dl {
  padding: 0px 15px;
}
#deep-skin-clear .trouble_item dl dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trouble_item dl dd {
    text-align: center;
    font-size: 1.4rem;
  }
}
#deep-skin-clear .trouble .img {
  width: 50%;
  max-width: 540px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble .img {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 0;
  }
}
#deep-skin-clear .trouble .img img {
  width: 100%;
}
#deep-skin-clear .trouble .txt {
  width: 50%;
  max-width: 540px;
  padding: 30px;
  background-image: url(../products/img/deep-skin-clear/bg-grid-lightblue.png);
  background-size: 10px;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble .txt {
    width: 100%;
    max-width: 760px;
    margin: 0px auto;
    padding: 20px 15px;
  }
}
#deep-skin-clear .trouble .txt .checklist {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble .txt .checklist {
    justify-content: center;
    max-width: 660px;
    margin: 0px auto 20px;
  }
}
#deep-skin-clear .trouble .txt .checklist li {
  padding-left: 24px;
  background-image: url(../products/img/deep-skin-clear/icon-trouble-checkmark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  width: 50%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble .txt .checklist li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trouble .txt .checklist li {
    width: 50%;
    padding-left: 18px;
    background-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  #deep-skin-clear .trouble .txt .checklist li:first-child {
    width: 100%;
  }
  #deep-skin-clear .trouble .txt .checklist li:nth-child(2) {
    width: 100%;
  }
}
#deep-skin-clear .trouble .txt .photos {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .trouble .txt .photos {
    justify-content: center;
  }
}
#deep-skin-clear .trouble .txt .photos dl {
  width: 33.3333333333%;
  max-width: 130px;
  padding: 5px;
}
#deep-skin-clear .trouble .txt .photos dl dt {
  margin-bottom: 5;
  text-align: center;
}
#deep-skin-clear .trouble .txt .photos dl dd {
  font-size: 1.3rem;
  text-align: center;
}

/*==================================================================
    #deep-skin-clear .ultrasound
===================================================================*/
#deep-skin-clear .ultrasound {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .ultrasound {
    padding: 40px 0px;
  }
}
#deep-skin-clear .ultrasound_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .ultrasound_list {
    flex-flow: column;
    margin: 0px auto;
  }
}
#deep-skin-clear .ultrasound_list::after {
  content: "";
  width: 70%;
  height: 100%;
  background: #E5EDEF;
  background-image: url(../img/common/bg-grid-white.png);
  display: block;
  z-index: 0;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .ultrasound_list::after {
    width: 85%;
  }
}
#deep-skin-clear .ultrasound_movie {
  position: relative;
  padding: 0px 20px;
  width: 50%;
  z-index: 1;
}
#deep-skin-clear .ultrasound_movie video {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .ultrasound_movie {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
}
#deep-skin-clear .ultrasound_txt {
  position: relative;
  padding: 0px 30px;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .ultrasound_txt {
    width: 100%;
    padding: 0px;
  }
}
#deep-skin-clear .ultrasound_txt h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .ultrasound_txt h2 {
    font-size: 1.8;
    margin-bottom: 20px;
  }
}
#deep-skin-clear .ultrasound_txt h2 span {
  color: #748A90;
  font-size: 1.6rem;
  display: block;
}
#deep-skin-clear .ultrasound_txt h2 i {
  position: absolute;
  right: -30px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .ultrasound_txt h2 i {
    right: -10px;
    top: -70px;
  }
  #deep-skin-clear .ultrasound_txt h2 i img {
    width: 80px;
  }
}

/*==================================================================
    #deep-skin-clear .threestars
===================================================================*/
#deep-skin-clear .threestars {
  padding: 80px 0px;
  background-color: #F8DAD9;
  background-image: url("../products/img/deep-skin-clear/bg-dot-white-trans.svg");
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .threestars {
    padding: 40px 0px;
  }
}
#deep-skin-clear .threestars h2 {
  text-align: center;
  color: #E27F7F;
  padding: 0.5em 0px;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .threestars h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
#deep-skin-clear .threestars_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
}
#deep-skin-clear .threestars_list li {
  width: 33.3333333333%;
  max-width: 220px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .threestars_list li {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .threestars_list li {
    padding: 2px;
  }
}
#deep-skin-clear .threestars_list li img {
  width: 100%;
}

/*==================================================================
    #deep-skin-clear .queenlift
===================================================================*/
#deep-skin-clear .queenlift {
  padding: 0px 0px 40px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .queenlift {
    padding: 6px 0px;
  }
}
#deep-skin-clear .queenlift_list {
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: center;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .queenlift_list {
    flex-flow: column-reverse;
    margin: 0px auto;
  }
}
#deep-skin-clear .queenlift_list::after {
  content: "";
  width: 70%;
  height: 100%;
  background: #F7F1E9;
  background-image: url(../img/common/bg-grid-white.png);
  display: block;
  z-index: 0;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .queenlift_list::after {
    width: 85%;
  }
}
#deep-skin-clear .queenlift_movie {
  position: relative;
  padding: 0px 20px;
  width: 50%;
  z-index: 2;
}
#deep-skin-clear .queenlift_movie video {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .queenlift_movie {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
}
#deep-skin-clear .queenlift_txt {
  position: relative;
  padding: 0px 30px;
  width: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .queenlift_txt {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0 0 30px;
    display: block;
  }
}
#deep-skin-clear .queenlift_txt h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #726265;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .queenlift_txt h2 {
    font-size: 1.8;
  }
}

/*==================================================================
    #deep-skin-clear .trial
===================================================================*/
#deep-skin-clear .trial {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 50px 30px 50px;
  margin-top: 30px;
  background: #F7F1E9;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial {
    padding: 40px 0px;
  }
}
#deep-skin-clear .trial p {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial p {
    font-size: 1.3rem;
  }
}
#deep-skin-clear .trial h2 {
  text-align: center;
  color: #B9A899;
  padding: 0.5em 0px;
  font-size: 2.6rem;
  margin-bottom: 40px;
  width: 100%;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial h2 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
#deep-skin-clear .trial .magik_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -15px 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .magik_list {
    margin: 0 auto 40px;
    flex-flow: column;
  }
}
#deep-skin-clear .trial .magik_ba {
  width: 50%;
  display: flex;
  flex-flow: row nowrap;
  margin: 0px -10px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .magik_ba {
    width: auto;
    margin: 0px -10px;
  }
}
#deep-skin-clear .trial .magik_ba dl {
  padding: 0px 10px;
}
#deep-skin-clear .trial .magik_ba dl dt {
  margin-bottom: 5px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .magik_ba dl dt {
    margin-bottom: 5px;
  }
}
#deep-skin-clear .trial .magik_ba dl dd {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .magik_ba dl dd {
    font-size: 1.2rem;
  }
}
#deep-skin-clear .trial .magik_ba dl:first-child dt::after {
  content: "▶";
  position: absolute;
  right: -15px;
  font-size: 34px;
  top: 50%;
  transform: translateY(-50%);
}
#deep-skin-clear .trial .magik_txt {
  padding: 0px 15px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .magik_txt {
    width: 100%;
    padding: 0px;
  }
}
#deep-skin-clear .trial .magik_txt h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .magik_txt h3 {
    margin-bottom: 10px;
  }
}
#deep-skin-clear .trial .magik_movie {
  padding: 0px 15px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .magik_movie {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
  }
}
#deep-skin-clear .trial .lard {
  display: flex;
  flex-flow: row wrap;
}
#deep-skin-clear .trial .lard_ba {
  display: flex;
  flex-flow: row wrap;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .lard_ba {
    flex-flow: column;
    width: auto;
    padding: 10px 0;
  }
}
#deep-skin-clear .trial .lard_ba .innerbox {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .lard_ba .innerbox {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    padding: 15px;
  }
}
#deep-skin-clear .trial .lard_ba dl {
  width: 50%;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .lard_ba dl {
    padding: 0 5px;
  }
}
#deep-skin-clear .trial .lard_ba dl dt {
  margin-bottom: 5px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .lard_ba dl dt {
    margin-bottom: 5px;
  }
}
#deep-skin-clear .trial .lard_ba dl dd {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .lard_ba dl dd {
    font-size: 1.2rem;
  }
}
#deep-skin-clear .trial .lard_ba dl:first-child dt::after {
  content: "▶";
  position: absolute;
  right: -15px;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#deep-skin-clear .trial .lard_ba p {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .trial .lard_ba p {
    font-size: 1.3rem;
  }
}

/*==================================================================
    #deep-skin-clear .point
===================================================================*/
#deep-skin-clear .point {
  background: #f9f6f4;
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point {
    padding: 40px 0px;
  }
}
#deep-skin-clear .point_group {
  display: block;
  margin: 0px -50px 50px;
  background-color: #F8DAD9;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_group {
    margin: 0px -20px 30px;
  }
}
#deep-skin-clear .point_group.-even {
  background-color: #E5EDEF;
}
#deep-skin-clear .point_group.-even .secttl {
  color: #748A90;
}
#deep-skin-clear .point_group .secttl {
  color: #E27F7F;
}
#deep-skin-clear .point_group span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 2px 0 0 0;
  font-family: "Century Gothic", "Metropolis", sans-serif;
}
#deep-skin-clear .point_ttl {
  background: #B9A899;
  color: #fff;
}
#deep-skin-clear .point_box {
  background: #fff;
  padding: 0px 50px 50px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_box {
    padding: 0px 20px 20px;
  }
}
#deep-skin-clear .point_wrap {
  position: relative;
}
#deep-skin-clear .point_wrap::after {
  content: "";
  background: url(../products/img/common/img-dot-lightpink.svg);
  width: 100%;
  height: 90%;
  display: inline-block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  border-radius: 10px;
}
#deep-skin-clear .point_wrap.-even::after {
  background: url(../products/img/common/img-dot-lightgrayblue.svg);
}
#deep-skin-clear .point_wrap.-half {
  width: 50%;
  padding: 0px 30px;
  display: flex;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .point_wrap.-half {
    width: 100%;
  }
}
#deep-skin-clear .point_wrap.-half::after {
  width: calc(100% - 60px);
  height: calc(90% - 60px);
  display: inline-block;
  position: absolute;
  left: 50px;
  bottom: 30px;
  border-radius: 10px;
}
#deep-skin-clear .point_mutant {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -30px;
}
#deep-skin-clear .point_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -20px;
}
#deep-skin-clear .point_list.-half {
  flex-flow: column;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .point_list.-half {
    flex-flow: row wrap;
  }
}
#deep-skin-clear .point_img {
  width: 50%;
  line-height: 0;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_img {
    width: 100%;
  }
}
#deep-skin-clear .point_img.-half {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .point_img.-half {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_img.-half {
    width: 100%;
  }
}
#deep-skin-clear .point_img .annotation {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
#deep-skin-clear .point_txt {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_txt {
    width: 100%;
    padding: 0px 20px;
  }
}
#deep-skin-clear .point_txt.-half {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .point_txt.-half {
    width: 50%;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  #deep-skin-clear .point_txt.-half {
    width: 100%;
  }
}
#deep-skin-clear .point_txt h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #B9A899;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_txt h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
#deep-skin-clear .point_txt h3.-even {
  color: #748A90;
}
#deep-skin-clear .point_txt h3 span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 10px;
  height: 20px;
  width: 80px;
  line-height: 20px;
  background: #E27F7F;
  color: #fff;
  border-radius: 10px;
}
#deep-skin-clear .point_menu {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 40px;
  justify-content: center;
}
#deep-skin-clear .point_menu.fixed {
  position: fixed;
  top: 110px;
  z-index: 5;
  transition: all 200ms ease;
  background: rgba(255, 255, 255, 0.8);
  left: 0px;
  right: 0px;
  padding: 10px 0px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_menu.fixed {
    top: 40px;
  }
}
#deep-skin-clear .point_menu.opa {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_menu {
    margin-bottom: 30px;
  }
}
#deep-skin-clear .point_menu li {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_menu li {
    padding: 5px;
  }
}
#deep-skin-clear .point_menu li span {
  border: 1px solid #F3A7A3;
  background: #fff;
  display: block;
  line-height: 36px;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  padding: 0px 1em;
  min-width: 140px;
  border-radius: 18px;
  cursor: pointer;
  display: block;
  font-size: 1.3rem;
  color: #646464;
  white-space: nowrap;
}
#deep-skin-clear .point_menu li span:hover {
  background: #F3A7A3;
  color: #fff;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_menu li span {
    padding: 0px 0.8em;
    min-width: unset;
    font-size: 1.2rem;
  }
}
#deep-skin-clear .point_menu li:nth-child(even) span {
  border-color: #C1CFD3;
}
#deep-skin-clear .point_menu li:nth-child(even) span:hover {
  background: #C1CFD3;
  color: #fff;
}
#deep-skin-clear .point_table {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#deep-skin-clear .point_table h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #B9A899;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point_table h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
#deep-skin-clear .point_table table.spNone {
  border-collapse: collapse;
  max-width: 700px;
}
#deep-skin-clear .point_table table.spNone th, #deep-skin-clear .point_table table.spNone td {
  border: 1px solid #c4c4c4;
  padding: 15px;
  vertical-align: middle;
  line-height: 1.4;
}
#deep-skin-clear .point_table table.spNone th {
  width: 20%;
}
#deep-skin-clear .point_table table.spNone th.txt {
  width: 40%;
}
#deep-skin-clear .point_table table.spNone td em {
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
}
#deep-skin-clear .point_table table.spNone td em.pink {
  color: #E27F7F;
}
#deep-skin-clear .point_table table.spNone td em.orange {
  color: orange;
}
#deep-skin-clear .point_table table.spNone td p {
  font-size: 1.3rem;
  line-height: 1.4;
}
#deep-skin-clear .point_table table.spNone thead th {
  background-color: #F7F1E9;
}
#deep-skin-clear .point_table table.spNone tr.thisone {
  background-color: #F8DAD9;
}
#deep-skin-clear .point_table .pcNone h4 {
  margin-bottom: 10px;
  color: #F3A7A3;
}
#deep-skin-clear .point_table .pcNone h4.thisone {
  font-size: 1.8rem;
  color: #E27F7F;
}
#deep-skin-clear .point_table .pcNone table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
#deep-skin-clear .point_table .pcNone table th, #deep-skin-clear .point_table .pcNone table td {
  border: 1px solid #c4c4c4;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.4;
}
#deep-skin-clear .point_table .pcNone table th {
  width: 20%;
}
#deep-skin-clear .point_table .pcNone table th.txt {
  width: 40%;
}
#deep-skin-clear .point_table .pcNone table td em {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
#deep-skin-clear .point_table .pcNone table td em.pink {
  color: #E27F7F;
}
#deep-skin-clear .point_table .pcNone table td em.orange {
  color: orange;
}
#deep-skin-clear .point_table .pcNone table td p {
  font-size: 1.3rem;
  line-height: 1.4;
}
#deep-skin-clear .point_table .pcNone table thead th {
  background-color: #F7F1E9;
}
#deep-skin-clear .point .graph_list {
  display: flex;
  flex-flow: row wrap;
  margin: 10px -20px 0px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point .graph_list {
    margin: 20px -20px 0px;
  }
}
#deep-skin-clear .point .graph_img {
  width: 50%;
  line-height: 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point .graph_img {
    width: 100%;
  }
}
#deep-skin-clear .point .graph_txt {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point .graph_txt {
    width: 100%;
    padding: 0px 20px;
  }
}
#deep-skin-clear .point .graph_txt.-half {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .point .graph_txt.-half {
    width: 50%;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  #deep-skin-clear .point .graph_txt.-half {
    width: 100%;
  }
}
#deep-skin-clear .point .graph_txt h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #B9A899;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .point .graph_txt h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
#deep-skin-clear .point .graph_txt h3.-even {
  color: #748A90;
}
#deep-skin-clear .point .graph_txt h3 span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 10px;
  height: 20px;
  width: 80px;
  line-height: 20px;
  background: #E27F7F;
  color: #fff;
  border-radius: 10px;
}

/*==================================================================
    #deep-skin-clear .instagram
===================================================================*/
#deep-skin-clear .instagram {
  padding: 80px 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram {
    padding: 40px 0px 0px !important;
  }
}
#deep-skin-clear .instagram .insta_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_list {
    flex-flow: column;
  }
}
#deep-skin-clear .instagram .insta_item {
  width: calc((100% - 90px) / 3);
  padding: 25px;
  margin: 15px;
  position: relative;
  letter-spacing: normal;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item {
    width: 100%;
    margin: 15px auto 50px;
    padding: 15px;
    border-radius: 5px;
  }
}
#deep-skin-clear .instagram .insta_item span {
  margin-top: -50px;
  display: flex;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item span {
    margin-top: -40px;
  }
}
#deep-skin-clear .instagram .insta_item h4 {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item h4 {
    font-size: 1.5rem;
  }
}
#deep-skin-clear .instagram .insta_item h4 + em {
  font-style: normal;
  font-size: 1.2rem;
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item h4 + em {
    font-size: 1rem;
  }
}
#deep-skin-clear .instagram .insta_item dl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item dl {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 15px;
  }
}
#deep-skin-clear .instagram .insta_item dl dt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item dl dt {
    width: 50%;
    margin-bottom: 0px;
  }
  #deep-skin-clear .instagram .insta_item dl dt img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item dl dd {
    width: 50%;
    padding-left: 15px;
  }
}
#deep-skin-clear .instagram .insta_item dl + p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item dl + p {
    font-size: 1.3rem;
  }
}
#deep-skin-clear .instagram .insta_item .annotation {
  padding-top: 15px;
  font-size: 1rem;
}
#deep-skin-clear .instagram .insta_item.-pink {
  background-color: #FFEEED;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item.-pink {
    margin-top: 30px;
  }
}
#deep-skin-clear .instagram .insta_item.-pink h4 {
  color: #E27F7F;
}
#deep-skin-clear .instagram .insta_item.-blue {
  margin-top: 50px;
  margin-bottom: -30px;
  background-color: #EFF8FA;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item.-blue {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
#deep-skin-clear .instagram .insta_item.-blue h4 {
  color: #90A6AC;
}
#deep-skin-clear .instagram .insta_item.-beige {
  background-color: #FFFAF4;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .insta_item.-beige {
    margin-bottom: 0px;
  }
}
#deep-skin-clear .instagram .insta_item.-beige h4 {
  color: #B9A899;
}
#deep-skin-clear .instagram .dscap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .instagram .dscap {
    margin-top: 0px;
  }
}

/*==================================================================
    #deep-skin-clear
===================================================================*/
#deep-skin-clear {
  /* movie */
}
#deep-skin-clear .stream {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .stream {
    padding-top: 40px;
  }
}
#deep-skin-clear .stream * {
  letter-spacing: normal;
}
#deep-skin-clear .stream_wrap {
  max-width: 640px;
  width: 100%;
  margin: 0px auto 30px;
}
#deep-skin-clear .stream_box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#deep-skin-clear .stream_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#deep-skin-clear .stream dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .stream dl {
    flex-flow: column;
  }
}
#deep-skin-clear .stream dl dt {
  width: 150px;
}
#deep-skin-clear .stream dl dt span {
  font-size: 10px;
  line-height: 1;
  display: inherit;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .stream dl dt {
    margin-bottom: 10px;
  }
}
#deep-skin-clear .stream dl dd {
  padding-left: 30px;
  font-size: 2.2rem;
  color: #f3a7a3;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .stream dl dd {
    font-size: 1.6rem;
    padding-left: 0px;
    text-align: center;
  }
}
#deep-skin-clear .stream dl dd a {
  border: 1px solid #f3a7a3;
  background-color: #f3a7a3;
  color: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 1.5rem;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  transition: 0.4s all;
}
#deep-skin-clear .stream dl dd a::after {
  content: "";
  background-image: url(../products/img/common/icon_arrow_white.html);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-55%);
  width: 15px;
  height: 15px;
}
#deep-skin-clear .stream dl dd a:hover {
  background-color: #fff;
  color: #f3a7a3;
  transition: 0.4s all;
}
#deep-skin-clear .stream dl dd a:hover::after {
  background-image: url(../products/img/common/icon_arrow_pink.svg);
}
#deep-skin-clear .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  display: none;
}
#deep-skin-clear .popup.is-show {
  opacity: 1;
  visibility: visible;
}
#deep-skin-clear .popup .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9997;
}
#deep-skin-clear .popup .modal_content .movie {
  padding-top: 0;
}
#deep-skin-clear .popup .btn-modal-close {
  z-index: 9999;
  display: block;
  cursor: pointer;
}
#deep-skin-clear .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #deep-skin-clear .popup .modal_content {
    width: 70%;
  }
}
#deep-skin-clear .movie {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#deep-skin-clear .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#deep-skin-clear .detailmenu {
  padding: 80px 0;
  background: linear-gradient(135deg, #faefef 0%, #f0fffe 100%);
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .detailmenu {
    padding: 40px 0;
  }
}
#deep-skin-clear .detailmenu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .detailmenu ul {
    justify-content: unset;
  }
}
#deep-skin-clear .detailmenu ul li {
  padding: 10px;
  width: 25%;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .detailmenu ul li {
    padding: 5px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .detailmenu ul li {
    width: 50%;
    padding-bottom: 30px;
  }
}
#deep-skin-clear .detailmenu ul li dl {
  background-color: #fff;
  border-radius: 5px;
  transition: 0.4s all;
  padding-bottom: 25px;
  height: calc(100% - 30px);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
#deep-skin-clear .detailmenu ul li dl:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
#deep-skin-clear .detailmenu ul li dl:hover .detailbtn {
  box-shadow: none;
  transition: 0.4s all;
  transform: translateY(3px);
}
#deep-skin-clear .detailmenu ul li dl dt img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#deep-skin-clear .detailmenu ul li dl .txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  vertical-align: middle;
  color: #333;
}
@media screen and (max-width: 991px) {
  #deep-skin-clear .detailmenu ul li dl .txt {
    font-size: 1.3rem;
  }
}
#deep-skin-clear .detailmenu ul li dl .txt sup {
  font-size: 8px;
}
#deep-skin-clear .detailmenu ul li dl .subtxt {
  padding: 0px 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
#deep-skin-clear .detailmenu ul li dl .detailbtn {
  width: 100%;
  max-width: 130px;
  margin: 0px auto;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  background-color: #F3A7A3;
  color: #fff;
  box-shadow: inset 0px -3px 0px rgba(226, 127, 127, 0.8);
  line-height: 35px;
  transition: 0.4s all;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
#deep-skin-clear .detailmenu ul li dl .detailbtn::after {
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.5s;
}
#deep-skin-clear .detailmenu ul li p {
  padding-bottom: 10px;
  text-align: center;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
#deep-skin-clear .detailmenu ul li ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 10px;
}
#deep-skin-clear .detailmenu ul li ol li {
  width: 50%;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  #deep-skin-clear .detailmenu ul li ol li {
    width: 100%;
    max-width: 300px;
  }
}
#deep-skin-clear .detailmenu ul li ol li span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid #000;
  color: #000;
  font-size: 1.1rem;
  line-height: 24px;
  padding: 0px 1em;
  border-radius: 15px;
}

#deep-skin-clear .secttl {
  font-size: min(5vw, 3.2rem);
  line-height: 1.5;
}
#deep-skin-clear .howtouse_box {
  padding: min(5vw, 30px);
  background-color: #fafafa;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#deep-skin-clear .howtouse_box h2 {
  font-size: 2.4rem !important;
}