@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #fff;
}
a {
	text-decoration: none;
	color: #de0450;
}
a:hover {
	text-decoration: underline;
	color: #de0450;
}
/* wrapper--------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0;
	background: #000;
	background-attachment: scroll; 
}
/* ---------------------------------------------------------- */

#header {
	position:relative;
	width: 100%;
	height: 1080px;
	margin: 0;
	background: url("../images/bg.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	top: 60px;
    left: -50%;
	right: -50%;
	width: 527px;
	height: 668px;
	margin: 0px auto;
	padding: 0;
	background: url("../images/logo.png")no-repeat top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 20;
}
.txt_header01 {
	position: absolute;
	top: 730px;
    left: -50%;
	right: -50%;
	margin: 0 auto 6px;
	font-size: 62px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
	line-height: 1.2;
    font-feature-settings: "palt";
	text-align: center;
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.txt_header01 span{
	font-size: 22px;
}
.txt_header02 {
	position: absolute;
	top: 970px;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: .1em;
	text-align: center;
	line-height: 1.5em;
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
#act {
	width: 1000px;
	margin: 0 auto 140px auto;
}
#act ul {
	margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
#act ul li {
	width: 26%;
	margin: 0 0 40px;
}
#act ul li img {
	width:100%;
	max-width: 100%;
	margin: 0 auto 10px;
	height: auto;
	vertical-align:bottom;
}
#act02 {
	width: 1000px;
	margin: 0 auto 40px auto;
}
#act02 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
#act02 ul li {
	width: 26%;
	margin: 0 0 30px;
}
#act02 ul li:first-child {
	width: 26%;
	margin: 0 10% 30px 0;
}
#act02 ul li img {
	width:100%;
	max-width: 100%;
	margin: 0 auto 10px;
	height: auto;
	vertical-align:bottom;
}
.comment_area {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #614d36;
}
.name_comment {
	margin: 0 auto 10px;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
	color: #ba9971;
}
.txt_comment {
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: #fff;
}
.ttl_act {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	color: #ba9971;
	line-height: 1.2
}
.ttl_act span{
	font-size: 18px;
}
.sub_act {
	margin: -10px auto 40px;
	padding: 0;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
    font-feature-settings: "palt";
	text-align: center;
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.img_act {
	width: 100%;
	margin: 0 auto 6px;
}
.txt_act {
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.more {
	margin: 0 auto 50px;
	padding: 0;
	width: 100%;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.music {
	width: 100%;
	margin: 0 auto 100px;
}
#sche {
	width: 1000px;
	margin: 0 auto 100px;
	padding: 0 0 0px;
}
.ttl_sche {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 28px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_sche {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 32px;
	line-height: 1.3em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_sche2 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 40px;
	line-height: 1.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_sche3 {
	font-size: 32px;
}
.txt_sche4 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 28px;
	line-height: 1.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_sche5 {
	font-size: 20px;
}
.txt_sche6 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 20px;
	line-height: 1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_sche6 span{
	font-size: 16px;
	line-height: 1.0em;
}
.sub_sche {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
	color: #de0450;
}
#ticket {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 0 0 ;
	box-sizing: border-box;
	border: 1px solid #614d36;
}
.ttl_ticket {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #614d36;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
#ticket ul{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content:space-between;
    justify-content:space-between;
	box-sizing: border-box;
	border-bottom: 1px solid #614d36;
}
#ticket ul:first-child{
	
}
#ticket ul:last-child{
	border-bottom: none;
}
#ticket ul li{
	width: 300px;
	font-size:16px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
	border-right: 1px solid #614d36;
}
#ticket ul li:first-child{
	width: 30%;
	text-align: center;
	background-color: #2f2418;
	box-sizing: border-box;
}
#ticket ul li:last-child{
	width: 70%;
	text-align: left;
	border-right: none;
	box-sizing: border-box;
}
#senkou1 {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: #de0450;
}
#senkou2 {
	width: 100%;
	text-align: center;
	margin: 0 0 60px;
	padding: 30px 0;
	background: #fff;
	color: #de0450;
}
.txt_senkou01{
	margin: 0 auto 10px;
	padding: 0;
	font-size: 26px;
	line-height: 1.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_senkou02{
	margin: 0 auto 10px;
	padding: 0;
	font-size: 40px;
	line-height: 1.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_senkou03{
	margin: 0 auto 10px;
	padding: 0;
	font-size: 20px;
	line-height: 1.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_senkou04{
	margin: 0 auto 10px;
	padding: 0;
	font-size: 16px;
	line-height: 1.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.txt_senkou05{
	width: 160px;
	margin: 0 auto 10px;
	padding: 10px 20px; 
	font-size: 16px;
	line-height: 1.1em;
	font-weight: bold;
    font-feature-settings: "palt";
	text-align: center;
	background-color: #de0450;
	color: #fff;
}
.txt_senkou06{
	margin: 0 auto 30px;
	padding: 0; 
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
}
#live {
	width: 1000px;
	margin: 0 auto 200px;
	padding: 0;
	box-sizing: border-box;
}
#live ul {
	margin: 0 0 20px 0;
	border: 1px solid #333;
}
#live ul li{
	width: 100%;
}
#live ul li h2{

}
.ttl_liveinfo {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #614d36;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
}
.ttl_live {
	padding: 10px 20px;
	background: #333;
	box-sizing: border-box;
}
.txt_live {
	font-size: 16px;
	text-align: left;
	color: #fff;
	padding: 40px 40px;
	line-height: 1.6;
	background: #111;
	box-sizing: border-box;
}

#live02 {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 0;
	box-sizing: border-box;
}
#live02 ul {
	margin: 0 0 20px 0;
	border: 1px solid #333;
}
#live02 ul li{
	width: 100%;
}
#live02 ul li h2{

}


#footer {
	margin: 0 0;
	padding: 80px 0;
	background: #111;
}
.copy {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.bg_sns {
	width: 100%;
	margin: 0 0 90px;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.sns {
width:200px;
display:block;
float: right;
margin: 0 auto;
}
.sns ul {

}
.sns ul li {
	float: left;
	margin: 0 10px 0 0;
}
.sold {
	color: #98009e;
	font-weight: bold;
}
.new {
	color: #c90963;
	font-weight: bold;
	font-size: 12px;
}