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

/*共通*/

.l-wrapper {
	width:100%;
	padding:0 3%;
	max-width:calc( 1200px + 6% );
	margin:0 auto 0;
	position: relative;
	box-sizing: border-box;
}

/*メディアクエリ*/

/*二段階*/

@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:rgba(50,50,50,1.00);
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}
@media screen and (max-width:960px) { /*MB*/
	#l-Wrap {
		padding-top: 60px;
	}
}

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

p {
	font-family: 'Noto Serif JP', 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;
}

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

#l-Mainvisual {
	background:url("../img/mainvisual_blur.png") center top no-repeat;
	background-size: cover;
	box-sizing:border-box;
	position: relative;
}



/*コンテンツ枠*/

#l-Contents {
	position: relative;
}

@media screen and (min-width:961px) { /*PC*/
	.contents-padding {
	}
}
@media screen and (max-width:960px) { /*MB*/
	.contents-padding {
		content: "";
		display: block;
		width: 100%;
		height:60px;
		position: relative;
	}
}

/*メニュー*/

@media screen and (min-width:961px) { /*PC*/
	#l-Menu {
		position: sticky;
		top:0;
		z-index:200;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-Menu {
	}
}

/*スペシャル*/

#l-Special {
	background: url("../img/outline_bg.png") center top no-repeat;
	background-size: cover;
	padding:60px 0;
	box-sizing:border-box;
}

/*アバウト*/

#l-About {
	background: url("../img/about_bg.jpg") center top no-repeat;
	background-size: cover;
	padding:60px 0;
	box-sizing:border-box;
}

/*キャラクター*/

#l-Character {
	background: url("../img/character_bg.png") center top no-repeat;
	background-size: cover;
	padding:60px 0;
	box-sizing:border-box;
}

/*キャスト*/

#l-Cast {
	background: url("../img/cast_bg.png") center top no-repeat;
	background-size: cover;
	padding:60px 0;
	box-sizing:border-box;
}

/*ストーリー*/

#l-Story {
	background: url("../img/story_bg.png") center top no-repeat;
	background-size: cover;
	padding:60px 0;
	box-sizing:border-box;
}

/*ワールドビュー*/

#l-Worldview {
	background:#fff;
	padding:60px 0;
	box-sizing:border-box;
}

/*アウトライン*/

#l-Outline {
	background: url("../img/outline_bg.png") center top no-repeat;
	background-size: cover;
	padding:60px 0;
	box-sizing:border-box;
}

/*フッター*/

footer {
	background: url("../img/foot_bg.png") left top repeat;
	padding:60px 0;
	box-sizing:border-box;
}