@charset "UTF-8";

main {
  overflow-x: hidden;
}

main p,
main li,
main dt,
main dl {
  font-size: 16px;
  line-height: 36px;
}

.bread-crumb li {
  font-size: 14px;
  line-height: 15.4px;
}

img {
  vertical-align: top;
}

.bcWrap,
.mv,
.section_content_cp {
  width: 1040px;
  margin: 0 auto;
}

.mv {
  /* 20231002 */
  margin-bottom: 60px;
}

.marker {
  display: inline;
}

.isMens .marker {
  background: linear-gradient(transparent 80%, #ffef00);
}

.isLadies .marker {
  background: linear-gradient(transparent 80%, #EFB6D5 0%);
}

.coupon_inner {
  display: flex;
  justify-content: space-between;
}


.ruleList {
  margin: 27px auto 0;
  padding: 25px 30px;
  background: #F5F5F5;
  width: 80%;
}

.ruleList dt {
  font-weight: bold;
}

.ruleList dd {
  padding-left: 1em;
  text-indent: -1em;
}

.couponList li {
  position: relative;
  width: 490px;
  margin-top: 60px;
  margin-right: 60px;
}

.couponList .isMens {
  padding: 25px 30px 30px;
  background: #F5F5F5;
  overflow: hidden;
}


.couponList .isMens::before {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 100% 0% 100% 0% / 0% 0% 100% 100%;
  top: 48px;
  left: 0px;
}

.couponList .isMens::before {
  background: #e60114;
}

.couponList li.isLadies::before {
  background: #E559A5;
}

.couponList li:nth-child(2n) {
  margin-right: 0;
}

.couponList p {
  letter-spacing: 0.05em;
  text-align: center;
}

.couponList p+p {
  margin-top: 5px;
}

.couponList .couponTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.couponList p.txt02 .isBold {
  font-weight: bold;
  font-size: 18px;
}

.couponList p.txt02 .isLarge {
  font-size: 28px;
}

.couponList p.txt03 {
  font-size: 60px;
  font-weight: bold;
  margin: -10px 0 15px 0;
}


dl.coupon {
  position: relative;
  display: table;
  margin: 25px auto 0;
  letter-spacing: 0.05em;
  text-align: center;
}

.isMens dl.coupon {
  border: 8px solid #e60114;
  background: #e60114;
}

.isLadies dl.coupon {
  border: 8px solid #E559A5;
  background: #E559A5;
}

dl.coupon dt {
  position: relative;
  top: -4px;
  display: table-cell;
  width: 264px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

dl.coupon dd.couponCode {
  display: table-cell;
  width: 250px;
  background: #fff;
}

dl.coupon dd textarea {
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  resize: none;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  transition-duration: 0.3s;
}

dl.coupon dd textarea:hover,
dl.coupon dd textarea:active {
  color: rgba(26, 26, 26, 0.5);
}

dl.coupon dd textarea:focus {
  border-color: #fff;
  background-color: #fff;
  outline: none;
}

dl.coupon dd textarea::selection {
  background: #fff;
  color: #1a1a1a;
}

dl.coupon dd textarea::-moz-selection {
  background: #fff;
  color: #1a1a1a;
}

dl.coupon dd.info {
  position: absolute;
  display: block;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  right: -52px;
  bottom: -38px;
}

.linkBtn {
  height: 60px;
}

.linkBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  border-radius: 30px;
  padding-top: 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.linkBtn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34px;
  transition-duration: 0.3s;
  z-index: 1;
}

.linkBtn.isMens a {
  background: #96232A;
}

.linkBtn.isLadies a {
  background: #E559A5;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }

  .couponList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
  }

  .cbBtn a {
    position: relative;
    display: block;
    width: 338px;
    height: 100%;
    border-radius: 30px;
    padding: 10px 20px 10px 0;
    margin: 12px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #282828;
  }

  .cbBtn a::before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: 2px solid #282828;
    border-bottom: 2px solid #282828;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    transition-duration: 0.3s;
    z-index: 1;
  }

  .cbBtn a {
    background: #ffef00;
  }

  .cbBtn {
    margin: 50px auto 0;
  }

  .cbBtn+.cbBtn {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {


  .couponList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px 0;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  main p,
  main li {
    line-height: 32px;
  }

  .bread-crumb li {
    font-size: 10px;
  }

  .bcWrap,
  .mv,
  .section_content_cp{
    width: 100%;
    padding: 0 15px;
  }

  .mv {
    /* 20231002 */
    margin-bottom: 15px;
  }

  .ruleList {
    margin-top: -15px;
    padding: 15px 15px;
    width: 100%;
  }

  .couponList {
    display: block;
  }

  .couponList li {
    width: 100%;
    margin: 32px auto 40px;
  }

  .couponList .isMens {
    width: 100%;
  }

  .couponList p+p {
    margin-top: 5px;
  }

  .couponList p.txt02 .isBold {
    font-size: 15px;
  }

  .couponList p.txt02 .isLarge {
    font-size: 20px;
  }

  .couponList p.txt03 {
    /* font-size: 28px; */
  }

  dl.coupon {
    display: block;
    margin: 20px auto 0;
  }

  .isMens dl.coupon {
    border: 3px solid #e60114;
  }

  .isLadies dl.coupon {
    border: 3px solid #E559A5;
  }

  dl.coupon dt {
    display: block;
    width: 100%;
    top: -2px;
  }

  dl.coupon dd.couponCode {
    display: block;
    width: 100%;
  }

  dl.coupon dd textarea {
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  dl.coupon dd.info {
    width: auto;
    right: 0;
    left: 0;
    bottom: -34px;
  }

  .linkBtn a {
    margin-top: 30px;
    padding-top: 10px;
    font-size: 24px;
  }

  .linkBtn a::before {
    right: 18px;
  }

  .linkBtn a:active {
    opacity: 0.7;
  }

  .cbBtn a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 10px 20px 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #282828;
    margin: 12px 0 0 0;
  }

  .cbBtn a::before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: 2px solid #282828;
    border-bottom: 2px solid #282828;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    transition-duration: 0.3s;
    z-index: 1;
  }

  .cbBtn a {
    background: #ffef00;
  }

  .couponList {
    display: block;
  }

  .couponList li {
    width: 100%;
    margin: 32px auto 40px;
  }

  .couponList .isMens::before {
    width: 30px;
    height: 30px;
    top: 44px;
  }

  .cbBtn {
    margin-top: 45px;
  }

  .cbBtn + .cbBtn {
    margin-top: 16px;
  }

  .cbBtnPink {
    margin: 50px auto 0;
  }

  .cbBtnPink a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 145px 0 0;
    border-radius: 30px;
    padding: 10px 20px 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  .cbBtnPink a::before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    transition-duration: 0.3s;
    z-index: 1;
  }

  .cbBtnPink a {
    background: #E559A5;
    ;
  }

  .section_content_cp .couponTitle {
    font-size: 18px;
  }
}