@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html{
	overflow-y: scroll;
}

body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html{
	font-size: medium;
	min-width: 1000px;
}

body{
	font-size: 62.5%; /* 16px -> 10px */
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,p,address{
	line-height: 1.5;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}

input,button,select,option,textarea{
	font-size: 14px;
}

a,
a:link,
a:visited{
	color: #7d631d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

section{
	position: relative;
}

/*-----------------------------------------------
 content
-----------------------------------------------*/
#header{
	position: relative;
	z-index: 10;
	height: 116px;
	background-color: #000;
}
#header > .inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#header .logo{
	position: absolute;
	top: 6px;
	left: 0;
}
#header .title{
	padding-top: 20px;
    font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
#header .title a {
	color: #fff;
	text-decoration: none;
}
#header nav ul{
	position: absolute;
	top: 78px;
	right: 0;
	font-size: 0;
}
#header nav ul li{
	display: inline-block;
	width: 198px;
	border-left: 1px solid #069f99;
	text-align: center;
}
#header nav ul li:last-child{
	border-right: 1px solid #069f99;
}

#keyvisual{
	position: relative;
	height: 638px;
	background-image: url(../img/bg-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#keyvisual div.inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#keyvisual div.inner h1{
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 0;
}

#keyvisual div.inner div.message{
	opacity: 0;
	position: absolute;
	/*top: 144px;*/
	top: 128px;
	left: 0;
}

#keyvisual div.inner div.keyvisual{
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 450px;
}

#keyvisual ul#gnav{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-image: url(../img/bg-gnav.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

#keyvisual ul#gnav li{
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 0;
}

/*-----------------------------------------------
 content
-----------------------------------------------*/

#content section{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}

#content section h2{
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 0;
	text-align: center;
}

#content section div.inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/* point */

section#point{
	height: 625px;
	background-image: url(../img/bg-point.jpg);
}

section#point h2{
	opacity: 0;
	margin-bottom: 15px;
	padding-top: 15px;
}

section#point ul.point li{
	opacity: 0;
	margin-bottom: 15px;
	line-height: 0;
	text-align: center;
}

/* story */

section#story{
	height: 1201px;
	background-image: url(../img/bg-story.jpg);
}

section#story h2{
	margin-bottom: 20px;
	background-image: url(../img/bg-title-story.png);
}

section#story p.text{
	opacity: 0;
	margin-bottom: 20px;
	text-align: center;
}

section#story ul.images{
	position: relative;
	height: 281px;
	margin-bottom: 26px;
	line-height: 0;
}

section#story ul.images li div.image1{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

section#story ul.images li p.caption1{
	opacity: 0;
	position: absolute;
	top: 257px;
	left: 26px;
}

section#story ul.images li div.image2{
	opacity: 0;
	position: absolute;
	top: 33px;
	left: 415px;
}

section#story ul.images li p.caption2{
	opacity: 0;
	position: absolute;
	top: -29px;
	left: 554px;
}

section#story ul.images li div.image3{
	opacity: 0;
	position: absolute;
	top: 7px;
	left: 821px;
}

section#story ul.images li p.caption3{
	opacity: 0;
	position: absolute;
	top: 153px;
	left: 794px;
}

section#story h3{
	opacity: 0;
	margin-bottom: 10px;
	line-height: 0;
}

section#story ul.character{
	text-align: center;
}

section#story ul.character li{
	display: inline-block;
	position: relative;
	margin: 0 10px;
	line-height: 0;
}

section#story ul.character li > img{
	opacity: 0;
}

section#story ul.character li div.profile{
	opacity: 0;
	position: absolute;
	top: 233px;
	left: 1px;
}

/* scenes */

section#scenes{
	height: 2135px;
	background-image: url(../img/bg-scenes.jpg);
}

section#scenes h2{
	margin-bottom: 44px;
	background-image: url(../img/bg-title-scenes.png);
}

section#scenes h3{
	opacity: 0;
	margin-bottom: 10px;
	padding-left: 50px;
	line-height: 0;
}

section#scenes section{
	position: relative;
	margin: 0 0 78px 0;
	padding: 0 0 0 18px;
}

section#scenes section div.border{
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	background: #00d3ff;
}

section#scenes p.text{
	opacity: 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

section#scenes ul.ss li{
	display: inline-block;
	opacity: 0;
	line-height: 0;
}

