.section_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background: url(../../images/campaign/bg_campaign.webp) top left no-repeat;
  background-size: cover;
}
/*
** coupon
******************************/
.coupon {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.coupon em {
  color: #FF0000;
}

/*
** intro
******************************/
.intro_buy {
  width: 404px;
  margin: 40px auto 0;
}

.intro .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px auto 0;
  font-weight: 400;
  font-size: 23px;
  color: #000;
}

.intro .text > span {
  display: block;
  font-size: 26px;
}

.intro .text > em {
  display: block;
  margin: 6px 0;
  font-size: 29px;
  color: #FF0000;
}

.intro_max50 {
  width: 632px;
  margin: -20px auto 0;
}

@media (max-width: 767px) {
  .section_bg {
    height: 120px;
  }
  .intro_buy {
    width: 290px;
  }

  .intro .text {
    font-size: 14px;
  }

  .intro .text > span {
    font-size: 16px;
  }

  .intro .text > em {
    font-size: 18px;
  }

  .intro_max50 {
    width: 100%;
  }
}

/*
** privilege
******************************/
.privileges {
  position: relative;
}

.privileges:nth-child(2) {
  margin-top: 100px;
}

.privileges:nth-child(3) {
  margin-top: 90px;
}

.privileges .title {
  position: relative;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 740px;
  height: 60px;
  margin: auto;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  line-height: 1;
  background: #000;
  border-radius: 30px;
}

.privileges .title::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 21px;
  height: 7px;
  margin: auto;
  border-top: 7px solid #000;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}

.privileges .title > .circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 82px;
  height: 82px;
  margin: auto;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #000;
  border-radius: 41px;
}

.privileges .title > .circle > em {
  display: block;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}

.privileges .title_picture {
  width: 631px;
  margin: -16px auto 30px;
}

.privilege1 {
  width: 686px;
  margin: auto;
}

.privilege2 {
  width: 658px;
  margin: 13px auto 0;
}

.privilege3 {
  width: 740px;
  margin: 20px auto 0;
}

.privilege3 picture:first-of-type{
  margin: 10px 0 0;
}

.hosyo img{
  width: 290px; 
  height: auto; 
}
.privilege4 {
  position: relative;
  width: 740px;
  margin: 20px auto 60px;
  padding-bottom: 50px;
}

.privilege5 {
  width: 632px;
  margin: auto;
}

.privilege4::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -47px;
  left: 0;
  width: 428px;
  height: 47px;
  margin: auto;
  background: url(../../images/campaign/bg_privilege_arrow.webp) top left no-repeat;
  background-size: contain;
}

.privilege4 .caption {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.privileges .box {
  position: relative;
  margin: auto;
  border: 4px solid #6AA21F;
  border-radius: 3px;
}

.privileges:nth-child(1) .box {
  width: 740px;
  padding: 0 128px 30px;
}

.privileges:nth-child(1) .box picture {
  display: block;
  width: 484px;
  margin: auto;
}

.privileges .box::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  width: 22px;
  height: 12px;
  margin: auto;
  border-top: 0;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #6AA21F;
  border-left: 11px solid transparent;
}

.privileges:nth-child(2) .cheers {
  width: 340px;
  margin: 40px auto 0;
}

.privileges:nth-child(2) .box {
  width: 600px;
  padding: 10px;
}

.privileges:nth-child(2) .box .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.privileges:nth-child(2) .box .text {
  display: block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 20px;
}

.box_border {
  width: 510px;
  padding: 25px 70px;
  margin: auto;
  text-align: center;
  border: 6px solid #ccc;
  border-radius: 3px;
}

.box_border > p {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

.box_border .btn {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .privileges .title {
    width: 370px;
    height: 40px;
    padding: 0 20px 0 40px;
    font-size: 16px;
  }

  .privileges .title > .circle {
    width: 63px;
    height: 63px;
    font-size: 12px;
  }

  .privileges .title > .circle > em {
    font-size: 30px;
  }
  .hosyo img{
    width: 186px; 
    height: auto; 
  }
  .privileges .title_picture {
    width: 100%;
    margin: -16px auto 10px;
  }

  .privilege1,
  .privilege2,
  .privilege3,
  .privilege4,
  .privilege5 {
    width: 100%;
  }

  .privilege4::before {
    width: 100%;
  }

  .privileges:nth-child(1) .box {
    width: 100%;
    padding: 14px 33px 20px;
  }

  .privileges:nth-child(1) .box picture {
    width: 100%;
  }

  .privileges:nth-child(2) .box {
    width: 100%;
    padding: 15px;
  }

  .privileges:nth-child(2) .box .text {
    font-size: 16px;
  }

  .box_border {
    width: 100%;
    padding: 20px;
  }

  .box_border .btn {
    width: 100%;
  }
}


/*
** campaign notice
******************************/
.campaign_notice {
  width: 740px;
  margin: 0 auto 65px;
}

.campaign_notice > span:first-of-type {
  display: block;
  text-align: center;
}

.campaign_notice > span:last-of-type {
  display: block;
  padding-left: 25px;
  font-size: 12px;
}

.notice_anchor {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
  padding: 15px 28px;
  background: #eee;
}

.notice_anchor span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  line-height: 1;
}

.notice_anchor a::before {
  content: '\f107';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 16px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1;
}

.note .border {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 16px;
  background: #eee;
  border-left: 6px solid #6AA21F;
}

.note p {
  margin-top: 18px;
  padding: 0 20px;
  line-height: 1.8;
}

.note + .note {
  margin-top: 40px;
}

.note p {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .campaign_notice {
    width: 100%;
   margin: -40px auto 65px;
  }

  .notice_anchor {
    flex-wrap: wrap;
    justify-content: center;
  }

  .notice_anchor span {
    margin: 10px 8px;
  }
}

/*キャンペーン日付*/
.campaign_span2 {
	width: 1170px;
	margin: 40px auto;
	font-size:24px;
}
.campaign_span2 span{
	color: #c50018 !important;
}
.campaign_span2 dl {
	width: 1170px;
}
.campaign_span2 dt{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 20px 0 0;
	background: #333;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	letter-spacing: 2px;
	font-size: 160%;
	font-weight: bold;
	border-radius: 10px;
	vertical-align: middle;
}
.campaign_span2 dt:after{
	position: absolute;
	z-index: -5;
	top: 30px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -10px;
	background: #333;
	transform: rotate(45deg);
	content: "";
}
.campaign_span2 dd {
	width: 100%;
	height: 120px;
	margin: 10px 0;
	text-align: center;
	font-size: 40px !important;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.campaign_span2 {
		width: 90%;
		margin: 30px auto 60px;
	font-size:16px;
	}
	.campaign_span2 dl {
		width: 100%;
	}
	.campaign_span2 dd {
		height: auto;
		line-height: 1.4;
		font-size: 20px !important;
		padding-bottom:10px;
	}
}

