@charset "utf-8";
body {
	font: 13px/150% "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
	color:#eee;
	-webkit-text-size-adjust: 100%;
	background:#333;
}
img{
	max-width:100%;
}
a{
	text-decoration:underline;
	color:#47e0ff;
	-moz-transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	outline:none;
	padding-bottom:2px;
}
a:hover{
	color:#fff;outline:none;
	text-shadow:0 0 5px #3cc;
}
a:active{
	outline:none;
}
a img{
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.small{
	font-size:90% !important;
	line-height:140%;
	color:#ec9800;
}
.center{
	text-align:center;
}
.point{
	color:#ec9800;
}

/*共通-------------------------------------------*/
header{
	width:100%;
	background:url(../img/head_bg.png) 0 bottom repeat-x;	
	height:63px;
	border-top:3px solid #33cccc;
	margin:0 0 50px 0;
	padding:0;
	position:fixed;
	top:0;
	z-index:1000;
}
header nav{
	width:1000px;
	margin:0 auto;
}
header nav ul{
	list-style:none;
}
header nav li{
	float:left;
	width:181px;
	height:38px;
	border-left:1px solid #333;
	text-align:center;
	padding-top:8px;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	font-weight:bold;
}
header nav li a{
	font-weight:bold;
	color:#eee;
	display:block;
	width:100%;height:100%;
}

header nav li.on,header nav li:hover{
	background:#163838;
}
header nav li:nth-of-type(4):hover{
	background:none;
}
header nav li.logo{
	width:276px;
	height:60px;
	border-left:none;	
	padding-top:0;
}
header nav li:nth-last-of-type(1),header nav li:nth-of-type(3){
	border-right:1px solid #333;
}

footer{
	color:#222;
	padding:0;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:100;
}
footer .update{
	color:#aaa;
	text-align:center;
	padding:45px 0 0;
	margin:0;
	height:70px;
	background:url(../img/top_hr.png) 50% 0;
	font-size:10.5px;
}
footer .update p{
	display:inline-block;
	padding:0 20px;
	margin:0 auto;
	background:#000;
}
footer .update .ttl{
	color:#099;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	margin:0 10px 0 0;
}
footer nav{
	border-bottom:1px solid #333;
	background:#1c1c1c;
	display:block;
}
footer nav ul{
	display:table;
	width:930px;
	margin:0 auto;
	padding:5px 0 8px;
}
footer nav li{
	display:inline-block;
	float:left;
	width:228px;
	border:1px solid #333;
	border-radius:5px;
	margin-right:6px;
	text-align:center;
	position:relative;
	behavior: url(../css/PIE.htc);
}
footer nav li:nth-last-of-type(1){
	margin-right:0;
}
footer p.copy{
	text-align:center;
	padding:5px 10px;
	margin:0;
	font-weight:bold;
	background:#33cccc;
	font-size:9px;
	line-height:100%;
}
.tbl{
	display:table;
	width:100%;
}
.tbl .cel{
	display:table-cell;
}
.pg{
	padding:0;
	position:relative;
	top:0;
	width:100%;
	box-shadow:0 0 5px #000;
	overflow:hidden;
/* 	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out; */
}
h2.sc{
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	top:0;
}
h3{
	position:relative;
	top:0;
}
.wrapper{
	max-width:100%;
	margin:0 auto;
	position:relative;
	padding:0 0 150px;
	background:rgba(0,0,0,0.55);	
 	-moz-transition:all 0.8s ease-out;
	-webkit-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:url("../img/bg_b.png")\9;
	z-index:1000;
}
.pg,.wrapper,#top{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/bg_b.png", sizingMethod="scale")\9;}


.wrapper.off{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.tb{
	max-width:960px;	
	margin:0 auto 20px;	
		position:relative;
		left:0;
}
.tb li{
	float:left;
	width:50%;
	text-align:center;
	padding:5px;
}
.tb li p{
	border:1px solid #999;
	display:block;
	width:100%;	height:100%;
	border-radius:5px;
	padding:0;
	cursor: pointer;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	background:rgba(0,0,0,0.4);
	background:url("../img/bg_b.png")\9;
	position:relative;
	behavior: url(../css/PIE.htc);
}

.tb li p.on,.tb li p:hover{
	border:1px solid #3cc;
	background:rgba(0,70,70,0.5);
	box-shadow:0 0 5px #3cc;

}
.box{
	max-width:960px;
	margin:0 auto;
	display:none;
	padding:0;
	text-align:center;
}
.box.tb01{
	display:block;
}
.box h3{
	margin:10px 0 40px ;
}
.box p{
	margin:20px 0 30px;
	font-size:110%;
	line-height:150%;
}

.box table{
	width:100%;
	border :1px solid #3cc;
	box-shadow:0 0 5px #3cc;
	border-collapse: separate;
	border-spacing: 1px;
	padding:1px;
	text-align:left;
	margin:40px 0;
	background:rgba(0,0,0,0.4);
	background:url("../img/bg_b.png")\9;
}
.box table th{
	border :1px solid #218c8c;
	background:rgba(28,117,117,0.5);
	margin:2px;
	padding:8px 10px;
	width:150px;
	background:url("../img/bg_g.png")\9;
}
.box table th.big{
	font-size:140%;
	padding:10px;
	text-align:center;
	text-shadow:0 0 5px #3cc,0 0 5px #3cc,0 0 8px #3cc;
}
.box table td{
	border :1px solid #218c8c;

	margin:2px;
	padding:8px 10px;

}
.box .cel{
	text-align:center;
	float:left;
	width:33.33%;
	padding:5px;
}
.box td dl{
	margin:0;padding:0
}
.box td dt{
	margin:2px 0 0;padding:0;
	font-weight:bold;
}
.box td dd{
	margin:0 0 4px ;padding:0 0 0 15px;
	font-size:95%;
	color:#ccc;
	line-height:150%;
}

.btn{
	max-width:500px;
	margin:10px auto;
	padding:14px 0;
	font-size:17px;
	font-weight:bold;
	border:1px solid #33cccc;
	display:block;
	border-radius:5px;
	cursor: pointer;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	background:rgba(51, 204, 204 ,0.5);
	background:url("../img/bg_b.png")\9;
	position:relative;
	behavior: url(../css/PIE.htc);
}
.btn img{
	vertical-align:bottom;
}
.btn:hover{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	background:rgba(51, 204, 204 ,0.9);
	box-shadow:0 0 5px #fff;
}

p.obi{
	margin:0 10px 10px;
	background:#ec9800;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
}
p.card_name{
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0;
	line-height:120%;
}

#totop {
    background: url("https://www.zxtcg.com/common/image/totop.png") 0 0 no-repeat;
    position: fixed;
    bottom: -158px;right: 0;
    cursor: pointer;
    width: 180px;height: 158px;
    text-indent: -999px;
		overflow:hidden;
    -moz-transition: bottom 0.5s cubic-bezier(0.21, 0, 0, 1) 0s;
    -webkit-transition: bottom 0.5s cubic-bezier(0.21, 0, 0, 1) 0s;
    -ms-transition: bottom 0.5s cubic-bezier(0.21, 0, 0, 1) 0s;
    transition: bottom 0.5s cubic-bezier(0.21, 0, 0, 1) 0s;
    
		z-index:101;
		-ms-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
}
#totop:hover{
    background-position:-180px;
}



