@charset "utf-8";
body{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
	color: #fff;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
ul{margin:0;padding: 0;list-style: none;}
a{color: #fff;text-decoration: none;outline: none;}
*{box-sizing: border-box}
nav{position: relative;z-index:999;padding:5px 20px;}

body.appear h1{opacity: 1;}
.sp-bottom{text-align: center;}
#footer
{position: fixed;z-index: 999;
display: flex;bottom:0px;right: 20px;justify-content: center;}
.jasrak_mark{height: 35px;margin-bottom: 5px;margin-right: 20px;}
#footer .jasrak_no{margin-top: 12px}
/*===========================================================*/
/*レスポンシブ*/
/*===========================================================*/

@media screen and (max-width:550px)
{
 h2{font-size: 1.5rem;}
 #footer
 {position: fixed;z-index: 999;
 display: flex;bottom:0px;left: 20px;justify-content: flex-start;}
 .jasrak_mark{height: 35px;margin-bottom: 5px;margin-right: 20px;}
 #footer .jasrak_no{margin-top: 15px;font-size: 5px;}
}
