@charset "EUC-JP";

#topBasketContainer .basket.updating {
  -webkit-animation: pulse .25s;
  animation: pulse .25s;
}

.floating-cart {
  font-family: sans-serif;
  letter-spacing: 0 !important;
}

.floating-cart * {
  box-sizing: content-box;
}

.floating-cart img {
  background-color: transparent !important;
}

.floating-cart span {
  letter-spacing: 0 !important;
}

.floating-cart a:hover img {
  opacity: 1 !important;
  background-color: transparent !important;
  top: 0 !important;
  left: 0 !important;
}

.floating-cart.sidebar {
  z-index: 2147483647 !important;
}

.floating-cart.sidebar .floating-cart-wrapper {
  width: 0;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
  display: none;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 9px #CCC;
  background: white;
}

.floating-cart.sidebar span {
  display: inline-block;
  font-size: 14px;
  padding: 0 6px;
  text-align: left;
  line-height: normal !important;
}

.floating-cart.sidebar .item-name {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 4px;
  color: #333;
  width: 148px;
  word-break: break-all;
  margin: auto;
  font-weight: normal;
}

.floating-cart.sidebar .item-price {
  color: #bf0000;
  padding-bottom: 2px;
  width: 148px;
  display: inline-block;
}

.floating-cart.sidebar .item-price .item-tax {
  color: #333;
  padding: 0;
}

.floating-cart.sidebar .item-shipping {
  font-size: 12px;
  white-space: nowrap;
  width: 148px;
}

.floating-cart.sidebar .item-shipping.victory {
  padding: 1px;
  color: #ff0000;
  white-space: normal;
}

.floating-cart.sidebar .item-shipping .item-shipping-included {
  background-color: #bf0000;
  padding: 1px;
  color: white;
  display: none;
}

.floating-cart.sidebar .item-shipping .item-shipping-excluded {
  padding: 1px;
  display: none;
}

.floating-cart.sidebar .item-sale-msg {
  color: #ff0000;
  font-size: 12px;
  width: 148px;
}

.floating-cart.sidebar .item-price-bigfont {
  color: #bf0000 !important;
  width: 148px;
  display: inline-block;
  text-align: right !important;
  font-size: 20px !important;
}

.floating-cart.sidebar .item-tax-info {
  color: #333;
  padding: 0;
  padding-bottom: 2px;
  font-size: 12px;
  text-align: right;
}

.floating-cart.sidebar .item-shipping-info {
  font-size: 11px;
  white-space: nowrap;
  text-align: right;
  padding: 0;
  display: block;
}

.floating-cart.sidebar .item-tax-full-row {
  color: #333;
  padding: 0;
  padding-bottom: 2px;
  font-size: 12px;
  text-align: right;
  width: 148px;
}

.floating-cart.sidebar .item-shipping-full-row {
  white-space: nowrap;
  text-align: right;
  padding: 0;
  width: 148px;
  box-sizing: content-box;
  margin-bottom: 2px !important;
}

.floating-cart-wrapper .item-free-shipping {
  background-color: #bf0000;
  padding: 0 !important;
  color: white !important;
  display: none;
  font-size: 12px !important;
  text-align: right !important;
}

.floating-cart-wrapper .item-charged-shipping {
  font-size: 12px !important;
  white-space: nowrap;
  text-align: right;
  padding: 0 !important;
}

.floating-cart.sidebar span.buttons-container {
  display: inline-block;
  height: auto !important;
  padding-top: 4px;
  position: relative;
}

.floating-cart.sidebar span.buttons-container .cart-button {
  display: inline-block;
  height: 35px;
}

.floating-cart.sidebar span.buttons-container .cart-button.checkout {
  margin-bottom: 4px !important;
}

.floating-cart.sidebar span.buttons-container .cart-button:hover {
  opacity: 0.8;
  top: auto;
  left: auto;
  text-decoration: none !important;
}

.floating-cart.sidebar span.buttons-container .cart-button:hover span {
  text-decoration: none !important;
}

.floating-cart.sidebar span.buttons-container .cart-button.soldout {
  display: inline-block;
}

