@charset "utf-8";
/* CSS Document */

/*******************

LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:750px){
  .lpbox , #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.lpbox a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header ,
.lpbox h1 ,
.lpbox h2 ,
.lpbox h3 ,
.lpbox p ,
.lpbox dl ,
.lpbox dt ,
.lpbox dd ,
.lpbox div ,
.lpbox section ,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li,
.lpbox ul,
.lpbox li{
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__box__btn {
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
}
.lpbox .tokuten {
  position: relative;
  z-index: 9;
  margin: -1.5em auto -1.5em;
}

/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 750px;
}


/*---------------------------*/

.lpbox .fv__box {
  position: relative;
}
.lpbox .fv__box__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.lpbox .amazon__box {
  position: relative;
}
.lpbox .amazon__box__hoshi {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  width: 64.4%;
}
.lpbox .amazon__box__text01 {
  position: absolute;
  top: 1.5em;
  right: 3em;
  width: 58.9%;
}
.lpbox .amazon__box__text02 {
  position: absolute;
  bottom: 0em;
  left: 3em;
  width: 59.6%;
}
.lpbox .amazon__box__text03 {
  position: absolute;
  top: 1.5em;
  right: 3em;
  width: 58.9%;
}
.lpbox .amazon__box__text04 {
  position: absolute;
  bottom: 6.4em;
  left: 3em;
  width: 59.6%;
}
.lpbox .nayami__box {
  position: relative;
}
.lpbox .nayami__box__text {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 74.7%;
}

/*-------------------------------------------
snsスライド
-----------------------------------------------*/
.lpbox .sns__sl {
  position: relative;
  overflow: hidden;
}
.lpbox .sns__sl__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 29%;
  background: url(../img/slider_top.png) repeat-x top left;

  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: bgloop 10s linear infinite;
  animation: bgloop 10s linear infinite;
}
.lpbox .sns__sl__item-l {
  display: block;
  position: absolute;
  top: 10em;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 29%;
  background: url(../img/slider_middle.png) repeat-x top left;

  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: bgloop-l 10s linear infinite;
  animation: bgloop-l 10s linear infinite;
}
.lpbox .sns__sl__item-r {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 29%;
  background: url(../img/slider_bottom.png) repeat-x top left;

  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: bgloop 10s linear infinite;
  animation: bgloop 10s linear infinite;
}

@-webkit-keyframes bgloop {
  from {
    background-position: 0  0;
  }
  to {
    background-position: 420% 0;
  }
}
@keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 420% 0;
  }
}
@-webkit-keyframes bgloop-l {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -420% 0;
  }
}
@keyframes bgloop-l {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -420% 0;
  }
}

.lpbox .vitamin__box {
  position: relative;
}
.lpbox .vitamin__box__text {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85.1%;
}


.lpbox .liposome__box {
  position: relative;
}
.lpbox .liposome__box__text {
  position: absolute;
  top: 8.5em;
  left: 2em;
  width: 37.4%;
}
.lpbox .liposome__box__text02 {
  position: absolute;
  top: 8.3em;
  right: 3.5em;
  width: 10.65%;
}
.lpbox .liposome__box .vitamin_c video {
  position: absolute;
  bottom: 2.6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 61.49%;
}

.lpbox .liposome__box__text03 {
  position: absolute;
  top: 2em;
  right: 1em;
  width: 92.9%;
}
.lpbox .liposome__box__text04 {
  position: absolute;
  top: 4em;
  right: 4em;
  width: 28.9%;
}
.lpbox .liposome__box__item {
  position: absolute;
  bottom: 8.5em;
  right: 3.5em;
  width: 17.8%;
}
.lpbox .liposome__box .nanoliposome video {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}


.lpbox .liposome__box {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.lpbox .liposome__box .liposome__gr {
  position: absolute;
  bottom: 39.5%;
  left: 33%;
  width: 40%;
  height: 42.5%;
  background: url(../img/liposome_graph.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: bottom left;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.lpbox .animhide .liposome__gr {
  height: 0%;
}

.lpbox .absorption__box {
  position: relative;
}
.lpbox .absorption__box__text {
  position: absolute;
  top: 0;
  right: 3em;
  width: 18.7%;
}
.lpbox .manufacturing__box {
  position: relative;
}
.lpbox .manufacturing__box__text01 {
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 75.6%;
}
.lpbox .manufacturing__box__text02 {
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 87%;
}
.lpbox .anytime__box {
  position: relative;
}
.lpbox .anytime__box__text {
  position: absolute;
  top: 6.5em;
  left: 2.5em;
  width: 30.8%;
}

.lpbox .component__box {
  position: relative;
}
.lpbox .component__box__text01 {
  position: absolute;
  top: 0;
  right: 1em;
  width: 15%;
}
.lpbox .component__box__text02 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 70.9%;
}
.lpbox .component__box__item {
  position: absolute;
  top: 7.8em;
  right: 0;
  width: 72.6%;
}

.lpbox .reach {
  position: relative;
}
.lpbox .reach_video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 92%;
}

.lpbox .voice {
  position: relative;
}
.lpbox .voice__box01 video {
  position: absolute;
  top: 4.2em;
  right: 1em;
  width: 50%;
  clip-path: polygon(0 20%, 100% 20%, 100% 72%, 0 72%);
}
.lpbox .voice__box02 video {
  position: absolute;
  top: -2.5em;
  left: 1.1em;
  width: 50%;
  clip-path: polygon(0 20%, 100% 20%, 100% 72%, 0 72%);
}
.lpbox .voice__box03 video {
  position: absolute;
  top: .95em;
  right: 1em;
  width: 50%;
  clip-path: polygon(0 7%, 100% 7%, 100% 100%, 0 100%);
}
.lpbox .chance__box {
  position: relative;
}
.lpbox .chance__box__text {
  position: absolute;
  top: 1em;
  left: 1.5em;
  width: 91.1%;
}
.lpbox .detail {
  background: #f8e984;
  padding-bottom: 1em;
}
.lpbox .detail ul {
  width: 90%;
  color: #111111;
}
.lpbox .detail li:nth-child(odd){
  font-size: .9em;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: .3em;
  margin-bottom: .3em;
}
.lpbox .detail li:nth-child(even){
  font-size: .8em;
  margin-bottom: 1em;
}
.lpbox .detail li .detail__box {
  background: #fff;
  padding: 1em;
  margin-top: 2em;
  line-height: 1.8em;
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  width: 90%;
  text-align: left;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #111;
  background-color: #f7e777;
  box-sizing: border-box;
  padding: .5em;
}

/*-------------------------------------------
animation
-----------------------------------------------*/
.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform:translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform:translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

.lpbox .slideleft {
  display: block;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideleft {
  display: block;
  -webkit-transform: translate3d(-50%,0,0);
  -ms-transform: translate3d(-50%,0,0);
  -o-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
  opacity: 0;
}

.lpbox .slideright {
  display: block;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideright {
  display: block;
  -webkit-transform: translate3d(50%,0,0);
  -ms-transform: translate3d(50%,0,0);
  -o-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
  opacity: 0;
}
