@layer sections {
  :where(.s-footer-post-lists-001) {
    padding: var(--wp--preset--spacing--3-xl) var(--wp--preset--spacing--lg);
    background: var(--wp--preset--color--primary-lightest);
    color: var(--wp--preset--color--basic-text);
  }

  :where(.s-footer-post-lists-001--column) {
    border-top: 1px solid var(--wp--preset--color--primary-lighter);
  }

  :where(.s-footer-post-lists-001__inner) {
    max-width: var(--wp--style--global--wide-size, 1200px);
    margin-inline: auto;
  }

  :where(.s-footer-post-lists-001__head) {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--wp--preset--spacing--base);
    margin-bottom: var(--wp--preset--spacing--lg);
  }

  :where(.s-footer-post-lists-001__title) {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  :where(.s-footer-post-lists-001__more) {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    font-size: 1.4rem;
    white-space: nowrap;
  }

  :where(.s-footer-post-lists-001__list) {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--wp--preset--spacing--sm);
  }

  :where(.s-footer-post-lists-001__link--with-thumb) {
    grid-template-columns: 6.4rem 1fr;
    align-items: center;
  }

  :where(.s-footer-post-lists-001__thumb) {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: var(--wp--custom--radius--sm);
    overflow: hidden;
    background: var(--wp--preset--color--white);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  :where(.s-footer-post-lists-001__thumb img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  :where(.s-footer-post-lists-001__thumb img[alt=""]) {
    width: 70%;
    height: auto;
    object-fit: contain;
  }

  :where(.s-footer-post-lists-001__body) {
    display: grid;
    gap: 0.2rem;
  }

  :where(.s-footer-post-lists-001__link) {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--wp--preset--spacing--sm);
    align-items: baseline;
    color: inherit;
    text-decoration: none;
  }

  :where(.s-footer-post-lists-001__link:hover) {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  :where(.s-footer-post-lists-001__date) {
    font-size: 1.3rem;
    opacity: 0.9;
    white-space: nowrap;
  }

  :where(.s-footer-post-lists-001__text) {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  :where(.s-footer-post-lists-001__empty) {
    margin: 0;
    font-size: 1.4rem;
    opacity: 0.9;
  }

  @media (max-width: 600px) {
    :where(.s-footer-post-lists-001) {
      padding: var(--wp--preset--spacing--2-xl) var(--wp--preset--spacing--base);
    }

    :where(.s-footer-post-lists-001__link) {
      grid-template-columns: 1fr;
    }

    :where(.s-footer-post-lists-001__link--with-thumb) {
      grid-template-columns: 6rem 1fr;
      align-items: center;
    }

    :where(.s-footer-post-lists-001__thumb) {
      width: 6rem;
      height: 6rem;
    }

    :where(.s-footer-post-lists-001__date) {
      font-size: 1.2rem;
    }
  }
}