.floating-cart.sidebar span.buttons-container .cart-button.soldout:hover {
  opacity: 1;
  cursor: default !important;
}

.floating-cart.sidebar span.buttons-container .cart-button.soldout .normal {
  background-color: grey !important;
  border: 1px solid grey !important;
  text-align: center !important;
}

.floating-cart.sidebar span.buttons-container .cart-button.soldout.victory .normal {
  background-color: #bf0000 !important;
  border: 1px solid #bf0000 !important;
  opacity: 0.3;
  text-align: left !important;
  margin-bottom: 4px;
}

.floating-cart.sidebar span.buttons-container .cart-button .normal {
  display: block !important;
  background-color: #bf0000 !important;
  border: 1px solid #bf0000 !important;
  line-height: 25px !important;
  border-radius: 4px !important;
  text-align: left !important;
  padding-left: 5px !important;
  color: white !important;
  box-sizing: content-box !important;
}

.floating-cart.sidebar span.buttons-container .cart-button .normal img {
  vertical-align: top !important;
  width: 23px !important;
  padding-right: 4px !important;
  box-sizing: content-box !important;
}

.floating-cart.sidebar span.buttons-container .cart-button img {
  vertical-align: top !important;
  width: 23px !important;
  padding-right: 4px !important;
  display: inline-block !important;
  margin: 0 !important;
  background: transparent !important;
}

.floating-cart.sidebar .coupon-container {
  display: none;
  font-size: 14px;
  padding: 4px 7px 0 6px;
  position: fixed;
  z-index: 99999;
  bottom: 42px;
  right: 0;
  background: white;
  border: 1px solid #CCC;
  border-top: 1px dashed #CCC;
  width: 147px;
  box-shadow: 0 1px 3px #CCC;
}

.floating-cart.sidebar .coupon-container.standalone {
  border: 1px solid #CCC;
}

.floating-cart.sidebar .coupon-container .coupon {
  line-height: 25px;
  padding: 0;
}

.floating-cart.sidebar .coupon-container .coupon span.normal {
  text-align: left;
  padding-left: 5px;
}

.floating-cart.sidebar .coupon-container .coupon span.coupon-text {
  display: inline-block;
}

.floating-cart.sidebar .coupon-container .coupon img {
  vertical-align: top;
  width: 23px;
  padding-right: 4px;
}

.floating-cart .floating-button {
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  width: 148px;
  height: 32px;
  border-radius: 4px;
  text-indent: 0;
}

.floating-cart .floating-button span {
  display: inline-block;
}

.floating-cart .floating-button span.normal {
  padding: 4px 0;
}

.floating-cart .floating-button span.normal span {
  font-size: 13px;
  padding: 0;
  color: white;
  line-height: 23px !important;
}

.floating-cart .cart-button {
  color: white !important;
}

.floating-cart .floating-coupon {
  border-radius: 4px;
  background-color: #FDBD19;
}

.floating-cart .floating-coupon span {
  color: #333 !important;
  display: block;
  text-align: center;
}

div#rakutenLimitedId_aroundCart .new-cart-button {
  background-image: none !important;
  background-color: #bf0000 !important;
  border-radius: 3px !important;
  color: white !important;
  text-indent: 0 !important;
  border: 0;
  position: relative;
  background-position: 0 0 !important;
  width: 212px !important;
  height: 34px !important;
  border-style: none !important;
  color: rgba(0, 0, 0, 0) !important;
  display: inline-block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 10px 5px 0 0 !important;
  box-shadow: none !important;
  float: initial !important;
  -webkit-filter: none !important;
  filter: none !important;
  background-size: 100% !important;
  line-height: 1 !important;
  -webkit-transition: initial !important;
  transition: initial !important;
  vertical-align: initial !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

div#rakutenLimitedId_aroundCart .new-cart-button span {
  font-size: 14px;
  line-height: 24px;
  color: white !important;
}

div#rakutenLimitedId_aroundCart .new-cart-button span img {
  padding-right: 4px !important;
  vertical-align: top !important;
  margin: 0 !important;
  background: transparent !important;
}