section#scenes ul.ss li:first-child{
	margin-right: 2px;
}

section#scenes p.tip1{
	opacity: 0;
	position: absolute;
	top: 406px;
	right: 0;
}

section#scenes p.tip2{
	opacity: 0;
	position: absolute;
	top: 406px;
	left: 239px;
}

section#scenes p.tip3{
	opacity: 0;
	position: absolute;
	top: 406px;
	right: 0;
}

/* faq */

section#faq{
	height: 949px;
	background-image: url(../img/bg-faq.jpg);
}

section#faq h2{
	margin-bottom: 15px;
	background-image: url(../img/bg-title-faq.png);
}

section#faq ul.faq{
	width: 980px;
	margin: 0 auto;
}

section#faq ul.faq li{
	position: relative;
	display: inline-block;
	opacity: 0;
	margin: 0 28px 17px 0;
	line-height: 0;
}

section#faq ul.faq li:nth-child(even){
	margin-right: 0;
}

section#faq ul.faq li a.link{
	display: block;
	position: absolute;
    top: 68px;
    left: 52px;
    /*width: 113px;*/
		width: 136px;
    height: 24px;
}

/* books */

section#books{
	/*height: 1798px;*/
	height: 1141px;
	background-image: url(../img/bg-books.jpg);
}

section#books h2{
	background-image: url(../img/bg-title-books.png);
}

section#books div.col1{
	opacity: 0;
	position: absolute;
	width: 952px;
	height: 384px;
	top: 22px;
	left: 25px;
	background-image: url(../img/block1.png);
}

section#books div.col1 div.cover1{
	position: absolute;
	top: 14px;
	left: 36px;
}

section#books div.col1 div.cover2{
	position: absolute;
	top: 14px;
	left: 305px;
}

section#books div.col1 p.t1{
	position: absolute;
	top: 52px;
	left: 582px;
}

section#books div.col1 a.link{
    display: block;
    position: absolute;
    top: 219px;
    left: 0px;
    width: 141px;
    height: 23px;
}

section#books div.col1 a.link2{
    display: block;
    position: absolute;
    top: 219px;
    left: 151px;
    width: 147px;
    height: 23px;
}

section#books div.col2{
	opacity: 0;
	position: absolute;
	width: 308px;
	height: 544px;
	top: 420px;
	left: 25px;
	background-image: url(../img/block2.png);
}

section#books div.col2 div.cover3{
	position: absolute;
	top: 63px;
	left: 37px;
}

section#books div.col2 p.t2-1{
	position: absolute;
	top: 17px;
	left: 11px;
}

section#books div.col2 p.t2-2{
	position: absolute;
	top: 397px;
	left: 19px;
}

section#books div.col3 p.t3-1{
	position: absolute;
	top: 17px;
	left: 34px;
}

section#books div.col3 p.t3-2{
	position: absolute;
	top: 405px;
	left: 55px;
}

section#books div.col3{
	opacity: 0;
	position: absolute;
	width: 308px;
	height: 544px;
	top: 420px;
	left: 346px;
	background-image: url(../img/block2.png);
}

section#books div.col3 div.cover4{
	position: absolute;
	top: 60px;
	left: 37px;
}

section#books div.col4{
	opacity: 0;
	position: absolute;
	width: 308px;
	height: 544px;
	top: 420px;
	left: 25px;
	/*left: 667px;*/
	background-image: url(../img/block2.png);
}

section#books div.col4 div.cover5{
	position: absolute;
	top: 62px;
	left: 41px;
}

section#books div.col4 p.t4-1{
	position: absolute;
	top: 17px;
	left: 21px;
}

section#books div.col4 p.t4-2{
	position: absolute;
	top: 400px;
	left: 51px;
}

section#books div.col4 a.link{
    display: block;
    position: absolute;
    top: 103px;
    left: 32px;
    width: 149px;
    height: 23px;
}

section#books div.col5{
	opacity: 0;
	position: absolute;
	width: 954px;
	height: 198px;
	top: 981px;
	left: 25px;
	background-image: url(../img/block3.png);
}

section#books div.col5 p.t5{
	padding-top: 15px;
	text-align: center;
}

section#books div.col6{
	opacity: 0;
	position: absolute;
	width: 308px;
	height: 544px;
	top: 981px;
	left: 25px;
	background-image: url(../img/block2.png);
}

section#books div.col6 div.cover6{
	position: absolute;
	top: 63px;
	left: 37px;
}

