@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;
}
.section_content_cp .marker {
  display: inline;
}
.section_content_cp .isMens .marker {
  background: linear-gradient(transparent 80%, #c7af65 0%);
}
.section_content_cp .isLadies .marker {
  background: linear-gradient(transparent 80%, #EFB6D5 0%);
}
.section_content_cp .ruleList {
  margin-top: 60px;
  padding: 25px 30px;
  background: #F5F5F5;
}
.section_content_cp .ruleList dt {
  font-weight: bold;
}
.section_content_cp .ruleList dd {
  padding-left: 1em;
  text-indent: -1em;
}

.section_content_cp .couponList li {
  position: relative;
  /* width: 800px; */
  margin-top: 30px;
  margin-right: 60px;
  width: 490px;
  padding: 25px 30px 30px;
  background: #F5F5F5;
  overflow: hidden;
}
.section_content_cp .couponList li::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  left: -35px;
}
.section_content_cp .couponList li.isMens::before {
  background: #c7af65;
}
.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 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 #c7af65;
  background: #c7af65;
}
.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: #02A5D9;
}
.section_content_cp .linkBtn.isLadies a {
  background: #E559A5;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
	
	.section_content_cp .couponList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px;
}
}

@media screen and (max-width: 767px) {
	
	
	.section_content_cp .couponList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px;
}
  .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;
  }
  .section_content_cp{
    padding: 0;
  }
  .section_content_cp .ruleList {
    margin-top: 30px;
    padding: 15px 15px;
  }
  .section_content_cp .couponList {
    display: block;
  }
  .section_content_cp .couponList li {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    padding: 15px 15px 30px;
  }
  .section_content_cp .couponList li::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .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: 24px;
  }
  .section_content_cp dl.coupon {
    display: block;
    margin: 20px auto 0;
  }
  .section_content_cp .isMens dl.coupon {
    /* border: 3px solid #02A5D9; */
  }
  .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 .cbBtn{margin: 50px auto 0;}


.section_content_cp .cbBtn 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 .cbBtn 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 .cbBtn a {
  background: #02A5D9;
}






.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;;
}










