@charset "utf-8";
/* CSS Document */
header{
	padding-left: 34px;
	position:relative;
	z-index:150
;
	height: 350px;
}

#AllWrap{
	width:100%;
	height: 1310px;
	background:url(../img/bg.jpg) center no-repeat;
	background-size:cover;
	margin-top: 70px;
}
#notice{
	position:relative;
	top: 181px;
	left: 15px;
	width: 220px;
}
p#catch{
	position:absolute;
	right: 28px;
	top: 27px;
	z-index: 100;
}
#contents{
    height: 1310px;
    min-width: 980px;
    max-width: 1190px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.New_movie{
    position: relative;
    top: -15px;
}
.New_movie:hover{
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
/************************
キャラクター
************************/
#character_img{
    position: relative;
    width: 980px;
    height: 100px;
    top: -263px;
	margin:0 auto;

}
#character_img p{
	position:absolute;
	width:0;
	height:0;
    left: 50%;
    top: 204px;
}

/************************
次回予告
************************/
#notice .thumb{
	z-index:900;
	position:absolute;
	top: 23px;
	left: 48px;
	width: 124px;
	overflow: hidden;
	height: 71px;
}
#notice .thumb img{
	display:block;
	width:100%;
	margin-top: -5px;}
#movie_id{
	display:none;
}
#notice .thumb_box{
	z-index:901;
	position:absolute;
	top:0;
	left:0;
}
#notice .btn_play{
	z-index:902;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
	cursor: pointer;
}
#notice .btn_play:hover{
	opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
#notice dl{
	background-image:url(../img/youtube/bgTxt.png);
	width: 287px;
	height: 100px;
	padding: 24px 63px 0 123px;
	position: relative;
	top: 104px;
}
#notice dl dt{
	background-image:url(../img/youtube/bullet.png);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	font-size: 13px;
	padding-left: 12px;
	margin-bottom:4px;
}
#notice dl dd{
	font-size:10px;
	line-height:1.3em;
	padding-left:13px;
}
footer #foot_news{
	background-image: url(../img/news/bg.png);
	background-position:center top;
	height: 70px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
footer {
	background:url(../../common/img/ft/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 50px;
	margin-top: -40px;
	text-align:center;
}
#news_wrap{
	background-image: url(../img/news/bg2.png);
	background-position:center top;
	width:100%;
	max-width:1280px;
	min-width:980px;
	margin:0 auto;
	overflow:hidden;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffaa00;
	letter-spacing: 1px;
	padding-bottom: 11px;
}
#slidewrap div{
	background-image: url(../img/news/bullet.png);
	background-position: 42px 5px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 55px;
}
#slidewrap a{
	color:#ffaa00;
	text-decoration:none;
}
#slidewrap a:hover{
	text-decoration:underline;
}
#footwrap{
	padding-bottom: 30px;
	position: relative;
	width:1040px;
	margin:0 auto;
	max-width:1280px;
}
footer #foot_news ul#slidewrap{
    position: absolute;
    left: 50%;
    top: 42px;
    margin-left: -394px;
    color: #FFF;
    font-size: 14px;
    height: 15px;
    overflow: hidden;
}
footer #foot_news ul#slidewrap li{
	background-image:url(../img/youtube/bullet.png);
	background-position: 1px 4px;
	background-repeat:no-repeat;
	padding-left:11px
}
footer #foot_news #sns{
    float: right;
    margin: -20px 0 0 215px;
    width: 264px;
}
footer #foot_news #sns li{
	float:left;
	width: 132px;
	overflow: hidden;
	z-index: 9999;
	position: relative;
}
footer #foot_bnr{
	display:inline-block;
	margin-top: 50px;
}
footer #foot_bnr li{
	float:left;
}
#copy{
	text-align:center;
	margin-top: 38px;
}

#float_bg{
	background:#000;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	top: 0;
	display:none;
}
#float_content{
	background-position:center top;
	position:fixed;
	width: 920px;
	height: 723px;
	z-index:1000;
	left: 50%;
	top: 50%;
	display:none;
	margin-left: -470px;
	margin-top: -360px;}
#movieplayer{
	padding: 145px 0 0 160px;
	z-index: 999;
	position: relative;
}
#float_content .title {
text-align: center;
line-height: 1.9em;
height: 30px;
overflow: hidden;
color: #ffd400;
width: 820px;
margin: 20px auto 11px;
position: relative;
z-index: 999;
}
#float_content .title span{
	background-image: url(../img/float/bgEpisode.png);
	background-position: left 1px;
	background-repeat:no-repeat;
	width: 70px;
	margin-right:15px;
	display: inline-block;
	font-size: 12px;
	color: #000;
	font-weight:bold;
}
#float_content .txt{
width: 414px;
margin: 0 auto;
font-size: 12px;
color: #FFF;
line-height: 1.8em;
letter-spacing: 0.03em;
z-index: 999;
position: relative;
}
#Backtotop{
	position: absolute;
	right: 288px;
	top: 145px;
	cursor: pointer;
}
#btn_close{
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 282px;
	margin-top: -307px;
	z-index: 9999;
	cursor: pointer;
}
#float_seat{
	position:absolute;
	top:0;
	z-index:1;
}