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

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

#scalp-lift .newfeature {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0px auto;
}
#scalp-lift .newfeature .img {
  width: 50%;
  max-width: 300px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .newfeature .img {
    width: 100%;
    max-width: 240px;
  }
}
#scalp-lift .annotation {
  text-align: left;
  padding-top: 10px;
  font-size: 11px;
}
#scalp-lift .ttl01 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 7px;
  color: #E27F7F;
}
@media screen and (max-width: 768px) {
  #scalp-lift .ttl01 {
    font-size: 1.8rem;
  }
}
#scalp-lift .pcCenter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #scalp-lift .pcCenter {
    text-align: left;
  }
}

#scalp-lift .btn-shop {
  margin: 0px;
}
#scalp-lift .btn-shop a {
  margin: 0px;
  margin: 0px;
  background: #fff;
}
#scalp-lift .btn-shop a:hover {
  background: #333;
}
#scalp-lift .cv {
  padding: 50px 0;
}
#scalp-lift .cvcopy {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left !important;
}
#scalp-lift .cvcopy span {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
#scalp-lift .cvcopy sup {
  font-size: 12px;
}
#scalp-lift .cvcopy em {
  font-style: normal;
  font-size: 2rem;
}
#scalp-lift .cv .product-tx .product-name {
  line-height: 1.3;
}
#scalp-lift section.recommend {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #scalp-lift section.recommend {
    padding-top: 50px;
  }
}
#scalp-lift .bottombanner {
  padding: 30px 0px 30px;
}
#scalp-lift .bottombanner .bannerArea {
  max-width: 350px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #scalp-lift .bottombanner .bannerArea {
    max-width: 80vw;
  }
}
#scalp-lift .annotation {
  font-size: 1rem;
}

#scalp-lift .detailmenu {
  padding: 80px 0;
  background: linear-gradient(135deg, #faefef 0%, #f0fffe 100%);
}
@media screen and (max-width: 768px) {
  #scalp-lift .detailmenu {
    padding: 40px 0;
  }
}
#scalp-lift .detailmenu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #scalp-lift .detailmenu ul {
    justify-content: unset;
  }
}
#scalp-lift .detailmenu ul li {
  padding: 15px;
  width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  #scalp-lift .detailmenu ul li {
    padding: 5px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #scalp-lift .detailmenu ul li {
    width: 100%;
    padding-bottom: 30px;
    max-width: 400px;
    margin: 0px auto;
  }
  #scalp-lift .detailmenu ul li:last-child {
    padding-bottom: 10px;
  }
}
#scalp-lift .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);
}
#scalp-lift .detailmenu ul li dl:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
#scalp-lift .detailmenu ul li dl:hover .detailbtn {
  box-shadow: none;
  transition: 0.4s all;
  transform: translateY(3px);
}
#scalp-lift .detailmenu ul li dl dt img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#scalp-lift .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) {
  #scalp-lift .detailmenu ul li dl .txt {
    font-size: 1.3rem;
  }
}
#scalp-lift .detailmenu ul li dl .txt sup {
  font-size: 8px;
}
#scalp-lift .detailmenu ul li dl .subtxt {
  padding: 0px 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
#scalp-lift .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;
}
#scalp-lift .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;
}
#scalp-lift .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;
}
#scalp-lift .detailmenu ul li ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 10px;
}
#scalp-lift .detailmenu ul li ol li {
  width: 50%;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .detailmenu ul li ol li {
    width: 100%;
    max-width: 300px;
  }
}
#scalp-lift .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;
}

