@charset "UTF-8";
/* CSS Document */



.header_sp{
	background-image: url("../images/sp_bg.png");
	width: 100%;
	min-height: 800px;
	margin: auto;
	background-size: cover;
	position: absolute;
}
.inner{
	display: flex;
	justify-content: space-between;
	padding-top: 18px;
}
.logo{
	margin-left: 20px;

}
.close{
	margin-right: 20px;

	}
.nav-list1{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	text-align: center;
}
.nav-list1 a{
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 4;	
	text-decoration: none;
}

.sns_icon{
	margin: auto;
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	text-align: center;

}
.twitter_sp{
	margin-top: 28px;
}