.campaigns .key-visual,
.campaigns .key-visual-complete {
  background-image: url(https://rlx.jp/img/hotelpictures/RP23513_1072.jpg);
  background-size: cover;
}
.campaigns.template .key-visual.kv-coupon .inner h1 {
  justify-content: center;
  max-width: 692px;
}
.box1 {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  margin-bottom: 24px;
}
.box1 .box1-head {
  background-color: #F5F5F5;
  padding: 8px;
}
.box1 .box1-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.box1 .box1-body {
  padding: 16px;
}
.box1 .box1-body > *:last-child {
  margin-bottom: 0;
}
.sp-swipe-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}
.sp-swipe-images.col5 .swipe-image-wrap {
  width: calc((100% - 32px) / 3);
}
.sp-swipe-images img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.img-wrap {
  text-align: center;
}
.img-wrap img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.attention-area {
  background-color: #EBEBEB;
  margin-bottom: 80px;
  padding: 40px;
}
.attention-area .attention-area-title {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 16px;
}
.attention-area .list-attention {
  margin-bottom: 0;
}
@media (max-width: 767px){
  .sp-swipe-images {
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: normal;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: scroll;
    padding: 0 16px;
    width: calc(100% + 32px);
  }
  .sp-swipe-images::-webkit-scrollbar {
    display: none;
  }
  .sp-swipe-images.col5 .swipe-image-wrap {
    width: auto;
  }
  .sp-swipe-images img {
    max-width: none;
  }
  .attention-area {
    padding: 24px 8px;
  }
  .attention-area .attention-area-title {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 8px;
  }
}