@charset "UTF-8";
/*全般*/
body{
  margin: 0;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  font-size: 62.5%;
}

header{
  width: 100%;
  height: 80px;
  text-align: center;
  position: fixed;
  top: 0;
}

.pckv,.spkv{
  width: 100%;
  margin-top: 80px;
}

.spkv{
  display: none;
}

@media (max-width:767px){
  .pckv{
    display: none;
  }
  .spkv{
    display: block;
  }
}

footer{
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: fixed;
  bottom: 0;
}

@media (max-width:767px){
  footer{
    font-size: 1rem;
  }
}
