@charset "UTF-8";
/*
京都アニメーション
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* ---------- loading ---------- */
#overlay {
	background: none;
}
#loadingWrap {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 100%;
}
.loadingBg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
}
.loadLine {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: #1dc1f0;
}
.loadBg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/loading/bg.png) no-repeat center top;
}
.loading {
}
.loadLogo {
	position: absolute;
	width: 278px;
	height: 85px;
	top: 385px;
	left: 50%;
	margin-left: -159px;
	background: url(/img/loading/logo.png) no-repeat center top;
}
.loadBar {
	position: absolute;
	width: 150px;
	height: 1px;
	top: 500px;
	left: 50%;
	margin-left: -95px;
	background: #1dc1f0;
}
.loadBar span {
	position: absolute;
	width: 0%;
	height: 1px;
	top: 0;
	left: 0;
	background: #FFF;
}
.loadRing {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 450px;
	left: 50%;
	margin-left: -120px;
	background: url(/img/loading/ring.png) no-repeat left top;
}
/* ---------- top ---------- */
#siteWrap {
	background: url(/img/top/mainVisual.jpg) no-repeat center top;
}
/*#mvChara {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 1300px;
	top: 0px;
	background: url(/img/top/mainVisual_c.png) no-repeat center 40px;
}*/
#mainWrap {
	height: 1260px;
	width: 100%;
	max-width: 1200px;
}
#headerWrap {
	width: 351px;
}
/* ---------- catch ---------- */
.topRoadShow {
	position: absolute;
	right: 10px;
	bottom: 70px;
}
.topCatchWrap {
	position: absolute;
	top: 60px;
	left: 50%;
	height: 244px;
	margin-left: -9px;
}
.catch1 {
	position: absolute;
	width: 18px;
	height: 0px;
	top: 60px;
	left: 50%;
	margin-left: -9px;
	padding-left: 20px;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.catch1.catch_on {
	height: 107px;
}
.catch2 {
	position: absolute;
	width: 18px;
	height: 0px;
	top: 60px;
	left: 50%;
	margin-left: -29px;
	overflow: hidden;
	-webkit-transition: all 1.5s 0.75s;
	-moz-transition: all 1.5s 0.75s;
	transition: all 1.5s 0.75s;
}
.catch2.catch_on {
	height: 243px;
}
/* ---------- information ---------- */
#updateWrap {
	position: absolute;
	top: 30px;
	right: 10px;
}
#infoWrap {
	position: absolute;
	top: 170px;
	left: 10px;
}
/* ---------- navigation ---------- */
#navWrap {
	margin-bottom: 50px;
}
.navList li {
	margin: 10px 0;
}
.navList a {
	position: relative;
	display: block;
	font-family: 'Junge', serif;
	font-size: 150%;
	color: #333;
	text-indent: 10px;
	letter-spacing: 2px;
}
.navList a:before {
	content: attr(data-hover);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #FFF;
	background-color: #1dc1f0;
	width: 0%;
	word-break: normal;
	-webkit-transition: width .4s ease-out;
	-moz-transition: width .4s ease-out;
	transition: width .4s ease-out;
}
.navList a:hover:before {
	width: 100%;
}
/* ---------- update information ---------- */
#updateWrap, #movieWrap {
	margin-bottom: 50px;
}
.updateHeader, .movieHeader, .topicsHeader {
	display: table;
	width: 240px;
	margin-bottom: 10px;
}
.updateHeader .caption, .movieHeader .caption, .topicsHeader .caption {
	display: table-cell;
	color: #333;
}
.moreLink {
	display: table-cell;
	width: 45px;
	text-align: center;
	vertical-align: middle;
}
.updateHeader a, .movieHeader a {
	display: block;
	font-size: 83%;
	font-weight: bold;
	color: #FFF;
	border: 1px #FFF solid;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	transition: .2s ease-out;
}
.updateHeader a:hover, .movieHeader a:hover {
	color: #666;
	background-color: #FFF;
	border: 1px #FFF solid;
}
.updateList {
	width: 240px;
	background-color: rgba(255,255,255,.5);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7FFFFFFF,EndColorStr=#7FFFFFFF);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7FFFFFFF,EndColorStr=#7FFFFFFF);
}
.updateList .date {
	display: block;
	font-size: 92%;
	color: #1dc1f0;
}
.updateList li {
	margin-bottom: 5px;
}
.updateList li a {
	display: block;
	color: #333;
	padding: 5px 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.updateList li a:hover {
	padding: 5px 0 5px 20px;
	background-color: rgba(255,255,153,.5);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7FFFFF99,EndColorStr=#7FFFFF99);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7FFFFF99,EndColorStr=#7FFFFF99);
}
.updateList li a:hover:not(:target){
	filter: none;
	-ms-filter: none;
}
/* ---------- new movie ---------- */
.newMovie {
	display: block;
	position: relative;
	width: 240px;
	height: 135px;
	color: #FFF;
	background-color: #FFF;
	overflow: hidden;
}
.movieThumb {
	background: url(/img/top/movieThumb.jpg) no-repeat top left;
}
.movieCaption {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 3px 10px;
	background-color: #1dc1f0;
	z-index: 1;
}
.newMovie span {
	position: absolute;
	background-color: #FFF;
	z-index: 2;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/* ---------- new movie ---------- */
.topicsList li {
	margin-bottom: 15px;
}
.topicsLink {
	display: block;
	width: 240px;
	height: 80px;
	background-color: #FFF;
}
/* ---------- pageTopWrap ---------- */
#pageTopWrap {
	width: 100%;
	max-width: 1600px;
}
/* ---------- footer left ---------- */
.leftArea {
	width: 530px;
	float: left;
	margin-left: 10px;
}
/* ---------- twitter ---------- */
#twitterWrap {
	margin-bottom: 5px;
}
#twitterWrap .caption {
	margin-bottom: 5px;
}
.twitterListArea {
	position: relative;
	width: 480px;
	height: 110px;
	border: 1px #999 solid;
	background: url(/img/icon/triL.png) no-repeat top left, url(/img/icon/triR.png) no-repeat bottom right;
	-pie-background: url(/img/icon/triL.png) no-repeat top left, url(/img/icon/triR.png) no-repeat bottom right;
	behavior: url(/css/PIE.htc);
}
.twitterList {
	position: relative;
	width: 460px;
	height: 90px;
	margin: 10px;
	overflow: hidden;
}
.twitterList li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.twitterList li:first-child {
	display: block;
}
.twitterList .date {
	position: absolute;
	bottom: 0;
	right: 0;
}
.twitterList .date a {
	color: #666;
}
.twitterControl {
	width: 480px;
	font-size: 83%;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.twitterControl li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.twitterControl a {
	color: #666;
}
.officialTw {
	margin-right: 10px;
}
.twCtrlL {}
.twCtrlR {}
.twitterControl a span {
	display: none;
}
/* ---------- link ---------- */
#linkWrap {
	margin-bottom: 15px;
}
#linkWrap .caption {
	margin-bottom: 5px;
}
.linkList {
	width: 100%;
	height: 60px;
}
.linkList li {
	display: inline-block;
	width: 200px;
	height: 60px;
	margin-right: 10px;
	zoom: 1;
	*display: inline;
}
/* ---------- share ---------- */
#shareWrap {
}
#shareWrap .caption {
	margin-bottom: 5px;
}
.shareList {
	display: table;
	width: 210px;
}
.shareList li {
	display: table-cell;
}
.shareList li a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	zoom: 1;
	*display: inline;
}
.tw_count, .fb_count {
	display: block;
	text-align: center;
	font-size: 83%;
	padding: 1px;
	width: 50px;
	color: #666;
	border: 1px #666 solid;
}
/* ---------- footer right ---------- */
.rightArea {
	width: 650px;
	float: right;
	margin-right: 10px;
}
/* ---------- site information ---------- */
.topSiteInfo {
	margin-top: 10px;
	text-align: right;
}
/* ---------- copy information ---------- */
.corporateLink {
	position: absolute;
	top: 0;
	right: 10px;
}





































