@charset "utf-8";

/*==========================================================
	
==========================================================*/
html {
	background: #000000;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
	html.popup {
		height: 100%;
		background: none;
		background-color: transparent;
	}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
	display: block
}

iframe {
	overflow-y: hidden;
}
iframe { z-index: 1 !important; }

body {
	background: #000000 url(../img/bg.jpg) repeat-y center top;
	background-size: 100% auto;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 1;
}
	body.popup {
		height: 100%;
		background: none;
		background-color: transparent;
	}

					/*===================sp=*/@media screen and (max-width: 1020px) {

					}/*====================*/


/*-----------------------------------------------------------
	setting
-----------------------------------------------------------*/
p { margin: 0 0 0 0; }
a { text-decoration: none; color: #ffffff; }
	a:hover { text-decoration: underline; }
	a:focus { outline: none; }
	
.innr a { text-decoration: none; color: #1ae3f0; }
	a:hover { text-decoration: underline; }
	a:focus { outline: none; }

.pbr { display:block; }
.sbr { display:none; }
.pc { display: block !important; }
.sp { display: none !important; }

.movie {
	margin: 0 auto 0 auto;
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}

.fcB {
	color: #abebef;
}
.fcY {
	color: #ffe682;
}
.fcR {
	color: #e61212 !important;
}

h2 img ,
h3 img ,
h4 img ,
.img img {
	pointer-events : none !important;
}
.movie iframe, .movie object, .movie embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.note {
	color: #98aaab;
	font-size: 14px;
}
.note.f11 {
	vertical-align: super;
}


					/*===================sp=*/@media screen and (max-width: 1020px) {
.pbr { display:none; }
.sbr { display:block; }
.pc { display: none !important; }
.sp { display: block !important; }
					}/*====================*/


/*-----------------------------------------------------------
	header setting
-----------------------------------------------------------*/
header {
	width: 100%;
	position: absolute;
	margin: 0 0 0 0;
	top: 0;
	left: 0;
	z-index: 9;
	background: url(../img/hd_bg.png) no-repeat center top;
}
	.headerWrap {
		width: 100%;
		padding: 0 0 0 0;
		position: relative;
		z-index: 9;
	}
	
	/*----------------------------------#g_menu setting----------*/
	#g_navi {
		background: url(../img/sp/hd_bg.png) no-repeat center bottom;
		background-size: 100% auto;
		margin: 0;
		width: 100%;
		height: auto;
		text-align: center;
		z-index: 9;
		position: fixed;
		padding: 4% 0 5% 0;
		top: 0;
	}
	#g_menu .hdBox {
		width: 100%;
		padding: 3% 0 2% 0;
		overflow: hidden;
		position: fixed;
		z-index: 9;
	}
	#g_menu .hdBox2 {
		width: 100%;
	}
	#g_navi .btn {
		width: 12.5%;
		float: left;
	}
	#g_navi .logo {
		width: 30%;
		margin: 0 auto 0 auto;
	}
	#g_navi #menuBtn {
		width: 5%;
		margin: 1% 5% 0 0;
		float: right;
	}
	#g_navi #menuClose {
		width: 5%;
		margin:  1% 5% 0 0;
		float: right;
	}
	#g_navi .navi {
		position: relative;
		overflow: hidden;
		display: block;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	#g_navi .nav {
		width: 100%;
		margin: 8% 0 5% 0;
		font-size: 23px;
		color: #EEEEEE;
		overflow: hidden;
	}
	#g_navi .nav li {
		width: 100%;
		color: #FFFFFF;
		margin: 0 auto 0 auto;
		padding: 0 0 5% 0;
		float: none;
		height: auto;
		border-left: none;
		line-height: 0;
	}
	.hdBox2 {
		background: url(../img/sp/hd_bg.png) no-repeat center bottom;
		background-size: 100% auto;
		padding: 4% 0 5% 0;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
		#g_navi .nav li a {
			height: auto !important;
			display: block;
		}
	#g_navi .nav li.txt {
		font-size: 14px;
		padding: 10px 0 0 0;
		color: #545454;
	}
	body div#g_navi a {
		color: #AAAAAA;
	}
	body div#g_navi a:hover {
		text-decoration: none;
		color: #CCCCCC;
	}
	#g_menu{
		background: rgba(0, 0, 0, 0.9);
		position: fixed;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		z-index: 10000;
		display: none;
		top: 0;
		bottom: 0;
	}
	#g_navi .navBox {
		width: 100%;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
	#g_navi .nav li.off:hover {
		opacity: 1.0 !important;
		filter: alpha(opacity=100) !important;
		-ms-filter: "alpha(opacity=100)" !important;
		-moz-opacity: 1.0 !important;
		-khtml-opacity: 1.0 !important;
	}

#g_navi .nav li.nav_fb,
#g_navi .nav li.nav_tw { display: none;}


					/*===================pc=*/@media (min-width: 1020px) {
	header {
		width: 100%;
		height: 100px;
		position: fixed;
		padding: 0 0 60px 0;
		z-index: 1000;
		background: url(../img/hd_bg.png) repeat-x center top;
	}
		.headerWrap {
			width: 1020px;
			background: none;
			padding: 20px 0 20px 0;
			margin: 0 auto 0 auto;
			position: relative;
			z-index: 9999;
			overflow: hidden;
		}

	#g_navi {
		background: none;
		padding: 0 0 0 0;
		position: relative;
	}
	#g_menu{
		padding: 0 0 0 0;
		width: 100%;
		background: none;
		position: relative;
		display: block !important;
		overflow: auto;
		overflow-x: auto;
		overflow-y: auto;
	}
	#g_menu .hdBox {
		padding: 5px 0 5px 0;
		border-bottom: none;
		z-index: 99;
		overflow: hidden;
	}
		#g_menu .hdBox2 {
			width: auto;
			background: none;
			padding: 0 0 0 0;
			overflow: auto;
			float: left;
			box-shadow: none;
		}
			#g_navi .btn {
				width: 90px;
				float: left;
			}
			#g_navi .logo {
				background: url(../img/nav_logo.svg) no-repeat center center;
				background-size: 100% auto;
				width: 169px;
				height: 41px;
				float: left;
				padding: 0 0 0 0;
				margin: 0 0 0 0;
			}
			#g_navi .logo a { height: 41px; display: block; }
			#g_navi .logo:hover { 
				opacity: 0.5;
				filter: alpha(opacity=50);
				-ms-filter: "alpha(opacity=50)";
				-moz-opacity: 0.5;
				-khtml-opacity: 0.5;
			}
			#g_navi .logo img { display: none; }
			
	#g_navi .navBox {
		width: 100%;
		margin: 0 0 0 0;
		overflow: hidden;
		border: none;
		background: none;
	}
	#g_navi .nav {
		width: auto;
		float: left;
		border: none;
		margin: 5px 0 0 25px;
	}
	#g_navi .nav li {
		color: #e3dac8;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: left;
		height: auto;
		border: none;
	}
	#g_navi .nav li img {
		display: none;
	}
	#g_navi .nav li a {
		display: block;
		height: 35px !important;
	}
	#g_navi .nav li:hover {
		opacity: 0.5 !important;
		filter: alpha(opacity=50) !important;
		-ms-filter: "alpha(opacity=50)" !important;
		-moz-opacity: 0.5 !important;
		-khtml-opacity: 0.5 !important;
	}
	
		#g_navi .nav li.nav_news {
			background: url(../img/nav_news.png) no-repeat center center;
			width: 96px;
			height: 35px;
			margin: 0 6px 0 0;
		}
			#g_navi .nav li.nav_news.cr,
			#g_navi .nav li.nav_news:hover {
				background: url(../img/nav_news_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_cm {
			background: url(../img/nav_cm.png) no-repeat center center;
			width: 49px;
			height: 35px;
			margin: 0 6px 0 0;
		}
			#g_navi .nav li.nav_cm.cr ,
			#g_navi .nav li.nav_cm:hover {
				background: url(../img/nav_cm_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_special {
			background: url(../img/nav_special.png) no-repeat center center;
			width: 108px;
			height: 35px;
			margin: 0 6px 0 0;
		}
			#g_navi .nav li.nav_special.cr,
			#g_navi .nav li.nav_special:hover {
				background: url(../img/nav_special_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_story {
			background: url(../img/nav_story.png) no-repeat center center;
			width: 108px;
			height: 35px;
			margin: 0 6px 0 0;
		}
			#g_navi .nav li.nav_story.cr,
			#g_navi .nav li.nav_story:hover {
				background: url(../img/nav_story_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_schedule {
			background: url(../img/nav_schedule.png) no-repeat center center;
			width: 182px;
			height: 35px;
			margin: 0 6px 0 0;
		}
			#g_navi .nav li.nav_schedule.cr,
			#g_navi .nav li.nav_schedule:hover {
				background: url(../img/nav_schedule_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_goods {
			background: url(../img/nav_goods.png) no-repeat center center;
			width: 68px;
			height: 35px;
			margin: 0 6px 0 0;
		}
			#g_navi .nav li.nav_goods.cr,
			#g_navi .nav li.nav_goods:hover {
				background: url(../img/nav_goods_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_faq {
			background: url(../img/nav_faq.png) no-repeat center center;
			width: 58px;
			height: 35px;
			margin: 0 6px 0 0;
		}
			#g_navi .nav li.nav_faq.cr,
			#g_navi .nav li.nav_faq:hover {
				background: url(../img/nav_faq_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_staff {
			background: url(../img/nav_staff.png) no-repeat center center;
			width: 127px;
			height: 35px;
			margin: 0 0 0 0;
		}
			#g_navi .nav li.nav_staff.cr,
			#g_navi .nav li.nav_staff:hover {
				background: url(../img/nav_staff_on.png) no-repeat center center;
			}
		#g_navi .nav li.nav_fb {
			background: url(../img/nav_fb.png) no-repeat center center;
			width: 37px;
			height: 37px;
			margin: 0 0 0 20px;
		}
		#g_navi .nav li.nav_tw {
			background: url(../img/nav_tw.png) no-repeat center center;
			width: 37px;
			height: 37px;
			margin: 0 0 0 0;
		}

#g_navi .nav li.nav_fb,
#g_navi .nav li.nav_tw { display: block;}

	#g_navi #menuBtn {
		display: none;
	}
	#g_navi #menuClose {
		display: none;
	}
	#g_navi .navi {
		display: none;
	}
					}/*====================*/


