@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:400;
	line-height: 1;
}
#top_contentsarea {
	width: 100%;
	background:url(../images/ova/bg.png),#fff repeat top left;
}
#top_incontents {
	width:100%;
}
#visual{
	width:100%;
	background:url(../images/ova/visual_bg.jpg) repeat-x;
}
.visual_contentsarea{
	width: 1005px;
	margin:0 auto;
	height: auto;
	position:relative;
}
.visual_contentsarea img{
	vertical-align:bottom;
}
.visual_contentsarea .logo_l,.visual_contentsarea .onair_text,.visual_contentsarea .bnr01{
	position:absolute;
	left:50%;
}
.visual_contentsarea .logo_l{
	bottom:0;
	left:0;
	top:auto;
}
.visual_contentsarea .onair_text{
	top:0;
	right:0;
	left:auto;
}
.visual_contentsarea .bnr01{
	position: absolute;
	left:0;
	top:0;
}
#footer{
	border-top:1px solid #fff;
	background:#000;
	line-height:1.5;
}
.copyright{
	color:#fff;
	text-align:center;
	font-size:10px;
}


/**繰り返し設定**/
.red{
	color:#c90000;
}
.mb10{
	margin-bottom:10px;
}
.fs12{
	font-size:12px;
}
.fs14{
	font-size:14px;
}
.fs20{
	font-size:20px;
}
.btn a{
	padding:15px 10px;
	background:#000;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:30px auto;
	transition:all ease .3s;
	font-size: 14px;
	line-height:1.4;
}
.btn a:hover{
	transition:all ease .3s;
	background:#666;
}
.con_inner{
	width:100%;
	padding:80px 0;
}
.con_dir{
	width:1200px;
	margin:0 auto 35px;
}
.bg_bl{
	background:url(../images/ova/bl_top.png),url(../images/ova/bg_bl.png),#000000;
	background-repeat:no-repeat,repeat,repeat;
	background-position:top center,top left,top left;
	padding:0 0 80px;
	color:#eaeaea;
}
.bg_gr{
	background:#f3f3f3;
	padding-top:60px;
}
.bg_bl a{
	color:#eaeaea;
}
.con_inner .title{
	font-size:38px;
	text-align:center;
	margin-bottom:22px;
	padding-bottom:50px;
}
.con_inner .sub_title{
	margin-bottom:45px;
}
.con_inner .title h2{
	line-height:1;
	font-family: 'Bitter', serif;
	color:#2f2f2f;
}
.bg_bl .title{
	position:relative;
	padding:50px 0;
}
.bg_bl .title h2{
	line-height:40px;
	color:#eaeaea;
}
.bg_bl .title:before,.bg_bl .title:after{
	content:"";
	width:1px;
	height:40px;
	background:#fff;
	display:inline-block;
	position:absolute;
	left:50%;
}
.bg_bl .title:before{
	top:0;
}
.bg_bl .title:after{
	bottom:0;
}
.bg_gr .sub_title h3{
	font-size: 25px;
	border-bottom: 1px solid #282828;
	display: inline-block;
	padding-bottom: 5px;
	color: #282828;
}
.bg_gr .sub_title h3:before{
	content:"+";
	display:inline-block;
	margin-right:5px;
}
.bg_gr .sub_title h3:after{
	content:"+";
	display:inline-block;
	margin-left:10px;
}

/**繰り返し設定**/




/**navigation**/
#navigation{
	width:100%;
	height:70px;
	background:#000;
}
#navigation .navigation_inner{
	width:1080px;
	margin:0 auto;
	text-align:center;
}
#navigation .navigation_inner li{
	width:auto;
	display:inline-block;
	margin-right:40px;
	line-height:70px;
	font-size:20px;
	font-family: 'Bitter', serif;
}
#navigation .navigation_inner li a{
	color:#e0e0e0;
	transition:all ease .3s;
}
#navigation .navigation_inner li a:hover{
	color:#ff0000;
	text-decoration:none;
	transition:all ease .3s;
}
#navigation .navigation_inner li:last-child{
	margin-right:0;
}
/**navigation**/


