@charset "utf-8";

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

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

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

body {
	width: 100%;
	height: 100%;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	z-index: 1;
}


#photo {
	width: 100%;
	padding: 20px 0 0 0;
}
#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) {

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


/*-----------------------------------------------------------
	setting
-----------------------------------------------------------*/
p { margin: 0 0 0 0; }

a { text-decoration: none; color: #000000; }
	a:hover { text-decoration: underline; }
	a:focus { outline: none; }
	
.innr a { text-decoration: none; color: #000000; }
	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: #ffa282; }

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: #2e2e2e;
	font-size: 13px;
}


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

.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;
}
	.headerWrap {
		width: 100%;
		padding: 0 0 0 0;
		position: relative;
		z-index: 9;
	}

	/*----------------------------------#g_menu setting----------*/
	#g_navi {
		background: #960b0b;
		margin: 0;
		width: 100%;
		text-align: center;
		z-index: 9;
		position: fixed;
		padding: 0 0 0 0;
		top: 0;
	}
		#g_navi .navi {
			position: relative;
			overflow: hidden;
			width: 100%;
			margin: 0 auto 0 auto;
			padding: 2% 0 1% 0;
			
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			-webkit-align-items: center;
			align-items:         center;
			
			box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.50);
			
		}
		
		#g_navi .logo {
			width: 17.599999999999998%;
			margin: 0 0 0 5%;
			line-height: 0;
		}
		#g_navi #menuBtn {
			width: 5%;
			margin: 0 5% 0 0;
		}
		#g_navi #menuClose {
			width: 5%;
			margin: 0 5% 0 0;
		}

	.hdBox {
		background: #960b0b;
		width: 100%;
		padding: 2% 0 1% 0;
		overflow: hidden;
		position: relative;
		z-index: 2;
		
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			-webkit-align-items: center;
			align-items:         center;
	}
	#g_navi .nav {
		width: 100%;
		margin: 8% 0 5% 0;
		font-size: 23px;
		color: #f2f2f1;
		overflow: hidden;
	}
		#g_navi .nav li {
			width: 90%;
			color: #f2f2f1;
			margin: 0 auto 0 auto;
			padding: 0 0 6% 0;
			float: none;
			height: auto;
			border-left: none;
			line-height: 1;
			font-weight: bold;
			font-size: 6vw;
			text-align: left;
		}
			#g_navi .nav li a {
				display: block;
			}
			#g_navi .nav li a:hover {
				color: rgba(243, 243, 243, 0.50);
			}
		#g_navi .nav li.cr {
/* 			text-decoration: underline; */
		}

	body div#g_navi a {
		color: #f2f2f1;
	}
		body div#g_navi a:hover {
			text-decoration: none;
			color: rgba(243, 243, 243, 0.90);
		}

	#g_menu{
		background: rgba(52, 9, 9, 0.90);
		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 {
			color: rgba(255, 255, 255, 0.30);
		}
		#g_navi .nav li.cr a {
			border-bottom: 2px solid #ffffff;
			display: inline;
		}
		#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: 860px) {

	header {
		background: #960b0b;
		width: 100%;
		height: 52px;
		position: absolute;
		padding: 0 0 0 0;
		z-index: 1000;
			box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.50);
	}
		#content.fix header {
			position: fixed;
			top: 0;
			left: 0;
		}
		.headerWrap {
			width: 960px;
			background: none;
			padding: 15px 0 0 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 {
			display: none;
			width: auto;
			background: none;
			padding: 0 0 0 0;
			overflow: auto;
			box-shadow: none;
		}
			#g_navi .logo {
				background: url(../img/nav_logo.png) no-repeat center center;
				background-size: 100% auto;
				width: 197px;
				height: 55px;
				float: left;
				padding: 0 0 0 0;
				margin: 0 0 0 0;
				display: none;
			}
			#g_navi .logo a { display: block; height: 100%; width: 100%; }
			#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;
		
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items:         center;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}
	
	#g_navi .nav {
		width: 100%;
		border: none;
		margin: 0 0 0 0;

		display: -webkit-flex;
		display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
		-webkit-align-items: center;
		align-items:         center;
	}
		#g_navi .nav li {
			width: auto;
			color: #f2f2f1;
			font-weight: bold;
			padding: 0 0 0 0;
			margin: 0 25px 0 0;
			font-size: 16px;
		}
			#g_navi .nav li a {
				display: block;
				color: #f2f2f1;
			}
		#g_navi .nav li:hover {
		}

		#g_navi .nav li.nav_fb {
			width: 37px;
			height: 37px;
			margin: 0 -4px 0 0;
		}
		#g_navi .nav li.nav_tw {
			width: 37px;
			height: 37px;
			margin: 0 0 0 0;
		}
		#g_navi .nav li.cr {
			text-decoration: underline;
		}

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

	#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: 52px 0 0 0;
	z-index: -1;
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	color: #ffffff;
	z-index: 1;
	overflow: hidden;
}

#content h2 {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 40px auto;
	
		color: #000000;
		font-family: "Mplus 1p";
		font-weight: bold;
		font-size: 30px;
		text-align: center;
		text-shadow: 1px 1px 3px #fff;
}
	#content h2.tyB {
		color: #ffffff;
	}
	.top #content h2.tyB {
		text-shadow: 1px 1px 3px #0a2d6b;
	}
	.inner #content h2 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	}
	.contentWrap {
		position: relative;
		z-index: 2;
	}
		.contentBox {
			width: 90%;
			max-width: 960px;
			margin: 0 auto 0 auto;
			padding: 80px 0 70px 0;
		}
		.inner .contentBox {
			width: 90%;
			max-width: 750px;
			margin: 0 auto 0 auto;
			overflow: hidden;
		}
		
	.contentBox .bnr {
		width: 60%;
		max-width: 260px;
		margin: 0 auto 0 auto;
	}
	.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%; }
	
.contentinnerA {
	background: url(../img/bg_01.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
.contentinnerB {
	background: url(../img/bg_02.jpg) no-repeat center bottom;
	background-size: 100% auto;
	background-attachment: fixed;
	margin-top: 10px;
	position: relative;
}
	.top .contentinnerB .item01 {
		width: 7%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -3.5%;
		z-index: 1;
	}
	.top .contentinnerB .item01 p {
		padding: 100% 0 0 0;
	}
		.top .contentinnerB .item01 p img {
			position: absolute;
			top: -50%;
			left: 0;
			width: 100%;
			height: 100%;
		}
	.top .contentinnerB .item02 {
		width: 18.857142857142858%;
		position: absolute;
		top: -13%;
		left: 1%;
		z-index: -1;
	}
	.top .contentinnerB .item03 {
		width: 25.071428571428573%;
		position: absolute;
		top: 0;
		right: -3%;
		z-index: -1;
	}
	.top .contentinnerB .item04 {
		width: 13.142857142857142%;
		position: absolute;
		top: -10%;
		left: 2%;
		z-index: -1;
	}
.contentinnerC {
	background: url(../img/bg_03.jpg) no-repeat center top;
	background-size: 100% auto;
	background-attachment: fixed;
	margin-top: 10px;
	position: relative;
}
.contentinnerD {
	background: #c3d6e1 url(../img/bg_04.jpg) repeat-y center top;
	background-size: 100% auto;
	margin-top: 10px;
	position: relative;
}

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

#content {
	font-size: 14px;
	padding: 0 0 0 0;
	position: static;
}

#contentinner { font-size: 14px; }

	.inner #content{
		padding: 0 0 20px 0;
	}

	.inner02 #content{
		padding: 0 0 20px 0;
	}
	.inner03 #content{
		padding: 0 0 20px 0;
	}
#content h2 {
	width: 90%;
	margin: 0 auto 20px auto;
	font-size: 6vw;
}


		.contentBox {
			background: url(../img/sp/line_02.png) no-repeat center top;
			background-size: 100% auto;
			width: 90%;
			padding: 50px 0 50px;
			overflow: hidden;
		}
		.inner .contentBox .txt {
			margin: 0 0 8% 0;
		}
	.contentWrap {
		width: 90%;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
		.contentWrap .contentBox {
			width: 90%;
			max-width: 860px;
			margin: 0 auto 0 auto;
			overflow: hidden;
		}

.contentinnerA {
	background: url(../img/bg_01.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
.contentinnerB {
background: url(../img/sp/bg_02.jpg) no-repeat center top;
background-size: auto 100%;
background-attachment: fixed;
margin-top: 10px;
position: relative;
}
	.top .contentinnerB .item01 {
		width: 20%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -10%;
		z-index: 1;
	}
	.top .contentinnerB .item01 p {
		padding: 100% 0 0 0;
	}
		.top .contentinnerB .item01 p img {
			position: absolute;
			top: -50%;
			left: 0;
			width: 100%;
			height: 100%;
		}
	.top .contentinnerB .item02 {
		width: 18.857142857142858%;
		position: absolute;
		top: -20px;
		left: -2%;
		z-index: -1;
	}
	.top .contentinnerB .item03 {
		width: 25.071428571428573%;
		position: absolute;
		top: 0;
		right: -5%;
		z-index: -1;
	}
	.top .contentinnerB .item04 {
		width: 13.142857142857142%;
		position: absolute;
		top: -3%;
		left: -1%;
		z-index: -1;
	}
.contentinnerC {
	background: url(../img/bg_03.jpg) no-repeat center top;
	background-size: 100% auto;
	background-attachment: fixed;
	margin-top: 10px;
	position: relative;
}
.contentinnerD {
	background: #c3d6e1 url(../img/bg_04.jpg) repeat-y center top;
	background-size: 100% auto;
	margin-top: 10px;
	position: relative;
}

					}/*====================*/
					
					
/*-----------------------------------------------------------
	mv setting
-----------------------------------------------------------*/
#main {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 10px solid #960b0b;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items:         center;
}
.mainWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
	#main p,#main h1 {
		position: absolute;
		z-index: 2;
		line-height: 0;
	}
	#main .tit {
		width: 54.35714285714286%;
		bottom: 0;
		left: 16%;
		z-index: 2;
	}
	#main .txt01 {
		width: 40.14285714285714%;
		left: -11%;
		top: 43%;
	}
	#main .txt02 {
		width: 4.4%;
		left: 50%;
		margin-left: -2.2%;
	}
	#main .txt03 {
		width: 20.642857142857142%;
		left: 50%;
		bottom: 28%;
		z-index: 1;
	}
	#main .logo {
		left: 0;
		bottom: 0;
	}
	#main span.tdn {
		font-size: 0;
	}

#main .bg {
	position: relative;
	z-index: 1;
	line-height: 0;
width: 100%;
height: auto;
}

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

					}

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


#main {
	border: none;
}
	#main .txt02 {
		width: 8%;
		left: 50%;
		margin-left: -4%;
	}
	#main .txt03 {
		width: 29%;
		left: 18%;
		top: 12%;
		bottom: 0;
		z-index: 1;
	}
	#main .logo {
width: 20%;
left: 5%;
bottom: auto;
top: 4%;
	}

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

.inner #main {
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items:         center;
	
	overflow: visible;
}

.inner .mainWrap {
}
	.inner #main p , .inner #main h2 {
		position: relative;
		color: #ffffff;
	}
.inner #main .bg {
	position: relative;
	z-index: 1;
	line-height: 0;
}

	.inner #main .tit {
		width: 100%;
		height: 100%;
		max-width: 800px;
		position: relative;
		font-size: 30px;
		right: 0;
		left: 0;
		top: 0;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items:         stretch;
  -webkit-align-items: center;
  align-items:         center;
	}
		.inner #main .tit h2 {
			width: 60%;
			max-width: 60%;
			margin: 0 0 0 0;
			text-align: center;
			color: #ffffff;
			text-shadow: none;
		}
		.inner #main.tyR .tit h2 {
			margin-left: 40%;
		}
		.inner #main .tit h2.tyB {
			color: #000000;
		}
		
		.inner #main .tit h2 span {
			display: block;
		}
		.inner #main .tit h2 span.t1 {
			font-size: 40px;
		}
		.inner #main .tit h2 span.t2 {
			font-weight: normal;
		}
		
		.inner.goods #main .tit .txt {
			width: 40%;
			height: 90%;
			text-align: center;
		}
		.inner.goods #main .tit .txt img {
			width: auto;
			height: 100%;
		}
		
	.inner #main .tit.tyC {
		width: 100%;
		height: 100%;
		max-width: 800px;
		position: relative;
		font-size: 30px;
		right: 0;
		left: 0;
		top: 0;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items:         flex-end;
	}
		.inner #main .tit.tyC h2 {
			width: 100%;
			max-width: 100%;
			margin: 0 0 20px 0;
			text-align: center;
			color: #ffffff;
			text-shadow: none;
		}
			.inner #main .tit.tyC h2 span.t1 {
				display: block;
				line-height: 1.6;
				font-size: 30px;
			}
			.inner #main .tit.tyC h2 span.t2 {
				font-size: 40px;
				line-height: 1;
				font-weight: bold;
			}
		
	.inner #main .img {
		width: 30%;
		top: -20px;
		right: 5%;
		position: absolute;
		z-index: 5;
	}
	.inner #main.tyR .img {
		width: 25%;
		top: 0;
		left: 5%;
		position: absolute;
		z-index: 5;
	}
	.inner.goods #main .img {