/*-----------------------------------------------------------
	#content setting
-----------------------------------------------------------*/
#content {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 30px 0;
	z-index: -1;
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	color: #ffffff;
}
	.inner #content{
		background: url(../img/bg_inner.png) no-repeat center top;
		background-size: 100% auto;
		
		
		padding: 140px 0 80px 0;
	}
	.inner #content h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	.contentWrap {
		max-width: 950px;
		overflow: hidden;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
		.contentBox {
			width: 90%;
			max-width: 950px;
			margin: 0 auto 0 auto;
			overflow: hidden;
		}
		.inner .contentBox {
			width: 90%;
			max-width: 560px;
			margin: 0 auto 0 auto;
			overflow: hidden;
		}

	.contentBox .bnr {
		width: 60%;
		max-width: 260px;
		margin: 0 auto 0 auto;
	}
	.contentBox .bnr2 {
		width: 60%;
		max-width: 46%;
		margin: 20px auto 0 auto;
	}
	.contentBox .btn2 {
width: 90%;
max-width: 260px;
margin: 15px 0 0 0;
text-align: left;
	}

	.contentBox .video {
		margin: 0 auto 0 auto;
		position: relative; 
		padding-bottom: 56.25%; 
		height: 0; 
		overflow: hidden; 
		max-width: 100%;
	}
	.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
		
.navArea { display: none; }
	

					/*===================sp=*/@media (min-width: 1000px) {
					
/*
.contentBox .video {
	width: 451px;
	height: 254px;
	margin: 0 auto 0 auto;
	position: relative; 
	padding-bottom: 0; 
	overflow: hidden; 
	max-width: auto;
}
*/
					}/*====================*/
					/*===================sp=*/@media screen and (max-width: 1020px) {
					
#content { font-size: 14px; }
.navArea { display: block; margin: 0 0 0 0; }

#contentinner { font-size: 14px; }

	.inner #content{
		padding: 20px 0 80px 0;
	}
	.inner .contentBox .txt {
		margin: 0 0 8% 0;
	}
	.contentWrap {
		width: 90%;
		margin: 0 auto 0 auto;
		padding: 8% 0 3% 0;
	}
		.contentWrap .contentBox {
			width: 90%;
			max-width: 860px;
			margin: 0 auto 0 auto;
			overflow: hidden;
		}
	.contentBox .bnr2 {
		width: 80%;
		max-width: 80%;
		margin: 20px auto 0 auto;
	}
					}/*====================*/
					
					
/*-----------------------------------------------------------
	mv setting
-----------------------------------------------------------*/
#main {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 80px 0 100px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: url(../img/mv_bg.png) no-repeat center bottom;
	background-size: 100% auto;
}
	#main .tit {
		width: 90%;
		max-width: 730px;
		margin: 50px auto 0 auto;
		line-height: 0;
	}
	#main .txt {
		width: 30%;
		max-width: 64px;
		margin: 60px auto 0 auto;
		line-height: 0;
	}

	/*----------------------------------#main setting SP----------*/
					@media screen and (max-width: 1020px) {
#main {
	padding: 5% 0 30px 0;
}
	#main .tit {
		margin: 5% auto 0 auto;
	}
	#main .txt {
		width: 8%;
		max-width: 8%;
		margin: 5% auto 0 auto;
	}
					}
					
/*----------------------------------btn setting----------*/
	ul.link2site {
		width: 100%;
		display: table;
		margin: 30px 0 0 0;
		padding: 0;
		list-style: none;
	}
	ul.link2site li {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	ul.link2site li:last-child{
		margin-right: 0;
	}
	ul.link2site li a {
		display: block;
		padding: 3% 0 4% 0;
		color: #fff;
		height: 20px;
		font-size: 13px;
		text-decoration: none;
		text-align: center;
		border-radius: 2px;
		line-height: 20px;
		font-weight: normal;
	}
	ul.link2site li.link-item-web a {
		background: #32b16c;
		font-size: 11px;
	}
	ul.link2site li.link-item-twitter a {
		background: #55acee;
	}
	ul.link2site li.link-item-twitter img {
		width: 10%;
		height: auto;
	}
	ul.link2site li.link-item-facebook a {
		background: #3b5a9a;
	}
	ul.link2site li.link-item-facebook img {
		width: 5%;
		height: auto;
	}
	ul.link2site li a:hover{
		opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
	}

	/*----------------------------------btn setting SP----------*/
					@media screen and (max-width: 860px) {
						
	ul.link2site {
		width: 90%;
		margin: 3% auto 0 auto;
	}
	
					}

/*----------------------------------twbox setting----------*/
.twbox {
	width: 520px;
	text-align: center;
	margin: 50px auto 20px auto;
}
.twbox h2 {
	width: 92px;
	margin: 0 auto 10px auto;
}

	@media (max-width: 860px) {
		.twbox {
			width: 84%;
			margin: 2% auto 5% auto;
		}
		.twbox h2 {
			width: 20%;
			margin: 0 auto 3% auto;
		}
	}
	
	


#comm {
	width: 90%;
	text-align: center;
	font-size: 18px;
	margin: 5% auto 3% auto;
	font-weight: bold;
}

	#comm p a {
		background: #ec0000;
		color: #ffffff;
		padding: 15px 15px 15px 15px; 
	}
	#comm p a:hover {
		text-decoration: none;
	}
	#comm p:hover {
		opacity: 0.7;
	}
	

	@media (max-width: 860px) {
#comm {
	width: 80%;
	text-align: center;
	font-size: 16px;
	margin: 5% auto 5% auto;
	font-weight: bold;
}
	#comm p a {
		font-size: 3.4vw;
	}
	}
	
	