.sp{
	display:none;
}


/*top-------------------------------------------*/
#top{
	background-image:url(../img/dot.png),url(../img/bg01.jpg);
	background-size:auto,cover;
	background-position:0 0 ,50% 0;
	background-repeat:repeat,no-repeat;
	background:url(../img/bg01.jpg) 50% 0 no-repeat\9;
	background-attachment:fixed;
	z-index:5;
	padding:80px 0;
}
#top h1{
	text-align:center;
	margin:10px 0 5px;
	position:relative;
	z-index:-1;
	max-height:372px;
}
.addthis_toolbox{
	max-width:310px;
	height:35px;
	margin:5px auto 10px;
	position:relative;
	text-align:center;
}	
.addthis_button_facebook_like iframe.fb_iframe_widget_lift {
  z-index: 10000 !important;
}

#top .wrapper{
	max-width:680px;
	margin:0 auto 30px;
	border:none;
	padding:8px 10px 5px;
	display:block;
	text-align:left;
	position:relative;
	box-shadow:0 0 10px #66ffff;
	border-radius:5px;
}
#top h2,#top h3,#campaign .new{
font-weight:bold;
	background:url(../img/ttl_bg.png) 50% 50% no-repeat;
	width:100%;height:36px;
	font-size:120%;
	line-height:36px;
	text-align:center;
	text-shadow:0 0 5px #3cc,0 0 5px #3cc,0 0 8px #3cc;
	letter-spacing:8px;
}
#top ul{
	padding: 0 10px;
	margin-top:5px;
	margin-bottom:15px;
	font-size:90%;
}
#top table{
	font-size:12px;
	width:100%;
	margin:0;
	padding:0 0 10px 0;
}
#top th{
	padding: 5px 20px;
	text-align:left;
	width:100px;
}
#top td{
	padding: 5px 0;
}
#top tr,#top dt{
		border-top:1px dotted #666;
}
#top tr:first-child,#top dt:first-child{
		border-top:none
}
#top .rireki{
	padding-bottom:6px;
}
#top dl{
	margin:0;padding:0;
	height:285px;
	overflow:auto;
}
#top dt{
	margin:0;padding:10px 15px 0;
	font-size:11px;
	line-height:120%;
}
#top dd{
	margin:0;padding:0 15px 10px;
	font-size:14px;
}


