
html {
  font-size: min(0.94vw, 12px);
}

body {
  margin: 0;
  padding: 0;
  background-color:black;
}




.footer {
  width: 100%;
  height: 9.5rem;
  background-color: #0b1120; /* Dark blue/black based on image */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
}

.footer__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  gap: 5.5rem;
}

.footer__link a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}

.footer__copyright {
  text-align: left;
}

.footer__copyright p {
  margin: 0;
  line-height: 1.6;
}

.sp_only{
  display:none;
}



@media screen and (max-width: 768px){
  html {
    font-size: 1.56vw;
  }

  .pc_only{
    display:none;
  }

  .sp_only{
    display:block;
  }
 
}
