@charset "UTF-8";
/* reset common
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
body {
  font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
  letter-spacing:normal;
  color: #727171;
  font-size: 32px;
  line-height: 1.625;
}
img {
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
a,div,span {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
sup, sub {
  font-size: 0.5em;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
.inner {
  width: 750px;
  margin: 0 auto;
  position: relative;
}
.scrpt {
  display: none;
}
.ani-fadeInLeft,
.ani-fadeInRight,
.ani-fadeInDown,
.ani-fadeInUp,
.ani-fadeIn {
  opacity: 0;
}

/* cv
------------------------------------------------------------------------------*/
.cv {
  background: #f8eeef;
}
.cv .inner {
  padding: 100px 0 0;
}
#set + .cv .inner {
  padding: 80px 0 0;
}
.cv dl {
  position: relative;
}
.cv dl dd.btn {
  position: absolute;
  left: 70px;
  top: 289px;
}
.cv dl dd.link {
  position: absolute;
  left: 255px;
  top: 506px;
  line-height: 0.1;
}
#sec07 + .cv dl dd.btn02 {
  position: absolute;
  left: 70px;
  top: 505px;
}
#sec07 + .cv dl dd.link {
  top: 670px;
  line-height: 0.1;
}

/* #top
------------------------------------------------------------------------------*/
#top .inner {
  position: relative;
}
#top h1 {
  position: absolute;
  left: 40px;
  top: 25px;
  z-index: 1;
  }
  #top .header_bg {
  position: relative;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  }
#top dl {
  position: relative;
}
#top dl dd.topbtn {
  position: absolute;
  left: 50px;
  top: 270px;
}
#top dl dd.topbtn2 {
  left: 255px;
  top: 473px;
  line-height: 0.1;
}

/* sec01
------------------------------------------------------------------------------*/
#sec01 .inner {
}
#sec01 ul {
  position: absolute;
  left: 0;
  top: 334px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
#sec01 ul li {
  display: inline-block;
  width: 196px;
  height: 124px;
  margin: 0 12px 27px 13px;
  cursor: pointer;
}
#sec01 ul li:nth-child(1) {
  background: url( "../img/sec01_check01_on.png") left top no-repeat;
}
#sec01 ul li:nth-child(2) {
  background: url( "../img/sec01_check02_on.png") left top no-repeat;
}
#sec01 ul li:nth-child(3) {
  background: url( "../img/sec01_check03_on.png") left top no-repeat;
}
#sec01 ul li:nth-child(4) {
  background: url( "../img/sec01_check04_on.png") left top no-repeat;
}
#sec01 ul li:nth-child(5) {
  background: url( "../img/sec01_check05_on.png") left top no-repeat;
}
#sec01 ul li.active img {
  visibility: hidden;
}

/* #sec02
------------------------------------------------------------------------------*/
#sec02 dl {
  position: relative;
}
#sec02 dl dd {
  position: absolute;
  left: 90px;
  top: 150px;
  width: 570px;
}

/* #sec03
------------------------------------------------------------------------------*/
#sec03 {
  background: #efeadf;
}
#sec03 h2 {
  position: absolute;
  left: 0;
  top: 103px;
  z-index: 302;
}
#sec03 h2 + p {
  position: relative;
  z-index: 301;
}

/* #sec04
------------------------------------------------------------------------------*/
#sec04 {
}

/* #sec05
------------------------------------------------------------------------------*/
#sec05 {
  background: #efeadf;
}
#sec05 h2 {
  position: absolute;
  left: 0;
  top: 81px;
  z-index: 502;
}
#sec05 h2 + div {
  position: relative;
  z-index: 501;
}

/* sec06
------------------------------------------------------------------------------*/
#sec06 .inner {
  background: #eae4d6;
  height: 990px;
  box-sizing: border-box;
}
#sec06 .slide {
  position: relative;
  margin: 0 auto;
}
#sec06 .swiper {
  position: relative;
  width: 750px;
  height: 310px;
  margin: 0 auto;
  box-sizing: border-box;
}
#sec06 .swiper .swiper-slide {
  position: relative;
  width: 720px;
  padding: 0 15px;
  box-sizing: border-box;
}
#sec06 .swiper-next,
#sec06 .swiper-prev {
  position: absolute;
  top: 80px;
  left: 15px;
  width: 30px;
  height: 150px;
  cursor: pointer;
  margin: 0;
  z-index: 3;
}
#sec06 .swiper-next {
  background: url("../img/sec06_arrow.png") left top / 100% auto no-repeat;
  left: auto;
  right: 15px;
}
#sec06 .swiper-prev {
  background: url(../img/sec06_arrow.png) left top / 100% auto no-repeat;
  transform: rotate(180deg);
}
#sec06 .swiper-pagination {
  width: 750px;
  top: 370px;
  line-height: 0.1;
}
#sec06 .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #b2b2b2;
  opacity: 1;
  margin: 0 10px;
}
#sec06 .swiper-pagination .swiper-pagination-bullet-active {
  background: #de8ea6;
}
#sec06 p.atte {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

