@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 {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
}
.lpbox .video,
.lpbox .video2{
  position: relative;
}
.lpbox .video video {
  position: absolute;
  top: .23em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}
.lpbox .video2 video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}


.lpbox .review {
  position: relative;
}
.lpbox .review .amadadl_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0 5%;
}
.lpbox .mt3 {
  margin-top: 3em;
}
.lpbox .btn {
  width: 90%;
}


.lpbox .detail dt {
  position: relative;
}
.lpbox .detail dt:before {
  content: "";
  background: url(../images/ar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 1px;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 61%;
  right: 12%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lpbox .detail 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%;
  margin-bottom: 2em;
  margin-top: 2em;
  position: relative;
}
.lpbox .detail__box li {
  padding: 2% 5%;
  background: #f3f3f3;
}
.lpbox .detail__box li:nth-child(odd){
  padding: 1% 5%;
  background: #646464;
  color: #fff;
}
.lpbox .detail__box li:nth-of-type(6){
  text-align: left;
  font-size: .8em;
}



.lpbox .readmore{
  position: relative;
  box-sizing: border-box;
  /*以下お好み*/
  /* ボーダーを付ける場合 */
}

.lpbox .readmore-content{
  position: relative;
  overflow: hidden;
  /*以下お好み*/
  /*高さの初期値*/
  height: 12em;
}
.lpbox .readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 5em;
  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%);
}

/* 続きを読むボタン */
.lpbox .readmore-label{
  display: table;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;

  z-index: 2;
  padding: 1%;
  background-color: #646464;
  color: #FFF;
  max-width: 90%;
  width: 650px;
}
.lpbox .readmore-label:before{
  content: '続きを読む　＋';
}

.lpbox .readmore-check{
  display: none;
}
/*チェック時にボタンを非表示*/
.lpbox .readmore-check:checked ~ .lpbox .readmore-label{
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  top: -10em!important;
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}
.lpbox .readmore-check:checked ~ .readmore-label:before{
  content: '閉じる　ー';
}
/*チェック時に高さを自動に戻す*/
.lpbox .readmore-check:checked ~ .readmore-content{
  height: auto;
}
/*チェック時グラデーション等を削除*/
.lpbox .readmore-check:checked ~ .readmore-content::before {
  display: none;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: left;
  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;
  background-color: #e2002c;
  box-sizing: border-box;
  padding: .5em;
}
#lpfooter .catch {
  display: flex;
  align-items: center;
  justify-content: left;
}
#lpfooter .catch:before {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
#lpfooter .catch:before {
  margin-right: 1em;
}


.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;
  box-sizing: border-box;
  padding: 3% 3% 0;
}

.lpbox .fixbtn__item .cta__box__btn{
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