div#rakutenLimitedId_aroundCart .new-cart-button.soldout {
  display: none;
  background-color: grey !important;
  border: 1px solid grey !important;
}

@-webkit-keyframes highlight {
  0% {
    background: red;
  }
  100% {
    background: none;
  }
}

@keyframes highlight {
  0% {
    background: red;
  }
  100% {
    background: none;
  }
}

#shopping_table {
  border: 2px solid white;
}

#shopping_table.highlight {
  border: 2px solid red;
}

.button-container {
  position: relative;
}

.button-container img {
  padding-right: 4px;
  vertical-align: top;
  width: 23px;
}

.button-container img.icon-1 {
  top: 17px;
  left: 100px;
}

.button-container img.icon-2 {
  top: 17px;
  left: 324px;
}

.coupon-container.mini {
  display: none;
  cursor: pointer;
  width: 47px !important;
  position: fixed;
  z-index: 9999;
  padding: 4px 0;
  border: 1px solid #FDBD19;
  background: #FDBD19;
  color: #333 !important;
  font-size: 10px;
  text-align: center;
  right: 10px;
  bottom: 37px;
  border-radius: 3px;
  box-shadow: 0 3px 4px #CCC;
  line-height: 15px !important;
}

.coupon-container.mini .coupon-text {
  display: inline-block;
  background: #FDBD19 !important;
}

.cart-button-container {
  vertical-align: bottom;
  margin: 0 !important;
  display: inline-block !important;
  width: auto;
  background: transparent !important;
  position: relative !important;
}

.floating-cart-sku-table, .floating-cart-options-table, .floating-cart.sidebar, .floatingCartSplitButtons, #timeSalePeriod {
  display: inline-block;
  position: relative;
}

.floating-cart-sku-table .pc-floating-cart-alert, .floating-cart-options-table .pc-floating-cart-alert, .floating-cart.sidebar .pc-floating-cart-alert, .floatingCartSplitButtons .pc-floating-cart-alert,
  #timeSalePeriod .pc-floating-cart-alert, .floating-cart-sku-table .pc-floating-cart-add-cart-alert, .floating-cart-options-table .pc-floating-cart-add-cart-alert, .floating-cart.sidebar .pc-floating-cart-add-cart-alert,
  .floatingCartSplitButtons .pc-floating-cart-add-cart-alert, #timeSalePeriod .pc-floating-cart-add-cart-alert {
  display: none;
  position: absolute;
  background-color: #333 !important;
  opacity: 0.8 !important;
  width: 112px;
  height: 40px;
  color: white !important;
  padding: 10px !important;
  border-radius: 4px !important;
  top: -6px;
  left: -138px;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  box-sizing: content-box;
  z-index: 2147483647 !important;
}

.floating-cart-sku-table .pc-floating-cart-alert.showing,
.floating-cart-options-table .pc-floating-cart-alert.showing,
.floating-cart.sidebar .pc-floating-cart-alert.showing,
.floatingCartSplitButtons .pc-floating-cart-alert.showing,
#timeSalePeriod .pc-floating-cart-alert.showing,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert.showing,
.floating-cart-options-table .pc-floating-cart-add-cart-alert.showing,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert.showing,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert.showing,
#timeSalePeriod .pc-floating-cart-add-cart-alert.showing {
  display: block !important;
}

.floating-cart-sku-table .pc-floating-cart-alert .pc-floating-cart-alert-arrow,
.floating-cart-options-table .pc-floating-cart-alert .pc-floating-cart-alert-arrow,
.floating-cart.sidebar .pc-floating-cart-alert .pc-floating-cart-alert-arrow,
.floatingCartSplitButtons .pc-floating-cart-alert .pc-floating-cart-alert-arrow,
#timeSalePeriod .pc-floating-cart-alert .pc-floating-cart-alert-arrow,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert .pc-floating-cart-alert-arrow,
.floating-cart-options-table .pc-floating-cart-add-cart-alert .pc-floating-cart-alert-arrow,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert .pc-floating-cart-alert-arrow,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert .pc-floating-cart-alert-arrow,
#timeSalePeriod .pc-floating-cart-add-cart-alert .pc-floating-cart-alert-arrow,
.floating-cart-sku-table .pc-floating-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floating-cart-options-table .pc-floating-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floating-cart.sidebar .pc-floating-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floatingCartSplitButtons .pc-floating-cart-alert .pc-floating-cart-add-cart-alert-arrow,
#timeSalePeriod .pc-floating-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floating-cart-options-table .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
#timeSalePeriod .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #333;
  position: absolute;
  right: -8px;
  top: 10px;
  background: transparent !important;
}

