﻿@charset "utf-8";
html,body{
    width: 100%;
}
#lpwp a img {
  transition: 0.5s;
}
#lpwp a:hover img {
  opacity: 0.7;
  transition: 1s;
}
#lpwp a:link {
  color: #333;
  text-decoration: none;
}
#lpwp a:visited {
  color: #333;
  text-decoration: none;
}
#lpwp a {
  transition: 1s;
}
#lpwp a:hover {
  color: #333;
  text-decoration: underline;
  transition: 1s;
}
#lpwp a:active {
  color: #333;
  text-decoration: underline;
}
/* common */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.note {
  font-size: 12px;
  color: #999;
  text-align: left;
}
.note02 {
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.f120 {
  font-size: 120%;
}
.f150 {
  font-size: 150%;
}
.pt80 {
  padding-top: 80px;
}
/* body
-------------------------------------------------------- */
/* 500円クーポン */
#topbnr {
  background: url("../img/skn/01/pc/cp500/top_bnr_bg.png") repeat-x center 0;
} 
.offer-box-cp500 {
  width: 960px;
  margin: 30px auto 0;
  padding: 0 0 40px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.offer-box-cp500 .coupon_box {
  background: #f2f2f2;
  width: 900px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.offer-box-cp500 .coupon_box .inner {
  width: 840px !important;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  padding: 30px 30px;
  background: #fff;
  text-align: left;
  line-height: 1.6;
    font-size: 16px;
}
.offer-box-cp500 .coupon_box .inner div {
  width: 400px;
}
.offer-box-cp500 .coupon_box .inner dl {
  text-align: center;
}
.offer-box-cp500 .coupon_box .inner dl dt {
  font-weight: bold;
  margin: 20px 0 5px;
}
.offer-box-cp500 .coupon_box .inner dl dd #coupon_code {
  width: 316px;
  font-size: 180%;
  font-weight: bold;
  line-height: 1;
  padding: 10px 10px 10px;
  margin: 5px auto 25px;
  border: #999999 1px solid;
  background-color: #e0f2f3;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.6) inset;
  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.6) inset;
  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.6) inset;
}
.offer-box-cp500 .coupon_box .inner dl dd #coupon_code_btn {
  margin: 0;
}
.offer-box-cp500 .coupon_box .inner dl dd #coupon_code_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
#lpwp {
  color: #333333;
  width: 100%;
  text-align: center;
  /*--border-top: 15px solid #830004;--*/
  line-height: 1.3em;
  /*--background: #f3e6e6 url(../img/skn/01/pc/bg_body.jpg) repeat-x 0 1250px;--*/
  /*background: #ffffff;*/
    transition: 2s;
}
#lpwp img {
  max-width: 100%;
}
@media (max-width:980px) {
  #lpwp {
    width: 980px;
  }
  #lpwp .wrapper {
    width: 980px;
  }
}
#lpwp #page {
  text-align: center;
  color: #340000;
}
#lpwp #header {
  width: 100%;
  margin: 0 auto;
  background: url("../img/skn/01/pc/03/head_bg.jpg") no-repeat center 0;
  height: 1016px;
  position: relative;
}
#lpwp #header div {
  width: 980px;
  margin: 0 auto;
}
#lpwp #header h1 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
#lpwp #header h2 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#lpwp #header #fv1 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
#lpwp #header #fv2 {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}
#lpwp #header #fv3 {
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
}
#lpwp #header #fv4 {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
}
#lpwp #header #fv5 {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  text-align: right;
}
#lpwp #header #fv6 {
  position: absolute;
  top: 800px;
  left: 0;
  right: 0;
}
#lpwp .inner {
  width: 980px;
}
/*-----ヘッダーフェイドイン用要素-------*/
.fade-in-img {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0
  } /* 始め */
  100% {
    opacity: 1
  } /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*---------------------------------*/
