.fs-preview-header{display:none;}
.fs-c-productQuantityAndWishlist__quantity{
  position: relative;
}
.fs-c-quantity__message{
  left: 80px;
}
@media screen and (max-width: 767px) {
.fs-c-quantity__message{
  width: 50px;
}
}

/*add*/
.caelnder-box{
  display: grid;
  grid-template-columns: repeat(2,48%);
  gap: 0 4%;
  margin: 0 auto 40px;
}

.side-calender-tit{
  font-size: 1.8rem;
  margin: 40px auto 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .caelnder-box{
    display: grid;
    grid-template-columns: repeat(1,100%);
    gap: 30px 0;
    margin: 0 auto 40px;
  }

  .caelnder-box iframe{
    height: 300px;
  }
}

.ec_tpbnr02{
max-width: max-content !important;
text-align:center;}

.ec_tpbnr02 img{
max-width:100%;
width:100%;
height:auto;
display:block;}

.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message::before {
  content: "数量を入力してください";
}
#fs_CheckoutWithMultiAddress #fs-orderContents-container .fs-c-button--standard .fs-c-button__label,
#fs_CheckoutWithMultiAddress #fs-communicationInfo-container .fs-c-button--standard .fs-c-button__label,
#fs_CheckoutWithMultiAddress #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetail .fs-c-button--standard .fs-c-button__label{
  font-size: 0;
}
#fs_CheckoutWithMultiAddress #fs-orderContents-container .fs-c-button--standard .fs-c-button__label::before{
  content:"カート画面へ戻る";
  font-size: 1.2rem;
}
#fs_CheckoutWithMultiAddress #fs-communicationInfo-container .fs-c-button--standard .fs-c-button__label::before{
  content:"通信欄の入力画面へ";
  font-size: 1.2rem;
}
#fs_CheckoutWithMultiAddress #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetail .fs-c-button--standard .fs-c-button__label::before{
  content:"お届け日時の指定";
  font-size: 1.2rem;
}
.stepflow {
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.stepflow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  color: #B0BEC5;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.stepflow > li .bubble::after,
.stepflow > li .bubble::before {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  top: 25px;
  right: 50%;
  left: 50%;
  display: block;
  width: 90%;
  height: 8px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B0BEC5;
}
.stepflow_step {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.stepflow > li .bubble + span {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  font-size: 14px;
}
.stepflow > li.completed,
.stepflow > li.completed .bubble {
  color: #222;
}
.stepflow > li.completed .bubble,
.stepflow > li.completed .bubble::after,
.stepflow > li.completed .bubble::before {
  background-color: #222;
}
.stepflow > li.active,
.stepflow > li.active .bubble {
  font-weight: bold;
  color: #009468;
}
.stepflow > li.active .bubble,
.stepflow > li.active .bubble::after,
.stepflow > li.active .bubble::before {
  background-color: #009468;
}
@media screen and (max-width: 767px) {
  .stepflow {
    margin-bottom: 20px;
  }
  .stepflow > li .bubble + span {
    font-size: 12px;
  }
  .stepflow > li .bubble::after,
  .stepflow > li .bubble::before {
    height: 3px;
  }
}