@charset "utf-8";

/*---------------
  snr_cart
---------------*/

.snr_cart_normal {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding-bottom: 3px;
}

.snr_cart_emphasis {
  background-color: #fff;
  border-radius: 5px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 5px solid #f04f4f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.snr_cart_normal a, .snr_cart_emphasis a {
  text-decoration: none;
}

.snr_cart_normal sup, .snr_cart_emphasis sup {
  top: -.3em;
}

.snr_cart_recommendation {
  color: #fff;
  width: 100%;
  padding: 0 0 5px;
  background-color: #f04f4f;
  border-top: 5px solid #f04f4f;
  border-radius: 5px 5px 0 0;
}

.snr_cart_ttl {
  width: 100%;
  padding: 15px 0;
  background-color: #f0f0f0;
}

.snr_cart_campaign {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #f04f4f;
  border-radius: 20px;
  padding: 3px 15px 2px;
}

.snr_cart_btn_3y {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#e50012, #cc0011);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #e50012;
  width: auto;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  line-height: 1.2;
}

.snr_cart_btn_3y:hover {
  background: #fff;
  color: #e50012;
  border: 2px solid #e50012;
  text-decoration: none;
  box-shadow: none;
}

.snr_cart_btn_3y sup {
  top: -.2em;
}

.snr_cart_btn_normal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#696969, #4d4d4d);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #696969;
  width: auto;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  line-height: 1.2;
}

.snr_cart_btn_normal:hover {
  background: #fff;
  color: #696969;
  border: 2px solid #696969;
  text-decoration: none;
  box-shadow: none;
}

.snr_cart_btn_3y .icon_cart, .snr_cart_btn_normal .icon_cart {
  background: url(/img/usr/assets/shoptop/uptake/2022/icon_cart_fff.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 6px;
}

.snr_cart_btn_normal:hover .icon_cart {
  background: url(/img/usr/assets/shoptop/uptake/2022/icon_cart_727272.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 6px;
}

.snr_cart_btn_3y:hover .icon_cart {
  background: url(/img/usr/assets/shoptop/uptake/2022/icon_cart_e20000.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 23px;
}

.pt95 { padding-top: 95px !important;}
.mb42 { margin-bottom: 42px !important;}
.fc_bfbfbf { color: #bfbfbf !important;}
.fc_808080 { color: #808080 !important;}
.fc_e50012 { color: #e50012 !important;}
