@charset "UTF-8";

#main {
  float: none;
  margin: 0 auto;
  padding-top: 30px;
}

.couponList {
  margin-top: 20px;
  padding-bottom: 50px;
}

.couponList * {
  box-sizing: border-box;
}

.couponList__title {
  margin-bottom: 50px;
  font-size: 13px;
  background-color: #f9f8f1;
  font-weight: bold;
  padding: 5px 10px;
}

.couponList__text {
  font-size: 15px;
  line-height: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  color: #ea2b2b;
}

.couponList__list > li {
  margin-bottom: 30px;
}
.couponCard {
  border: 4px solid #d71313;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}
.couponCard > * {
  width: 100%;
}
.couponCard__member {
  position: absolute;
  top:-22px;
  left: -4px;
  background-color: #ffd553;
  border-radius: 4px 4px 0 0;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  width: auto;
}
.couponCard__member.is-premium {
  background-color: #00ffff;
}
.couponCard__coupon {
  text-align: center;
  background-color: #d71313;
  font-size: 10px;
  line-height: 1;
  height: 14px;
  color: #fff;
}
.couponCard__title {
  font-size: 13px;
  line-height: 18px;
  padding: 5px 10px;
  border-bottom: 1px dashed #d71313;
}
.couponCard__main {
  padding: 15px 10px;
}
.couponCard__stitle {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #d71313;
  font-weight: bold;
  margin-bottom: 5px;
}
.couponCard__stitle span {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.couponCard__stitle a {
  color: #d71313;
}
.couponCard__stitle span a {
  color: #000;
}
.couponCard__text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.couponCard__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d71313;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.couponCard__flex > div {
  width: 50%;
}
.couponCard__flex > div.fill {
  width: 100%;
}
.couponCard__flex > div:first-child {
  border-right: 1px solid #d71313;
}

.couponCard__cardTitle {
  background-color: #d71313;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
.couponCard__cardText {
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  color: #d71313;
  padding: 6px 10px 3px 10px;
}
.couponCard__cardText strong {
  font-size: 16px;
}

.couponCard__date {
  font-size: 13px;
  text-align: center;
  padding: 2px 10px;
}

.couponMoreButton {
  text-align: center;
  margin-top: -10px;
}

.couponMoreButton .btn_basic04 {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  padding: 10px 20px;
  display: none;
  letter-spacing: normal;

}

.couponSearchButton {
  text-align: center;
  margin-top: 60px;
}

.couponSearchButton > * {
  margin-top: 30px;
}

.couponSearchButton > *:first-child {
  margin-top: 0;
}


.couponSearchButton__fukidashi {
  text-align: center;

}

.couponSearchButton__fukidashi span {
  display: inline-block;
  background-color: #d71313;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 3px 20px 4px 20px;
  border-radius: 15px;
  position: relative;
}

.couponSearchButton__fukidashi span::after {
  position: absolute;
  content: "";
  bottom:-6px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #d71313 transparent transparent transparent;
}

.couponSearchButton__button {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  min-width: 280px;
  text-align: center;
}

.memberButton__button {
  background-color: #f43334;
  border: 2px solid #f43334;
  min-width: 280px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  color:#fff;
}
.couponSearchButton__button::before,
.memberButton__button::before {
  display: none;
}
.memberButton__button:hover {
  background-color: #fff;
  color:#f43334;
}

.couponSearchButton__button:hover::before,
.memberButton__button:hover::before {
  display: none;
}


/* pcの場合 */
@media screen and (min-width:768px) {
  .couponList {
    padding-bottom: 0;
  }
  .couponList__title {
    font-size: 18px;
    padding: 5px 15px;
  }
  .couponList__list {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .couponList__list > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
  }

  .couponCard__member {
    top:-24px;
    font-size: 12px;
    line-height: 12px;
  }
  .couponCard__title {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 15px;
  }
  .couponCard__main {
    padding: 15px;
  }
  .couponCard__stitle {
    font-size: 24px;
    line-height: 32px;
  }

  .couponCard__stitle span {
    color: #000;
    font-size: 13px;
    line-height: 18px;
  }
  .couponCard__text {
    font-size: 14px;
    line-height: 22px;
  }
  .couponCard__cardTitle {
    font-size: 12px;
  }
  .couponCard__cardText {
    font-size: 14px;
    line-height: 20px;
  }
  .couponCard__cardText strong {
    font-size: 20px;
  }
  .couponMoreButton {
    margin-top: -30px;
  }
  .couponSearchButton > * {
    margin-top: 40px;
  }
  .couponMoreButton .btn_basic04 {
    font-size: 13px;
    line-height: 13px;
  }
}