@charset "utf-8";
img{
	vertical-align: bottom;
}
body{
	background: url(../images/bg.png) repeat;
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#wrapper{
	width: 980px;
	margin: 3% auto;
	text-align: center;
}
h1{
	padding: 3rem;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	background: linear-gradient(90deg, #55c8ac 0%, #d6d75b 100%);
	color: transparent;
	-webkit-background-clip: text;
}
@media screen and (max-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
	#wrapper{
		width: 96%;
	}
}
