@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;
}

.section_content_cp .marker {
  display: inline;
}

.section_content_cp .isMens .marker {
  background: linear-gradient(transparent 80%, #ffef000%);
}

.section_content_cp .isLadies .marker {
  background: linear-gradient(transparent 80%, #EFB6D5 0%);
}

.section_content_cp .ruleList {
  margin: 27px auto 0;
  padding: 25px 30px;
  background: #F5F5F5;
  width: 80%;
}

.section_content_cp .ruleList dt {
  font-weight: bold;
}

.section_content_cp .ruleList dd {
  padding-left: 1em;
  text-indent: -1em;
}

.section_content_cp .couponList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.section_content_cp .couponList li {
  position: relative;
  width: 490px;
  margin-top: 60px;
  margin-right: 60px;
}

.section_content_cp .couponList .isMens {
  padding: 25px 30px 30px;
  background: #F5F5F5;
  overflow: hidden;
}

.section_content_cp .couponList .isMens::before {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 100% 0% 100% 0% / 0% 0% 100% 100%;
  top: 48px;
  left: 0;
}

.section_content_cp .couponList .isMens::before {
  background: #e60114;
}

.section_content_cp .couponList li.isLadies::before {
  background: #E559A5;
}

.section_content_cp .couponList li:nth-child(2n) {
  margin-right: 0;
}

.section_content_cp .couponList p {
  letter-spacing: 0.05em;
  text-align: center;
}

.section_content_cp .couponList p+p {
  margin-top: 5px;
}

.section_content_cp .couponList p.txt02 .isBold {
  font-weight: bold;
  font-size: 18px;
}

.section_content_cp .couponList p.txt02 .isLarge {
  font-size: 28px;
}

.section_content_cp .couponList p.txt03 {
  font-size: 60px;
  font-weight: bold;
  margin: -10px 0 15px 0;
}

.section_content_cp .couponTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.section_content_cp dl.coupon {
  position: relative;
  display: table;
  margin: 25px auto 0;
  letter-spacing: 0.05em;
  text-align: center;
}

.section_content_cp .isMens dl.coupon {
  border: 8px solid #e60114;
  background: #e60114;
}

.section_content_cp .isLadies dl.coupon {
  border: 8px solid #E559A5;
  background: #E559A5;
}

.section_content_cp dl.coupon dt {
  position: relative;
  top: -4px;
  display: table-cell;
  width: 164px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.section_content_cp dl.coupon dd.couponCode {
  display: table-cell;
  width: 250px;
  background: #fff;
}

.section_content_cp 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;
}

.section_content_cp dl.coupon dd textarea:hover,
.section_content_cp dl.coupon dd textarea:active {
  color: rgba(26, 26, 26, 0.5);
}

.section_content_cp dl.coupon dd textarea:focus {
  border-color: #fff;
  background-color: #fff;
  outline: none;
}

.section_content_cp dl.coupon dd textarea::selection {
  background: #fff;
  color: #1a1a1a;
}

.section_content_cp dl.coupon dd textarea::-moz-selection {
  background: #fff;
  color: #1a1a1a;
}

.section_content_cp dl.coupon dd.info {
  position: absolute;
  display: block;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  right: 0;
  bottom: -38px;
}

.section_content_cp .linkBtn {
  height: 60px;
}

.section_content_cp .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;
}

.section_content_cp .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;
}

.section_content_cp .linkBtn.isMens a {
  background: #dc0012;
}

.section_content_cp .linkBtn.isLadies a {
  background: #E559A5;
}


@media screen and (min-width: 768px) {

  .section_content_cp .cbBtn a {
    position: relative;
    display: inline-block;
    width: 338px;
    height: 100%;
    border-radius: 30px;
    padding: 10px 20px 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #282828;
  }

  .section_content_cp .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;
  }

  .section_content_cp .cbBtn a {
    background: #ffef00;
  }

  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }

  .section_content_cp .couponList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
  }


  .section_content_cp .cbBtn {
    margin-top: 50px;
    text-align: center;
  }

  .section_content_cp .cbBtn+.cbBtn {
    margin-top: 23px;
  }


}

@media screen and (max-width: 767px) {
  .section_content_cp .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;
  }

  .section_content_cp .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;
  }

  .section_content_cp .cbBtn a {
    background: #ffef00;
  }

  .section_content_cp .cbBtn {
    margin-top: 45px;
  }
  .section_content_cp .cbBtn + .cbBtn {
    margin-top: 16px;
  }

  .section_content_cp .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;
  }

  .section_content_cp .ruleList {
    margin-top: -15px;
    padding: 15px 15px;
    width: 100%;
  }

  .section_content_cp .couponList {
    display: block;
  }

  .section_content_cp .couponList li {
    width: 100%;
    margin: 32px auto 40px;
  }

  .section_content_cp .couponList .isMens::before {
    width: 30px;
    height: 30px;
    top: 44px;
  }

  .section_content_cp .couponList p+p {
    margin-top: 5px;
  }

  .section_content_cp .couponList p.txt02 .isBold {
    font-size: 15px;
  }

  .section_content_cp .couponList p.txt02 .isLarge {
    font-size: 17px;
    white-space: nowrap;
  }

  .section_content_cp .couponList p.txt03 {
    /* font-size: 28px; */
  }

  .section_content_cp dl.coupon {
    display: block;
    margin: 20px auto 0;
  }

  .section_content_cp .isMens dl.coupon {
    border: 3px solid #e60114;
  }

  .section_content_cp .isLadies dl.coupon {
    border: 3px solid #E559A5;
  }

  .section_content_cp dl.coupon dt {
    display: block;
    width: 100%;
    top: -2px;
  }

  .section_content_cp dl.coupon dd.couponCode {
    display: block;
    width: 100%;
  }

  .section_content_cp dl.coupon dd textarea {
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .section_content_cp dl.coupon dd.info {
    width: auto;
    right: 0;
    left: 0;
    bottom: -34px;
  }

  .section_content_cp .linkBtn a {
    margin-top: 30px;
    padding-top: 10px;
    font-size: 24px;
  }

  .section_content_cp .linkBtn a::before {
    right: 18px;
  }

  .section_content_cp .linkBtn a:active {
    opacity: 0.7;
  }

  .section_content_cp .couponTitle {
    font-size: 18px;
  }
}


.section_content_cp .cbBtnPink {
  margin: 50px auto 0;
}


.section_content_cp .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;
}

.section_content_cp .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;
}

.section_content_cp .cbBtnPink a {
  background: #E559A5;
}
