@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%;
}

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

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;
	visibility: hidden;
	opacity: 0;
}

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

#l-MainVisual {
	width:100%;
	position: relative;
	background-size: cover;
}

@media screen and (min-width:961px) { /*PC*/
	#l-MainVisual {
		height: 1130px;
	}
	#l-MainVisual:before {
		background:url("../img/flower_right_top.webp") right top no-repeat;
		position: absolute;
		right: 0;
		top:0;
		display: block;
		content: "";
		width:542px;
		height:388px;
	}

	#l-MainVisual:after {
		background:url("../img/flower_left_top.webp") right top no-repeat;
		position: absolute;
		left: 0;
		bottom:0;
		display: block;
		content: "";
		width:534px;
		height:393px;
	}
}
@media screen and (max-width:960px) { /*MB*/
}



/*コンテンツ全般*/

#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-News {
	padding:60px 0 60px;
	box-sizing: border-box;
	background:url("../img/bg_novel.webp") center center no-repeat;
	background-size: cover;
	position: relative;
}

/*ストーリー*/

#l-Story {
	padding:60px 0 120px;
	box-sizing: border-box;
	background:url("../img/bg_mumeisou.webp") center center no-repeat;
	background-size: cover;
	position: relative;
}

/*キャラクター*/

#l-Character-Select {
	padding:60px 0 120px;
	box-sizing: border-box;
	background:url("../img/head_character.webp") center top no-repeat;
	background-size: 100%;
	position: relative;
}

/*ギャラリー*/

#l-Gallery {
	padding:60px 0 120px;
	box-sizing: border-box;
	background:url("../img/bg_suna.webp") center center no-repeat;
	background-size: cover;
	position: relative;
}

/*ムービー*/

#l-Movie {
	padding:60px 0 120px;
	box-sizing: border-box;
	background:url("../img/bg_washi.webp") center center no-repeat;
	background-size: cover;
	position: relative;
}

/*ダウンロード*/
/*スペック*/

#l-Spec {
	padding:60px 0 120px;
	box-sizing: border-box;
	background:url("../img/bg_tasogare.webp") center center no-repeat;
	background-size: cover;
	position: relative;
}

/*フッター*/

footer {
	padding:60px 0;
	box-sizing: border-box;
	background-color:#fff;
	position: relative;
}

/*サブページ*/

/*キャラクターシングル*/

/*キャラクターシングルセレクト*/

#l-Character-Single-Select {
	background:url("../img/bg_novel.webp") center center no-repeat;
	background-size: cover;
	padding:60px 0;
}


/*ニュース記事ページ*/

#l-Single {
	padding:60px 0 60px;
	box-sizing: border-box;
	background:url("../img/bg_novel.webp") center center no-repeat;
	background-size: cover;
	position: relative;
}