/**news**/
#news .news_con{
	width:100%;
	overflow:hidden;
}
#news .news_list,#news .tw_box{
	float:left;
}
#news .news_list{
	width:784px;
	margin-right:35px;
}
#news .news_list li{
	margin-bottom:20px;
}
#news .news_list li dd ul{
width: 100%;
overflow: hidden;
text-align: left;
}
#news .news_list li dd ul li{
	float: left;
	width: 200px;
	margin-right:25px;
}
#news .news_list li dt{
	width:100%;
	display:block;
	margin:0 auto;
	border:1px solid #cfcfcf;
	background:#fff;
	padding:19px 25px;
	box-sizing:border-box;
	transition:all ease .3s;
	font-weight:200;
	color:#333333;
	cursor:pointer;
	line-height:1.2;
}
#news .news_list li .detail{
	display:none;
	border:1px solid #cfcfcf;
	background:#fff;
	padding:19px 25px;
	font-weight:200;
	color:#333333;
	font-size: 14px;
	line-height: 1.6;
}
#news .news_list li dt:hover{
	text-decoration:none;
	border-color:#002c50;
	transition:all ease .3s;
}
#news .news_list li:last-child{
	margin-bottom:0;
}
#news .news_list li .data{
	font-size:14px;
	margin-bottom:13px;
}
#news .news_list li .news_text{
	font-size:20px;
}
#news .tw_box{
	width:378px;
	height: auto;
	border:1px solid #cacaca;
}
/**news**/


/**about**/
#about{
	width:100%;
	height:886px;
	background-image:url(../images/ova/bl_top.png),url(../images/ova/about_bg.jpg);
	background-repeat:no-repeat,no-repeat;
	background-position:top center,top center;
	background-size:auto,cover;
	color:#e0e0e0;
	text-align:center;
}
#about .lead_text{
	font-size:20px;
	line-height:2;
	font-weight:200;
}
/**about**/


/**staff**/
#staff{
	color:#5e5e5e;
	text-align:center;
	font-weight: 500;
}
#staff .dir li{
	font-size:16px;
	margin-bottom:12px;
	text-align:left;
}
#staff .staff_list,#staff .cast_list{
	display:inline-block;
	text-align:center;
	overflow:hidden;
}
#staff .staff_list{
	margin-bottom:90px;
}
#staff .staff_list .dir,#staff .cast_list .dir{
	display:inline-block;
	float:left;
}
#staff .staff_list .dir{
	margin-right:85px;
}
#staff .cast_list .dir{
	width:100%;
	display:inline-block;
}
#staff .cast_list .dir ul{
	display:inline-block;
	text-align:left;
}
#staff .cast_list .dir ul li:nth-last-child(3){
	margin-bottom:35px;
}
#staff .staff_list .dir:last-child,#staff .cast_list .dir:last-child{
	margin-right:0;
}
/**staff**/


/**theater**/
#theater{
	text-align:center;
}
#theater .title{
	color:#383838;
}
#theater dl dt,#theater dl dd,#theater a,#theater .lead_text{
	color:#5b5b5b;
}
#theater .lead_text{
	font-size:22px;
	display:inline-block;
	margin-bottom:50px;
}
#theater div dl{
	margin-bottom:53px;
}
#theater dl dt{
	width:100%;
}
#theater dl dt p{
	font-size:28px;
	display:inline-block;
	border-bottom: 2px solid #5b5b5b;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#theater dl dd{
	width:auto;
	font-size:26px;
}
#theater dl dd .fs_small{
	font-size:15px;
}
#theater dl dd li{
	display:inline-block;
	margin-right:20px;
	font-size:26px;
	margin-bottom:15px;
}
#theater dl dd li:before{
	content:"▶";
	display:inline-block;
	margin-right:5px;
	font-size:38px;
	vertical-align: sub;
	transition:all ease .3s;
}
#theater dl dd li:last-child{
	margin-right:0;
}
#theater a{
	text-decoration:none;
	transition:all ease .3s;
	position: relative;
	display: inline-block;
}
#theater a:hover{
	color:#460000;
	transition:all ease .3s;
}
#theater a:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #460000;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transition: all .3s ease;
}
#theater a:hover::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
/**theater**/


/**movie**/
#movie .mv_list{
	text-align:center;
}
#movie .mv_list li{
	display:inline-block;
	margin:0 15px 15px;
}
#movie .mv_list .mv_box{
	margin-bottom:15px;
}
#movie .mv_list li .mv_caption{
	font-size:15px;
	font-weight:200;
}
/**movie**/