/*-----------------------------------------------------------
	#story setting
-----------------------------------------------------------*/
#story {
	background: url(../img/line_02.png) no-repeat center top;
	
	width: 100%;
	position: relative;
	text-align: center;
	padding: 70px 0 80px;
}
	#story h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	#story .txtBox {
		font-size: 19px;
		line-height: 2.0;
		margin: 30px 0 0 0;
		color: #f0f0f0;
	}

					
					/*===================sp=*/@media screen and (max-width: 1020px) {
#story {
	padding: 35px 0 40px;
}
	#story .txtBox {
		font-size: 14px;
	}
					}/*====================*/
					

#photo {
	width: 100%;
	padding: 20px 0 0 0;
	overflow: hidden;
}
#photo .section_wrap {
	width: 100%;
	position: relative;
}
#photo .images {
	width: 100%;
	position: relative;
	height: 194px;
}
#photo ul {
	list-style: none;
	position: absolute;
	top: 0;
	
	left: 0;
	width: 5250px;
	height: 100%;
	margin-left: -150px;
}
#photo ul li {
	width: 280px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow:0px 0px 8px -2px #000000;
}
#photo ul li img {
	width: 100%;
	height: auto;
/* 	box-shadow: 0px 8px 15px 0px rgba(8, 1, 3, 0.5); */
}
#photo ul li:nth-child(1) { left: 0; }
#photo ul li:nth-child(2) { left: 330px; }
#photo ul li:nth-child(3) { left: 660px; }
#photo ul li:nth-child(4) { left: 990px; }
#photo ul li:nth-child(5) { left: 1320px; }
#photo ul li:nth-child(6) { left: 1650px; }
#photo ul li:nth-child(7) { left: 1980px; }
#photo ul li:nth-child(8) { left: 2310px; }
#photo ul li:nth-child(9) { left: 2640px; }
#photo ul li:nth-child(10) { left: 2970px; }
#photo ul li:nth-child(11) { left: 3300px; }
#photo ul li:nth-child(12) { left: 3630px; }
#photo ul li:nth-child(13) { left: 3960px; }
#photo ul li:nth-child(14) { left: 4290px; }
#photo ul li:nth-child(15) { left: 4620px; }
#photo ul li:nth-child(16) { left: 4950px; }
#photo ul li:nth-child(17) { left: 5280px; }


#photo .loopanime {
	-webkit-animation: image_list_animation 60s linear infinite;
    animation: image_list_animation 50s linear infinite;
}
@-webkit-keyframes image_list_animation {
    0%{ transform: translateX(0%); }
    100%{ transform: translateX(-5250px); }
}
@keyframes image_list_animation {
    0%{ transform: translateX(0%); }
    100%{ transform: translateX(-5250px); }
}

					/*===================sp=*/@media screen and (max-width: 860px) {

					}/*====================*/

/*-----------------------------------------------------------
	#play setting
-----------------------------------------------------------*/
#play {
	background: url(../img/line_02.png) no-repeat center top;
	
	width: 100%;
	position: relative;
	text-align: center;
	padding: 70px 0 80px;
}
	#play h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	#play ul {
		width: 90%;
		max-width: 780px;
		margin: 50px auto 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}
	#play ul li {
		width: 360px;
		background: #000000;
		margin: 0 0 30px 0;
		box-shadow: 0 0 10px rgba(20, 192, 204, 0.70);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
	}
		#play ul li p {
			line-height: 0;
		}
		
	#play .txt {
		width: 80%;
		max-width: 543px;
		margin: 30px auto 0 auto;
	}

					
					/*===================sp=*/@media screen and (max-width: 1020px) {
#play {
	padding: 35px 0 40px;
}
	#play ul {
		width: 90%;
		display: block;
		margin-top: 5%;
	}
	#play ul li {
		width: 90%;
		margin: 0 auto 20px auto;
	}

					}/*====================*/
					
					
/*-----------------------------------------------------------
	#news setting
-----------------------------------------------------------*/
#news {
	background: url(../img/line_02.png) no-repeat center top;
	
	width: 100%;
	position: relative;
	text-align: center;
	padding: 70px 0 70px 0;
}
	#news h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	#news ul {
		margin: 30px auto 0 auto;
	}
		#news ul li {
			font-size: 18px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content:         center;
		}
		#news ul .date { color: #1ae3f0; font-weight: bold; }
		#news ul .txt { color: #f2f0e5; margin: 0 0 0 20px; }
		#news ul a {
			text-decoration: underline;
		}
		#news ul a:hover {
			text-decoration: none;
		}
					
					/*===================sp=*/@media screen and (max-width: 1020px) {
#news {
	padding: 35px 0 40px;
}
		#news ul li {
			font-size: 14px;
		}
					}/*====================*/
					
					


/*-----------------------------------------------------------
	#cm setting
-----------------------------------------------------------*/
#cm {
	background: url(../img/line_02.png) no-repeat center top;
	
	width: 100%;
	position: relative;
	text-align: center;
	padding: 70px 0 70px 0;
}
	#cm h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	#cm .txtBox {
		width: 40%;
		max-width: 123px;
		margin: 30px auto 0 auto;
	}
	#cm .movieBox {
		width: 100%;
		max-width: 800px;
		margin: 30px auto 0 auto;
	}
					
					/*===================sp=*/@media screen and (max-width: 1020px) {
#cm {
	padding: 35px 0 40px;
}
	#cm .txtBox {
		width: 30%;
		max-width: 30%;
		margin: 30px auto 0 auto;
	}
					}/*====================*/
					

/*-----------------------------------------------------------
	special setting
-----------------------------------------------------------*/
.top #lead {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0 0 20px 0;
}
.top #special {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0 0 70px 0;
}
	.top #lead h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	.top #lead .tit {
		font-size: 33px;
		color: #fe2f38;
		margin: 0 auto 20px auto;
		font-weight: bold;
		font-style: italic;
	}
	.top #lead .txtBox {
		text-align: center;
		font-size: 18px;
		margin: 30px auto 0 auto;
	}
	.top #lead .txtBox .note {
		font-size: 12px;
		color: rgba(152, 170, 171, 0.92);
		line-height: 1.6;
	}
	
	.top #special ul {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		margin: 40px auto 0 auto;
	}
	.top #special ul li {
		width: 46%;
		margin: 0 1% 10px 1%;
		position: relative;
	}
	.top #special ul li.l {
		width: 46%;
		margin: 0 1% 0 1%;
		position: relative;
	}
	.top #special ul li .new {
		position: absolute;
		width: 8%;
		left: 1%;
		top: 2%;
		z-index: 10;
	}
	.top #special ul li.n:hover {
		opacity: 0.5;
	}
					
					/*===================sp=*/@media screen and (max-width: 1020px) {
.top #special {
	padding: 0 0 40px;
}
	.top #lead .tit {
		font-size: 4.4vw;
		line-height: 1.4;
		text-align: center;
	}
	.top #lead .txtBox {
		text-align: left;
		font-size: 14px;
	}
	.top #special ul {
		width: 100%;
		display: block;
		margin: 8% auto 0 auto;
	}
	.top #special ul li {
		width: 90%;
		max-width: 300px;
		margin: 0 auto 0 auto;
	}
	.top #special ul li.l {
		width: 91%;
		max-width: 310px;
		padding: 0 0 0 10px;
		margin: 0 auto 0 auto;
	}
					}/*====================*/
					
					

