@charset "utf-8";
/* ================================================================================================================== */
/* HEADER                                                                                                             */
/* ===================================================================================================================*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
@media screen and (max-width: 750px) {
	#header {
		position: fixed;
	}
}
/* ================================================================================================================== */
/* HEADER:BAR                                                                                                         */
/* ===================================================================================================================*/
#header .bar {
	width: 100%;
	height: 0;
}
@media screen and (max-width: 750px) {
	#header .bar {
		height: 100px;
		background: #ffffff;
		position: relative;
		z-index: 10;
	}
}
/* =============================================================== */
/* HEADER:BAR:LogoArea                                             */
/* =============================================================== */
#header .bar .logo_area {
	position: absolute;
	top:   20px;
	left: 100px;
	z-index: 9999;
}
#header .bar .logo_area img {
	width: 318.01px;
	height: 35px;
}
#header .bar .logo_area p {
	padding-left: 4px;
	color: #ff0000;
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	#header .bar .logo_area {
		top:   21px;
		left:  30px;
	}
	#header .bar .logo_area img {
		width: 400px;
		height: 44.02px;
	}
}
/* =============================================================== */
/* HEADER:BAR:MenuCtrl                                             */
/* =============================================================== */
#header .bar .menu_ctrl {
	display: block;
	width:  40px;
	height: 22px;
	position: absolute;
	top:   30px;
	left: 30px;
	z-index: 9999;
	cursor: pointer;
}
#header .bar .menu_ctrl .item {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #000000;
	position: absolute;
	right: 0;
	transition: 0.6s;
}
#header .bar .menu_ctrl .item.num01 {
	transform:rotate(0);
	top: 0;
}
#header .bar .menu_ctrl .item.num02 {
	transform:rotate(0);
	top: 10px;
}
#header .bar .menu_ctrl .item.num03 {
	transform:rotate(0);
	top: 21px;
}
#header .bar .menu_ctrl.active .item.num01 {
	transform:rotate(45deg);
	top: 11px;
}
#header .bar .menu_ctrl.active .item.num02 {
	transform:rotate(45deg);
	top: 11px;
}
#header .bar .menu_ctrl.active .item.num03 {
	transform:rotate(-45deg);
	top: 11px;
}

@media screen and (max-width: 750px) {
	#header .bar .menu_ctrl {
		display: block;
		width:  45px;
		height: 30px;
		position: absolute;
		top:   35px;
		right: 30px;
		left: auto;
		left: initial;
	}
	#header .bar .menu_ctrl .item {
		content: "";
		display: inline-block;
		width: 45px;
		height: 4px;
		background: #000000;
		position: absolute;
		right: 0;
		transition: 0.6s;
	}
	#header .bar .menu_ctrl .item.num01 {
		transform:rotate(0);
		top: 0;
	}
	#header .bar .menu_ctrl .item.num02 {
		transform:rotate(0);
		top: 13px;
	}
	#header .bar .menu_ctrl .item.num03 {
		transform:rotate(0);
		top: 26px;
	}
	#header .bar .menu_ctrl.active .item.num01 {
		transform:rotate(45deg);
		top: 12px;
	}
	#header .bar .menu_ctrl.active .item.num02 {
		transform:rotate(45deg);
		top: 12px;
	}
	#header .bar .menu_ctrl.active .item.num03 {
		transform:rotate(-45deg);
		top: 12px;
	}
}
/* =============================================================== */
/* HEADER:MenuArea                                                 */
/* =============================================================== */
#header .menu_area {
	box-sizing: border-box;
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
#header .menu_area .lineup {
	display: inline-block;
	width: 411px;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
#header .menu_area .lineup .headline {
	padding-bottom: 15px;
	text-align: center;
	font-size: 0.24rem;
	line-height: 1;

	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
#header .menu_area .lineup ul.list {
}
#header .menu_area .lineup ul.list li.menu_item {
	border-top: 1px solid #333333;
}
#header .menu_area .lineup ul.list li.menu_item:last-child {
	border-bottom: 1px solid #333333;
}
#header .menu_area .lineup ul.list li.menu_item a {
	display: block;
	width: 100%;
	height: 120px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#header .menu_area .lineup ul.list li.menu_item a span:nth-child(1) {
	box-sizing: border-box;
	width: 97px;
	padding-left: 9px;
	text-align: center;
}
#header .menu_area .lineup ul.list li.menu_item a span:nth-child(2) {
	padding-left: 25px;
	font-size: 0.22rem;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#header .menu_area .lineup ul.list li.menu_item a span:nth-child(3) {
	padding-left: 10px;
}
#header .menu_area .lineup ul.list li.menu_item a span:nth-child(3) img {
	width:   25.5px;
	height:  12px;
}
/* 演出用 */
#header .menu_area .hmFadeIn {
	opacity: 0;
	transition: 0.6s;
	transform: translateY(30px);
}
#header .menu_area .hmFadeIn.show {
	opacity: 1;
	transform: translateX(0px);
	transform: translateY(0px);
}
@media screen and (max-width: 750px) {
	#header .menu_area {
		height: 0;
	}
	#header .menu_area .lineup {
		width: 616px;
		transform: translate(-50%, 0);
		left: 50%;
		top: 180px;
	}
	#header .menu_area .lineup .headline {
		padding-bottom: 20px;
		font-size: 0.40rem;
	}
	#header .menu_area .lineup ul.list {
	}
	#header .menu_area .lineup ul.list li.menu_item {
		border-top-width: 1.5px;
	}
	#header .menu_area .lineup ul.list li.menu_item:last-child {
		border-bottom-width: 1.5px;
	}
	#header .menu_area .lineup ul.list li.menu_item a {
		height: 184px;
	}
	#header .menu_area .lineup ul.list li.menu_item a span:nth-child(1) {
		width: 145px;
		padding-left: 10px;
	}
	#header .menu_area .lineup ul.list li.menu_item.num01 a span:nth-child(1) img {
		width: 132px !important;
	}
	#header .menu_area .lineup ul.list li.menu_item.num02 a span:nth-child(1) img {
		width: 61px !important;
	}
	#header .menu_area .lineup ul.list li.menu_item a span:nth-child(2) {
		padding-left: 35px;
		font-size: 0.33rem;
	}
	#header .menu_area .lineup ul.list li.menu_item a span:nth-child(3) {
		padding-left: 10px;
	}
	#header .menu_area .lineup ul.list li.menu_item a span:nth-child(3) img {
		width:   39px;
		height:  18.3px;
	}
	/* 演出用 */
	#header .menu_area .hmFadeIn {
	}
	#header .menu_area .hmFadeIn.show {
	}
}
