@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.3rem;
	color:rgba(50,50,50,1.00);
	font-family: YakuHanJPs, "Noto Sans JP", 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;
	position:relative;


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

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

p, a, span, em, i, h1, h2, h3, h4, h5, h6, dt, dd, blockquote {
	transform: rotate(0.03deg);
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
}

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-bg01 {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height:100vh;
	background: url("../img/bg_story.avif") 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/bg_outline.avif") 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/bg_chara01.avif") 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/bg_chara02.avif") 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/bg_gallery.avif") 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/bg_special.avif") center center no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}

/*ヘッダー*/

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

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

#l-Mainvisual {
	width:100%;
	position: relative;
	box-sizing:border-box;
	z-index:1;
}

/*メニュー*/

@media screen and (min-width:1281px) { /*PC*/
	#MENU {
		width: 100%;
		background: url("../img/menu_bg.png") left top repeat;
	}
}
@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-Story {
	width:100%;
	position: relative;
	box-sizing:border-box;
	padding:60px 0;
	z-index:1;
}

/*コンセプト*/

#l-Concept {
	width:100%;
	position: relative;
	box-sizing:border-box;
	padding:60px 0;
	z-index:1;
}

/*キャラクター*/

#l-Chara01 {
	background-size: cover;
	width:100%;
	position: relative;
	z-index:1;
}

#l-Chara02 {
	background-size: cover;
	width:100%;
	position: relative;
	z-index:1;
}

/*ギャラリー*/

#l-Gallery {
	width:100%;
	position: relative;
	box-sizing:border-box;
	padding:60px 0;
	z-index:1;
}

/*スペシャル*/

#l-Special {
	width:100%;
	position: relative;
	box-sizing:border-box;
	padding:60px 0;
	z-index:1;
}

/*ショップガイド*/

#l-Shopguide {
	width:100%;
	position: relative;
	box-sizing:border-box;
	padding:60px 0;
	z-index:1;
}

/*プロダクト*/

#l-Product {
	width:100%;
	position: relative;
	box-sizing:border-box;
	padding:60px 0;
	z-index:1;
}

/*プロダクト*/

#l-Link {
	width:100%;
	position: relative;
	box-sizing:border-box;
	padding:60px 0;
	z-index:1;
}

/*フッター*/

footer {
	position:relative;
	background:url("../img/bg_footer.avif")center top no-repeat;
	background-size:cover;
	padding:120px 0;
}