@charset "utf-8";
/* CSS Document */

/*共通*/

.l-wrapper {
		margin:0 auto 0;
		position: relative;
		box-sizing: border-box;
	}

@media screen and (min-width:1921px) { /*PC-LARGE*/
	.l-wrapper {
		width: 100%;
		padding:0 3%;
		max-width:calc( 1920px + 6% );
	}
}
@media screen and (max-width:1920px) { /*PC-MIDDLE*/
	.l-wrapper {
		width: 100%;
		padding:0 3%;
	}
}
@media screen and (max-width:960px) { /*MB*/
}



/*メディアクエリ*/

/*二段階*/

@media screen and (min-width:961px) { /*PC*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*三段階*/

@media screen and (min-width:1201px) { /*PC-LARGE*/
}
@media screen and (max-width:1200px) { /*PC-MIDDLE*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*レイアウト全体*/

body {
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:#e7dbc5;
	background-color: #691b19;
}

body#Entrance {
	background-color: #E8DCC6!important;
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

/*グランドフォント*/

p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	text-decoration: underline;
}

/*ヘッダー*/

header {
	display: none;
	opacity: 0;
	visibility: hidden;
}

/*メニュー*/

@media screen and (min-width:1281px) { /*PC*/
	#MENU {
		width: 100%;
		background: url("../img/menu_bg.png") left top repeat;
	}
}
@media screen and (max-width:1280px) { /*MB*/
	#MENU {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}


#MENU-HB {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5000;
}

/*メインビジュアル*/



@media screen and (min-width:961px) { /*PC-LARGE*/
	#MAINVISUAL {
		width:100%;
		position: relative;
		background: url("../img/bg_mainvisual.webp") center top -146px no-repeat;
		min-height: 1416px;
	}
}

@media screen and (max-width:960px) { /*MB*/
	#MAINVISUAL {
		width:100%;
		position: relative;
		background: url("../img/bg_mainvisual.webp") center top no-repeat;
		background-size: cover;
	}
}

/*ニュース*/

#NEWS {
	min-height: 500px;
	box-sizing: border-box;
	padding-bottom: 60px;
}

/*ストーリー*/

#STORY {
	
}

@media screen and (min-width:961px) { /*PC*/
	#STORY {
		background: url("../img/_witch/bg_story.webp") center top no-repeat;
		box-sizing: border-box;
		min-height: 1080px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#STORY {
		background: url("../img/_witch/bg_story.webp") center top no-repeat;
		background-size: cover;
		min-height: 1080px;
	}
}

/*キャラクター*/

#CHARACTER {
	background: url("../img/bg_chara.webp") center top no-repeat;
	min-height: 1080px;
	box-sizing: border-box;
}

@media screen and (min-width:961px) { /*PC*/
	#CHARACTER {
		min-height: 1080px;
	}
}

/*ギャラリー*/

#GALLERY {
	background: url("../img/bg_gallery.webp") center top no-repeat;
	box-sizing: border-box;
}

@media screen and (min-width:961px) { /*PC*/
	#GALLERY {
		min-height: 1080px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#GALLERY {
		padding-bottom: 60px;
	}
}

/*ムービー*/

#MOVIE {
	background: url("../img/bg_movie.webp") center top no-repeat;
	box-sizing: border-box;
}

@media screen and (min-width:961px) { /*PC*/
	#MOVIE {
		min-height: 1080px;
	}
}

/*スペック*/

#SPEC {
	background: url("../img/bg_spec.webp") center top no-repeat;
	box-sizing: border-box;
}

@media screen and (min-width:961px) { /*PC*/
	#SPEC {
		min-height: 1080px;
		padding-top: 120px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#SPEC {
		padding-bottom: 60px;
	}
}

/*フッター*/

footer {
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	border-top: 1px solid #e7dbc5;
}