/**goods**/
#goods{
	padding-bottom:0;
}
#goods .gd_list{
	text-align:center;
}
#goods .gd_list ul{
	overflow:hidden;
}
#goods .gd_list li{
	width:100%;
	display:inline-block;
	float:left;
	line-height: 1.6;
	margin-bottom: 20px;
}
#goods .gd_top{
	width:100%;
	overflow:hidden;
	margin-bottom: 20px;
}
#goods .gd_btm{
	width: 100%;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
	background: #eeeeee;
}
#goods .gd_btm .gd_text_dir{
	margin-bottom:0;
}
#goods .gd_list .gd_text li{
	width:auto;
	display:inline-block;
	margin-right:60px;
	margin-bottom:0;
}
#goods .gd_list li .gd_area{
	width:100%;
	border:1px solid #cfcfcf;
	background:#fff;
	padding:15px;
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
	font-weight:200;
}
#goods .gd_list .gd_img{
	width:580px;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
#goods .gd_list .gd_img p{
	width:560px;
	display:inline-block;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}
#goods .gd_list .gd_img img{
	width:100%;
	vertical-align:bottom;
}
#goods .gd_list li .gd_text{
	width: 928px;
	display: inline-block;
	margin-bottom:20px;
}
#goods .gd_list li .gd_item_title{
	width:100%;
}
#goods .gd_list li .gd_text dt,#goods .gd_list li .gd_item_title dt{
	font-size:26px;
	color:#3b3b3b;
	margin-bottom:20px;
	font-weight:bold;
	border: none;
}
#goods .gd_list li .gd_text dd{
	font-size:14px;
	color:#3b3b3b;
}
#goods .gd_list li .gd_text_area{
	width:auto;
	overflow: hidden;
}
#goods .gd_list li .gd_text_dir{
	width: 865px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #3b3b3b;
	font-weight: 400;
}
#goods .gd_list li .gd_text_area .gd_text_dir:last-child{
	margin-bottom:0;
}
#goods .gd_list li dt{
	font-size:20px;
	display:inline-block;
	margin-bottom:8px;
	border-bottom:1px solid #9d9d9d;
	color:#3b3b3b;
}
#goods .gd_list li .gd_text_area .song dt{
	font-size:14px;
	margin-bottom:0;
	border-bottom:none;
}
#goods .gd_list li dd{
	color:#3b3b3b;
	overflow:hidden;
}
#goods .gd_list .gd_text_dir ul{
	width:auto;
	margin-right:60px;
	float:left;
}
#goods .gd_list .gd_text_dir ul:last-child{
	margin-right:0;
}
#goods .gd_list .gd_text_dir li{
	width:auto;
	display:block;
	text-align:left;
	float:none;
	margin-bottom:0;
	text-indent: -1em;
	padding-left: 1em;
}
#goods .gd_list li .gd_btm .gd_text_dir {
	width: 100%;
}
/*--song--*/
#goods .gd_list .clm2{
	width:580px;
}
#goods .gd_list .clm2 .gd_text_dir,#goods .gd_list li .gd_text{
	width:auto;
}
#goods .gd_list .clm2 .gd_text dt{
	font-size:18px;
}
#goods .gd_list .clm2 .gd_text dd{
	font-weight:200;
}
#goods .gd_list .clm2 .gd_img{
	width:240px;
}
#goods .gd_list .clm2 .gd_img p{
	width:220px;
}
#goods .gd_list .clm2 .gd_text{
	margin-bottom:0;
}
#goods .gd_list .clm2 .gd_text_dir ul{
	float:none;
}
/*--song--*/

