.commonImgSprite,
.arrowRight,
.brandOshiraseBtn:before {
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.grayBtn,
.brandOshiraseBtn {
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  border-radius: 6px;
}
.spUlScroll ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brandOshiraseBtn {
  color: #e93399;
  line-height: 38px;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 330px;
  font-size: 16px;
}
.brandOshiraseBtn:hover {
  opacity: 0.7;
}
.brandOshiraseBtn.is-selected {
  background: #f17fbf;
  border: 1px solid #f17fbf;
  color: #fff;
}
.brandOshiraseBtn.is-selected:hover {
  opacity: 1;
}
.brandOshiraseBtn:before {
  background-position: 0 -2772px;
  margin-top: 10px;
  vertical-align: top;
  width: 24px;
  height: 16px;
}
.brandOshiraseBtn.is-selected:before {
  background-position: 0 -2746px;
}
.brandOshiraseBtn.sp {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
}
.brandOshiraseBtn.sp:before {
  background-image: url("/sp/images/common-img-sprite.png");
  background-size: 250px auto;
  background-position: 0 -3240px;
  width: 20px;
  height: 18px;
}
.brandOshiraseBtn.sp.is-selected:before {
  background-position: 0 -3213px;
}
.brandOshiraseBtn.small {
  font-size: 12px;
  width: 100%;
}
.brandOshiraseBtn.small:before {
  width: 16px;
  height: 16px;
}
.brandOshiraseBtn.sp.small {
  font-size: 11px;
  line-height: 34px;
}
.brandOshiraseBtn.sp.small:before {
  margin-top: 8px;
  background-size: 205px auto;
  background-position: 0 -2655px;
}
.brandOshiraseBtn.sp.small.is-selected:before {
  background-position: 0 -2633px;
}
.program-brand-wrapper,
.program-notice-wrapper {
  position: relative;
}
.program-brand-balloon-message,
.program-notice-balloon-message {
  bottom: 25px;
  text-align: center;
}
.program-brand-balloon-message .program-brand-list-message,
.program-notice-balloon-message .program-notice-list-message {
  min-width: 110px;
  padding: 7px 3px;
  letter-spacing: -1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid #333;
  border-radius: 6px;
  width: 142px;
  background: #fff;
  text-align: center;
  z-index: 10;
}
.program-brand-balloon-message .program-brand-list-message {
  bottom: 55px;
  font-size: 14px;
}
.program-notice-balloon-message .program-notice-list-message {
  bottom: 45px;
}
.program-brand-balloon-message .program-brand-list-message:before,
.program-notice-balloon-message .program-notice-list-message:before {
  background-image: url("/com/images/wishlist/balloon_triangle.png");
  bottom: -10px;
  content: '';
  height: 14px;
  position: absolute;
  left: 62px;
  width: 14px;
}
