@charset 'utf-8';
html, body {
	box-sizing:border-box;
    font-family: "Mplus 1p","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	cursor:auto;
	padding:0;
	margin:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
.cent {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding: 0;
    z-index: 9;
	text-align: center;
	display: block;
}
#contentAnime {
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 99;
	background-image: url(../img/animeBG1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: block;
}
#contentAnime2 {
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 99;
	background-image: url(../img/animeBG2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: none;
}
@media screen and (max-width: 780px) { 
	#contentAnime {
		display: none;
	}
	#contentAnime2 {
		display: block;
	}
}

ul.animeBox {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding:0px;
	margin:0px;
	overflow: hidden;
	background-color: rgba(0,0,0,0);
	background-image: url(../img/anime0.png);
	background-repeat:repeat-x;
	background-position: top center;
} 
ul.animeBox li {
	box-sizing:border-box;
	width:50%;
    list-style:none;
	position: relative;
}
.groundBG {
	background-color: #628cb1;
	width: 100%;
	height: 40vh;
	position: absolute;
	bottom: 0;
	display: block;
}
.groundBG2 {
	background-color: #628cb1;
	width: 100%;
	height: 28px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: block;
}
.charactor {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	z-index: 9;
}
.charactor img {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}
.animeTitle {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	font-family:'Oswald';
	font-size: 80px;
	color: #232323;
	padding: 0 30px 20px 10px;
	margin-top: -50px;
}
.animeText {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	font-size: 21px;
	line-height: 42px;
	font-weight: 400;
	color: #232323;
	padding: 0 30px 0px 10px;
}
@media screen and (max-width: 1150px) { 
	.animeTitle {
		font-size: 60px;
	}
	.animeText {
		font-size: 18px;
		line-height: 34px;
	}
}
@media screen and (max-width: 980px) { 
	.animeTitle {
		font-size: 60px;
	}
	.animeText {
		font-size: 14px;
		line-height: 28px;
	}
}
@media screen and (max-width: 780px) { 
	.animeTitle {
		font-size: 40px;
		margin-top: 0px;
		float: left;
		padding: 0;
		font-size: 50px;
	}
	.animeText {
		float: left;
		padding: 0;
		font-size: 15px;
		line-height: 26px;
	}
	.groundBG {
		height: 40px;
		z-index: 0;
}
}


.spText {
	box-sizing:border-box;
	width: 100%;
	min-height: 50%;
	float: left;
	text-align: center;
	padding-top: 70px;
}
.spanime {
	box-sizing:border-box;
	width: 100%;
	height: 50%;
	float: left;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.spanime img {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	display: block;
	z-index: 9;
	position: absolute;
	bottom: 0px;
	padding: 0 30px;
	margin: 0 auto;
	margin-bottom: 25px;
}
@media screen and (max-height: 780px) { 
.spanime {
	max-width: 400px;
	margin: 0 auto;
	}
	
}
.sp01 {
	background-image: url(../img/anime01spBG.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size:cover;
}