.floating-cart-sku-table .pc-floating-cart-alert span.msg,
.floating-cart-options-table .pc-floating-cart-alert span.msg,
.floating-cart.sidebar .pc-floating-cart-alert span.msg,
.floatingCartSplitButtons .pc-floating-cart-alert span.msg,
#timeSalePeriod .pc-floating-cart-alert span.msg,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert span.msg,
.floating-cart-options-table .pc-floating-cart-add-cart-alert span.msg,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert span.msg,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert span.msg,
#timeSalePeriod .pc-floating-cart-add-cart-alert span.msg {
  color: white !important;
  font-size: 15px !important;
  font-weight: normal !important;
  white-space: normal !important;
}

.floating-cart-sku-table .pc-floating-cart-alert a,
.floating-cart-options-table .pc-floating-cart-alert a,
.floating-cart.sidebar .pc-floating-cart-alert a,
.floatingCartSplitButtons .pc-floating-cart-alert a,
#timeSalePeriod .pc-floating-cart-alert a,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert a,
.floating-cart-options-table .pc-floating-cart-add-cart-alert a,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert a,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert a,
#timeSalePeriod .pc-floating-cart-add-cart-alert a,
.floating-cart-sku-table .pc-floating-cart-alert a:visited,
.floating-cart-options-table .pc-floating-cart-alert a:visited,
.floating-cart.sidebar .pc-floating-cart-alert a:visited,
.floatingCartSplitButtons .pc-floating-cart-alert a:visited,
#timeSalePeriod .pc-floating-cart-alert a:visited,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert a:visited,
.floating-cart-options-table .pc-floating-cart-add-cart-alert a:visited,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert a:visited,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert a:visited,
#timeSalePeriod .pc-floating-cart-add-cart-alert a:visited,
.floating-cart-sku-table .pc-floating-cart-alert a:active,
.floating-cart-options-table .pc-floating-cart-alert a:active,
.floating-cart.sidebar .pc-floating-cart-alert a:active,
.floatingCartSplitButtons .pc-floating-cart-alert a:active,
#timeSalePeriod .pc-floating-cart-alert a:active,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert a:active,
.floating-cart-options-table .pc-floating-cart-add-cart-alert a:active,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert a:active,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert a:active,
#timeSalePeriod .pc-floating-cart-add-cart-alert a:active,
.floating-cart-sku-table .pc-floating-cart-alert a:hover,
.floating-cart-options-table .pc-floating-cart-alert a:hover,
.floating-cart.sidebar .pc-floating-cart-alert a:hover,
.floatingCartSplitButtons .pc-floating-cart-alert a:hover,
#timeSalePeriod .pc-floating-cart-alert a:hover,
.floating-cart-sku-table .pc-floating-cart-add-cart-alert a:hover,
.floating-cart-options-table .pc-floating-cart-add-cart-alert a:hover,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert a:hover,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert a:hover,
#timeSalePeriod .pc-floating-cart-add-cart-alert a:hover {
  color: #1E54A7;
  font-weight: bold;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert,
.floating-cart-options-table .pc-floating-cart-add-cart-alert,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert,
#timeSalePeriod .pc-floating-cart-add-cart-alert {
  text-align: center;
  height: auto !important;
  width: auto !important;
  top: auto !important;
  bottom: 65px !important;
  max-width: 250px !important;
  left: -276px !important;
  z-index: 999999999 !important;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-img,
.floating-cart-options-table .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-img,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-img,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-img,
#timeSalePeriod .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-img {
  display: none;
  width: 40px !important;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert .title,
