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

@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask-inner {
  position: relative;
  visibility: hidden;
}
.mask-inner::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.14, 0, 1) 0s;
  visibility: visible;
}
.mask-inner.start {
  animation-name: animate-content;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  backface-visibility: hidden;
}
.mask-inner.start::after {
  animation-name: animate-panel;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  backface-visibility: hidden;
}

/*==================================================================
    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-headspa-lift
===================================================================*/
#needle-headspa-lift img {
  vertical-align: bottom;
}
#needle-headspa-lift .annotation {
  font-size: 1rem;
}

/*==================================================================
    #needle-headspa-lift
===================================================================*/
#needle-headspa-lift sup {
  font-size: 12px;
}
#needle-headspa-lift > * {
  box-sizing: border-box;
}
#needle-headspa-lift #buy-area .reserved p {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: bold;
  color: #E27F7F;
  padding: 0 0.25em;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffe5e3 60%, #ffe5e3 100%);
}

/*==================================================================
    #needle-headspa-lift .trouble
===================================================================*/
#needle-headspa-lift .trouble {
  padding: 80px 0;
  background: url(../img/common/bg-grid-lightpink.svg);
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .trouble {
    padding: 40px 0;
  }
}
#needle-headspa-lift .trouble ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .trouble ul {
    margin: 0px -5px;
  }
}
#needle-headspa-lift .trouble ul li {
  padding: 0 30px;
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .trouble ul li {
    padding: 0px 5px;
    width: 33.3333333333%;
  }
}
#needle-headspa-lift .trouble ul li dt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .trouble ul li dt {
    margin-bottom: 10px;
  }
}
#needle-headspa-lift .trouble ul li dd {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .trouble ul li dd {
    font-size: 1.3rem;
  }
}

/*==================================================================
    #needle-headspa-lift .reason
===================================================================*/
#needle-headspa-lift .reason {
  padding: 30px 0 100px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .reason {
    padding: 40px 0;
  }
}
#needle-headspa-lift .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-headspa-lift .reason_block {
    flex-flow: column-reverse;
  }
}
#needle-headspa-lift .reason_block .img {
  width: 50%;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .reason_block .img {
    width: 100%;
    max-width: 480px;
    margin: 0px auto 30px;
    padding-right: 0px;
  }
}
#needle-headspa-lift .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-headspa-lift .reason_block .img::after {
    top: 5px;
    left: 5px;
    width: 100%;
  }
}
#needle-headspa-lift .reason_block .img img {
  z-index: 1;
  position: relative;
}
#needle-headspa-lift .reason_block .txt {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .reason_block .txt {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
#needle-headspa-lift .reason_block .txt dt {
  margin-bottom: 20px;
  text-align: center;
}
#needle-headspa-lift .reason_block .txt dd {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .reason_block .txt dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/*==================================================================
    #needle-headspa-lift .subvisual
===================================================================*/
#needle-headspa-lift .subvisual li:last-child {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .subvisual li:last-child {
    max-width: 480px;
    margin: 0px auto;
    width: 90%;
  }
}

/*==================================================================
    #needle-headspa-lift .detailmenu
===================================================================*/
#needle-headspa-lift .detailmenu .annotation {
  width: 100%;
  text-align: right;
}

/*==================================================================
    #movie
===================================================================*/
#movie {
  background: url(../products/img/needle-headspa-lift-active/_bg-degstripe-smorkyBlue.html);
}
#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%);
}

