@charset "utf-8";
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
img{
	max-width: 100%;
	width: 100%;
}
#lpbox {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

#lpbox img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

.pl {
    position: relative;
}
.pl .cta-btn {
    position: absolute;
    top: 9%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
}
.pl2 .cta-btn{
  top: 8%;
}

.animationBtn a{
display:block;
color:#000;
text-decoration:none;
border-radius:5px;
margin:0 auto;
text-align:center;
animation: animScale 2s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state:running;
}
@keyframes animScale {
0% { transform: scale(1); }
        30% { transform: scale(1); }
        40% { transform: scale(1.05); }
        50% { transform: scale(1); }
        60% { transform: scale(1.05); }
        70% { transform: scale(1); }
        100% { transform: scale(1); }
}

#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;
}


#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,
#lpbox .details-box,
#lpbox .details-box li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.form_main_container_sp_ec div.form_group_sp_ec select{
  border: 1px solid rgb(118, 118, 118);
  color: #000;
}