/*
		width: 17%;
		top: 8%;
		right: 7%;
		position: absolute;
		z-index: 5;
*/
		width: 17%;
		top: 8%;
		left: 7%;
		position: absolute;
		z-index: 5;
	}
	.inner #main .bg {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		line-height: 0;
		left: 0;
	}
	
					/*===================sp=*/@media screen and (max-width: 1020px) {

.inner #main {
	margin: 0 auto 0 auto;
}
	.inner #main .bg {
		display: block;
	}
		.inner #main .tit p {
			width: 100%;
			max-width: 80%;
			margin: 0 auto 0 auto;
		}
		.inner #main .tit h2 span.t1 {
			font-size: 20px;
			font-size: 4vw;
		}
		.inner #main .tit h2 span.t2 {
			font-size: 18px;
			font-size: 3vw;
		}
		
	.inner.goods #main .tit {
		width: 100%;
		height: 100%;
		max-width: 800px;
		position: relative;
		font-size: 30px;
		right: 0;
		left: 0;
		top: 0;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		
  display: -webkit-flex;
  display: flex;

	}
	
		.inner.goods #main .tit h2 {
			width: 100%;
			max-width: 100%;
			margin: 0 0 5px 0;
			text-align: center;
			color: #ffffff;
			text-shadow: none;
			
			margin-left: 40%;
		}
		.inner.goods #main .tit .txt {

		}
		.inner.goods #main .tit .txt img {
			width: auto;
			height: 100%;
		}
		.inner.goods .maintxt {
			background: #d62935;
			width: 60%;
			height: auto;
			text-align: center;
			margin: 10px auto 0 auto;
			padding: 5% 20% 5% 20%;
		}
		
	.inner #main .tit.tyC {
		width: 100%;
		height: 100%;
		max-width: 800px;
		position: relative;
		font-size: 30px;
		right: 0;
		left: 0;
		top: 0;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items:         flex-end;
	}
		.inner #main .tit.tyC h2 {
			width: 100%;
			max-width: 100%;
			margin: 0 0 5px 0;
			text-align: center;
			color: #ffffff;
			text-shadow: none;
		}
			.inner #main .tit.tyC h2 span.t1 {
				font-size: 18px;
				font-size: 2.8vw;
			}
			.inner #main .tit.tyC h2 span.t2 {
				font-size: 20px;
				font-size: 3.8vw;
			}

					}/*====================*/
					
/*----------------------------------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: 7% 0 8% 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: 100%;
		margin: 3% auto 0 auto;
	}
	
					}


/*-----------------------------------------------------------
	.bnrBox setting
-----------------------------------------------------------*/


.bnrBox {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0;
}
	.bnrBox ul {
		width: 100%;
		max-width: 960px;
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
	}
		.bnrBox ul li {
/*
			width: 24%;
			max-width: 236px;
			margin: 0 10px 0 10px;
*/
width: 24%;
max-width: 236px;
margin: 0 0.5% 0 0.5%;
line-height: 0;
margin-bottom: 10px;
		}
		
					
					/*===================sp=*/@media screen and (max-width: 860px) {
						
.bnrBox {
	padding: 30px 0 0 0;
}
	.bnrBox ul {
		width: 90%;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
	}
		.bnrBox ul li {
			width: 48%;
max-width: 48%;
margin: 0 0 2% 0;
		}
					}/*====================*/

/*-----------------------------------------------------------
	#news setting
-----------------------------------------------------------*/
#news {	
	width: 100%;
	position: relative;
	text-align: left;
}
#news .contentBox {
	padding: 30px 0 10px 0;
}
	#news ul {
		margin: -10px auto 0 auto;
		
			
			background: #ffffff;
			border: 1px solid #e5e5e5;
			
			border-radius: 5px;        /* CSS3草案 */  
			-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 5px;   /* Firefox用 */  

			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			
/* 			padding: 12px 0 12px 0; */
			padding: 20px 0 20px 0;
		
	}
		#news ul li {
			font-size: 15px;
			font-weight: bold;
			color: #000000;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content:         center;
			
/* 			padding: 5px 0 5px 0; */
			padding: 0 0 0 0;

		}
		#news ul .date {  }
		#news ul .txt { margin: 0 0 0 20px; }

		#news ul li a {
			color: #0068b7;
			text-decoration: none;
		}
		#news ul li a:hover {
			color: #0068b7;
			text-decoration: underline;
		}

					/*===================sp=*/@media screen and (max-width: 860px) {
						
#news {
	text-align: center;
}
#news .contentBox {
	padding-top: 30px;
}
	#news ul {
		margin: 0 auto 0 auto;
		text-align: left;
	}
		#news ul li {
			padding: 0 5% 0 5%;
			font-size: 14px;
			display: block;
			text-align: left;
		}
		#news ul .date { font-size: 16px; text-align: left; }
		#news ul .txt {
			margin-left: 0;
		}
		
					}/*====================*/
					
					

/*-----------------------------------------------------------
	#story setting
-----------------------------------------------------------*/

#story {
	
}
#story .contentBox {
	padding-bottom: 300px;
}
	.inner #story h2 {
		width: 90%;
		max-width: 600px;
		margin: 0 auto 0 auto;
	}
	#story .txtBox {
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		text-align: center;
	}
	#story .txtBox .txt {
		font-size: 16px;
		color: #000000;
		line-height: 2.2;
		margin: 40px auto 0 auto;
		font-weight: bold;
	}
	
					/*===================sp=*/@media screen and (max-width: 860px) {
#story .contentBox {
	padding: 50px 0 120px 0;
}
	.inner #story h2 {
		width: 110%;
		max-width: 110%;
		margin: 0 auto 0 auto;
		margin-left: -5%;
		overflow: hidden;
	}
						
	#story .txtBox {
		margin: 0 auto 30px auto;
		padding: 0 0 50px 0;
	}
	#story .txtBox .img {
		width: 100%;
		margin: 0 auto;
	}
	#story .txtBox .tit {
		font-size: 18px;
		color: #d2ce9c;
		line-height: 1.4;
		text-align: left;
	}
	#story .txtBox .txt {
		font-size: 14px;
		text-align: left;
		margin-top: 20px;
	}
	#story .txtBox .txt.cs {

		text-align: center;
	}
	
					}/*====================*/

/*-----------------------------------------------------------
	#system setting
-----------------------------------------------------------*/

#system {
}
#system .contentBox {
}
	#system .txtBox {
		margin: 30px auto 0 auto;
		padding: 0 0 0 0;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #ffffff;
		
		display: -webkit-flex;
		display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
		
	}
	#system .txtBox .systemBox {
		width: 31%;
		
	}
	#system .txtBox .movieBox {
		width: 100%;
		
	}
		#system .txtBox .systemBox.tyM {
			background: #000000;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items:         center;
			
			
		}
	#system .txt {
		text-align: center;
		font-weight: bold;
		color: #000;
		text-shadow: 1px 1px 3px #fff;
	}
	#system .txtBox .img {
		margin: 0 auto;
		line-height: 0;
	}
	#system .txtBox .txt {
		font-size: 15px;
		line-height: 1.6;
		margin-top: 10px;
	}
	
					/*===================sp=*/@media screen and (max-width: 860px) {
						
#system .contentBox {
	padding: 30px 0 30px 0;
}
	#system .txtBox {
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		display: block;
		text-align: left;
		
  display: -webkit-flex; /* Safari */
  display: flex;
	}
	#system .txtBox .systemBox {
		width: 90%;
		margin: 30px auto 0 auto;
	}
	#system .txtBox .systemBox:nth-child(1) {
		-webkit-order: -3; /* Safari */
		order:         -3;
	}
	#system .txtBox .systemBox:nth-child(2) {
		-webkit-order: -2; /* Safari */
		order:         -2;
	}
	#system .txtBox .systemBox:nth-child(3) {
		-webkit-order: 1; /* Safari */
		order:         1;
	}
	#system .txtBox .systemBox:nth-child(4) {
		-webkit-order: -3; /* Safari */
		order:         -3;
	}
	#system .txtBox .systemBox:nth-child(5) {
		-webkit-order: -2; /* Safari */
		order:         -2;
	}
	#system .txtBox .systemBox:nth-child(6) {
		-webkit-order: 1; /* Safari */
		order:         1;
	}

	#system .txtBox .img {
		width: 100%;
		margin: 0 auto;
	}
	#system .txt {
		text-align: left;
	}
	#system .txtBox .txt {
		font-size: 14px;
		margin-top: 10px;
		text-align: left;
	}
					}/*====================*/


/*-----------------------------------------------------------
	#howto setting
-----------------------------------------------------------*/

#howto {
}
#howto .contentBox {
}
	#howto .txtBox {
		margin: 30px auto 0 auto;
		padding: 0 0 0 0;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #000;
		
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
		
	}
	#howto .txtBox div {
		width: 23%;
		
	}
	#howto .txt {
		text-align: center;
		font-weight: bold;
		color: #000;
		text-shadow: 1px 1px 3px #fff;
	}
	#howto .txtBox .img {
		margin: 0 auto;
	}
	#howto .txtBox .txt {
		font-size: 15px;
		line-height: 1.6;
		margin-top: 10px;
	}
	
					/*===================sp=*/@media screen and (max-width: 860px) {
#howto .contentBox {
	padding: 30px 0 30px 0;
}

	#howto .txtBox {
		margin: 30px auto 0 auto;
		padding: 0 0 0 0;
		text-align: left;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;

	}
	#howto .txtBox div {
		width: 48%;
	}
	#howto .txtBox .img {
		width: 100%;
		margin: 0 auto;
	}
	#howto .txt {
		text-align: left;

	}
	#howto .txtBox .txt {
		font-size: 14px;
		margin-top: 10px;
		text-align: left;
		margin-bottom: 10px;
	}
					}/*====================*/



/*-----------------------------------------------------------
	#voice setting
-----------------------------------------------------------*/
#voice {
	width: 100%;
	position: relative;
	text-align: center;
}
	#voice h2 {
		margin-bottom: 25px;
	}
	#voice .movieBox {
		width: 98%;
		max-width: 570px;
		margin: 0 auto 10px auto;
		
		background: #ffffff;
		padding: 1%;
	}
					
					/*===================sp=*/@media screen and (max-width: 1000px) {
						
#voice {

}
	#voice .txtBox {
		width: 30%;
		max-width: 30%;
		margin: 20px auto 0 auto;
	}
					}/*====================*/
					
					
/*-----------------------------------------------------------
	#cm setting
-----------------------------------------------------------*/
#cm {
	width: 100%;
	position: relative;
	text-align: center;
}
	#cm h2 {
		margin-bottom: 25px;
	}
	#cm .movieBox {
		width: 98%;
		max-width: 570px;
		margin: 0 auto 10px auto;
		
		background: #ffffff;
		padding: 1%;
	}
					
					/*===================sp=*/@media screen and (max-width: 1000px) {
						
#cm {

}
	#cm .txtBox {
		width: 30%;
		max-width: 30%;
		margin: 20px auto 0 auto;
	}
					}/*====================*/
	


/*-----------------------------------------------------------
	#schedule setting
-----------------------------------------------------------*/
#schedule {
	width: 100%;
	position: relative;
	text-align: center;
}
	#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-around;
  justify-content:         space-around;
/*
		-webkit-justify-content: space-between;
		justify-content:         space-between;
*/
	}
		#schedule .scheduleList li {
			width: 23%;
			max-width: 300px;
			margin: 0 0 25px 0;
			background: #ffffff;
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			display: block;

		}
		#schedule .scheduleList li a {
			padding: 25px 0 25px 0;
			display: block;
		}
		#schedule .scheduleList li a:hover {
			text-decoration: none;
		}
		#schedule .scheduleList li a:hover {
			opacity: 0.5;
			filter: alpha(opacity=50);
			-ms-filter: "alpha(opacity=50)";
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5;
		}
		#schedule .scheduleList li.off {
			opacity: 0.5;
			filter: alpha(opacity=50);
			-ms-filter: "alpha(opacity=50)";
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5;
		}
			#schedule .scheduleList li .place {
				margin: 0 0 0 0;
				font-size: 27px;
				color: #0068b7;
				font-weight: bold;
			}
			#schedule .scheduleList li .date {
				font-size: 14px;
				font-weight: bold;
				color: #676767;
			}

					
					/*===================sp=*/@media screen and (max-width: 860px) {
#schedule {
	
}
#schedule .contentBox {
	padding: 30px 0 30px 0;
}
	#schedule .scheduleList {
		margin: 0 auto 0 auto;
	}
		#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;
			}
			
					}/*====================*/

					