/*-----------------------------------------------------------
	#schedule setting
-----------------------------------------------------------*/
#schedule {
	background: url(../img/line_02.png) no-repeat center top;
	
	width: 100%;
	position: relative;
	text-align: center;
	padding: 70px 0 70px 0;
}
	#schedule h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	#schedule .scheduleList {
		width: 100%;
		max-width: 950px;
		margin: 40px auto 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}
		#schedule .scheduleList li {
			width: 25%;
			max-width: 220px;
			padding: 0 0 0 0;
			margin: 0 0 30px 0;
			background: rgba(35, 134, 168, 0.40);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			position: relative;
		}
		#schedule .scheduleList li a:hover {
			text-decoration: none;
		}
		#schedule .scheduleList li:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
			-ms-filter: "alpha(opacity=70)";
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
		}
		#schedule .scheduleList li.off:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
			-ms-filter: "alpha(opacity=70)";
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
		}
		#schedule .scheduleList li.off {
			background: rgba(23, 89, 112, 0.4);
			opacity: 0.7;
			filter: alpha(opacity=70);
			-ms-filter: "alpha(opacity=70)";
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
		}
		#schedule .scheduleList li.end {
			background: rgba(23, 89, 112, 0.4);
			opacity: 0.7;
			filter: alpha(opacity=70);
			-ms-filter: "alpha(opacity=70)";
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
		}
			#schedule .scheduleList li .place {
				margin: 20px 0 0 0;
				font-size: 32px;
				text-shadow: 0 0 8px #1ae3f0;
			}
			#schedule .scheduleList li .park {
				font-size: 17px;
				font-weight: bold;
				margin: 15px 0 0 0;
			}
			#schedule .scheduleList li .date {
				font-size: 17px;
				font-weight: bold;
			}
			#schedule .scheduleList li .icon {
				width: 34%;
				position: absolute;
				left: -1px;
				top: -1px;
			}
			#schedule .scheduleList li .btn {
				width: 70%;
				margin: 40px auto 15px auto;
				padding: 5px 0 5px 0;
				background: rgba(248, 248, 248, 0.2);
				color: rgba(255, 255, 255, 0.30);
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
			}
			#schedule .scheduleList li a .btn {
				width: 70%;
				margin: 40px auto 15px auto;
				padding: 5px 0 5px 0;
				background: rgba(3, 0, 0, 0.30);
				color: #1ae3f0;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
			}

					
					/*===================sp=*/@media screen and (max-width: 1020px) {
#schedule {
	padding: 35px 0 20px;
}
		#schedule .scheduleList li {
			width: 48%;
			max-width: 48%;
			margin-bottom: 20px;
		}
			#schedule .scheduleList li .place {
				font-size: 20px;
			}
			#schedule .scheduleList li .park {
				font-size: 14px;
			}
			#schedule .scheduleList li .date {
				font-size: 14px;
			}
			#schedule .scheduleList li .btn {
				margin: 15px auto 15px auto;
			}
			#schedule .scheduleList li a .btn {
				margin: 15px auto 15px auto;
			}
			
					}/*====================*/
					
					

/*-----------------------------------------------------------
	#game setting
-----------------------------------------------------------*/
#game {
	background: url(../img/line_02.png) no-repeat center top;
	
	width: 100%;
	position: relative;
	text-align: center;
	padding: 70px 0 70px 0;
}
	#game h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
		#game .colBox {
			max-width: 1020px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			margin: 40px auto 0 auto;
		}
			#game .colBox .movieBox {
				width: 47%;
				margin: 0 3% 0 0;
			}
			#game .colBox .txtBox {
				width: 47%;
				margin: 0 0 0 3%;
			}
				#game .colBox .txtBox .logo {
					width: 30%;
					max-width: 130px;
					margin: 0 auto 5% auto;
				}
				#game .colBox .txtBox .txt {
					line-height: 1.8;
					font-size: 16px;
					text-align: left;
				}

					/*===================sp=*/@media screen and (max-width: 1020px) {
#game {
	padding: 35px 0 40px;
}
						
		#game .colBox {
			display: block;
		}
					#game .colBox .movieBox {
						width: 100%;
						margin: 0 0 0 0;
					}
				#game .colBox .movieBox h2 {
					width: 50%;
					margin: 8% 0 5% 5%;
				}

	#game .contentBox .video {
		max-width: 100%;
		margin-top: 0;
	}
			#game .colBox .txtBox {
				width: 100%;
				margin: 0 auto 0 auto;
			}
				#game .colBox .txtBox .logo {
					width: 30%;
					margin: 10% auto 5% auto;
				}
				#game .colBox .txtBox .txt {
					color: #ffffff;
					line-height: 1.6;
					font-size: 14px;
				}
					}/*====================*/
					

/*-----------------------------------------------------------
	#about setting
-----------------------------------------------------------*/
#about {
	background: url(../img/line_02.png) no-repeat center top;
	
	width: 100%;
	position: relative;
	text-align: center;
	padding: 70px 0 70px 0;
}
	#about h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
		#about .colBox {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			margin: 40px 0 0 0;
		}
			#about .colBox .imgBox {
				width: 47%;
				margin: 0 3% 0 0;
			}
			#about .colBox .txtBox {
				width: 47%;
				margin: 0 0 0 3%;
			}
				#about .colBox .txtBox .txt {
					line-height: 1.8;
					font-size: 16px;
					text-align: left;
				}
					
					/*===================sp=*/@media screen and (max-width: 1020px) {
#about {
	padding: 35px 0 40px;
}
		#about .colBox {
			display: block;
		}
					#about .colBox .imgBox {
						width: 100%;
						margin: 0 0 0 0;
					}

	#about .contentBox .img {
		max-width: 100%;
		margin-top: 0;
	}
			#about .colBox .txtBox {
				width: 100%;
				margin: 5% auto 0 auto;
			}
				#about .colBox .txtBox .logo {
					width: 30%;
					margin: 10% auto 5% auto;
				}
				#about .colBox .txtBox .txt {
					color: #ffffff;
					line-height: 1.6;
					font-size: 14px;
				}
					}/*====================*/
					
					

/*-----------------------------------------------------------
	FAQ setting
-----------------------------------------------------------*/
.faq {

}

#attention {
	background: url(../img/line_02.png) no-repeat center top;
	width: 100%;
	padding: 60px 0 0 0;
}
#faq {
	background: url(../img/line_02.png) no-repeat center top;
	width: 100%;
	padding: 60px 0 0 0;
}
	.faq .btnBox {
		width: 100%;
		margin: 50px 0 0 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}
		.faq .btnBox .btn {
			width: 48%;
			background: rgba(35, 134, 168, 0.40);
			color: #1ae3f0;
			text-align: center;
			padding: 5px 0 5px 0;
			display: block;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		}

			.faq .btnBox .btn a {
				display: block;
				color: #1ae3f0;
			}
			.faq .btnBox .btn a:hover {
				text-decoration: none;
			}
			.faq .btnBox .btn:hover {
				opacity: 0.7;
				filter: alpha(opacity=70);
				-ms-filter: "alpha(opacity=70)";
				-moz-opacity: 0.7;
				-khtml-opacity: 0.7;
			}
			
	.faq .faqWrap {
		margin: 80px auto 0 auto;
	}
		.faq .faqWrap h3 {
			width: 100%;
			font-size: 25px;
			margin: 0 auto;
			text-align: center;
		}
		.faq .faqWrap h4 {
			width: 100%;
			font-size: 18px;
			margin: 30px auto 0 auto;
			color: #ffe682;
		}
		.faq .faqWrap h5 {
			width: 100%;
			font-size: 16px;
			margin: 30px auto 0 auto;
			color: #ffe682;
		}
		.faq .faqWrap ul {
			width: 100%;
			margin: 3% auto 0 auto;
		}
			.faq .faqWrap ul li {
				margin: 0 0 20px 0;
			}
			.faq .faqWrap ul li .q {
				font-size: 20px;
				color: #ffe682;
				font-weight: bold;
				display: block;
				padding-left: 2em;
				margin: 0 0 2% 0;
			}
			.faq .faqWrap ul li .q::before {
				content: "Q：";
				display: block;
				float: left;
				margin-left: -2em;
				width: 2em;
				text-align: center;
			}
			.faq .faqWrap ul li .a {
				font-size: 16px;
				line-height: 1.8;
				color: #FFFFFF;
				display: block;
				padding-left: 2.5em;
			}
			.faq .faqWrap ul li .a::before {
				content: "A：";
				font-size: 20px;
				font-weight: bold;
				display: block;
				float: left;
				margin-left: -2em;
				margin-top: -3px;
				width: 2em;
				text-align: center;
			}
			.faq .faqWrap ul li .n {
				font-size: 16px;
				line-height: 1.8;
				display: block;
				padding-left: 1em;
			}
			.faq .faqWrap ul li .n::before {
				content: "・";
				font-size: 16px;
				font-weight: bold;
				display: block;
				float: left;
				margin-left: -1em;
				width: 1em;
				text-align: center;
			}

					/*===================sp=*/@media screen and (max-width: 1020px) {
	#faq h2 {
		width: 16%;
		margin: 0 auto 0 auto;
	}
		.faq .faqWrap h4 {
			font-size: 14px;
		}
	.faq .btnBox {
		margin: 3% 0 0 0;
	}
	.faq h3 img {
		width: 100%;
	}
	.faq .faqWrap {
		margin: 40px auto 0 auto;
	}
		.faq .faqWrap ul {
			width: 100%;
		}
			.faq .faqWrap ul li .q {
				font-size: 14px;
			}
			.faq .faqWrap ul li .a {
				font-size: 14px;
				padding-left: 2em;
			}
			.faq .faqWrap ul li .a::before {
				font-size: 14px;
				margin-left: -2em;
				margin-top: 0;
			}
			.faq .faqWrap ul li .n {
				font-size: 14px;
			}
			.faq .faqWrap ul li .n::before {
				font-size: 14px;
			}
					}/*====================*/
					


