@charset "utf-8";

/*--------------------
common
--------------------*/
html {
	background: url(../images/common/bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
}

body {
	position: relative;
	min-width: 1200px;
	height: 100%;
	box-sizing: border-box;
	font-family: "Noto-Sans-JP-Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	background: none;
}

#s-wrapper {
	max-width: 640px;
	margin: 0 auto;
	background: url(../images/common/bg_01.png) no-repeat center bottom / cover #000;
	height:auto !important; height:100%; min-height:100%;
}


.inner {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.s-inner {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}

.SP {
	display: none;
}

.empty {
	padding: 20px 0;
	text-align: center;
}

/*--------------------
footer（トップページフッター）
--------------------*/

/*--------------------
s-footer（下層フッター）
--------------------*/
#s-footer {
	padding: 20px 0 15px;
}

#s-footer .login_wrap {
	text-align: center;
	padding: 0 0 30px;
}

#s-footer .login_wrap a {
	color: #595959;
	font-size: 18px;
	display: inline-block;
	line-height: 25px;
	padding: 0 35px;
}

#s-footer .login a {
	background: url(../images/common/icon/login.svg) no-repeat left center;
	background-size: auto 25px ;
}

#s-footer .logout a {
	background: url(../images/common/icon/logout.png) no-repeat left center;
	background-size: auto 22px;
}

#s-footer .sf_nav {
	margin: 0 auto 30px;
	font-size: 0;
	text-align: center;
}

#s-footer .sf_nav a {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	font-family: 'Noto-Sans-JP-Light';
	color: #7d8184;
}

#s-footer .sf_nav a {
	position: relative;
}

#s-footer .sf_nav a:nth-of-type(1)::before,
#s-footer .sf_nav a:nth-of-type(2)::before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	margin: 0 auto;
	background-color: #7d8184;
}

#s-footer .sf_nav a:last-child {
	margin: 12px 0 0;
}

#s-footer .copyright {
	display: block;
	font-size: 10px;
	color: #696969;
	text-align: center;
}


/*--------------------
pager 
--------------------*/
.pager {
	display: flex;
	justify-content: center;
	padding: 0 0 40px;
}

.pager li {
	border-radius: 50%;
	margin: 0 4px;
}

.pager li span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 12px;
}

.pager li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #282728;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 12px;
	color: #fff;
}

/*--------------------
button 
--------------------*/
.mypagetop-btn {
	text-align: center;
}

.mypagetop-btn a {
	display: inline-block;
	width: 280px;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 1000px;
	border: solid 1px #fff;
	font-size: 14px;
	color: #fff;
}


/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 640px) {

/* ------------------------------------------------------------ common */
	body {
		min-width: 100%;
	}
		
	.inner {
		width: 90%;
	}
	
	.PC {
		display: none;
	}

	.SP {
		display: block;
	}

	#wrapper {

	}
/*--------------------
header
--------------------*/
	



}