/*-----------------------------------------------------------
	.schedule setting
-----------------------------------------------------------*/
.schedule {

}
.schedule #content {
	padding-bottom: 0;
}
.schedule .contentinnerC {
	padding: 55px 0 50px 0;
}
	.schedule #details .contentBox {
		background: none;
		max-width: 960px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		background: rgba(255, 255, 255, 0.90);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;	
	}
	#details {
		padding: 0 0 0 0;
	}
		#details .detailsBox {
			width: 90%;
			max-width: 800px;
			margin: 40px auto 0 auto;
			padding: 10px 0 10px 0;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
		}
			#details .detailsBox .imgBox {
				width: 290px;
				margin: 0 0 30px 0;
			}
			#details .detailsBox .imgBox p.img {
				line-height: 0;
			}
			#details .contentBox .txtWrap {
				width: 460px;
				margin: 0 0 30px 0;
				padding: 0 0 0 0;
			}
				#details .contentBox .txtWrap .tit {
				}
					#details .contentBox .txtWrap .tit {
						font-size: 35px;
						color: #000000;
						font-weight: bold;
					}
				#details .contentBox .txtWrap .txt {
					
				}
					#details .contentBox .txtWrap .txt h3 {
						font-size: 30px;
						margin: 0 0 0 0;
						color: #0068b7;
					}
					#details .contentBox .txtWrap .txt p {
						font-size: 16px;
						margin: 30px 0 0 0;
						padding: 0 0 0 0;
						color: #000000;
					}
					#details .contentBox .txtWrap .txt p.note {
						margin: 30px 0 0 0;
					}
					#details .contentBox .txtWrap .txt p a {
						color: #000000;
						text-decoration: underline;
					}
						#details .contentBox .txtWrap .txt p a:hover {
							color: #000000;
							text-decoration: none;
						}

		.schedule .contentBox {
			padding: 50px 0 50px 0;
			color: #000000;
			width: 90%;
			max-width: 860px;
		}
		.inner .contentWrap {
			max-width: 960px;
			margin: 40px auto 0 auto;
			padding: 0 0 0 0;
			background: rgba(255, 255, 255, 0.90);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px
		}
		
		#details .calBox {
			margin: 20px auto 0 auto;
		}
		#details .calBox p {
			margin-bottom: 30px;
		}
		.schedule #content h2 {
			color: #0068b7;
			font-size: 30px;
			font-weight: bold;
		}
		.schedule .contentBox .txtBox.line {
			border: 5px solid #0068b7;
			padding: 20px 5% 20px 5%;
			margin: 30px auto 0 auto;
		}
		.schedule .contentBox .txtBox.line p {
			margin-top: 0;
		}
		.schedule .contentBox .txtBox h4 {
			font-size: 20px;
			font-weight: bold;
		}
		.schedule .contentBox .txtBox h5 {
			font-size: 18px;
			margin-top: 40px;
		}
		.schedule .contentBox .txtBox p {
			font-size: 16px;
			margin: 40px 0 0 0 ;
		}
		.schedule .contentBox .txtBox p.place {
			font-size: 20px;
			font-weight: bold;
		}
		.schedule .contentBox p.note,
		.schedule .contentBox span.note {
			font-size: 13px;
			color: #2e2e2e;
		}
		.schedule .contentBox .txtBox .lineBox {
			border-bottom: 1px solid rgba(66, 66, 66, 0.5);
			margin: 0 0 30px 0;
			padding: 0 0 50px 0;
		}
		
		.schedule .contentBox .txtBox .btn {
			width: 90%;
			max-width: 400px;
			margin: 10px 0 0 0;
		}

			.schedule .contentBox .txtBox .btn_t {
				width: 90%;
				max-width: 400px;
				
				background: #32b16c;
				color: #ffffff;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				text-align: center;
				display: block;
				margin-top: 10px;
			}
			.schedule .contentBox .txtBox .btn_t a {
				padding: 12px 2% 12px 2%;
				display: block;
				color: #ffffff;
				text-decoration: none;
			}
			.schedule .contentBox .txtBox .btn_t a:hover {
				text-decoration: none;
			}
			.schedule .contentBox .txtBox .btn_t:hover {
				opacity: 0.5;
			}
		
		.schedule .contentBox .txtBox .ticket_ep .btn_t {
			background: #32b16c;
		}
		.schedule .contentBox .txtBox .ticket_pia .btn_t {
			background: #32b16c;
		}
		.schedule .contentBox .txtBox .ticket_lw .btn_t {
			background: #32b16c;
		}
		.schedule .contentBox .txtBox .btn_t.off {
			background: #9c9c9c !important;
				padding: 12px 0 12px 0;
			
		}
			.schedule .contentBox .txtBox .btn_t.off:hover {
				opacity: 1;
			}
		.schedule #ticket.contentBox .txtBox p span {
			font-weight: bold;
		}
		
		#ticket_api{
			display: none;
			opacity: 0;
			transition: opacity 0.3s;
		}
			#ticket_api.show{
				display: block;
				opacity: 1;
			}
		
		.schedule .contentBox .txtBox a {
			color: #000000;
			font-weight: bold;
			text-decoration: underline;
		}
		.schedule .contentBox .txtBox a:hover {
			text-decoration: none;
		}
		
		
		.col2 {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
		}
		.col2 .txtBox {
			width: 50%;
		}
		.col2 .btn {
			width: 45%;
			margin-top: 40px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			-webkit-align-items: flex-start;
			align-items:         flex-start;

		}
			.col2 .btn li {
				width: 44%;
				background: #32b16c;
				color: #ffffff;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				text-align: center;
				display: block;
			}
			.col2 .btn li a {
				padding: 12px 2% 12px 2%;
				display: block;
				color: #ffffff;
			}
			.col2 .btn li a:hover {
				text-decoration: none;
			}
			.col2 .btn li:hover {
				opacity: 0.5;
			}
		
		
					
					/*===================sp=*/@media screen and (max-width: 860px) {
						
.schedule #content {
	margin-top: 0;
	padding-bottom: 0;
}
	#details {
		padding: 0 0 0 0;
	}
	.schedule .contentWrap {
		padding: 30px 0 30px 0;
	}
	.schedule .contentBox {
		padding: 20px 0 20px 0;
	}
	.schedule .detailsWrap .contentBox {
		padding: 0 0 30px 0;
	}
		#details .detailsBox {
			margin: 0 auto 0 auto;
			padding: 20px 0 20px 0;
			-webkit-align-items: flex-start;
			align-items:         flex-start;
		}
			#details .detailsBox .imgBox {
				width: 30%;
				margin: 5% 0 0 0;
			}
			#details .detailsBox .imgBox .img {
				line-height: 0;
			}
			#details .contentBox .txtWrap {
				width: 65%;
				margin: 0 0 10px 0;
			}
				#details .contentBox .txtWrap .txt {
					
				}
					#details .contentBox .txtWrap .tit {
						font-size: 24px;
					}
					#details .contentBox .txtWrap .txt h3 {
						font-size: 14px;
						margin-top: 5%;
					}
					#details .contentBox .txtWrap .txt p {
						font-size: 14px;
					}
					#details .contentBox .txtWrap .txt p a {
						font-size: 14px;
					}
					#details .contentBox .txtWrap .txt p.note {
						font-size: 14px;
						margin-top: 5%;
					}

		.schedule .contentBox .txtBox h4 {
			font-size: 14px;
		}
		.schedule .contentBox .txtBox h5 {
			font-size: 14px;
			margin-top: 20px;
		}
		.schedule .contentBox .txtBox p {
			font-size: 12px;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.schedule .contentBox .txtBox p.note {
			font-size: 12px;
			margin-top: 20px;
		}
		.schedule .contentBox .txtBox p.place {
			font-size: 14px;
		}
		.schedule .detailsWrap .contentBox .txtBox {
			font-size: 12px;
		}
		.schedule .detailsWrap .contentBox .txtBox .btn {
			width: 90%;
			max-width: 90%;
			margin: 10px auto 0 auto;
		}
		.schedule .detailsWrap .contentBox .txtBox .btn {
			width: 90%;
			max-width: 90%;
			margin: 10px auto 0 auto;
		}

		
		.schedule .contentBox .txtBox .col2 {
			display: block;
		}
			.schedule .contentBox .txtBox .col2 div {
				width: 100%;
				padding: 0 0 20px 0;
				float: none;
			}
		#details .calBox p {
			margin-bottom: 20px;
		}
		.schedule .contentBox .txtBox .lineBox {
			margin: 0 0 5% 0;
			padding: 0 0 8% 0;
		}
		.schedule .contentBox .txtBox h6 {
			font-size: 18px;
			margin: 0 0 10px 0;
		}

		#access .col2 {
			display: block;
		}
			#access .col2 .txtBox {
				width: 100%;
				margin: 0 auto;
			}
			#access .col2 .btn {
				width: 100%;
				margin: 5% auto 0 auto;
			}
			
			
.schedule #content h2 {
	font-size: 20px;
	font-size: 4vw;
	margin-top: 0;
}
				
						
					}/*====================*/
					




