@charset "utf-8";
@media screen and (max-width: 768px) {
body {
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* wrapper--------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0;
	background: #000;
	background-attachment: scroll; 
}
/* ---------------------------------------------------------- */
#header {
	position:relative;
	width: 100%;
	height: 0;
	padding-top: 110%; 
	margin: 0;
	background: url("../images/bg.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	top: 4%;
    left: -50%;
	right: -50%;
	width: 50%;
	height: 0;
	margin: 0px auto 10px;
	padding-bottom: 63.37%;
	background: url("../images/logo.png") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 20;
}
.txt_header01 {
	position: absolute;
	top: 62%;
    left: -50%;
	right: -50%;
	margin: 0 auto 6px;
	font-size: 50px;
	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: 18px;
}
.txt_header02 {
	position: absolute;
	top: 85%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	font-size: 20px;
	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: 90%;
	margin: 0 auto 80px 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 20px;
}
#act ul li img {
	width:100%;
	max-width: 100%;
	margin: 0 auto 10px;
	height: auto;
	vertical-align:bottom;
}
#act02 {
	width: 90%;
	margin: 0 auto 10px 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 20px;
}
#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: 90%;
	margin: 0 auto 40px;
	padding: 40px 30px;
	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 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;
	-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;
}
.ttl_act span{
	font-size: 16px;
}
.sub_act {
	margin: -10px auto 20px;
	padding: 0;
	font-size: 14px;
	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%;
	height: auto;
	margin: 0 auto 6px;
}
.txt_act {
	font-size: 16px;
	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;
}
#sche {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
.ttl_sche {
	margin: 0 auto 10px;
	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;
}
.txt_sche {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 28px;
	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: 32px;
	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: 24px;
}
.txt_sche4 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 22px;
	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: 16px;
}
.txt_sche6 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 16px;
	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: 14px;
	line-height: 1.0em;
}
.sub_sche {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
	color: #de0450;
}
.music {
	width: 90%;
	margin: 0 auto 80px;
}
#ticket {
	width: 90%;
	margin: 0 auto 60px;
	padding: 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: 22px;
	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: 100%;
	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: 100%;
	font-size:14px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
	border-right: 1px solid #614d36;
}
#ticket ul li:first-child{
	width: 20%;
	text-align: center;
	background-color: #2f2418;
}
#ticket ul li:last-child{
	width: 80%;
	text-align: left;
}
#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: 90%;
	margin: 0 auto 200px;
	padding: 0;
	box-sizing: border-box;
}
#live ul {
	width: 100%;
	margin: 0 auto 20px auto;
	border: 1px solid #333;
}
#live ul li{
	width: 100%;
}
#live ul li h2{

}

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

}

