body {
	color: #000000;
	background-color: rgba(0, 0, 0, 0.9);
	margin: 0 auto;
	width:100%;

}




a img {
    border-style:none;
}



@font-face {
   font-family: WebFont;
   src: url(../img/LiberationSans-Bold.ttf) format("truetype");
}

#header{
	float:left;

	height: 40px;
	width:100%;
	margin: 0px auto;

	position: absolute;
	top:0;
	left:0;

	background-color:rgba(80, 80, 80, 0.4);

	z-index:99999;

}




#header_rogo{
	float:left;

	height: 40px;
	margin: 0px;

	position: relative;
	overflow:hidden;
	/*background-color:rgba(0, 0, 0, 0.8);*/

	/*border: 1px solid #CCCCCC;*/
	z-index:99999;


}

#header_rogo h1{



	margin: 0px;
	padding:0px;

	position: relative;
	overflow:hidden;
	/*background-color:rgba(0, 0, 0, 0.8);*/

	/*border: 1px solid #CCCCCC;*/
	z-index:2;

}


#rogo{
	float:left;

	height: 40px;
	margin: 0px 0px 0px 20px;

	position: relative;
	overflow:hidden;
	/*background-color:rgba(0, 0, 0, 0.8);*/

	/*border: 1px solid #777777;*/
	z-index:99999;


}






#header_menu{
	float:right;
	display:block;
	height: 40px;
	margin:0px;
	padding: 0px;
	list-style: none;

	position: relative;

	z-index:99999;}

# toggle{
	display:none;
}

.hd_menu{
	float:left;
	display:block;



	margin:0px;
	padding: 0px;
	list-style: none;

	position: relative;


}

.menu_first{
	float:left;
	display:block;
	width:112px;
	height: 40px;


	/*border-left-style: solid;*/
	/*border-left-color: #cccccc;*/
	/*border-left-width: 1px;*/

	margin:0px;
	padding: 0px;

	overflow:hidden;
	position: relative;


}

.menu_in{
	float:left;
	display:block;
	width:112px;
	height: 40px;

	/*border-left-style: solid;*/
	/*border-left-color: #cccccc;*/
	/*border-left-width: 1px;*/


	margin:0px;
	padding: 0px;

	overflow:hidden;
	position: relative;


}



ul.hd_menu li {
	list-style: none ;
	display:block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0 ;
	letter-spacing:1px;
	font-size : 12px;
	white-space: normal;
	position: relative;

	color: #ffffff;



}

ul.hd_menu li a{
	display:block;

	margin: 0px auto;
	padding: 12px 0px 12px ;
	font-size : 12px;

	white-space: normal;
	position: relative;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	/*border: 1px solid #ffffff;*/

	line-height:16px;



	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-transition: all 0.4s;

}
ul.hd_menu li a:link   {
	color: #fff;
	text-decoration:none;

}


ul.hd_menu li a:visited   {
	color: #fff;
	text-decoration:none;

}

ul.hd_menu li a:hover    {
	color: #899DC6;
	background-color: rgba(250, 250, 250, 0.2);
	text-decoration:none;
	font-size : 12px;
	padding: 14px 0px 14px;
}

@media only screen and (max-width: 480px) {

	.hd_menu{
		display: none;
		width:112px;
		padding:0 20px 0 0 ;
		margin:0;

	}

	.hd_menu li{
		width: 100%;
		border-top:1px dotted #ccc;
		background-color: rgba(80, 80, 80, 0.2);
		box-sizing:border-box;
	}

	#toggle{
	
		display: block;
		position: relative;
		width: 112px;
		padding:0 20px 0 0 ;
		height:40px;
		margin:0;


	}

/*phone用メニューアイコン*/
a.menu-area{
	float:right;
	display: block;
	width: 112px;
	height: 40px;
	position: relative;
	margin:0;
	padding:0;
 }
/*2本目*/
 a.menu-area>i{
	width: 100%;
	height:1px;
	margin-top: 20px;
	margin-bottom: 19px;
	display: inline-block;
	background-color: #ffffff;
 }
/*1本目*/
 .menu-area:before{
	content:"";
	height:1px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	position: absolute;
	top: 15px;
	left: 0;
 }
/*3本目*/
	.menu-area:after{
	content:"";
	height:1px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	position: absolute;
	bottom: 14px;
	left: 0;
 	}




}


#header_top{
	float:left;


	margin:0px ;
	padding: 0px;

	overflow:hidden;
	position: relative;

	background-color:#000;
}

