.bgBox{
	position: fixed;
	width: 100%;
	z-index: -1;
}
.bg{
	max-width: 640px;
	margin: 0 auto;
}
/**/
.mainBox{
	max-width: 	640px;
	padding: 3% 2%;
	margin: 	0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.itemWrap{
	padding-top: 5%;
}
.itemBox{
	position: relative;
	color: #000;
	width: 100%;
	text-align: left;
	padding: 0 4%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(../../images/mobile/base_02.png) repeat-y;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}
.itemInnerDate{
	text-align: center;
		font-weight: bold;
}
.itemText{
	padding: 3% 0;
}
.itemTop{
	vertical-align: bottom;
}
.itemBottom{
	vertical-align: top;
}
.itemImg{
	position: relative;
}
.itemNotes{
	font-size: 1.2rem;
}
/**/
.btnList{
	padding: 3% 0;
	list-style: none;
	text-align: left;
		letter-spacing: -.4em;
}
.btnList > li{
	position: relative;
	display: inline-block;

	width: 48%;
	margin: 2% 1% 0;

}
/**/
.itemImg.is-fes a{
	position: relative;
	z-index: 1;
}
.fesImg{
	position: relative;
	margin-top: -30%;
	z-index: 0;
}
/**/
.itemText.is-yukata{
	position: relative;
	padding:3% 30% 10% 0;
	
}
.yukataImg{
	position: absolute;
	right: 0;
	bottom: 0;
}
/**/
.itemText.is-weekly{
	text-align: center;
	padding: 0 50% 0 0;
}
.weeklyImg{
	position: absolute;
	right: 2%;
	bottom: 0;
}
/**/
.btnBox{
	padding: 	5% 10%;
}

.cautionBox{
	padding: 	10% 2%;
	max-width: 640px;	
	margin: 0 auto;
}

.movieText{
	font-size: 1.2rem;
}
.eventLinkBox{
	position: relative;
	display: table;
	width: 100%;
	padding: 5% 3% 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 5% 0;
}
.tabLogo{
	position: absolute;
	bottom: -15%;
	left: 50%;
	width: 35%;
	margin-left: -20%;
}
.event{
	display: table-cell;
}
.ticketsImg{
	margin-top: -20%;
	opacity: 0.2;
}
.legendLink{
	display: inline-block;
	margin: 2px 0;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	padding: 10px 20px;
	border: 2px solid #9a0000;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: #a22421;
	color: #fff;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	-webkit-box-shadow: 1px 1px 5px #222;
	        box-shadow: 1px 1px 5px #222;
}

.legendLink:hover{
	background: #9A0000;
}

.endText{
	color: #f00;
}

.iconNew{
	position: absolute;
	right: 2%;
	top: -6%;
	width: 20%;
}
.ended{
	position: absolute;
	right: 2%;
	top: -6%;
	width: 20%;
}
.heroTitle{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.heroBtnBox{
	padding: 20px 0;
	text-align: center;
}
.heroText{
	text-align: left;
}
.heroBox{
	background: rgba(0,0,0,0.6);
	padding: 20px;
}
.legendLink.is-hero{
	width: 60%;
}
.lineBox{
	background: #ccc;
	height: 2px;	
	width: 100%;
	margin: 	5% 0;
}