@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_//_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


/*==========================================
 html
===========================================*/
html {
	width: 100%;
	height: 100%;
}

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	height: 100%;
	background-color: #35343a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}

/*==========================================
 stage
===========================================*/
div#stage_a {
	height: 100%;
	width: 100%;
}
div#stage_b {
	height: 100%;
	width: 100%;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	width: 100%;
	height: 120px;
}
header .wrap {
	width: 94%;
	height: auto;
	margin: 0px 3% 0px 3%;
}

/*logoの設定*/
header .wrap h1 {
	display:block;	
	float: left;
	width: 84px;
	height: 63px;
}
header .wrap h1 img{
	display:block;	
	width: 80px;
	height: 40px;
	margin: 13px 0px 10px 4px;
}

/*ナビゲーションのスタイル*/
header .wrap #nav{
	clear: both;
	width: 100%;
	height: auto;
}
header .wrap #nav p{
	font-size: 0.9em;
}
header .wrap #nav ul{
	display: block;
	margin: 0px 0px 0px 0px;
}
header .wrap #nav ul li{
	display: block;
	float: left;
	padding: 2px 7px 2px 7px;
	margin: 3px 3px 3px 1px;
}
header .wrap #nav ul li a{
	color: #CCC;
	text-decoration: none;
}
header .wrap #nav ul li a:hover{
	color: #FFF;
}

/*カレント表示用クラス*/
.active{
	/* [disabled]background-color: #333; */
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}



/*================================================
 コンテンツ全体のスタイル
=================================================*/


div#contents {
	width: 100%;
	height: 100%;
}

/*================================================
 コンテンツエリア -> index.html-> intro のスタイル
=================================================*/

div#contents section#intro {
	width: 100%;
	height: auto;
	text-align: center;
}

div#text{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#contents section#intro h2{
	display: block;
	margin: auto auto auto auto;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.1em;
}

div#contents section#intro h3{
	display: block;
	margin: 5px auto auto auto;
	font-size: 20px;
	font-family: 'Poiret One', cursive;
	letter-spacing: 0.1em;
}


div#contents h2 a{
	color: #CCC;
	text-decoration: none;
}
div#contents h2 a:hover{
	color: #FFF;
}

div#contents section#intro article#useal {
	float: left;
	width: 100%;
	height: 95px;
	margin: 0px;
	text-align: center;
	background: #e40079 url(../images/home/SP_useal_1.jpg) no-repeat center bottom;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

div#contents section#intro article#athlete {
	float: left;
	width: 100%;
	height: 95px;
	margin: 0px;
	text-align: center;
	background: #4d37b6 url(../images/home/SP_athlete_1.jpg) no-repeat center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

div#contents section#intro article#customize {
	float: left;
	width: 100%;
	height: 95px;
	margin: 0px;
	text-align: center;
	background: #1356c7 url(../images/home/sp_half_1.jpg) no-repeat center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

div#contents section#intro article#finefoot {
	float: left;
	width: 100%;
	height: 95px;
	margin: 0px;
	text-align: center;
	background: #00938d url(../images/home/sp_workprosess.jpg) no-repeat center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
div#contents section#intro article#finefoot h2{
	letter-spacing: 0.05em;
	line-height: 0.85em;
	padding-bottom: 3px;
}

div#contents section#intro article#ecou {
	float: left;
	width: 100%;
	height: 95px;
	margin: 0px;
	text-align: center;
	background: #01a300 url(../images/home/SP_ecou_1.jpg) no-repeat center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

div#contents section#intro article#ecou   #text a small{
	display: block;
	margin: 8px auto auto auto;
	line-height: 1.3em;
	font-size: 0.65em;
}




/*==========================================
 フッターのスタイル
===========================================*/
footer div{
	display: none;
	width: 100%;
	height: auto;
	padding: 30px 0px 40px 0px;
	text-align: center;
}
footer div  small{
  font-size: 0.6em;
}



