@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;
}

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 1500ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

.effect01 {
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}
.effect01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  animation: effect01-b 0.8s ease-out 0s 1 alternate forwards running;
}
.effect01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: effect-a 0.8s ease-out 0.6s 1 alternate forwards running;
}

@keyframes effect01-b {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes effect-a {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.puyon {
  animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*==================================================================
    #needle-lift-brush
===================================================================*/
#needle-lift-brush .btn-shop {
  margin: 0px;
}
#needle-lift-brush .btn-shop a {
  margin: 0px;
  margin: 0px;
  background: #fff;
}
#needle-lift-brush .btn-shop a:hover {
  background: #333;
}
#needle-lift-brush .copies {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
#needle-lift-brush .copies em {
  background-color: #F8DAD9;
  font-style: normal;
  display: inline-block;
  padding: 0.1em 0.2em;
  font-weight: bold;
}
#needle-lift-brush .cvcopy {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
}
#needle-lift-brush .cvcopy span {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
#needle-lift-brush .cvcopy sup {
  font-size: 12px;
}
#needle-lift-brush .cvcopy em {
  font-style: normal;
  font-size: 2rem;
}
#needle-lift-brush .cv .product-tx .product-name {
  line-height: 1.3;
}
#needle-lift-brush section.recommend {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush section.recommend {
    padding-top: 50px;
  }
}
#needle-lift-brush .bottombanner {
  background: #F7F1E9;
  padding: 0px 0px 30px;
}
#needle-lift-brush .bottombanner .bannerArea {
  max-width: 350px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .bottombanner .bannerArea {
    max-width: 80vw;
  }
}
#needle-lift-brush .annotation {
  font-size: 1rem;
}
#needle-lift-brush * {
  box-sizing: border-box !important;
}

/*==================================================================
    #scalp-lift
===================================================================*/
#needle-lift-brush sup {
  font-size: 12px;
}
#needle-lift-brush > * {
  box-sizing: border-box;
}
#needle-lift-brush .cv {
  background: #F7F1E9;
  margin-top: 0px !important;
  padding: 50px 0;
}
#needle-lift-brush .cv .inner {
  padding: 20px 0px;
}
#needle-lift-brush .btn-shop {
  margin: 0px;
}
#needle-lift-brush .btn-shop a {
  margin: 0px;
  margin: 0px;
  background: #fff;
}
#needle-lift-brush .btn-shop a:hover {
  background: #333;
}
#needle-lift-brush .cvcopy {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
}
#needle-lift-brush .cvcopy span {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
#needle-lift-brush .cvcopy sup {
  font-size: 12px;
}
#needle-lift-brush .h01 {
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}
#needle-lift-brush .h01 span {
  border-top: 1px solid #B9A899;
  border-bottom: 1px solid #B9A899;
  line-height: 1.5;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #B9A899;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .h01 span {
    font-size: 1.6rem;
  }
}

.stop {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*==================================================================
    #needle-lift-brush
===================================================================*/
#needle-lift-brush #trouble,
#needle-lift-brush #award .container {
  padding: 40px 15px;
}
#needle-lift-brush #award {
  background: #fff;
  position: relative;
}

/*==================================================================
    #movie
===================================================================*/
#movie {
  background: url(../../products/img/scalp-lift-active/_bg-degstripe-smorkyBlue.svg);
}
#movie h3 {
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #movie h3 {
    margin-top: -50px;
  }
  #movie h3 img {
    max-width: 240px;
  }
}
#movie .movie_box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#movie .movie_box iframe {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*==================================================================
    #trouble
===================================================================*/
#trouble .approach {
  border: 4px solid #D8C5B4;
  border-radius: 4px;
  margin: 15px auto 40px;
}
@media screen and (max-width: 768px) {
  #trouble .approach {
    padding: 10px;
    margin: 15px auto 20px;
  }
}

/*==================================================================
    #basement
===================================================================*/
#basement {
  background: #F7F1E9;
}
#basement > * {
  letter-spacing: normal;
}
#basement .h01 {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #basement .h01 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

#basement .ttlbox {
  margin-bottom: 20px;
}
#basement .ttlbox h2 span {
  border-radius: 20px;
  background: #B9A899;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding: 10px 2em;
}
@media screen and (max-width: 768px) {
  #basement .ttlbox h2 span {
    font-size: 1.8rem;
    padding: 10px 1.5em;
    border-radius: 30px;
    line-height: 22px;
  }
}
#basement h3 {
  color: #B9A899;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #basement h3 {
    margin-bottom: 20px;
  }
}
#basement .annotation {
  font-size: 1rem;
  text-align: right;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
}
#basement .check_block .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #basement .check_block .ttl {
    margin-bottom: 10px;
  }
}
#basement .check_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #basement .check_list {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
#basement .check_list li {
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  #basement .check_list li {
    padding: 5px;
    text-align: left;
  }
}
#basement .check_list label {
  vertical-align: middle;
}
#basement .check_list input[type=checkbox] {
  display: none;
}
#basement .check_list input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 768px) {
  #basement .check_list input[type=checkbox] + label {
    padding-left: 30px;
  }
}
#basement .check_list input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#basement .check_list input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #B9A899;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (max-width: 768px) {
  #basement .check_list input[type=checkbox] + label:before {
    width: 22px;
    height: 22px;
  }
}
#basement .check_list input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #B9A899;
  background: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#basement .check_btn {
  width: 100%;
  max-width: 300px;
  margin: 0px auto 20px;
}
#basement .check_btn button {
  appearance: none;
  background: #F3A7A3;
  color: #fff;
  font-weight: bold;
  border: none;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#basement .check_btn button:hover {
  opacity: 0.8;
}
#basement .check_results {
  display: block;
  position: relative;
}
#basement .check_results .result00, #basement .check_results .result01, #basement .check_results .result02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#basement .check_results .result00 {
  opacity: 1;
  visibility: visible;
}
#basement .check_results .result01,
#basement .check_results .result02 {
  visibility: hidden;
}
#basement .level_block .txt {
  margin-top: -30px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #basement .level_block .txt {
    margin-top: -15px;
  }
}
#basement .level_block .txt span {
  font-weight: normal;
  font-size: 1.5rem;
  display: block;
}

