.detail_box {
  position: relative;
  height: 115vw;
  overflow: hidden;
}
.detail_box img {
  width: 100%;
}
.detail_box h2 {
  position: absolute;
  bottom: 40%;
  width: 100%;
}
.detail_box h2 img {
  margin: 0 auto;
  width: 38%;
}

.campain_icon {
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}

.campain_icon span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23.5%;
}
.campain_icon span.spacer {
  width: 100%;
}

.feature_icon {
  position: relative;
}
.feature_icon img {
  width: 100%;
  height: auto;
}
.feature_icon span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26%;
  text-align: left;
  opacity: 0.85;
}

.inner {
  text-align: center;
}
.inner h2 {
  margin-bottom: 15%;
  padding-top: 15%;
  padding-bottom: 7px;
  border-bottom: 2px solid #000;
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}

.bgGlay03 {
  padding-bottom: 5%;
  background: #f5f5f0;
}

.btn_area .btn_box {
  margin: 50px 0 0;
  padding: 0 0 30px;
}

.campain_detail {
  padding: 0 10px;
}

.detail_text {
  text-align: left;
}
.detail_text dl {
  text-align: left;
}
.detail_text dl dt {
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 1.8rem;
  font-weight: bold;
}
.detail_text dl dd {
  margin-bottom: 8%;
  font-size: 1.4rem;
}

.campain_detail:last-child .detail_text dl dd {
  /*	margin-bottom: 0;
   */
}

.detail_text p {
  line-height: 20px;
}
.detail_text p .borderBox {
  margin-bottom: 2%;
  padding: 1% 2%;
  border: 1px solid #000;
  display: inline-block;
}

.btmbor {
  border-bottom: 2px solid #000;
}

.bgWhite.bana {
  margin-top: 15%;
  margin-bottom: 10%;
  padding: 0 10px;
  text-align: left;
}
.bgWhite.bana p:last-child {
  margin-top: 2%;
  margin-bottom: 8%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 22px;
  text-align: left;
}

.sp_mega_menu section.recipe h2 {
  padding-top: 0;
}