/* common */

body {
	font-family: "Rubik", "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "a-otf-midashi-go-mb31-pr6n", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #161616;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
}

article {
	margin: 30px auto;
}

header h1 {
	padding: 10px .75rem;
	margin-bottom: 0
}

h1.title {
	letter-spacing: 2px;
}

.title_jp {
	display: block;
	color: #999999;
	font-size: 16px;
	letter-spacing: 2px;
}

footer {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0;
}

/* menu */
ul.drawer-menu {
	padding: 40px 20px;
}

.drawer-menu-item {
	font-size:1.8rem;
}

.drawer-menu-item:hover {
	text-decoration: none !important;
}

/* sp */
@media screen and (max-width: 480px) {
	
	.sp_block {
		display: block;
	}
	
	body {
		font-size: 14px;
	}
	
	article {
		margin: 0 8%;
		padding: 10% 0 15%;
	}
	
	h1 {
		font-size: 46px;
		margin-bottom: 10%;
	}
	
	h2 {
		font-size: 20px;
	}
}

/* pc */
@media screen and (min-width: 481px) {
	
	body {
		font-size: 16px;
	}
		
	article {
		width: 800px;
		margin: 0 auto;
		padding: 30px 0 80px;
	}
	
	h1 {
		font-size: 52px;
		margin-bottom: 60px;
	}
	
	h2 {
		font-size: 36px;
	}

}