/*==================================================================
    #effect
===================================================================*/
#effect {
  padding: 0px !important;
  background: #F8DAD9;
}
#effect > * {
  letter-spacing: normal;
}
#effect .titleArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #effect .titleArea {
    margin-bottom: 15px;
  }
}
#effect .titleArea h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #effect .titleArea h2 {
    font-size: 2rem;
  }
}
#effect .titleArea h2 span {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}
#effect .titleArea.-lift {
  color: #E27F7F;
}
#effect .titleArea.-ba {
  color: #748A90;
}
#effect .imgArea {
  max-height: 40vh;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #effect .imgArea {
    max-height: none;
    margin-bottom: 15px;
  }
}
#effect .imgArea img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  #effect .imgArea img {
    height: auto;
  }
}
#effect .txtArea {
  justify-self: center;
}
#effect .txtArea p {
  font-size: 1.3rem;
}
#effect .txtArea .annotation {
  font-size: 1.1rem;
  padding-top: 10px;
}

#needle-lift-brush .beforeafter {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .beforeafter {
    padding-top: 50px;
  }
}
#needle-lift-brush .beforeafter .subttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .beforeafter .subttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#needle-lift-brush .beforeafter .titleArea {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .beforeafter .titleArea {
    margin-bottom: 8px;
  }
}
#needle-lift-brush .beforeafter .imgbox {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .beforeafter .imgbox {
    padding-bottom: 20px;
  }
}
#needle-lift-brush .beforeafter .imgbox::after {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 0;
  width: 100%;
  background-color: rgba(248, 218, 217, 0.4);
  display: block;
  z-index: -1;
}
#needle-lift-brush .beforeafter .imgbox img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#needle-lift-brush .beforeafter .annotation {
  font-size: 1rem;
  color: #000;
  text-align: center;
}

/*==================================================================
    #point02
===================================================================*/
#point02 {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  #point02 {
    padding: 40px 0px;
  }
}
#point02 > * {
  letter-spacing: normal;
}
#point02 .titleArea {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #point02 .titleArea {
    margin-bottom: 15px;
  }
}
#point02 .titleArea .mainttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #point02 .titleArea .mainttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
#point02 .titleArea .mainttl img {
  display: block;
  margin: 0px auto 25px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #point02 .titleArea .mainttl img {
    max-width: 200px;
    margin: 0px auto 15px;
  }
}
#point02 .titleArea .mainttl span {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  #point02 .titleArea .mainttl span {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.3;
    padding-top: 5px;
  }
}
#point02 .imgArea {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea {
    margin-bottom: 30px;
  }
}
#point02 .imgArea:last-child {
  margin-bottom: 0px;
}
#point02 .imgArea_box {
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea_box {
    padding: 15px;
  }
}
#point02 .imgArea_inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea_inner {
    flex-flow: column;
    margin: 0px;
  }
}
#point02 .imgArea_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea_left {
    width: 100%;
    padding: 0px;
  }
}
#point02 .imgArea_left img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: block;
}
#point02 .imgArea_movie {
  width: 50%;
  padding: 15px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea_movie {
    width: 100%;
    padding: 0px;
  }
}
#point02 .imgArea_video {
  max-width: 600px;
  margin: 0px auto;
}
#point02 .imgArea video {
  max-width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea video {
    width: 90%;
  }
}
#point02 .imgArea_right {
  width: 50%;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea_right {
    width: 100%;
    padding: 15px 0px;
  }
}
#point02 .imgArea_right p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #point02 .imgArea_right p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#point02 .imgArea_right p em {
  color: #F3A7A3;
}
#point02 .imgArea_photo {
  max-width: 680px;
  margin: 0px auto;
}
#point02 .imgArea_voice {
  background: #E5EDEF;
  padding: 15px;
  margin-top: 25px;
}
#point02 .imgArea_voice span {
  display: table;
  line-height: 30px;
  padding: 0px 1em;
  margin-top: -24px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
  background: #E27F7F;
  position: relative;
}
#point02 .imgArea_voice em {
  font-style: normal;
  font-weight: bold;
}
#point02 .annotation {
  font-size: 1rem;
  color: #000;
  text-align: center;
}
#point02 .markers i {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 50%, #F8DAD9 80%);
  padding: 1px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
}

/*==================================================================
    #point03
===================================================================*/
#point03 {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  #point03 {
    padding: 40px 0px;
  }
}
#point03 > * {
  letter-spacing: normal;
}
#point03 .titleArea {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #point03 .titleArea {
    margin-bottom: 8px;
  }
}
#point03 .titleArea .mainttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #point03 .titleArea .mainttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
#point03 .titleArea .mainttl img {
  display: block;
  margin: 0px auto 25px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #point03 .titleArea .mainttl img {
    max-width: 200px;
    margin: 0px auto 15px;
  }
}
#point03 .titleArea .mainttl span {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  #point03 .titleArea .mainttl span {
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
#point03 .pointttl {
  text-align: center;
  color: #B9A899;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #point03 .pointttl {
    font-size: 2.2rem;
    padding-top: 30px;
  }
}
#point03 .pointttl span {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  color: #000;
  margin-top: 15px;
}
#point03 .pointttl.-exl {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #point03 .pointttl.-exl {
    font-size: 3rem;
  }
}
#point03 .pointttl em {
  font-size: 120%;
  font-style: normal;
  color: #5a3030;
  display: inline;
  position: relative;
  background: linear-gradient(transparent 60%, #F7F1E9 60%);
  padding: 1px;
  padding-left: 5px;
  line-height: 1.4;
  font-weight: bold;
}
#point03 .step1 p {
  text-align: center;
  margin-bottom: 15px;
}
#point03 .imgArea {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea {
    margin-bottom: 30px;
  }
}
#point03 .imgArea:last-child {
  margin-bottom: 0px;
}
#point03 .imgArea_box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 1100px;
  margin: 0px auto;
  border: 1px solid #f7f1e9;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_box {
    padding: 15px;
  }
}
#point03 .imgArea_inner {
  display: flex;
  flex-flow: row nowrap;
  margin: 0px -15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_inner {
    flex-flow: column;
    margin: 0px;
  }
}
#point03 .imgArea_left {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_left {
    width: 90%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
