@charset "utf-8";

#jump_dream {
    max-width: 1280px;
    max-height: 2030px;
    margin: 0 auto;
    position: relative;
}
#jump_dream #wrap_inner {
    background: url("../images/main_02.jpg") no-repeat top center;
    width: 100%;
    height: 100%;
    padding-top: 145.625%;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    position:relative;
    background-size: cover;
}
#jump_dream #wrap_inner a{
	display: block;
	margin: 2%;
	min-width: 210px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#jump_dream #wrap_inner a img{
	/* padding: 1% 2%; */
	transition: 0.3s;
	/* position: absolute; */
	/* top: 95.5%; */
	/* right: 4%; */
}
#jump_dream #wrap_inner a img:hover{
	opacity: 0.6;
}

/*------ 動画 ------*/
#jump_dream .movie{
    width: 44%;
    position: absolute;
    top: 28.2%;
    left: 5%;
    right: auto;
}
#jump_dream .movieCon{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
#jump_dream .movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
#jump_dream a.button{
	display:block;
	height:100%;
	text-indent:-10000px;
	text-decoration:none;
	line-height: 0;
	overflow:hidden;
}
#jump_dream .schedule{
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 12%;
    right: 0;
    overflow: hidden;
}
#jump_dream a.schedule_con{
	background: url(../images/btn_schedule.png) no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 9.41%;
	margin: auto;
	background-size: cover;
}
#jump_dream .ticket{
	width: 35%;
	position:absolute;
	top: 47.2%;
	left: 2%;
	margin: auto;
}
#jump_dream a.ticket_con{
	background:url(../images/btn_ticket.png);
	width: 100%;
	height: 100%;
	padding-top: 19.14%;
	margin: auto;
	background-size: cover;
}
#jump_dream a.button:hover {
	background-position:0px 50%;
}
#jump_dream a.button:active {
	background-position:0px 100%;
}
.fancybox-skin {
	background: url(../images/bg_stripe.png);
}
#footer {
	margin:0 !important;
}