/*--store--*/
#store{
	text-align:center;
	background:url(../images/ova/gr_top.png),#f3f3f3;
	background-repeat:no-repeat;
	background-position:top center;
}
#store .campaign{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 200;
}
#store .campaign .cp_dir{
	margin-bottom: 38px;
}
#store .attention_text{
	font-size: 12px;
	text-align: left;
	color: #666666;
	width: 350px;
	margin-left: auto;
}
#store .attention_text p{
	margin-bottom:5px;
}
#store .campaign .campaign_title{
	font-size: 20px;
	font-weight: 500;
}
#store .campaign .target_item p{
	width:637px;
	margin:0 auto;
	text-align:left;
}
#store .campaign .target_item p:first-child{
	width:100%;
	text-align:center;
}
#store .campaign .target_item p span{
	display:inline-block;
	margin-right:30px;
}
#store .campaign .target_item p span:first-child{
	width:98px;
}
#store .campaign .target_item p span:nth-child(2){
	width:257px;
}
#store .campaign .target_item p span:nth-child(3){
	width:58px;
}
#store .campaign .target_item p span:last-child{
	margin-right:0;
}
#store .campaign .cp_dir:last-child{
	margin-bottom:100px;
	font-size: 14px;
	color: #666666;
}
#store .campaign .fs16{
	font-size:16px;
}
#store .campaign dt,#store .campaign dt{
	display: inline-block;
	border-bottom: 2px solid #5b5b5b;
	margin-bottom: 5px;
}
#store .campaign dt,#store .campaign dd{
	color:#282828;
	font-size:18px;
}
#store .lead_text{
	font-size:20px;
	color:#282828;
	font-weight:bold;
	margin-bottom:80px;
}
#store .sore_list{
	display:inline-block;
	overflow:hidden;
	margin-bottom:70px;
}
#store .sore_list ul{
	width:auto;
	float:left;
	display:block;
	margin-right: 93px;
}
#store .sore_list ul:last-child{
	margin-right:0;
}
#store .sore_list li{
	text-align: left;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.6;
	width: 49%;
	float: left;
	margin-right: 2%;
}
#store .sore_list li:nth-child(even){
	margin-right:0;
}
#store .sore_list li dl{
    width: 309px;
    float: left;
}
#store .sore_list .store_item_img {
	float: left;
	width: 208px;
	border: 1px solid #cdcdcd;
	margin-right: 23px;
}
#store .sore_list .store_item_img img{
	vertical-align:bottom;
}
#store .sore_list dd,#store .sore_list dt{
	color:#242424;
}
#store .sore_list dt{
	font-size:15px;
	font-weight:500;
}
#store .sb_list ul{
	width:100%;
	overflow:hidden;
}
#store .sb_list li{
	width:240px;
	box-sizing:border-box;
	text-align:center;
	float:left;
	margin-bottom:30px;
}
#store .sb_list li .sb_img,#store .sb_list li dl{
	width:210px;
	display:inline-block;
	text-align:left;
}
#store .sb_list li .sb_img{
	height:210px;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
	margin-bottom:10px;
	background:#fff;
}
#store .sb_list li dl{
	font-size:13px;
	color:#2c2c2c;
	font-weight: 200;
	line-height:1.6;
}
#store .sb_list li dl dt,#store .sb_list li dl dd{
	color: #2c2c2c;
}
#store .sb_list li dl dd .lts{
	letter-spacing:-1px;
}
#store .target_store{
	width:637px;
	margin:0 auto;
}
#store .target_store li{
	text-align:left;
	padding-left: 1em;
	text-indent: -1em;
}
/*--store--*/

/**goods**/


/**book**/
#book{
	text-align:center;
}
#book .side_story{
	width:100%;
	overflow:hidden;
}
#book .book_dir{
	margin-bottom:78px;
}
#book .side_story .book_dir{
	width:50%;
	float:left;
	text-align:center;
}
#book .sub_title{
	margin-bottom:40px;
}
#book .sub_title h4{
	font-size:26px;
}
#book .sub_book_title{
	margin-bottom:33px;
	font-size:14px;
	font-weight: 200;
	color: #e0e0e0;
}
#book .sub_book_title h5{
	font-size:22px;
	color:#eb2f2f;
	margin-bottom:10px;
	font-weight:500;
}
#book .side_story .book_dir .sub_book_title p{
	height:45px;
	display:inline-block;
	overflow:hidden;
}
#book .side_story .book_dir:nth-child(1) .sub_book_title p{
	line-height:1.6;	
}
#book .side_story .book_dir:nth-child(2) .sub_book_title p{
	line-height:45px;
}
#book .book_list .lead_text{
	font-size: 18px;
	display: inline-block;
	padding-bottom: 3px;
	margin-bottom: 24px;
	border-bottom: 2px solid #757575;
	font-weight: bold;
}
#book .book_list ul{
	width:100%;
	letter-spacing:-0.4em;
}
#book .book_list li{
	width:200px;
	display:inline-block;
	letter-spacing:normal;
	text-align:center;
	margin-bottom: 20px;
}
.book_list li a{
	width:180px;
	display:inline-block;
	text-align:left;
}
#book .book_list li .book_img{
	width:auto;
	display:inline-block;
	margin-bottom:6px;
	transition:all ease .3s;
}
#book .book_list li .caption{
	display:inline-block;
	text-align:left;
	line-height: 1.5;
	transition:all ease .3s;
	position:relative;
}
#book .book_list li .caption:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:0;
	height:1px;
	background:#eb2f2f;
	transition:all ease .3s;
}
#book .book_list li a:hover .book_img{
	opacity:0.8;
	transition:all ease .3s;
}
#book .book_list li a:hover .caption{
	transition:all ease .3s;
	color:#eb2f2f;
}
#book .book_list li a:hover .caption:after{
	width:100%;
}
/**book**/