.ticketWrap {
	background: #0068b7;
	margin: 30px auto 0 auto;
	padding: 20px 3% 20px 3%;
	position: relative;
}
	.ticketWrap .naviBox {
		height: 80px;
		margin: 0 60px 0 60px;
		padding: 0 0 0 0;
		overflow: hidden;
	}
		.ticketWrap .naviBox .prevBtn {
			width: 50px;
			height: 80px;
			background: #ffffff;
			z-index: 5;
			-webkit-transition: all .3s;
			transition: all .3s;
			cursor: pointer;
			position: absolute;
			top: 20px;
			left: 3%;
		}
			.ticketWrap .naviBox .prevBtn:before {
				content: '';
				width: 12px;
				height: 12px;
				border: 0;
				border-top: solid 3px #626262;
				border-right: solid 3px #626262;
				top: 50%;
				left: 50%;
				-webkit-transform: translate3d(-50%, -50%, 0);
				transform: translate3d(-50%, -50%, 0);
				-webkit-transform: rotate(-135deg);
				transform: rotate(-135deg);
				margin: -8px 0 0 -3px;
				position: absolute;
			}
			
		.ticketWrap .naviBox .nextBtn {
			width: 50px;
			height: 80px;
			background: #ffffff;
			z-index: 5;
			-webkit-transition: all .3s;
			transition: all .3s;
			cursor: pointer;
			position: absolute;
			top: 20px;
			right: 3%;
		}
			.ticketWrap .naviBox .nextBtn:before {
				content: '';
				width: 12px;
				height: 12px;
				border: 0;
				border-top: solid 3px #626262;
				border-right: solid 3px #626262;
				top: 50%;
				left: 50%;
				-webkit-transform: translate3d(-50%, -50%, 0);
				transform: translate3d(-50%, -50%, 0);
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				margin: -8px 0 0 -10px;
				position: absolute;
			}
			.ticketWrap .naviBox .prevBtn:hover,
			.ticketWrap .naviBox .nextBtn:hover {
				opacity: 0.7;
			}
			.ticketWrap .naviBox .prevBtn span,
			.ticketWrap .naviBox .nextBtn span {
				display: none;
			}

		.ticketWrap .naviBox .comm {
			width: 100%;
			top: 25px;
			font-size: 14px;
			color: #ffffff;
			text-align: center;
			font-weight: bold;
			position: relative;
			display: none;
		}
		
	.ticketWrap .naviBox ul {
		background: #80b4db;
		height: 80px;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		overflow-scrolling: touch;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 2;
		position: relative;
	}
		.ticketWrap .naviBox ul::-webkit-scrollbar {
			height: 0;
		}
		.ticketWrap .naviBox ul li {
			margin: 0 2px 0 0;
			position: relative;
			cursor: pointer;
			opacity: 0.85;
		}
			.ticketWrap .naviBox ul li .scheduleBox {
				background: #ffffff;
				display: block;
				width: 80px;
				height: 80px;
				text-align: center;
				cursor: pointer;
				-webkit-transition: all .3s;
				transition: all .3s;
				position: relative;
				color: #676767;
				text-align: center;
				
				display: -webkit-flex;
				display: flex;
				-webkit-flex-direction: column;
				flex-direction:         column;
				-webkit-justify-content: center;
				justify-content:         center;
				-webkit-align-items: center;
				align-items:         center;
			}
				.ticketWrap .naviBox ul li.cr {
					opacity: 1.0;
					
				}
				
				.ticketWrap .naviBox ul li.cr .scheduleBox {
					background: #fbe663;	
				}
				
				.ticketWrap .naviBox ul li .scheduleBox:hover {
					opacity: 0.7;
				}
					.ticketWrap .naviBox ul li .scheduleBox .date {
						width: 100%;
						font-size: 14px;
						font-weight: 500;
						line-height: 1;
						top: 28px;
					}
					.ticketWrap .naviBox ul li .scheduleBox .state {
						bottom: 10px;
						width: 100%;
						font-size: 10px;
						font-weight: 500;
						line-height: 1;
						color: #676767;
						margin-top: 10px;
					}
					.ticketWrap .naviBox ul li .scheduleBox .state span {
						font-size: 10px;
						font-weight: 500;
					}
						.ticketWrap .naviBox ul li .scheduleBox.present .state span {
							color: #32b16c;
						}
							.ticketWrap .naviBox ul li .scheduleBox.present .state span:before {
								content: "○";
							}
						.ticketWrap .naviBox ul li .scheduleBox.sold .state {
							color: #9d9d9d;
						}
							.ticketWrap .naviBox ul li .scheduleBox.sold .state span:before {
								content: "✕";
							}
							
						.ticketWrap .naviBox ul li .scheduleBox.few .state {
							color: #960b0b;
						}
							.ticketWrap .naviBox ul li .scheduleBox.few .state span:before {
								content: "△";
							}


				.ticketWrap .detailsBox {
					
				}
					.ticketWrap .detailsBox .tit {
						margin: 0;
						padding: 20px 0 20px 0;
						font-size: 20px;
						letter-spacing: .1em;
						line-height: 1;
						color: #fff;
						font-weight: 500;
						text-align: center;
						
						display: -webkit-flex;
						display: flex;
						-webkit-justify-content: center;
						justify-content:         center;
						-webkit-align-items: flex-end;
						align-items:         flex-end;
					}
						.ticketWrap .detailsBox .tit .tit01 {
							font-size: 25px;
						}
						
					.ticketWrap .detailsBox .details {
						background: #ffffff;
						padding: 2%;
					}
					.ticketWrap .detailsBox .details h4 {
						margin: 0 0 0 0;
						padding: 0 0 5px 0;
						font-size: 15px;
						letter-spacing: 0;
						line-height: 1;
						border-bottom: 2px solid #bfbfbf;
						position: relative;
					}
					.ticketWrap .detailsBox .details a.scrap {
						position: absolute;
						top: 0;
						right: 0;
						padding-right: 15px;
						color: #0e70bb;
						font-size: 15px;
					}
					
					/*===================sp=*/@media screen and (max-width: 860px) {
						
					.ticketWrap .detailsBox .details h4 {
						margin: 0 0 0 0;
						padding: 0 0 5px 0;
						font-size: 15px;
						letter-spacing: 0;
						line-height: 1;
						border-bottom: 2px solid #bfbfbf;
						position: relative;
						
						line-height: 2.0;
					}
					
					.ticketWrap .detailsBox .details a.scrap {
						position: relative;
						right: 0;
						text-align: right;
	
					}
					}/*====================*/
					
					.ticketWrap .detailsBox .details a.scrap:after {
						content: '';
						width: 8px;
						height: 8px;
						border: 0;
						border-top: solid 2px #0e70bb;
						border-right: solid 2px #0e70bb;
						top: 50%;
						right: 0;
						-webkit-transform: translate3d(-50%, -50%, 0);
						transform: translate3d(-50%, -50%, 0);
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
						margin: -5px 0 0 0px;
						position: absolute;
					}
					.ticketWrap .detailsBox .details a.scrap:hover {
						text-decoration: none;
						opacity: 0.7;
					}
					.ticketWrap .detailsBox .details ul {
						margin-left: -15px;
						margin-right: -15px;
						list-style: none;
						display: block;
						margin: 0 -7px;
						padding: 0;
						margin-bottom: 50px;
					}
					.ticketWrap .detailsBox .details ul:before, .ticketWrap .detailsBox .details ul:after {
						content: " ";
						display: table;
					}
					.ticketWrap .detailsBox .details ul:after {
						clear: both;
					}
					.ticketWrap .detailsBox .details ul li {
						position: relative;
						float: left;
						width: 23%;
						min-height: 1px;
						padding-left: 15px;
						padding-right: 15px;
						padding: 0 0 0 5px;
						margin: 15px 10px 0 0;

					}

					
					/*===================sp=*/@media screen and (max-width: 860px) {
					.ticketWrap .detailsBox .details ul li {
						position: relative;
						float: left;
						width: 90%;
						min-height: 1px;
						padding-left: 5%;
						padding-right: 5%;
						margin: 15px auto 0 auto;

					}			
					}/*====================*/
					
					
					
					.ticketWrap .detailsBox .details ul li .scheduleBox {
						position: relative;
						padding: 1em 8%;
						background: #fff;
						-webkit-transition: all .3s;
						transition: all .3s;
						z-index: 1;
						color: #ffffff;
						
						display: -webkit-flex;
						display: flex;
						
						-webkit-justify-content: space-between;
						justify-content:         space-between;
						
						-webkit-align-items: center;
						align-items:         center;
					}
						.ticketWrap .detailsBox .details ul li .scheduleBox a {
							position: absolute;
							width: 100%;
							height: 100%;
							top: 0;
							right: 0;
							left: 0;
							bottom: 0;
							color: #ffffff;
						}
						.ticketWrap .detailsBox .details ul li .scheduleBox .time {
							font-size: 14px;
							font-weight: 600;
							line-height: 1;
							
							margin-right: 10px;
						}
						.ticketWrap .detailsBox .details ul li .scheduleBox .state {
							font-size: 14px;
							font-weight: 500;
							line-height: 1;
							
							margin-left: 10px;
						}
							
						.ticketWrap .detailsBox .details ul li .scheduleBox:hover {
							opacity: 0.7;
						}
						
						.ticketWrap .detailsBox .details ul li .scheduleBox.present {
							background: #32b16c;
						}
							.ticketWrap .detailsBox .details ul li .scheduleBox.present .state span:before {
								content: "○";
							}
						.ticketWrap .detailsBox .details ul li .scheduleBox.sold {
							background: #969696;
						}
							.ticketWrap .detailsBox .details ul li .scheduleBox.sold .state span:before {
								content: "✕";
							}
							
						.ticketWrap .detailsBox .details ul li .scheduleBox.few {
							background: #960b0b;
						}
							.ticketWrap .detailsBox .details ul li .scheduleBox.few .state span:before {
								content: "△";
							}
							
						.ticketWrap .detailsBox .details ul li .scheduleBox.remaining {
							color: #f84141;
						}
						
			.ticketWrap .detailsBox .details .buyWrap {
				width: 100%;
				margin: 20px auto 0 auto;
					display: -webkit-flex;
					display: flex;
					-webkit-justify-content: space-between;
					justify-content:         space-between;
			}
				.ticketWrap .detailsBox .details .buyWrap .ticketBox {
					width: 48%;
				}
				
					/*===================sp=*/@media screen and (max-width: 860px) {
						
			.ticketWrap .detailsBox .details .buyWrap {
				width: 100%;
				margin: 20px auto 0 auto;
				display: block;
			}
				.ticketWrap .detailsBox .details .buyWrap .ticketBox {
					width: 100%;
					margin: 0 0 0 0;
				}
					}/*====================*/
			
			.ticketWrap .detailsBox .details .ticketBox {
				margin-left: -15px;
				margin-right: -15px;
				margin: 0 -7px 0 -7px;
			}
				.ticketWrap .detailsBox .details .ticketBox:before,
				.ticketWrap .detailsBox .details .ticketBox:after {
					content: " ";
					display: table;
				}
				.ticketWrap .detailsBox .details .ticketBox:after {
					clear: both;
				}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem {
					position: relative;
					min-height: 1px;
					padding-left: 15px;
					padding-right: 15px;
					margin: 0 0 15px;
					padding: 0 7px 0 7px;
				}
				.ticketWrap .detailsBox .details .ticketBox .ticket-item:last-child {
					margin-bottom: 0;
				}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem:nth-of-type(2n) + div.ticketItem {
					clear: left;
				}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem p {
					font-size: 10px;
					margin: 0;
				}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket {
					display: block;
					margin: 0 0 15px 0 ;
					padding: 10px 2% 10px 2%;
					width: 96%;
					color: #fff;
					font-size: 12px;
					font-weight: 500;
					line-height: 1;
					text-align: center;
					text-decoration: none;
					border: none;
					background: #ffffff;
				}
					.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover {
						opacity: 0.7;
					}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap {
					background: #f34f49;
				}
					.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover {
						opacity: 0.7;
					}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus {
					background: #e85298;
				}
					.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover {
						opacity: 0.7;
					}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia {
					background: #36c;
				}
					.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover {
						opacity: 0.7;
					}
				.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson {
					background: #1a9fdd;
				}
					.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
						opacity: 0.7;
					}




/*-----------------------------------------------------------
	#game setting
-----------------------------------------------------------*/
#game {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 10px;
	color: #000000;
}
		#game .colBox {
			width: 90%;
			max-width: 960px;
			display: -webkit-flex;
			display: flex;
			
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			margin: 0 auto 0 auto;
		}
			#game .colBox .movieBox {
				width: 47%;
				margin: 0 0 0 0;
			}
			#game .colBox .txtBox {
				width: 47%;
				margin: 0 0 0 0;
				font-weight: normal;
			}
				#game .colBox .txtBox .logo {
					width: 30%;
					max-width: 130px;
					margin: 0 auto 20px auto;
				}
				#game .colBox .txtBox .txt {
					line-height: 1.8;
					font-size: 16px;
					text-align: left;
				}
				
		#game ul {
			width: 47%;
			margin: 40px auto 0 auto;
		}

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

}
		#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 30px auto;
			}
				#game .colBox .txtBox .logo {
					width: 30%;
					margin: 10% auto 5% auto;
				}
				#game .colBox .txtBox .txt {
					line-height: 1.6;
					font-size: 14px;
				}
				
		#game ul {
			width: 90%;
			margin: 30px auto 0 auto;
		}
					}/*====================*/
					



/*-----------------------------------------------------------
	#about setting
-----------------------------------------------------------*/
#about {
	width: 100%;
	position: relative;
	background: #ffffff;
	margin-top: 10px;
}
#about h2 {
	width: 24.0625%;
	max-width: 231px;
	margin-bottom: 0;
}
		#about .colBox {
			width: 90%;
			max-width: 960px;
			display: -webkit-flex;
			display: flex;
			
			-webkit-justify-content: space-between;
			justify-content:         space-between;
			-webkit-align-items: center;
			align-items:         center;
			margin: 0 auto 0 auto;
		}
			#about .colBox .imgBox {
				width: 47%;
				margin: 0 0 0 0;
				text-align: center;
			}
			#about .colBox .imgBox .img {
				width: 70%;
				margin: 0 auto;
				padding: 0 0 0 10%;
			}
			#about .colBox .txtBox {
				width: 47%;
				margin: 0 0 0 0;
				font-weight: normal;
				color: #000000;
				

			}
			#about ul {
				width: 100%;
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: space-between;
				justify-content:         space-between;
				margin: 50px auto 0 auto;
			}
				#about ul li {
					width:48%;
				}
					#about ul li.bnr01 {
						width: 44%;
					}
					#about ul li.bnr02 {
						width: 52%;
					}
							
					/*===================sp=*/@media screen and (max-width: 860px) {
						
#about {
	padding: 0 0 0 0;
}
#about h2 {
	width: 70%;
	max-width: 70%;
	margin-bottom: 10px;
}
	#about .colBox {
		display: block;
	}
		#about .colBox .imgBox {
			width: 60%;
			margin: 0 auto 0 auto;
		}
		#about .colBox .imgBox img {
			padding: 0 0 0 0;
		}
		#about .colBox .txtBox {
			width: 100%;
			margin: 5% auto 0 auto;
					line-height: 1.6;
					font-size: 14px;
		}
		#about ul {
			width: 100%;
			margin: 8% auto 0 auto;
		}
		#about ul li {
		}
					}/*====================*/




