@charset "UTF-8";

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}
.privacy_link a {
    text-decoration: underline;
}

/* クーポン件数 */
.coupon-num{
  position: absolute;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #e82a2a;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
}

/* マイページ　クーポン */
body.page-menu .block-mypage--coupon-list-description > dt{
  position: relative;
}
body.page-menu .block-mypage--coupon-list-description .coupon-num{ 
  top: 45%;
  left: 41%;
  line-height: 21px;
}
/* 注文内容確認画面　クーポン */
body.page-estimate .block-order-estimate--coupon h3{
  position: relative;
}
body.page-estimate .block-order-estimate--coupon h3 .coupon-num{
  top: -2%;
  right: -5%;
  line-height: 21px;
}
/* 注文内容指定画面　クーポン */
body.page-method .block-order-method--coupon-content a{
  position: relative;
}
body.page-method .block-order-method--coupon-content a .coupon-num{
  top: -2%;
  right: -8%;
  line-height: 21px;
}
