@charset "UTF-8";
/* CSS Document */

#memberHoldingPointSource {
    display: none !important;
}

.point-all-use-price {
  margin: 35px 0 20px;
  padding: 10px 15px 12px;
  border: 2px dotted #e0c4a4;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  background: #fef4e3;
  letter-spacing: 0em;
  font-weight: 400;
}

#pointAllUsePriceArea+#hasStock {
    margin-top: 20px;
}

.shipping-schedule-box{
    margin: 20px 0 10px;
}

.point-all-use-price strong {
  color: #c50018;
  font-size: 18px;
  font-weight: bold;
  margin: 0 3px 0 7px;
  letter-spacing: 0.02em;
}

.point-all-use-price strong span{
    font-size: 14px;
    margin: 0 0 0 2px;
}

.point-holding-info {
    color: #7c7262;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
}

#limitedPointInfo{
    color: #7c7262;
    display: inline-block;
    margin: 2px 0 0;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    width: -webkit-fill-available;
}

#limitedPointInfo:before{
  content:'└ ';
  font-size: 10px;
}

.point-price-compare {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 0;
  line-height: 160%;
}

.point-price-item {
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 2px; */
}

.point-price-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 6px 0 0;
}

.normal-price {
}

.normal-price .point-price-value {
  text-decoration: line-through;
  font-size: 13px;
}

.after-point-price {
  color: #f20105;
  font-weight: bold;
}

.after-point-price .point-price-value {
  font-size: 17px;
  margin: 0px 0 0;
}

.point-price-arrow {
  color: #000;
  font-weight: bold;
  padding-bottom: 0px;
}

.point-login-button {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 14px;
  background: #d51e2b;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: .2s;
  font-size: 13px;
}

.point-login-button:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

.point-all-use-price-login {
  margin: 30px 0 20px;
  padding: 15px 15px;
  border: 2px dotted #e0c4a4;
  border-radius: 10px;
  font-size: 12px;
  line-height: 160%;
  background: #fef4e3;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.point-all-use-price-login a{
    text-decoration: underline;
    transition: .2s;
}

.point-all-use-price-login span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 5px;
    display: block;
}

.point-area {
    border-top: solid 1px #ddd0b9;
    padding: 9px 0 0;
    margin: 5px 0 0;
}

@media screen and (max-width: 768px) {
.point-all-use-price{
    padding: 15px 15px;
    border-radius: 10px;
    font-size: 14px !important;
}
  .point-all-use-price strong{
    font-size: 18px !important;
}
  .point-all-use-price-login span {
    font-size: 15px !important;
    margin: 0 0 5px;
}

.point-all-use-price-login{
    font-size: 13px !important;
    margin: 35px 0 20px;
    padding: 15px 15px 12px;
}
.point-all-use-price-login a{
    font-size: 13px !important;
}
  .point-holding-info{
    font-weight: 500;
    font-size: 13px !important;
}
  .point-area{
    padding: 5px 0 0;
    margin: 5px 0 0;
}

}