/*-----------------------------------------------------------
	clearfile setting
-----------------------------------------------------------*/
.clearfile {

}
.clearfile .contentinnerC {
	padding: 10px 0 50px 0;
}
#clearfile {
	width: 100%;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
}
	.clearfile .contentWrap {
		margin: 30px auto 0 auto;
	}
	
	.leadBox .contentBox {
		padding: 60px 0 10px 0;
	}
		.leadBox .contentBox .txtBox {
			margin-bottom: 50px;
		}
			.clearfile .leadBox.contentWrap h3 {
				color: #0068b7;
				font-size: 30px;
				font-weight: bold;
				text-align: center;
			}
			.clearfile .leadBox.contentWrap .txt {
				font-size: 16px;
				color: #000000;
				margin: 20px auto 0 auto;
			}
			.clearfile .leadBox.contentWrap .txt a {
				color: #0068b7;
				font-weight: bold;
			}
			.clearfile .leadBox.contentWrap .txt a:hover {
				text-decoration: underline;
			}
			.clearfile .leadBox.contentWrap .txt span {
				font-size: 14px;
				color: #575757;
			}
			
	.clearfile .contentWrap ul {
		
	}
	.clearfile .contentWrap ul li {
		width: 80%;
		margin: 0 auto 0 auto;
		border-bottom: 2px solid #0068b7;
		padding: 50px 2% 50px 2%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
		-webkit-align-items: center;
		align-items:         center;
	}
	.clearfile .contentWrap ul li:last-child {
		border-bottom: none;
	}
		.clearfile .contentWrap ul li .img {
			width: 44%;
			padding: 0 5% 0 0;
		}

		.clearfile .contentWrap ul li .txtBox {
			width: 50%;
			-webkit-order: 2;
			order:         2;
			padding: 0 0 0 0;
		}
			.clearfile .contentWrap ul li .txtBox .tit {
				font-size: 25px;
				color: #000000;
				line-height: 1.1;
				font-weight: bold;
			}
			.clearfile .contentWrap ul li .txtBox .txt {
				font-size: 16px;
				color: #000000;
				line-height: 1.8;
				margin: 20px 0 0 0;
			}
			.clearfile .contentWrap ul li .txtBox .nazo {
				font-size: 20px;
				color: #000000;
				font-weight: bold;
				margin: 15px 0 0 0;
			}
				.clearfile .contentWrap ul li .txtBox .nazo span.st1 {
					color: #ff8400;
					font-weight: normal;
				}
				.clearfile .contentWrap ul li .txtBox .nazo span.st2 {
					color: #9a9a9a;
					font-weight: normal;
				}
			.clearfile .contentWrap ul li .txtBox .price {
				font-size: 16px;
				font-weight: bold;
				color: #000000;
				margin: 5px 0 0 0;
			}
			.clearfile .contentWrap ul li .txtBox .btn {
width: 38%;
background: #32b16c;
color: #ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center;
display: block;
margin: 30px 0 0 0;
			}
			.clearfile .contentWrap ul li .txtBox .btn a {
padding: 12px 2% 12px 2%;
display: block;
font-weight: bold;
color: #ffffff;
			}
			.clearfile .contentWrap ul li .txtBox .btn a:hover {
				text-decoration: none;
			}
			.clearfile .contentWrap ul li .txtBox .btn:hover {
				opacity: 0.5;
			}
		



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

#clearfile {
	margin: 0 auto 0 auto;
	padding-top: 0;
}
.clearfile .contentinnerC {
	padding: 20px 0 50px 0;
}
	.leadBox .contentBox {
		padding: 20px 0 0 0;
	}
		.leadBox .contentBox .txtBox {
			margin-bottom: 20px;
		}
			.clearfile .leadBox.contentWrap h3 {
font-size: 20px;
font-size: 4vw;
margin-top: 0;
			}
			.clearfile .leadBox.contentWrap .txt {
font-size: 12px;
margin-top: 20px;
margin-bottom: 20px;
			}
			.clearfile .leadBox.contentWrap .txt span {
				font-size: 12px;
			}
			
		.clearfile .contentWrap ul li {
			width: 94%;
			padding: 30px 0 30px 0;
			display: block;
		}
		.clearfile .contentWrap ul li .img {
			width: 90%;
			padding: 0 0 0 0;
			margin: 0 auto 0 auto;
		}
		.clearfile .contentWrap ul li .txtBox {
			width: 92%;
			padding: 0 4% 0 4%;
		}
			.clearfile .contentWrap ul li .txtBox .tit {
				font-size: 16px;
				line-height: 1.4;
				margin-top: 5%;
			}
				.clearfile .contentWrap ul li .txtBox .tit span {
					font-size: 14px;
				}
			.clearfile .contentWrap ul li .txtBox .price {
				font-size: 14px;
				margin: 10px 0 0 0;
			}
			.clearfile .contentWrap ul li .txtBox .nazo {
				font-size: 14px;
				margin: 10px 0 0 0;
			}
			.clearfile .contentWrap ul li .txtBox .txt {
				font-size: 12px;
				line-height: 1.6;
				margin: 15px 0 0 0;
			}
			
			.clearfile .contentWrap ul li .txtBox .btn {
				width: 70%;
				margin: 20px auto 0 auto;
			}

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



/*-----------------------------------------------------------
	.goods setting
-----------------------------------------------------------*/
.goods {

}
.goods .contentinnerC {
	padding: 10px 0 50px 0;
}
#goods {
	width: 100%;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
}
	.goods .contentWrap {
		margin: 30px auto 0 auto;
	}
	.goods .contentWrap ul {
		padding-top: 20px;
	}
	.goods .contentWrap ul li {
		width: 80%;
		margin: 0 auto 0 auto;
		padding: 35px 2% 35px 2%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;

	}
		.goods .contentWrap ul li .img {
			width: 50%;
			padding: 0 0 0 0;
		}

		.goods .contentWrap ul li .txtBox {
			width: 46%;
			-webkit-order: -1;
			order:         -1;
			padding: 0 0 0 0;
		}
			.goods .contentWrap ul li .txtBox div {
				border-left: 5px solid #0068b7;
				padding: 0 0 0 5%;
			}
			.goods .contentWrap ul li .txtBox .tit {
				font-size: 25px;
				color: #0068b7;
				line-height: 1.1;
				font-weight: bold;
			}
			.goods .contentWrap ul li .txtBox .txt {
				font-size: 16px;
				color: #000000;
				line-height: 1.8;
				margin: 30px 0 0 0;
			}
			.goods .contentWrap ul li .txtBox .txt a {
				color: #0068b7;
				text-decoration: underline;
			}
			.goods .contentWrap ul li .txtBox .txt a:hover {
				color: #0068b7;
				text-decoration: none;
			}
			.goods .contentWrap ul li .txtBox .txt .note {
				font-size: 13px;
			}
			.goods .contentWrap ul li .txtBox .price {
				font-size: 16px;
				color: #000000;
				margin: 5px 0 0 0;
			}
			


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

#clearfile {
	margin: 0 auto 0 auto;
	padding-top: 0;
}
.goods .contentinnerC {
	padding: 0 0 50px 0;
}
	.goods .contentWrap ul {
		padding-top: 5%;
	}
		.goods .contentWrap ul li {
			width: 94%;
			padding: 30px 0 30px 0;
			display: block;
		}
		.goods .contentWrap ul li .img {
			width: 90%;
			padding: 8% 0 0 0;
			margin: 0 auto 0 auto;
		}
		
		.goods .contentWrap ul li .txtBox {
			width: 92%;
			padding: 0 4% 0 4%;
		}
			.goods .contentWrap ul li .txtBox .tit {
				font-size: 16px;
				line-height: 1.4;
				margin-top: 5%;
			}
				.goods .contentWrap ul li .txtBox .tit span {
					font-size: 14px;
				}
			.goods .contentWrap ul li .txtBox .price {
				font-size: 14px;
				margin: 10px 0 0 0;
			}
			.goods .contentWrap ul li .txtBox .txt {
				font-size: 12px;
				line-height: 1.6;
				margin: 15px 0 0 0;
			}
			.goods .contentWrap ul li .txtBox div.mt50 {
				margin-top: 3% !important;
			}
					}/*====================*/


