@charset "utf-8";

/* couponここから */
.main_contents .coupon__information{
  width: 100%;
  max-width: 772px;
  background: #c33c5c;
  text-align: center;
  margin: 0 auto 4%;
  padding: 4% 0 1%;
  color: #ffffff;
}
.main_contents .main_body .coupon__information h3 {
  width: 90%;
  max-width: 629px;
  margin: 0 auto 5%;
  text-align: center;
}
.coupon__information .coupon_code{
  width: 85%;
  max-width: 700px;
  background-color: #ffffff;
  margin: 5% auto 5%;
  padding: 3% 0 1%;
  color: #c33c5c;
  font-size: 17px;
  line-height: 0.6em;
}
.coupon__information .coupon_code span.btn-clipboard {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.coupon__information .coupon_terms {
  margin: 0 auto 4%;
}
.coupon__information .coupon_terms p {
  font-size: 23px;
  font-weight: bold;;
}
.coupon__information .coupon_terms ul {
  font-size: 13px;
  font-weight: 300;
}
.coupon__information .coupon_terms ul li {
  margin:0 auto 0.5%;
}
@media (max-width: 768px) {
  .main_contents .coupon__information {
    padding: 7% 0 3%;
  }
  .coupon__information .coupon_code {
    font-size: 12px;
  }
  .coupon__information .coupon_code span.btn-clipboard {
    font-size: 25px;
  }
  .coupon__information .coupon_terms p {
    font-size: 14px;
  }
  .coupon__information .coupon_terms ul {
    font-size: 10px;
  }
}
/* クリップボードにコピー */
.btn-clipboard {
  display: inline-block;
}
.btn-clipboard:hover {
  cursor:pointer;
  color: #f78aa4;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: .9em;
}
/* couponここまで */

img.pc_view,
br.pc_view {
  display: inline;
}
div.pc_view,
span.pc_view,
p.pc_view {
  display: block;
}
img.smp_view,
br.smp_view,
div.smp_view,
span.smp_view,
p.smp_view {
  display: none;
} 


@media (max-width: 768px) {
  div.pc_view,
  span.pc_view,
  p.pc_view,
  img.pc_view,
  br.pc_view {
    display: none;
  }
  div.smp_view,
  p.smp_view {
    display: block;
  }
  img.smp_view,
  span.smp_view,
  br.smp_view {
    display: inline;
  }
}