section#books div.col6 p.t6-1{
	position: absolute;
	top: 17px;
	left: 76px;
}

section#books div.col6 p.t6-2{
	position: absolute;
	top: 398px;
	left: 52px;
}

section#books div.col6 a.link{
    display: block;
    position: absolute;
    top: 112px;
    left: 32px;
    width: 141px;
    height: 23px;
}

section#books div.col7{
	opacity: 0;
	position: absolute;
	width: 308px;
	height: 544px;
	top: 420px;
	/*top: 981px;*/
	left: 346px;
	background-image: url(../img/block2.png);
}

section#books div.col7 div.cover7{
	position: absolute;
	top: 60px;
	left: 37px;
}

section#books div.col7 p.t7-1{
	position: absolute;
	top: 17px;
	left: 52px;
}

section#books div.col7 p.t7-2{
	position: absolute;
	top: 398px;
	left: 8px;
}

section#books div.col7 a.link{
    display: block;
    position: absolute;
    top: 112px;
    left: 0;
    width: 141px;
    height: 23px;
}

section#books div.col7 a.link2{
    display: block;
    position: absolute;
    top: 112px;
    left: 145px;
    width: 147px;
    height: 23px;
}

section#books div.col8{
	opacity: 0;
	position: absolute;
	width: 308px;
	height: 544px;
	top: 981px;
	left: 667px;
	background-image: url(../img/block2.png);
}

section#books div.col8 div.cover8{
	position: absolute;
	top: 62px;
	left: 41px;
}

section#books div.col8 p.t8-1{
	position: absolute;
	top: 17px;
	left: 26px;
}

section#books div.col8 p.t8-2{
	position: absolute;
	top: 398px;
	left: 18px;
}

section#books div.col8 a.link{
    display: block;
    position: absolute;
    top: 112px;
    left: 65px;
    width: 141px;
    height: 23px;
}

section#books div.col9{
	opacity: 0;
	position: absolute;
	width: 950px;
	height: 148px;
	top: 1545px;
	left: 25px;
	background-image: url(../img/block4.png);
}

section#books div.col9 p.t9{
	position: absolute;
	top: 25px;
	left: 270px;
}

section#books div.col9 a.link{
    display: block;
    position: absolute;
    top: 45px;
    left: 102px;
    width: 232px;
    height: 53px;
}

/* movie */

section#movie{
	height: 590px;
	background-image: url(../img/bg-movie.jpg);
}

section#movie h2{
	background-image: url(../img/bg-title-movie.png);
}

section#movie p.logo{
	opacity: 0;
	margin: 36px 0 44px;
	line-height: 0;
	text-align: center;
}

section#movie ul.address{
	opacity: 0;
	text-align: center;
}

section#movie ul.address li{
	display: inline-block;
	padding: 0 20px;
}

/* anime */

section#anime{
	height: 470px;
}

section#anime h2{
	background-image: url(../img/bg-title-anime.png);
}

section#anime ul.bnr{
	opacity: 0;
	text-align: center;
	margin-top:36px;
}

section#anime ul.bnr li{
	display: inline-block;
	padding: 0 10px;
}

section#anime ul.bnr li img{
	width:480px;
	height:auto;
	-webkit-backface-visibility: hidden;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/

/*footer{
	padding-top: 20px;
	border-top: 3px solid #000;
}

footer ul.bnr{
	margin-bottom: 10px;
	text-align: center;
}

footer ul.bnr li{
	display: inline-block;
	line-height: 0;
}

footer ul.bnr li:first-child{
	margin-right: 30px;
}

footer p.copy{
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
}

footer ul.sns{
	margin-bottom: 10px;
	text-align: center;
}

footer ul.sns li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}*/

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer{
	position: relative;
	z-index: 10;
	padding-bottom: 30px;
	background-color: #000;
}
#footer .bannerList{
	padding: 20px 0;
	background-color: #fff;
	font-size: 0;
	text-align: center;
}
#footer .bannerList li{
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #f9f8f5;
}
#footer .bannerList li:last-child{
	margin-right: 0;
}
#footer .logo{
	margin-bottom: 15px;
	padding-top: 30px;
	text-align: center;
}
#footer small{
	display: block;
	text-align: center;
	color: #fff;
}
/*-----------------------------------------------
 pageTop
-----------------------------------------------*/
#pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20;
	cursor: pointer;
}