/*-----------------------------------------------------------
	STAFF setting
-----------------------------------------------------------*/
.staff {

}

#staff {
	background: url(../img/line_02.png) no-repeat center top;
	width: 100%;
	padding: 60px 0 0 0;
	margin: 30px auto 0 auto;
}

	.staff .staffWrap {
		margin: 0 auto 80px auto;
	}
		.staff .staffWrap h3 {
			width: 100%;
			font-size: 25px;
			margin: 0 auto;
			text-align: center;
		}
		.staff .staffWrap h4 {
			width: 100%;
			font-size: 18px;
			margin: 10px auto 0 auto;
			color: #ffe682;
		}
		.staff .staffWrap p {
			margin: 20px auto 0 auto;
		}
		.staff .staffWrap ul {
			width: 100%;
			margin: 3% auto 0 auto;
		}
			.staff .staffWrap ul li {
				margin: 0 0 20px 0;
			}
			.staff .staffWrap ul li .q {
				font-size: 20px;
				color: #ffe682;
				font-weight: bold;
				display: block;
				padding-left: 2em;
				margin: 0 0 2% 0;
			}
			.staff .staffWrap ul li .q::before {
				content: "Q：";
				display: block;
				float: left;
				margin-left: -2em;
				width: 2em;
				text-align: center;
			}
			.staff .staffWrap ul li .a {
				font-size: 16px;
				line-height: 1.8;
				color: #FFFFFF;
				display: block;
				padding-left: 2.5em;
			}
			.staff .staffWrap ul li .a::before {
				content: "A：";
				font-size: 20px;
				font-weight: bold;
				display: block;
				float: left;
				margin-left: -2em;
				margin-top: -3px;
				width: 2em;
				text-align: center;
			}
			.staff .staffWrap ul li .n {
				font-size: 16px;
				line-height: 1.8;
				display: block;
				padding-left: 1em;
			}
			.staff .staffWrap ul li .n::before {
				content: "・";
				font-size: 16px;
				font-weight: bold;
				display: block;
				float: left;
				margin-left: -1em;
				width: 1em;
				text-align: center;
			}

					/*===================sp=*/@media screen and (max-width: 1020px) {

	#staff h2 {
		width: 16%;
		margin: 0 auto 0 auto;
	}
		.staff .staffWrap h4 {
			font-size: 14px;
		}
	.staff .btnBox {
		margin: 3% 0 0 0;
	}
	.staff h3 img {
		width: 100%;
	}
	.staff .staffWrap {
		margin: 0 auto 40px auto;
	}
		.staff .staffWrap ul {
			width: 100%;
		}
			.staff .staffWrap ul li .q {
				font-size: 14px;
			}
			.staff .staffWrap ul li .a {
				font-size: 14px;
				padding-left: 2em;
			}
			.staff .staffWrap ul li .a::before {
				font-size: 14px;
				margin-left: -2em;
				margin-top: 0;
			}
			.staff .staffWrap ul li .n {
				font-size: 14px;
			}
			.staff .staffWrap ul li .n::before {
				font-size: 14px;
			}
					}/*====================*/
					
					
					
/*-----------------------------------------------------------
	goods setting
-----------------------------------------------------------*/
.goods {

}
#goods {
	width: 100%;
	padding: 0 0 0 0;
	margin: 10px auto 0 auto;
}
	.goods .goodsWrap {
		width: 100%;
		max-width: 1020px;
		margin: 0 auto 0 auto;
	}

	.goods .goodsWrap ul li {
		background: url(../img/line_02.png) no-repeat center bottom;
		padding: 30px 0 30px 0;
		display: -webkit-flex; /* Safari */
		display: flex;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
		-webkit-align-items: center; /* Safari */
		align-items:         center;
			min-height: 270px;
	}
			.goods .goodsWrap ul li.goods02 .txtBox,
			.goods .goodsWrap ul li.goods04 .txtBox,
			.goods .goodsWrap ul li.goods06 .txtBox {
				-webkit-order: -1; /* Safari */
				order:         -1;
			}
			.goods .goodsWrap ul li.goods05 {
				background: none;
				margin-bottom: 0;
			}
			
		.goods .goodsWrap ul li .img {
			width: 50%;
		}
		.goods .goodsWrap ul li .txtBox {
			width: 42%;
			-webkit-order: 2; /* Safari */
			order:         2;
			padding: 0 4% 0 4%;
		}
			.goods .goodsWrap ul li .txtBox .tit {
				font-size: 25px;
				color: #abebef;
				line-height: 1.1;
				font-weight: bold;
			}
				.goods .goodsWrap ul li .txtBox .tit span {
					font-size: 15px;
				}
			.goods .goodsWrap ul li .txtBox .price {
				font-size: 18px;
				color: #ffffff;
				margin: 20px 0 0 0;
			}
			.goods .goodsWrap ul li .txtBox .txt {
				font-size: 18px;
				color: #ffffff;
				line-height: 1.6;
				margin: 20px 0 0 0;
			}

					/*===================sp=*/@media screen and (max-width: 1020px) {

#goods {
	margin: 0 auto 0 auto;
}
		.goods .goodsWrap ul li {
			padding: 5% 0 10% 0;
			display: block;
		}
		.goods .goodsWrap ul li .img {
			width: 90%;
			margin: 0 auto 0 auto;
		}
		.goods .goodsWrap ul li .txtBox {
			width: 92%;
			padding: 0 4% 0 4%;
		}
			.goods .goodsWrap ul li .txtBox .tit {
				font-size: 16px;
				line-height: 1.4;
				margin-top: 5%;
			}
				.goods .goodsWrap ul li .txtBox .tit span {
					font-size: 14px;
				}
			.goods .goodsWrap ul li .txtBox .price {
				font-size: 14px;
				color: #ffffff;
				margin: 20px 0 0 0;
			}
			.goods .goodsWrap ul li .txtBox .txt {
				font-size: 14px;
				color: #ffffff;
				line-height: 1.6;
				margin: 20px 0 0 0;
			}

					}/*====================*/
					
					

/*-----------------------------------------------------------
	special setting
-----------------------------------------------------------*/
.special {
}

.special #content .cstxt {
	width: 90%;
	max-width: 630px;
	margin: 50px auto 0 auto;
}