#point03 .imgArea_left img {
  width: 100%;
}
#point03 .imgArea_right {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_right {
    width: 90%;
    padding: 0px;
  }
}
#point03 .imgArea_right p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_right p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#point03 .imgArea_right p em {
  color: #F3A7A3;
}
#point03 .imgArea_single {
  text-align: center;
  padding: 15px;
}
#point03 .imgArea_voice {
  background: #F7F1E9;
  padding: 15px;
  margin-top: 25px;
}
#point03 .imgArea_voice span {
  display: table;
  line-height: 30px;
  padding: 0px 1em;
  margin-top: -24px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
  background: #E27F7F;
  position: relative;
}
#point03 .imgArea_voice em {
  font-style: normal;
  font-weight: bold;
}
#point03 .imgArea_video {
  max-width: 640px;
  margin: 0px auto;
}
#point03 .imgArea_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_list {
    flex-flow: column;
  }
}
#point03 .imgArea_item {
  background: #fff;
  padding: 30px;
  margin-right: 30px;
  width: 33.3333333333%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_item {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
  }
}
#point03 .imgArea_item h3 {
  margin-bottom: 20px;
  color: #D8C5B4;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_item h3 {
    margin-bottom: 15px;
  }
}
#point03 .imgArea_item dl {
  display: flex;
  flex-flow: row nowrap;
}
#point03 .imgArea_item dl dt {
  width: 100px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  #point03 .imgArea_item dl dt {
    width: auto;
    padding-left: 15px;
  }
}
#point03 .imgArea_item p {
  font-size: 1.3rem;
}
#point03 .imgArea video {
  margin: 0px auto;
  width: 100%;
}
#point03 .imgArea .annotation {
  font-size: 1rem;
}
#point03 .effects {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 30px auto 0px;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  #point03 .effects {
    flex-flow: row wrap;
    margin: 40px -5px 0px;
    max-width: none;
  }
}
#point03 .effects li {
  padding: 0px 10px;
  margin-bottom: 10px;
  width: calc((100% - 60px) / 3);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #point03 .effects li {
    width: 50%;
    padding: 0px 5px;
  }
}
#point03 .effects li span {
  line-height: 40px;
  color: #E27F7F;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
  display: block;
  border: 1px solid #B9A899;
}
#point03 .subttl {
  position: relative;
  background: #B9A899;
  text-align: center;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 15px;
  max-width: 1100px;
  margin: 0px auto -20px;
}
@media screen and (max-width: 768px) {
  #point03 .subttl {
    padding: 15px 10px;
    font-size: 1.9rem;
  }
}
#point03 .subttl:after, #point03 .subttl:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
#point03 .subttl:after {
  border-color: rgba(0, 0, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  border-top-color: #B9A899;
}

/*==================================================================
    #howto
===================================================================*/
#howto {
  background: #fff;
}
#howto > * {
  box-sizing: border-box;
}
#howto figcaption {
  font-size: 100% !important;
}
#howto .howto_ttl::after {
  height: 3px;
}
#howto .howto_ttl em {
  font-style: normal;
  font-size: 2rem;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-weight: 400;
  display: block;
}
#howto .howto_ttl span {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #howto .box_push.-fl {
    flex-flow: row nowrap;
    align-items: center;
  }
  #howto .box_push.-fl p {
    font-size: 1.2rem;
  }
}
#howto .box_push > figure {
  width: auto !important;
  padding-right: 15px;
}
#howto .box_push > figure .adjust {
  max-width: 90px;
}

/*==================================================================
    #imaging
===================================================================*/
#imaging {
  background: url(../../products/img/scalp-lift-active-plus/_bg-degstripe-smorkyBlue-rev.svg);
  background-size: 20px;
  padding: 80px 20px;
}
#imaging .imaging_inner {
  position: relative;
  letter-spacing: normal;
  text-align: left;
  max-width: 900px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #imaging .imaging_inner {
    max-width: none;
  }
}
#imaging .imaging_inner h2 {
  z-index: 2;
  text-align: left;
  font-size: 3rem;
  position: absolute;
  right: 0px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  #imaging .imaging_inner h2 {
    position: inherit;
    right: unset;
    top: unset;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
  }
}

#needle-lift-brush {
  /* movie */
}
#needle-lift-brush .stream {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .stream {
    padding-top: 40px;
  }
}
#needle-lift-brush .stream * {
  letter-spacing: normal;
}
#needle-lift-brush .stream_wrap {
  max-width: 640px;
  width: 100%;
  margin: 0px auto 30px;
}
#needle-lift-brush .stream_box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#needle-lift-brush .stream_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#needle-lift-brush .stream dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .stream dl {
    flex-flow: column;
  }
}
#needle-lift-brush .stream dl dt {
  width: 150px;
}
#needle-lift-brush .stream dl dt span {
  font-size: 10px;
  line-height: 1;
  display: inherit;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .stream dl dt {
    margin-bottom: 10px;
  }
}
#needle-lift-brush .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) {
  #needle-lift-brush .stream dl dd {
    font-size: 1.6rem;
    padding-left: 0px;
    text-align: center;
  }
}
#needle-lift-brush .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;
}
#needle-lift-brush .stream dl dd a::after {
  content: "";
  background-image: url(../../products/img/common/icon_arrow_white.svg);
  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;
}
#needle-lift-brush .stream dl dd a:hover {
  background-color: #fff;
  color: #f3a7a3;
  transition: 0.4s all;
}
#needle-lift-brush .stream dl dd a:hover::after {
  background-image: url(../../products/img/common/icon_arrow_pink.svg);
}
#needle-lift-brush .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  display: none;
}
#needle-lift-brush .popup.is-show {
  opacity: 1;
  visibility: visible;
}
#needle-lift-brush .popup .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9997;
}
#needle-lift-brush .popup .modal_content .movie {
  padding-top: 0;
}
#needle-lift-brush .popup .btn-modal-close {
  z-index: 9999;
  display: block;
  cursor: pointer;
}
#needle-lift-brush .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) {
  #needle-lift-brush .popup .modal_content {
    width: 70%;
  }
}
#needle-lift-brush .movie {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#needle-lift-brush .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.step2 .imgArea_movie {
  overflow: visible !important;
}
.step2 .imgArea_movie .doughnuts {
  width: 110px;
  position: absolute;
  right: -20px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .step2 .imgArea_movie .doughnuts {
    width: 25%;
    right: unset;
    z-index: 300;
    top: unset;
    bottom: -10px;
    left: -30px;
  }
}

