

#modal-login .logout { text-align: center; padding: 0 0 60px; }
#modal-login .logout a { color: #595959; font-size: 18px; display: inline-block; line-height: 25px; padding: 0 35px;
	background: url(../../images/user/icon/logout.png) no-repeat left center;
	background-size: auto 22px;
}

#modal-login { background: #000; font-family: "Noto-Sans-JP-Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; max-width: 640px; height: 100%;
}
#modal-login .fv { padding: 50px 0;  background: url(../../images/supporter/bg.jpg) no-repeat center center; background-size: cover; }
#modal-login .fv h1 { text-align: center; font-size: 14px;  color: #fff;}
#modal-login .fv h1 img { padding: 0 0 10px; width: 60%; height: auto; }

#modal-login .inner { padding: 0; width: 100%; box-sizing: border-box; max-width: 640px;  margin: auto; background: rgba(0, 0, 0, 0.8); }
#modal-login h3 { text-align: center; padding: 0 0 40px; }


#login h3 { cursor: pointer; width: 50%; text-align: center; padding: 30px 0 10px; font-family: "Noto-Sans-JP-Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; color: #fff; }
#login .tab { display: flex; width: 88%; margin: auto; padding: 0 0 30px; }
#login h3.active { border-bottom: 1px solid #fff; cursor: default; }


#login .btn { display: none; padding: 0 0 100px; }
#login .btn.show { display: block; width: 88%; margin: 0 auto;}
#login .btn a { border: none; background: url(../images/common/line_logo.svg) no-repeat #68b82b 20px center; background-size: 30px auto; display: inline-block; width: 100%;  height: 60px; font-size: 16px; line-height: 60px; font-family: "Noto-Sans-JP-Medium"; color: #fff; border-radius: 40px; margin: 0 0 20px; font-family: "Noto-Sans-JP-Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; max-width: inherit;}
#login .btn a.fb { background: url(../images/common/facebook_logo.svg) no-repeat #4676ed 25px center; background-size: 15px auto; font-family: "Noto-Sans-JP-Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;}
 
@media only screen and (max-width:768px){ 
	
	#modal-login {  min-width: inherit;}
	#modal-login .fv h1 img { width: 70%;  }
}