@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,
.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 .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.lpbox .product {
  position: relative;
}
.lpbox .product__box {
  text-align: center;
  width: 90%;
  position: relative;
}
.lpbox .product__box li {
  padding: .8% 0;
  font-size: .9em;
  font-family: 'Noto Serif JP', serif;
}

.lpbox .product__box li:nth-child(odd){
  color: #b78f8a;
  border-bottom: 1px solid #b78f8a;
}
.lpbox .product__box li:nth-child(even){
  font-size: .75em;
  padding: 2% 3%;
  color: #5b5b5b;
}
.lpbox .product__box li:nth-of-type(12) {
  text-align: justify;
}
.lpbox .product__box li .color {
  color: #b78f8a;
}

.lpbox .video__box {
  position: relative;
}
.lpbox .video__box video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}
/*---------------------------*/
.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 .fv__box {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.lpbox .fv__box .future__gr {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 63%;
  height: 40%;
  background: url(../img/fv_arrowright.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: bottom left;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.lpbox .animhide .future__gr {
  height: 0%;
}

/* FVアニメーション */
.lpbox .img-wrap {
  position: relative;
}
.lpbox .fv__arrowright {
  position: absolute;
  bottom: 0%;
  left: 6%;
}
.lpbox .img-wrap img {
  width: 17em;
  height: 11.5em;
}
.lpbox .img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) infinite;
  background: url(../img/fv_arrowright.png) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  content: '';
  bottom: 0;
  left: 0;

  width: 17em;
  height: 11.5em;

  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* upアニメーション */
.lpbox .img-wrap2 {
  position: relative;
}
.lpbox .up__arrowright {
  position: absolute;
  bottom: 10%;
  right: 8%;
}
.lpbox .img-wrap2 img {
  width: 6em;
  height: 7em;
}
.lpbox .img-wrap2:before {
  animation: img-wrap2 2s cubic-bezier(.4, 0, .2, 1) infinite;
  background: url(../img/up_arrowright.png) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  content: '';
  bottom: 0;
  right: 0;

  width: 6em;
  height: 7em;

  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* functionアニメーション */
.lpbox .img-wrap3 {
  position: relative;
}
.lpbox .function__arrowright {
  position: absolute;
  bottom: 16%;
  right: 8%;
}
.lpbox .img-wrap3 img {
  width: 6em;
  height: 7em;
}
.lpbox .img-wrap3:before {
  animation: img-wrap3 2s cubic-bezier(.4, 0, .2, 1) infinite;
  background: url(../img/function_arrowright.png) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  content: '';
  bottom: 0;
  right: 0;

  width: 6em;
  height: 7em;

  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-wrap {
  0% {
    height: 0em;
  }
  50% {
    width: 17em;
    height: 11.5em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes img-wrap2 {
  0% {
    height: 0em;
  }
  50% {
    width: 6em;
    height: 7em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes img-wrap3 {
  0% {
    height: 0em;
  }
  50% {
    width: 6em;
    height: 7em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}






.lpbox .up {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.lpbox .up .future__gr2 {
  position: absolute;
  bottom: 16%;
  left: 75%;
  width: 16%;
  height: 18%;
  background: url(../img/up_arrowright.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: bottom left;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.lpbox .animhide .future__gr2 {
  height: 0%;
}

.lpbox .function {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.lpbox .function .future__gr3 {
  position: absolute;
  bottom: 17%;
  left: 73%;
  width: 19%;
  height: 27%;
  background: url(../img/up_arrowright.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: bottom left;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.lpbox .animhide .future__gr3 {
  height: 0%;
}
.faq dt {
  position: relative;
}
.faq dl {
  margin-bottom: 1em;
}
.faq dt:before {
  content: "";
  background: url(../img/ar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -.5em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.4%;
}
#lpfooter .catch {
  display: flex;
  align-items: center;
  justify-content: left;
}
#lpfooter .catch:before {
  border-top: 2px solid #b78f8a;
  content: "";
  width: 1em;
}
#lpfooter .catch:before {
  margin-right: 1em;
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter {
  font-family: 'Noto Serif JP', serif;
  background: #ebebeb;
  margin-top: 2em;
}
#lpfooter .footer__link {
  text-align: left;
  padding-top: 1.5em;
  margin-bottom: 2em;
  width: 90%;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #5b5b5b;
  background: #fff;
  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;
}