#needle-lift-brush .worry {
  padding: 100px 0 0px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .worry {
    padding: 50px 0 0;
  }
}
#needle-lift-brush .worry-block {
  padding: 50px;
  position: relative;
  background-image: url(/img/common/bg-grid-lightpink.svg);
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .worry-block {
    padding: 30px 15px;
  }
}
#needle-lift-brush .worry-block::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #cd5d72 transparent transparent transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .worry-block::before {
    border-width: 20px 30px 0 30px;
    top: -10px;
  }
}
#needle-lift-brush .worry_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0px auto;
  max-width: 800px;
  width: 100%;
}
#needle-lift-brush .worry_item {
  width: 33.3333333333%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .worry_item {
    padding: 3px;
  }
}
#needle-lift-brush .worry-bottom {
  padding-bottom: 80px;
  max-width: 740px;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .worry-bottom {
    padding-top: 40px;
  }
}
#needle-lift-brush .worry-bottom .pcNone {
  max-width: 400px;
  margin: 0px auto;
  display: block;
  width: 100%;
}

#needle-lift-brush .feature01 {
  padding-top: 100px;
}
#needle-lift-brush .feature01 .newpoint {
  display: flex;
  flex-flow: column;
  max-width: 960px;
  width: 100%;
  margin: 50px auto 15px;
}
#needle-lift-brush .feature01 .newpoint .img {
  width: 50%;
  position: relative;
  background-image: url(/products/img/scalp-lift-active-plus/img-feature01-model.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature01 .newpoint .img {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
#needle-lift-brush .feature01 .newpoint .img span {
  position: absolute;
  width: 25%;
  left: 15px;
  top: -30px;
}
#needle-lift-brush .feature01 .newpoint .annotations {
  padding: 10px 0;
}
#needle-lift-brush .feature01 .newpoint .txt {
  width: 100%;
  position: relative;
  background: linear-gradient(135deg, rgb(250, 239, 239) 0%, rgb(255, 226, 226) 100%), url(/products/img/common/icon-diagonalline-white.svg);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature01 .newpoint .txt {
    width: 100%;
    padding: 40px 15px;
  }
}
#needle-lift-brush .feature01 .newpoint .txt dl {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature01 .newpoint .txt dl {
    padding-left: 36px;
  }
}
#needle-lift-brush .feature01 .newpoint .txt dl:last-child {
  margin-bottom: 0;
}
#needle-lift-brush .feature01 .newpoint .txt dl::before {
  content: "";
  background-image: url(/products/img/common/icon-checkmark-single-pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 42px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature01 .newpoint .txt dl::before {
    width: 32px;
    height: 24px;
  }
}
#needle-lift-brush .feature01 .newpoint .txt dl h3 {
  margin-bottom: 5px;
  font-size: 2.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature01 .newpoint .txt dl h3 {
    font-size: 2rem;
  }
}
#needle-lift-brush .feature01 .newpoint .txt span {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: -17px;
  font-family: "Century Gothic", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 2.3rem;
  background-color: #E27F7F;
  padding: 0 1em;
  line-height: 34px;
  border-radius: 17px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature01 .newpoint .txt span {
    right: 50%;
    transform: translateX(50%);
  }
}
#needle-lift-brush .feature01 .doughnutchart {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
#needle-lift-brush .feature01 .doughnutchart li {
  width: 50%;
  max-width: 350px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature01 .doughnutchart li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 390px) {
  #needle-lift-brush .feature01 .doughnutchart li {
    padding: 0 5px;
  }
}
#needle-lift-brush .feature02 .treatimage {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px 60px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .treatimage {
    margin: 0px 0 40px;
  }
}
#needle-lift-brush .feature02 .treatimage dl {
  position: relative;
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .treatimage dl {
    width: 100%;
    max-width: 480px;
    margin: 0px auto 20px;
    padding: 0;
  }
}
#needle-lift-brush .feature02 .treatimage dl dt {
  position: relative;
  text-align: center;
  z-index: 1;
}
#needle-lift-brush .feature02 .treatimage dl dt span {
  display: block;
  max-width: 60%;
  margin: 0px auto;
  background-color: #F3A7A3;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 36px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .treatimage dl dt span {
    font-size: 1.6rem;
    padding: 0 1em;
    max-width: 80%;
  }
}
#needle-lift-brush .feature02 .treatimage dl dt span.beige {
  background-color: #D8C5B4;
}
#needle-lift-brush .feature02 .treatimage dl dd {
  margin-top: -18px;
}
#needle-lift-brush .feature02 .muscle {
  padding: 50px;
  background-image: url(/img/common/bg-grid-smorkylightblue.svg);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .muscle {
    padding: 30px 15px;
  }
}
#needle-lift-brush .feature02 .muscle div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .muscle div {
    width: 100%;
  }
}
#needle-lift-brush .feature02 .muscle h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .muscle h3 {
    font-size: 2.2rem;
  }
}
#needle-lift-brush .feature02 .muscle ul {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .muscle ul {
    margin-bottom: 30px;
  }
}
#needle-lift-brush .feature02 .muscle ul li {
  width: 33.3333333333%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature02 .muscle ul li {
    font-size: 1.6rem;
  }
}

