.line-sp-btn {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 898;
  display: none;
}
@media screen and (max-width: 768px) {
  .line-sp-btn {
    opacity: 0;
    visibility: hidden;
    bottom: 28.2051282051vw;
    display: block;
    width: 33.3333333333vw;
    transition: all 0.4s ease-in-out;
  }
}
.line-sp-btn.show {
  opacity: 1;
  visibility: visible;
}
.line-sp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .line-sp-btn a {
    width: 33.3333333333vw;
    height: 16.1538461538vw;
    border-radius: 8.2051282051vw 0 0 8.2051282051vw;
    padding-top: 0.7692307692vw;
    background: #06C755;
    padding-left: 2.3076923077vw;
  }
}
@media screen and (max-width: 768px) {
  .line-sp-btn a:not(:last-child) {
    margin-bottom: 2.0512820513vw;
  }
}
@media screen and (max-width: 768px) {
  .line-sp-btn a img {
    width: 6.1538461538vw;
  }
}
@media screen and (max-width: 768px) {
  .line-sp-btn a span {
    font-size: 3.0769230769vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
    transform: translateY(-0.5128205128vw);
  }
}/*# sourceMappingURL=add.css.map */