@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: 750px;
}
.lpbox .fixbtn__item {
  position: relative;
}
.lpbox .fixbtn__item a:nth-of-type(1) {
  position: absolute;
  bottom: 1em;
  left: 1em;
  width: 45.4%;
}
.lpbox .fixbtn__item a:nth-of-type(2) {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 45.3%;
}
/*---------------------------*/

.lpbox .img-wrap {
  position: relative;
}
.lpbox .fv__arrowright {
  position: absolute;
  top: 19em;
  left: 9em;
}
.lpbox .img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) infinite;
  background: url(../img/fv_ar.png) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  content: '';
  bottom: 0;
  left: 0;

  width: 6em;
  height: 9em;

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

.lpbox .fv__box {
  position: relative;
}
.lpbox .fv__box__btn {
  position: absolute;
  top: .3em;
  right: 0;
  width: 33.3%;
}
.lpbox .fv__box__ar {
  position: absolute;
  top: 10.5em;
  left: 9em;
  width: 20.3%;
}

.lpbox .features {
  position: relative;
}
.lpbox .features video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}

.lpbox .case_ba__box {
  position: relative;
}
.lpbox .case_ba__box .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;

}
.lpbox .case_ba__box .slider li img {
  width: 92%;
}

.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__btn_web {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 78.7%;
}
.lpbox .cta__btn_tel {
  position: absolute;
  top: 6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 78.7%;
}


.lpbox .faq dl {
  margin-bottom: 1em;
}
.lpbox .faq dt {
  position: relative;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/bar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: .8em;
  height: .8em;
  display: block;
  position: absolute;
  top: 50%;
  right: 5.8%;
  margin-top: -.4em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lpbox .faq dt.acd-open:before {
  opacity: 0;
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  font-family: "Noto Serif", serif;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  color: #4c4c4c;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  font-family: "Noto Serif", serif;
  width: 90%;
  border-top: 1px solid #4c4c4c;
  text-align: center;
  font-size: .75em;
  color: #4c4c4c;

  box-sizing: border-box;
  padding: 2em;
}

/*-------------------------------------------
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--top,
.lpbox .marker--bottom,
.lpbox .marker--left,
.lpbox .marker--right,
.lpbox .marker--rl{
  display: block;
  opacity: 1;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -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;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}
.lpbox .animhide .marker--top {
  display: block;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.lpbox .animhide .marker--bottom {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
}
.lpbox .animhide .marker--left {
  display: block;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.lpbox .animhide .marker--right {
  display: block;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.lpbox .animhide .marker--rl {
  display: block;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}