/*==================================================================
    #needle-headspa-lift .howto
===================================================================*/
#needle-headspa-lift .howto {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto {
    padding: 40px 0;
  }
}
#needle-headspa-lift .howto_wrap {
  display: flex;
  flex-flow: row wrap;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_wrap {
    flex-flow: column;
    padding-top: 30px;
  }
}
#needle-headspa-lift .howto_box {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
  border-radius: 10px;
  background-color: #FAF8F2;
  padding: 80px 30px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_box {
    width: 100%;
    margin-right: 0;
    padding: 60px 20px 30px;
    margin-bottom: 50px;
  }
  #needle-headspa-lift .howto_box:last-child {
    margin-bottom: 0;
  }
}
#needle-headspa-lift .howto_box:last-child {
  background-color: #FFF5F5;
  margin-right: 0;
}
#needle-headspa-lift .howto_box .ribbon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#needle-headspa-lift .howto_box .img {
  margin-bottom: 40px;
}
#needle-headspa-lift .howto_ttl {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_ttl {
    font-size: 1.6rem;
  }
}
#needle-headspa-lift .howto_ttl em {
  font-style: normal;
  font-size: 1.5rem;
  padding-right: 15px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_ttl em {
    font-size: 1.3rem;
    padding-right: 10px;
    width: 80px;
  }
}
#needle-headspa-lift .howto_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -20px 20px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_list {
    margin: 0px -5px;
  }
}
#needle-headspa-lift .howto_list dl {
  padding: 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_list dl {
    max-width: 400px;
    padding: 5px 5px 20px;
  }
  #needle-headspa-lift .howto_list dl:last-child {
    padding-bottom: 20px;
  }
}
#needle-headspa-lift .howto_list dl dt {
  position: relative;
}
#needle-headspa-lift .howto_list dl dt em {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #B9AB86;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  position: absolute;
  z-index: 2;
  font-style: normal;
  border-radius: 50%;
  line-height: 40px;
  left: -10px;
  top: -10px;
}
#needle-headspa-lift .howto_list dl dd {
  line-height: 1.5;
  font-size: 1.4rem;
  padding-top: 10px;
}
#needle-headspa-lift .howto_item {
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
}
#needle-headspa-lift .howto_item h4 {
  text-align: center;
  margin-bottom: 30px;
}
#needle-headspa-lift .howto_item h4 span {
  line-height: 1.2;
  padding: 15px 0;
  border-top: 1px solid #E27F7F;
  border-bottom: 1px solid #E27F7F;
  color: #E27F7F;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_item h4 span {
    font-size: 1.4rem;
    padding: 12px 0;
  }
}
#needle-headspa-lift .howto_item dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#needle-headspa-lift .howto_item dl dt {
  width: 200px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_item dl dt {
    padding-right: 10px;
    width: 50%;
    max-width: 400px;
  }
}
#needle-headspa-lift .howto_item dl dd {
  font-size: 1.4rem;
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .howto_item dl dd {
    width: 50%;
  }
}

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

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

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

#needle-headspa-lift .featurevisual {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .featurevisual {
    padding: 40px 0 0;
  }
}
#needle-headspa-lift .featurevisual_inner {
  position: relative;
}
#needle-headspa-lift .featurevisual_inner.-lift {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #EFE9E5 50%, #EFE9E5 100%);
}
#needle-headspa-lift .featurevisual_inner.-clean {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #EDF1F2 50%, #EDF1F2 100%);
  padding-top: 40px;
}
#needle-headspa-lift .featurevisual_inner img {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .featurevisual_inner img {
    box-shadow: none;
  }
}

#needle-headspa-lift .liftdetail {
  background-color: #EFE9E5;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail {
    padding: 40px 0;
  }
}
#needle-headspa-lift .liftdetail h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  color: #4D4D4D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail h2 {
    font-size: 1.8rem;
  }
}
#needle-headspa-lift .liftdetail h2::after {
  content: "";
  width: 3em;
  height: 3px;
  background-color: #816D2E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#needle-headspa-lift .liftdetail h2 + p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail h2 + p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#needle-headspa-lift .liftdetail h2 + p + .annotation {
  margin-bottom: 50px;
}
#needle-headspa-lift .liftdetail h2 em {
  display: block;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail h2 em {
    font-size: 1.8rem;
  }
}
#needle-headspa-lift .liftdetail .needle_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_box {
    flex-flow: column;
  }
}
#needle-headspa-lift .liftdetail .needle_inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_inner {
    width: 100%;
  }
}
#needle-headspa-lift .liftdetail .needle_txt {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_txt {
    width: 100%;
    padding: 30px 10px;
  }
}
#needle-headspa-lift .liftdetail .needle_txt dl dt {
  text-align: center;
  color: #726265;
  margin-bottom: 25px;
}
#needle-headspa-lift .liftdetail .needle_txt dl dd {
  text-align: center;
}
#needle-headspa-lift .liftdetail .needle_clip {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_clip {
    padding: 40px 0;
  }
}
#needle-headspa-lift .liftdetail .needle_clip h3 {
  text-align: center;
  border-top: 3px double #997F6F;
  border-bottom: 3px double #997F6F;
  padding: 10px;
  max-width: 800px;
  width: 100%;
  margin: 0px auto 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_clip h3 {
    margin-bottom: 30px;
  }
}
#needle-headspa-lift .liftdetail .needle_clip h3 span {
  color: #997F6F;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_clip h3 span {
    font-size: 1.6rem;
  }
}
#needle-headspa-lift .liftdetail .needle_point {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_point {
    flex-flow: column;
  }
}
#needle-headspa-lift .liftdetail .needle_point .point {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
  background-color: #DFDBD8;
  padding: 50px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_point .point {
    width: 100%;
    max-width: 500px;
    margin: 0px auto 40px;
    padding: 40px 20px;
  }
}
#needle-headspa-lift .liftdetail .needle_point .point:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_point .point:last-child {
    margin-bottom: 0px;
    margin-right: auto;
  }
}
#needle-headspa-lift .liftdetail .needle_point .num {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1em;
  color: #fff;
  background-color: #B49F86;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}
