@charset "utf-8";
/* CSS Document */

/*******************

 LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
blockquote:empty {
  display: none;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:750px){
.lpbox , #lpfooter {
    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 .box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/*----------------------------------------*/
.lpbox .double__ttl {
  position: absolute;
  width: calc(678 / 750 * 100%);
  top: calc(233 / 500 * 100%);
  left: calc(35 / 750 * 100%);
}
.lpbox .double__mov {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.lpbox .double__movitem {
  display: block;
  position: relative;
  overflow: hidden;
  width: calc(670 / 750 * 100%);
  height: 0;
  padding-bottom: calc(480 / 750 * 100%);
}

.lpbox .double__movitem video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/*----------------------------------------*/
.lpbox .cta {
  position: relative;
  overflow: hidden;
  display: block;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/*---------------------------*/

.lpbox .vitaminc__ttl {
  position: absolute;
  width: calc(664 / 750 * 100%);
  top: calc(30 / 490 * 100%);
  left: calc(45 / 750 * 100%);
}
.lpbox .vitaminc__sttl {
  display: block;
  position: absolute;
  top: calc(40 / 540 * 100%);
  left: calc(310 / 750 * 100%);
}
.lpbox .vitaminc__sttl--01 {
  top: calc(40 / 540 * 100%);
  width: calc(380 / 750 * 100%);
}
.lpbox .vitaminc__sttl--02 {
  top: calc(40 / 500 * 100%);
  width: calc(320 / 750 * 100%);
}
.lpbox .vitaminc__sttl--03 {
  top: calc(40 / 492 * 100%);
  width: calc(350 / 750 * 100%);
}

.lpbox .vitaminc__sttlbox {
  display: block;
  position: relative;
  width: 100%;
}
.lpbox .vitaminc__sttlbox h3 {
  position: relative;
  z-index: 3;
}
.lpbox .vitaminc__sttlbar--01 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.0s ease;
}
.lpbox .vitaminc__sttlbar--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all .5s ease;
}
.lpbox .animhide .vitaminc__sttlbar--01 ,
.lpbox .animhide .vitaminc__sttlbar--02 {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}

.lpbox .vitaminc__sttl--01 .vitaminc__sttlbar--01 {
  width: calc(340 / 380 * 100%);
}
.lpbox .vitaminc__sttl--02 .vitaminc__sttlbar--02 {
  width: calc(250 / 320 * 100%);
}
.lpbox .vitaminc__sttl--03 .vitaminc__sttlbar--01 {
  width: calc(200 / 350 * 100%);
}



/*---------------------------*/
.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 .fixbtn__item {
  width: calc(710 / 750 * 100%);
  display: block;
  margin: 0 auto;
}


/*---------------------------*/
.lpbox .faq {
  background: #f8eef1;
  display: block;
  box-sizing: border-box;
  padding-bottom: calc(70 / 750 * 100%);
}

.lpbox .faq__item {
  display: block;
  box-sizing: border-box;
  margin: 0 auto calc(30 / 750 * 100%);
}
.lpbox .faq__item--q {
  display: block;
  position: relative;
  cursor: pointer;
}
.lpbox .faq__item--q:after {
  content: "";
  display: block;
  background: url(../img/webp/faq_ar.webp) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: clamp(0px,calc(50 / 750 * 100vw),50px);
  height: clamp(0px,calc(50 / 750 * 100vw),50px);
  position: absolute;
  top: calc((100% - clamp(0px,calc(50 / 750 * 100vw),50px))/2);
  right: calc(70 / 750 * 100%);
  transform: rotate(180deg);
  transition: all .5s ease;
}
.lpbox .faq__item--q.faq__item--open:after {
  content: "";
  transform: rotate(0deg);
}


/*-------------------------------------------
 form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: calc(18 / 28 * 1em);
  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,3em,0);
  -ms-transform: translate3d(0,3em,0);
  -o-transform: translate3d(0,3em,0);
  transform: translate3d(0,3em,0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

.lpbox .expand {
  display: block;
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
