@charset "UTF-8";
/*------------------------------------------------------------

アニメーション

-------------------------------------------------------------*/
.animate01-switch,
.animate02-switch,
.animate-image2 {
  opacity: 0;
}

.fadeIn, .fadeInUp, .fadeInUpMV, fadeInUpMV02, .fadeInDown, .fadeInLeft, .fadeInRight {
  opacity: 0;
}

/* MV上で、下からフェード */
.fadeInUpMV {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInUpMV;
          animation-name: fadeInUpMV;
  visibility: visible !important;
  position: inherit;
}

@-webkit-keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUpMV02 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: fadeInUpMV02;
          animation-name: fadeInUpMV02;
  visibility: visible !important;
  position: absolute;
}

@-webkit-keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* フェードイン */
.fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウト */
.fadeOut {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 下からフェード */
.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
  position: inherit;
}
.fadeInUp.is-delay1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.fadeInUp.is-delay2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeInUp.is-delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fadeInUp.is-delay4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeInUp.is-delay5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fadeInUp.is-delay6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeInUp.is-delay7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeInUp.is-delay8 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeInUp.is-delay9 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeInUp.is-delay13 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上からフェード */
.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* 左からフェード */
.fadeInLeft {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .fadeInLeft {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* 右からフェード */
.fadeInRight {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .fadeInRight {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.l-river-wrap {
  width: 100%;
}
.l-river-wrap:after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/products/skinpeel_hand_nail/body_bg.webp) no-repeat center top;
}

.skinpeel_hand_nail {
  width: 375px;
  min-width: auto;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
  background-color: #fff;
}
.skinpeel_hand_nail * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.skinpeel_hand_nail * .no-palt {
  -webkit-font-feature-settings: "palt" 0 !important;
          font-feature-settings: "palt" 0 !important;
}
.skinpeel_hand_nail img {
  max-width: 100%;
  vertical-align: top;
}
.skinpeel_hand_nail ul,
.skinpeel_hand_nail ol,
.skinpeel_hand_nail li,
.skinpeel_hand_nail dl,
.skinpeel_hand_nail dt,
.skinpeel_hand_nail dd {
  list-style: none;
}
.skinpeel_hand_nail h1 small, .skinpeel_hand_nail h2 small, .skinpeel_hand_nail h3 small, .skinpeel_hand_nail h4 small, .skinpeel_hand_nail h5 small, .skinpeel_hand_nail h6 small {
  opacity: 1;
  display: inline-block;
}

#global-footer {
  position: relative;
  z-index: 999;
}

.is-fadein-image.js-trigger {
  opacity: 0;
}
.is-fadein-image.js-trigger.is-visible {
  -webkit-animation: fadeInOnly 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
          animation: fadeInOnly 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}

.is-fadeinup-headline.js-trigger {
  opacity: 0;
}
.is-fadeinup-headline.js-trigger.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
}

.is-fadeinup-content.js-trigger {
  opacity: 0;
}
.is-fadeinup-content.js-trigger.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