/*taikai-------------------------------------------*/
#taikai{
	background-image:url(../img/dot2.png),url(../img/bg02.jpg);
	background-size:auto,cover;
	background-position:0 0 ,50% 0;
	background-repeat:repeat,no-repeat;
	background:url(../img/bg02.jpg) 50% 0 no-repeat\9;
	background-attachment:fixed;
	z-index:4;
}
#taikai .tb li{
	width:50%;
}
#taikai .taikai02 .cel{
	width:20%;
}
#taikai .tb01.box h3{
	margin:10px 0 0;
}
/*event-------------------------------------------*/
#event{
	background-image:url(../img/dot2.png),url(../img/bg03.jpg);
	background-size:auto,cover;
	background-attachment:fixed;
	background-position:0 0 ,50% -30px;
	background-repeat:repeat,no-repeat;
	background:url(../img/bg03.jpg) 50% 0 no-repeat\9;
	background-attachment:fixed;
	z-index:3;
}
#event.on{
	background-position:0 0 ,50% 0;
}
/*goods-------------------------------------------*/
#goods{
	background-image:url(../img/dot2.png),url(../img/bg04.jpg);
	background-size:auto,cover;
	background-attachment:fixed;
	background-position:0 0 ,50% -30px;
	background-repeat:repeat,no-repeat;
	background:url(../img/bg04.jpg) 50% 0 no-repeat\9;
	background-attachment:fixed;
	z-index:2;
}
#goods.on{
	background-position:0 0 ,50% 0;
}
#goods .notice{
	max-width:950px;
	margin:0 auto;
	font-size:90%;
	line-height:140%;
	text-align:center;
	background:rgba(0,0,0,0.35);
	padding:5px 10px;
	border-radius:5px;
}
#goods .notice h4{
	color:#fff;
	text-shadow:0 0 5px #3cc,0 0 5px #3cc,0 0 8px #3cc;
	background:url(../img/bg_g.png);
	padding:2px;
	margin-bottom:5px;
}
#goods .tb li,#campaign .tb li{
	max-width:33.3%;
	max-width:32%\9;
}
#goods .tb li:nth-last-of-type(1),
#campaign .tb li:nth-last-of-type(1){
	max-width:33.4%;
	max-width:32%\9;
}

#goods .goodsbox{
	background:rgba(0,0,0,0.3);
	box-shadow:0 0 10px #66ffff;
	border-radius:5px;
	padding:60px 20px 20px;
	margin:0 0 30px 0;
	position:relative;
	background:url(../img/bg_b.png);
}
#goods .goodsbox table{
	margin:20px 0 0;
}
#goods .copy{
	font-size:10px;
	color:#bbb;
	text-align:right;
	margin:5px 5px 0;
}
#goods .tb03 table{
	text-align:center;
}
#goods .tb03 td{
	padding:20px 10px;
}
#goods .evec{
	width:200px;
	background:url(../img/bg_o.png);
	border:1px solid #CA7900;
	border-left:0;
	border-radius: 0 30px 30px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:0;top:15px;
	line-height:110%;
	padding:8px 5px 5px 0;
	text-shadow:0 0 5px #f90,0 0 5px #f90,0 0 8px #f90;
}
#goods .senkou{
	width:200px;
	background:url(../img/bg_g.png);
	border:1px solid #088;
	border-left:0;
	border-radius: 0 30px 30px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:0;top:15px;
	line-height:110%;
	padding:8px 5px 5px 0;
	text-shadow:0 0 5px #3cc,0 0 5px #3cc,0 0 8px #3cc;
}
/*campaign----- --------------------------------------*/
#campaign{
	background-image:url(../img/dot2.png),url(../img/bg05.jpg);
	background-size:auto,cover;
	background-attachment:fixed;
	background-position:0 0 ,50% -30px;
	background-repeat:repeat,no-repeat;
	background:url(../img/bg05.jpg) 50% 0 no-repeat\9;
	background-attachment:fixed;
	z-index:1;
}
#campaign.on{
	background-position:0 0 ,50% 0;
}
#campaign .campaign02 .tbl img{
	max-width:60%;
}
#campaign .tenpo th{
	text-align:center;
	
}