/* Small Tablet 向けレイアウトの指定：480～599px */
@media only screen and (min-width: 480px) {
/*-----------------------------------------
 stage
-----------------------------------------*/
div#stage_a {
	height: 100%;
	width: 100%;
	background: none;
	background: url(../images/home/Background_index_line.jpg) repeat-y center;
	-moz-background-size: 100% auto;
	background-size: 100% 100%;
}
div#stage_b {
	height: 100%;
	width: 100%;
	background: url(../images/home/index_background.jpg) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
	
/*-----------------------------------------
 ヘッダーのスタイル
-----------------------------------------*/
header {
	width: 100%;
	height: 95px;
	background: rgba(51,51,51,0.8);
	position: absolute;
	top: 0px;
}
header .wrap {
	width: 94%;	
	height: auto;
	margin: 0px 3% 0px 3%;
}

/*logoの設定*/
header .wrap h1 {
	display:block;	
	float: left;
	width: 84px;
	height: 63px;
}
header .wrap h1 img{
	display:block;	
	width: 80px;
	height: 40px;
	margin: 13px 0px 10px 4px;
}


/*ナビゲーションのスタイル*/
header .wrap #nav{
	clear: both;
	width: 100%;
	height: auto;
}
header .wrap #nav p{
	font-size: 0.9em;
}
header .wrap #nav ul{
	display: block;
	margin: 0px 0px 0px 0px;
}
header .wrap #nav ul li{
	display: block;
	float: left;
	padding: 2px 7px 2px 7px;
	margin: 3px 3px 3px 1px;
}
header .wrap #nav ul li a{
	color: #CCC;
	text-decoration: none;
}
header .wrap #nav ul li a:hover{
	color: #FFF;
}

/*カレント表示用クラス*/
.active{
	/* [disabled]background-color: #333; */
}
a {
	color: #CCC;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

/*--------------------------------------------------
 コンテンツ全体のスタイル
----------------------------------------------------*/
div#contents {
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------
 コンテンツエリア -> index.html-> intro のスタイル
----------------------------------------------------*/
div#contents section#intro {
	width: 100%;
	height: 100%;
}

div#text{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#contents section#intro div#text:hover a{
	background-color: none;
	display: block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

div#contents section#intro div#text:hover a:hover{
	background-color: rgba(255,255,255,0.1);
}

div#contents section#intro h2 {
	display: block;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.1em;
}
  
div#contents section#intro h3{
	display: block;
	font-size: 16px;
	font-family: 'Poiret One', cursive;
	letter-spacing: 0.1em;
}

div#contents section#intro article#useal {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
	background: url(none) no-repeat center bottom;
}

div#contents section#intro article#athlete {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
	background: url(none) no-repeat center bottom;
}
div#contents section#intro article#customize {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
	background: url(none) no-repeat center bottom;
}
div#contents section#intro article#finefoot {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
	background: url(none) no-repeat center bottom;
}
div#contents section#intro article#ecou {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
	background: url(none) no-repeat center bottom;
}

/*-----------------------------------------
 フッターのスタイル
-------------------------------------------*/
footer div{
	display: block;

}
}


/* Small Tablet 向けレイアウトの指定：600～767px */
@media only screen and (min-width: 600px) {
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 コンテンツエリア -> index.html-> intro のスタイル
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div#text{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#contents section#intro h2 {
	display: block;
	font-size: 22px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.1em;
}
  
div#contents section#intro h3{
	display: block;
	font-size: 18px;
	font-family: 'Poiret One', cursive;
	letter-spacing: 0.1em;
}


}




