@charset "UTF-8";
body {
	overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
	background-image:url(../images/bgimage_ricepaper2.png);
	background-position:top center;
}

#content {
	text-align:center;
	color:#000;
	padding:30px 0;
}

h1 img {
	width:80%;
	height:auto;
}

h2 {
	line-height:1.75em;
	font-size:24px;
	font-weight:700;
	margin:40px 0 30px 0;
}

p {
	line-height:2em;
	font-size:16px;
	font-weight:500;
	margin-bottom:30px;
}

.sns_icon {
	margin-bottom:50px;
}

.sns_icon img {
	margin:0 7px;
}

.copy {
	font-size: 10px;
	margin-top:30px;
}

