@charset 'UTF-8';
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  ニッピ スキンケアジェル NMバランス：スタイル
=================================================================== */

html {
  background-color: #f2f2f2;
}

.content {
  width: 2000px;
  min-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 10px 2px #d6d6d6;
  background: #fff;
}

img {
  width: 100%;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.btn {
  -webkit-animation: move_btn 1.9s ease infinite normal;
  animation: move_btn 1.9s ease infinite normal;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

@keyframes move_btn {
  0% {
    left: 50%;
  }

  50% {
    left: 50%;
  }

  85% {
    left: 50%;
  }

  90% {
    left: 52%;
  }

  95% {
    left: 50%;
  }

  100% {
    left: 50%;
  }
}

@-webkit-keyframes move_btn {
  0% {
    left: 50%;
  }

  50% {
    left: 50%;
  }

  85% {
    left: 50%;
  }

  90% {
    left: 52%;
  }

  95% {
    left: 50%;
  }

  100% {
    left: 50%;
  }
}

.shine {
  border-radius: 38px;
}

.shine::before {
  content: "";
  width: 200%;
  height: 200%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  animation: shine 1.8s linear infinite;
}

@keyframes shine {
  from, 0% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to, 100% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}

/* head */
.head {
  background: linear-gradient(to left, #e4a4b0 0%, #e4a4b0 50%, #e5acb0 50%, #e5acb0 100%);
}

/* mv */
.mv {
  background: url(../img/bg_mv.jpg) no-repeat center;
}

/* cv */
.cv {
  background: #e5b1b1;
}

.cv .btn_box {
  position: relative;
}

.cv .btn_box .btn {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-49%);
}

.cv .btn_box .btn {
  overflow: hidden;
  width: 926px;
  max-width: 926px;
  height: 158px;
}

.cv .btn_box .shine {
  position: absolute;
  overflow: hidden;
  width: 890px;
  max-width: 890px;
  height: 120px;
  top: 2px;
  left: 8px;
  border-radius: 60px;
}

/* jisseki */
.jisseki {
  background: url(../img/bg_jisseki_01.png) no-repeat top,
  url(../img/bg_jisseki_02.png) no-repeat center bottom;
  padding: 0 0 13px;
}

/* voice */
.voice {
  margin: -112px 0 0;
  background: url(../img/bg_voice_01.png) no-repeat center bottom;
}

/* media */
.media {
  margin: -13px 0 0;
  background: url(../img/bg_media_01.png) no-repeat center top,
  url(../img/bg_media_02.png) no-repeat center bottom, #f5f7ef;
}

.catch_01 {
  transform: translateX(20px);
}

/* nayami */
.nayami {
  background: #ededed;
  background-image: url(../img/bg_nayami_01.png), url(../img/bg_nayami_02.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
}

/* shohou */
.shohou {
  background-image: url(../img/bg_shohou_01.png), url(../img/bg_shohou_02.png), url(../img/bg_shohou_03.jpg);
  background-repeat: no-repeat;
  background-position: center top, center top 2363px, center bottom;
}
.shohou .pr {
  z-index: 2;
}
.shohou .anime_box {
  width: 960px;
  margin: -70px auto 0;
  position: relative;
  z-index: 1;
}
.shohou video {
  width: 100%;
}

.shohou .anime_box + p {
  margin: -4px 0 0;
}

.shohou .mt {
  margin: -34px 0 0;
  position: relative;
  z-index: 1;
}

/* process */
.process {
  background: #fff2e8 url(../img/bg_process_01.jpg) no-repeat center bottom;
  padding: 0 0 30px;
}

/* free */
.free {
  background: url(../img/bg_free_01.jpg) no-repeat center top;
  padding: 260px 0 0;
}
.free .pa {
  width: 520px;
  margin: 0 auto;
  top: -30px;
  left: 0;
  right: 0;
}

/* use */
.use {
  background:linear-gradient(-10deg, #e0dede 0%,#e0dede 40.2%,#F7F7F7 40.2%,#f7f7f7 100%);
}

.use li {
  position: relative;
}

.use li .anime_box {
  position: absolute;
  width: 600px;
  top: 37px;
  left: 380px;
}

/* history */
.history {
  background: url(../img/bg_history_01.png) no-repeat center bottom;
}
.history .anime_box div {
  position: relative;
  z-index: 1;
  width: 960px;
  margin: 0 auto;
}
.history .anime_box p {
  margin: -22px 0 0;
  z-index: 2;
}

@media screen and (max-width: 2000px) {
  main {
    overflow: hidden;
  }
  .content {
    position: relative;
    left: 50%;
    transform: translateX(-1000px);
  }
}


/*　フッタープロフィールのインクルード用CSS */
.inner ul {
	margin: 0 0 30px 0;
	padding: 12px 0;
	border-top: 1px solid #bb9d8f;
	border-bottom: 1px solid #bb9d8f;
	text-align: center;
	font-size:12px;
}

.inner ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #bb9d8f;
}

.inner ul li:last-child {
	border: 0;
}

.inner ul li a {
	color:#FFF;
}
/*　フッタープロフィールのインクルード用CSS ここまで */
