@charset "UTF-8";

.fixed-firstusercart {
  background-color: #ffa94d;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left:0;
}
.fixed-firstusercart-bar {
  width: 100%;
  background-color: #ffa94d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
}
.fixed-firstusercart-inner{margin: 0 auto;}
.firstusercart-text {color: white;font-size: clamp(12px, 1vw, 12px);}
.firstusercart-price {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: bold;
  color: white;
  margin-right: 10px;
}

.firstusercart-price::after {
  content: "税込";
  font-size: clamp(10px, 1vw, 14px);
}
.free-shipping {
  color:#fff;
  padding: 1% 5%;
  border-radius: 4px;
  margin-right: 16px;
  font-weight: bold;
  font-size: clamp(10px, 1.5vw, 14px);
  border: 1px solid #fff;
  margin: 0 0 10px 0;
}

.firstusercart-button {
  background-color: white;
  color: #333;
  padding: 16px 40px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: clamp(18px, 3vw, 26px);
}

.firstusercart-button:hover {
   background-color: #f1f1f1;
}

@media (max-width: 480px) {

.fixed-firstusercart {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

  .fixed-firstusercart-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 30px 0;
  }


  .firstusercart-button {
    width: 100%;
    text-align: center;
  }

  .free-shipping {
    margin: 0;
  }

  form {
    width: 100%;
  }
}
.firstusercart-price-area {
  display: flex;
  align-items: center;
  margin-top: 10px;
}



/******************************************************************************/
/* ■消えていないかチェック■ */
/******************************************************************************/