.floating-cart-options-table .pc-floating-cart-add-cart-alert .title,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert .title,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert .title,
#timeSalePeriod .pc-floating-cart-add-cart-alert .title {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: white !important;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert .msg,
.floating-cart-options-table .pc-floating-cart-add-cart-alert .msg,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert .msg,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert .msg,
#timeSalePeriod .pc-floating-cart-add-cart-alert .msg {
  text-align: justify;
  float: left;
  color: white !important;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floating-cart-options-table .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow,
#timeSalePeriod .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow {
  bottom: 28px;
  top: auto;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert.add-cart-success,
.floating-cart-options-table .pc-floating-cart-add-cart-alert.add-cart-success,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert.add-cart-success,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert.add-cart-success,
#timeSalePeriod .pc-floating-cart-add-cart-alert.add-cart-success {
  width: 90px !important;
  left: 53px !important;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert.add-cart-success .pc-floating-cart-add-cart-alert-img,
.floating-cart-options-table .pc-floating-cart-add-cart-alert.add-cart-success .pc-floating-cart-add-cart-alert-img,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert.add-cart-success .pc-floating-cart-add-cart-alert-img,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert.add-cart-success .pc-floating-cart-add-cart-alert-img,
#timeSalePeriod .pc-floating-cart-add-cart-alert.add-cart-success .pc-floating-cart-add-cart-alert-img {
  display: block;
  margin: auto auto 8px auto;
}

.floating-cart-sku-table .pc-floating-cart-add-cart-alert.add-cart-success .msg,
.floating-cart-options-table .pc-floating-cart-add-cart-alert.add-cart-success .msg,
.floating-cart.sidebar .pc-floating-cart-add-cart-alert.add-cart-success .msg,
.floatingCartSplitButtons .pc-floating-cart-add-cart-alert.add-cart-success .msg,
#timeSalePeriod .pc-floating-cart-add-cart-alert.add-cart-success .msg {
  text-align: center !important;
  width: 100% !important;
  font-size: 14px !important;
}

.floating-cart-sku-table,
.floating-cart-options-table {
  display: block !important;
  height: auto !important;
  width: auto !important;
}

#timeSalePeriod .pc-floating-cart-alert {
  width: auto !important;
  min-width: 110px !important;
  left: auto !important;
  right: 98px !important;
  height: auto !important;
  text-align: center;
}

.floating-cart-options-table .pc-floating-cart-alert {
  z-index: 1 !important;
  left: -188px !important;
  width: 154px !important;
  letter-spacing: 0 !important;
}

.floatingCartSplitButtons .pc-floating-cart-add-cart-alert {
  bottom: auto !important;
  top: 54px !important;
  left: -7px !important;
  z-index: 999999999 !important;
}

.floatingCartSplitButtons .pc-floating-cart-add-cart-alert.alert-above {
  bottom: 48px !important;
  top: auto !important;
}

.floatingCartSplitButtons .pc-floating-cart-add-cart-alert.alert-above .pc-floating-cart-add-cart-alert-arrow {
  bottom: -16px !important;
  top: auto !important;
  border-top: 8px solid #333 !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
}

.floatingCartSplitButtons .pc-floating-cart-add-cart-alert .pc-floating-cart-add-cart-alert-arrow {
  bottom: auto !important;
  top: -16px !important;
  left: 50% !important;
  margin-left: -8px !important;
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid #333 !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
}

.floating-cart.sidebar .pc-floating-cart-add-cart-alert {
  left: auto !important;
  right: 165px !important;
  min-width: 240px !important;
  z-index: 2147483647 !important;
}

.floating-cart.sidebar .pc-floating-cart-add-cart-alert.add-cart-success {
  left: -122px !important;
  padding: 10px 7px 10px !important;
  min-width: 96px !important;
}

