p,a,li,span{
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
} 
p{
 font-size: 17px;
 line-height: 1.8;
}

@media (max-width: 600px) {
	p{
 font-size: 16px;
}
}
html,body{
  width: 100%;
  max-width: 100%;
  background-color:#152218;
}

html, body { overflow-x: hidden; }


a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}


span.circle{
	font-size:10px;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #152218;
  z-index: 1000;
}

#header { transition: transform .25s ease; }
#header.show { transform: translateY(0); }
#header.hide { transform: translateY(-100%); }

footer{
  margin: 0 calc(50% - 50dvw);
  width: 100vw;
  height: 40px;
  line-height: 70px;
  text-align: center;
}
footer p{
font-size:14px;	
}