.blank_area {
  box-sizing: border-box;
  padding: 16px 0 24px 0;
}
.blank_area.coupon {
  padding-bottom: 55px;
}
.link_button {
  text-align: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 0;
  display: none;
}
.link_button a {
  display: block;
  height: 45px;
  margin: 0 auto;
  line-height: 0;
}
.link_button a img {
  width: auto;
  height: 100%;
}

.banner_text.coupon {
  background-image: none;
  background: #65100c;
}

.coupon_banner {
  height: 312px;
  background-image: url("../img/coupon/bg_small.png");
  background-size: auto 100%;
  background-repeat: x-repeat;
}
.coupon_banner .images {
  display: flex;
  justify-content: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.coupon_banner .images .item.texts {
  flex-basis: 40%;
  position: relative;
  height: 100%;
  padding-left: 5px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content: space-between;
}
.coupon_banner .images .item.texts .item {
  flex-basis: 100%;
}
.coupon_banner .images .item.texts .item.top {
  height: 10%;
  position: relative;
}
.coupon_banner .images .item.texts .item.center {
  height: 74%;
  display: flex;
  align-items: center;
}
.coupon_banner .images .item.texts .item.bottom {
  text-align: right;
  color: #fff;
  font-feature-settings: "palt" on, "liga" off, "clig" off;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 9.393px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.657px;
  padding-bottom: 6px;
}

.coupon_banner .images .item.texts .item.center .title {
  position: relative;
  text-align: center;
}

.coupon_banner .images .item.texts .item.center .title img.illust1 {
  width: 25%;
  height: auto;
  position: absolute;
  top: -38%;
  right: -5%;
}
.coupon_banner .images .item.texts .item.center .title img.title {
  width: 75%;
  height: auto;
}
.coupon_banner .images .item.texts .item.center .title img.illust2 {
  width: 25%;
  height: auto;
  position: absolute;
  left: -6%;
  bottom: -25%;
}

.coupon_banner .images .item.phone {
  overflow: hidden;
  position: relative;
  flex-basis: 30%;
}

.coupon_banner .images .item.phone img.phone {
  width: 65%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.debug {
  border: 1px solid red;
  box-sizing: border-box;
}
