@charset "UTF-8";

.CouponListWrap {
  padding-bottom: 20px;
}
.MainVisualWrap {
  padding: 0 10px;
}
.MainVisualWrap img {
  width: 100%;
  height: auto;
}

.DistCouponListInner, 
.YosoCouponListInner,
.SpecialCouponListInner {
  padding: 0 10px;
}

.DistCouponList, 
.YosoCouponList,
.SpecialCouponList {
  display: flex;
  flex-wrap: wrap;
}
.Schedule_Infomation_Box {
  width: 100%;
}
li.CouponItem {
  position: relative;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
li.CouponItem:nth-child(even){
  margin-left: 10px;
}
li.CouponItem:last-child {
  margin-bottom: 0px;
}
.CouponItemWrap {
  display: flex;
  flex-wrap: wrap;
}
.CouponItemTicket {
  width: 100%;
  background: #B7443E;
  align-self: stretch;
  border-radius: 4px 4px 0px 0px;
}
.CouponItemTicketInner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 0px 10px;
  font-weight: bold;
  font-size: 38px;
  color: #FFF;
}
.CouponItemTicketInner span {
  display: block;
  font-size: 21px;
}
.CouponItemTicketInner span.CouponType {
  margin-right: 3px;
  font-size: 11px;
}
.CouponItemTicketInner .text_inner {
  margin-left: 1px;
}
.CouponItemTicketInner .text_bottom {
  display: flex;
  align-items: end;
}
.CouponItemContent {
  width: 100%;
  background: #FFF;
  padding: 6px 10px;
  border-radius: 0 0px 4px 4px;
  border-right: solid 1px #E0E0E0;
  border-left: solid 1px #E0E0E0;
}
.CouponItemContent h3 {
  color: #666666;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.CouponItemTerm {
  margin: 9px 0px 5px;
}
.CouponItemTerm dl {

}
.CouponItemTerm dl dt {
  padding: 4px 2px;
  display: block;
  margin: 0 auto 5px;
  max-width: 60px;
  color: #666666;
  background: #F3F3F3;
  border-radius: 100px;
  text-align: center;
  font-size: 10px;
}
.CouponItemTerm dl dd {
  color: #666;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 374px) {
  .CouponItemTerm dl dd {
    font-size: 10px;
  }
}
.CouponItemDetailBtn {
  padding-right: 8px;
  margin-top: 10px;
  text-align: right;
}
.CouponItemDetailBtn a {
  position: relative;
  color: #757575;
  font-size: 11px;
}
.CouponItemDetailBtn a::after{ 
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -40%;
  width: 0;
  height: 0;
  border-left: 4px solid #757575;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.CouponItemBtn01 {

}
.CouponItemBtn01 a {
  color: #3150BB;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: block;
  background: #FFF;
  border-top: 2px dotted #3150BB;
  border-right: 1px solid #3150BB;
  border-left: 1px solid #3150BB;
  border-bottom: 1px solid #3150BB;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
}
.CouponItemBtn02 {
  position: relative;
}
.CouponItemBtn02 a {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: block;
  background: #3150BB;
  border-top: 2px dotted #fff;
  border-right: 1px solid #3150BB;
  border-left: 1px solid #3150BB;
  border-bottom: 1px solid #3150BB;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
}
.CouponItemBtn02 a span{
  margin-right: 5px;
  font-size: 11px;
  color: #FFED9D;
}
.CouponItemBtn03 a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: block;
  background: #F3F3F3;
  border-top: 2px dotted #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  border-radius: 4px;
  width: 100%;
  padding: 4px 0;
  pointer-events: none;
}
.CouponItemBtn03 a span{
  margin-bottom: 2px;
  display: block;
  font-size: 10px;
  font-weight: normal;
}
/* .AcquiredBadge {
  position: absolute;
  top: -24px;
  right: -24px;
  background: #FFD800;
  color: #444;
  text-align: center;
  font-size: 13px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: rotate(-15deg);
  line-height: 48px;
  font-weight: bold;
} */
.CouponItemBadge {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #2E2D2D;
  border-radius: 10px;
  padding: 5px 0px;
  font-size: 10px;
  color: #FFF;
  max-width: 130px;
  font-weight: 600;
}

.fs-sm {
  font-size: 11px!important;
}

div[id^="CouponDetailOverlay"] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 9000;
}
div[class^="CouponDetailModalWindow"] {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -100vh;
}
.CouponDetailModalInner {
  width: 100%;
  height: 100%;
}
.CouponDetailModalHeader {
  position: fixed;
  background: #fff;
  height: 48px;
  width: 100%;
  padding: 15px 0 16px 0px;
  border-bottom: 1px solid #E0E0E0;
  z-index: 11;
}
.CouponDetailModalHeader .CouponDetailBack {
  display: inline-block;
  padding: 0 16px;
}
.CouponDetailModalHeader a svg {
  position: relative;
  z-index: 2;
}
.CouponDetailClose {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 0 16px;
}
.CouponDetailModalBody {
  padding: 58px 10px 20px;
  overflow-y: scroll;
  height: 100vh;
  height: 100dvh;
}
.CouponDetailModalTitle {
  background: #f0f0f0;
  padding: 16px;
}
.CouponDetailModalTitle h2 {
  font-size: 22px;
  color: #3251BC;
  line-height: 1.75;
}
.CouponDetailModalTitle h2 span {
  font-size: 18px;
  display: block;
}
.CouponDetailModalSubTitle {
  font-size: 13px;
  color: #EB4336;
  font-weight: bold;
  line-height: 1.35;
}
.CouponDetailModalContent {
  padding: 15px;
}
.CouponDetailModalContent p {
  color: #444;
  font-size: 15px;
  line-height: 1.75;
}
h3.CouponDetailModalTermTitle,
h3.CouponDetailModalTargetTitle,
h3.CouponDetailModalRaceTitle {
  color: #3251BC;
  font-size: 15px;
  padding: 0 0 0 6px;
  border-left: 6px solid #3251BC;
  margin-bottom: 10px;
}
.CouponDetailModalTerm p,
.CouponDetailModalTarget p,
.CouponDetailModalRace p {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
.CouponDetailModalNote {
  font-size: 13px;
  color: #333;
  padding: 10px 15px;
}
.CouponDetailModalNote h3 {
  color: #333;
  line-height: 1.75;
  font-size: 13px;
}
.CouponDetailModalNote p {
  line-height: 1.35;
}
.of-hidden {
  overflow: hidden;
}