#scalp-lift .compare {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare {
    padding: 40px 0;
  }
}
#scalp-lift .compare_table_wrap {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 10px;
}
#scalp-lift .compare_over_wrap {
  overflow-x: scroll;
}
#scalp-lift .compare_list {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
}
#scalp-lift .compare_box {
  width: calc(100% - 185px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_box {
    width: calc(100% - 80px);
  }
}
#scalp-lift .compare_lock {
  width: 185px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_lock {
    width: 80px;
  }
}
#scalp-lift .compare_lock .space td {
  height: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#scalp-lift .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) {
  #scalp-lift .compare_lock td {
    font-size: 1.1rem;
    text-align: center;
    padding: 0 0.6em;
    height: 50px;
  }
}
#scalp-lift .compare_lock td.nobd {
  border: none;
}
#scalp-lift .compare_ttl {
  border: none !important;
  height: 250px !important;
  position: relative;
  background-color: transparent;
  padding: 30px 20px !important;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_ttl {
    height: 160px !important;
    padding: 20px 10px 10px !important;
  }
}
#scalp-lift .compare_ttl h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_ttl h3 {
    font-size: 1.2rem;
  }
}
#scalp-lift .compare_ttl .img {
  position: relative;
  width: 100px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_ttl .img {
    width: 50px;
  }
}
#scalp-lift .compare_ttl .img span {
  position: absolute;
  left: -70px;
  width: 80px;
}
#scalp-lift .compare_item {
  text-align: center;
  width: calc((100% - 20px) / 2);
  position: relative;
  margin: 0px 5px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_item {
    margin: 0px 2px;
    width: calc((100% - 10px) / 2);
  }
}
#scalp-lift .compare_item:last-child td {
  background-color: #f8f8f1;
}
#scalp-lift .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) {
  #scalp-lift .compare_item td {
    height: 50px;
  }
}
#scalp-lift .compare_item td.nobd {
  border: none;
}
#scalp-lift .compare_item td i {
  font-weight: 700;
  font-size: 2.4rem;
  font-style: normal;
  padding-right: 2px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_item td i {
    font-size: 1.8rem;
  }
}
#scalp-lift .compare_item td i.catch {
  font-size: 3rem;
  color: #E27F7F;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_item td i.catch {
    font-size: 1.8rem;
  }
}
#scalp-lift .compare_item td i em {
  font-size: 1.4rem;
  font-style: normal;
  display: inline-block;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .compare_item td i em {
    font-size: 1rem;
    padding-left: 2px;
  }
}
#scalp-lift .compare_item td b {
  font-weight: 900;
  font-size: 1.6rem;
}
#scalp-lift .compare_item .space td {
  height: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#scalp-lift .atcosme {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #scalp-lift .atcosme {
    padding: 40px 0;
  }
}
#scalp-lift .atcosme-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #scalp-lift .atcosme-list {
    flex-flow: column;
  }
}
#scalp-lift .atcosme-list .img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #scalp-lift .atcosme-list .img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
}
#scalp-lift .atcosme-list .img .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #scalp-lift .atcosme-list .img .ttl {
    font-size: 1.8rem;
  }
}
#scalp-lift .atcosme-list .img img {
  display: block;
  margin: 0px auto 10px;
}
#scalp-lift .atcosme-list .txt {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #scalp-lift .atcosme-list .txt {
    width: 100%;
  }
}
#scalp-lift .atcosme-list .txt .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #scalp-lift .atcosme-list .txt .ttl {
    font-size: 1.8rem;
  }
}
#scalp-lift .atcosme-list .txt .ttl span {
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
}
#scalp-lift .atcosme-list .txt .stars {
  color: #fcce4d;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#scalp-lift .atcosme-list .txt .stars em {
  color: #333;
  font-style: normal;
}
#scalp-lift .atcosme .btn-box {
  margin-top: 30px;
  max-width: 340px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #scalp-lift .atcosme .btn-box {
    max-width: 420px;
    margin: 30px auto 0;
  }
}
#scalp-lift .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;
}