/* #sec07
------------------------------------------------------------------------------*/
#sec07 {
}
#sec07 p.item01 {
  position: absolute;
  left: 0;
  top: 493px;
}
#sec07 p.item02 {
  position: absolute;
  left: 0;
  top: 721px;
}
#sec07 p.item03 {
  position: absolute;
  left: 0;
  top: 1048px;
}
#sec07 dl {
  position: relative;
}
#sec07 dl.step01 dt {
  position: absolute;
  left: 70px;
  top: 218px;
  z-index: 702;
}
#sec07 dl.step01 dd {
  z-index: 700;
}
#sec07 dl.step02 dt {
  position: absolute;
  left: 70px;
  top: 250px;
  z-index: 711;
}
#sec07 dl.step02 dd {
  z-index: 710;
}
#sec07 dl.step03 dt {
  position: absolute;
  left: 70px;
  top: 107px;
  z-index: 721;
}
#sec07 dl.step03 dd {
  z-index: 720;
}

/* .amazonpay  */
.amazonpay_box_1 {
	position: relative;
	background: url(../img/top_cv_amazonpay_bg.jpg) no-repeat top center;
	padding-bottom: 40px;
}
.amazonpay_box_2 {
	position: relative;
	background: url(../img/cv_amazonpay_bg.jpg) no-repeat top center;
	padding-bottom: 40px;
}
.AmazonPayButton {
	width: 600px !important;
	height: 100px !important;
	margin: 0 auto;
}

/* ID決済楽天ペイロゴ用 */
.cashless_box {
	position: relative;
}
.rakutenLogo {
	position: absolute;
	left: 72px;
	top: 160px;
}

/* .bnr
------------------------------------------------------------------------------*/
.bnr {
  background: #f8eeef;
}
.bnr .inner {
  width: 710px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.bnr a {
  display: block;
}
.bnr a + a {
  margin-top: 30px;
}

.bnr .inner img {
    width: 100%;
    height: auto;
  }

/* #btn animattion
------------------------------------------------------------------------------*/
@-webkit-keyframes pulse {
  from {
    margin-left: 0;
  }
  5% {
    margin-left: 8px;
  }
  10% {
    margin-left: 0;
  }
  to {
    margin-left: 0;
  }
}

@keyframes pulse {
  from {
    margin-left: 0;
  }
  5% {
    margin-left: 8px;
  }
  10% {
    margin-left: 0;
  }
  to {
    margin-left: 0;
  }
}
.push {
  -webkit-animation: pulse 3.3s ease 0s infinite normal;
  animation: pulse 3.3s ease 0s infinite normal;
}
.cv .btn a {
  display: block;
  width: 610px;
}
/* POLA動画
------------------------------------------------------------------------------*/
.videoGif{
  position: relative;
}
.videoGif--img{
  position: absolute;
  top: 352px;
  display: block;
  width: 340px;
  left: 333px;
}
/* #footer
------------------------------------------------------------------------------*/
#footer {
  border-top: #fff solid 1px;
  line-height: 0.1;
  width: 750px;
  margin: 0 auto;
  position: relative;
}
#footer p.link01 {
  position: absolute;
  left: 247px;
  top: 43px;
}
#footer p.link02 {
  position: absolute;
  left: 394px;
  top: 43px;
}
#footer p.copy {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  left: 248px;
  top: 98px;
}

/* .fixedbtn
------------------------------------------------------------------------------*/
.fixedbtn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 32px;
}
.fixedbtn div.btn {
  display: inline-block;
}


#bestcosme {
	padding-bottom: 20px;
	background:linear-gradient(to right, #eaeaea, #d2d4d8);
}

/* 成分ブロックアコーディオン------------------------------------------------------- */
.text_wrapper {
  position: relative;
}

.text {
  /* ちょい見せする部分の高さ */
  height: 600px;
  overflow: hidden;
}

.show_more{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 300px;
  padding-bottom: 100px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(241, 235, 223, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
  z-index: 1;
}

.show_more.active {
  height: 60px;
  background: #EFEADF;
  /* .text_wrapperに対する「閉じる」の位置 */
  margin-bottom: 0;
  padding-top: 10px;
  margin-top: 50px;
  padding-bottom: 10px;
  position: relative;
}


.text-tap {
  position: relative;
  font-weight: 600;
  font-size: 22px;
}
.text-tap::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 3px #8a8a8a;
  border-right: solid 3px #8a8a8a;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform:  translateX(-50%) scale(1,0.7) rotate(45deg);
}

.text-close {
  position: relative;
  font-weight: 600;
  font-size: 22px;
}
.text-close::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 3px #8a8a8a;
  border-right: solid 3px #8a8a8a;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform:  translateX(-50%) scale(1,0.7) rotate(-135deg);
  
}

