@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%;
  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 {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*------------------------------------------*/
#lpbox .btn-box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#lpbox .btn-item{
  margin: 2% auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5%;
}
#lpbox .btn-box .btn-item{
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.7% 0 1.5%;
}
/*----------------------------------------*/
#lpbox .yell {
  margin: 0 auto 8%;
}
#lpbox .quality {
  margin: 12% auto 0;
}
/*----------------------------------------*/
#lpbox .cta-box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#lpbox .cta-btn {
  box-sizing: border-box;
  padding: 0 1.9% 0 1.5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lpbox .cta-s .cta-btn {
  box-sizing: border-box;
  padding: 4.5% 5% 0 43%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lpbox .cb {
  position: relative;
  display: block;
  margin: 0 auto 10%;
}
#lpbox .cb-btn {
  box-sizing: border-box;
  width: 70.66%;
  position: relative;
  display: block;
  margin: 0 auto;
}
#lpbox .product {
  margin: 0 auto;
  position: relative;
}
#lpbox .product-img {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#lpbox .product-box {
  box-sizing: border-box;
  position: relative;
  width: 93.75%;
  z-index: 2;
  margin: 6% auto;
}
#lpbox .product-box dt {
  background-color: #e0dedf;
  color: #007bc7;
  padding: 1% 0;
  position: relative;
  text-align: center;
}
#lpbox .product-box dd {
  padding:  3% 0;
  position: relative;
  text-align: center;
  font-size: .92em;
  line-height: 1.5em;
}

/*-------------------------------------------
 form
-----------------------------------------------*/
#form-area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer-link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer-link li{
  font-size: .95em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #007bc7;
  box-sizing: border-box;
  padding: .5em;
}