.mensarea {
  padding: 50px 0 50px;
}
.mensarea .balloon-line {
  position: relative;
  width: 300px;
  margin: -70px auto 20px;
  padding: 15px;
  background: #748A90;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .mensarea .balloon-line {
    width: 240px;
    padding: 10px;
  }
}
.mensarea .balloon-line::before,
.mensarea .balloon-line::after {
  content: "";
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.mensarea .balloon-line::before {
  border-top-color: #748A90;
  bottom: -28px;
}
.mensarea h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mensarea h3 {
    font-size: 1.4rem;
  }
}
.mensarea .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.mensarea .box .item {
  width: 50%;
  max-width: 440px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mensarea .box .item {
    padding: 5px;
  }
}
.mensarea .box .item span {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 30px;
  color: #fff;
  background-color: #B9A899;
  text-align: center;
  line-height: 30px;
  bottom: 12.5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Century Gothic", "Metropolis", sans-serif;
}
@media screen and (max-width: 768px) {
  .mensarea .box .item span {
    width: 70px;
    font-size: 1.1rem;
    height: 20px;
    line-height: 20px;
    bottom: 5px;
  }
}
.mensarea .box .item span::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #B9A899 transparent transparent;
}
@media screen and (max-width: 768px) {
  .mensarea .box .item span::before {
    border-width: 10px 20px 10px 0;
  }
}
.mensarea .box .item span::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #B9A899;
}
@media screen and (max-width: 768px) {
  .mensarea .box .item span::after {
    border-width: 10px 0 10px 20px;
  }
}

#needle-lift-brush .feature03 {
  padding: 80px 0;
  background-color: #EBE9E8;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .feature03 {
    padding: 40px 0;
  }
}

#needle-lift-brush .compare {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare {
    padding: 40px 0;
  }
}
#needle-lift-brush .compare .scroll_notice {
  display: none;
}
@media screen and (max-width: 550px) {
  #needle-lift-brush .compare .scroll_notice {
    display: block;
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
#needle-lift-brush .compare_table_wrap {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 10px;
}
#needle-lift-brush .compare_over_wrap {
  overflow-x: scroll;
}
#needle-lift-brush .compare_list {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
}
#needle-lift-brush .compare_box {
  width: calc(100% - 185px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_box {
    width: calc(100% - 50px);
    position: relative;
  }
}
#needle-lift-brush .compare_lock {
  width: 185px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_lock {
    width: 50px;
  }
}
#needle-lift-brush .compare_lock .space td {
  height: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#needle-lift-brush .compare_lock td {
  padding: 0.6em;
  height: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #484848;
  border-top: 1px solid #d8d8d8;
  text-align: right;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_lock td {
    font-size: 1.1rem;
    text-align: center;
    padding: 0 0.3em;
    height: 50px;
  }
}
#needle-lift-brush .compare_lock td.nobd {
  border: none;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_lock td.adj {
    height: 100px;
  }
}
#needle-lift-brush .compare_ttl {
  border: none !important;
  height: 200px !important;
  position: relative;
  background-color: transparent;
  padding: 30px 20px !important;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_ttl {
    height: 240px !important;
    padding: 5px !important;
  }
}
#needle-lift-brush .compare_ttl h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_ttl h3 {
    font-size: 1.2rem;
  }
}
#needle-lift-brush .compare_ttl .img {
  position: relative;
  width: 70px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_ttl .img {
    width: 50px;
  }
}
#needle-lift-brush .compare_ttl .img span {
  position: absolute;
  left: -70px;
  width: 50px;
}
#needle-lift-brush .compare_item {
  text-align: center;
  width: calc((100% - 40px) / 3);
  position: relative;
  margin: 0px 5px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_item {
    margin: 0px 2px;
    width: calc((100% - 16px) / 3);
  }
}
#needle-lift-brush .compare_item:last-child td {
  background-color: #f8f8f1;
}
#needle-lift-brush .compare_item td {
  padding: 0.6em;
  height: 60px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #484848;
  border-top: 1px dotted #c9c9c9;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_item td {
    height: 50px;
  }
}
#needle-lift-brush .compare_item td.nobd {
  border: none;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_item td.adj {
    height: 80px;
  }
}
#needle-lift-brush .compare_item td i {
  font-weight: 700;
  font-size: 2.4rem;
  font-style: normal;
  padding-right: 2px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_item td i {
    font-size: 1.8rem;
  }
}
#needle-lift-brush .compare_item td i.catch {
  font-size: 3rem;
  color: #E27F7F;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_item td i.catch {
    font-size: 1.8rem;
    flex-flow: column;
  }
}
#needle-lift-brush .compare_item td i em {
  font-size: 1.4rem;
  font-style: normal;
  display: inline-block;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .compare_item td i em {
    font-size: 1rem;
    padding-left: 2px;
  }
}
#needle-lift-brush .compare_item td b {
  font-weight: 900;
  font-size: 1.6rem;
}
#needle-lift-brush .compare_item .space td {
  height: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#needle-lift-brush .mediainfo {
  padding: 80px 0;
  background-color: #FAF9F2;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .mediainfo {
    padding: 40px 0;
  }
}
#needle-lift-brush .mediainfo-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
#needle-lift-brush .mediainfo-list ul {
  width: 33.3333333333%;
  padding: 0px 20px;
  max-width: 260px;
}
#needle-lift-brush .mediainfo-list ul li {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .mediainfo-list ul li {
    font-size: 1.4rem;
  }
}

#needle-lift-brush .atcosme {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .atcosme {
    padding: 40px 0;
  }
}
#needle-lift-brush .atcosme-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .atcosme-list {
    flex-flow: column;
  }
}
#needle-lift-brush .atcosme-list .img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .atcosme-list .img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
}
#needle-lift-brush .atcosme-list .img img {
  display: block;
  margin: 0px auto 10px;
}
#needle-lift-brush .atcosme-list .img .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .atcosme-list .img .ttl {
    font-size: 1.8rem;
  }
}
#needle-lift-brush .atcosme-list .txt {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .atcosme-list .txt {
    width: 100%;
  }
}
#needle-lift-brush .atcosme-list .txt .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .atcosme-list .txt .ttl {
    font-size: 1.8rem;
  }
}
#needle-lift-brush .atcosme-list .txt .ttl span {
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
}
#needle-lift-brush .atcosme-list .txt .stars {
  color: #fcce4d;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#needle-lift-brush .atcosme-list .txt .stars em {
  color: #333;
  font-style: normal;
}
#needle-lift-brush .atcosme .btn-box {
  margin-top: 30px;
  max-width: 340px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .atcosme .btn-box {
    max-width: 420px;
    margin: 30px auto 0;
  }
}
#needle-lift-brush .atcosme .btn-box a {
  padding: 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 46px;
  background-color: #22AA9E;
  color: #fff;
  font-weight: bold;
}

