@charset "utf-8";

#jump_dream {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
#jump_dream #wrap_inner {
    background: url("../images/main_sp_02.jpg") no-repeat top center;
    width: 100%;
    height: 100%;
    /*padding-top: 848.125%;*/
    padding-top: 789.37%;
    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;
	width: 72%;
	min-width: 200px;
	margin: 0 auto;
}
#jump_dream #wrap_inner a img{
	/* padding: 1% 2%; */
	transition: 0.3s;
	width: 90%;
}
/*------ 動画 ------*/
#jump_dream .movie{
    width: 87.5%;
    position: absolute;
    top: 11.6%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#jump_dream .movieCon{
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#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: 90%;
	position:absolute;
	top: 23.2%;
	left: 0;
	right: 0;
	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;
}
