*{
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper{
	width: 100%;
	text-align: center;
}
#container{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

img{
	float: left;
}

#jacket{
	float: none;
}

#ticket2{
	width: 700px;
	height: 191px;
	float: left;
	text-align: left;
	font-size: small;
	line-height: 1em;
	position: relative;
	top: -214px;
	left: 147px;
	margin-bottom: -191px;
}


#youtube{
	width: 700px;
	height: 468px;
	position: relative;
	top: -473px;
	margin-left: 130px;
	margin-bottom: -468px;
	float: left;
}
#youtube2 {
	width: 700px;
	height: 471px;
	position: relative;
	top: -473px;
	margin-left: 130px;
	margin-bottom: -471px;
	float: left;
}

.corich{
}

.corich_ticket{
	margin: 1em 1em 0;
	float: left;
	text-align: left;
	font-size: small;
}
.corich_ticket a, #ticket2 a{
	color: black;
	text-decoration: none;
}
.corich_ticket a:hover, #ticket2 a:hover{
	text-decoration: underline;
}
.corich_ticket iframe, #ticket2 iframe{
	height: 155px;
}

#minimenu{
	position: fixed;
	top: 0;
	display: none;
	z-index: 999;
}

input{
	display: none;
}

#mmsub + ul{
	position: fixed;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 0;
	overflow: hidden;
}

#totop{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	bottom: -130px;
	right: 10px;
	float: none;
}


/* スマホ向け */
@media screen and (max-width: 1024px){

#wrapper{
	margin-top: 130px;
}

#jacket{
	height: 100vh;
	margin-top: -130px;
}

#fullmenu{
	display: none;
}

#minimenu{
	display: block;
}

#mmsub:checked + ul{
	height: 780px;
}

}