#scalp-lift .autoattachment .modeinfo {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo {
    margin-bottom: 30px;
  }
}
#scalp-lift .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) {
  #scalp-lift .autoattachment .modeinfo_box {
    padding: 15px;
    margin-bottom: 30px;
  }
}
#scalp-lift .autoattachment .modeinfo_box.forface {
  background: rgba(247, 241, 233, 0.5);
}
#scalp-lift .autoattachment .modeinfo_box.forface dd {
  color: #B9A899;
}
#scalp-lift .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;
}
#scalp-lift .autoattachment .modeinfo_inner:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_inner {
    margin: 0px;
  }
}
#scalp-lift .autoattachment .modeinfo_txt {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_txt {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
#scalp-lift .autoattachment .modeinfo_txt .annotation {
  padding-top: 5px;
  font-size: 1.1rem;
  text-align: left;
}
#scalp-lift .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) {
  #scalp-lift .autoattachment .modeinfo_txt dl {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#scalp-lift .autoattachment .modeinfo_txt dl dt {
  padding-right: 20px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_txt dl dt {
    width: 80px;
    padding-right: 0;
    width: 120px;
    margin-bottom: 10px;
  }
}
#scalp-lift .autoattachment .modeinfo_txt dl dt img {
  width: 100%;
}
#scalp-lift .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) {
  #scalp-lift .autoattachment .modeinfo_txt dl dd {
    font-size: 2rem;
    text-align: center;
  }
}
#scalp-lift .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) {
  #scalp-lift .autoattachment .modeinfo_txt dl dd span {
    font-size: 1.8rem;
  }
}
#scalp-lift .autoattachment .modeinfo_txt p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_txt p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#scalp-lift .autoattachment .modeinfo_movie {
  width: 100%;
  max-width: 640px;
  padding: 15px;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_movie {
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
  }
}
#scalp-lift .autoattachment .modeinfo_video {
  max-width: 640px;
  margin: 0px auto;
}
#scalp-lift .autoattachment .modeinfo video {
  max-width: 100%;
  margin: 0px auto;
}
#scalp-lift .autoattachment .modeinfo_left {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_left {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
#scalp-lift .autoattachment .modeinfo_left img {
  width: 100%;
}
#scalp-lift .autoattachment .modeinfo_right {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_right {
    width: 100%;
    padding: 0px;
  }
}
#scalp-lift .autoattachment .modeinfo_right p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo_right p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#scalp-lift .autoattachment .modeinfo_right p em {
  color: #F3A7A3;
}
#scalp-lift .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) {
  #scalp-lift .autoattachment .modeinfo .subttl {
    padding: 15px 10px;
    font-size: 1.9rem;
  }
}
#scalp-lift .autoattachment .modeinfo .subttl:after, #scalp-lift .autoattachment .modeinfo .subttl:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
#scalp-lift .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;
}
#scalp-lift .autoattachment .modeinfo .graphttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo .graphttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#scalp-lift .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;
}
#scalp-lift .autoattachment .modeinfo .graphttl.-exl {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo .graphttl.-exl {
    font-size: 2.6rem;
  }
}
#scalp-lift .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) {
  #scalp-lift .autoattachment .modeinfo .pointttl {
    font-size: 2.2rem;
    padding-top: 10px;
  }
}
#scalp-lift .autoattachment .modeinfo .pointttl span {
  font-size: 1.4rem;
  display: block;
  color: #000;
  margin-top: 15px;
}
#scalp-lift .autoattachment .modeinfo .pointttl.-exl {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo .pointttl.-exl {
    font-size: 3rem;
  }
}
#scalp-lift .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;
}
#scalp-lift .autoattachment .modeinfo .newfeature {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}
#scalp-lift .autoattachment .modeinfo .newfeature .img {
  width: 50%;
  max-width: 340px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .autoattachment .modeinfo .newfeature .img {
    padding: 5px;
  }
}
#scalp-lift .autoattachment .modeinfo .newfeature .img img {
  width: 100%;
}
#scalp-lift .autoattachment .modeinfo .annotation {
  font-size: 1rem;
  color: #000;
}
#scalp-lift .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;
}
#scalp-lift .ems .illust {
  width: 100%;
  max-width: 720px;
  margin: 0px auto 40px;
  text-align: center;
}
#scalp-lift .ems .videowrap {
  width: 100%;
  max-width: 720px;
  margin: 0px auto;
}
#scalp-lift .ems .videowrap-inner {
  position: relative;
  padding-bottom: 56.25%;
}
#scalp-lift .ems .videowrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#scalp-lift .feature02 .treatimage {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .feature02 .treatimage {
    margin: 0px;
  }
}
#scalp-lift .feature02 .treatimage dl {
  position: relative;
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #scalp-lift .feature02 .treatimage dl {
    width: 100%;
    max-width: 480px;
    margin: 0px auto 20px;
    padding: 0;
  }
}
#scalp-lift .feature02 .treatimage dl dt {
  position: relative;
  text-align: center;
  z-index: 1;
}
#scalp-lift .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) {
  #scalp-lift .feature02 .treatimage dl dt span {
    font-size: 1.6rem;
    padding: 0 1em;
    max-width: 80%;
  }
}
#scalp-lift .feature02 .treatimage dl dt span.beige {
  background-color: #D8C5B4;
}
#scalp-lift .feature02 .treatimage dl dd {
  margin-top: -18px;
}
#scalp-lift .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) {
  #scalp-lift .feature02 .muscle {
    padding: 30px 15px;
  }
}
#scalp-lift .feature02 .muscle div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #scalp-lift .feature02 .muscle div {
    width: 100%;
  }
}
#scalp-lift .feature02 .muscle h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #scalp-lift .feature02 .muscle h3 {
    font-size: 2.2rem;
  }
}
#scalp-lift .feature02 .muscle ul {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #scalp-lift .feature02 .muscle ul {
    margin-bottom: 30px;
  }
}
#scalp-lift .feature02 .muscle ul li {
  width: 33.3333333333%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #scalp-lift .feature02 .muscle ul li {
    font-size: 1.6rem;
  }
}
#scalp-lift .backstage h4 {
  line-height: 1.4 !important;
  font-size: clamp(2rem, 3vw, 2.6rem);
}
#scalp-lift .backstage h5 {
  color: #E27F7F;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #scalp-lift .backstage h5 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #scalp-lift .backstage h5 .tbNone {
    display: none;
  }
}
#scalp-lift .backstage-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#scalp-lift .backstage-box {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #scalp-lift .backstage-box {
    width: 100% !important;
    max-width: 780px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
#scalp-lift .backstage .box_pink_round, #scalp-lift .backstage .box_white_round {
  padding: 15px !important;
}