/* ==========================================================================
  共通箇所の上書き用
========================================================================== */

.l-footer__menu-list li.l-menu-list-title a {
  white-space: nowrap;
}

@media only screen and (max-width: 767px){

}


/* l-footer__menu--bottom 上書き */
.l-footer__menu--bottom {
  margin-top: 20vw;
}


/* .l-footer__menu--banner */
.l-footer__menu--banner {
  position: absolute;
  bottom: 258px;
  right: 20px;
}

.l-footer__menu--banner ul li {
  width: 283px;
  margin-bottom: 10px;
}

.l-footer__menu--banner ul li img {
  width: 100%
}

.l-footer__menu--banner ul li a {
  transition: opacity 0.3s;
}

.l-footer__menu--banner ul li a:hover {
  opacity: .8;
}

@media only screen and (max-width: 767px){
  .l-footer__menu--banner {
    position: static;
  }

  .l-footer__menu--banner ul {
    display: flex;
    justify-content: center;
  }

  .l-footer__menu--banner ul li {
    width: 41vw;
    margin-bottom: 0;
  }

  .l-footer__menu--banner ul li:nth-of-type(1) {
    margin-right: 2vw;
  }

  .l-footer__menu--banner ul li a:hover {
    opacity: 1;
  }
}
