@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);
	background-size:cover;
	font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	font-optical-sizing: auto;
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

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

p, a, span, dt, dd, li {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	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-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}

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

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

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

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

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

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

.l-pat01 {
	padding:60px 0;
	box-sizing:border-box;
	position:relative;
	background: url("../img/pat01.webp") left top repeat;
	z-index:1;
}

.l-pat02 {
	padding:60px 0;
	box-sizing:border-box;
	width:100%;
	max-width:960px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
	position:relative;
	z-index:1;
}

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

.l-pat04 {
	padding:60px 0;
	box-sizing:border-box;
	position:relative;
	background: rgba(255,255,255,0.8);
	z-index:1;
}

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

.l-pat06 {
	padding:60px 0;
	box-sizing:border-box;
}

.l-pat07 {
	padding:60px 0;
	box-sizing:border-box;
	background: url("../img/pat07.png") left top repeat;
	position:relative;
	z-index:10;
}

/* キービジュアル */

#l-Keyvisual {
	width:100%;
	position:relative;
	background: url("../img/kv_bg.webp") left top repeat;
}

/*メニュー*/

@media screen and (min-width:1281px) { /*PC*/
	html {
		scroll-padding-top:90px;
	}

	#MENU {
		width: 100%;
		background: #081a45 url("../img/menu_bg.png") left top repeat-x;
		position: sticky;
		top: 0;
		z-index: 4000;
	}

	#MENU-HB {
		display:none;
	}
}
@media screen and (max-width:1280px) { /*MB*/
	#MENU {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}


#MENU-HB {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5000;
}

/* 各セクション */

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

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

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

@media screen and (min-width:961px) { /*PC*/
	.l-pat-story {
		padding:60px 0;
		box-sizing:border-box;
		position:relative;
		z-index:1;
		background: url("../img/story_bg.webp") center center no-repeat;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.l-pat-story {
		padding:60px 0;
		box-sizing:border-box;
		aspect-ratio:96 / 160;
		position:relative;
		z-index:1;
		background: url("../img/story_mobile.webp") center center no-repeat;
		background-size:cover;
	}
}

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


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

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

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

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

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

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

footer {
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:60px 0;
	display:flex;
	flex-direction:column;
	gap:24px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#l-Patch {
	background-color:#111111;
	box-sizing:border-box;
	padding:60px 0;
}
