body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#fff;
	width: 100%;
	height:100%;
	font-size:12px;
	line-height:1.5em;
	color: #585757;
	margin: 0px;
}

#wrap{
	width: 100%;
    height: 100%;
}


#contentsAll{
	width: 100%;
    height: 100%;
	min-width:1200px;
	min-height:650px;
	background:#fff;
	position:relative;
	overflow:hidden;
}


@media screen and (max-width: 1350px) {

#contentsAll2{
	width: 100%;
    height: 100%;
	min-width:1200px;
	min-height:650px;
	background:#fff;
	position:relative;
	overflow:hidden;
}

}

@media screen and (min-width: 1351px) {

#contentsAll2{
	width: 100%;
    height: 100%;
	min-height:700px;
	background:#fff;
	position:relative;
	overflow:hidden;
}

}

@media screen and (min-width: 1500px) {

#contentsAll2{
	width: 100%;
    height: 100%;
	min-height:800px;
	background:#fff;
	position:relative;
	overflow:hidden;
}

}

@media screen and (min-width: 1700px) {

#contentsAll2{
	width: 100%;
    height: 100%;
	min-height:950px;
	background:#fff;
	position:relative;
	overflow:hidden;
}

}


/*

introduction

*/

#introductionAll{
	background:url(../images/introduction2/bg_main.jpg) no-repeat left;
	background-size: cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#introductionTxtAll{
	background:url(../images/introduction2/grade.png) no-repeat left;
	background-size:100% 100%;
	width:60%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}

#introductionTxt{
	background:url(../images/introduction2/txt.png) no-repeat right;
	background-size: contain;
	width:90%;
	height:100%;
	margin:0 auto;
}


/*

story

*/

#storyAll{
	background:url(../images/story/bg_story.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#storyImg{
	background:url(../images/story/img_story.jpg) repeat-x left;
	background-size:auto 100%;
	width:100%;
	height:180px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	-webkit-background-size: auto 100%;
    -webkit-animation: bgscroll 60s linear infinite;
    animation: bgscroll 60s linear infinite;
}

@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -3065px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -3065px 0;}
}

#storyTxtAll{
	background:url(../images/story/txt_story.png) no-repeat center;
	background-size:contain;
	width:83%;
	height:75%;
	position:absolute;
	top:0;
	left: 250px;
	z-index:3;
}


/*

staff

*/

#staffAll{
	background: url(../images/cast/bg_cast.jpg) repeat-x left;
	background-size: auto 100%;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}


#staffTxtAll{
	background:url(../images/staff/txt_staff.png) no-repeat center;
	background-size:contain;
	width:85%;
	height:100%;
	position:absolute;
	top:0;
	left:250px;
	z-index:3;
}

#staffTxtAll2{
	background:url(../images/staff/txt_staff2.png) no-repeat center;
	background-size: contain;
	width:75%;
	height:100%;
	position:absolute;
	top:0;
	left:20%;
	z-index:3;
}



/*

cast

*/

#castAll{
	background: url(../images/cast/bg_cast.jpg) repeat-x left top;
	background-size: auto 100%;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#castTitle{
	background: url(../images/cast/m_cast.png) no-repeat right top;
	background-size: cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

#castLine{
	background-color:#bad9ed;
	width:100%;
	height:1px;
	position:absolute;
	bottom:25%;
	left:0;
	z-index:5;
}

#castmenu{
	width:854px;
	height:134px;
	margin:0 auto;
	position:absolute;
	bottom:3%;
	left:50%;
	margin-left:-302px;
	z-index:5;
}

#castmenu ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#castmenu li{
	width:80px;
	height:134px;
	display: inline; 
	padding: 0; 
	margin: 0 2px; 
	float: left;
	text-align:center;
	line-height:0;
}

#castmenu li.ten{
	background:url(../images/cast/castnav/ten.png) no-repeat center;
	background-size:auto 100%;
	width:10px;
	height:134px;
	display: inline; 
	padding: 0; 
	margin: 0 2px; 
	float: left;
	text-align:center;
	line-height:0;
}

#castmainAll{
	width:62%;
	height:70%;
	position:absolute;
	top:5%;
	left:28%;
	z-index:1;
}

#castImg01{
	background:url(../images/cast/img01.png) no-repeat center;
	background-size: contain;
}

#castImg02{
	background:url(../images/cast/img02.png) no-repeat center;
	background-size: contain;
}

#castImg03{
	background:url(../images/cast/img03.png) no-repeat center;
	background-size: contain;
}

#castImg04{
	background:url(../images/cast/img04.png) no-repeat center;
	background-size: contain;
}

#castImg05{
	background:url(../images/cast/img05.png) no-repeat center;
	background-size: contain;
}

#castImg06{
	background:url(../images/cast/img06.png) no-repeat center;
	background-size: contain;
}

#castImg07{
	background:url(../images/cast/img07.png) no-repeat center;
	background-size: contain;
}

#castImg08{
	background:url(../images/cast/img08.png) no-repeat center;
	background-size: contain;
}

#castImg09{
	background:url(../images/cast/img09.png) no-repeat center;
	background-size: contain;
}

#castImg10{
	background:url(../images/cast/img10.png) no-repeat center;
	background-size: contain;
}


#castImg01,#castImg02,#castImg03,#castImg04,#castImg05,
#castImg06,#castImg07,#castImg08,#castImg09,#castImg10{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}



/*

map

*/

#mapAll{
	background: #fffef5;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}



