.price {
  text-align:center;
  color:#fff;
  font-size:1.6rem;
  font-family:"Avenir Next";
  font-weight:normal;
}
.price>del{
  font-familu:"Avenir Next"
  font-weight:normal;
  color:#ddd;
font-size:0.8rem;
}
.c_product_name{
  text-align:center;
  }
.c_sale{
  color: #d72500 !important;
  }


#outer{
  padding-bottom:60px !important;
}
.sticky--buy{
   background-color:#212121;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-bottom:env(safe-area-inset-bottom);
}
.sticky--priceBox{
    position: absolute;
    left:15px;
    top: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.taxIncl{
  font-size:50%;
  color:#fff;
  margin-left:0.2rem;
}
.sticky--buyButton{
    position: absolute;
    right:15px;
    top: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.button__buy{
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
  height: 30px;
}
.button__buy--disabled{
  background: #bdbdbd;
  color: #fff;
}

.button__buy--orange{
  background-color:#f08804;
  color: #fff;
}
.itemSize{
font-size:1.1rem;
border-bottom:none;
}
.imagelist div img{
margin-bottom:1px;
max-height: calc(100vh - 106px);
}
.imagelist{
text-align:center;
background-color:#fff;
}
.onpage--buy{
  text-align:center;
  width:94%;
  margin:auto;
}
.onpage--priceBox{
}
.onpage--priceBox > span{
  color:#000;
}
.onpage--buyButton button{
  width: 100%;
  height:auto;
  padding:0.8rem;
}
.button__inq{
  width: 100%;
  height:auto;
  padding:0.4rem;
  border:1px solid #999;
  color:#999;
  margin:0.8rem 0;
}
.onpage--shipping{
  line-height:0;
  font-size:95%;
}
.spItemSoldoutNotice{
  display: block;
  background-color:#cfcfcf;
  text-align: center;
  padding: 3rem 0;
}