@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 ,
#lpfooter dl ,
#lpbox dt ,
#lpfooter dt ,
#lpbox dd ,
#lpfooter 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 .fv__box {
  position: relative;
  display: block;
  margin: 0 auto;
}
#lpbox .fv__text {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
#lpbox .fv__mov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lpbox .fv__mov__size {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(1160 / 750 * 100%);
  z-index: 1;
}
#lpbox .fv__mov__size video {
  position: absolute;
  top: 0;
  left: 0;
  width: 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 {
  display: block;
  box-sizing: border-box;
  padding: 0 5.3333% 2%;
}


#lpbox #fixbtn .fixbtn__item a {
  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.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  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.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*----------------------------------------*/
#lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 5.3333%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lpbox .cta_n {
 width: 86.666%;
  display: block;
  position: relative;
  margin: 6% auto 4%;
}
#lpbox .cta_n_btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 12.5% 2% 5% 42%;
}
/*------------------------*/
#lpbox .nayami {
  margin: 8% auto 0;
}


/*--------------------------------*/
#lpbox .approach__box {
  position: relative;
  overflow: hidden;
}
#lpbox .approach__gr {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 40%;
  left: 30.2%;
  width: 100%;
  height: 100%;
  padding: 0;
}
#lpbox .approach--07 .approach__gr {
  top: 43%;
  left: 30.2%;
}
#lpbox .approach__gr__innner {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  width: 21.333%;
  margin: 0;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}



#lpbox .animhide .approach__gr__innner {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
#lpbox .approach__gr__bar {
  position: relative;
  width: 100%;
}
#lpbox .approach__gr__txt {
  width:2.46em;
  display: block;
  position: absolute;
  bottom: -0.2em;
  right: -2.15em;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#lpbox .animhide .approach__gr__txt {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#lpbox .approach__bal {
  display: block;
  position: absolute;
  top: 16%;
  right: 5%;
  z-index: 2;
  width: 33.2%;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 0.8s;
  -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 .approach__bal {
  -webkit-transform: translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  opacity: 0;
}

#lpbox .approach--12 .approach__gr {
  top: 29%;
  left: 33.9%;
}
#lpbox .approach--12 .approach__gr__innner {
  width: 28%;
}

#lpbox .approach--12 .approach__gr__txt {
  width:1em;
  bottom: -1em;
  right: -.5em;
}
#lpbox .approach--12 .approach__bal {
  top: 10%;
}


#lpbox .approach__gr__ore {
  display: block;
  position: absolute;
  width: 57.86%;
  height: 0;
  padding-bottom: 23.6%;
  background: url(../../form02/img/gr_04_bar.png) no-repeat top left;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  top: 32.4%;
  left: 24.8%;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#lpbox .animhide .approach__gr__ore {
  width: 0;
}
#lpbox .approach__bal--01 {
  position: absolute;
  width: 18.2666%;
  bottom: 22.5%;
  left: 20%;
  -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.3s ease;
  -o-transition: : all 1.3s ease;
  transition: all 1.3s ease;
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#lpbox .approach__bal--02 {
  position: absolute;
  width: 18.2666%;
  bottom: 18%;
  right: 7%;
  -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.3s ease;
  -o-transition: : all 1.3s ease;
  transition: all 1.3s ease;
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#lpbox .animhide .approach__bal--01 {
  -webkit-transform: translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  opacity: 0;
}
#lpbox .animhide .approach__bal--02 {
  -webkit-transform: translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  opacity: 0;
}
#lpbox .approach--20 .approach__gr__ore {
  display: block;
  position: absolute;
  width: 57.86%;
  height: 0;
  padding-bottom: 16.4%;
  background: url(../../form02/img/gr_05_bar.png) no-repeat top left;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  top: 36.2%;
  left: 24.8%;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

#lpbox .approach--20.animhide .approach__gr__ore {
  width: 0;
}
#lpbox .approach--20 .approach__bal--02 {
  bottom: 25%;
}
#lpbox .acd__btn--approach {
  position: relative;
  display: block;
  cursor: pointer;
}

#lpbox .acd__btn--approach:before {
  content: "";
  display: block;
  background: url(../../form02/img/acd_bar.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 5.4%;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  z-index: 2;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#lpbox .acd__btn--approach:after {
  content: "";
  display: block;
  background: url(../../form02/img/acd_bar.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 5.4%;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  z-index: 2;
}
#lpbox .acd__btn--approach.acd__btn--open:before {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}


#lpbox .qa {
  background: url(../../form02/img/qa_bg.png) repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#lpbox .qa__box {
  box-sizing: border-box;
  display: block;
  padding: 0 2% 6%;
}
#lpbox .qa .acd__btn {
  position: relative;
  display: block;
  cursor: pointer;
}
#lpbox .qa .acd__btn:before {
  content: "";
  display: block;
  background: url(../../form02/img/acd_bar.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 5.6%;
  margin-top: -0.55em;
  width: 1.1em;
  height: 1.1em;
  z-index: 2;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
#lpbox .qa .acd__btn--open:before {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
}
#lpbox .qa__a__text {
  border: 1px solid #ea4013;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.8em;
  line-height: 1.7em;
}
#lpbox .qa__item {
  margin: 0 auto 6%;
}
/*-------------------------------------------
 form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter {
  background: url(../../form02/img/copy_bg.png) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#lpfooter .product {
  margin: 0 auto;
  position: relative;
}
#lpfooter .product__box {
  box-sizing: border-box;
  position: relative;
  width: 95%;
  z-index: 2;
  margin: 0 auto 0;
}
#lpfooter .product__box dl {
  margin-bottom: 6%;
}
#lpfooter .product__box dt {
  background-color: #231815;
  color: #fff;
  padding: 1%;
  position: relative;
  text-align: center;
}
#lpfooter .product__box dd {
  padding: 2% 1% 3%;
  font-size: .75em;
  line-height: 1.5em;
  position: relative;
  text-align: center;
}
#lpfooter .product__box dd.txt--left {
  text-align: left;
}
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: block;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
  display: block;
  float: none;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  box-sizing: border-box;
  padding: .6em;
}

html #container {
  margin: 0 auto 3em;
}