@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 {
  overflow: hidden;
}
/*---------------------------*/
.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: 648px;
  width: 90%;
}
/*---------------------------*/
.lpbox #fv {
  position: relative;
}
.lpbox .fv__text {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
}
.lpbox .limited__box {
  position: relative;
}
.lpbox .limited__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.5%;
}

.lpbox .concept__box {
  position: relative;
}
.lpbox .concept__text {
  position: absolute;
  bottom: 2.5em;
  right: 0;
  width: 69.3%;
}
.lpbox .concept__titl {
  position: absolute;
  top: 7.5em;
  left: 0;
  width: 26.8%;
  z-index: 9;
}

.lpbox .concept__box .slider {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.lpbox .concept__box .slider img {
  width: 90%;
  text-align: right;
  margin: 0 0 0 10%;
}


.lpbox .features {
  position: relative;
}
.lpbox .features__icon01 {
  position: absolute;
  top: 6em;
  left: 4.5em;
  width: 28%;
  transition-delay: .3s;
}
.lpbox .features__icon02 {
  position: absolute;
  top: 6em;
  right: 4.5em;
  width: 29.3%;
  transition-delay: .6s;
}
.lpbox .features__icon03 {
  position: absolute;
  top: 17em;
  left: 4.5em;
  width: 28%;
  transition-delay: .9s;
}
.lpbox .features__icon04 {
  position: absolute;
  top: 17em;
  right: 4em;
  width: 28%;
  transition-delay: 1.2s;
}
.lpbox .features__icon05 {
  position: absolute;
  bottom: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 67.5%;
  transition-delay: 1.5s;
}

.lpbox .popularity__box {
  position: relative;
}
.lpbox .popularity__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84%;
}

.lpbox .reason__box {
  position: relative;
}
.lpbox .reason__text01 {
  position: absolute;
  top: 2.8em;
  left: 0;
  width: 87.9%;
}
.lpbox .reason__box .reason__slider {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  /*! overflow: hidden; */  
}
.lpbox .reason__box .reason__slider img {
  width: 95%;
}
.lpbox .reason__text02 {
  position: absolute;
  top: 2.8em;
  left: 3em;
  width: 65.6%;
}
.lpbox .reason_choice_left {
  position: absolute;
  top: 0;
  left: .7em;
  width: 46.7%;
}
.lpbox .reason_choice_right {
  position: absolute;
  top: 0;
  right: .7em;
  width: 46.7%;
}

.lpbox .reason_choice_left_text {
  position: absolute;
  top: .6em;
  left: 1.3em;
  z-index: 9;
  width: 2.9%;
}
.lpbox .reason_choice_right_text {
  position: absolute;
  top: .6em;
  right: 1.3em;
  z-index: 9;
  width: 2.9%;
}
.lpbox .reason_icon {
  position: absolute;
  top: 6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 27.75%;
  z-index: 9;
}

.lpbox .reason__text03 {
  position: absolute;
  top: 2.8em;
  left: 0;
  width: 88.4%;
}

.lpbox .reason__text04 {
  position: absolute;
  top: 2.8em;
  left: 0;
  width: 88.4%;
}

.lpbox .reason__text05 {
  position: absolute;
  top: 2.8em;
  left: 0;
  width: 87.1%;
}

.lpbox .reason__text06 {
  position: absolute;
  top: 7em;
  left: 0em;
  width: 83.2%;
}


.lpbox .schedule__box {
  position: relative;
}
.lpbox .schedule__text01 {
  position: absolute;
  top: 9.5em;
  left: 3.3em;
  width: 80.6%;
}
.lpbox .schedule__text02 {
  position: absolute;
  top: 1em;
  left: 3.3em;
  width: 75.5%;
}
.lpbox .schedule__text03 {
  position: absolute;
  top: 1em;
  left: 3.3em;
  width: 41.7%;
}
.lpbox .schedule__text04 {
  position: absolute;
  top: 1em;
  left: 3.3em;
  width: 66.2%;
}
.lpbox .schedule__text05 {
  position: absolute;
  top: 1em;
  left: 3.3em;
  width: 77.9%;
}
.lpbox .schedule__btn {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.4%;
}
.lpbox .report__box {
  position: relative;
}
.lpbox .report__comment01 {
  position: absolute;
  bottom: 1.5em;
  right: 1em;
  width: 66.8%;
}
.lpbox .report__comment02 {
  position: absolute;
  bottom: 2em;
  right: 1em;
  width: 66.9%;
}

.lpbox .eternity__box {
  position: relative;
}
.lpbox .eternity_catch {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24.6%;
}

.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.5%;
}

.lpbox .faq {
  background: #fffaef;
}
/* .lpbox .faq__box {
padding-bottom: 5%;
} */
.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: 2px;
  height: 1.1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.5%;
  margin-top: -.5em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lpbox .faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


.lpbox .sns__box {
  position: relative;
}
.lpbox .sns_img_01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 94.7%;
}






/* .story */
.lpbox .story{
  position: relative;
  box-sizing: border-box;
  background: url(../img/sns_bg.png) repeat-y center;
  background-size: 100%;
}
.lpbox .story__content{
  position: relative;
  overflow: hidden;
  height: 0;
}
.lpbox .story__content:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
/* 続きを読むボタン */
.lpbox .readmore-label{
  position: absolute;
  z-index: 1;
  bottom: 7%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 94.67%;
  height: 9.6em; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
}
.lpbox .readmore-label input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.lpbox .readmore-label:after{
  position: absolute;
  z-index: 2;
  bottom: -25%;
  left: 50%;
  width: 40%;
  font-size: .9em;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Zen Old Mincho', serif;
  content: 'and more…';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #4c4c4c;
  border-radius: 5em;
  background-color: #fff3d8;
  padding: 1% 0;
  letter-spacing: .1em;
}
.lpbox input.readmore-check{
  display: none;
}

/*チェック時にボタンを非表示*/
.lpbox .readmore-check:checked ~ .readmore-label{
  position: static;
}
.lpbox .readmore-check:checked ~ .readmore-label:after{
  content: 'and less…';
  bottom: -18%;
}
/*チェック時に高さを自動に戻す*/
.lpbox .readmore-check:checked ~ .story__content{
  height: auto;
  width: 94.7%;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter {
  width: 93%;
  margin: 0 auto;
  max-width: 720px;
}
#lpfooter .footer__link {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
  color: #4c4c4c;
  display: inline-block;
  border-right: 1px solid #4c4c4c;
  margin-right: 1em;
  padding-right: 1em;
  line-height: 1em;
}
#lpfooter .footer__link li:last-child {
  border: none;
}
#lpfooter #copy {
  border-top: 1px solid #4c4c4c;
  text-align: left;
  font-size: .75em;
  color: #4c4c4c;
  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;
}



/* expand */
.expand {
  -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.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  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.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}



/* 下から */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.2s;
  animation-delay: 1s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}