/*-----------------------------------------------------------
	#nazo setting
-----------------------------------------------------------*/
#nazo {
	padding-top: 1px;
	padding-bottom: 50px;
}
#nazo .tyB {
	padding-top: 50px;
	letter-spacing: 0.3em;
	text-shadow: none;
}
		#nazo .contentWrap .questionBox {
				width: 100%;
				max-width: 800px;
				margin: 20px auto 0 auto;
				position: relative;
				font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;

		}
		#nazo .contentWrap .item03 {
			width: 20%;
			position: absolute;
			right: 5%;
			bottom: -3%;
		}
			#nazo .contentWrap .questionBox .txtBox {
				width: 100%;
				padding: 50px 0 30px 0;
				margin: 0 0 0 0;
			}
				#nazo .contentWrap .questionBox .txtBox li {
					width: 100%;
					margin: 0 auto 15px auto;
					font-weight: 500;
				}
				#nazo .contentWrap .questionBox .txtBox li p {
					font-size: 20px;
					color: #333333;
					display: block;
					padding-left: 0;
					margin: 0 0 0 0;
					
					display: -webkit-flex;
					display: flex;
					-webkit-align-items: baseline;
					align-items:         baseline;
					
				}
				#nazo .contentWrap .questionBox .txtBox li p::before {
					content: "1.";
					display: block;
					font-size: 20px;
					font-weight: bold;
					color: #0068b7;
					width: 1.5em;
					
				}
				#nazo .contentWrap .questionBox .txtBox li .q01::before {
					content: "1.";
				}
				#nazo .contentWrap .questionBox .txtBox li .q02::before {
					content: "2.";
				}
				#nazo .contentWrap .questionBox .txtBox li .q03::before {
					content: "3.";
				}
				#nazo .contentWrap .questionBox .txtBox li .q04::before {
					content: "4.";
				}
				#nazo .contentWrap .questionBox .txtBox li p.note {
					font-size: 17px;
					font-weight: 500;
				}
				#nazo .contentWrap .questionBox .txtBox li p.note::before {
					content: "※";
					display: block;
					font-size: 17px;
					font-weight: 500;
					color: #333333;
					width: 1.5em;
					
				}

		#nazoanswer {
		}

		
		#nazo .contentWrap .correctBox {
			width: 100%;
			max-width: 700px;
			padding: 50px 0 50px 0;
			margin: 0 auto 0 auto;
			position: relative;
			text-align: center;
			font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;

		}
			#nazo .contentWrap .correctBox .txtBox .tit {
				width: 100%;
				max-width: 265px;
				margin: 0 auto 0 auto;
			}
				#nazo .contentWrap .correctBox .txtBox .txt1 {
					width: 100%;
					text-align: center;
					font-size: 21px;
					color: #333333;
					margin-top: 40px;
					line-height: 1.6;
					font-weight: 500;
				}
		
			#nazo .contentWrap .correctBox .btn {
				width: 80%;
				max-width: 344px;
				margin: 50px auto 0 auto;
			}
			
		#nazo .contentWrap .item05 {
			width: 26%;
			position: absolute;
			right: 5%;
			top: 2%;
		}
				
		#nazo .contentWrap .incorrectBox {
			width: 100%;
			max-width: 700px;
			padding: 50px 0 50px 0;
			margin: 0 auto 0 auto;
			position: relative;
			text-align: center;
			font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
		#nazo .contentWrap .item04 {
			width: 14%;
			position: absolute;
			right: 5%;
			bottom: 5%;
		}
			#nazo .contentWrap .incorrectBox .txtBox .tit {
				width: 100%;
				max-width: 246px;
				margin: 0 auto 0 auto;
			}
			#nazo .contentWrap .incorrectBox .txtBox .txt {
				width: 100%;
				text-align: center;
				font-size: 21px;
				color: #333333;
				margin-top: 30px;
				line-height: 1.6;
			}
			#nazo .contentWrap .incorrectBox .btn {
				margin: 50px auto 0 auto;
				max-width: 300px;
				width: 90%;
			}
		
		#nazo .answerWrap {
			padding-top: 50px;
			padding-bottom: 50px;
		}
		#nazo .answerBox {
			width: 90%;
			max-width: 740px;
			margin: 0 auto 20px auto;
			position: relative;
			z-index: 1;
		}
			#nazo .answerBox .nazo {
				width: 100%;
				
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  -webkit-align-items: flex-end;
  align-items:         flex-end;
			}
				#nazo .answerBox .nazo .txt01 {
					font-size: 25px;
					color: #e7323f;
					font-weight: bold;
					letter-spacing: 0.3em;
					
					width: 100%;
					margin-bottom: 10px;
					
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items:         center;
				}
					#nazo .answerBox .nazo .txt01 .icon {
						width: 7.4%;
						margin-right: 1%;
					}
				
			#nazo .answerBox .nazoBtn {
				background: #0068b7;
				width: 100%;
				text-align: center;
				font-size: 22px;
				font-weight: bold;
				letter-spacing: 0.3em;
				padding: 20px 0 20px 0;
				margin: 3px auto 0 auto;
				display: block;
				cursor: pointer;
				
				
				position: relative;
				z-index: 1;
				
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;

			}
				#nazo .answerBox .nazoBtn a {
					color: #ffffff;
					transition: opacity .3s;
				}
					#nazo .answerBox .nazoBtn.op a {
						opacity: 0;
					}
				#nazo .answerBox .nazoBtn:after {
					content: "";
					width: 95%;
					height: 100%;
					margin: 0 5% 0 0;
					background: url(../img/arrow_w_01.png) no-repeat right center;
					background-size: auto 30%;
					position: absolute;
					right: 0;
					top: 0;
					transition: opacity .3s;
					
				}
				
				#nazo .answerBox .nazoBtn.op:after {
					
					opacity: 0;
				}
				#nazo .answerBox.off .nazoBtn.op:after {
					content: "";
					width: 95%;
					height: 100%;
					margin: 0 5% 0 0;
					background: url(../img/arrow_w_01.png) no-repeat right center;
					background-size: auto 30%;
					position: absolute;
					right: 0;
					top: 0;
					
					-moz-transform: rotate(0deg);
					-webkit-transform: rotate(0deg);
					-o-transform: rotate(0deg);
					-ms-transform: rotate(0deg);
				}
				#nazo .answerBox .nazoBtn:hover {
					background-color: #2f83c3;
				}
				#nazo .answerBox.off .nazoBtn:hover {
					background-color: #b1b4b9;
				}
				
		#nazo .correctBox .inputBox {
			width: 80%;
			margin: 30px auto 0 auto;
			padding: 2% 0 5% 0;
			position: relative;
		}
				
		#nazo .answerBox .inputBox {
			width: 90%;
			margin: -1.5% auto 0 auto;
			padding: 3% 5% 5% 5%;
			z-index: 1;
			position: relative;
			display: none;
			z-index: -1;
				background: #0068b7;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
			

		}
					 #nazo .correctBox input[type="text"] {
						width: 52%;
						border: 0;
						margin: 0 0 0 0;
						padding: 15px 3% 15px 3%;
						
						border: solid 1px #909090;
						font-size: 20px;
						outline: none;
						color: #333333;
						background: #ffffff;
					}
						
					 #nazo .answerBox input[type="text"] {
						width: 64%;
						border: 0;
						margin: 0 0 0 0;
						padding: 15px 3% 15px 3%;
						
						border: solid 2px #dcdcdc;
						font-size: 20px;
						outline: none;
						color: #333333;
						background: #ffffff;
					}
					
						 #nazo .correctBox input:focus {
							border: solid 1px #909090;
						}
						 #nazo .answerBox input:focus {
							border:solid 2px #dcdcdc;
						}
						
				#nazo .correctBox input[type="submit"] {
					border: none;
					outline: none;
					width: 35%;
					color: #ffffff;
					text-align: center;
					background: #0068b7;
					cursor: pointer;
					font-size: 25px;
					font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
					font-weight: bold;
					padding: 10px 0 10px 0;
					margin: 0 0 0 2%;
				}
				
				#nazo .answerBox input[type="submit"] {
					border: none;
					outline: none;
					width: 25%;
					color: #0068b7;
					text-align: center;
					background: #ffffff;
					cursor: pointer;
					font-size: 22px;
					font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
					font-weight: bold;
					padding: 10px 0 10px 0;
					margin: 0 0 0 2%;
				}
				#nazo .inputBox form {
					margin-top: 10px;
				}
					:placeholder-shown {
					    color: rgba(179, 179, 179, 0.30); }
					::-webkit-input-placeholder {
					    color: rgba(179, 179, 179, 0.30); }
					:-moz-placeholder {
					    color: rgba(179, 179, 179, 0.30); opacity: 1; }
					::-moz-placeholder {
					    color: rgba(179, 179, 179, 0.30); opacity: 1; }
					:-ms-input-placeholder {
					    color: rgba(179, 179, 179, 0.30); }
					    
					#nazo input[type="submit"][disabled]{
						background: #b3d2ea;
					}
					#nazo .transmit:hover {
						background: #b3d2ea;
					}
					
					/*===================sp=*/@media screen and (max-width: 860px) {
						
						
input[type="button"],input[type="text"],input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
		#nazo .contentWrap .item03 {
			width: 20%;
			position: absolute;
			right: 0;
			bottom: 0;
			top: -12%;
		}
				#nazo .answerBox .nazo .txt01 {
					font-size: 20px;
					color: #0068b7;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
		#nazo .answerWrap {
			padding: 5% 0 5% 0;
		}
						
		#nazo .contentWrap .questionBox {
				width: 100%;
				max-width: 100%;
				margin: 0 auto 0 auto;
				position: relative;
		}
			#nazo .contentWrap .questionBox .txtBox {
				width: 90%;
				padding: 5% 5% 5% 5%;
				margin: 10px 0 0 0;
			}
				#nazo .contentWrap .questionBox .txtBox li {
					width: 100%;
					margin: 0 auto 2px auto;
				}
				#nazo .contentWrap .questionBox .txtBox li p {
					font-size: 16px;
					font-weight: bold;
					display: block;
					padding-left: 0;
					margin: 0 0 0 0;
					text-align: left;
					display: block;
				}
				#nazo .contentWrap .questionBox .txtBox li p::before {
					content: "1.";
					display: block;
					font-size: 20px;
					font-weight: bold;
					color: #0068b7;
					width: 1.8em;
					
				}
				
		#nazo .answerBox .nazoBtn,
		#nazo .answerBox.off .nazoBtn {
			font-size: 20px;
			padding: 10px 0 10px ;
		}
		#nazo .inputBox {
			width: 90%;
		}
		#nazo .contentWrap .correctBox {
			width: 100%;
			max-width: 100%;
		}
			#nazo .contentWrap .correctBox .txtBox .tit {
				width: 60%;
				max-width: 60%;
				margin-top: 0;
			}
				#nazo .contentWrap .correctBox .txtBox .txt1 {
					width: 90%;
					margin: 20px auto 0 auto;
					font-size: 18px;
					margin-top: 40px;
					text-align: left;
				}

		
		#nazo .contentWrap .incorrectBox {
			width: 90%;
			margin: 0 auto; 
		}
			#nazo .contentWrap .incorrectBox .txtBox .tit {
				width: 60%;
				max-width: 60%;
			}
			#nazo .contentWrap .incorrectBox .txtBox .txt {
				width: 100%;
				text-align: center;
				font-size: 18px;
				color: #333333;
				margin-top: 30px;
				line-height: 1.6;
				text-align: left;
			}
			#nazo .contentWrap .incorrectBox .btn {
				margin: 50px auto 0 auto;
				max-width: 300px;
				width: 65%;
			}
			
		#nazo .contentWrap .correctBox .inputBox {
			width: 100%;
			margin: 20px 0 0 0;
			position: relative;
		}
				 #nazo .correctBox input[type="text"] {
					width: 90%;
					font-size: 16px;
					padding: 2% 5% 2% 5%;
				}
				#nazo .correctBox #submit {
					width: 50%;
					padding: 2% 5% 2% 5%;
					font-size: 16px;
					margin: 15px 0 0 0;
					font-weight: bold;
				}
				
			#nazo .hintBtn {
				margin-top: 10px;
				font-size: 18px;
				font-weight: bold;
				position: relative;
				padding: 0 0 0 15%;
			}
			#nazo .hintBtn:before {
				content: "";
				background: url(../img/icon_hint.png) no-repeat center left;
				background-size: auto 100%;
				width: 13%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
			}

				
					 #nazo .correctBox input[type="text"] {
						width: 84%;
						border: 0;
						margin: 0 0 0 0;
						padding: 15px 3% 15px 3%;
						font-size: 20px;
						border: solid 1px #909090;
						outline: none;
						color: #333333;
						background: #ffffff;
						
					}
						 #nazo .correctBox input:focus {
						}
						
					 #nazo .answerBox input[type="text"] {
						width: 94%;
						border: 0;
						margin: 0 0 0 0;
						padding: 15px 3% 15px 3%;
						
						border: solid 2px #dcdcdc;
						font-size: 20px;
						outline: none;
						color: #333333;
						background: #ffffff;
						
					}
						 #nazo .answerBox input:focus {
							border:solid 2px #dcdcdc;
						}
						
						
				#nazo .correctBox input[type="submit"] {
					border: none;
					outline: none;
					width: 70%;
					text-align: center;
					cursor: pointer;
					font-size: 22px;
					font-weight: bold;
					padding: 5px 0 5px 0;
					margin: 15px 0 0 2%;
				}
				#nazo .answerBox input[type="submit"] {
					border: none;
					outline: none;
					width: 50%;
					color: #0068b7;
					text-align: center;
					background: #ffffff;
					cursor: pointer;
					font-size: 22px;
					font-weight: bold;
					padding: 5px 0 5px 0;
					margin: 15px 25% 0 25%;
				}
				
				
						
					}/*====================*/



.pop2 {
	display: none;
}

.pop2 .bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: rgba(255, 255, 255, 0.95);
opacity: 0.9;
}
.pop2 .popWrap {
	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;
}
	.pop2 .popBox {
		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;
	}
		.pop2 .popBox:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}
		
		.popItem {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			margin: 0 auto;
			text-align: left;
			z-index: 1045;
			cursor: auto;
			line-height: 0;
			width: 80% !important;
			max-width: 940px;
			opacity: 0;
			-webkit-transition: all 0.15s ease-out;
			-moz-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;
			opacity: 1;
		}



