.p-top__keyvisual.brave {
  background: url(../images/top/brave_key_background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-top__keyvisual.brave_clear_image {
    background: url(../images/top/brave_key_main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767.9px) {
  .p-top__keyvisual.brave_clear_image {
    background: url(../images/top/brave_key_main-sp.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.p-top__brave_keyvisual_background {
  position: absolute;
  bottom: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-top__brave_keyvisual--text {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top__brave_keyvisual--text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-top__brave_keyvisual--text {
    font-size: 2rem;
  }
}

.js-keyvisual-slick {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.js-keyvisual-slick.slick-initialized {
  opacity: 1;
}
