@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;
}

/*-----------------------------------------------
 header
-----------------------------------------------*/
#header{
	position: relative;
	z-index: 10;
	height: auto;
	background-color: #000;
}
#header > .inner{
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 5% 0;
	box-sizing: border-box;
}
#header .title{
	position: static;
	font-size: 	4.375vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	padding-top: 0;
	text-align: center;
}
#header .title a {
	color: #fff;
	text-decoration: none;
}

/*-----------------------------------------------
 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;*/
	top: 23.75vw;
	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: 25%;
    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;
}

/*-----------------------------------------------
 top-btn
-----------------------------------------------*/
.top-btn {
	padding: 10% 0 7%;
	background: url(../../../../assets/img/global/bg.png) 50% 100% / 100% auto no-repeat;
	background-color: #efeff0;
}
.top-btn p {
	position: relative;
	width: 50%;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 4.5vw;
	font-weight: bold;
	margin: 0 auto 0;
	line-height: 1.5;
	text-align: center;
}
.top-btn a {
	color: #000;
}
.top-btn a::after {
	content: "<<";
	font-size: 4vw;
	font-weight: bold;
	color: #ef0000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer{
	position: relative;
	z-index: 10;
	padding-bottom: 30px;
	background-color: #000;
}
#footer .bannerList{
	padding: 20px 0 10px;
	background-color: #fff;
	font-size: 0;
	text-align: center;
}
#footer .bannerList li{
	display: inline-block;
	margin: 0 5px 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;
	width: 36px;
}
#pageTop img{
	width: 100%;
}