#header_top_img{


	display:block;



	margin:0px auto;
	padding: 0px;

	overflow:hidden;
	position: relative;
	background-color:#000;

}

#header_top_video{

	width: 100%;
	height:100%;
	position: relative;
	z-index: 0;



}

#player_cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#loader {
    background:#000 url('../img/282.gif') no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


#header_top_text{


	height:64px;
	margin:0 auto;

	list-style: none;
	overflow:hidden;
	position: relative;

	/*border:1px solid #ccc455;*/

}


h1.cont_title{
	margin: 0 auto;
	padding: 0 ;
	text-align: center;

	display:block;
	color: #FFF;


	letter-spacing:8px;
	font-size : 40px;
	white-space: normal;
	line-height:64px;
	font-weight:700;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;

}

#kuwa_tb{
	width: 60px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;

	/*background-color:#3a3a3a;*/
	z-index:9999;
	border:0;
}




#content{

	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	position: relative;
	background-color: #000;
	/*border:1px solid #ccc455;*/

}

#content_top{
	float:left;
	display:block;

	margin:0px auto;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	position: relative;

	background-color: #000;
	/*border:1px solid #cccccc;*/

}


.content_top_in_work{

	float:left;


	display:block;

	margin:0px ;
	padding: 0px;

	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;

	box-sizing:border-box;

	-webkit-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;

}

.content_top_in_work a{


	width: 100%;
	height:100%;
	margin:0px ;
	padding: 0px;

	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;

	z-index:20;

}

