@charset "utf-8";

.footer{
  background: url(https://chikafujiayaka.com/system_panel/uploads/images/20251225102725121290.png) no-repeat top center/cover;
  padding:4rem 5%;
}
.footer-wrap{
  display: flex;
  padding:3.5rem 5% 1rem;
  background:#fff;
  width:100%;
  justify-content: space-between;
  border-radius:20px;
  align-items: flex-start;
}

.footer-left{
  width:calc(100% - 300px);
  display:flex;
  align-items: center;
  gap: 10%;
}

.footer-left .logo{
  width:13%;
}

.footer-right{
  width:fit-content;
  padding-top:1rem;
}

.footer-right a{
  width:3rem;
  display:block;
  margin:0 0 10rem auto;
}

.copyright{
  width:fit-content;
  font-weight:bold;
  color:#6C6C6C;
}

.footer-list{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  width: 77%;
  max-width: 650px;
}

.footer-list > div{
  display:flex;
  gap:1rem;
  flex-direction:column;
  width:30%;
}

.footer-list > div > p{
  font-size:14px;
  color:#ACACAC;
}

@media (max-width: 1400px) {
  .footer-left {
    width: calc(100% - 180px);
  }
}

@media (max-width: 1279px) {
  .footer-left {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
  .footer-wrap{
    flex-direction: column;
    gap: 5rem;
    padding:4rem 5% 2.5rem;
  }
  .footer-right {
    padding-top: 0rem;
    margin: 0 auto;
  }
  .footer-right a{
    margin: 0 auto 1.5rem;
  }
  .footer-left .logo {
    width: 160px;
  }
  .footer-list{
    width:100%;
  }
  .footer{
    background-repeat: repeat;
    background-size: contain;
    padding: 4rem 2.5% 2rem;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 767px) {
  .footer{
    padding: 5rem 5%;
    background: url(https://chikafujiayaka.com/system_panel/uploads/images/20260107102559217956.png) no-repeat top center / cover;
  }
  .footer-list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .footer-list > div {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .footer-list > div > p{
    margin-bottom: -1rem;
  }
  .footer-left{
    gap:5rem;
  }
}