.special #special {
	width: 100%;
	padding: 0 0 0 0;
	margin: 10px auto 0 auto;
}
	.inner.special .contentBox {
		max-width: 648px;
	}
	.special #special h2 {
		width: 100%;
		max-width: 651px;
		line-height: 0;
		margin: 0 auto 0 auto;
	}
	.special .specialWrap {
		margin: 30px auto 30px auto;
	}
	
		.special .specialWrap .img {
			margin: 50px auto 0 auto;
		}
		
		.special .specialWrap .img.ob {
			max-width: 448px;
			margin: 50px auto 0 auto;
		}
		
		.special .specialWrap h4 {
			line-height: 1.4;
			font-size: 35px;
		}
		.special .specialWrap .txtBox {
			width: 90%;
			max-width: 560px;
			margin: 50px auto 0 auto;
			padding: 0 0 50px 0;
			text-align: left;
			font-size: 18px;
			color: #ffffff;
		}
		.special .specialWrap .txtBox p {
			margin: 30px auto 0 auto;
			line-height: 1.4;
		}
		.special .specialWrap .txtBox .txt00 {
			color: #1ae3f0;
		}
		.special .specialWrap .txtBox .txt01 span {
			color: #9cebe3;
		}
		.special .specialWrap .txtBox .txt02 span {
			color: #92d992;
		}
		.special .specialWrap .txtBox .txt03 span {
			color: #eaa2a2;
		}
		.special .specialWrap .txtBox .txt04 span {
			color: #ddd972;
		}
		.special .specialWrap .txtBox .txt05 span {
			color: #d776e9;
		}
		.special .specialWrap .txtBox .txt06 span {
			color: #c9c9c9;
		}


					/*===================sp=*/@media screen and (max-width: 1020px) {

	.special .specialWrap {
		margin: 5% auto 5% auto;
	}
		.special .specialWrap .img {
			margin: 5% auto 0 auto;
		}
		.special .specialWrap .img.ob {
			max-width: 50%;
			margin: 5% auto 0 auto;
		}
		.special .specialWrap h4 {
			line-height: 1.4;
			font-size: 20px;
		}
		.special .specialWrap .txtBox {
			margin: 5% auto 0 auto;
			padding: 0 0 5% 0;
			font-size: 14px;
		}
		.special .specialWrap .txtBox p {
			margin: 5% auto 0 auto;
		}

					}/*====================*/




/*----------------------------------formBox setting----------*/
#questionnaire {
	margin-top: 8%;
	margin-bottom: 8%;
}

.formBox {
	width: 100%;
	margin: 0 auto 8% auto;
}
.formBox .fBox {
}
	.formBox h1 {
		margin: 0 0 4% 0;
	}
			.formBox form .note {
				font-size: 12px;
				line-height: 1.5;
				font-weight: normal;
				margin: 1% 0 2% 0;
				color: #98aaab;
			}
			.formBox form .note span {
				color: #eb1004;
			}
			.required {
				color: #eb1004;
			}
			.formBox form .q {
				font-size: 14px;
				line-height: 1.5;
				color: #ffffff;
				font-weight: bold;
				margin: 8% 0 4% 0;
			}
			.formBox form .a {
				width: 100%;
				font-size: 14px;
				line-height: 1.6;
				padding: 0 2px 0 0;
				margin: 0 0 0 0;
				overflow: hidden;
				color: #ffffff;
			}
				.formBox form table {
					width: 99%;
				}
				.formBox form .w50 select {
					width: 30%;
				}
				.formBox form input[type="text"] {
					width: 96%;
					border: 0;
					padding: 5px 2% 5px 2%;
					color: #98aaab;
					font-size: 14px;
					margin: 0 0 0 0;
					background: #000000;
					border: 1px solid #98aaab;
					outline: none;
				}
				.formBox form input.typeB[type="text"] {
					width: 96%;
					border: 0;
					padding: 5px 2% 5px 2%;
					color: #98aaab;
					font-size: 14px;
					margin: 0 0 5% 0;
					outline: none;
					border: 1px dotted #98aaab;
				}
				.formBox textarea {
					width: 96%;
					border: 0;
					outline: none;
					padding: 5px 2% 5px 2%;
					color: #98aaab;
					font-size: 14px;
					margin: 0 0 0 0;
					background: #000000;
					border: 1px solid #98aaab;
				}
				.formBox input[type="radio"] {
					display: none;
					outline: none;
				}
				.formBox input[type="radio"] + label {
					position: relative;
					display: inline-block;
					padding: 0 3px 3px 30px;
					cursor: pointer;
					float: left;
					margin: 0 20px 10px 0;
					outline: none;
				}
				.formBox input[type="radio"] + label.fc {
					clear: left;
				}
				.formBox input[type="radio"] + label::before {
					position: absolute;
					content: '';
					top: 50%;
					left: 0;
					width: 20px;
					height: 20px;
					margin-top: -13px;
					background: #000000;
					border: 1px solid #98aaab;
					border-radius: 100%;
				}
				.formBox input[type="radio"]:checked + label::after {
					position: absolute;
					content: '';
					top: 50%;
					left: 3px;
					width: 16px;
					height: 16px;
					margin-top: -10px;
					background: #98aaab;
					border-radius: 100%;
				}
				
				.formBox input[type="checkbox"] {
					display: none;
				}
				.formBox input[type="checkbox"] + label {
					width: 100%;
					position: relative;
					display: inline-block;
					padding: 0 3px 0 30px;
					cursor: pointer;
					font-size: 14px;
					margin: 5px 20px 8px 0;
				}
				.formBox input[type="checkbox"] + label.fc {
					width: auto;
				}
				.formBox input[type="checkbox"] + label::before {
					position: absolute;
					content: '';
					top: 50%;
					left: 0;
					width: 20px;
					height: 20px;
					margin-top: -11px;
					background: #000000;
					border: 1px solid #98aaab;
					border-radius: 0%;
				}
				.formBox input[type="checkbox"]:checked + label::after {
					position: absolute;
					content: '';
					top: 0;
					left: 2px;
					width: 15px;
					height: 6px;
					border-left: 4px solid #98aaab;
					border-bottom: 4px solid #98aaab;
					-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}
				.formBox select {
					outline: none;
					width: 100%;
					min-height: 30px;
					padding: 3px 2% 3px 2%;
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					font-size: 14px;
					border: 1px solid #98aaab;
					background: #000000;
					background: url(../img/arrow_01.png) right 50% no-repeat;
					background: url(../img/arrow_01.png) right 50% no-repeat;
					background-size: 33px, 100%;
					color: #98aaab;
				}
				.formBox select option {
					background: #000000;
				}
				
				.formBox #mailBox {
					background: rgba(204,118,0,0.14);
					padding: 30px 5% 30px 5%;
					margin: 80px auto 0 auto;
				}
				.formBox #mailBox .tit {
					text-align: center;
					font-weight: bold;
					margin: 0 0 0 0 !important;
					font-size: 16px;
				}
				.formBox #mailBox .txt {
					text-align: center;
					margin: 5px auto 15px auto;
				}
				.formBox #mailBox .q {
					margin: 15px 0 0 0;
				}
				.formBox #mailBox .a input {
					width: 96%;
					margin: 5px 0 0 0;
					outline: none;
				}
				.formBox #mailBox .note {
					margin: 20px 0 0 0;
				}
				.formBox .privacyBox {
					margin: 50px auto 0 auto;
					text-align: center;
					font-size: 12px;
					line-height: 1.6;
				}
				.formBox #submitBtn {
					background: url(../../q/img/btn_send.png) no-repeat center center;
					background-size: 200px auto;
					margin: 50px auto 0 auto;
					border: none;
					outline: none;
					width: 100%;
					height: 49px;
					text-align: center;
					cursor: pointer;
				}
				.formBox .align-center {
					text-align: center;
					margin: 30px 0 0 0;
				}
				.formBox input[type="submit"] {
					border: none;
					outline: none;
					width: 50%;
					color: #ffffff;
					text-align: center;
					background:  rgba(27, 226, 240, 0.30);
					cursor: pointer;
					font-size: 20px;
					font-weight: bold;
					font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
					padding: 2% 10px 2% 10px;
					margin: 0 auto 0 auto;
				}
				.formBox input[type="submit"][disabled]{
					opacity: 0.5;
				}
				.formBox #submit:hover {
					opacity: 0.5;
				}
				.formBox .resultBox {
				}
				.formBox .result {
					text-align: center;
					font-size: 16px;
					line-height: 1.8;
					margin: 10% auto 10% auto;
				}
				.formBox .btn {
					margin: 8% auto 0 auto;
					border: none;
					outline: none;
					width: 100%;
					text-align: center;
					background: #98aaab;
					cursor: pointer;
					font-size: 20px;
					font-weight: bold;
					color: #000000;
					padding: 5% 0 5% 0;
				}
				.formBox a {
					width: 100%;
					height: 100%;
					display: block;
					color: #000000;
				}
				.formBox a:hover {
					text-decoration: none;
				}
				.formBox #submitBtn:hover {
					opacity: 0.5;
				}

				
										@media (min-width: 1000px) {
											
#questionnaire {
	margin-top: 0;
	margin-bottom: 0;
}

