@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
**************************************************
  クーポン用記載
**************************************************
--------------------------------------------------*/
.api_coupon .lp-disNo {
  display:none !important;
}

@media screen and (max-width: 750px) {
.pcOnly { display:none !important; }	/* SPでは非表示 */
}
/*--------------------------------------------------
**************************************************
  クーポンPC
**************************************************
--------------------------------------------------*/
.m-coupon__item {
  /* display: block; */
  position: relative;
  background-color: #4FB447;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  height: 118px;
  width: 330px;
  padding: 12px 70px 12px 12px;
  margin-bottom: 12px;
}
.m-coupon__item.-label::before {
  background-image: url(../imgs/label.svg);
  background-size: contain;
}
.m-coupon__item.-limited-time::before {
  background-image: url(../imgs/label_limited-time.svg);
  background-size: contain;
}
.m-coupon__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 120px;
  height: 82px;
}
.m-coupon__item.-version02 {
  height: auto;
  padding: 7px 9px 8px;
}
.m-coupon__item.-version02::before {
  display: none;
}
.m-coupon__item.-version02::after {
  display: none;
}

.m-coupon__inner {
  background-color: #fff;
  padding: 0 20px;
}

.m-coupon__ttl {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: start;
  margin-left: 50px;
  padding-top: 3px;
}
.m-coupon__item.-version02 .m-coupon__ttl {
  margin-left: 0px;
  height: 45px;
}
.m-coupon__discount {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-image: linear-gradient(to right, #009933 6px, transparent 6px);
  background-size: 12px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.m-coupon__discount .m-coupon__discount__num {
  font-size: 3rem;
  line-height: 1.6;
  margin-right: 14px;
}

.m-coupon__discount {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-image: linear-gradient(to right, #009933 6px, transparent 6px);
  background-size: 12px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.m-coupon__period {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #009933;
  line-height: 1;
  padding-top: 7.5px;
  padding-bottom: 8px;
}

.m-coupon__item::after {
  position: absolute;
  content: "";
  background-image: url(../imgs/big-arrow.svg);
  background-size: 36px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 68px;
}
.a-btn.-oval.-yellow {
  padding: 5px 58px;
  color: #323232;
  background-color: #ffd200;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 8px;
	border-radius: 22.5px;
	position: relative;
}
.a-btn.-oval.-yellow::after {
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  right: 15px;
}
.a-btn.-oval::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
}


/*--------------------------------------------------
**************************************************
  クーポンSP
**************************************************
--------------------------------------------------*/
@media only screen and (max-width:767.97px) {

	.m-coupon__inner {
	  background-color: #fff;
	  padding: 0 10px;
	}
	.m-coupon__item {
	  display: inline-block;
	  position: relative;
	  background-color: #4FB447;
	  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
			  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	  border-radius: 3px;
	  height: 118px;
	  width: 330px;
	  padding: 7px 40px 7px 9px;
	  margin-bottom: 12px;
	}
	.m-coupon__item.-limited-time::before {
	  background-image: url(../imgs/label_limited-time.svg);
	}
	.m-coupon__item.-label::before {
	  background-image: url(../imgs/label.svg);
	}
	.m-coupon__item::before {
	  position: absolute;
	  content: "";
	  top: 0;
	  left: 0;
	  width: 70.67px;
	  height: 47.67px;
	}
	.m-coupon__ttl {
	  font-size: 0.86rem;
	  line-height: 1.13;
	  font-weight: 700;
	  text-align: start;
	  margin-left: 50px;
	  padding-top: 3px;
	}
	.m-coupon__item.-version02 .m-coupon__ttl {
		height: 36px;
	}
	.m-coupon__discount {
	  font-size: 1.25rem;
	  font-weight: 700;
	  text-align: center;
	  background-image: linear-gradient(to right, #009933 6px, transparent 6px);
	  background-size: 12px 2px;
	  background-position: left bottom;
	  background-repeat: repeat-x;
	}
	.m-coupon__discount .m-coupon__discount__num {
	  font-size: 1.875rem;
	  line-height: 1.6;
	  margin-right: 14px;
	}
	.m-coupon__period {
	  font-size: 0.75rem;
	  font-weight: 700;
	  text-align: center;
	  color: #009933;
	  line-height: 1;
	  padding-top: 7.5px;
	  padding-bottom: 6px;
	}
	.m-coupon__item::after {
	  position: absolute;
	  content: "";
	  background-image: url(../imgs/big-arrow.svg);
	  background-size: 17px;
	  top: 50%;
	  right: 10px;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  width: 17px;
	  height: 31px;
	}

}