@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,
.lpbox button {
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}
.lpbox .tel_btn {
  padding: 0 5%;
  position: relative;
}
.lpbox .try_btn {
  padding: 0 5%;
}

.lpbox .development__img {
  position: absolute;
  bottom: 6.1em;
  left: 0;
  width: 55.1%;
}
.lpbox .development__text {
  position: absolute;
  top: 8em;
  left: 0;
  width: 52%;
}

.lpbox .cta__box .cta__contents01 {
  position: absolute;
  top: 6.9em;
  left: 1.8em;
  width: 92.8%;
  transition-duration: 0.50s;
}
.lpbox .cta__box .cta__contents02 {
  position: absolute;
  top: 10.7em;
  left: 1.8em;
  width: 85.3%;
  transition: all 0.50s ease 0.40s;
}
.lpbox .cta__box .cta__contents03 {
  position: absolute;
  top: 16em;
  left: 1.8em;
  width: 89.5%;
  transition: all 0.50s ease 0.80s;
}

/*---------------------------*/
.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 .product {
  margin: 0 auto;
  position: relative;
}
.lpbox .product__box {
  background: #aaa;
  border: 2px solid;
  box-sizing: border-box;
  position: relative;
  width: 93.75%;
  z-index: 2;
  margin: 0 auto 0;
}
.lpbox .product__box dt {
  background-color: #333;
  color: #fff;
  padding: 2%;
  position: relative;
  text-align: center;
}
.lpbox .product__box dd {
  padding: 2%;
  position: relative;
  text-align: center;
}
.lpbox .product__box dd.txt--left {
  text-align: left;
}

.lpbox .development {
  position: relative;
}
.lpbox .development video {
  position: absolute;
  top: 8.6em;
  right: .7em;
  width: 53%;
}
.lpbox .structure {
  position: relative;
}
.lpbox .structure video {
  position: absolute;
  top: .8em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 89.3%;
}
.lpbox .charcoal {
  position: relative;
}
.lpbox .charcoal video {
  position: absolute;
  top: -1.95em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 88.5%;
  clip-path:circle(40% at 50% 50%);
}
.lpbox .secret {
  position: relative;
}
.lpbox .secret video {
  position: absolute;
  top: 0;
  right: 1.5em;
  width: 53%;
}
.tokuten__box dt {
  position: relative;
}
.tokuten__box dt:before {
  content: "";
  background: url(../img/bar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  width: .17em;
  height: 1.6em;
  display: block;
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -.8em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.tokuten__box dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}



.lpbox .detail__box {
  text-align: center;
  width: 90%;
  position: relative;
}
.lpbox .detail__box li {
  padding: .8% 0%;
  font-size: .9em;
}

.lpbox .detail__box li:nth-child(odd){
  color: #fff;
  background: #353131;
}
.lpbox .detail__box li:nth-child(even){
  font-size: .75em;
  padding: 2% 0;
}
.lpbox .detail__box li:nth-of-type(8) {
  text-align: justify;
}

.lpbox .secret {
  position: relative;
}
.lpbox .secret__icon01 {
  position: absolute;
  bottom: 1em;
  left: 8.3em;
  width: 9.33%;
}
.lpbox .secret__icon02 {
  position: absolute;
  bottom: 1em;
  right: 7.5em;
  width: 9.33%;
}
.lpbox .secret__graph01 {
  position: absolute;
  bottom: -11em;
  left: 8.7em;
  width: 6.67%;
}
.lpbox .secret__graph02 {
  position: absolute;
  bottom: -11.2em;
  right: 7.8em;
  width: 6.67%;
}
.lpbox .z-in {
  position: relative;
  z-index: 9;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  box-sizing: border-box;
  padding: .5em;

  background-image: -moz-linear-gradient( 0deg, rgb(99,212,219) 0%, rgb(66,114,204) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(99,212,219) 0%, rgb(66,114,204) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(99,212,219) 0%, rgb(66,114,204) 100%);

}



.readmore{
  position: relative;
  box-sizing: border-box;
  /*以下お好み*/
  /* ボーダーを付ける場合 */
  padding: 10px;
  border: 1px solid #CCC;
}

.readmore-content{
  position: relative;
  overflow: hidden;
  /*以下お好み*/
  /*高さの初期値*/
  height: 2em;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0 0;
  /*   background-color: #ff7777; */
  color: #FFF;
}
.readmore-label:before{
  position: absolute;
  bottom: .5em;
  left: 5em;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  content: '続きを読む　　　　＋';
}

.readmore-check{
  display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
  content: '閉じる　　　　－';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
  height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}



/*-------------------------------------------
animation
-----------------------------------------------*/
.lpbox .c-button._shiny {
  overflow: hidden;
}
.lpbox .c-button._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -30%;
  left: 0;
  width: 6%;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 3.5s ease-in-out infinite;
}
.lpbox .c-button._shiny {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.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 .zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.lpbox .animhide .zoom {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
