@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.webp") 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-Outline {
	background:url("../img/background_04.webp") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-sizing: border-box;
	padding:0;
}

.l-bgpat_01 {
	background:url("../img/background_pat1.webp") left top repeat;
	padding:60px 0;
}

/*メニュー*/

#l-Menu {
	background:url("../img/background_pat2.jpg") left top repeat;
	box-sizing: border-box;
	padding:60px 0;
}

/*ノベルティ*/

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

/*キャンペーン*/

#l-Campaign {
	background:#F8F3FF;
	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;
}

/*グッズ*/

#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:url("../img/back_abst.webp") left top repeat;
	background-size:cover;
	box-sizing: border-box;
	padding:60px 0;
}

/*アテンション*/

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

/*フッター*/

footer {
	background:url("../img/foot_bg.webp") center center no-repeat;
	background-size:cover;
	box-sizing: border-box;
	padding:60px 0;
}