﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    fanclub css
------------------------------------------------------------*/  

.fanclubTxt{
	text-align:center;
	font-size:234%;
	line-height:1.7;
	margin-bottom:40px;
}

#fanclubHd{
	width:auto;
	padding:10px;
	line-height:40px;
	margin-bottom:50px;
	color:#fff;
	text-align:center;
	font-size:200%;
	background:rgba(9,30,60,.5);
}

.button{ margin:0 auto 60px;}

.fanclubSubHd{
	text-align:center;
	color:#091E3C;
	line-height:1.4;
	font-size:175%;
	margin-bottom:30px;
}

.fanclubSubHd:after{
	display:block;
	content:"";
	width:120px;
	height:2px;
	background:#091E3C;
	margin:15px auto 0;
}



/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 834px){

.fanclubTxt{
	font-size:184%;
	margin-bottom:32px;
}

#fanclubHd{
	padding:8px;
	line-height:32px;
	font-size:184%;
	margin-bottom: 24px;
}

.button{ margin-bottom:48px;}

.fanclubSubHd{
	font-size:150%;
	margin-bottom:24px;
}

.fanclubSubHd::after{
	width:96px;
	margin-top: 12px;
}

}

/* SP */
@media screen and (max-width: 480px){

.fanclubTxt{
	font-size:150%;
	margin-bottom:24px;
}

#fanclubHd{
	padding: 10px;
	line-height:24px;
	font-size:150%;
	margin-bottom: 20px;
}

.button{ margin-bottom:30px;}

.fanclubSubHd{ font-size:134%;}

}