html{
  font-family: 'Noto Sans JP', sans-serif;
}
body{
  font-weight: 500;
}
.kv{
  text-align: center;
}
.kv img{
  width: 100%;
  height: auto;
}


.coming-soon{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 45px 15px;
}

.footer{
  padding: 60px 0;
}

.footer_links{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  list-style: none;
  gap: 15px 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .footer_links{
    flex-direction: column;
    padding-left: 0;
    gap: 15px 0;
  }
}

.footer_archive{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0 0 30px;
  font-size: 14px;
}

.footer_archive_item{
}
.footer_archive_item a{
  color: #000;
}

.footer_sns{
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.footer_copy{
  display: block;
  text-align: center;
}