.nb-home-bf {
  background-color: #FBF8F1;
  padding: 70px 0 30px;
}

.nb-home-bf,
.nb-home-bf * {
  box-sizing: border-box;
}

.nb-home-bf__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.nb-home-bf__card {
  margin-bottom: 40px;
}

.nb-home-bf__visual {
  position: relative;
  overflow: hidden;
}

.nb-home-bf__before,
.nb-home-bf__after,
.nb-home-bf__table {
  margin: 0;
  line-height: 0;
}

.nb-home-bf__before img,
.nb-home-bf__after img,
.nb-home-bf__table img {
  display: block;
  width: 100%;
  height: auto;
}

.nb-home-bf__before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.nb-home-bf__after {
  position: relative;
  z-index: 0;
}

.nb-home-bf.is-enhanced .nb-home-bf__before,
.nb-home-bf.is-enhanced .nb-home-bf__after {
  opacity: 0;
}

.nb-home-bf.is-enhanced .nb-home-bf__visual.is-visible .nb-home-bf__before {
  animation: nbHomeBfFade 0.8s ease 0s 1 forwards;
}

.nb-home-bf.is-enhanced .nb-home-bf__visual.is-visible .nb-home-bf__after {
  animation: nbHomeBfFade 1s ease 0.5s 1 forwards;
}

@keyframes nbHomeBfFade {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.nb-home-bf__table {
  margin-top: 10px;
}

.nb-home-bf__note {
  margin: 8px 0 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  color: #4E4E4E;
}

@media screen and (max-width: 767px) {
  .nb-home-bf {
    padding: 0 0 30px;
  }

  .nb-home-bf__inner {
    padding: 0;
  }

  .nb-home-bf__card {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .nb-home-bf__table {
    width: calc(100% - 30px);
    margin: 10px auto 0;
  }

  .nb-home-bf__note {
    text-align: center;
    font-size: 10px;
  }
}
