/* CSS Document */

.num {
margin: 0;
position: fixed;
right: 10px;
bottom: 10px;
color:#FFF;
z-index:110;
}

body {
	font-family:"Arial", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
	color:#FFF;
	padding:3px 0px 0px;
	background-image: none;
}

.concept_bg {
		
}

.concept_chatch h1 {
	font-size:36px;
}

/*W320 すべての～*/
.concept_sub {
	text-align:center;
}

.cocept_smf_img {
	width:98%;	
}

/*W320 コンテンツ2：スポルトとは
----------------------------------------------------*/
/*W320 ロゴ*/
.concept_logo {
	width:45%;
	margin:0px auto;
}

/*W320 back to core*/
.concept_chatch {
	width:98%;
	text-align:center;
}

/*W320 コンテンツ2：スポルト発動
----------------------------------------------------*/
.concept_box3 {
	background-color:#000;
	text-align:center;
	padding:40px 0px 40px;
}

/*W320 コンテンツ2：スポルトとは
----------------------------------------------------*/
.concept_box2 {
	padding:50px 0px;
	position:relative;
	background-image:url(../img/common/bg_bk.jpg);
	background-repeat:repeat;
}

/*320以下　magico sportとはの箱*/
.cb2_h2 {
	width:95%;
	margin:0px auto 20px;
	text-align:center;
}

/*320以下　magico sportとはの部分*/
.cb2_h2 h2 {
	font-size:30px;
}

/*320以下　「とは」の部分*/
span.conce_h2_sp {
	font-size:22px;	
}

/*W320　テキスト*/
.cb2_p {
	width:98%;
	line-height:160%;
}

.cb2_p p {
	margin:0px 0px 20px;
}

.cb2_p span.b_col {
	background-color:#ddd;
	color:#000;
	padding:0px 4px;
}


/* -------------------------------------------- */
/* ########  ▼タブレット用            ######## */
/* -------------------------------------------- */
@media all and (min-width: 618px){


	.concept_warrap {
		position:relative;
	}

	/*W618 すべての～*/
	.concept_sub {
		position:absolute;
		font-size:28px;
		top:40px;
		width:90%;
		left:0;
		right:0;
		margin: 0px auto;
		text-align:center;
		text-shadow:5px 5px 10px #000;
	}

	/*W618 back to core*/
	.concept_chatch {
		position:absolute;
		top:210px;
		left:0;
		right:0;
		width:70%;
		margin: auto;
		text-align:center;
		text-shadow:5px 5px 10px #000;
	}

	/*W618 ロゴ*/
	.concept_logo {
		position:absolute;
		top:250px;
		left:0;
		right:0;
		width:210px;
		margin:auto;
	}

	/*W618 体幹を鍛えると*/
	.concept_core {
		position:absolute;
		top:400px;
		left:0;
		right:0;
		width:380px;
		margin:auto;
	}


.cocept_smf_img {
	display:none;
}

	.concept_chatch h1 {
		font-size:72px;
	}

	.box {

	}

	.concept_bg {
		position:fixed;
		top:0px;
		background-image: url(../img/concept/concept_bg2.jpg);
		background-size:auto;
		background-repeat:no-repeat;
		background-position:center;
		z-index:-2;
		height:900px;
		width:100%;
		opacity: 1;
	}

	.cocept_box {
		height:750px;
	}

.conc_logo_moji {
	width:390px;
	margin:5px auto;
}


/*W618 コンテンツ2：スポルトとは
----------------------------------------------------*/
	.concept_box2 {
		text-align:center;
	}

	.cb2_h2 {
		width:80%;
		margin:0px auto 50px;
	}

	.cb2_h2 h2 {
		font-size:45px;
	}

	/*618以下　「とは」の部分*/
	span.conce_h2_sp {
		font-size:28px;	
	}

	.cb2_p {
		width:95%;
		line-height:180%;
	}


}







/* -------------------------------------------- */
/* ########  ▼PC用            ######## */
/* -------------------------------------------- */
@media all and (min-width: 800px) {


	/*W618 すべての～*/
	.concept_sub {
		font-size:30px;
	}

	/*W618 体幹を鍛えると*/
	.concept_core {
		width:450px;
		margin:auto;
	}


/*W800 コンテンツ2：スポルトとは
----------------------------------------------------*/
	.concept_box2 {
		text-align:left;
	}
	
	.cb2_h2 h2 {
		font-size:55px;
	}

	/*800以下　「とは」の部分*/
	span.conce_h2_sp {
		font-size:30px;	
	}

	.cb2_p {
		float:left;
		width:56%;
		line-height:190%;	
	}

	.cb2_img {
		float:right;
		width:40%;	
	}

}