/*--------------------------
MVまわり
----------------------------*/
.l-hero-wrap {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.l-hero-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-hero-image-wrap {
  width: 100%;
}
.l-hero-image-wrap img {
  max-width: 100%;
}

.l-hero-content-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-hero-headline {
  padding: 40px 0 0 1em;
  font-size: 26px;
  text-align: center;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.4;
  color: #001388;
  text-align: center;
}
.p-hero-headline b {
  display: block;
  font-size: 32px;
  font-weight: 400;
}
.p-hero-headline small {
  font-size: 20px;
}

.p-hero-label {
  padding: 14px 0 0;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
}
.p-hero-label span {
  display: inline-block;
  padding: 0.3em 1em 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#5771e4), color-stop(50%, #0d2fd6), to(#0000d1));
  background: linear-gradient(to right, #5771e4 0%, #0d2fd6 50%, #0000d1 100%);
  font-size: 14px;
  color: #fff;
}
.p-hero-label span + span {
  margin-left: 0.5em;
}

.p-hero-subhead {
  padding: 362px 0 0;
  font-size: 24px;
  color: #001388;
  text-align: center;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
}

.p-hero-spec {
  padding: 8px 0 0;
  font-size: 12px;
  color: #001388;
  text-align: center;
  line-height: 1.1;
}

.p-hero-price {
  padding: 12px 0 0;
  font-size: 12px;
  color: #001388;
  text-align: center;
  line-height: 1.1;
}

.p-hero-campaign-box {
  max-width: 335px;
  margin: 0 auto;
  padding: 22px 0 0;
}
.p-hero-campaign-box dl dt {
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#1b224e), color-stop(40%, #535b86), color-stop(50%, #6b719b), color-stop(60%, #535b86), to(#1b224e));
  background: linear-gradient(to right, #1b224e 0%, #535b86 40%, #6b719b 50%, #535b86 60%, #1b224e 100%);
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
}
.p-hero-campaign-box dl dd {
  background-color: #fff;
  padding: 16px 24px 20px;
}
.p-hero-campaign-box dl dd .is-text {
  font-size: 14px;
}
.p-hero-campaign-box dl dd .is-text small {
  display: inline-block;
  padding: 0 0.5em 0 0;
  font-size: 11.2px;
}
.p-hero-campaign-box dl dd .is-catch {
  padding: 6px 0 0;
  font-size: 21.6px;
  color: #001388;
  text-align: center;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
  letter-spacing: 0.075em;
}

.p-hero-annotation {
  padding: 12px 20px 0 0;
}
.p-hero-annotation .is-text {
  font-size: 10px;
  text-align: right;
}

/*--------------------------
section / p-block01
ホリデー限定キット
----------------------------*/
.p-block01 {
  padding: 44px 20px 56px;
}

.p-block01-headline {
  text-align: center;
}
.p-block01-headline img {
  width: 284px;
}

.p-block01-main {
  padding: 20px 0 0;
  position: relative;
}

.p-block01-main-image img {
  max-width: 100%;
}

.p-block01-main-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.p-btn-blue {
  width: 100%;
  padding: 0 30px 30px;
}
.p-btn-blue a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #001388;
  border-radius: 30px/50%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.1);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  position: relative;
}
.p-btn-blue a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-3px);
          transform: rotate(45deg) translateY(-3px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
.p-btn-blue a span {
  position: relative;
}

/*--------------------------
section / p-block02
事実、手は顔よりも年齢を語る
----------------------------*/
.p-block02 {
  width: 100%;
}

.p-block02-main {
  width: 100%;
  position: relative;
}

.p-block02-main-image {
  position: relative;
  width: 100%;
}
.p-block02-main-image img {
  max-width: 100%;
}

.p-block02-main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-block02-headline {
  padding: 76px 0 0;
  width: 100%;
  text-align: center;
}
.p-block02-headline img {
  max-width: 100%;
}

.p-block02-check-list {
  padding: 12px 0 0;
  width: 100%;
  text-align: center;
}
.p-block02-check-list img {
  max-width: 100%;
}

/*--------------------------
section / p-block03
でも、手を整えると気持ちまで整う。
----------------------------*/
.p-block03 {
  width: 100%;
}

.p-block03-main {
  width: 100%;
  position: relative;
}

.p-block03-main-image {
  position: relative;
  width: 100%;
}
.p-block03-main-image img {
  max-width: 100%;
}

.p-block03-main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-block03-headline {
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
}
.p-block03-headline img {
  max-width: 100%;
}

.p-block03-result-list {
  width: 100%;
  padding: 36px 0 0;
}

.p-block03-result-item {
  padding: 0 10px 0 0;
  text-align: right;
}
.p-block03-result-item.js-trigger {
  opacity: 0;
}
.p-block03-result-item.js-trigger.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}
.p-block03-result-item img {
  width: 206px;
}
.p-block03-result-item + .p-block03-result-item {
  margin-top: 12px;
}

/*--------------------------
section / p-block04
素肌の自信をその手に
----------------------------*/
.p-block04 {
  width: 100%;
  padding: 56px 0 60px;
}

.p-block04-headline {
  width: 85%;
  margin: auto;
}
.p-block04-headline img {
  max-width: 100%;
}

.p-block04-main {
  width: 100%;
  padding: 30px 20px 0;
}

.p-block04-main-image {
  width: 100%;
}
.p-block04-main-image img {
  max-width: 100%;
}

/*--------------------------
section / p-block05
毎日頑張る、その手に角質美容という発想を。
----------------------------*/
.p-block05 {
  width: 100%;
}

.p-block05-main {
  width: 100%;
  position: relative;
}

.p-block05-main-image {
  position: relative;
  width: 100%;
}
.p-block05-main-image img {
  max-width: 100%;
}

.p-block05-main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-block05-headline {
  padding: 74px 0 0;
  width: 100%;
  text-align: center;
}
.p-block05-headline img {
  max-width: 100%;
}

.p-block05-subhead {
  padding: 0;
  margin-top: 390px;
  width: 100%;
  text-align: center;
}
.p-block05-subhead img {
  max-width: 100%;
}

/*--------------------------
section / p-block06
その手、顔よりずっと。生まれ変わり※1を、待っている。
----------------------------*/
.p-block06 {
  width: 100%;
}

.p-block06-main {
  width: 100%;
  position: relative;
}

.p-block06-main-image {
  position: relative;
  width: 100%;
}
.p-block06-main-image img {
  max-width: 100%;
}

.p-block06-main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-block06-headline {
  padding: 66px 0 0;
  width: 100%;
  text-align: center;
}
.p-block06-headline img {
  max-width: 100%;
}

.p-block06-lead {
  padding: 22px 0 0;
  width: 100%;
  text-align: center;
}
.p-block06-lead img {
  max-width: 100%;
}

/*--------------------------
section / p-block07
贅沢美容液成分配合
----------------------------*/
.p-block07 {
  width: 100%;
}