.floating-cart.sidebar .pc-floating-cart-add-cart-alert.add-cart-success .msg {
  width: auto !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale .purchase-buttons-alert {
  display: inline-block !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale .purchase-buttons-alert .purchase-buttons-alert-title {
  background: none repeat scroll 0 0 #EEEEEE !important;
  border-bottom: 1px solid #ababab !important;
  color: #BF0000 !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale .purchase-buttons-alert .purchase-buttons-alert-content img {
  display: inline-block !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale.hover {
  cursor: not-allowed !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale.hover .purchase-buttons-alert {
  display: inline-block !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale.hoverTop {
  cursor: not-allowed !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale.hoverTop .purchase-buttons-alert {
  display: inline-block !important;
  top: -74px !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer .cart-button-container.timesale button.new-cart-button:hover {
  cursor: not-allowed !important;
}

#rakutenLimitedId_aroundCart .floatingCartPurchaseButtonsContainer.no-sku-selected .cart-button-container .purchase-buttons-alert-content img {
  display: none !important;
}

#rakutenLimitedId_header #addToCartPreviewContainer {
  top: 40px !important;
}

#addToCartPreviewContainer {
  display: none !important;
  position: absolute !important;
  z-index: 2147483648 !important;
  width: 94px;
  padding-top: 15px !important;
  right: -10px !important;
  max-width: none !important;
  max-height: none !important;
  height: 15px !important;
}

#addToCartPreviewContainer.showing {
  display: block !important;
  -webkit-animation: bounceInDown .5s;
  animation: bounceInDown .5s;
}

#addToCartPreviewContainer.hiding {
  display: block !important;
  -webkit-animation: fadeOutUp .75s;
  animation: fadeOutUp .75s;
}

#addToCartPreviewContainer .cartTopTail {
  width: 0 !important;
  height: 0 !important;
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid rgba(0, 0, 0, 0.75) !important;
  position: absolute !important;
  top: 3px !important;
  left: 49px !important;
}

#addToCartPreviewContainer #addToCartPreview {
  position: absolute !important;
  top: 11px !important;
  width: 100px !important;
  max-height: none !important;
  padding: 10px 10px 5px 10px !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  z-index: -1 !important;
}

#addToCartPreviewContainer #addToCartPreview img {
  max-height: none !important;
}

#addToCartPreviewContainer #addToCartPreview span {
  margin-top: 3px !important;
  text-align: center !important;
  color: #FFF !important;
  line-height: 1rem !important;
}

#addToCartPreviewContainer.meta {
  position: fixed !important;
}

#addToCartPreviewContainer.meta #addToCartPreview {
  width: 94px !important;
}

#addToCartPreviewContainer.meta #addToCartPreview img {
  max-width: 100%;
  max-height: 100%;
}

#addToCartPreviewContainer.meta #addToCartPreview span {
  display: block;
  font-size: 9pt;
}

.purchase-buttons-alert {
  top: 53px !important;
  left: -42px !important;
  position: absolute !important;
  display: none !important;
  font-size: 14px !important;
  background: none repeat scroll 0 0 white !important;
  color: #333333 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  text-indent: 0 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
  z-index: 9999 !important;
  border: 2px solid #CECECE !important;
  cursor: not-allowed;
}

.purchase-buttons-alert .purchase-buttons-alert-title {
  background: none repeat scroll 0 0 #FFFDF1 !important;
  border-bottom: 1px solid #EEDEAB !important;
  color: #BF0000 !important;
  position: relative !important;
  padding: 6px 4px !important;
  margin: 0 !important;
  font-weight: bold !important;
}

.purchase-buttons-alert .purchase-buttons-alert-content {
  background: #FFFFFF !important;
  padding: 10px 10px 10px 5px !important;
  font-size: 12px !important;
  margin: 0 !important;
}

.floatingCartSplitButtons {
  display: inline-block;
  white-space: nowrap;
  vertical-align: bottom;
}

body #offerNotification.floatingcart-coupon {
  right: 168px !important;
}

#rakutenLimitedId_aroundCart #units {
  position: relative !important;
}

#rakutenLimitedId_aroundCart button.soldout:hover {
  opacity: 1 !important;
  cursor: default !important;
}

div#pagebody div.pc-floating-cart-add-cart-alert {
  display: none;
}

#rakutenLimitedId_aroundCart .pc-floating-cart-alert {
  color: white !important;
}

