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

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

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

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

.l-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}

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

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

.l-mv-bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height:100vh;
	background: url("../img/mv_bg.webp") center center no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}


#l-Contents {
	position: relative;
	width: 100%;
}

/*メニュー*/

@media screen and (min-width:1101px) { /*PC*/
	#l-Menu {
		position: sticky;
		top:0;
		z-index:200;
		background: url("../img/menu_bg.webp") left top repeat;
	}
}
@media screen and (max-width:1100px) { /*MB*/
	#l-Menu {
	}
}

/*アウトライン*/

#l-Outline {
	position: relative;
	width: 100%;
	padding: 60px 0;
}

.l-outline-bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height:100vh;
	background: url("../img/outline_bg.webp") no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}


/*ストーリー*/

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

.l-story-bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height:100vh;
	background: url("../img/story_bg.webp") center center no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}

.l-story-left {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width:calc(50% - 300px);
	height:100vh;
	background: url("../img/story_pat.webp") left top repeat;
	z-index: -1;
}

.l-story-right {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	width:calc(50% - 300px);
	height:100vh;
	background: url("../img/story_pat.webp") left top repeat;
	z-index: -1;
}

/*キャラクター*/

#l-Character01 {
	width: 100%;
	position: relative;
	background-color: #f1dded;
}

#l-Character02 {
	width: 100%;
	position: relative;
	background-color: #cfd6f0;
}

/*ギャラリー*/

#l-Gallery {
	position: relative;
	width: 100%;
	padding: 60px 0;
}

.l-gallery-bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height:100vh;
	background: url("../img/bg_gallery.webp") center center no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}


/*プロダクト*/

#l-Product {
	background: url("../img/spec_bg.webp") left top repeat;
	position: relative;
	padding: 48px 0 60px;
}

/*フッター*/

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

/*スチームリンク*/

#l-Steamlink {
	background: url("../img/spec_bg.webp") left top repeat;
	position: relative;
	padding: 48px 0 48px;
}