.p-block07-main {
  width: 100%;
  position: relative;
}

.p-block07-main-image {
  position: relative;
  width: 100%;
}
.p-block07-main-image img {
  max-width: 100%;
}

.p-block07-main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-block07-headline {
  padding: 0;
  width: 100%;
  text-align: center;
}
.p-block07-headline img {
  max-width: 100%;
}
.p-block07-headline span {
  display: block;
  width: 100%;
  padding: 60px 0 0;
}
.p-block07-headline span:nth-of-type(2) {
  padding-top: 36px;
}
.p-block07-headline span:nth-of-type(3) {
  padding-top: 54px;
}

.p-block07-lead {
  padding: 92px 0 0;
  width: 100%;
  text-align: center;
}
.p-block07-lead img {
  max-width: 100%;
}

/*--------------------------
section / p-block08
事前モニターからも高評価　美容液級のケアを指先まで
----------------------------*/
.p-block08 {
  width: 100%;
}

.p-block08-main {
  width: 100%;
  position: relative;
}

.p-block08-main-image {
  position: relative;
  width: 100%;
}
.p-block08-main-image img {
  max-width: 100%;
}

.p-block08-main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-block08-headline {
  padding: 66px 0 0;
  width: 100%;
  text-align: center;
}
.p-block08-headline img {
  max-width: 100%;
}

.p-block08-result-list {
  padding: 22px 0 0;
}

.p-block08-result-item img {
  width: 121px;
}
.p-block08-result-item:nth-of-type(1) {
  padding-left: 38px;
}
.p-block08-result-item:nth-of-type(2) {
  padding-left: 8px;
}
.p-block08-result-item:nth-of-type(3) {
  padding-left: 30px;
}

.p-block08-annotation {
  width: 100%;
  padding: 4px 20px 0;
}
.p-block08-annotation img {
  max-width: 100%;
  width: 288px;
}

/*--------------------------
section / p-block09
タカミスキンピール　ハンド＆ネイル
----------------------------*/
.p-block09 {
  width: 100%;
}

.p-block09-main {
  width: 100%;
  position: relative;
}

.p-block09-main-image {
  position: relative;
  width: 100%;
}
.p-block09-main-image img {
  max-width: 100%;
}

.p-block09-main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-block09-headline {
  padding: 90px 0 0;
  width: 100%;
  text-align: center;
}
.p-block09-headline img {
  max-width: 100%;
}

.p-block09-spec {
  padding: 18px 0 0;
}
.p-block09-spec img {
  max-width: 100%;
}

.p-block09-price {
  padding: 12px 0 0;
}
.p-block09-price img {
  max-width: 100%;
}

.p-block09-comingsoon {
  padding: 50px 20px 0;
}
.p-block09-comingsoon img {
  max-width: 100%;
}

/*--------------------------
section / p-block10
タカミ公式LINEのご案内
----------------------------*/
.p-block10 {
  width: 100%;
  padding: 16px 10px 40px;
}

.p-block10-main {
  width: 100%;
  position: relative;
}

.p-block10-main-image {
  position: relative;
  width: 100%;
}
.p-block10-main-image img {
  max-width: 100%;
}

@-webkit-keyframes _commonHeaderHide {
  0% {
    top: 0;
  }
  to {
    top: -60px;
  }
}

@keyframes _commonHeaderHide {
  0% {
    top: 0;
  }
  to {
    top: -60px;
  }
}
@-webkit-keyframes _commonHeaderShow {
  0% {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes _commonHeaderShow {
  0% {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes _anchorFixedShow {
  0% {
    top: -40px;
  }
  to {
    top: 0;
  }
}
@keyframes _anchorFixedShow {
  0% {
    top: -40px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes _anchorFixedStepDown {
  to {
    top: 60px;
  }
}
@keyframes _anchorFixedStepDown {
  to {
    top: 60px;
  }
}
@-webkit-keyframes _scaleChange {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes _scaleChange {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spoitDown {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 64%;
  }
}
@keyframes spoitDown {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 64%;
  }
}
@-webkit-keyframes spoitDown02 {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 72%;
  }
}
@keyframes spoitDown02 {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 72%;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lineDraw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineDraw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes _kvScale {
  0% {
    background-size: 120% auto;
  }
  to {
    background-size: 100% auto;
  }
}
@keyframes _kvScale {
  0% {
    background-size: 120% auto;
  }
  to {
    background-size: 100% auto;
  }
}
.l-pankuzu-wrap {
  background: #fff;
  position: relative;
  z-index: 999;
}

.l-fixed-menu {
  position: fixed;
  z-index: 90;
  right: 100px;
  top: 120px;
}

.p-fixed-menu-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 270px;
  background: #ebf1f9;
  border-radius: 5px;
  padding: 16px;
}

.p-fixed-menu-item {
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 2.4;
}
.p-fixed-menu-item a {
  text-decoration: none;
}
.p-fixed-menu-item span {
  position: relative;
  font-size: 16px;
  color: #001388;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
}