.nazotool {
	background: #0068b7;
	padding: 50px 0 50px 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
}
	.nazotool .tit {
		width: 90%;
		max-width: 720px;
		margin: 0 auto;
		font-size: 22px;
		letter-spacing: 0.1em;
		font-weight: bold;
		color: #ffffff;
	}
	.nazotool .tit .name {
		color: #fbe663;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}
	.nazotool .img {
		width: 90%;
		max-width: 720px;
		margin: 40px auto 0 auto;
	}
	.nazotool .commBox {
		width: 100%;
		max-width: 680px;
		margin: 10px auto 15px auto;
		padding: 30px 20px 30px 20px;
		line-height: 1.8;
		font-size: 23px;
		color: #ffffff;
		font-weight: bold;
		z-index: 1;
		position: relative;
	}
	.nazotool .btn {
		width: 80%;
		max-width: 344px;
		margin: 0 auto 0 auto;
	}


.nazotool button.close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.nazotool button::-moz-focus-inner {
  padding: 0;
  border: 0;
 }

.nazotool .close {
  position: absolute;
right: 5%;
top: 5%;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 0 0;
  color: #FFF;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
 }
  .nazotool .close:hover,
  .nazotool .close:focus {
    opacity: 1; }
  .nazotool .close:active {
    top: 5%; }
	.nazotool .close {
	  color: #522164 !important;
	}
	
	/*---------------------------------- setting SP----------*/
					@media screen and (max-width: 1020px) {
.nazotool {
	padding: 15% 0 15% 0 ;
}

	.nazotool .commBox {
		width: 80%;
		max-width: 90%;
		margin: 5% auto 0 auto;
		padding: 5% 5% 5% 5%;
		font-size: 16px;
		font-weight: bold;
		z-index: 1;
		position: relative;
	}
	.nazotool .tit {
		line-height: 1.8;
		font-size: 16px;
	}
	.nazotool .tit .name {
		font-size: 22px;
	}
	.nazotool .btn {
		width: 70%;
		max-width: 300px;
		margin: 5% auto 0 auto;
	}
					
.nazotool .close {
width: 3%;
position: absolute;
right: 5%;
top: 5%;
}
  .nazotool .close:active {
    top: -2%; }
					
					
					}


/*-----------------------------------------------------------
	#tvnazo setting
-----------------------------------------------------------*/
#tvnazo {
	padding-top: 1px;
	padding-bottom: 50px;
}
#tvnazo .tyB {
	padding-top: 50px;
	letter-spacing: 0.3em;
	text-shadow: none;
}
		#tvnazo .contentWrap .questionBox {
				width: 100%;
				max-width: 800px;
				margin: 20px auto 0 auto;
				position: relative;
				font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;

		}
		#tvnazo .contentWrap .item03 {
			width: 20%;
			position: absolute;
			right: 5%;
			bottom: -3%;
		}
			#tvnazo .contentWrap .questionBox .txtBox {
				width: 100%;
				padding: 50px 0 30px 0;
				margin: 0 0 0 0;
			}
				#tvnazo .contentWrap .questionBox .txtBox li {
					width: 100%;
					margin: 0 auto 15px auto;
					font-weight: 500;
				}
				#tvnazo .contentWrap .questionBox .txtBox li p {
					font-size: 20px;
					color: #333333;
					display: block;
					padding-left: 0;
					margin: 0 0 0 0;
					
					display: -webkit-flex;
					display: flex;
					-webkit-align-items: baseline;
					align-items:         baseline;
					
				}
				#tvnazo .contentWrap .questionBox .txtBox li p a {
					color: #0068b7;
					text-decoration: underline;
				}
				#tvnazo .contentWrap .questionBox .txtBox li p a:hover {
					color: #0068b7;
					text-decoration: none;
				}
				#tvnazo .contentWrap .questionBox .txtBox li p::before {
					content: "1.";
					display: block;
					font-size: 20px;
					font-weight: bold;
					color: #0068b7;
					width: 1.5em;
					
				}
				#tvnazo .contentWrap .questionBox .txtBox li .q01::before {
					content: "1.";
				}
				#tvnazo .contentWrap .questionBox .txtBox li .q02::before {
					content: "2.";
				}
				#tvnazo .contentWrap .questionBox .txtBox li .q03::before {
					content: "3.";
				}
				#tvnazo .contentWrap .questionBox .txtBox li .q04::before {
					content: "4.";
				}
				#tvnazo .contentWrap .questionBox .txtBox li .q05::before {
					content: "5.";
				}
				#tvnazo .contentWrap .questionBox .txtBox li .q06::before {
					content: "6.";
				}

		#tvnazoanswer {
		}

		
		#tvnazo .contentWrap .correctBox {
			width: 100%;
			max-width: 700px;
			padding: 50px 0 50px 0;
			margin: 0 auto 0 auto;
			position: relative;
			text-align: center;
			font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;

		}
			#tvnazo .contentWrap .correctBox .txtBox .tit {
				width: 100%;
				max-width: 265px;
				margin: 0 auto 0 auto;
			}
				#tvnazo .contentWrap .correctBox .txtBox .txt1 {
					width: 100%;
					text-align: center;
					font-size: 21px;
					color: #333333;
					margin-top: 20px;
					line-height: 1.6;
					font-weight: bold;
					letter-spacing: 0.1em;
				}
				#tvnazo .contentWrap .correctBox .txtBox .txt2 {
					font-size: 40px;
					color: #333333;
					margin-top: 10px;
					line-height: 1.6;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
				#tvnazo .contentWrap .correctBox .txtBox .txt3 {
					font-size: 16px;
					color: #333333;
					margin-top: 40px;
					margin-bottom: 20px;
					line-height: 1.6;
				}
				#tvnazo .contentWrap .correctBox .txtBox .txt3 a {
					font-weight: bold;
					color: #0068b7;
				}
				#tvnazo .contentWrap .correctBox .txtBox .txt3 a:hover {
					font-weight: bold;
					color: #2f83c3;
					text-decoration: none;
				}
		
			#tvnazo .contentWrap .correctBox .btn {
				width: 80%;
				max-width: 344px;
				margin: 50px auto 0 auto;
			}
			
		#tvnazo .contentWrap .item05 {
			width: 26%;
			position: absolute;
			right: 5%;
			top: 2%;
		}
				
		#tvnazo .contentWrap .incorrectBox {
			width: 100%;
			max-width: 700px;
			padding: 50px 0 50px 0;
			margin: 0 auto 0 auto;
			position: relative;
			text-align: center;
			font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
		#tvnazo .contentWrap .item04 {
			width: 14%;
			position: absolute;
			right: 5%;
			bottom: 5%;
		}
			#tvnazo .contentWrap .incorrectBox .txtBox .tit {
				width: 100%;
				max-width: 246px;
				margin: 0 auto 0 auto;
			}
			#tvnazo .contentWrap .incorrectBox .txtBox .txt {
				width: 100%;
				text-align: center;
				font-size: 21px;
				color: #333333;
				margin-top: 30px;
				line-height: 1.6;
			}
			#tvnazo .contentWrap .incorrectBox .btn {
				margin: 50px auto 0 auto;
				max-width: 300px;
				width: 90%;
			}
		
		#tvnazo .answerWrap {
			padding-top: 50px;
			padding-bottom: 50px;
		}
		#tvnazo .answerBox {
			width: 90%;
			max-width: 740px;
			margin: 0 auto 20px auto;
			position: relative;
			z-index: 1;
		}
			#tvnazo .answerBox .nazo {
				width: 100%;
				
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  -webkit-align-items: flex-end;
  align-items:         flex-end;
			}
				#tvnazo .answerBox .nazo .txt01 {
					font-size: 35px;
					color: #0068b7;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
				#tvnazo .answerBox .nazo .txt02 {
					font-size: 18px;
					color: #333333;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
				#tvnazo .answerBox .nazo.tyB .txt02 {
					font-size: 18px;
					color: #333333;
					font-weight: bold;
					letter-spacing: 0;
					text-align: right;
				}
				#tvnazo .answerBox.off .nazo .txt01 {
					color: #b1b4b9;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
				#tvnazo .answerBox.off .nazo .txt02 {
					color: #b1b4b9;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
				
			#tvnazo .answerBox .nazoBtn {
				background: #0068b7;
				width: 100%;
				text-align: center;
				font-size: 22px;
				font-weight: bold;
				letter-spacing: 0.3em;
				padding: 20px 0 20px 0;
				margin: 3px auto 0 auto;
				display: block;
				cursor: pointer;
				
				
				position: relative;
				z-index: 1;
				
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;

			}
			#tvnazo .answerBox.off .nazoBtn {
				background: #b1b4b9;
				width: 100%;
				text-align: center;
				font-size: 22px;
				font-weight: bold;
				letter-spacing: 0.3em;
				padding: 20px 0 20px 0;
				margin: 3px auto 0 auto;
				display: block;
				cursor: pointer;
				
				
				position: relative;
				z-index: 1;
				
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;

			}
				#tvnazo .answerBox .nazoBtn a {
					color: #ffffff;
					transition: opacity .3s;
					text-decoration: none:
				}
				#tvnazo .answerBox .nazoBtn a:hover {
					text-decoration: none;
				}
					#tvnazo .answerBox .nazoBtn.op a {
						opacity: 0;
					}
				#tvnazo .answerBox .nazoBtn:after  {
					content: "";
					width: 95%;
					height: 100%;
					margin: 0 5% 0 0;
					background: url(../img/arrow_w_01.png) no-repeat right center;
					background-size: auto 30%;
					position: absolute;
					right: 0;
					top: 0;
					
				}
				
				#tvnazo .answerBox .nazoBtn.op:after {
					content: "";
					width: 95%;
					height: 100%;
					margin: 0 5% 0 0;
					background: url(../img/arrow_w_01.png) no-repeat left center;
					background-size: auto 30%;
					position: absolute;
					right: 0;
					top: 0;
					
					-moz-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					-o-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					display: none;
				}
				#tvnazo .answerBox.off .nazoBtn.op:after {
					content: "";
					width: 95%;
					height: 100%;
					margin: 0 5% 0 0;
					background: url(../img/arrow_w_01.png) no-repeat right center;
					background-size: auto 30%;
					position: absolute;
					right: 0;
					top: 0;
					
					-moz-transform: rotate(0deg);
					-webkit-transform: rotate(0deg);
					-o-transform: rotate(0deg);
					-ms-transform: rotate(0deg);
				}
				#tvnazo .answerBox .nazoBtn:hover {
					background-color: #2f83c3;
				}
				#tvnazo .answerBox.off .nazoBtn:hover {
					background-color: #b1b4b9;
				}
					#tvnazo .answerBox.off .nazoBtn.off a {
						opacity: 1 ;
					}
					#tvnazo .answerBox.off .nazoBtn.off:after {
						opacity: 0 !important;
					}
					#tvnazo .answerBox.off .nazoBtn.op.off:after {
						opacity: 0 !important;
					}
				
				
		#tvnazo .inputBox {
			width: 90%;
			margin: -1% auto 0 auto;
			padding: 2% 5% 5% 5%;
			z-index: 1;
			position: relative;
			display: none;
			z-index: -1;
			
				background: #0068b7;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
		}
			#tvnazo .inputBox .img {
				
			}
			#tvnazo .inputBox form {
				margin-top: 10px;
			}
			#tvnazo .hintBtn {
				margin-top: 15px;
				font-size: 18px;
				font-weight: bold;
				position: relative;
				padding: 0 0 0 6%;
			}
			#tvnazo .hintBtn.off {
				opacity: 0.5;
			}
			#tvnazo .hintBtn a {
				color: #ffffff;
			}
			#tvnazo .hintBtn a:hover {
				text-decoration: none;
				opacity: 0.7;
			}
			#tvnazo .hintBtn a:before {
				content: "";
				background: url(../img/icon_hint.png) no-repeat center left;
				background-size: auto 100%;
				width: 5%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
			}

		#tvnazo .inputBox div {
			width: 100%;
			
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content:         center;
			-webkit-flex-wrap: wrap;
			flex-wrap:         wrap;
		}
					 #tvnazo input[type="text"] {
						width: 66%;
						border: 0;
						margin: 0 0 0 0;
						padding: 15px 3% 15px 3%;
						
						border: solid 2px #dcdcdc;
						font-size: 20px;
						outline: none;
						color: #333333;
						background: #ffffff;
						
					}
						 #tvnazo input:focus {
							border:solid 2px #dcdcdc;
						}
					#tvnazo .tyB input[type="text"] {
						width: 60%;
						padding: 15px 3% 15px 3%;
					}
				#tvnazo input[type="submit"] {
					border: none;
					outline: none;
					width: 25%;
					color: #0068b7;
					text-align: center;
					background: #ffffff;
					cursor: pointer;
					font-size: 22px;
					font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
					font-weight: bold;
					padding: 10px 0 10px 0;
					margin: 0 0 0 2%;
				}
				#tvnazo form.off {
					pointer-events: none;
				}
				#tvnazo input[type="text"].off,
				#tvnazo input[type="submit"].off {
					opacity: 0.5;
				}
					:placeholder-shown {
					    color: rgba(179, 179, 179, 0.30); }
					::-webkit-input-placeholder {
					    color: rgba(179, 179, 179, 0.30); }
					:-moz-placeholder {
					    color: rgba(179, 179, 179, 0.30); opacity: 1; }
					::-moz-placeholder {
					    color: rgba(179, 179, 179, 0.30); opacity: 1; }
					:-ms-input-placeholder {
					    color: rgba(179, 179, 179, 0.30); }
					    
					#tvnazo input[type="submit"][disabled]{
						background: #b3d2ea;
					}
					#tvnazo .transmit:hover {
						background: #b3d2ea;
					}
				
				
			.popupBox {
				background: #0068b7;
				padding: 5% 5% 5% 5%;
			}
			.popupBox .popupCloseBtn {
				width: 3%;
				position: absolute;
				right: 5%;
				top: 5%;
			}
			.popupBox .tit {
				font-size: 55px;
				color: #ffffff;
				position: relative;
				font-weight: bold;
				
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
			}
			.popupBox .tit:before {
				content: "　";
				background: url(../img/icon_hint.png) no-repeat center left;
				background-size: 100% auto;
				width: 6%;
				height: 105%;
				left: 0;
				top: 0;
				margin-right: 2%;
			}
			.popupBox .txt {
				width: 100%;
				font-size: 22px;
				font-weight: bold;
				margin-top: 5%;
				text-align: center;
				color: #ffffff;
line-height: 1.8;
			}
			.popupBox .txt.tyL {
				line-height: 1.8;
				padding-bottom: 10%;
			}
			.popupBox .img {
				width: 100%;
				margin-top: 3%;
			}
			
			#tvnazo .formBox {
				color: #333333;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				padding: 3% 5% 3% 5%;
				text-align: left;
			}
				#tvnazo .formBox h1 {
					margin-bottom: 30px;
				}
				#tvnazo .formBox div {
					margin-bottom: 30px;
					overflow: hidden;
				}
				#tvnazo .formBox p.txt {
					margin-top: 15px;
					margin-bottom: 5px;
				}
				#tvnazo .formBox .note {
					color: #eb1004;
				}
				 #tvnazo .formBox input[type="text"] {
					width: 66%;
					border: 0;
					margin: 0 0 0 0;
					padding: 5px 3% 5px 3%;
					
					border: solid 2px #dcdcdc;
					font-size: 20px;
					outline: none;
					color: #333333;
					background: #ffffff;
					
				}
					 #tvnazo .formBox input:focus {
						border:solid 2px #dcdcdc;
					}
					#tvnazo .formBox input[type="submit"] {
						margin: 30px auto 0 auto;
						background: #0068b7;
						color: #ffffff;
					}
					#tvnazo .formBox input[type="submit"]:hover {
						opacity: 0.5;
					}
					
					
					/*===================sp=*/@media screen and (max-width: 860px) {
						
input[type="button"],input[type="text"],input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
		#tvnazo .contentWrap .item03 {
			width: 20%;
			position: absolute;
			right: 0;
			bottom: 0;
			top: -12%;
		}
				#tvnazo .answerBox .nazo .txt01 {
					font-size: 20px;
					color: #0068b7;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
				#tvnazo .answerBox .nazo .txt02 {
					font-size: 16px;
					color: #333333;
					font-weight: bold;
					letter-spacing: 0.3em;
				}
		#tvnazo .answerWrap {
			padding: 5% 0 5% 0;
		}
						
		#tvnazo .contentWrap .questionBox {
				width: 100%;
				max-width: 100%;
				margin: 0 auto 0 auto;
				position: relative;
		}
			#tvnazo .contentWrap .questionBox .txtBox {
				width: 90%;
				padding: 5% 5% 5% 5%;
				margin: 10px 0 0 0;
			}
				#tvnazo .contentWrap .questionBox .txtBox li {
					width: 100%;
					margin: 0 auto 2px auto;
				}
				#tvnazo .contentWrap .questionBox .txtBox li p {
					font-size: 16px;
					font-weight: bold;
					display: block;
					padding-left: 0;
					margin: 0 0 0 0;
					text-align: left;
					display: block;
				}
				#tvnazo .contentWrap .questionBox .txtBox li p::before {
					content: "1.";
					display: block;
					font-size: 20px;
					font-weight: bold;
					color: #0068b7;
					width: 1.8em;
					
				}
				
		#tvnazo .answerBox .nazoBtn,
		#tvnazo .answerBox.off .nazoBtn {
			font-size: 20px;
			padding: 10px 0 10px ;
		}
		#tvnazo .inputBox {
			width: 90%;
			margin: -1.5% auto 0 auto;
			padding: 3% 5% 5% 5%;
			z-index: 1;
			position: relative;
			display: none;
			z-index: -1;
			
				background: #0068b7;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
		}
		#tvnazo .contentWrap .correctBox {
			width: 100%;
			max-width: 100%;
		}
			#tvnazo .contentWrap .correctBox .txtBox .tit {
				width: 60%;
				max-width: 60%;
				margin-top: 0;
			}
				#tvnazo .contentWrap .correctBox .txtBox .txt1 {
					width: 90%;
					margin: 0 auto 0 auto;
					font-size: 18px;
					margin-top: 10px;
					text-align: left;
				}
				#tvnazo .contentWrap .correctBox .txtBox .txt2 {
					width: 90%;
					margin: 0 auto 0 auto;
					font-size: 22px;
					margin-top: 20px;
					margin-bottom: 20px;
					text-align: left;
				}
				#tvnazo .contentWrap .correctBox .txtBox .txt3 {
					width: 90%;
					margin: 0 auto 0 auto;
					text-align: left;
				}
		
		#tvnazo .contentWrap .incorrectBox {
			width: 90%;
			margin: 0 auto; 
		}
			#tvnazo .contentWrap .incorrectBox .txtBox .tit {
				width: 60%;
				max-width: 60%;
			}
			#tvnazo .contentWrap .incorrectBox .txtBox .txt {
				width: 100%;
				text-align: center;
				font-size: 18px;
				color: #333333;
				margin-top: 30px;
				line-height: 1.6;
				text-align: left;
			}
			#tvnazo .contentWrap .incorrectBox .btn {
				margin: 50px auto 0 auto;
				max-width: 300px;
				width: 65%;
			}
			
		#tvnazo .contentWrap .correctBox .inputBox {
			width: 100%;
			margin: 20px 0 0 0;
			position: relative;
		}
				 #tvnazo .correctBox input[type="text"] {
					width: 85%;
					font-size: 16px;
					padding: 2% 5% 2% 5%;
				}
					
				#tvnazo .correctBox #submit {
					width: 28%;
					padding: 2% 5% 2% 5%;
					font-size: 16px;
					margin: 0 0 0 2%;
					font-weight: bold;
				}
				
			#tvnazo .hintBtn {
				margin-top: 10px;
				font-size: 18px;
				font-weight: bold;
				position: relative;
				padding: 0 0 0 15%;
			}
			#tvnazo .hintBtn a:before {
				content: "";
				background: url(../img/icon_hint.png) no-repeat center left;
				background-size: auto 100%;
				width: 13%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
			}

				
					 #tvnazo input[type="text"] {
						width: 94%;
						border: 0;
						margin: 0 0 0 0;
						padding: 15px 3% 15px 3%;
						
						border: solid 2px #dcdcdc;
						font-size: 20px;
						outline: none;
						color: #333333;
						background: #ffffff;
						
					}
						 #nazo input:focus {
							border:solid 1px #91290d;
						}
					#tvnazo .tyB input[type="text"] {
						width: 88%;
						padding: 15px 3% 15px 3%;
					}
						
				#tvnazo input[type="submit"] {
					border: none;
					outline: none;
					width: 50%;
					color: #0068b7;
					text-align: center;
					background: #ffffff;
					cursor: pointer;
					font-size: 22px;
					font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
					font-weight: bold;
					padding: 5px 0 5px 0;
					margin: 15px 0 0 2%;
				}
				
			.popupBox {
			}
			.popupBox .popupCloseBtn {
				width: 3%;
				position: absolute;
				right: 5%;
				top: 5%;
			}
			.popupBox .tit {
				font-size: 22px;
				color: #ffffff;
				position: relative;
				font-weight: bold;
				
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
			}
			.popupBox .tit:before {
				content: "　";
				background: url(../img/icon_hint.png) no-repeat center left;
				background-size: 100% auto;
				width: 5%;
				height: 100%;
				left: 0;
				top: 0;
				margin-right: 2%;
			}
			.popupBox .txt {
				width: 100%;
				font-size: 16px;
				line-height: 1.6;
				font-weight: bold;
				margin-top: 5%;
				text-align: left;
				color: #ffffff;
			}
			.popupBox .img {
				width: 100%;
				margin-top: 5%;
			}
			
			#tvnazo .answerBox .nazo.tyB {
			}
				#tvnazo .answerBox .nazo.tyB .txt01 {
				}
				#tvnazo .answerBox .nazo.tyB .txt02 {
					font-size: 16px;
					color: #333333;
					font-weight: bold;
					letter-spacing: 0.3em;
					text-align: left;
				}
				#tvnazo .answerBox .txt03 {
					font-size: 16px;
					color: #333333;
					font-size: 16px;
					display: block;
					width: 100%;
					letter-spacing: 0;
					text-align: left;
				}
						
					}/*====================*/






				.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: #ffffff;
					border: 1px solid #dcdcdc;
					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: #b3b2b2;
					border-radius: 100%;
				}
				.formBox select {
					outline: none;
					width: 20%;
					min-height: 30px;
					padding: 5px 2% 5px 2%;
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					font-size: 14px;
					border: 2px solid #dcdcdc;
					background: #ffffff url(../img/arrow_01.png) right 50% no-repeat;
					background-size: 33px, 94%;
					color: #333333;
				}
				.formBox select option {
					background: #000000;
				}
				
				
					/*===================sp=*/@media screen and (max-width: 860px) {

				.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: #ffffff;
					border: 1px solid #dcdcdc;
					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: #b3b2b2;
					border-radius: 100%;
				}
				.formBox select {
					outline: none;
					width: 40%;
					min-height: 30px;
					padding: 3px 10px 3px 10px;
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					font-size: 15px;
					border: 1px solid #dcdcdc;
					background: #ffffff url(../img/arrow_01.png) right 50% no-repeat;
					background-size: 33px, 100%;
					color: #333333;
				}
				
					}/*====================*/
					