#needle-lift-brush .autoattachment {
  padding: 100px 0;
}
#needle-lift-brush .autoattachment .modeinfo {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo {
    margin-bottom: 30px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_box {
  background: rgba(248, 218, 217, 0.2);
  border-radius: 10px;
  padding: 50px;
  max-width: 900px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_box {
    padding: 15px;
    margin-bottom: 30px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_box.forface {
  background: rgba(247, 241, 233, 0.5);
}
#needle-lift-brush .autoattachment .modeinfo_box.forface dd {
  color: #B9A899;
}
#needle-lift-brush .autoattachment .modeinfo_inner {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -15px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
}
#needle-lift-brush .autoattachment .modeinfo_inner:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_inner {
    margin: 0px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_txt {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_txt {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_txt .annotation {
  padding-top: 5px;
  font-size: 1.1rem;
  text-align: left;
}
#needle-lift-brush .autoattachment .modeinfo_txt dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_txt dl {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_txt dl dt {
  padding-right: 20px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_txt dl dt {
    width: 80px;
    padding-right: 0;
    width: 120px;
    margin-bottom: 10px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_txt dl dt img {
  width: 100%;
}
#needle-lift-brush .autoattachment .modeinfo_txt dl dd {
  color: #E27F7F;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_txt dl dd {
    font-size: 2rem;
    text-align: center;
  }
}
#needle-lift-brush .autoattachment .modeinfo_txt dl dd span {
  font-size: 2rem;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-weight: 700;
  color: #767676;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_txt dl dd span {
    font-size: 1.8rem;
  }
}
#needle-lift-brush .autoattachment .modeinfo_txt p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_txt p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#needle-lift-brush .autoattachment .modeinfo_movie {
  width: 100%;
  max-width: 640px;
  padding: 15px;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_movie {
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_video {
  max-width: 640px;
  margin: 0px auto;
}
#needle-lift-brush .autoattachment .modeinfo video {
  max-width: 100%;
  margin: 0px auto;
}
#needle-lift-brush .autoattachment .modeinfo_left {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_left {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_left img {
  width: 100%;
}
#needle-lift-brush .autoattachment .modeinfo_right {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_right {
    width: 100%;
    padding: 0px;
  }
}
#needle-lift-brush .autoattachment .modeinfo_right p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo_right p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#needle-lift-brush .autoattachment .modeinfo_right p em {
  color: #F3A7A3;
}
#needle-lift-brush .autoattachment .modeinfo .subttl {
  position: relative;
  background: #f3a7a3;
  text-align: center;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo .subttl {
    padding: 15px 10px;
    font-size: 1.9rem;
  }
}
#needle-lift-brush .autoattachment .modeinfo .subttl:after, #needle-lift-brush .autoattachment .modeinfo .subttl:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
#needle-lift-brush .autoattachment .modeinfo .subttl:after {
  border-color: rgba(0, 0, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  border-top-color: #f3a7a3;
}
#needle-lift-brush .autoattachment .modeinfo .graphttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo .graphttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#needle-lift-brush .autoattachment .modeinfo .graphttl span {
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 50%, #F8DAD9 80%);
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 5rem;
  color: #E27F7F;
  margin-bottom: 12px;
}
#needle-lift-brush .autoattachment .modeinfo .graphttl.-exl {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo .graphttl.-exl {
    font-size: 2.6rem;
  }
}
#needle-lift-brush .autoattachment .modeinfo .pointttl {
  text-align: center;
  color: #E27F7F;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo .pointttl {
    font-size: 2.2rem;
    padding-top: 10px;
  }
}
#needle-lift-brush .autoattachment .modeinfo .pointttl span {
  font-size: 1.4rem;
  display: block;
  color: #000;
  margin-top: 15px;
}
#needle-lift-brush .autoattachment .modeinfo .pointttl.-exl {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo .pointttl.-exl {
    font-size: 3rem;
  }
}
#needle-lift-brush .autoattachment .modeinfo .pointttl em {
  font-size: 120%;
  font-style: normal;
  color: #5a3030;
  display: inline;
  position: relative;
  background: linear-gradient(transparent 60%, #F8DAD9 60%);
  padding: 1px;
  padding-left: 5px;
  line-height: 1.4;
  font-weight: bold;
}
#needle-lift-brush .autoattachment .modeinfo .newfeature {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}
#needle-lift-brush .autoattachment .modeinfo .newfeature .img {
  width: 50%;
  max-width: 340px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .modeinfo .newfeature .img {
    padding: 5px;
  }
}
#needle-lift-brush .autoattachment .modeinfo .newfeature .img img {
  width: 100%;
}
#needle-lift-brush .autoattachment .modeinfo .annotation {
  font-size: 1rem;
  color: #000;
}
#needle-lift-brush .autoattachment .modeinfo .markers i {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 50%, #F8DAD9 80%);
  padding: 1px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
}
#needle-lift-brush .backstage h4 {
  line-height: 1.4 !important;
  font-size: clamp(2rem, 3vw, 2.6rem);
}
#needle-lift-brush .backstage h5 {
  color: #E27F7F;
  font-size: clamp(1.8rem, 3vw, 2rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .backstage h5 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #needle-lift-brush .backstage h5 .tbNone {
    display: none;
  }
}
#needle-lift-brush .backstage-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#needle-lift-brush .backstage-box {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #needle-lift-brush .backstage-box {
    width: 100% !important;
    max-width: 780px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
#needle-lift-brush .backstage .box_pink_round, #needle-lift-brush .backstage .box_white_round {
  padding: 15px !important;
}

