/* TICKET */
.block-coupon-link{
  position: fixed;
  bottom: 75px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 92px;
  background-color: #FEAC00;
  z-index: 12;
}
.block-coupon-close{
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/usr/coupon/sb/bt_close.png) no-repeat;
  background-size: 32px;
}
.block-coupon-detail{
  color: #fff;
}
.block-coupon-detail dt{
  font-size: 15px;
  margin-bottom: 9px;
}
.block-coupon-detail dd{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 40px;
  padding-left: 95px;
  font-size: 20px;
  font-weight: bold;
  background:  url(../img/usr/coupon/sb/icon_ticket.png) no-repeat 10px 0;
  background-size: auto 40px;
}
.block-coupon-detail dd small{
  font-size: 12px;
  font-weight: normal;
}
/* モーダルウィンドウ */
.win_fixed_{
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.block-coupon-modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.block-coupon-modal-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(136, 136, 136,0.92);
}
.block-coupon-modal-wrap-inner{
  position: relative;
  width: calc(90% - 28px);
  height: 75%;
  padding: 33px 14px;
  background-color: #fff;
}

.block-coupon-modal-list{
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}
.block-coupon-modal-close{
  position: absolute;
  top: -42px;
  right: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/usr/coupon/sb/bt_modal_close.png) no-repeat;
  background-size: 32px;
}
.block-coupon-modal-list-item dt{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.block-coupon-modal-list-item dt span{
  margin-right: 14px;
}
.block-coupon-modal-list-item dd{
  margin-bottom: 60px;
}
.block-coupon-modal-table{
  margin-bottom: 20px;
}
.order-active-table{
  border: 3px solid #FEAC00;
  box-sizing: border-box;
}
.block-coupon-modal-table th,
.block-coupon-modal-table td{
  height: 50px;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #dadada;
}
.block-coupon-modal-table th{
  width: 40%;
  background-color: #08A4B2;
  color: #fff;
}
.block-coupon-modal-table tfoot td{
  padding: 30px 20px;
}
.block-coupon-modal-table tfoot td p{
  font-size: 12px;
}
.block-coupon-modal-table-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.block-coupon-modal-check-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49px;
  background-color: #FEAC00;
  border: none;
  border-radius: 4px;
  color: #fff;
}
.block-coupon-modal-check-button span{
  display: flex;
  align-items: center;
  height: 22px;
  padding-left: 46px;
  font-weight: bold;
  background: url(../img/usr/coupon/sb/icon_ticket.png) no-repeat 0 center;
  background-size: auto 22px;
}
.block-coupon-modal-check-button.active-button{
  background-color: #cfcfcf;
}
.block-coupon-modal-check-button.order-active-button{
  background-color: #fff;
  border: 2px solid #cfcfcf;
  box-sizing: border-box;
}
.block-coupon-modal-check-button.order-active-button span{
  color: #cfcfcf;
  background-image: url(../img/usr/coupon/sb/icon_ticket_active.png);
}

/* 購入フロー */
.block-coupon-modal-setting-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-coupon-modal-setting p{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 32px;
}
div.block-coupon-modal-setting-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  border-radius: 4px;
  background-color: #189756;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.block-coupon-modal-setting .set_button_wrap_{
  text-align: left;
}
.setting-coupon-button--clear{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}
.block-coupon-modal-setting-wrap input[name="coupon"]{
  width: calc(100% - 89px);
  height: 40px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin-right: 9px;
}
.block-coupon-modal-setting-wrap input[name="coupon"]::placeholder{
  color: rgb(0, 0, 0,0.2);
}