@charset "utf-8";
/* NAVI CSS Document */
html,
body,
#wrapper {
	width: 100%;
}

header {
	width: 100%;
}
/*.contents_inner {
	width: 100%;
}
*/
.pc_mode {
	display: none;
}

#footer_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}


@charset "utf-8";
/* NAVI CSS Document */

/* グローバルナビのレイアウト設定 
////////////////////////////////////////////////////*/

.navbtn {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
}

.navbtn img {
	width: 44px;
	height: 44px;
}

nav {
	clear: both;
	overflow: hidden;
	height: auto;
	width: 100%;
	display: none;
}
nav li {
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 1px solid #000;
	width: 100%;
}
nav li a {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	display: block;
	width: 100%;
	padding: 20px;
	color: #000;
	text-align: right;
}
nav li.nolink{
	background-color: #ccc;
	opacity: 0.5;
}
nav li.nolink a{
	opacity: 0.4;
	cursor: default;
}
nav li.nolink a:hover{
}

nav li:first-child {
	border-top: 1px solid #000;
}

#nav_10th {
	background-image: url(../../img/nav_10th.png);
}
#nav_news {
	background-image: url(../../img/nav_news.png);
}
#nav_movie {
	background-image: url(../../img/nav_movie.png);
}
#nav_shop {
	background-image: url(../../img/nav_shop.png);
}
#nav_radio {
	background-image: url(../../img/nav_radio.png);
}
#nav_novel {
	background-image: url(../../img/nav_novel.png);
}
#nav_ondemand {
	background-image: url(../../img/nav_ondemand.png);
}
#nav_app {
	background-image: url(../../img/nav_app.png);
}
#nav_apparel {
	background-image: url(../../img/nav_apparel.png);
}
nav li a:hover {
}
nav li a span {
	display: none;
}



/*------------------ header ---------------------*/
header h1 {
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
header h1 img {
	width: 196px;
}
header h1 + p {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
header .link_10th a {
	display: inline-block;
	padding: 20px 30px;
	margin-left: 40px;
	color: #fff;
	background-color: #000;
	font-family: Montserrat, sans-serif;
}
header .link_10th a:hover {
	background-color: #808080;
}
header #sns_box {
	float: right;
	margin-top: -36px;
	margin-right: 10px;
}
header #sns_box .fig_twitter {
	/* margin-left: 6px; */
}
header h2 {
	margin-bottom: 4px;
	font-family: Montserrat, sans-serif;
}
header .fb-like {
	top: -6px;
}



/*------------------ footer ---------------------*/
footer {
	overflow: hidden;
	padding-top: 20px;
	line-height: 1.8;
	background-color: #000;
	color: #fff;
}
footer a:link,
footer a:visited {
	color: #fff;
}
footer .banner_list {
	padding-bottom: 20px;
	text-align: center;
}
footer .banner_list li {
	float: none;
	text-align: center;
	margin: 0 auto 20px;
}
footer .banner_list li div{
	width: auto !important;
}
footer .banner_list li:first-child {
	margin-left: 0;
}
#footer_nav {
	clear: both;
}
#footer_nav a:hover {
	color: #808080;
}
#footer_nav a:visited {
	color: #fff;
}
#footer_nav > ul {
	float: none;
	width: auto;
	padding-top: 15px;
	border-top: 1px solid #fff;
}
#footer_nav > ul:first-child {
	border-top-width: 6px;
}
#footer_nav > ul:last-child {
	border-bottom: 6px solid #fff;
	padding-bottom: 15px;
}
footer .logo_box {
	float: none;
	width:100%;;
	text-align: center;
}
footer .logo {
	margin-bottom: 5px;
}
footer .logo img {
	width: 104px;
}

#footer_nav.pc_mode{
	display: block;
	text-align: center;
	margin: 0 10% 30px;
}
#footer_nav.pc_mode ul{
	margin-bottom: 20px;
}

footer .pagetop {
	height: 63px;
	margin-top: 60px;
}
footer .pagetop a {
	display: inline-block;
	overflow: hidden;
	width: 127px;
	height: 0;
	padding-top: 63px;
	background-image: url(../../img/btn_footer_pagetop.png);
	background-position: left top;
}
footer .pagetop a:hover {
	background-position: left bottom;
}