#needle-lift-brush .attachment {
  padding: 80px 0;
  background-image: url(/img/common/bg-grid-lightpink.svg);
}
#needle-lift-brush .attachment h2 {
  font-size: clamp(2.4rem, 3vw, 4.4rem);
  line-height: 1.2;
  margin-bottom: 70px;
}
#needle-lift-brush .attachment h2 em {
  color: #E27F7F;
  font-style: normal;
}
#needle-lift-brush .attachment h2 + p {
  text-align: center;
}
#needle-lift-brush .attachment .imgbox {
  position: relative;
  text-align: center;
}
#needle-lift-brush .autoattachment .largeblock {
  border: 1px solid #f7f7f7;
}
#needle-lift-brush .autoattachment .largeblock .modetitle {
  background: repeating-linear-gradient(-65deg, #ffffff, #ffffff 6px, #ffefee 6px, #ffefee 8px);
  border-bottom: 1px solid #e1e1e1;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .largeblock .modetitle {
    padding: 10px;
  }
}
#needle-lift-brush .autoattachment .largeblock .modetitle h3 {
  position: relative;
  padding: 0 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .largeblock .modetitle h3 {
    padding: 0;
  }
}
#needle-lift-brush .autoattachment .largeblock .modetitle h3 img {
  margin-top: -40px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .largeblock .modetitle h3 img {
    margin-right: 15px;
    width: 100px;
  }
}
#needle-lift-brush .autoattachment .largeblock .modetitle h3 span {
  font-size: clamp(2rem, 3vw, 3.4rem);
}
#needle-lift-brush .autoattachment .largeblock .modetitle h3 span i {
  font-weight: normal;
  font-style: normal;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  padding-left: 1em;
}
#needle-lift-brush .autoattachment .largeblock .modebody {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .largeblock .modebody {
    padding: 30px 3vw;
  }
}
#needle-lift-brush .autoattachment .matrix-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .matrix-list {
    flex-flow: column;
    margin-bottom: 40px;
    align-items: center;
  }
}
#needle-lift-brush .autoattachment .matrix-list .item {
  width: calc((100% - 120px) / 2);
  max-width: 420px;
  padding: 40px 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-right: 80px;
}
#needle-lift-brush .autoattachment .matrix-list .item:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .matrix-list .item:nth-child(2) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .matrix-list .item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
#needle-lift-brush .autoattachment .matrix-list .item.-lift {
  background-color: #FDF4F3;
}
#needle-lift-brush .autoattachment .matrix-list .item.-face {
  background-color: #EFE9E2;
}
#needle-lift-brush .autoattachment .matrix-list .item.-face h4 {
  color: #997F6F;
  border-top: 1px solid #997F6F;
  border-bottom: 1px solid #997F6F;
}
#needle-lift-brush .autoattachment .matrix-list .item.-face em {
  color: #997F6F;
}
#needle-lift-brush .autoattachment .matrix-list .item h4 {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.1;
  text-align: center;
  color: #F48782;
  border-top: 1px solid #E2ABAB;
  border-bottom: 1px solid #E2ABAB;
  padding: 5px;
  width: 100%;
}
#needle-lift-brush .autoattachment .matrix-list .item p {
  text-align: center;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1.5;
  font-weight: bold;
}
#needle-lift-brush .autoattachment .matrix-list .item p em {
  color: #CD5D71;
  font-style: normal;
}
#needle-lift-brush .autoattachment .matrix-list .close-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .matrix-list .close-btn {
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
  }
}
#needle-lift-brush .autoattachment .matrix-list .close-btn::before,
#needle-lift-brush .autoattachment .matrix-list .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: center;
}
#needle-lift-brush .autoattachment .matrix-list .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#needle-lift-brush .autoattachment .matrix-list .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#needle-lift-brush .autoattachment .lifthead {
  background-image: url(/products/img/needle-lift-brush/lifthead-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  min-height: 220px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .lifthead {
    display: block;
    background-position: top center;
    padding-top: 180px;
  }
}
#needle-lift-brush .autoattachment .lifthead .txt {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .lifthead .txt {
    width: 100%;
  }
}
#needle-lift-brush .autoattachment .lifthead .txt h4 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  color: #E27F7F;
}
#needle-lift-brush .autoattachment .lifthead .txt h4 span {
  display: block;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  color: #000;
}
#needle-lift-brush .autoattachment .facehead {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .facehead {
    display: block;
    margin-bottom: 50px;
  }
}
#needle-lift-brush .autoattachment .facehead.-rev {
  background: none;
  flex-flow: row-reverse wrap;
  border-top: 1px solid #f1f1f1;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .facehead.-rev {
    padding-top: 30px;
  }
}
#needle-lift-brush .autoattachment .facehead.-rev .video_overwrap {
  margin: 0;
  width: 80%;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .facehead.-rev .video_overwrap {
    width: 100%;
    margin-bottom: 0;
  }
}
#needle-lift-brush .autoattachment .facehead.-rev .txt {
  margin-left: 0;
  margin-right: -20%;
}
#needle-lift-brush .autoattachment .facehead .img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .facehead .img {
    width: 100%;
  }
}
#needle-lift-brush .autoattachment .facehead .txt {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  width: 40%;
  position: relative;
  transform: translateY(20px);
  z-index: 3;
  margin-left: -20%;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .autoattachment .facehead .txt {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-left: unset;
    box-shadow: none;
  }
}
#needle-lift-brush .autoattachment .facehead .txt h4 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  color: #E27F7F;
}
#needle-lift-brush .autoattachment .facehead .txt h4 span {
  display: block;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  color: #000;
}
#needle-lift-brush .autoattachment h3.slash {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
#needle-lift-brush .autoattachment h3.slash span {
  font-size: clamp(2.6rem, 3.4vw, 4.5rem);
  font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #fff;
  z-index: 2;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
#needle-lift-brush .autoattachment h3.slash::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  top: 50%;
  background-color: #000;
  z-index: 1;
}
#needle-lift-brush .autoattachment .scalpcare h5 {
  color: #F3A7A3;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