/* PC向けレイアウトの指定：768～1023px */
@media only screen and (min-width: 768px) {
/*・・・・・・・・・・・・・・・・・・・・・
 ヘッダーのスタイル
・・・・・・・・・・・・・・・・・・・・・*/
header {
	width: 100%;
	height: 82px;
	position: absolute;
	top: 0px;
}

header .wrap {
	display: block;
	width: 565px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 25px;
}

/*logoの設定*/
header .wrap h1 {
	display: block;
	float: left;
	width: 115px;
	height: 65px;
}

header .wrap h1 img{
	display: block;
	width: 90px;
	height: 45px;
	margin: 20px 25px 0px 0px;
}

/*ナビゲーションのスタイル*/
header .wrap #nav{
	clear: none;
	float: left;
	width: 450px;
	height: auto;
	margin: 48px 0px 0px 0px;
}
header .wrap #nav p{
	font-size: 0.9em;
}
header .wrap #nav ul{
	display: block;
	width: 450px;
	margin: 0px 0px 0px 0px;
}
header .wrap #nav ul li{
	display: block;
	float: left;
	padding: 2px 7px 2px 7px;
	margin: 3px 2px 3px 2px;
}
header .wrap #nav ul li a{
	color: #CCC;
	text-decoration: none;
}
header .wrap #nav ul li a:hover{
	color: #FFF;
}

/*カレント表示用クラス*/
.active{
	/* [disabled]background-color: #333; */
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

div#contents {
	width: 100%;
	height: 100%;
}


/*・・・・・・・・・・・・・・・・・・・・・
 コンテンツエリア -> index.html-> intro のスタイル
・・・・・・・・・・・・・・・・・・・・・*/
div#contents section#intro {
	clear: both;
	height: 100%;
	width: 100%;
	text-align: center;
}

div#text{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#contents section#intro h2 {
	display: block;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.1em;
}
  
div#contents section#intro h3{
	display: block;
	font-size: 20px;
	font-family: 'Poiret One', cursive;
	letter-spacing: 0.1em;
}

div#contents section#intro article#useal {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#athlete {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#customize {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#finefoot {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#ecou {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}

/*・・・・・・・・・・・・・・・・・・・・・
 フッターのスタイル
・・・・・・・・・・・・・・・・・・・・・*/
footer div{
	
}
}


/* PC向けレイアウトの指定：1024px以上は固定スタイル */
@media only screen and (min-width: 1024px) {
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ヘッダーのスタイル
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
header {
	width: 100%;
	height: 82px;
	position: absolute;
	top: 0px;
}

header .wrap {
	display: block;
	width: 565px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 25px;
}

/*logoの設定*/
header .wrap h1 {
	display: block;
	float: left;
	width: 115px;
	height: 65px;
}

header .wrap h1 img{
	display: block;
	width: 90px;
	height: 45px;
	margin: 20px 25px 0px 0px;
}


/*ナビゲーションのスタイル*/
header .wrap #nav{
	clear: none;
	float: left;
	width: 450px;
	height: auto;
	margin: 48px 0px 0px 0px;
}
header .wrap #nav p{
	font-size: 0.9em;
}
header .wrap #nav ul{
	display: block;
	width: 450px;
	margin: 0px 0px 0px 0px;
}
header .wrap #nav ul li{
	display: block;
	float: left;
	padding: 2px 7px 2px 7px;
	margin: 3px 2px 3px 2px;
}
header .wrap #nav ul li a{
	color: #CCC;
	text-decoration: none;
}
header .wrap #nav ul li a:hover{
	color: #FFF;
}

/*カレント表示用クラス*/
.active{
	/* [disabled]background-color: #333; */
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

div#contents {
	width: 100%;
	height: 100%;
}



/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 コンテンツエリア -> index.html-> intro のスタイル
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
div#contents section#intro {
	width: 100%;
	height: 100%;
	text-align: center;
}

div#text{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#contents section#intro h2 {
	display: block;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.1em;
}
  
div#contents section#intro h3{
	display: block;
	font-size: 20px;
	font-family: 'Poiret One', cursive;
	letter-spacing: 0.1em;
}

div#contents section#intro article#useal {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#athlete {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#customize {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#finefoot {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}
div#contents section#intro article#ecou {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 フッターのスタイル
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
footer div{

}
}	
a:hover {
	color: #FFF;
}
