@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{
	position: relative;
	overflow-y: scroll;
}

body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	width: 100%;
	overflow-x: hidden;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html{
	font-size: medium;
}

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
-----------------------------------------------*/

#content h2{
	margin-bottom: 10px;
	line-height: 0;
}

#content h2 img{
	width: 100%;
}

div#menu{
	opacity: 0;
	position: fixed;
	z-index: 10;
	top: 10px;
	right: 10px;
	width: 59px;
	height: 59px;
	line-height: 0;
}

div#menu img{
	width: 100%;
}

/* modal */

div#navigation{
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}

div#navigation h2{
	margin: 0;
	padding: 20px 0 10px;
	line-height: 0;
}

div#navigation h2 img{
	width: 100%;
}

div#navigation ul{
	border-top: 1px solid #424242;
}

div#navigation ul li{
	border-bottom: 1px solid #424242;
	line-height: 0;
}

div#navigation ul li img{
	width: 100%;
}

div#navigation ul li a{
	display: block;
	padding: 15px 0;
}

/* top */

#top{
	padding-top: 10px;
	background-image: url(../img/bg-top.jpg);
	background-size: cover;
}

#top h1{
	opacity: 0;
	margin-bottom: -70px;
	line-height: 0;
}

#top h1 img{
	width: 100%;
}

#top div.message{
	opacity: 0;
	line-height: 0;
}

#top div.message img{
	width: 100%;
}

/* point */

#point{
	background-image: url(../img/bg-point.jpg);
	background-size: cover;
}

#point ul{
	margin: 0 10px;
}

#point ul li{
	opacity: 0;
	line-height: 0;
}

#point ul li img{
	width: 100%;
}

/* story */

#story{
	padding-bottom: 1px;
	background-image: url(../img/bg-story.png),url(../img/bg-story.jpg);
	background-size: 100% auto,100% auto;
	background-repeat: no-repeat,repeat-y;
}

#story p.text{
	opacity: 0;
	margin: 0 10px;
	line-height: 0;
}

#story p.text img{
	width: 100%;
}

#story div.image{
	opacity: 0;
	margin-bottom: 10px;
	line-height: 0;
}

#story div.image img{
	width: 100%;
}

#story h3{
	opacity: 0;
	margin: 0 20px 10px;
	line-height: 0;
}

#story h3 img{
	width: 100%;
}

#story ul.character{
	margin: 0 40px;
}

#story ul.character li{
	margin-bottom: 20px;
	line-height: 0;
}

#story ul.character li img{
	opacity: 0;
	width: 100%;
}

/* scenes*/

#scenes{
	padding-bottom: 1px;
	background-image: url(../img/bg-scenes.jpg),url(../img/bg-scenes2.jpg);
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat,repeat-y;
}

#scenes h3{
	margin-bottom: 10px;
	line-height: 0;
}

#scenes h3 img{
	width: 100%;
}

#scenes section{
	margin: 0 10px 40px;
	padding-left: 10px;
}

#scenes section div.border{
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #00d3ff;
}

#scenes section p{
	margin-bottom: 5px;
	color: #fff;
}

#scenes section ul.ss li{
	opacity: 0;
	line-height: 0;
}

#scenes section ul.ss li:first-child{
	margin-bottom: 5px;
}

#scenes section ul.ss li img{
	width: 100%;
}

#scenes section ul.ss li img.tip{
	margin-top: -17px;
}

/* faq */

#faq{
	background-image: url(../img/bg-faq.jpg);
	background-size: cover;
}

#faq ul.faq{
	margin: 0 10px;
}

#faq ul.faq li{
	position: relative;
	padding-bottom: 10px;
	line-height: 0;
}

#faq ul.faq li img{
	width: 100%;
}

#faq ul.faq li a.link{
	display: block;
	position: absolute;
    top: 41%;
    left: 7%;
    width: 20%;
    height: 18%;
}

/* books */

#books{
	background-image: url(../img/bg-books.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
}

#books ul.books{
	margin: 0 10px;
}

#books ul.books li{
	position: relative;
	padding-bottom: 10px;
	line-height: 0;
}

#books ul.books li img{
	width: 100%;
}

#books ul.books li.b1 a.link{
	display: block;
	position: absolute;
	top: 84%;
	left: 48%;
	width: 24%;
	height: 11%;
}

#books ul.books li.b1 a.link2{
	display: block;
	position: absolute;
	top: 84%;
	left: 74%;
	width: 24%;
	height: 11%;
}

#books ul.books li.b4 a.link{
	display: block;
	position: absolute;
	top: 65%;
	left: 44%;
	width: 24%;
	height: 17%;
}

#books ul.books li.b6 a.link{
	display: block;
	position: absolute;
	top: 67%;
	left: 44%;
	width: 24%;
	height: 17%;
}

#books ul.books li.b7 a.link{
	display: block;
	position: absolute;
	top: 71%;
	left: 44%;
	width: 24%;
	height: 17%;
}

#books ul.books li.b7 a.link2{
	display: block;
	position: absolute;
	top: 71%;
	left: 69%;
	width: 25%;
	height: 17%;
}

#books ul.books li.b8 a.link{
	display: block;
	position: absolute;
	top: 70%;
	left: 44%;
	width: 24%;
	height: 17%;
}

#books ul.books li.b9 a.link{
	display: block;
	position: absolute;
	top: 40%;
	left: 31%;
	width: 38%;
	height: 31%;
}

/* movie */

#movie p.logo{
	margin-bottom: 10px;
	line-height: 0;
}

#movie p.logo img{
	width: 100%;
}

#movie ul.address li{
	display: inline-block;
	width: 50%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#movie ul.address li img{
	width: 100%;
}

/* anime */

#anime ul.bnr li{
	margin-bottom:10px;
	line-height:0;
}

#anime ul.bnr li img{
	width:100%;
	height:auto;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/

footer{
	padding-top: 20px;
	border-top: 2px solid #000;
}

footer div.pagetop a{
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	border-radius: 20px;
	background-color: rgba(0,0,0,1);
}

footer div.pagetop a::before{
	content: "";
	position: absolute;
    top: 15px;
    left: 11px;
    width: 16px;
    height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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: 20px;
}

footer ul.bnr li img{
	width: 120px;
}

footer p.copy{
	margin-bottom: 10px;
	text-align: center;
}

footer ul.sns{
	margin-bottom: 10px;
	text-align: center;
}

footer ul.sns li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}