.formBox {
	width: 560px;
	margin: 0 auto 80px auto;
}
		.formBox form {
			margin: 20px auto 0 auto;
		}
			.formBox form .note {
				font-size: 14px;
				line-height: 1.5;
				font-weight: normal;
				margin: 15px 0 15px 0;
			}
			.formBox form .q {
				font-size: 18px;
				line-height: 1.5;
				margin: 50px 0 10px 0;
			}
			.formBox form .a {
				width: 100%;
				font-size: 18px;
				line-height: 1.6;
				padding: 0 0 0 0;
				margin: 0 0 0 0;
				overflow: hidden;
			}
				.formBox form .w50 select {
					width: 20%;
				}
				.formBox form input[type="text"] {
					width: 538px;
					border: 0;
					padding: 5px 10px 5px 10px;
					color: #ffffff;
					font-size: 18px;
					margin: 0 0 0 0;
					background: #000000;
					border: 1px solid #98aaab;
				}
				.formBox form input.typeB[type="text"] {
					width: 508px;
					border: 0;
					padding: 5px 10px 5px 10px;
					color: #ffffff;
					font-size: 18px;
					margin: 0 0 12px 30px;
					outline: none;
					border: 1px dotted #98aaab;
				}
				.formBox textarea {
					width: 538px;
					border: 0;
					outline: none;
					padding: 5px 10px 5px 10px;
					color: #d8d8d8;
					font-size: 18px;
					margin: 0 0 0 0;
					background: #000000;
					border: 1px solid #98aaab;
				}
				.formBox input[type="radio"] {
					display: none;
					outline: none;
				}
				.formBox input[type="radio"] + label {
					position: relative;
					display: inline-block;
					padding: 0 3px 3px 30px;
					cursor: pointer;
					float: left;
					margin: 0 20px 10px 0;
					outline: none;
				}
				.formBox input[type="radio"] + label.fc {
					clear: left;
				}
				.formBox input[type="radio"] + label::before {
					position: absolute;
					content: '';
					top: 50%;
					left: 0;
					width: 20px;
					height: 20px;
					margin-top: -13px;
					background: #000000;
					border: 1px solid #98aaab;
					border-radius: 100%;
				}
				.formBox input[type="radio"]:checked + label::after {
					position: absolute;
					content: '';
					top: 50%;
					left: 3px;
					width: 16px;
					height: 16px;
					margin-top: -10px;
					background: #98aaab;
					border-radius: 100%;
				}
				
				.formBox input[type="checkbox"] {
					display: none;
				}
				.formBox input[type="checkbox"] + label {
					width: 100%;
					position: relative;
					display: inline-block;
					padding: 0 3px 0 30px;
					cursor: pointer;
					font-size: 18px;
					margin: 5px 20px 8px 0;
				}
				.formBox input[type="checkbox"] + label.fc {
					width: auto;
				}
				.formBox input[type="checkbox"] + label::before {
					position: absolute;
					content: '';
					top: 50%;
					left: 0;
					width: 20px;
					height: 20px;
					margin-top: -11px;
					background: #000000;
					border: 1px solid #98aaab;
					border-radius: 0%;
				}
				.formBox input[type="checkbox"]:checked + label::after {
					position: absolute;
					content: '';
					top: 7px;
					left: 2px;
					width: 15px;
					height: 6px;
					border-left: 4px solid #98aaab;
					border-bottom: 4px solid #98aaab;
					-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}
				.formBox select {
					outline: none;
					width: 100%;
					min-height: 30px;
					padding: 3px 10px 3px 10px;
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					font-size: 15px;
					border: 1px solid #98aaab;
					background: #000000 url(../img/arrow_01.png) right 50% no-repeat;
					background: #000000 url(../img/arrow_01.png) right 50% no-repeat;
					background-size: 33px, 100%;
					color: #d8d8d8;
				}
				.formBox #mailBox {
					background: rgba(204,118,0,0.14);
					padding: 30px 30px 30px 30px;
					margin: 80px auto 0 auto;
				}
				.formBox #mailBox .tit {
					text-align: center;
					font-weight: bold;
					margin: 0 0 0 0 !important;
					font-size: 20px;
				}
				.formBox #mailBox .txt {
					text-align: center;
					margin: 5px auto 15px auto;
				}
				.formBox #mailBox .q {
					margin: 15px 0 0 0;
				}
				.formBox #mailBox .a input {
					width: 478px;
					margin: 5px 0 0 0;
					outline: none;
				}
				.formBox #mailBox .note {
					margin: 20px 0 0 0;
				}
				.formBox .privacyBox {
					margin: 50px auto 0 auto;
					text-align: center;
					font-size: 14px;
					line-height: 1.6;
				}
				.formBox #submitBtn {
					background-size: 283px auto;
					margin: 50px auto 0 auto;
					border: none;
					outline: none;
					width: 100%;
					height: 70px;
					text-align: center;
					cursor: pointer;
				}
				.formBox #submitBtn:hover {
					opacity: 0.5;
				}
				.formBox .resultBox {
					min-height: 700px;
				}
				.formBox .result {
					text-align: center;
					font-size: 16px;
					line-height: 1.8;
					margin: 100px auto 100px auto;
				}
				.formBox .btn {
					margin: 50px auto 0 auto;
					border: none;
					outline: none;
					width: 100%;
					height: 50px;
					text-align: center;
					background: #98aaab;
					cursor: pointer;
					font-size: 20px;
					font-weight: bold;
					color: #ffffff;
					line-height: 50px;
					padding: 0 0 0 0;
				}
				.formBox #submitBtn:hover {
					opacity: 0.5;
				}
										}

/*-----------------------------------------------------------
	#introduction setting
-----------------------------------------------------------*/
#introduction {
}
	.inner.special #introduction .contentBox {
		max-width: 954px;
	}
	#introduction h2 {
	}
	
	.introductionWrap {
		background: url(../img/introduction_bg.png) no-repeat center top;
		background-size: 100% 100%;
		margin: 50px auto 0 auto;
	}
		
	#introduction .txt {
		width: 100%;
		line-height: 0;
	}

					
					/*===================sp=*/@media screen and (max-width: 1020px) {
#introduction {
	padding: 0 0 0 0;
}
	.inner #content
	.introductionWrap {
		margin-top: 5%;
	}
	.introductionWrap {
		background: none;
	}
	#introduction .txt {
		margin-bottom: 0;
	}

					}/*====================*/
					
