@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
*/

/* ---------- top ---------- */
/*#siteWrap {
	background: url(/books/violet/img/top/bgTop_03.png) repeat;
}*/

.bgFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200vh;
	background: url(/books/violet/img/top/bgTop_03.png) repeat;
	z-index: -1;
}


/*#headerWrap {
	width: 100%;
	height: 80px;
	background: url(/books/violet/img/top/bgTop_03.png) repeat;
}*/
.header {
	position: relative;
	width: 1120px;
	height: 100%;
	margin: 0 auto;
}
.navigation {
	float: left;
}
.naviList {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.naviList li {
	position: relative;
	height: 80px;
	margin-right: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.naviList li a {
	display: block;
	height: 55px;
	text-indent: -999em;
	opacity: 1;
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.naviList li a:hover {
	opacity: .5;
}
.shareList li {
	margin-left: 20px;
}

#contentWrap {
	position: relative;
	width: 1140px;
	height: 100%;
	margin: 0 auto;
}
.cont_logo {
	position: absolute;
	width: 510px;
	top: 13px;
	left: -46px;
	text-align: center;
}
.cont_topics {
	position: absolute;
	width: 648px;
	top: 33px;
	left: 467px;
	text-align: center;
}
.topics {
	width: 150px;
	height: 150px;
	padding: 0 6px;
	float: left;
}
.cont_animelink {
	position: absolute;
	width: 510px;
	top: 618px;
	left: 320px;
	text-align: center;
}
.topics > div {
	display: inline-block;
	margin: 15px 10px 0;
}
.cont_shoplink {
	position: absolute;
	width: 420px;
	height: 110px;
	top: 618px;
	left: -17px;
	text-align: center;
	background: url(/books/violet/img/top/shoplink_bg.png) no-repeat;
}
.everaftercomment_link {
	position: absolute;
	top: 458px;
	left: 557px;
}
/*.banner {
	display: -webkit-flex;
    display: flex;
	position: absolute;
    top: 618px;
    left: 407px;
}*/
.banner {
	padding-bottom: 14px;
}
.banner a:first-child {
    margin: 0 7px 0 0;
}
.banner a, .everaftercomment_link {
	opacity: 1;
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.banner a:hover, .everaftercomment_link:hover {
	opacity: .8;
}
/*.shoplink {
	padding: 0 10px;
}*/
.shoplink_header {
	padding: 5px 0;
}
.shoplink li {
	display: inline-block;
	/*padding: 0 5px;*/
	float: left;
	opacity: 1;
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.shoplink li:hover {
	opacity: .5;
}
/*.topic02 {
	position: absolute;
	width: 520px;
	height: 66px;
	top: 660px;
	right: 0px;
	opacity: 1;
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.topic03 {
	position: absolute;
	width: 520px;
	height: 66px;
	top: 490px;
	left: 0px;
	opacity: 1;
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.topic02:hover {
		opacity: .7;
	}*/
/*.catch {
	position: absolute;
	top: 535px;
	left: 520px;
	opacity: 1;
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.catch:hover {
	opacity: .5;
}*/


/*#footerWrap {
	width: 100%;
	height: 100%;
	background: url(/books/violet/img/top/bgTop_03.png) repeat;
}*/
.bannerContentBox {
	position: absolute;
	width: 1140px;
	bottom: 20px;
	display: flex;
	justify-content: space-between;
	/* justify-content: end; */
	flex-wrap: wrap;
}
.specialBox {
	width: 630px;
}
.specialBox .specialEpisode img {
	border: 1px #a29376 solid;
	box-sizing:border-box;
}
.specialBox .moviefair {
	position: relative;
}
.specialBox .moviefair img {
	border: 1px #FFF solid;
	box-sizing:border-box;
}
.specialBox .violet-10th img {
	border: 1px #ae70d2 solid;
	box-sizing:border-box;
}
.specialBox ul li a {
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.specialBox ul li a:hover {
	opacity: .7;
}
.specialBox ul li:first-child {
	padding-bottom: 16px;
}
.booksBox {
	width: 505px;
	position: relative;
}
.booksContent {
	background: rgba(255,255,255,0.7);
	border: 1px solid #a8106d;
	overflow: hidden;
	padding: 12px 12px;
}
.booksImgBox {
	display: -webkit-flex;
	display: flex;
	padding: 3px 5px 0;
}
/*.booksimg {
	padding-left: 5px;
}*/
.shoplink li img {
	width: 170px;
}
.shoplink li:first-child {
	padding-bottom: 8px;
}
.shoplink {
	padding-left: 10px;
	width: 170px;
}







.footer {
	position: relative;
	width: 1120px;
	height: 100%;
	margin: 0 auto 50px;
}
.topicWrap {
	width: 1120px;
	height: 260px;
	padding: 20px 0;
}
.update {
	width: 785px;
	float: left;
}
.updateHd {
	width: 100%;
	height: 40px;
	border-bottom: 1px #7f7f7f solid;
}
.updateList {
	padding-top:5px;
}
.updateList dl {
	display: flex;
	margin: 5px 0;
}
.updateList dt {
	color: #d4b887;
}
.updateList dd {
	margin-left: 2em;
}
.updateList a {
}
.movieWrap {
	width:310px;
	float: left;
	margin-left:25px;
}
.movieHd {
	width: 100%;
	height: 40px;
	border-bottom: 1px #7f7f7f solid;
}
.movie {
	margin-top:10px;
	opacity: 1;
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
	width: 100%;
}
.movie a img {
	width: 307px;
}
.movie:hover {
		opacity: .5;
	}
.leftContent {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: bottom;
}
.rightContent {
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: bottom;
}
 .animeLink {
	margin-bottom: 20px;
}
 .animeLink a {
	-webkit-transition: .5s ease-out;transition: .5s ease-out;
}
.animeLink a:hover {
	opacity: .7;
}
 .animeLink a img {
	width: 309px;
}
.booksLink a {
	text-decoration: underline;
}
.booksLink a:hover {
	text-decoration: none;
}
.copyright {
	font-size: 83%;
	color: #FFF;
}
.share {
	text-align: right;
}
.shareList {
	height: 40px;
	padding-left: 468px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.topic_sc a {
	width: 380px;
	height: 60px;
	text-indent: -999em;
	position: absolute;
	top: 10px;
	right: 0px;
	background: url(/books/violet/img/top/topic_sc.png) no-repeat;
}
.sc {
	width: 851px;
	height: 851px;
	position: relative;
	background: url(/books/violet/img/top/sc.jpg) no-repeat;
}
.practiceStore {
	width: 174px;
	height: 30px;
	position: absolute;
	top: 190px;
	left: 450px;
}
.netStore {
	display: block;
	width: 235px;
	height: 50px;
	position: absolute;
	top: 676px;
	left: 581px;
}
.KAesuma {
	display: block;
	width: 235px;
	height: 65px;
	position: absolute;
	top: 733px;
	left: 581px;
}
.booksLink {
	width: 17%;
}
.corporateLink {
	width: 30%;
}
.banner a img {
	width: 250px;
	
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Media Screen     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          SP          */
@media screen and (max-width:768px) {
	.header {
		width: 100%;
	}
	.navigationBtn {
		background: #412f5b;
		width: 16vw;
		height: 14vw;
		margin: 10px;
		border: 1px solid #FFF;
	}
	.navigationBtn.show {
		background: none;
		border: 0px solid;
	}
	.show .naviBtn .naviBtn1 {
		-webkit-transform: translateY(2vw) rotate(-45deg);
		transform: translateY(2vw) rotate(-45deg);
	}
	.naviBtn span {
		background-color: #FFF;
	}
	
	.KVBox {
		position: relative;
	}
	.KV_sp img {
		width: 100%;
	}
	.bannerContentBox {
		bottom: 13px;
		width: 100%;
		margin: auto;
	}
	.specialBox .moviefair {
		top: 4px;
	}
	
	.cont_shoplink {
	}
	.specialBox {
		width: 94%;
		margin: auto;
	}
	.specialBox ul li a img {
		width: 100%;
	}
	.footer {
		width: 100%;
	}
	.topicWrap {
		width: 92%;
		margin: auto;
		max-width: 500px;
		height: auto;
		padding: 20px 0 0;
	}
	.update {
		width: 100%;
	}
	.updateList dl {
		display: block;
	}
	.updateList dd {
		margin-left: 0;
	}
	.updateList dl.pc {
		display: none;
	}
	.movieWrap {
		width: 100%;
		margin: 0;
		padding: 30px 0;
	}
	.movie a img {
		width: 100%;
	}
	.rightContent {
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.shareList {
		padding: 0;
		width: 156px;
		margin: auto;
	}
	.shareList li {
		margin: 0 10px;
	}
	.naviList {
		display:block;
		padding-top: 30px;
	}
	.navigationWrap {
		/*background: #463362;*/
		background: url(/books/violet/img/top/bgTop_03.png) repeat;
	}
	.naviList li {
		display: block;
		margin: 0;
	}
	.naviList li a {
		margin: auto;
	}
	.leftContent {
		display: block;
		width: 92%;
		max-width: 500px;
		margin: auto;
	}
	.booksLink {
		width: 100px;
		margin: auto;
	}
	.corporateLink {
		width: 150px;
		margin: auto;
	}
	.banner {
		padding-bottom: 30px;
		text-align: center;
	}
	.banner a img {
		width: 100%;
	}
	.movieHd {
		height: 30px;
		background-size: 210px;
	}
	.updateHd {
		height: 30px;
		background-size: 150px;
	}
	.animeLink a img {
		width: 100%;
	}
	.animeLink {
		margin-bottom: 0px;
	}
	.MovieBanner {
		padding: 30px 0 0;
	}
	
	.booksBox_sp {
		padding: 10px 0;
	}
	.booksBoxBg_sp {
		background: #FFF;
		border: 1px solid #a8106d;
		overflow: hidden;
		width: 94%;
		margin: auto;
	}
	.Spheaderimg {
		width: 95%;
		margin: auto;
		padding: 5px 0;
	}
	.Spbooksimg {
		width: 95%;
		margin: auto;
	}
	.Spbookstxtimg {
		width: 95%;
		margin: auto;
		padding: 5px 0;
	}
	.booksBoxBg_sp .booksheaderimg {
		width: 100%;
		margin: auto;
	}
	.booksBoxBg_sp .bookstxtimg {
		width: 100%;
		margin: auto;
	}
	.booksimg {
		width: 100%;
	}
	.shoplink {
		width: 95%;
		padding: 0;
		margin: auto;
		display: -webkit-flex;
		display: flex;
	}
	.shoplink li:first-child {
		padding-right: 10px;
	}
	.shoplink li img {
		width: 100%;
	}
	.navi00 {
		padding-bottom: 30px;
	}
	.navi00 a {
		width: 250px;
		background: url(/books/violet/img/top/nav_00_sp.png) no-repeat;
		background-size: 250px;
	}
	.naviList .navi00 a {
		height: 90px;
	}
	.naviList li a {
		height: 70px;
	}
	.navi01 a {
		width: 130px;
		background: url(/books/violet/img/top/nav_01_sp.png) no-repeat;
		background-size: 130px;
	}
	.navi02 a {
		width: 130px;
		background: url(/books/violet/img/top/nav_02_sp.png) no-repeat;
		background-size: 130px;
	}
	.navi03 a {
		width: 130px;
		background: url(/books/violet/img/top/nav_03_sp.png) no-repeat;
		background-size: 130px;
	}
	.navi04 a {
		width: 130px;
		background: url(/books/violet/img/top/nav_04_sp.png) no-repeat;
		background-size: 130px;
	}
	.navi05 a {
		width: 130px;
		background: url(/books/violet/img/top/nav_05_sp.png) no-repeat;
		background-size: 130px;
	}

	.updateHd {
		background: url(/books/violet/img/top/update_sp.png) no-repeat;
		background-size: 250px;
	}
	.movieHd {
		background: url(/books/violet/img/top/movie_sp.png) no-repeat;
		background-size: 250px;
	}
	
	.violet-10th {
		padding: 10px 0 0;
		width: 94%;
		margin: auto;
	}
	
}

/*          PC          */
@media screen and (min-width:769px) {
	#mainWrap {
		position: relative;
		width: 100%;
		min-width: 1200px;
		height: 740px;
		background: url(/books/violet/img/top/topVisual9.jpg) no-repeat center top;
	}
	.navi00 a {
		width: 154px;
		background: url(/books/violet/img/top/nav_00.png) no-repeat;
	}
	.navi01 a {
		width: 65px;
		background: url(/books/violet/img/top/nav_01.png) no-repeat;
	}
	.navi02 a {
		width: 100px;
		background: url(/books/violet/img/top/nav_02.png) no-repeat;
	}
	.navi03 a {
		width: 93px;
		background: url(/books/violet/img/top/nav_03.png) no-repeat;
	}
	.navi04 a {
		width: 90px;
		background: url(/books/violet/img/top/nav_04.png) no-repeat;
	}
	.navi05 a {
		width: 80px;
		background: url(/books/violet/img/top/nav_05.png) no-repeat;
	}
	.updateHd {
		background: url(/books/violet/img/top/update.png) no-repeat;
	}
	.movieHd {
		background: url(/books/violet/img/top/movie.png) no-repeat;
	}
	
	
	
	
}



