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

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

#l-MainVisual {
	width:100%;
	position: relative;
	background-size: cover;
	background:url("../img/bg_mainvisual.webp") center top no-repeat;
}

/*ムービー*/

#l-Movie {
	padding:60px 0;
	background-color:#000;
}

/*アウトライン*/

#l-Outline {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37202d+0,171415+100 */
background: linear-gradient(to right,  rgba(55,32,45,1) 0%,rgba(23,20,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-attachment: fixed;
	box-sizing: border-box;
	padding:0;
}

.l-bgpat_01 {
	background:url("../img/bg_pat01.webp") left top repeat;
	padding:60px 0;
}

/*ストーリー*/

#l-Story {
	padding:60px 0;
	background:url("../img/bg_story.webp") center top no-repeat;
	background-size: cover;
}

/*・キャラクター*/

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

/*プロダクトインフォ*/

#l-ProductInfo {
	padding:60px 0;
	background-color:#000
}

/*ボーナス*/

#l-Bonus {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37202d+0,171415+100 */
background: linear-gradient(to right,  rgba(55,32,45,1) 0%,rgba(23,20,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-attachment: fixed;
	box-sizing: border-box;
	padding:0;
}

/*フッター*/

footer {
	background:url("../img/bg_pat02.webp") left top repeat;
	padding:60px 0;
}