.orderbox_outer {
  /*--background: #f3e6e6 url("../img/skn/01/pc/orderbox_bg.png") repeat-x; --*/
}
.orderbox {
  padding: 0 0 50px;
  text-align: center;
  margin: 0 auto;
  width: 980px;
}
.orderbtm {
  padding-top: 50px;
  text-align: center;
  background: #fff url(../img/skn/01/pc/btm_bg.jpg) no-repeat 0 bottom;
}
.orderbtm .orderbox {
  margin-top: -100px;
}
.orderbox .trialset {
  position: relative;
  width: 980px;
  height: 864px;
  margin: 0 auto 20px;
}
.orderbox h2, .orderbox .details, .orderbox .btn {
  position: absolute;
}
.orderbox .trialset h2 {
  top: 0;
  left: 0;
}
.orderbox .details {
  top: 0;
  left: 0;
}
.orderbox .btn {
  bottom: 40px;
  left: 240px;
}
.orderout {
  /*--background: url("../img/skn/01/pc/orderbox_bg.png") repeat-x 0 0; --*/
}
#header + p {
  padding: 50px 0 140px;
}
#kbys1 {
  margin: 100px 0;
}
#kbys1 .inner {
  width: 980px;
  margin: 0 auto;
  background: #fff;
}
#kbys1 p {
  padding: 80px 0;
}
#trouble {
  background: url("../img/skn/01/pc/nayami_bg.png") no-repeat bottom;
  text-align: center;
  padding: 120px 0 140px;
}
#pddetails {
  text-align: center;
  background: #fff;
  padding-bottom: 0px;
}
#pddetails h2 {
  padding: 120px 0 80px;
}
#pddetails .inner {
  padding: 0 0 30px;
  margin: 0 auto 0;
  background: #b6000e url(../img/skn/01/pc/pdpoint_bg.jpg) no-repeat center 0;
}
#pddetails .inner .pdboxdetails {
  margin: 0 auto 120px;
  width: 980px;
  -moz-box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
  -ms-box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
}
.point3 {
  padding: 100px 0;
}
.point3 img {
  -moz-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.31);
  -ms-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.31);
}
#pdmatome {
  padding: 120px 0 120px;
  background: url("../img/skn/01/pc/pdpoint_matome_bg.jpg") no-repeat center top;
  background-position: center;
}
/* kobayasi 
-----------------------------*/
#interview {
  background: #fff url("../img/skn/01/pc/voice_bg.png") 0;
  padding: 0 0;
}
#pddetails #interview h2 {
  padding: 0 0 0;
}
#interview .innerbox {
  width: 980px;
  margin: 0 auto 20px;
  padding: 0;
  background: #fff;
}
#interview .innerbox .inner {
  padding: 40px 40px 20px;
  background: #fff;
}
#interview .innerbox .inner h3 {
  border-left: 5px solid #c10000;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
  font-size: 140%;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
}
#interview .innerbox .inner div p {
  line-height: 1.5;
  margin: 0 0 40px;
}
#interview .innerbox .inner div#c1 {
  padding: 0 420px 0 0;
  background: url(../img/skn/01/pc/interview_img01.jpg) no-repeat right 30px;
}
#interview .innerbox .inner div#c2 {
  padding: 0 0 0 420px;
  min-height: 270px;
  background: url(../img/skn/01/pc/interview_img02.png) no-repeat 0 20px;
  overflow: hidden;
}
#interview span.point {
  color: #c60000;
  font-weight: bold;
}
#interview span.line {
  background: #fff79e;
  font-size: 140%;
  font-weight: bold;
}
#interview .button:hover {
  cursor: pointer;
}
#uservoice {
  text-align: center;
  padding: 40px 0 80px;
  margin-bottom: 0px;
  background: #fff url("../img/skn/01/pc/voice_bg.png") 0 0;
}
#uservoice .inner {
  width: 980px;
  margin: 0 auto;
}
#uservoice .inner ul {
  padding-top: 60px;
}
#uservoice .inner ul li {
  width: 900px;
  padding: 0 40px 80px;
}
#uservoice .inner ul li p {
  text-align: right;
}
#uservoice + p {
  background: #fff;
  padding: 80px 0;
}
#pdstep {
  background: url("../img/skn/01/pc/step_bg.jpg") no-repeat center 0;
  text-align: center;
}
#pdstep ol {
  width: 980px;
  margin: 0 auto;
  -moz-box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
  -ms-box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.61);
}
#pdstep .stepmatome {
  padding: 70px 0;
}
/*#pdstep .orderbox {
  padding: 120px 0 50px;
}*/
/* toTop 
p.toTop {
  text-align: right;
}
p.toTop a {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 15px;
}
#footer {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  color: #333;
}*/
/* footer 
#footer ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 20px;
}
u #footer ul li::after {
  content: "|";
  margin: 0 6px;
}
#footer ul li:last-child::after {
  content: none;
}
#footer .copy {
  font-size: 12px;
  margin-bottom: 0;
}*/
.pdname {
  width: 550px;
  margin: 80px auto;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  text-align: left;
}
.pdname p {
  float: left;
  margin-right: 30px;
  font-weight: bold;
  font-size: 18px;
}
.pdname ul {
  float: left;
}
/*-- 安心・安全へのこだわり --*/
#safety {
  background-color: #ffffff;
  padding: 40px 0 80px;
}
#safety p:nth-child(2) {
  margin-top: 50px;
}
#safety p img {
  max-width: 880px;
}
/*-----パララックス-----*/
.first-v2 {
  position: relative;
  background: url("../img/skn/01/pc/02/pdt_bg.jpg") center;
  background-size: cover;
  height: 1014px;
  padding-top: unquote("min(100vh,75%)");
  margin: 0 auto;
}
.first-v2 div {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  line-height: 1.5;
  font-size: unquote('max(3vw, 16px)');
  margin: 0 auto;
}
.offer-box .first-v2 {
  position: relative;
  background: url("../img/skn/01/pc/02/pdt_bg.jpg") center;
  background-size: cover;
  height: 1014px;
  padding-top: unquote("min(100vh,75%)");
  margin: 0 auto;
}
.offer-box .first-v2 div {
  position: absolute;
  text-align: center;
  width: 980px;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  color: #000;
  line-height: 1.5;
  font-size: unquote('max(3vw, 16px)');
  margin: 0 auto;
}
.first-v3 {
  position: relative;
  background-size: cover;
  height: 1014px;
  padding-top: unquote("min(100vh,75%)");
  margin: 0 auto;
}
.first-v3 div.video-cts {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  /*--transform: translate(-50%, -50%); --*/
  color: #000;
  line-height: 1.5;
  font-size: unquote('max(3vw, 16px)');
  margin: 0 auto;
  z-index: 10;
}
.first-v3 div.video-cts img {
  padding-top: 100px;
}
#lpwp video {
  /*--iPhone safariの枠線を消す--*/
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  /*--PCのChromeの枠線を消す--*/
  outline: none;
  border: none;
}
.first-v3 div.video {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.cts-pdt {
  position: relative;
}
.cts-pdt div {
  position: absolute;
}
.cts-pdt div:nth-child(1) {
  top: 0px;
  left: 38%;
}
.cts-pdt div:nth-child(2) {
  top: 80px;
  left: 41%;
  z-index: 2;
}
.cts-pdt div:nth-child(3) {
  top: 100px;
  right: 0;
  left: 0;
  z-index: 3;
}
.cts-pdt div:nth-child(4) {
  top: 250px;
  left: 50%;
  z-index: 2;
}
.cts-pdt div:nth-child(5) {
  top: 0px;
  left: 58%;
}
.offer-box {
  padding-top: 100px;
}
#approach {
  background: url("../img/skn/01/pc/02/pdt_bg.png") no-repeat center bottom;
  height: 1704px;
  margin-top: 100px;
  padding-top: 100px;
}
#premium-serum {
  background: #f2e6e6;
  padding: 100px 0;
}
#ctstop00 {
  background: url("../img/skn/01/pc/03/ctstop00_bg.jpg") no-repeat center;
  height: 1239px;
}
#ctstop00 div {
  position: relative;
  margin: 0 auto;
}
#ctstop00 div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}