.p-footer__main-inner {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--v-color__1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.p-footer__logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.p-footer__logo-img {
  height: 1.7rem;
}

.p-footer__menu-ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.p-footer__menu-ul a {
  text-decoration: none;
}

.p-footer__menu-ul a:hover {
  text-decoration: underline;
}

.p-footer__menu--social a {
  font-size: 2rem;
  line-height: 1;
}

.p-footer__menu--social a:hover {
  text-decoration: none;
}

@media (max-width: 699px) {
  .p-footer__menu--default {
    flex-basis: 100%;
  }

  .p-footer__menu--default .p-footer__menu-ul {
    justify-content: center;
  }
}