@media screen and (max-width: 1350px) {

#mapBg{
	background: #fff url(../images/map/img_map.jpg) no-repeat left top;
	background-size: auto 100%;
	width:100%;
	height:661px;
	position:absolute;
	top:0;
	left:250px;
	z-index:2;
}

#mapBtnAll{
	width:950px;
	height:661px;
	position:absolute;
	top:0;
	left:250px;
	z-index:3;
}

}

@media screen and (min-width: 1351px) {

#mapBg{
	background: #fff url(../images/map/img_map.jpg) no-repeat left top;
	background-size: auto 100%;
	width:100%;
	height:800px;
	position:absolute;
	top:0;
	left:250px;
	z-index:2;
}

#mapBtnAll{
	width:1150px;
	height:800px;
	position:absolute;
	top:0;
	left:250px;
	z-index:3;
}

}


@media screen and (min-width: 1500px) {

#mapBg{
	background: #fff url(../images/map/img_map.jpg) no-repeat left top;
	background-size: auto 100%;
	width:100%;
	height:914px;
	position:absolute;
	top:0;
	left:250px;
	z-index:2;
}

#mapBtnAll{
	width:1350px;
	height:914px;
	position:absolute;
	top:0;
	left:250px;
	z-index:3;
}

}

@media screen and (min-width: 1700px) {

#mapBg{
	background: #fff url(../images/map/img_map.jpg) no-repeat left top;
	background-size: auto 100%;
	width:100%;
	height:1086px;
	position:absolute;
	top:0;
	left:250px;
	z-index:2;
}

#mapBtnAll{
	width:1650px;
	height:1086px;
	position:absolute;
	top:0;
	left:250px;
	z-index:3;
}

}

#mapTitle{
	background:url(../images/map/map_flag.png) no-repeat left top;
	background-size:contain;
	width:20%;
	height:16%;
	position:absolute;
	top:20px;
	left:250px;
	z-index:5;
}

#mapNswe{
	background:url(../images/map/map_nswe.png) no-repeat right top;
	background-size:contain;
	width:10%;
	height:15%;
	position:absolute;
	top:20px;
	right:20px;
	z-index:5;
}

#btn01,#btn02,#btn03,#btn04,#btn05,
#btn06,#btn07,#btn08,#btn09,#btn10{
	width:42px;
	height:62px;
}

#btn01{
	position:absolute;
	top:13%;
	left:41%;
	z-index:6;
}

#btn02{
	position:absolute;
	top:27%;
	left:43%;
	z-index:6;
}

#btn03{
	position:absolute;
	top:32%;
	left:38%;
	z-index:6;
}

#btn04{
	position:absolute;
	top:34%;
	left:49%;
	z-index:6;
}

#btn05{
	position:absolute;
	top:35%;
	left:92%;
	z-index:6;
}

#btn06{
	position:absolute;
	top:51%;
	left:56%;
	z-index:6;
}

#btn07{
	position:absolute;
	top:59%;
	left:49%;
	z-index:6;
}

#btn08{
	position:absolute;
	top:66%;
	left:10%;
	z-index:6;
}

#btn09{
	width:279px;
	height:98px;
	position:absolute;
	bottom:7%;
	left:50%;
	margin-left:-154px;
	z-index:6;
}

#btn10{
	width:279px;
	height:98px;
	position:absolute;
	bottom:7%;
	left:50%;
	margin-left:125px;
	z-index:6;
}

@media screen and (min-width: 1500px) {

#btn01{
	position:absolute;
	top:14%;
	left:40%;
	z-index:6;
}

#btn02{
	position:absolute;
	top:26%;
	left:42%;
	z-index:6;
}

#btn03{
	position:absolute;
	top:33%;
	left:37%;
	z-index:6;
}

#btn04{
	position:absolute;
	top:36%;
	left:48%;
	z-index:6;
}

#btn05{
	position:absolute;
	top:37%;
	left:90%;
	z-index:6;
}

#btn06{
	position:absolute;
	top:53%;
	left:55%;
	z-index:6;
}

#btn07{
	position:absolute;
	top:61%;
	left:48%;
	z-index:6;
}

#btn08{
	position:absolute;
	top:68%;
	left:10%;
	z-index:6;
}

}


@media screen and (min-width: 1700px) {

#btn01{
	position:absolute;
	top:15%;
	left:39%;
	z-index:6;
}

#btn02{
	position:absolute;
	top:27%;
	left:41%;
	z-index:6;
}

#btn03{
	position:absolute;
	top:34%;
	left:36%;
	z-index:6;
}

#btn04{
	position:absolute;
	top:37%;
	left:47%;
	z-index:6;
}

#btn05{
	position:absolute;
	top:35%;
	left:87%;
	z-index:6;
}

#btn06{
	position:absolute;
	top:53%;
	left:53%;
	z-index:6;
}

#btn07{
	position:absolute;
	top:62%;
	left:47%;
	z-index:6;
}

#btn08{
	position:absolute;
	top:68%;
	left:10%;
	z-index:6;
}

}


/*

pronotes

*/

#pronotesAll{
	background: url(../images/pronotes/img_bg.jpg) no-repeat right bottom;
	background-size: cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#pronotesRadio{
	background: url(../images/pronotes/img_radio.png) no-repeat right top;
	background-size: cover;
	width:120%;
	height:120%;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}

#pronotesTxtAll{
	background: url(../images/pronotes/img_txt.png) no-repeat center;
	background-size: contain;
	width:82%;
	height:100%;
	position:absolute;
	top:0;
	left: 250px;
	z-index:3;
}