.l-footer {
  margin: 50px 0 0;
}
.l-footer__inner {
  margin: 0 0 0 auto;
  width: 100%;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  padding: 80px 10vw 60px 10vw;
  position: relative;
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 10vw 160px 5vw;
    width: 95%;
  }
}
.l-footer__inner::before, .l-footer__inner::after {
  content: "";
  display: block;
  width: 130%;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  aspect-ratio: 6/1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}
.l-footer__inner::before {
  -webkit-mask-image: url("./../img/front-page/line-revert.svg");
          mask-image: url("./../img/front-page/line-revert.svg");
  -webkit-transform: translate(-50%, 0%) scale(-1, 1);
          transform: translate(-50%, 0%) scale(-1, 1);
}
.l-footer__inner::after {
  -webkit-mask-image: url("./../img/front-page/line.svg");
          mask-image: url("./../img/front-page/line.svg");
  -webkit-transform: translate(-50%, 10%) scale(-1, 1);
          transform: translate(-50%, 10%) scale(-1, 1);
}
.l-footer__info {
  position: relative;
  z-index: 2;
}
.l-footer__nav {
  position: relative;
  z-index: 2;
}
.l-footer__logo {
  display: block;
}
.l-footer__logo img {
  display: block;
  max-width: 260px;
}
.l-footer__comment img {
  display: block;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 630/160;
  background-image: url("./../img/front-page/fv-text.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-3.5deg);
          transform: rotate(-3.5deg);
  margin: 70px 0 0;
  -webkit-filter: drop-shadow(0 0 4px #ffffff);
          filter: drop-shadow(0 0 4px #ffffff);
}
.l-footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-footer__list {
  display: grid;
  gap: 40px;
}
.l-footer__item {
  text-decoration: underline;
}
.l-footer__item[target=_blank] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.l-footer__item[target=_blank]::after {
  content: "";
  display: block;
  -webkit-mask-image: url("../img/common/icon_blank_white.svg");
          mask-image: url("../img/common/icon_blank_white.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #152e47;
  width: 12px;
  height: 12px;
}
.l-footer__submenu {
  padding: 10px 0 0;
  display: grid;
  gap: 10px;
}
.l-footer__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 160px;
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer__other {
    margin: 130px 0 0;
  }
}
.l-footer-banner {
  max-width: 270px;
}
.l-footer-banner__img {
  width: 100%;
  display: block;
}
.l-footer-banner__text {
  margin: 10px 0 0;
}
.l-footer-copyright {
  text-align: center;
  padding: 25px;
  opacity: 0.42;
}