.p-future {
  position: relative;
  padding-bottom: 7.2rem;
  margin-bottom: 20rem;
}
.p-future__inner {
  position: relative;
  z-index: 1;
}
.p-future__bgimg {
  position: relative;
  z-index: 0;
  padding-bottom: 7rem;
  max-width: 108rem;
  margin: auto;
}
.p-future__bgimg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70vw;
  background: url(../images/twenty-anniversary/future-background.svg) right bottom/contain no-repeat;
  z-index: 0;
  pointer-events: none;
}
.p-future__main {
  position: relative;
  z-index: 1;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 4.8rem;
}
.p-future__media, .p-future__body {
  position: relative;
  z-index: 1;
}
.p-future__media {
  max-width: 68rem;
  margin: 15rem auto 5rem;
}
.p-future__title {
  font-size: 4rem;
  line-height: 6rem;
  text-align: center;
  margin-bottom: 4.4rem;
}
.p-future__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-bottom: 7.2rem;
}

/* =========================
  SP
========================= */
@media (max-width: 767px) {
  .p-future {
    padding-bottom: 4.6rem;
    margin-bottom: 9.2rem;
  }
  .p-future__main {
    padding: 0;
  }
  .p-future__media {
    margin: 7.3rem 0 3.3rem;
  }
  .p-future__bgimg {
    padding-bottom: 4.6rem;
  }
  .p-future__bgimg::before {
    height: 100vw;
  }
  .p-future__title {
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    line-height: 4rem;
  }
  .p-future__text {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 0;
  }
}