.footer{
	width: 100%;
}
.footer1, .footer2{
	padding: 30px 0;
	width: 100%;
}
.footer1{
	background: #444;
}
.footerLogo{
	width: 100%;
	display: flex;
	justify-content: center;
}
.footerLogo img{
	width: 300px;
}
.footerIcon{
	margin: 30px auto 0;
	width: 300px;
	display: flex;
	flex-direction: row;
}
.footerTwitter, .footerYoutube{
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footerTwitter div, .footerYoutube div{
	text-align: center;
}
.footer2{
	background: #333;
	text-align: center;
}

.footerYoutube h1, .footerTwitter h1{
	font-size: 28px;
	color: #fff;
}
.footerYoutube h2, .footerTwitter h2{
	font-size: 12px;
	font-weight: 100;
	color: #fff;
}
.footer2 h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}