@charset "UTF-8";
/*------------ CONTENT共通 ------------*/
/*html, body {
  width: 100%;
  overflow-x: hidden;
}*/
.wrapper {
	background-color: #D9D2C6;
}
.main {
	width: 100%;
	height: 518px;
	position: relative;
	top: 0;
}
.main.concept {
  background: url(../images/concept/mv.jpg) no-repeat center center;
  background-size: cover;
}
.main.menu {
  background: url(../images/menu/mv.jpg) no-repeat center center;
  background-size: cover;
}
.main.live {
  background: url(../images/live/mv.jpg) no-repeat center center;
  background-size: cover;
}
.main.location {
  background: url(../images/location/mv.jpg?v2) no-repeat center center;
  background-size: cover;
}
.container {
	padding: 40px 0 115px;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;	
	background-color: #D9D2C6;
}
.content h2 {
	padding: 74px 0;
	position: relative;
	margin-bottom: 64px;
}
.content h2 img {
  width: auto;
	height: 46px;
	margin: 0 auto;
}
.content h2:before,
.content h2:after {
	content: " ";
	display: block;
	width: 200px;
	height: 64px;
	background: url("../images/common/sun.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
}
.content h2:after {
	transform: rotate(180deg);
	top: auto;
	bottom: 0;
}
.main_text {
	font-size: 18px;
	margin: 0 auto 126px;
	line-height: 2.6;
	text-align: center;
	padding: 0 30px;
}
h2.sp {
  display: none;
}
/*------------ レスポンシブ ------------*/
@media screen and (max-width: 767px) {
	.main_text {
		font-size: 16px;
		margin: 0 auto 80px;
	}
	  h2.pc {
		display: none;
	  }
	/*------------ MV ------------*/
	.main.concept {
	  background: url("../images/concept/mv_sp.jpg") no-repeat center center;
	  background-size: cover;
	}
	.main.menu {
	  background: url("../images/menu/mv_sp.jpg") no-repeat center center;
	  background-size: cover;
	}
	  .main.live {
		background: url(../images/live/mv_sp.jpg) no-repeat center center;
		background-size: cover;
	  }
	  .main.location {
		background: url(../images/location/mv_sp.jpg?202504) no-repeat center center;
		background-size: cover;
	  }
	  .main {
		height: 100vh;
	  }
	  h2.sp {
		display: block;
		top: calc(50% - 213px / 2);
	  }
	.content h2 {
		padding: 58px 0;
		}
	  .content h2 img {
		height: 100px;
	  }
	.content h2:before,
	.content h2:after {
		width: 160px;
		height: 52px;
		margin-left: -80px;
	}
	.content h2:after {
		bottom: 8px;
	}
	/*------------ content ------------*/
}