#whatszxstream{
	display:none;
}
#uBox {
	display:none;position:absolute;background:#111;z-index: 1000001;
	padding:0 0 10px 0;border:6px solid #333;text-align:center;
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-transition: all 0.4s; 
	transition: all 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#uBox #ifcol{
	color:#ccc;
	background:#111;
	overflow:auto;
	padding:30px;
}
#uBox #close{
	background:#333;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 0;
	position:absolute;
	bottom:0;width:200px;
	right:0px;
	cursor: pointer;
	transition: all 0.3s;
}
#uBox #close:hover{
	background:#666;
}

/* float clear-------------------------------------------------------------------------------------------*/
.wrap:after{
	content:".";
	display:block;
	height:0;
 	visibility:hidden;
	clear:both !important;
}
* html .wrap{height:1%;}
.wrap{display:block;}




/* スマホ------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 640px) {
	.sp{
		display:block;
	}
	header .sp_head{
		display:block;
	}
	header .logo{
		width:100%;
		text-align:center;
	}
	header .menu{
		position:absolute;
		top:7px;right:7px;
	}
	header nav{
		width:100%;height:100%;
		background:#1c1c1c;	
		border:1px solid #333;
		border-top:3px solid #33cccc;
		position:fixed;
		top:0;left:110%;;
		box-shadow:0 0 5px #000;
		-moz-transition:all 0.3s ease-out;
		-webkit-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		transition:all 0.3s ease-out;
	}
	header nav li{
		float:none;
		width:100%;
		border:none;
		border-bottom:1px solid #333;
		text-align:left;
		padding:13px 15px 0;
		height:50px;
	}
	header nav .logo{
		display:none;
	}
	header nav li:nth-of-type(3):hover{
		background:#163838;
	}
	footer{
		position:relative;
		line-height:100%;
	}
	footer .update{
		margin-bottom:20px;
	}
	footer .update p{
		padding-bottom:5px;
	}
	footer .update .ttl{
		display:block;
	}
	footer nav{
	}
	footer nav ul{
	max-width:930px;
		text-align:center;
		width:100%;
	}
	footer nav li{
		width:47%;
		margin:5px 5px 0; 
		
	}	

	.wrapper{
		margin:0;
		padding:0 10px;
		box-shadow:none;
		border-radius:0;
	}
	.tb{
		width:100%;
	}
	.tb li{
		padding:2px;
	}
	.box{
		padding:0;
	}
	.box table th{
		width:70px;
	}	
	.box td .cel{
		width:50%;
	}	
	#totop {
		display:none;
	}
	#top{
		background-image:url(../img/sp_bg01.jpg);
		background-size:contain;
		background-attachment:scroll;
		background-position:50% 0;
		background-repeat:no-repeat;
		background-color:#000;
	}	
	#top h1{
		margin:50px 0 10px;
	}
	#top h2,#top h3{
		background-size:contain;
	}
	#top .wrapper{
		margin:0 auto;
		background:rgba(0,0,0,0.5);
		box-shadow:none;
		border-radius:0;
	}
	
	#taikai{
		background-image:url(../img/sp_bg02.jpg);
		background-size:contain;
		background-attachment:scroll;
		background-position:50% 0;
		background-repeat:no-repeat;
	}	
	#taikai .taikai02 .cel{
		width:50%;
	}
	#event{
		background-image:url(../img/sp_bg03.jpg);
		background-size:contain;
		background-attachment:scroll;
		background-position:50% 0;
		background-repeat:no-repeat;
	}
	#goods{
		background-image:url(../img/sp_bg04.jpg);
		background-size:contain;
		background-attachment:scroll;
		background-position:50% 0;
		background-repeat:no-repeat;
	}
	#campaign{
		background-image:url(../img/sp_bg05.jpg);
		background-size:contain;
		background-attachment:scroll;
		background-position:50% 0;
		background-repeat:no-repeat;
	}
	#campaign .campaign02 .cel{
		width:33.3%;
	}
	#campaign .campaign02 .tbl img{
		max-width:100%;
	}

}





