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

/*メニュー*/

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

/*ニュース*/

#l-News {
	padding: 15px 0;
	position: relative;
	width: 100%;
	background: url("../img/system_bg.webp") center center no-repeat;
	background-size: cover;
}

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

#l-Mainvisual {
	width:100%;
	position: relative;
	background:url("../img/kv01.webp") center top no-repeat;
	background-size: cover;
}
@media screen and (min-width:961px) { /*PC*/
	#l-Mainvisual {
		aspect-ratio:1 / 1;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-Mainvisual {
		aspect-ratio:2 / 3;
	}
}

/*コンテンツ*/

#l-Contents {
}

#l-Contents::before {
	content: '';
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
	width:100%;
	height:100vh;
	background-image:url("../img/kv02.webp");
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
}

/*キャッチ*/

#l-Catch {
	width: 100%;
	padding: 48px 0;
	box-sizing: border-box;
	background-image:url("../img/kv02.webp");
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
}

@media screen and (min-width:961px) { /*PC*/
	#l-Catch {
		aspect-ratio: 1 / 1;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-Catch {
		aspect-ratio: 2 / 3;
	}
}

/*ダウンロード*/

#l-Download {
	padding: 48px 0;
	position: relative;
	width: 100%;
	background:rgba(0,0,0,1);
	background: url("../img/system_bg.webp") center center no-repeat;
	background-size: cover;
}

/*アバウト*/

#l-About {
	padding: 60px 0 60px;
	position: relative;
	width: 100%;
	background:rgba(0,0,0,0.75);
}

/*ストーリー*/

#l-Story {
	padding: 120px 0;
	position: relative;
	width: 100%;
}

/*キャラクター*/

#l-Character {
	padding: 48px 0;
	position: relative;
	width: 100%;
	background: url("../img/bg_pat.png") left top repeat;
}

/*システム*/

#l-System {
	padding: 48px 0;
	position: relative;
	width: 100%;
	background: url("../img/system_bg.webp") center center no-repeat;
	background-size: cover;
}

/*スペック*/

#l-Spec {
	padding: 48px 0;
	position: relative;
	width: 100%;
}

/*フッター*/

footer {
	width: 100%;
	background-color: rgba(14,14,14,1.00);
	position: relative;
	padding: 48px 0;
}