@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 {
  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__btn {
  box-sizing: border-box;
  padding: 0 calc( (1 - 600  / 750) * 0.5 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lpbox .cta__btn a {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.lpbox .cta__btn img {
  display: block;
  position: relative;
  z-index: 3;
}
.lpbox .cta__btn .shine {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3em;
  overflow: hidden;
  height: 94%;
  width: 98.5%;
  z-index: 4;
}

/* shine */
.shine:before {
  content: "";
  width: 150%;
  height: 150%;
  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: -25%;
  left: -25%;
  -webkit-animation-name: shine;
  -moz-animation-name: shine;
  -o-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes shine {
  from, 0% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( 100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( 100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    transform: translate3d( -100%, 0, 0) rotate(-45deg);
    opacity: 0;
  }
}
@keyframes shine {
  from, 0% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( 100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( 100%, 0, 0) rotate(-45deg);
    -o-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);
    -ms-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(-45deg);
    transform: translate3d( -100%, 0, 0) rotate(-45deg);
    opacity: 0;
  }
}



/*---------------------------*/
.lpbox .sns__slider {
  position: relative;
  margin: -10% auto 0;
  z-index: 4;
}
.lpbox .sns__slider .owl-nav button.owl-prev {
  background: url(../img/sl_nav_l.webp) no-repeat top left;
  -webkit-background-size: contain;
  background-size: contain;
  width: 3em;
  height: 5em;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
}
.lpbox .sns__slider .owl-nav button.owl-next {
  background: url(../img/sl_nav_r.webp) no-repeat top right;
  -webkit-background-size: contain;
  background-size: contain;
  width: 3em;
  height: 5em;
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
}
.lpbox .sns__slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  margin: 1em auto;
}
.lpbox .sns__slider .owl-dot {
  box-sizing: border-box;
  width: 1.4em;
  height: 1.4em;
  padding: .6em;
  margin: .7em;
  position: relative;
}
.lpbox .sns__slider .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
  background: #e8d8e1;
  border-radius: 2em;
}
.lpbox .sns__slider .owl-dot.active span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e8d8e1;
  border-radius: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50% , -50% , 0) scale(1.2);
  -ms-transform: translate3d(-50% , -50% , 0) scale(1.2);
  -o-transform: translate3d(-50% , -50% , 0) scale(1.2);
  transform: translate3d(-50% , -50% , 0) scale(1.2);
}

/*---------------------------*/
.lpbox .ingr__box {
  background: #def2cf;
  box-sizing: border-box;
  display: block;
  padding: calc(30 / 750 * 100% ) calc(30 / 750 * 100% ) calc(60 / 750 * 100% ) calc(30 / 750 * 100% );
}
.lpbox .ingr__acd .acd__btn {
  display: block;
  position: relative;
  cursor: pointer;
}
.lpbox .ingr__acd .acd__btn:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/ingr_acd_ar.webp) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.6em);
  right: 1em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lpbox .ingr__acd .acd__btn.acd__btn--open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*---------------------------*/
.lpbox .ingranim__box {
  display: block;
  position: relative;
  margin: 0 auto;
 width: 100%;
}
.lpbox .ingr__itemtext {
  display: block;
  position: absolute;
  width: calc(230 / 750 *100%);
  top: 0;
  left: 0;
}
.lpbox .ingr__itemtext img {
  display: block;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: calc(160 / 230 * 100%);
  -webkit-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.lpbox .ingr__itemtext svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.lpbox .ingr__itemtext.ingr__itemtext--01{
  top: 10%;
  left: 6%;
}
.lpbox .ingr__itemtext.ingr__itemtext--02{
  top: 10%;
  left: 64%;
}
.lpbox .ingr__itemtext.ingr__itemtext--03{
  top: 51%;
  left: 6%;
}
.lpbox .ingr__itemtext.ingr__itemtext--04{
  top: 51%;
  left: 64%;
}
.lpbox .chlorophyll__box {
  position: relative;
  display: block;
  margin: 0 auto;
}
.lpbox .chlorophyll__graph {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 70.5%;
  height: 100%;
  overflow: hidden;
}
.lpbox .chlorophyll__graph p {
  display: block;
  position: absolute;
  bottom: 29%;
  left: 0;
  width: calc(400 / 530 * 100%);
  -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: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.lpbox .animhide .chlorophyll__graph p {
  -webkit-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.lpbox .voice {
  margin: 0 auto 2em;
}
/*---------------------------*/
.lpbox .qa__box {
  background: #f8f7f2;
  box-sizing: border-box;
  display: block;
  padding: 0 calc(20 / 750 * 100%) calc(80 / 750 * 100%);
}
.lpbox .qa__item {
  overflow: hidden;
  border-radius: 1em;
  background-color: rgb(251, 238, 245);
  box-shadow: 0px 5px 10px 0px rgba(181, 177, 157, 0.3);
  margin: 0 auto 1em;
}
.lpbox .qa__q {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
}
.lpbox .qa__q:before {
  content: "";
  background: #333333;
  height: 1px;
  width: 1.6em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.lpbox .qa__q:after {
  content: "";
  background: #333333;
  height: 1px;
  width: 1.6em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.lpbox .qa__q--open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.lpbox .qa__q--open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.lpbox .qa__atext {
  box-sizing: border-box;
  display: block;
  padding: 1em 1.5em;
}
.lpbox .qa__box p {
  text-align: justify;
  line-height: 1.78em;
  font-size: 1em;
}
.lpbox .qa__box a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
/*---------------------------*/
.lpbox .support {
  display: block;
  margin: 2em auto 0;
}
.lpbox .support__box {
  background-image: url(../img/support_03.webp) , url(../img/support_02.webp);
  background-repeat: no-repeat , repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: bottom left , top left;
  box-sizing: border-box;
  display: block;
  padding: 0 calc(40 / 750 * 100%) calc(40 / 750 * 100%);
}
.lpbox .support__btn {
  display: block;
  margin: 0 auto 0.8em;
}
/*---------------------------*/


.lpbox .product {
  margin: 0 auto;
  position: relative;
}
.lpbox .product__box {
  background: #e3f0b5;
  box-sizing: border-box;
  position: relative;
  padding: 0 calc(30 / 750 * 100%) calc(60 / 750 * 100%);
  width: 100%;
  z-index: 2;
  margin: 0 auto 0;
}
.lpbox .product__box dt {
  background-color: #ffffff;
  color: #3d8a5f;
  padding: 0.3em 0;
  position: relative;
  text-align: center;
}
.lpbox .product__box dd {
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 0.8em;
  line-height: 1.78em;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0;
}
.lpbox .product__box .font--s {
  font-size: .78em;
}
/*-------------------------------------------
 form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1.5em;
  position: relative;
  box-sizing: border-box;
  padding-left: 5em;
}

#lpfooter .footer__link li:before {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #e3f0b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
}
#lpfooter .footer__link li:after {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #3d8a5f;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
}
#lpfooter #copy {
  text-align: center;
  font-size: .6em;
  color: #fff;
  background-color: #3d8a5f;
  box-sizing: border-box;
  padding: 1em 0;
}
