@charset "UTF-8";
.footer {
  padding: 6rem 2rem 3rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6rem 3rem 3rem;
  }
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}

/* ------------------------
   company
------------------------- */
.footer-company-name img {
  width: 26rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer-company-name img {
    width: 36rem;
  }
}

.footer-company-name p {
  margin-top: 4.8rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #555555;
  font-weight: 300;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 767px) {
  .footer-company-name p {
    font-size: 2.4rem;
  }
}

/* ------------------------
   navigation
------------------------- */
.footer-nav {
  display: flex;
  gap: 9rem;
}

.footer-col {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 1.4rem;
}

.footer-col a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  line-height: 2;
}

/* ------------------------
   icon
------------------------- */
.footer-icons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 0.5rem;
}

.footer-icons img {
  width: 2rem;
  height: 2rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-icons img:hover {
  opacity: 0.6;
  transform: translateY(-2px);
}

/* ------------------------
  copyright
------------------------- */
.footer-copyright {
  text-align: right;
  font-size: 1.2rem;
  color: #555555;
  font-weight: 500;
  letter-spacing: 0.12rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 2.2rem;
  }
}

/* ================================
   SP FOOTER
================================ */
@media screen and (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    gap: 3rem;
  }
  /* Accordion block */
  .footer-nav {
    width: 100%;
    display: block;
    margin-top: 2rem;
  }
  .footer-acc {
    border-bottom: 1px solid #000;
    padding: 2rem 0;
  }
  /* Title row */
  .footer-acc summary {
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-acc summary::after {
    content: "＋";
    font-size: 2.4rem;
    line-height: 1;
    transition: transform 0.3s ease;
  }
  .footer-acc[open] summary::after {
    content: "－";
  }
  .footer-col {
    margin-top: 1.6rem;
    padding-left: 0;
  }
  .footer-col a {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .footer-icons img {
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-acc {
    border: none;
    padding: 0;
  }
  .footer-acc summary {
    display: none;
  }
  .footer-acc summary::-webkit-details-marker {
    display: none;
  }
}/*# sourceMappingURL=newfooter.css.map */