@charset "UTF-8";

/* ----クーポン消込画面---- */

.block-couponuse img {
  vertical-align: bottom;
}

.block-couponuse .block-couponuse--popup {
  display: none;
  position: relative;
  z-index: 99999;
}

.block-couponuse .block-couponuse--popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.block-couponuse .block-couponuse--popup-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  width: 95%;
  max-width: 500px;
  height: auto;
  max-height: 80%;
  padding: 30px 20px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

.block-couponuse .block-couponuse--popup-inner {
  width: 60%;
  margin: 0 auto 20px;
}

.block-couponuse span.block-couponuse-couponcutprice {
  font-size: 25px;
}
