@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:#3e3a39;
}

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

/*ヘッダー*/

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

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

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

#l-Contents {
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width:1024px) { /*MB*/
	.l-subcontents-space:before {
		content: "";
		display: block;
		width:100%;
		height:80px;
	}
}

#l-Menu {
	width:100%;
	position: sticky;
	top:0px;
	display: block;
	z-index: 500;
}

#l-News {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: rgba(247,247,247,1.00);
}

#l-Outline {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: #fff;
}

@media screen and (min-width:1025px) { /*PC*/
}
@media screen and (max-width:1024px) { /*MB*/
	#l-Outline {
		padding:120px 0 48px;
	}
}

#l-Introduction {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: rgba(247,247,247,1.00);
}

#l-Access {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
}

#l-Ticket {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background:#fffcf7;
}

#l-Artist {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
}

#l-Coming {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
}

/*フッター*/

footer {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: rgba(247,247,247,1.00);
}

/*コンタクト*/

#l-Contactus {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: #fff;
	min-height: 65vh;
}

/*グッズ*/

#l-Goods {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: #fff;
	min-height: 65vh;
}

/*イベント*/

#l-Event {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: #fff;
	min-height: 65vh;
}

/*スペシャル*/

#l-Special {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background:#fffcf7;
	min-height: 65vh;
}

/*ロケーションセレクト*/

#l-Location-select {
	width: 100%;
	box-sizing: border-box;
	padding:48px 0;
	position: relative;
	background: rgba(247,247,247,1.00);
}