@charset "UTF-8";
@charset "UTF-8";
body.pc,
body.tablet {
	/*background: #000 url(/applause/bakemono/ticket_schedule/images/bg.jpg) top center no-repeat;
	margin: 0;
	position: relative;
}

.section {
	padding: 51px 0 0;

}

body.sp .section {
	padding: 0;
	background: #000 url(/applause/bakemono/ticket_schedule/images/bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 320px;
	position: relative;*/
}

body .mainSection {
	background: #26aad1 url(/applause/bakemono/shared/images/bg.jpg) top center no-repeat;
	-webkit-background-size: 2000px auto;
	-moz-background-size: 2000px auto;
	background-size: 2000px auto;
	height: 365px;
	position: relative;
	padding:0;
}

body.sp .mainSection {
    -webkit-background-size: auto 24vw;
    -moz-background-size: auto 24vw;
    background-size: auto 24vw;
    height: 24vw;
    padding: 0;
}

#contentSection {
	padding: 45px 0 35px;
	background: #3c2b25;
}





body.sp .section p {
	width: 100%;
	margin: 0 0 29px;
	/*background: rgba(0,0,0,0.1);*/
}

body.pc .section h1,
body.tablet .section h1 {
	width: 529px;
	/*margin: 0 auto 120px;*/
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}


body.sp .section h1 {
	width: 42.9%;
	/*padding: 5.1% 0 0;*/
	/*margin: 0 auto 12%;*/
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}

body.pc .section h1 img,body.sp .section h1 img {
	width: 100%;
}

body.sp .attention {
	margin-bottom: 20px;
	font-size: 210%;
}

body.pc .link,
body.tablet .link {
	width: 990px;
	margin: 0 -30px 0 0;
}

body.pc .link li,
body.tablet .link li {
	width: 465px;
	margin: 0 30px 30px 0;
	float: left;
}

body.pc .link li.center,
body.tablet .link li.center {
	width: 465px;
	padding: 0 30px 0 0;
	margin: 52px auto 30px;
	float: none;
}

.link li a {
	width: 100%;
	padding: 28px 30px 28px 30px;
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
	color: #553b09;
	display: block;
	/*border: 2px solid #999999;*/
	box-sizing: border-box;
	background: #d09f5d; 
	background: -moz-linear-gradient(left,  #d09f5d 0%, #f8e391 50%, #d09f5d 100%);
	background: -webkit-linear-gradient(left,  #d09f5d 0%,#f8e391 50%,#d09f5d 100%);
	background: linear-gradient(to right,  #d09f5d 0%,#f8e391 50%,#d09f5d 100%);
	text-align: center;
	text-decoration: none;
	position: relative;
}

.link li a::before {
	content: "";
	display: block;
	background: url(/applause/bakemono/ticket_schedule/images/link_bg.png);
	width: 8px;
	height: 13px;
	position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}

.link li a:hover {
	text-decoration: underline;
	background: #d9b077; 
	background: -moz-linear-gradient(left,  #d9b077 0%, #f6e49f 50%, #d9b077 100%);
	background: -webkit-linear-gradient(left,  #d9b077 0%,#f6e49f 50%,#d9b077 100%);
	background: linear-gradient(to right,  #d9b077 0%,#f6e49f 50%,#d9b077 100%);
}

body.sp .link {
	width: 100%;
	margin: 0 auto;
}

body.sp .link li {
	width: 100%;
	margin: 0 auto 30px;
	float: none;
}

body.sp .link li.center {
	margin-top: 52px;
}

body.sp .link li a {
	padding: 3% 3% 3% 5.8%;
	font-size: 240%;
	/*-webkit-background-size: 16px 26px;*/
	/*-moz-background-size: 16px 26px;*/
	/*background-size: 16px 26px;*/
}

.threeColumnsType2,
body.sp .threeColumnsType2 {
	margin: 75px auto;
}


.notice_haading{
	font-weight: bold;
	color: #fff798;
}

.ticket_schedule-contentFooter {
	background: #000;
}

body #contentSection .place {
	font-weight:bold;
	color:#fff798;
}

body #contentSection .place span {
	font-weight:normal!important;
}

body.pc #contentSection .place,
body.tablet #schedule_list_none1 .place {
	font-size:18px;
}
body.sp contentSection .place {
	font-size:150%;
}

body.pc .br-sp,
body.tablet .br-sp {
	display:none;
}

body.sp .br-sp {
	display:block;
}