#needle-lift-brush .autoattachment .scalpcare .faceline {
  border: 1px solid #f1f1f1;
  margin: 30px auto 0;
  max-width: 720px;
  width: 100%;
  line-height: 1;
}
#needle-lift-brush .ems {
  background-color: #F8DAD9;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .ems {
    padding: 40px 0;
  }
}
#needle-lift-brush .ems .illust {
  width: 100%;
  max-width: 720px;
  margin: 0px auto 40px;
  text-align: center;
}
#needle-lift-brush .ems h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
#needle-lift-brush .ems h2 em {
  font-style: normal;
  color: #E27F7F;
}
#needle-lift-brush .daynight {
  padding: 80px 0;
  background-image: url(/img/common/bg-grid-lightpink.svg);
  margin-bottom: 80px;
}
#needle-lift-brush .daynight h2 {
  font-size: clamp(2.4rem, 3vw, 4.6rem);
  line-height: 1.2;
  margin-bottom: 50px;
  color: #B9A899;
  text-align: center;
}
#needle-lift-brush .daynight h2 span {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  color: #000;
  margin-bottom: 10px;
}
#needle-lift-brush .daynight h5 {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 10px;
  color: #4E75A0;
}
#needle-lift-brush .daynight h5.-day {
  color: #F3A7A3;
}
#needle-lift-brush .daynight h5 img {
  margin-right: 15px;
}
#needle-lift-brush .daynight li {
  padding-left: 35px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#needle-lift-brush .daynight li::before {
  content: "";
  background-image: url(/products/img/needle-headspa-lift/features/img-clean-checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
#needle-lift-brush .daynight-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .daynight-box {
    flex-flow: column-reverse;
  }
}
#needle-lift-brush .daynight-box:last-child {
  margin-bottom: 0;
}
#needle-lift-brush .daynight-box.-rev {
  flex-flow: row-reverse wrap;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .daynight-box.-rev {
    flex-flow: column;
  }
}
#needle-lift-brush .daynight .item {
  width: 50%;
  max-width: 460px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .daynight .item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#needle-lift-brush .reason {
  padding: 30px 0 100px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .reason {
    padding: 40px 0;
  }
}
#needle-lift-brush .reason_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .reason_block {
    flex-flow: column-reverse;
  }
}
#needle-lift-brush .reason_block .img {
  width: 50%;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .reason_block .img {
    width: 100%;
    max-width: 480px;
    margin: 0px auto 30px;
    padding-right: 0px;
  }
}
#needle-lift-brush .reason_block .img::after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #F8DAD9;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .reason_block .img::after {
    top: 5px;
    left: 5px;
    width: 100%;
  }
}
#needle-lift-brush .reason_block .img img {
  z-index: 1;
  position: relative;
}
#needle-lift-brush .reason_block .txt {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .reason_block .txt {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
#needle-lift-brush .reason_block .txt dt {
  margin-bottom: 20px;
  text-align: center;
}
#needle-lift-brush .reason_block .txt dd {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .reason_block .txt dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#needle-lift-brush .ipx5 {
  padding-bottom: 30px;
}
#needle-lift-brush .ipx5 .leadbox + p {
  font-size: clamp(2rem, 3vw, 4rem);
  color: #E27F7F;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#needle-lift-brush .ipx5 .imgbox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#needle-lift-brush .checktest {
  background: url(/img/common/bg-grid-smorkylightblue.svg);
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest {
    padding: 40px 0;
  }
}
#needle-lift-brush .checktest_head {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest_head {
    margin-bottom: 30px;
  }
}
#needle-lift-brush .checktest .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest .ttl {
    margin-bottom: 30px;
  }
}
#needle-lift-brush .checktest_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest_wrap {
    flex-flow: column;
    margin-bottom: 20px;
  }
}
#needle-lift-brush .checktest_wrap .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest_wrap .img {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
  }
}
#needle-lift-brush .checktest_wrap .txt {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: -30px;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest_wrap .txt {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
    padding: 40px 15px 20px;
  }
}
#needle-lift-brush .checktest_wrap .txt span {
  max-width: 240px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#needle-lift-brush .checktest_wrap .txt p {
  margin-bottom: 30px;
}
#needle-lift-brush .checktest_wrap .txt li {
  padding-left: 35px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#needle-lift-brush .checktest_wrap .txt li::before {
  content: "";
  background-image: url(/products/img/needle-headspa-lift-active/features/img-clean-checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
#needle-lift-brush .checktest h5 {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest h5 {
    background-color: #F3A7A3;
    margin-top: 10px;
    padding: 5px 0;
  }
}
#needle-lift-brush .checktest h5 span {
  background-color: #F3A7A3;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 1em 1.5em;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .checktest h5 span {
    font-size: 1.6rem;
    padding: 0;
    background-color: unset;
    line-height: 1.3;
  }
}
#needle-lift-brush .howtouse h2:after {
  display: none;
}
#needle-lift-brush .howtouse-head {
  text-align: center;
}
#needle-lift-brush .howtouse-head h3 {
  font-size: clamp(2rem, 3vw, 3.8rem);
  font-weight: bold;
}
#needle-lift-brush .howtouse-head h3 span {
  color: #B9A899;
}
#needle-lift-brush .howtouse-head h3 + p {
  text-align: center;
}
#needle-lift-brush .howtouse_ttl {
  display: flex;
  align-items: center;
}
#needle-lift-brush .howtouse_ttl span {
  margin-right: 15px;
}
#needle-lift-brush .superanchor {
  padding: 40px 0;
}
#needle-lift-brush .superanchor h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
#needle-lift-brush .superanchor-list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .superanchor-list {
    flex-flow: column;
  }
}
#needle-lift-brush .superanchor-list li {
  width: 50%;
  max-width: 440px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .superanchor-list li {
    width: 100%;
    margin: 0 auto;
  }
}
#needle-lift-brush .superanchor a {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#needle-lift-brush .superanchor a::before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  top: 5px;
  left: 0;
  position: absolute;
  background-color: #F3A7A3;
}
#needle-lift-brush .superanchor a::after {
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: all 0.5s;
}
#needle-lift-brush .superanchor .item p {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 5px;
  font-size: 1.8rem;
}
#needle-lift-brush .superanchor-box {
  background-color: #fff2f2;
  padding: 110px 30px 30px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #needle-lift-brush .superanchor-box {
    padding: 90px 15px 15px;
  }
}
#needle-lift-brush .ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
#needle-lift-brush .ribbon {
  --r: .4em; /* control the ribbon shape (the radius) */
  position: absolute;
  top: 30px;
  inset-inline: calc(-1 * var(--r));
  text-align: center;
  line-height: 1.8;
  padding: 0 0.5em calc(2 * var(--r));
  border-radius: var(--r);
  --_g:100%/var(--r) calc(2*var(--r)) no-repeat;
  background: radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 var(--_g), radial-gradient(100% 50% at left, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 100% var(--_g), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, #E27F7F 0) 0 0/calc(100% - var(--r)) 100%;
}