@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: 'ヒラギノ角ゴ 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 {
    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 #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: 740px;
  width: 98%;
}
/*---------------------------*/
.lpbox {
  overflow: hidden;
}
.lpbox .fv__box {
  position: relative;
}
.lpbox .fv__box__text_01 {
  position: absolute;
  top: 1em;
  left: 0;
  width: 92.8%;
}
.lpbox .fv__box__text_02 {
  position: absolute;
  top: 5em;
  right: 0;
  width: 25.2%;

  transition-delay: .3s;
}

.lpbox .sns__box {
  position: relative;
}
.lpbox .sns__box .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.lpbox .sns__box .slider li video {
  width: 45%;
}




.lpbox .kakumei__box {
  position: relative;
}
.lpbox .kakumei__box__text {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 86.7%;
}

.lpbox .beautiful__box {
  position: relative;
}
.lpbox .beautiful__box video {
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 94.8%;
  border-radius: 1.4em;
}

.lpbox .beautiful__box {
  position: relative;
}
.lpbox .beautiful__box__text {
  position: absolute;
  top: 10em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 87.9%;
}
.lpbox .beautiful__box__icon01 {
  position: absolute;
  top: 11em;
  left: .5em;
  width: 34%;
}
.lpbox .beautiful__box__icon02 {
  position: absolute;
  top: 19em;
  left: .5em;
  width: 34%;
  transition-delay: .4s;
}
.lpbox .beautiful__box__icon03 {
  position: absolute;
  top: 27em;
  left: .5em;
  width: 34%;
  transition-delay: .8s;
}
.lpbox .beautiful__box__icon04 {
  position: absolute;
  top: 11em;
  right: 0em;
  width: 34%;
  transition-delay: .2s;
}
.lpbox .beautiful__box__icon05 {
  position: absolute;
  top: 19em;
  right: 0em;
  width: 34%;
  transition-delay: .6s;
}
.lpbox .beautiful__box__icon06 {
  position: absolute;
  top: 27em;
  right: 0em;
  width: 34%;
  transition-delay: 1s;
}

.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84%;
}
.lpbox .cta__box__text {
  position: absolute;
  bottom: 3.7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: justify;
  width: 81%;
  font-size: .66em;
  line-height: 1.55em;
  letter-spacing: .03em;
  color: #6e6e6e;
}
.lpbox .cta__box__text a {
  text-decoration: underline;
}
.lpbox .cta ul {
  text-align: center;
  margin: 5% auto 0;
}
.lpbox .cta li {
  display: inline-block;
  width: 45.3%;
  margin: 0 1%;
}

.lpbox .nayami {
  margin: 3em auto 0;
}
.lpbox .nayami__box {
  position: relative;
}
.lpbox .nayami__box__text01 {
  position: absolute;
  top: 2.7em;
  left: 2em;
  width: 50.4%;
  z-index: 1;
}
.lpbox .nayami__box__border {
  position: absolute;
  top: 2.5em;
  left: 1.6em;
  width: 53.5%;
}
.lpbox .nayami__box {
  position: relative;
}
.lpbox .nayami__box video {
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}
.lpbox .nayami__box__text02 {
  position: absolute;
  top: 6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 87.35%;
}

.lpbox .point__box {
  position: relative;
}
.lpbox .point__box__text {
  position: absolute;
  top: 2em;
  left: 4.5em;
  width: 45.34%;
}
.lpbox .point__box video {
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}
.lpbox .point__box__icon01 {
  position: absolute;
  top: 15em;
  right: 2.1em;
  width: 29.8%;
}
.lpbox .point__box__icon02 {
  position: absolute;
  top: 3.4em;
  right: 1.7em;
  width: 29.9%;
}

.lpbox .prescription__box {
  position: relative;
}
.lpbox .prescription__box__icon {
  position: absolute;
  top: 16.7em;
  right: 1.8em;
  width: 30%;
}
.lpbox .prescription__box__icon01 {
  position: absolute;
  top: 1em;
  left: .5em;
  width: 34%;
}
.lpbox .prescription__box__icon02 {
  position: absolute;
  top: 9em;
  left: .5em;
  width: 34%;
  transition-delay: .4s;
}
.lpbox .prescription__box__icon03 {
  position: absolute;
  top: 17em;
  left: .5em;
  width: 34%;
  transition-delay: .8s;
}
.lpbox .prescription__box__icon04 {
  position: absolute;
  top: 1em;
  right: 0em;
  width: 34%;
  transition-delay: .2s;
}
.lpbox .prescription__box__icon05 {
  position: absolute;
  top: 9em;
  right: 0em;
  width: 34%;
  transition-delay: .6s;
}
.lpbox .prescription__box__icon06 {
  position: absolute;
  top: 17em;
  right: 0em;
  width: 34%;
  transition-delay: 1s;
}

.lpbox .faq dt {
  position: relative;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/ar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: .7em;
  height: .7em;
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: 0em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lpbox .faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lpbox .detail {
  margin: 2em auto;
}
.lpbox .detail ul {
  width: 100%;
  text-align: justify;
}
.lpbox .detail li {
  margin: 0 auto 1em;
  font-size: .75em;
}
.lpbox .detail li span {
  display: table-cell;
  text-align: justify;
  padding: 0 0 0 2%;
}
.lpbox .detail li span:first-child {
  width: 5em;
  border-right: 1px solid #888;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}
.lpbox .detail li span:last-child {
  width: 27em;

  /*   outline: 1px solid red; */
}


/*-------------------------------------------
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: .75em;
  color: #fff;
  background-color: #5c8da1;
  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;
}

.lpbox .marker {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -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 .marker {
  display: block;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  opacity: 1;
}


.lpbox .up {
  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: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -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 .up {
  display: block;
  opacity: 0;
  -webkit-transform:translate3d(0,0%,0);
  -ms-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0%,0%,0);
  transform: translate3d(0,0%,0);
  transform: scale(2);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}