.ttl_liveinfo {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #614d36;
	box-sizing: border-box;
	font-size: 22px;
	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: 14px;
	line-height: 1.8;
	font-weight: 400;
    font-feature-settings: "palt";
	text-align: left;
	color: #fff;
	padding: 40px 40px;
	background: #111;
	box-sizing: border-box;
}
#footer {
	margin: 0 0;
	padding: 60px 0;
}
.copy {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.bg_sns {
	width: 100%;
	margin: 0 0 50px;
	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;
}
}
@media screen and (max-width: 640px) {
body {
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* wrapper--------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0;
	background: #000;
	background-attachment: scroll; 
}
/* ---------------------------------------------------------- */
#header {
	position:relative;
	width: 100%;
	height: 0;
	padding-top: 160%; 
	margin: 0;
	background: url("../images/bg.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	top: 4%;
    left: -50%;
	right: -50%;
	width: 70%;
	height: 0;
	margin: 0px auto 10px;
	padding-bottom: 88.72%;
	background: url("../images/logo.png") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 20;
}
.txt_header01 {
	position: absolute;
	top: 61%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	font-size: 34px;
	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: 14px;
}
.txt_header02 {
	position: absolute;
	top: 83%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	font-size: 16px;
	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.5;
	-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: 90%;
	margin: 0 auto 20px auto;
}
#act ul {
	width: 100%;
	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: 46%;
	margin: 0 4% 16px 0;
}
#act ul li:nth-child(2n) {
	margin: 0 0 16px 0;
}
#act02 {
	width: 90%;
	margin: 0 auto 10px 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: 46%;
	margin: 0 4% 16px 0;
}
#act02 ul li:first-child {
	width: 46%;
	margin: 0 4% 16px 0;
}
#act02 ul li:nth-child(2n) {
	margin: 0 0 16px 0;
}
#act02 ul li img {
	width:100%;
	max-width: 100%;
	margin: 0 auto 10px;
	height: auto;
	vertical-align:bottom;
}
.comment_area {
	width: 90%;
	margin: 0 auto 40px;
	padding: 20px 20px;
	box-sizing: border-box;
	border: 1px solid #614d36;
}
.name_comment {
	margin: 0 auto 10px;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
	color: #ba9971;
}
.txt_comment {
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	color: #fff;
}
.ttl_act {
	margin: 0 auto 20px;
	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;
	-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);
}
.ttl_act span{
	font-size: 14px;
}
.sub_act {
	margin: -10px auto 20px;
	padding: 0;
	font-size: 14px;
	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: 14px;
	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;
}
#sche {
	width: 100%;
	margin: 0 auto 60px;
	padding: 0;
}
.ttl_sche {
	margin: 0 auto 10px;
	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;
}
.txt_sche {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 22px;
	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: 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_sche3 {
	font-size: 18px;
}
.txt_sche4 {
	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_sche5 {
	font-size: 14px;
}
.txt_sche6 {
	margin: 0 auto 60px;
	padding: 0;
	font-size: 18px;
	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;
}
.sub_sche {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho",serif;
	font-weight: 700;
    font-feature-settings: "palt";
	text-align: center;
	color: #de0450;
}
.music {
	width: 90%;
	margin: 0 auto 80px;
}
#ticket {
	width: 96%;
	margin: 0 auto 60px;
	padding: 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: 18px;
	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: 100%;
	margin: 0 auto;
	padding: 0;
    display: block;
	box-sizing: border-box;
	border-bottom: 1px solid #614d36;
}
#ticket ul:first-child{
	width: 100%;
}
#ticket ul:last-child{
	border-bottom: none;
}
#ticket ul li{
	width: 100%;
	font-size:14px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
	border-right: none;
	box-sizing: border-box
}
#ticket ul li:first-child{
	width: 100%;
	text-align: center;
	background-color: #2f2418;
}
#ticket ul li:last-child{
	width: 100%;
	text-align: left;
}
#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: 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_senkou02{
	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_senkou03{
	margin: 0 auto 10px;
	padding: 0;
	font-size: 18px;
	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 20px;
	padding: 10px 20px; 
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;
    font-feature-settings: "palt";
	text-align: center;
	background-color: #de0450;
	color: #fff;
}
.txt_senkou06{
	margin: 0 auto 20px;
	padding: 0; 
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
}
#live {
	width: 96%;
	margin: 0 auto 100px;
	padding: 0;
	box-sizing: border-box;
}
#live ul {
	width: 100%;
	margin: 0 auto 20px auto;
	border: 1px solid #333;
}
#live ul li{
	width: 100%;
}
#live ul li h2{

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

}
	
.ttl_liveinfo {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #614d36;
	box-sizing: border-box;
	font-size: 18px;
	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 16px;
	background: #333;
	box-sizing: border-box;
}
.txt_live {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
    font-feature-settings: "palt";
	text-align: left;
	color: #fff;
	padding: 40px 16px;
	background: #111;
	box-sizing: border-box;
}
#footer {
	margin: 0 0;
	padding: 40px 0;
}
.copy {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.bg_sns {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.sns {
width:160px;
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;
}
	
}
@media screen and (min-width: 769px) {
.pc{
	display: none;
}
}
@media screen and (min-width: 641px) and (max-width: 769px) {
.pad{
	display: none;
}
}

@media screen and (max-width: 640px) {
.sp{
	display: none;
}
