@charset 'utf-8';

/*======[[TOP PAGE]]======*/

@-webkit-keyframes overRotate {
	0% {
		transform:perspective(300px) rotateY(0deg);
	}
	30% {
		transform:perspective(300px) rotateY(360deg);
	}
	100% {
		transform:perspective(300px) rotateY(360deg);
	}
}
@keyframes overRotate {
	0% {
		transform:perspective(300px) rotateY(0deg);
	}
	30% {
		transform:perspective(300px) rotateY(360deg);
	}
	100% {
		transform:perspective(300px) rotateY(360deg);
	}
}

#catchArea{
	width: 1064px;
	margin: -412px auto 0;
	position: relative;
	text-indent: -9999px;
}

.xTxt .inTxt{
	width: 0;
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.yTxt .inTxt{
	height: 0;
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

#catchArea.active .xTxt span{
	width: 100%;
}
#catchArea.active .yTxt span{
	height: 100%;
}

.xTxt .txtBg{
	background: #000;
	display: block;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:0;
}

.xTxt .txtBg_r{
	background: #a5962f;
	display: block;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:0;
}

.yTxt .txtBg{
	background: #000;
	display: block;
	position: absolute;
	left:0;
    right:0;
	top:0;
	height:0;
}

.inTxt{
	z-index: 5;
}

.txtBg{
	z-index: 4;
}
.inTxt,.txtBg {
	transition:all 1s cubic-bezier(0.3, 0.78, 0.46, 0.85);
}

.txtBg_r{
	z-index: 4;
}
.inTxt,.txtBg_r {
	transition:all 1s cubic-bezier(0.3, 0.78, 0.46, 0.85);
}

#ani1{
	position: absolute;
	width: 59px;
	height: 10px;
	top: 105px;
	left: 0;
}

#ani1 .inTxt{
	background: url(../img/index/t_name_s01.png);
	transition-delay: 0.2s;
}

#ani2{
	position: absolute;
	width: 125px;
	height: 10px;
	top: 105px;
	left: 367px;
}

#ani2 .inTxt{
	background: url(../img/index/t_name_s02.png);
	transition-delay: 0.2s;
}

#ani3{
	position: absolute;
	width: 560px;
	height: 55px;
	top: 128px;
	left: 0;
}

#ani3 .inTxt{
	background: url(../img/index/t_name.png);
	transition-delay: 0.3s;
}

#ani4{
	position: absolute;
	width: 319px;
	height: 20px;
	top: 253px;
	left: 0;
}

#ani4 .inTxt{
	background: url(../img/index/t_txt01.png);
	transition-delay: 0.3s;
}

#ani5{
	position: absolute;
	width: 404px;
	height: 20px;
	top: 300px;
	left: 0;
}

#ani5 .inTxt{
	background: url(../img/index/t_txt02.png);
	transition-delay: 0.3s;
}

#ani6{
	position: absolute;
	width: 278px;
	height: 20px;
	top: 338px;
	left: 0;
}

#ani6 .inTxt{
	background: url(../img/index/t_txt03.png);
	transition-delay: 0.3s;
}

#ani7{
	position: absolute;
	width: 20px;
	height: 80px;
	top: 119px;
	right: 176px;
}

#ani7 .inTxt{
	background: url(../img/index/t_txt04.png);
	transition-delay: 0.3s;
}

#ani8{
	position: absolute;
	width: 20px;
	height: 93px;
	top: 119px;
	right: 221px;
}

#ani8 .inTxt{
	background: url(../img/index/t_txt05.png);
	transition-delay: 0.4s;
}

#ani9{
	position: absolute;
	width: 20px;
	height: 195px;
	top: 119px;
	right: 264px;
}

#ani9 .inTxt{
	background: url(../img/index/t_txt06.png);
	transition-delay: 0.5s;
}

#ani10{
	position: absolute;
	width: 337px;
	height: 20px;
	top: 212px;
	left: 0;
}
#ani10 a:hover .txtBg_r {
	background-color:#000;
}

#ani10 .inTxt{
	background: url(../img/index/comment/illust_btn.jpg);
	transition-delay: 0.3s;
}

#ani10  a {
	transition:all 0.3s ease;
}
#ani10  a:hover {
	opacity:0.7;
}

/*-catchArea-*/

#mainArea{
	height: 2500px;
}

#mainArea_wrap{
	width: 1064px;
	margin: 0 auto;
	position: relative;
}