div.aT{background: #000; position:absolute;width: 100%;height:10px;top:0;left:0;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	z-index:22;
}
div.aB{background: #000; position:absolute;width: 100%;height:10px;bottom:0;right:0;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	z-index:22;
}
.active div.aB{width: 100%;height:0;}
.active div.aT{width: 100%;height:0;}
.content_top_in_work:hover div.aB{background: #000; position:absolute;width: 100%;height:10px;bottom:0;right:0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.content_top_in_work:hover div.aT{background: #000; position:absolute;width: 100%;height:10px;top:0;left:0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}



div.iT{background: #000; position:absolute;width: 100%;height:10px;top:0;left:0;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	z-index:10;
}
div.iB{background: #000; position:absolute;width: 100%;height:10px;bottom:0;right:0;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	z-index:10;
}

.active div.iT{width: 100%;height:0;}
.active div.iB{width: 100%;height:0;}
.content_top_in_news:hover div.iB{background: #000; position:absolute;width: 100%;height:10px;bottom:0;right:0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.content_top_in_news:hover div.iT{background: #000; position:absolute;width: 100%;height:10px;top:0;left:0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}




.content_top_in_work a:hover{
	background-color: rgba(150, 150, 150, 0.2);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.content_top_in_inner{

	width:100%;
	height: 100%;
	margin: 0;
 	padding: 30px 25px;
  	-webkit-box-sizing: border-box;
        box-sizing: border-box;
  	/*background: #ccc;*/

	display:block;
	z-index:10;
	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.content_top_in_inner_in{

	width:100%;
	height: 100%;
	margin: 0;
 	padding: 0;
  	-webkit-box-sizing: border-box;
        box-sizing: border-box;
  	/*background: #ccc;*/

	display:block;
	z-index:10;
	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;

}



.content_top_in_inner h2{

	margin: 0px 0px 40px 0px;
 	padding: 0;

	letter-spacing:3px;
	font-size : 20px;
	white-space: normal;
	line-height:20px;

	display:block;

	font-weight:500;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	z-index:100;
	overflow:hidden;
	position: relative;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;

}


.content_top_in_inner_in p.year{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size : 10px;
	text-decoration:none;
	letter-spacing:0px;
	font-weight:500;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:12px;
	/*border: 1px solid #000;*/
	position:relative;
	color:#fff;
	white-space:normal;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
		z-index:100;

}


.content_top_in_inner_in p.site{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size : 10px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:500;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:12px;
	/*border: 1px solid #000;*/
	position:relative;
	color:#fff;
	white-space:normal;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
		z-index:100;
}




.content_top_in_inner a:link   {
	color: #000;
	text-decoration:none;

}

.content_top_in_inner a:visited   {
	color: #000;
	text-decoration:none;

}

.content_top_in_inner a :hover    {
	color: rgba(0, 0, 0, 1);
	/*background-color: rgba(250, 250, 250, 0.9);*/
	text-decoration:underline;

}


ul.about_menu li a:link   {
	color: #7d7d7d;
	text-decoration:none;

}


ul.about_menu li a:visited   {
	color: #7d7d7d;
	text-decoration:none;

}

ul.about_menu li a:hover    {
	color: #000000;
	/*background-color: rgba(250, 250, 250, 0.9);*/
	text-decoration:underline;

}


.content_top_in_video{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;

	z-index:0;
	position: absolute;
	top:0px;
	left:0px;


}

.video{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;

	z-index:1;
	position: absolute;
	top:0px;
	left:0px;


}

.video_img{
	z-index:2;
    opacity: 1;
    transition:opacity 0.3s;
}

.content_top_in_work.on img{
	z-index:0;

}

@media screen and ( max-width:480px ){

.video{

	display:none;

}

}


/*///////////news///////////*/

.content_top_in_news{

	float:left;


	display:block;

	margin:0px ;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;

	box-sizing:border-box;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;

}

.content_top_in_inner_news{

	width: 100%;
	height:90%;
	margin: 0 ;
 	padding: 20px 0 0 0 ;
  	-webkit-box-sizing: border-box;
        box-sizing: border-box;
  	/*background: #ccc;*/

	display:block;
	overflow:scroll;
	position: relative;



}

.content_top_in_inner h2 span {
    position: absolute;
    right: 0px;
    line-height: 16px;
    height: 16px;

}

.content_top_in_inner h2 span a {
	display: block;
    float: left;
    background: url("../img/info_ichiran_back.png") no-repeat scroll 0px 50% transparent;
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 15px;

	font-size : 10px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:500;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:16px;
}

dl.news_text{

	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size : 10px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:500;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:12px;
	/*border: 1px solid #000;*/
	position:relative;

}


dl.news_text dt{
	display: block;
	width:100%;
	height:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size : 10px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:500;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:12px;
	/*border: 1px solid #000;*/
	position:relative;
	color:#7d7d7d;

}
dl.news_text dt img{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #000;*/
	position:absolute;
	top:0;
	right:0;


}


dl.news_text dd{

	width:100%;

	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size : 10px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:500;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:12px;
	/*border: 1px solid #000;*/
	position:relative;
	border-bottom:1px dotted #7d7d7d;
	color:#979797;

}


dl.news_text dd a:link   {
	color: #979797;
	text-decoration:none;

}


dl.news_text dd a:visited   {
	color: #979797;
	text-decoration:none;

}

dl.news_text dd a:hover    {
	color: #000000;
	/*background-color: rgba(250, 250, 250, 0.9);*/
	text-decoration:underline;

}

.content_top_in_bio{

	float:left;
	width:;
	height:;

	display:block;

	margin:0px ;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;

	box-sizing:border-box;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;

}






.content_top_in_contact{

	float:left;
	width:320px;
	height:240px;

	display:block;

	margin:0px ;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;

	box-sizing:border-box;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.content_top_in_inner p.contact_title{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size : 12px;
	text-decoration:none;
	letter-spacing:0px;
	font-weight:500;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:24px;
	/*border: 1px solid #000;*/
	position:relative;
	color:#000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}





/*///////////////FOOTAR///////////////*/
#footar{

	float:left;
	width:100%;

	margin:0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	position: relative;
	z-index:6;
	/*border:1px solid #cccccc;*/
	background-color: rgba(240, 240, 240, 0.5)
}

#footar_in{

	width:100%;
	height:40px;
	display:block;

	margin:0px auto;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;


	/*border-bottom:1px solid #cccccc;*/



}


#footar_text{


	margin:0  auto;
	padding: 0px;
	position: relative;
	/*overflow:hidden;*/
	/*border: 1px solid #777777;*/
	z-index:6;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;


}

p.footar_c{


	font-size : 10px;
	letter-spacing:2px;
	margin: 15px 0px;
	padding: 0px 0px 0px 0 ;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align:center;
	color:#333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;


}

/* =================================== */
/*リンク*/

a:link{
	color: #7D7D7D;
	text-decoration:none;
}

a:visited{
	color: #7D7D7D;
	text-decoration:none;
}


a.rogo_a:link{
text-decoration:none;
}

a.rogo_a:visited{
text-decoration:none;
}

a.rogo_a:hover{
text-decoration:none;
}



a.cont_a:link{
text-decoration:none;
}

a.cont_a:visited{
text-decoration:none;
}

a.cont_a:hover{
text-decoration:none;
}



/*フッターリンク設定*/
a.footar:link{
	color: #7D7D7D;
	text-decoration:none;
}

a.footar:visited{
	color: #7D7D7D;
	text-decoration:none;
}


a.footar:hover{
	color: #000000;
	text-decoration:none;
}
