@charset "UTF-8";
/* ご自由に追記してください */

/* フッターメニュー */
.l-footer-bar {
  background: #333;
  color: #fff;
}

/* フッターメニューの法的情報 */
.l-footer-bar__nav {
  background-color: #D3D9DE;
  color: #333;
  padding: 1rem 0;
}

.l-footer-bar__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.l-footer-bar__links li:not(:last-child)::after {
  content: '|';
  pointer-events: none;
}

.l-footer-bar__links a {
  color: inherit;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0 1.5rem;
  display: inline-block;
}

@media screen and (min-width: 769px){
  .l-footer-bar__links a {
    font-size: 1.4rem;
  }
}


/* フッターメニューのコピーライト */
.l-footer-bar__meta {
  padding: 1rem 0;
}

@media screen and (min-width: 769px) {
  .l-footer-bar__meta {
    padding: 2rem 0;
  }
}

.l-footer-bar__copyright {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.055rem;
}
@media screen and (min-width: 769px) {
  .l-footer-bar__copyright {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}