/* ========================================
   フッター 規約系リンク
======================================== */
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-block: 1.5rem;
}

.l-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-footer__links li {
  font-size: 0.875rem;
  line-height: 1.5;
}

.l-footer__links a {
  color: #1e1e1e;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .l-footer__links a:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    gap: 1rem;
    padding-block: 1.25rem;
  }

  .l-footer__links {
    flex-direction: column;
    gap: 0.5rem;
  }

  .l-footer__links li {
    font-size: 0.8125rem;
  }
}

/* ========================================
   SPフッターCTA上に誘導見出し追加
======================================== */
.p-popup__headline {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header__fixed {
    flex-direction: column;
  }

  .l-header__fixed-buttons {
    display: flex;
    width: 100%;
  }

  .l-header__fixed-buttons .l-header__fixed-cta {
    flex: 1;
  }

  .p-popup__headline {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.4375rem 0.5rem;
    background: #ffffff;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
  }
}

/* ========================================
   SP FV「2026年6月 NEW OPEN」位置調整
======================================== */
@media screen and (max-width: 767px) {
  .p-fv__openline-sp {
    position: absolute;
    top: 7rem;
    left: 1.5625rem;
    text-align: left;
    z-index: 2;
    padding: 0.5rem 0.875rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
  }

  .p-fv__sp-date,
  .p-fv__sp-newopen {
    color: #ce3330;
  }

  .p-fv__sp-newopen {
    font-size: 30px;
  }

  .p-fv__intro {
    margin-top: 0;
  }
}
