@charset "UTF-8";
/* ***************
   copyright
*************** */
#footer {
  padding: 46px 20px;
  background: url(../../images/main/common/footer_bg.webp) top center/min(2400px, 200%) no-repeat, #000;
}
.no-webp #footer {
  background-image: url(../../images/main/common/footer_bg.jpg);
}

.cw {
  text-align: center;
  color: #fff;
}
.cw__logo {
  width: min(500px, 80%);
  margin: auto auto 30px;
}
.cw__navi {
  margin-bottom: 60px;
}
.cw__share {
  margin-bottom: 50px;
}
.cw__bnr {
  margin-bottom: 55px;
}

.socialList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: auto;
  font-family: "Roboto Condensed", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.socialList::before {
  content: "Share";
  margin: 0 1em;
}

.bnrList {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .bnrList {
    gap: 10px;
  }
}

.copyright {
  margin-bottom: 0;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 1.2rem;
}

.footerNavi {
  font-family: "Roboto Condensed", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.footerNavi a {
  color: inherit;
  text-decoration: inherit;
}
.footerNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
  margin: auto;
}
@media screen and (max-width: 899px) {
  .footerNavi ul {
    width: min(450px, 100%);
  }
}