#main_vs{
	min-width: 1100px;
	width: 100%;
	height: 2500px;
	background: url(../img/index/new/chara_img/main_bg_chara.png) no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 3;
}
#main_vsUn{
	width: 100%;
	height: 2500px;
	background: url(../img/index/new/main_bg_red.png) repeat-x;
	z-index: 2;
}

#mainDate_s{
	position: absolute;
	width: 188px;
	height: 10px;
	background: url(../img/index/main_date_s.png);
	top: 70px;
	left: 0;
}

#mainDate{
	position: absolute;
	width: 422px;
	height: 32px;
	background: url(../img/index/main_date.png);
	top: 90px;
	left: 0;
}

#clock{
	position: absolute;
	top: 170px;
	left: 80px;
	-webkit-animation:overRotate 4.3s infinite;
	animation:overRotate 4.3s infinite;
	animation-delay: 3s;
}

.mIn{
	text-indent: -9999px;
}

/*#mainLogo{
	position: fixed;
	width: 137px;
	height: 390px;
	margin-top: -195px;
	top: 50%;
	left:50%;
	z-index: 1;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}*/

#mainLogo{
	position: absolute;
	width: 137px;
	height: 390px;
	margin-top: -195px;
	top: 275px;
	left:50%;
	z-index: 1;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#movArea{
	position: relative;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	z-index: 3;
}

#movArea iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}

.comSec{
	width: 1064px;
	margin: 120px auto 0;
	overflow: hidden;
}

.subHead{
	margin-bottom: 80px;
}

#introArea{
	background: url(../img/index/new/intro_bg.jpg) no-repeat;
	background-position: right top;
}

#introArea .subHead{
	margin-top: 80px;
}

.introCopy{
	margin-bottom: 80px;
}

.castBox,.books01{
	float: left;
	width: 584px;
	position: relative;
}

ul.castName li{
	margin-bottom: 40px;
}

ul.castName li:last-child{
	margin-bottom: 0;
}

.staffBox,.books02{
	float: right;
	width: 480px;
	position: relative;
}

.booksName{
	margin-bottom: 30px;
}

#booksImg01{
	position: absolute;
	top: -65px;
	right: 95px;
}

#booksImg02{
	position: absolute;
	top: -23px;
	right: 0;
}

/*-COMMENT-*/

#commentArea{
	z-index: 80;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: #000;
	overflow: hidden;
}

#commentArea .coHead{
	position: absolute;
	width: 100%;
	height: 115px;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.coHead #subHead2{
	position: absolute;
	left: 30px;
	top: -8px;
}

.coHead .closeBtn{
	position: absolute;
	right: 30px;
	bottom:0;
	cursor: pointer;
}


#commentArea .coText{
	position: absolute;
	width: 100%;
	margin: auto;
	top:110px;
	left:0;
	right:0;
	bottom:50px;
	min-width: 1065px;
	overflow: auto;
}

.coText .coInner{
	margin: 0 auto;
	width: 900px;
}

.coInner dt{
	margin-bottom: 40px;
}

.coInner dd{
	margin-bottom: 80px;
}

/*======[[SUB PAGE]]======*/

#in_subHead{
	position: absolute;
	top: 93px;
	left:0;
}

#in_subHead span{
	margin-bottom: 13px;
	display: block;
}

#sub_catchArea{
	width: 1064px;
	margin: -247px auto 0;
	position: relative;
	z-index: 100;
}

#subContainer{
	z-index: 99;
}

#subTxt1{
	position: absolute;
	top: 236px;
	left:0;
}

#subTxt2{
	position: absolute;
	top: 88px;
	right: 176px;
}

/*-NEWS-*/

#newsArea{
	width: 1064px;
	padding-top: 110px;
	margin: 0 auto;
}

#newsWrap{
	width: 900px;
}

ul#newsContents{
	width: 100%;
}

ul#newsContents li{
	border: solid #303030 1px;
	margin-top: -1px;
	font-size: 16px;
}

ul#newsContents li:first-child{
	margin-top: 0;
}

ul#newsContents li a{
	padding: 30px;
	display: block;
	transition: .3s;
}

ul#newsContents li a:hover{
	background-color: rgba(138,128,0,0.3);
}

ul#newsContents li span{
	margin-right: 10px;
	color: #ecda60;
}

.pagingBox{
	margin-top: 53px;
	text-align: center;
	overflow: hidden;
}

.pagingBox .prev{
	float: left;
}

.pagingBox .next{
	float: right;
}

.pagingBox span{
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}

.pagingBox span a:hover{
	color: #ecda60;
	text-decoration: underline;
}

