@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;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

#lpfooter footer,
#lpfooter div,
#lpfooter p {
  border: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

#lpfooter ul,
#lpfooter li {
  border: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

/*----------------------------------------*/
/* cta */
.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 8%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.lpbox .btn-box {
  box-sizing: border-box;
  padding: 0 4%;
  width: 100%;
  margin-top: 3em;
}

/* care */
.lpbox .care__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: 4em;
}

.lpbox .care__box .btn-item {
  box-sizing: border-box;
  padding: 0 4%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* product */
.lpbox .product {
  margin: 0 auto 3em;
  position: relative;
}

.lpbox .product__box {
  box-sizing: border-box;
  position: relative;
  width: 89.33%;
  z-index: 2;
  margin: 0 auto 0;
  line-height: 1.7;
}

.lpbox .product__box dt {
  background-color: #606060;
  color: #fff;
  padding: 1.4%;
  position: relative;
  text-align: center;
  font-size: 0.92em;
}

.lpbox .product__box dd {
  padding: 2.4%;
  position: relative;
  text-align: left;
  font-size: 0.78em;
}

.lpbox .product__box dd:nth-child(-n+8) {
  text-align: center;
}

.lpbox .product__box table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.lpbox .product__box table th {
  background: #999;
  color: #fff;
  padding: 1.2%;
  font-weight: inherit;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.lpbox .product__box table th.border-r {
  border-right: 1px solid #fff;
}

.lpbox .product__box table tr:not(:nth-child(1)) {
  border-bottom: 1px solid #707070;
}

.lpbox .product__box table tr:not(:nth-child(1)) th {
  background: #f1f1f1;
  color: #303030;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.lpbox .product__box table td {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  padding: 1.2%;
}

.lpbox .product__box .subtext {
  font-size: 0.64em;
  vertical-align: baseline;
  position: relative;
  top: 0.1em;
}

/*-------------------------------------------
 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: 0.71em;
  color: #fff;
  background-color: #303030;
  box-sizing: border-box;
  padding: 0.5em;
}

/*-------------------------------------------
 20250213追加追加
-----------------------------------------------*/
.sp {
  display: none !important;
}

#fl_btn {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 708px;
  z-index: 999;
}
#fl_btn a {
  display: inline-block;
  width: 708px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  #fl_btn {
    position: fixed;
    display: none;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 94.4vw;
    z-index: 999;
  }
  #fl_btn a {
    display: inline-block;
    width: 94.4vw;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */