@charset "utf-8";

/*----------共通----------*/

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}

p,img,dl,dt,dd,ul,li,h1,h2,h3 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul,li {
	list-style-type: none;
}
a:link,
a:visited {
	color: #00005c;
	font-weight: bold;
	text-shadow: none;
}
a:hover,
a:active {
	color: rgba(0,0,92,0.7);
	text-decoration: none;
	transition: 0.7s
}
.f_clr {
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
}
/*clearfix hack*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*----------wrap----------*/

#wrap {
	width: 100%;
	background: url("../images/footer_bg.png") repeat-x center bottom, url("../images/bg.jpg") repeat-y center center;
	background-attachment: scroll, fixed;
}
	@media screen and (max-width: 619px){
		#wrap {
			background: none;
		}
	}

/*----------wraper----------*/

.wholeBox {
	width: 1300px;
	margin: 0 auto;
}
	@media screen and (max-width: 619px){
		.wholeBox {
			width: 100%;
			margin: 0;
		}
	}

/*----------全体----------*/

#container {
	width: 980px;
	float: left;
	position: relative;
	background: url("../images/menu_bg_top.png") no-repeat left top, url("../images/menu_bg.png") repeat-y left top, url("../images/kv.jpg") no-repeat right 168px;
}
#container:before {
	position: absolute;
	content: "";
	left: -104px;
	top: 0;
	width: 104px;
	height: 268px;
	background: url("../images/menu_bg_top_left.png") no-repeat left top;
}
	@media screen and (max-width: 619px){
		#container {
			width: 100%;
			float: none;
			background: url("../images/sp/sp_bg.png") repeat center top;
		}
		#container:before {
			position: static;
			content: none;
			width: 0;
			height: 0;
			background: none;
		}
	}
	
/*----------ロゴ----------*/

h1 {
	position: absolute;
	left: 0;
	top: 10px;
	margin: 0;
}
	@media screen and (max-width: 619px){
		h1 {
			position: static;
		}
	}
	
/*----------コンテンツエリア----------*/

#contents_area {
	position: relative;
	float: right;
	width: 700px;
	height: 1173px;
}
	@media screen and (max-width: 619px){
		#contents_area {
			float: none;
			width: auto;
			height: auto;
		}
	}
	
/*----------メニュー----------*/

#navi {
	float: left;
	width: 280px;
	margin-top: 280px;
}
#navi ul li a {
	display: block;
	height: 84px;
	margin-bottom: 10px;
}
#navi ul li a:hover img {
	opacity: 0;
	transition: 0.7s
}
#navi ul li.news a:hover {
	background: url(../images/menu/menu_news_hover.png) no-repeat center top;
}
#navi ul li.story a:hover {
	background: url(../images/menu/menu_story_hover.png) no-repeat center top;
}
#navi ul li.chara a:hover {
	background: url(../images/menu/menu_chara_hover.png) no-repeat center top;
}
#navi ul li.staff a:hover {
	background: url(../images/menu/menu_staff_hover.png) no-repeat center top;
}
#navi ul li.episodes a:hover {
	background: url(../images/menu/menu_episodes_hover.png) no-repeat center top;
}
#navi ul li.onair a:hover {
	background: url(../images/menu/menu_onair_hover.png) no-repeat center top;
}
#navi ul li.streaming a:hover {
	background: url(../images/menu/menu_streaming_hover.png) no-repeat center top;
}
#navi ul li.data a:hover {
	background: url(../images/menu/menu_data_hover.png) no-repeat center top;
}
#navi ul li.selection a:hover {
	background: url(../images/menu/menu_selection_hover.png) no-repeat center top;
}
#navi ul li.top a:hover {
	background: url(../images/menu/menu_top_hover.png) no-repeat center top;
}
	@media screen and (max-width: 619px){
		#navi {
			float: none;
			width: auto;
			margin: 0;
		}
		#navi ul {
			margin: 3% 2%;
			overflow: hidden;
		}
		#navi ul.under {
			margin-top: 6%;
		}
		#navi ul li {
			width: 50%;
			float: left;
			font-size: 0;
		}
		#navi ul li a {
			height: auto;
		}
		#navi ul li img a {
			width: 100%;
		}
		#navi ul li a:hover img {
			opacity: 1;
			transition: none;
		}
		#navi ul li.news a:hover,
		#navi ul li.story a:hover,
		#navi ul li.chara a:hover,
		#navi ul li.staff a:hover,
		#navi ul li.episodes a:hover,
		#navi ul li.onair a:hover,
		#navi ul li.streaming a:hover,
		#navi ul li.data a:hover,
		#navi ul li.selection a:hover,
		#navi ul li.top a:hover {
			background: none;
		}
	}

/*----------フッター----------*/

.foot {
	clear: both;
	position: relative;
	height: 180px;
	padding-top: 10px;
	background: #fe4f4f;
	box-sizing: border-box;
	z-index: 10;
}
.foot ul.footmenu {
	margin: 0 10px 20px 15px;
	padding: 15px 0;
	text-align: center;
	font-size: 0;
	background: #000;
	box-sizing: border-box;
}
.foot ul.footmenu li {
	display: inline-block;
	margin-right: 1em;
	padding-right: 1em;
	font-size: 16px;
	line-height: 1;
	border-right: 1px solid #fff;
}
.foot ul.footmenu li:first-child {
	margin-bottom: 0.8em;
}
.foot ul.footmenu li:nth-child(5),
.foot ul.footmenu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.foot ul.footmenu li a {
	color: #fdec01;
	font-weight: normal;
	text-decoration: none;
}
.foot ul.footmenu li a:hover {
	color: #fff;
	text-decoration: none;
}
#copyright {
	text-align: center;
	font-size: 14px;
	color: #fff;
}
	@media screen and (max-width: 619px){
		.foot {
			height: auto;
			padding-top: 0;
			background: none;
		}
		.foot ul.footmenu {
			display: none;
		}
		#copyright {
			padding: 0 5px 10px;
			line-height: 1.4;
			box-sizing: border-box;
		}
	}