@charset "UTF-8";
.spOnly {
  display: none;
}
.pcOnly {
  display: block;
}
#lp_page img {
  max-width: 100%;
  height: auto;
}
#lp_page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
	margin-bottom: clamp(30px, -0.852rem + 9.09vw, 90px);
}
#campaign {
  width: 100%;
  max-width: 900px;
  margin-inline: auto !important;
  padding: 0 15px;
}
#lp_page section {
  width: 100%;
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 2px;
}
.coupon_code {
  width: min(100%, 900px);
  margin: 60px auto 30px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
	background: #fc9d9a;
	padding: 10px 20px;
	align-items: center;
}
.coupon_code .coupon_ttl {
	color: #fff;
  font-size: 32px;	
}
.coupon_code .coupon_txt {
  width: fit-content;
  font-size: 48px;
  font-weight: bold;
  /*border: 2px dotted #0b284b;*/
  padding: 0 50px;
  text-align: center;
	background: #fff;
}
.coupon_code .copy_btn {
  font-size: 24px;
  color: #fff;
  background: #fa776d;
  width: 160px;
	height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
.main_txt .campHead {
	font-size: 24px;
}	
  .coupon_code .copy_btn:hover {
    opacity: 0.6;
  }
}
.copy_txt {
  height: 0;
  opacity: 0;
  transition: all 0.6s;
  text-align: center;
}
.copy_txt.is_open {
  height: auto;
  opacity: 1;
}
.copy_txt.is_open span {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #fa0031;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
}
.coupon_model {
  width: min(100%, 900px);
  margin: 30px auto;
  padding: 20px 0;
  background: #f2fafe;
  border: 1px solid #7fd0f2;
}
.coupon_model p {
  font-size: 32px;
  font-weight: bold;
  transform: skewX(-10deg);
}
.coupon_model p span {
  background: linear-gradient(transparent 70%, #daf1fc 70%);
  padding: 0 10px;
}
.caution_txt {
  width: min(100%, 1050px);
  margin: 0 auto 30px;
  text-align: left;
  font-size: 24px;
  line-height: 1.6;
}
.sectionBox {
  margin-bottom: 40px;
}
.campHead {
  font-size: clamp(16px, 0.909rem + 0.3vw, 18px);
}
.campNumber {
  border-bottom: 2px solid #004DA1;
  color: #004DA1;
  font-size: 26px;
  margin-bottom: 20px;
}
ul.caution li {
  text-indent: -0.6em;
  padding-left: 1em;
	color: #fa0031;
}
.howto_link {
  margin-top: 20px;
  /*text-align: right;*/
	text-align: center;
	font-size: 1.1em;
}
.backto_home {
  text-align: center;
  margin: 60px 0;
}
.backto_home a {
  width: min(100%, 500px);
  height: 60px;
  margin-inline: auto;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .coupon_code {
    flex-direction: column;
    align-items: center;
  }
.coupon_code .coupon_ttl {
	display: none;
}
  .coupon_code .coupon_txt {
    width: fit-content;
  }
  .coupon_code .copy_btn {
    width: fit-content;
    padding: 10px 30px;
	  height: auto;
  }
}
@media screen and (max-width: 479px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  #lp_page section {
    font-size: 3.6vw;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .coupon_code {
    margin: 30px auto 0;
    gap: 0;
	  padding: 15px;
  }
  .coupon_code .coupon_txt {
    width: 100%;
    font-size: 7vw;
	  padding: 10px 0;
  }
  .coupon_code .copy_btn {
    font-size: 6vw;
    width: 60%;
    margin: 20px auto 0;
    padding: 10px 0;
  }
  .copy_txt.is_open {
    margin-top: 20px;
  }
  .copy_txt.is_open span {
    font-size: 4vw;
    padding: 10px 20px;
  }
  .coupon_model {
    margin: 20px auto;
    padding: 10px 0;
  }
  .coupon_model p {
    font-size: 5vw;
    line-height: 1.6;
  }
  .caution_txt {
    margin: 0 auto 20px;
    font-size: 3.8vw;
    letter-spacing: 0;
  }
}

.sectionBox table {
	box-shadow: 4px 4px 0 #eee;
	width: 100%;
	margin-bottom: 20px;
}
.sectionBox table th, .sectionBox table td {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.sectionBox table th {
	text-align: center;
	background: #eee;
}
@media screen and (max-width: 479px) {
.sectionBox table th, .sectionBox table td {
	padding: 6px 10px;
}	
}