@charset "UTF-8";
/* 固定カート */
.fixed-cart-btn{
  position: fixed;
  bottom: -10px;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  background: #fff;
  transition: .5s;
  z-index: 99;
}
.fixed-cart-btn.active {
  bottom: 60px;
  border-top: 1px solid #c7c6c4;
  transition: .5s;
}
.fixed-cart-btn .js-btn-popup {
  margin: 0 auto;
  border-top: 1px solid #888;
  padding: 5px 0;
}