@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;
  letter-spacing:.08em;
}
@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 #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;
  padding: 0 1.8% 0 2.2%;
}

/* fv__area */
.lpbox .fv__box {
  position: relative;
}
.lpbox .fv__limit {
  position: absolute;
  width:6.3em;
  text-align: center;
  font-size: 0.75em;
  color: #fcf3b8;
  font-weight: bold;
  top: 24%;
}
.lpbox .fv__limit .limit--size{
  font-size: 1.2em;
}

.lpbox .fv__open{
  position: absolute;
  top: 4.5%;
  right: 30%;
  left: 0;
  width: 73.2%;
}
.lpbox .fv__catch{
  position: absolute;
  top: 17.5%;
  right: 0;
  left: 46%;
  width: 43.5%;
  display: none;
}

/* .movie__box */
.lpbox .movie_box {
  position: relative;
}
.lpbox .movie__area {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.lpbox .movie__fusion {
  padding-bottom: 53.4%;
}
.lpbox .movie__fusion video {
  position: absolute;
  top: 2.5%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


/* animation*/

.lpbox .anim {
  overflow: hidden;
  position: relative;
}
.lpbox .animitem {
  display: block;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.lpbox .fadein {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.lpbox .animhide .fadein {
  -webkit-transform: translate3d(0,30%,0);
  -ms-transform: translate3d(0,30%,0);
  -o-transform: translate3d(0,30%,0);
  transform: translate3d(0,30%,0);
  opacity: 0;
}
.lpbox .anim__fusion{
  position: absolute;
  top: 26.8%;
  right: 0;
  left: 0;
  width: 93.2%;
}
.lpbox .anim__lesson {
  position: absolute;
  top: 30%;
  right: 0;
  left: 17.3%;
  width: 75.75%;
}
.lpbox .anim__produce {
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  width: 83%;
}
.lpbox .anim__method--01 {
  position: absolute;
  top: 17.5%;
  right: 0;
  left: 29%;
  width: 54%;
}
.lpbox .anim__method--02 {
  position: absolute;
  top: 21.5%;
  right: 0;
  left: 25%;
  width: 70%;
}
.lpbox .anim__keep {
  position: absolute;
  top: 19%;
  right: 0;
  left: 34%;
  width: 30.5%;
}

/* expand */
.expand {
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -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);
  }
}


.lpbox .flow__discount {
  position: absolute;
  top: 0;
  left: 1.2%;
  right: 0;
  margin: 0 auto;
  width: 81%;
}

/* cta */
.lpbox .cta__box ,.flow__box{
  margin: 0 auto;
  position: relative;
}
.lpbox .cta__discount {
  position: absolute;
  top: 0;
  left: 0.3%;
  right: 0;
  margin: 0 auto;
  width: 88%;
}


/* faq */
.lpbox .faq{
  margin-bottom: 12%;
}
.lpbox .faq .acd__btn:before{
  content: "";
  position: absolute;
  width:1.2em;
  height:1.2em;
  background: url(../img/arrow.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  top: 50%;
  right: 5.2%;
  margin-top: -.5em;
  -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 .faq .faq__item dt{
  position: relative;
  cursor: pointer;
  display: block;
}
.lpbox .faq__item dt.acd__btn--open:before{
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lpbox .faq__item dt.acd__btn--open:before{
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lpbox .faq dl{
  background-color: #f7f2e9;
  padding-bottom: 6%;
}
.lpbox .faq dl:last-of-type{
  padding-bottom: 15%;
}



/*-------------------------------------------
 form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/

#lpfooter .lpfooter__logo {
  width: 45%;
}
#lpfooter .footer__link {
  text-align:left;
  margin-top: 2em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  color: #6b4314;
  font-size: 1.07em;
  margin-bottom: 1.2em;
  margin-left: 1em;
}
#lpfooter .footer__link li a:before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 0.07em;
  background-color: #6b4314;
  vertical-align: middle;
  margin-right: .6em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .714em;
  color: #fff;
  background-color: #ab8f70;
  box-sizing: border-box;
  padding: .5em;
}
