@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:1024px) { /*MB*/
}

/*レイアウト全体*/

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:rgba(50,50,50,1.00);
	background-color: #fff;
}

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

/*ヘッダー*/

header {}

header h1, header h2 {
	display: none;
	visibility: hidden;
	opacity: 0;
}

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



#l-MainVisual {
	background:url("../img/background_00.avif") center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

@media screen and (min-width:961px) { /*PC*/
	#l-MainVisual {
		padding:48px 32px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-MainVisual {
	}
}


/* 固定背景用 */

.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/background_01.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/background_00.webp") center center no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}


/*アウトライン*/

#l-Outline {
	background-color:#b3b3b3;
	background-size: cover;
	background-attachment: fixed;
	box-sizing: border-box;
}

.l-bgpat_01 {
	background:url("../img/background_01.avif") center center no-repeat;
	background-size:cover;
	padding:60px 0;
}

/*メニュー*/

#l-Menu {
	background-color:#434343;
	box-sizing: border-box;
	padding:60px 0;
	position:relative;
	z-index:10;
}

/*ノベルティ*/

#l-Novelty {
	background:url("../img/background_03.webp") center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-sizing: border-box;
	padding:60px 0;
	position:relative;
	z-index:10;
}

/*キャンペーン*/

#l-Campaign {
	background:#F3FFF3;
	box-sizing: border-box;
	padding:60px 0;
}

/*キャンバス*/

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

/*グッズ*/

#l-Goods {
	background:url("../img/background_03.webp") center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-sizing: border-box;
	padding:60px 0;
}

/*インフォメーション*/

#l-Information {
	background:#d6d6d6;
	background-size:cover;
	box-sizing: border-box;
	padding:60px 0;
	position:relative;
	z-index:10;
}

/*アテンション*/

#l-Attention {
	background-color:rgba(243,243,243,1.00);
	box-sizing: border-box;
	padding:32px 0 60px;
}

/*フッター*/

footer {
	background:#8a2612;
	box-sizing: border-box;
	padding:60px 0;
}