#needle-headspa-lift .liftdetail .needle_point dl {
  margin-bottom: 20px;
}
#needle-headspa-lift .liftdetail .needle_point dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_point dt {
    font-size: 1.6rem;
  }
}
#needle-headspa-lift .liftdetail .needle_point .video_wrap {
  padding-bottom: 50% !important;
}
#needle-headspa-lift .liftdetail .needle_point p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .liftdetail .needle_point p {
    font-size: 1.3rem;
  }
}
#needle-headspa-lift .liftdetail .needle_point p.-adj {
  padding-left: 100px;
  position: relative;
}
#needle-headspa-lift .liftdetail .needle_point p.-adj em {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 90px;
}
#needle-headspa-lift .attachment {
  padding: 80px 0;
  background-color: #FAF5F2;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .attachment {
    padding: 40px 0;
  }
}
#needle-headspa-lift .attachment h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .attachment h3 {
    margin-bottom: 30px;
  }
}
#needle-headspa-lift .attachment h3 span {
  padding: 10px;
  color: #997F6F;
  font-size: 2.4rem;
  font-weight: bold;
  border-top: 3px double #997F6F;
  border-bottom: 3px double #997F6F;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .attachment h3 span {
    font-size: 1.7rem;
  }
}
#needle-headspa-lift .attachment_visual {
  background: url(../products/img/needle-headspa-lift/features/bg-lift-facecare.jpg);
  background-position: center;
  background-size: cover;
  height: 440px;
  padding-left: 50%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .attachment_visual {
    height: 200px;
    background-position: center right 15%;
    margin-bottom: 30px;
  }
}
#needle-headspa-lift .attachment_visual .innermov {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  padding: 5vw;
}
#needle-headspa-lift .attachment_visual .innermov .video_wrap {
  border: 5px solid #fff;
  margin-bottom: 10px;
}
#needle-headspa-lift .attachment .video_overwrap {
  margin-bottom: 30px;
}
#needle-headspa-lift .attachment h4 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}
#needle-headspa-lift .attachment ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .attachment ul {
    margin: 0px -10px;
  }
}
#needle-headspa-lift .attachment ul li {
  padding: 0px 15px;
  width: 25%;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .attachment ul li {
    padding: 10px;
    width: 50%;
  }
}

#needle-headspa-lift .cleandetail {
  background-color: #EDF1F2;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .cleandetail {
    padding: 40px 0 80px;
  }
}
#needle-headspa-lift .cleandetail .beforeafter {
  background: url(../img/common/bg-grid-white.svg);
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .cleandetail .beforeafter {
    padding: 30px 20px;
  }
}
#needle-headspa-lift .cleandetail .beforeafter h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4E75A0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .cleandetail .beforeafter h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
#needle-headspa-lift .cleandetail .beforeafter p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .cleandetail .beforeafter p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#needle-headspa-lift .cleandetail .beforeafter ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .cleandetail .beforeafter ul {
    flex-flow: column;
  }
}
#needle-headspa-lift .cleandetail .beforeafter ul li {
  width: 50%;
  max-width: 400px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .cleandetail .beforeafter ul li {
    width: 100%;
    padding: 0px 0px 30px;
    margin: 0px auto;
  }
  #needle-headspa-lift .cleandetail .beforeafter ul li:last-child {
    padding-bottom: 0;
  }
}