/*-----------------------------------------------------------
	.schedule setting
-----------------------------------------------------------*/
.schedule {

}
	.schedule h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	.schedule .contentBox {
		max-width: 950px;
		margin: 0 auto 0 auto;
	}
	#details {
		background: url(../img/line_02.png) no-repeat center bottom;
		padding: 0 0 100px 0;
	}
		#details .detailsBox {
			margin: 50px auto 0 auto;
			
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			-webkit-align-items: center;
			align-items:         center;
		}
		
			#details .detailsBox .imgBox {
				width: 375px;
				margin: 0 0 30px 20px;
			}
			#details .detailsBox .imgBox p.img {
				line-height: 0;
				box-shadow: 0 0 10px rgba(127, 251, 255, 0.40);
			}
			#details .detailsBox .imgBox p.note {
				line-height: 1.6;
				font-size: 12px;
				margin: 15px 0 0 0;
				padding: 0 0 0 0;
				color: #7e8d8e;
			}
			#details .contentBox .txtWrap {
				width: 490px;
				margin: 0 0 30px 0;
				padding: 0 0 0 0;
			}
				#details .contentBox .txtWrap .tit {
				}
					#details .contentBox .txtWrap .tit .t1 {
						background: rgba(27, 226, 240, 0.30);
						font-size: 18px;
						float: left;
						color: #ffffff;
						padding: 2px 10px 1px 10px;
						margin: 0 0 15px 0;
					}
					#details .contentBox .txtWrap .tit .t2 {
						font-size: 18px;
						clear: left;
						color: #abebef;
						margin: 0 0 0 0;
					}
					#details .contentBox .txtWrap .tit .t3 {
						font-size: 35px;
						margin: 5px 0 0 0;
						line-height: 1.2;
						color: #ffffff;
					}
						#details .contentBox .txtWrap .tit .t3 span {
							font-size: 25px;
							color: #ffffff;
						}
						
				#details .contentBox .txtWrap .txt {
					
				}
					#details .contentBox .txtWrap .txt h3 {
						font-size: 18px;
						margin: 30px 0 0 0;
						color: #abebef;
					}
					#details .contentBox .txtWrap .txt p {
						font-size: 18px;
						margin: 0 0 0 0;
						padding: 0 0 0 0;
					}
					#details .contentBox .txtWrap .txt p a {
						font-size: 22px;
					}
					
				#details .contentBox .btnBox {
					width: 380px;
					margin: 40px 0 0 0;
				}
				
	.schedule .detailsWrap .contentBox {
		max-width: 560px;
		margin: 60px auto 0 auto;
	}
		.schedule .detailsWrap .contentBox h3 {
			margin-bottom: 10px;
		}
		.schedule .detailsWrap .contentBox .txtBox {
			font-size: 18px;
		}
			.schedule .detailsWrap.typeB .contentBox .txtBox {
				border: 5px solid rgba(35, 134, 168, 0.40);
				padding: 3%;
			}
		.schedule .detailsWrap .contentBox .txtBox div {
			margin: 0 0 20px 0;
		}
		.schedule .detailsWrap .contentBox .txtBox .btn {
			width: 90%;
			max-width: 406px;
			margin: 5px 0 0 0;
		}
		.schedule .detailsWrap .contentBox .txtBox a {
			color: #1ae3f0;
			text-decoration: underline;
		}
		.schedule .detailsWrap .contentBox .txtBox a:hover {
			text-decoration: none;
		}
		
			.schedule .contentBox span.lt {
				text-decoration: line-through;
			}
			#details .contentBox .txt span.fb {
				font-size: 14px;
			}
			.schedule  .contentBox span.r {
				color: #b2311f;
			}
			
					
					/*===================sp=*/@media screen and (max-width: 1020px) {
	#details {
		padding: 0 0 50px 0;
	}
		#details .detailsBox {
			margin: 30px auto 0 auto;
			-webkit-align-items: flex-start;
			align-items:         flex-start;
		}

			#details .detailsBox .imgBox {
				width: 35%;
				margin: 0 0 0 0;
			}
			#details .detailsBox .imgBox .img {
				line-height: 0;
				box-shadow: 0 0 10px rgba(127, 251, 255, 0.40);
			}
			#details .contentBox .txtWrap {
				width: 60%;
			}
					#details .contentBox .txtWrap .tit .t1 {
						font-size: 16px;
					}
					#details .contentBox .txtWrap .tit .t2 {
						font-size: 14px;

					}
					#details .contentBox .txtWrap .tit .t3 {
						font-size: 26px;
					}
						#details .contentBox .txtWrap .tit .t3 span {
							font-size: 20px;
						}
				#details .contentBox .txtWrap .txt {
					
				}
					#details .contentBox .txtWrap .txt h3 {
						font-size: 16px;
					}
					#details .contentBox .txtWrap .txt p {
						font-size: 14px;
					}
					#details .contentBox .txtWrap .txt p a {
						font-size: 18px;
					}
					
				#details .contentBox .btnBox {
					width: 80%;
					max-width: 360px;
					margin: 3% auto 0 auto;
				}
		.schedule .detailsWrap .contentBox .txtBox {
			font-size: 14px;
		}
		.schedule .detailsWrap .contentBox .txtBox .btn {
			width: 80%;
			max-width: 80%;
			margin: 5px 0 0 0;
		}
				
						
					}/*====================*/
					
/*-----------------------------------------------------------
	twbox setting
-----------------------------------------------------------*/
.twbox {
	width: 520px;
	text-align: center;
	margin: 20px auto 30px auto;
}

					/*===================sp=*/@media screen and (max-width: 860px) {
		.twbox {
			width: 84%;
			margin: 2% auto 5% auto;
		}
					}/*====================*/


/*-----------------------------------------------------------
	#share setting
-----------------------------------------------------------*/
.campaign2018 {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 60px 0;
	position: relative;
	text-align: center;
}

/*-----------------------------------------------------------
	#share setting
-----------------------------------------------------------*/
#share {
	background: rgba(0, 0, 0, 0.80) url(../img/line_01.png) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 60px 0 0 0;
	position: relative;
	text-align: center;
}
	#share h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	#share ul {
		width: 100%;
		max-width: 160px;
		margin: 0 auto 0 auto;
	}
		#share ul li {
			width: 70px;
			margin: 0 5px 0 5px;
			float: left;
			line-height: 0;
		}
		#share ul li img {
			width: 100%;
			height: auto;
		}
		#share ul li a {
			display: block;
		}
			
				/*===================sp=*/@media screen and (max-width: 1020px) {
					
#share {
	background: rgba(0, 0, 0, 0.80) url(../img/sp/line_01.png) no-repeat center top;
	background-size: 100% auto;
	padding: 30px 0 0 0;
}
	#share .contentBox {
		width: 80%;
	}
		#share ul {
			width: 60%;
			margin-top: 3%
		}
		#share ul li {
			width: 28%;
			margin: 0 2% 0 2%;
		}
			
				}/*====================*/
								

/*-----------------------------------------------------------
	#footer setting
-----------------------------------------------------------*/
#footer {
	background: rgba(0, 0, 0, 0.80);
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 30px 0 50px 0;
	position: relative;
	line-height: 1.6;
	color: #e5e5e4;
	z-index: -1;
}
.footerWrap {
}

#footer .txt {
	
}
#footer .logo {
	margin: 60px 0 0 0;
}
	#footer .logo img {
		width: 30%;
		max-width: 130px;
		margin: 0 15px 0 15px;
	}
		#footer .logo .logo02 {
			margin: 0 20px 0 20px;
			width: 20%;
			max-width: 95px;
		}
#footer .copyright01 {
	font-size: 12px;
	margin: 10px 0 10px 0;
	color: #cccccc;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#footer .copyright02 {
	font-size: 12px;
	color: #cccccc;
}

	/*----------------------------------#privilege setting SP----------*/
					@media screen and (max-width: 860px) {
#footer .logo {
	margin: 30px 0 0 0;
}
#footer .txt {
	width: 90%;
	margin: 0 auto 0 auto;
	font-size: 14px;
	text-align: left;
}
						
					}


/*-----------------------------------------------------------
	#intro setting
-----------------------------------------------------------*/






#topmovie .bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
    
#topmovie {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
}

#topmovie .movieWrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
}
	
	
	
#topmovie .movieBox {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 6px;
	padding-right: 6px;
}
#topmovie .movieBox:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
  
#topmovie .movieBox .mov {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	cursor: auto;
	line-height: 0;
	width: 98%;
	max-width: 900px;
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	opacity: 1;
}

	#topmovie .mov .video {
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-top: 56.25%;
	}
	#topmovie iframe { position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #000;
		z-index: 1 !important;
	}