#newsTitle{
	border: solid #303030 1px;
	font-size: 16px;
	padding: 30px;
	background-color: rgba(138,128,0,0.3);
}

#newsTitle span{
	margin-right: 10px;
	color: #ecda60;
}

.detailBox{
	border: solid #303030 1px;
	padding: 60px 30px;
	margin-top: -1px;
}

.detailBox a{
	color: #ecda60;
	text-decoration: underline;
}

.detailBox a:hover{
	color: #ecda60;
	text-decoration: none;
}

.backBtn{
	text-align: center;
	margin-top: 53px;
}

/*-[[SPECIAL]]-*/

#galleryThumb{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}

#galleryThumb li{
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	cursor: pointer;
}

#galleryThumb li:nth-child(even){
	margin-right: 0;
}

#galleryThumb li a img:hover{
	opacity: 0.7;
	transition: all .40s ease; 
}

.gallery{
	z-index: 80;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow: auto;
}

.gImg{
	width: 700px;
    padding: 20px 0 20px 0px;
    min-height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}

.gImg02{
	width: 1000px;
    padding: 20px 0 20px 0px;
    min-height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.gImg02 .inImg{
	background: url(../img/index/12_posuta.jpg) no-repeat;
	width: 1000px;
	height: 1415px;
}
.gallery .closeBtn{
	position: fixed;
	top:30px;
	right: 30px;
	cursor: pointer;
}

#space{
	margin-bottom: 400px;
}

ul#spContents{
	width: 100%;
}

ul#spContents li{
	margin-top: -1px;
}

ul#spContents li a{
	border: solid #303030 1px;
	margin-top: -1px;
	font-size: 16px;
	transition: .3s;
	display: block;
	padding: 30px;
	overflow: hidden;
}

ul#spContents li a:first-child{
	margin-top: 0;
}

ul#spContents li a img{
	margin-right: 30px;
	float: left;
}

ul#spContents li a .img figure{
	line-height: 0;
}

ul#spContents li a:hover{
	background-color: rgba(138,128,0,0.3);
}

ul#spContents li a span{
	margin-right: 10px;
	color: #ecda60;
}

#galleryThumb02{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#galleryThumb02 li{
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	cursor: pointer;
}

#galleryThumb02 li:nth-child(even){
	margin-right: 0;
}

#galleryThumb02 li img,
.imgLink img{
	transition: all .40s ease; 
}
#galleryThumb02 li img:hover,
.imgLink img:hover{
	opacity: 0.7;
}
#galleryThumb02 span{
	display: block;
	margin-bottom: 5px;
}
#galleryThumb03 li{
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.imgLink{
	cursor: pointer;
}
.spIntxt{
	margin-bottom: 50px;
}


/*-[[ONAIR]]-*/

#onAirSelectArea{
	width: 1064px;
	padding-top: 110px;
	padding-bottom: 300px;
	margin: 0 auto;
}

/*-[[MOVIE]]-*/

#movieSelectArea{
	width: 1064px;
	padding-top: 130px;
	margin: 0 auto;
}

#movieThumb {
	width: 920px;
}

#movieThumb li{
	float: left;
	margin-right: 20px;
	width: 450px;
	height: 360px;
}
#movieThumb li:nth-child(even){
	margin-right: 0;
}

#movieThumb li p{
	padding: 15px 0 0;

}

/*-[[CHARACTER]]-*/

#charaSelectArea{
	width: 1064px;
	padding-top: 110px;
	margin: 0 auto;
}

#charaThumb {
	width: 775px;
}

#charaThumb li{
	float: left;
	margin-right: 86px;
	margin-bottom: 60px;
}

#charaThumb li:nth-child(3n){
	margin-right: 0;
}

#charaDetailArea{
	width: 100%;
	height: 1778px;
	margin-bottom: -120px;
	background: url(../img/character/chara_bg_red.png) repeat-x;
}

.charaBox{
	width: 1064px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#catchArea #ani11 {
	position: absolute;
	left: 870px;
	top: 338px;
	height: 69px;
	width: 233px;
	text-indent:0px;
	display:none;
}
#catchArea #ani11 a {
	transition:all 0.3s ease;
}
#catchArea #ani11 a:hover {
	opacity:0.7;
}
#catchArea #ani12 {
	position: absolute;
	left: 870px;
	top: 263px;
	height: 69px;
	width: 233px;
	text-indent:0px;
	display:none;
}
#catchArea #ani12 a {
	transition:all 0.3s ease;
}
#catchArea #ani12 a:hover {
	opacity:0.7;
}

/*-[[0826_NEW_CSS]]-*/