#needle-headspa-lift .salon {
  background-color: #C1CFD3;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .salon {
    padding: 40px 0;
  }
}
#needle-headspa-lift .salon span {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%) skewX(-10deg);
  background-color: #A0A0A0;
  color: #fff;
  text-align: center;
  padding: 0px 1em;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .salon span {
    font-size: 1.5rem;
    line-height: 34px;
    top: -60px;
  }
}
#needle-headspa-lift .salon h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .salon h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}
#needle-headspa-lift .salon_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .salon_wrap {
    flex-flow: column;
  }
}
#needle-headspa-lift .salon_box {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .salon_box {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
    padding: 0px 0px 30px;
  }
}
#needle-headspa-lift .salon h4 {
  line-height: 1.6;
  font-size: 1.7rem;
}
#needle-headspa-lift .salon_clip {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0px -10px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .salon_clip {
    margin: 0px -5px;
  }
}
#needle-headspa-lift .salon_clip dl {
  padding: 0px 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .salon_clip dl {
    padding: 0px;
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
  }
}
#needle-headspa-lift .salon_clip dl dt {
  margin-bottom: 5px;
}
#needle-headspa-lift .salon_clip dl dd {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

#needle-headspa-lift .checktest {
  background: url(../img/common/bg-grid-smorkylightblue.svg);
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .checktest {
    padding: 40px 0;
  }
}
#needle-headspa-lift .checktest_head {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .checktest_head {
    margin-bottom: 30px;
  }
}
#needle-headspa-lift .checktest .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .checktest .ttl {
    margin-bottom: 30px;
  }
}
#needle-headspa-lift .checktest_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .checktest_wrap {
    flex-flow: column;
    margin-bottom: 20px;
  }
}
#needle-headspa-lift .checktest_wrap .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .checktest_wrap .img {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
  }
}
#needle-headspa-lift .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-headspa-lift .checktest_wrap .txt {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
    padding: 40px 15px 20px;
  }
}
#needle-headspa-lift .checktest_wrap .txt span {
  max-width: 240px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#needle-headspa-lift .checktest_wrap .txt p {
  margin-bottom: 30px;
}
#needle-headspa-lift .checktest_wrap .txt li {
  padding-left: 35px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#needle-headspa-lift .checktest_wrap .txt 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-headspa-lift .checktest h5 {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .checktest h5 {
    background-color: #F3A7A3;
    margin-top: 10px;
    padding: 5px 0;
  }
}
#needle-headspa-lift .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-headspa-lift .checktest h5 span {
    font-size: 1.6rem;
    padding: 0;
    background-color: unset;
    line-height: 1.3;
  }
}

#needle-headspa-lift .provoice {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .provoice {
    padding: 40px 0;
  }
}
#needle-headspa-lift .provoice_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .provoice_wrap {
    flex-flow: column;
    margin-bottom: 0px;
  }
}
#needle-headspa-lift .provoice_wrap .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .provoice_wrap .img {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
  }
}
#needle-headspa-lift .provoice_wrap .txt {
  width: 50%;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .provoice_wrap .txt {
    width: 100%;
    max-width: 480px;
    margin: 0px auto 30px;
    padding: 0px 10px;
  }
}
#needle-headspa-lift .provoice_wrap .txt h4 {
  color: #ACBEC3;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #needle-headspa-lift .provoice_wrap .txt h4 {
    font-size: 1.8rem;
  }
}
#needle-headspa-lift .provoice_wrap .txt h4 span {
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  display: block;
}
#needle-headspa-lift .provoice_wrap .txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#needle-headspa-lift .provoice_wrap .txt p:last-child {
  margin-bottom: 0;
}

.howtomovie {
  padding: 0px 0 80px;
}
.howtomovie h3 {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .howtomovie h3 {
    font-size: 2rem;
  }
}
.howtomovie h3::after {
  content: "";
  width: 3em;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E27F7F;
}
.howtomovie-list {
  display: flex;
  flex-flow: row wrap;
}
.howtomovie-list .item {
  width: 33.3333333333%;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .howtomovie-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .howtomovie-list .item {
    width: 100%;
  }
}
.howtomovie-list .item p {
  margin-bottom: 5px;
}