@charset "UTF-8";
/*--------------------------------------------------------------------------------
  * PC *
  ------------------------------------------------------------------------------*/

/* ************************************************************************
* 
*   ルミネカード
*
************************************************************************ */


/* =========================================================
footer
========================================================= */

footer {
    background-color: #000;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.05em;
  }
  
  @media (max-width: 768px) {
    footer {
      height: 64vw;
    }
    .c-ft__logo {
      width: 46.93vw;
      height: 10.4vw;
      margin: 0 auto;
    }
  }
  @media (min-width: 769px) {
    .c-ft__logo {
      grid-area: logo;
      width: 175px;
      height: 39px;
    }
  }
  .c-ft__logo a {
    display: block;
}
  .c-ft__logo a:hover {
    opacity: 1;
}
  .c-ft__copyright {
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
  *[data-font="inter"] {
    font-family: "Inter", sans-serif;
}
  
  @media (max-width: 768px) {
    .c-ft__copyright {
      margin: 6.4vw auto 0;
      font-size: 3.2vw;
    }
  }
  @media (min-width: 769px) {
    .c-ft__copyright {
      margin: 24px auto 0;
      font-size: 12px;
    }
  }
 