/*-----------------------------------------------------------
	.bnrWrap setting
-----------------------------------------------------------*/


.bnrWrap {
	background: #00345b;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
}
	.bnrWrap ul {
		width: 90%;
		max-width: 960px;
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content:         center;
	}
		.bnrWrap ul li {
			width: 25%;
			max-width: 230px;
			margin: 0 10px 0 10px;
		}
		.bnrWrap ul li.tyB {
			width: 23%;
			max-width: 210px;
			margin: 0 10px 0 10px;
		}
		
					
					/*===================sp=*/@media screen and (max-width: 860px) {
						
.bnrWrap {

}
	.bnrWrap ul {
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
	}
		.bnrWrap ul li {
			width: 46%;
			max-width: 46%;
			margin: 0 2% 2% 2%;
		}
		.bnrWrap ul li.tyB {
			width: 45%;
			max-width: 45%;
			margin: 0 1% 2% 1%;
		}
					}/*====================*/


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

}
#faq {
	padding: 50px 0 50px 0;
}
.faq .contentWrap {

	width: 90%;
	max-width: 960px;
	margin: 30px auto 0 auto;
	padding: 0 0 0 0;
}
	.faq .contentBox {
		background: none;
	}
	.faq .contentBox a {
		
	}
	.faq .btnBox {
		width: 100%;
		margin: 50px 0 0 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}

		.faq .contentWrap p {
			font-size: 16px;
			line-height: 1.8;
			display: block;
			color: #000000;
		}
	
		.faq .contentWrap ul {
			width: 100%;
			margin: 3% auto 0 auto;
		}
			.faq .contentWrap ul li {
				margin: 0 0 30px 0;
			}
			.faq .contentWrap ul li .q {
				font-size: 25px;
				color: #0068b7;
				font-weight: bold;
				display: block;
				padding-left: 2em;
				margin: 0 0 2% 0;
			}
			.faq .contentWrap ul li .q::before {
				content: "Q：";
				display: block;
				float: left;
				margin-left: -2em;
				width: 2em;
				text-align: center;
			}
			.faq .contentWrap ul li .a {
				font-size: 16px;
				line-height: 1.8;
				display: block;
				padding-left: 2.5em;
				color: #000000;
			}
			.faq .contentWrap ul li .a::before {
				content: "A：";
				font-size: 18px;
				font-weight: bold;
				display: block;
				float: left;
				margin-left: -2em;
				text-align: center;
			}
			.faq .contentWrap ul li .n {
				font-size: 16px;
				line-height: 1.8;
				display: block;
				padding-left: 1em;
				margin: 0 0 10px 0;
			}
			.faq .contentWrap 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: 860px) {
	#faq h2 {
		width: 16%;
		margin: 0 auto 0 auto;
	}
		.faq .contentWrap h4 {
			font-size: 14px;
		}
	.faq .btnBox {
		margin: 3% 0 0 0;
	}
	.faq h3 img {
		width: 100%;
	}
	.faq .contentWrap {
		margin: 40px auto 0 auto;
	}
		.faq .contentWrap ul {
			width: 100%;
		}
			.faq .contentWrap ul li .q {
				font-size: 13px;
			}
			.faq .contentWrap ul li .a {
				font-size: 12px;
				padding-left: 2em;
			}
			.faq .contentWrap ul li .a::before {
				font-size: 12px;
				margin-left: -2em;
				margin-top: 0;
			}
			.faq .contentWrap ul li .n {
				font-size: 12px;
			}
			.faq .contentWrap ul li .n::before {
				font-size: 12px;
			}
					}/*====================*/
					
					

/*-----------------------------------------------------------
	#share setting
-----------------------------------------------------------*/
#share {

	width: 100%;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	text-align: center;
}
.inner #share {
	margin-top: 0;
}
#content #share h2 {
	color: #000000;
	margin-bottom: 30px;
}
#share .contentBox {
	background: none;
	padding: 65px 0 65px 0;
	overflow: hidden;
}
	#share ul {
		width: 100%;
		max-width: 525px;
		margin: 0 auto 0 auto;
	}
		#share ul li {
			width: 162px;
			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: 860px) {
					
#share {
	padding: 0 0 0 0;
}
	#share .contentBox {
		width: 80%;
		padding: 40px 0 40px 0;
	}
	.top #share .contentBox {
		padding: 40px 0 40px 0;
	}
		#share ul {
			width: 100%;
			margin-top: 0;
		}
		#share ul li {
			width: 28%;
			margin: 0 2% 0 2%;
		}
			
				}/*====================*/
								

/*-----------------------------------------------------------
	#footer setting
-----------------------------------------------------------*/
#footer {
	background: #000000;
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 65px 0 65px 0;
	position: relative;
	line-height: 1.6;
	color: #e5e5e4;
	z-index: 2;
}
	.footerWrap {
	}
	
	#footer .txt {
		font-weight: bold;
	}
	
	#footer .logo {
		width: 90%;
		max-width: 360px;
		margin: 0 auto 0 auto;

		display: -webkit-flex;
		display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
 -webkit-justify-content: space-between;
  justify-content:         space-between;
  -webkit-align-items: center;
  align-items:         center;
	}
	
		#footer .logo p {
			line-height: 0;
			margin-bottom: 30px;
		}
			#footer .logo .logo00 {
				width: 45%;
				margin: 0 0 30px 0;
			}
			#footer .logo .logo01 {
				width: 45%;
				margin: 0 0 30px 0;
			}
			#footer .logo .logo02 {
				width: 40%;
				margin: 0 30% 30px 30%;
				
			}
			#footer .logo .logo03 {
				width: 40%;
				margin: 0 30% 30px 30%;
			}

#footer .copy {
	font-size: 12px;
	margin: 15px 0 10px 0;
	color: #ffffff;
	line-height: 1.6;
}

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

#footer {
	padding: 0 0 30px 0;
}
#footer .logo {
	width: 60%;
	margin: 30px auto 0 auto;
}
#footer .txt {
	width: 90%;
	margin: 0 auto 0 auto;
	font-size: 14px;
	text-align: left;
}

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



/*----------------------------------#popup setting----------*/
#popup {
	display: none;
}
#popupBtn {
	width: 93px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	cursor: pointer;
}
#popupBtn img {
	width: 100%;
	border-style:none;
}
	/*----------------------------------#popup setting SP----------*/
					@media screen and (max-width: 860px) {
						
#popupBtn {
	width: 20%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	cursor: pointer;
}
#popupBtn img {
	width: 100%;
	border-style:none;
}
					}