#rakutenLimitedId_aroundCart .pc-floating-cart-alert span {
  color: white !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

@-webkit-keyframes bounceInDown {
  from,
  50%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -9px, 0);
            transform: translate3d(0, -9px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from,
  50%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -9px, 0);
            transform: translate3d(0, -9px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
}
@keyframes fadeOutUp {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


/*Review widget*/

.floating-cart-wrapper .item-review {
  width: 148px;
  margin: 0 auto;
  text-align: right !important;
  display: inline-block;
}

.floating-cart.sidebar .item-review-rating {
  cursor: pointer;
}

.floating-cart.sidebar .item-review-rate {
  display: inline;
  color: #333;
  word-break: break-all;
  margin: auto;
  font-weight: normal;
  font-size: 12px;
}

.floating-cart-wrapper .item-review:hover {
  cursor: pointer
}

.floating-cart-wrapper .item-review:hover li {
  filter: alpha(opacity = 65);
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)"
}

.floating-cart-wrapper .item-review-star {
  padding-right: 0 !important;
  cursor: pointer;
}

.floating-cart-wrapper .item-review-count-link {
  text-decoration: none;
  font-size: 11px !important;
  padding-right: 0 !important;
  color: #1d54a7;
  cursor: pointer;
}

.floating-cart-wrapper .item-review-count-link:hover {
  text-decoration: underline;
  color: #1d54a7;
}

.floating-cart-wrapper .review-avg-stars {
  margin: 0 auto;
  *margin: 0;
  padding: 0;
  text-align: right;
}

.floating-cart-wrapper .review-avg-stars .review-star {
  display: inline-block;
  *display: inline;
  zoom: 1.0;
  width: 12px;
  margin: 0;
}

.floating-cart-wrapper .review-avg-stars .review-star:after {
  content: ' ';
  float: left !important;
  padding-top: 0 !important;
  width: 12px !important;
  height: 12px !important;
}

.floating-cart-wrapper .review-avg-stars .review-star.star-full {
  background: url(https://r.r10s.jp/com/img/rms/storefront/pc/page/star_on.gif) no-repeat left top !important;
  padding: 0 !important;
}

.floating-cart-wrapper .review-avg-stars .review-star.star-half {
  background: url(https://r.r10s.jp/com/img/rms/storefront/pc/page/star_half.gif) no-repeat left top !important;
  padding: 0 !important;
}

.floating-cart-wrapper .review-avg-stars .review-star.star-empty {
  background: url(https://r.r10s.jp/com/img/rms/storefront/pc/page/star_off.gif) no-repeat left top !important;
  padding: 0 !important;
}

.floating-cart.sidebar .item-display-price {
  color: #bf0000;
  width: 148px;
  display: inline-block;
  text-align: right;
  font-size: 18px !important;
}

.floating-cart-wrapper .item-tax-shipping {
  width: 148px;
  text-align: right;
  font-size: 12px;
}

.floating-cart-wrapper span.item-tax-shipping-info {
  display: inline-block;
  width: 148px;
  text-align: right;
  vertical-align: middle;
}
.floatBookmarkArea .bkm {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  height: 39px !important;
  width: 148px !important;
  }
.floatBookmarkArea .bkm .addBkm {
  display: inline-block !important;
  width: 146px;
  height: 31px;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  position: relative;
  text-decoration: none !important;
  margin-bottom: 6px;
  cursor: pointer;
  text-indent: 0;
  background: url('https://r.r10s.jp/com/img/rms/storefront/pc/page/bookmarkstar.png') no-repeat;
  background-position: 8px 6px;
  line-height: 25px !important;
  box-sizing: content-box !important;
}
.floatBookmarkArea .bkm .addBkm .bkmStar:before{
  display: inline-block;
  font-size: 13px;
  margin-top: 4px;
  padding-left: 26px !important;
  line-height: 23px !important;
  content: "お気に入りに追加";
  color: #333 !important;
  letter-spacing: 0 !important;
  line-height: 23px !important;
}
.floatBookmarkArea .bkm .addBkm:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.50;
}