
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/

body{
	text-align: center;
	background-image:url(../images/back_2023.png?v=1);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment:fixed;
	background-size: 100%;
	font-size:15px;
	line-height:24px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, arial, helvetica, clean, sans-serif;
	margin-bottom:0;

}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #0e356b;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, arial, helvetica, clean, sans-serif;
}

h1{margin:50px;}

p{
	margin:20px 0}

.lead{
	font-weight: 300;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.container{
	max-width:1000px;
	width:100%;}



.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

.pc{
		display:block;}

.sp{
		display:none;}

.sp_text{
	display:none;}

.pc_text{
	display:inline;}

.mb20{
	margin-bottom:20px;}

.sitenavi{
	font-size:13px;
	float:right;
	width:220px;
	margin-top:15px}

.sitenavi a{
	color: #0e356b;}

#page-top {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

a{color:#0e356b;}



/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1,
.payoff h1,
.details .carousel,
.social a:hover{
	color: #0bf397;
}

.features p{
	color: #06b872;
}

/*---- Background ----*/
.features,
.detail .carousel-indicators .active {
	background: #0bf397;
}



/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{

	top: 0;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;

}

.navbar-nav{
	float: left;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	background-color:#fff;
	border: none;
	position:fixed;
	box-shadow: 0px 0px 10px 0px #8c8c8c;
	-webkit-box-shadow: 0px 0px 10px 0px #8c8c8c;
	-moz-box-shadow: 0px 0px 10px 0px #8c8c8c;
	margin-top:0px;
	behavior: url("ie-css3.htc");
	zoom:100%;


}

.navbar-default .navbar-nav>li>a {
	color: #0e356b;
	font-size: 17px;
	margin:0 10 0 0px;
	float:left;

}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #000;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand{
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Roboto Condensed', sans-serif;
}



/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/

header{
	padding: 50px 0px 0px 0px;
	height: 600px;
	color: #000;
	margin:0;
}




/*-----------------------------------------------------------------------------------*/
/* ABOUT
/*-----------------------------------------------------------------------------------*/

.about:after{
　content : '';
　display : block;
　clear : both;
}

.about{
	overflow: hidden;
	padding: 20px;
	width:100%;
	max-width:1000px;
	background-color:#0e356b;
	color:#fff;
	text-align:left;
	zoom:100%;
	clear: both;
	position: relative;
	margin:0 auto;
		box-shadow: 0px 1px 15px 1px #8c8c8c;
	-webkit-box-shadow: 0px 1px 15px 1px #8c8c8c;
	-moz-box-shadow: 0px 10px 15px 1px #8c8c8c;
	behavior: url("ie-css3.htc");
}

.about .about_in{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.about_left{
	float:left;
	max-width:460px;
	width:48%;
	overflow:hidden;}

.about_left h2{
	margin:60px 0;}

.about_right{
	float:right;
	max-width:480px;
	width:50%;
	overflow:hidden;}

/*-----------------------------------------------------------------------------------*/
/*	TICKET
/*-----------------------------------------------------------------------------------*/

.ticket:after{
　content : '';
　display : block;
　clear : both;
}

.ticket{
	background-color:#fff;
	width:100%;
	max-width:1000px;
	margin:60px auto;
	padding:20px;
	opacity: 0.95;
	text-align:left;
	color:#000;
	overflow:hidden;
	box-shadow: 0px 1px 15px 1px #8c8c8c;
	-webkit-box-shadow: 0px 1px 15px 1px #8c8c8c;
	-moz-box-shadow: 0px 10px 15px 1px #8c8c8c;
	behavior: url("ie-css3.htc");
	zoom:100%;
	clear: both;
	position: relative;
}

.ticket h2{
	margin-top:50px;}

.ticket h3{
	color:#0e356b;
	font-size:22px;
	margin-bottom:50px;}

.ticket a{
	color:#073e7c;
	text-decoration:underline;
	font-weight:bold;}

.ticket_right{
	float:right;
	max-width:480px;
	width:48%;
}

.ticket_left{
	float:left;
	max-width:480px;
	width:48%;
	}

.ticket_left img{
	width:100%;
	height:auto;}


/*-----------------------------------------------------------------------------------*/
/*	GOODS
/*-----------------------------------------------------------------------------------*/

.goods:after{
　content : '';
　display : block;
　clear : both;
}

.goods{
	background-color:#fff;
	width:100%;
	max-width:1000px;
	margin:60px auto;
	padding:20px;
	opacity: 0.95;
	text-align:left;
	color:#000;
	overflow:hidden;
	clear:both;
	box-shadow: 0px 1px 15px 1px #8c8c8c;
	-webkit-box-shadow: 0px 1px 15px 1px #8c8c8c;
	-moz-box-shadow: 0px 10px 15px 1px #8c8c8c;
	behavior: url("ie-css3.htc");
	zoom:100%;
	clear: both;
	position: relative;
}
a.btn:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}
a.btn {
	transition: 0.3s ease all;
}

h2.heading_sec {
	font-size: 40px;
    font-weight: 700;
}
@media (max-width:640px) {
	h2.heading_sec {
		text-align: center;
	}
}
.goods h2{
	margin-top:50px;}

.goods h3{
	color:#0e356b;
	font-size:22px;
	margin-bottom:50px;
}
@media (max-width:640px) {
	.goods h3{
		margin-bottom: 25px;
	}
}
.goods a{
	color:#073e7c;
	text-decoration:underline;
	font-weight:bold;}

.goods_wrap:not(:first-child) {
	margin-top: 50px;
}

@media (max-width:640px) {
	.goods_wrap {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media (min-width:640px) {
.goods_wrap {
	display: flex;
	justify-content: space-between;
}
}
.goods_wrap-lft {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin-right: 50px;
}
.goods_wrap-lft img {
	max-width: 100%;
	height: auto;
}

@media (max-width:640px) {
	.goods_wrap-lft {
		margin-left: auto;
		margin-right: auto;
	}
}
.goods_wrap-rgt {
	max-width: 565px;
	width: 100%;
    margin-right: auto;
}
.goods_left{
	/* float:left; */
	max-width:480px;
	width:48%;
}

.goods_right{
	/* float:right; */
	max-width:480px;
	width:48%;}

.goods_right img{
	width:100%;
	height:auto;}

/*-----------------------------------------------------------------------------------*/
/*	ENJOY
/*-----------------------------------------------------------------------------------*/

.enjoy:after{
　content : '';
　display : block;
　clear : both;
}

.enjoy{
	background-color:#fff;
	width:100%;
	max-width:1000px;
	margin:60px auto;
	padding:20px;
	opacity: 0.95;
	text-align:left;
	color:#000;
	overflow:hidden;
	clear:both;
	box-shadow: 0px 1px 15px 1px #8c8c8c;
	-webkit-box-shadow: 0px 1px 15px 1px #8c8c8c;
	-moz-box-shadow: 0px 10px 15px 1px #8c8c8c;
	behavior: url("ie-css3.htc");
	zoom:100%;
	clear: both;
	 position: relative;

}

.enjoy h2{
	margin-top:50px;}

.enjoy h3{
	color:#0e356b;
	font-size:22px;
	margin-bottom:50px;}

.enjoy_right{
	float:right;
	max-width:480px;
	width:48%;

}

.enjoy_left img{
	width:100%;
	height:auto;}

.enjoy_left{
	float:left;
	max-width:480px;
	width:48%;
	}

.caution{
	width:100%;
	margin-top:45px;}

.caution h5{
	font-size:18px;
	color:#0e356b;
	margin-bottom:25px;}


/*-----------------------------------------------------------------------------------*/
/*	ACCESS
/*-----------------------------------------------------------------------------------*/

.access:after{
　content : '';
　display : block;
　clear : both;
}

.access{
	overflow: hidden;
	padding: 10px 0px 10px 0px;
	width:100%;
	background-color:#0e356b;
	color:#fff;
	text-align:left;
	zoom:100%;
	clear: both;
	position: relative;

}

.access .access_in{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:80px;
	overflow:hidden;
}

.access_left{
	float:left;
	max-width:480px;
	width:48%;}

.access_left ul{
	padding-left:20px
}

.access_left h2{
	margin:60px 0;}

.access_right{
	float:right;
	max-width:500px;
	width:50%;
	margin-top:110px;}

/*-----------------------------------------------------------------------------------*/
/*	footer
/*-----------------------------------------------------------------------------------*/

footer{
	font-size:12px;
	text-align:center;
	background-color:#fff;
	width:100%;
	color:#0e356b;
	margin:0px auto;
	padding:10px 0}



/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:640px) {

	header{
		height: 100%;
		margin:0;
	}

	.navbar-nav {
		float: left;
		text-align: left;
}



	body{
		background-color:#fff;
		background-image:none;}




	header{
		padding-top: 0px;
		padding-bottom: 0px;
		margin:0;
		background-color:#0e356b;
	}

	header img{
		width:100%;
		height:auto;}

	h1{margin:0;}

	.about,
	.access{
		margin:0;
		padding-bottom:0;
		width:100%}

	.about img{width:100%;
	height:auto;}

	.about_left{
		width:92%;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:8%;
		float:none;
		max-width:800px;
	}

	.ticket_right h2,
	.goods_left h2,
	.enjoy_right h2{
		margin-top:12%;
		margin-bottom:8%;
		}

	.about_left h2,
	.access_left h2{
		margin-top:5%;
		margin-bottom:8%;}

	.about_right,
	.ticket_left,
	.goods_right,
	.access_right,
	.enjoy_left{
		width:100%;
		max-width:800px;}


	.about_in img{
		width:100%;
		height:auto;}

	.ticket,
	.goods,
	.enjoy{
		background-color:#fff;
		width:100%;
		margin:0px auto;
		padding:0px;
		opacity: 1;
		text-align:left;
		color:#000;
		overflow:hidden;
		box-shadow: 0px 0px 0px 0px #fff;
		-webkit-box-shadow: 0px 0px 0px 0px #fff;
		-moz-box-shadow: 0px 0px 0px 0px #fff;


}

	.ticket img,
	.goods img,
	.enjoy img,
	.access img{
		width:100%;
		height:auto;}

	.ticket_right,
	.goods_left,
	.enjoy_right{
		overflow:hidden;
		width:92%;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10%;
		float:none;
		max-width:800px;
}

	.access_left{
		overflow:hidden;
		width:92%;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:6%;
		float:none;
		max-width:800px;

}


	.ticket_right h3,
	.goods_left h3,
	.enjoy_right h3{
		text-align:center;
		font-size:18px;
		margin-bottom:8%}

	.ticket_left {
		width:100%;}

	.pc{
		display:none;}

	.sp{
		display:block;}

	.pc_text{
		 display:none;}

	.sp_text{
		display:inline;}


	.sitenavi{
		font-size:11px;
		float:left;
		width:120px;}
	footer{
		font-size:10px;}

	#page-top {
    	position: fixed;
		width: 70px;
    	bottom:30px;
    	left: 10px;
    	font-size: 8px;
		text-align:8px;
		margin:0;
	}

	#page-top a {
    	background: #666;
    	text-decoration: none;
    	color: #fff;
    	width: 70px;
   		padding: 5px 0;
    	text-align: center;

		overflow:hidden;
		margin:0;
		float:left;
	}

	#page-top img{
		width:25%;
		height:auto;}



	.nav li{
		padding:0px 10px;
		width:100%}

	.sitenavi{
		width:50%;
		margin-top:20px;
		float:left;
		text-align:left;}

	.navbar-header{
		width:50%;
		float:right;}

	.jnavi{
		width:46%;
		float:left;
		margin-top:15px;
		margin-left:4%;
		text-align:left;
		font-size:8px;}

	.access_right {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top:0;
}

.access_right iframe,
.access_right object,
.access_right embed {
position: absolute;
top: 0;
left: 0;
width: 92%;
margin-left:4%;
margin-right:4%;
height: 100%;
}

	.close{
	font-size:20px;
	float:right;
	margin:2px 25px 30px;
	width:45px;height:35px;
	padding:3px 12px;
	border-radius:4px;
	border:1px solid #cccccc;
	color:#ccc;
	background-color:#fff;}

	.cb{
		clear:both;}

	#sb-site {
	padding: 00px 0 00px 0;}

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    .purchasebutton.app-store, .get-it button.app-store{
        background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 5px;
        background-size: 98%;
    	color: white;
    }
}
.button{
    display: inline-block;
    min-width: 200px;
    padding: 14px 40px;
    background-color: #004091;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.ticketbtn:hover {
	opacity: 0.9;
	transition: 0.4s ease all;
}
.ticketbtn {
	transition: 0.4s ease all;
}
.ticketbtn.stickybtn {
	position: fixed;
	bottom: 25px;
	margin: 0 auto;
	left: 0;
	right: 0;
	transition: 0.4s ease bottom;
	z-index: 3;
}
@media (max-width:640px) {
	.ticketbtn.stickybtn {
		max-width: 335px;
	}
}

.goods .pc{
	display: inline-block;
}

@media (max-width:640px) {

	.goods .pc{
		display: none;
	}
}