@charset "UTF-8";
/*---------------------------------
	layout
---------------------------------*/
#wrapper {	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQIW2NkYGDYzMDAcIYBChgZGBjqYRwQjSxgAlKJoQIAnPQEARvsWbgAAAAASUVORK5CYII=) repeat,url(../img/overview/bg_ov.jpg) no-repeat center top fixed;
	background-size:auto,100%;
}
#contents {
	position:relative;
	margin:0 auto;
/*	padding:300px 0 0 0;*/
	padding: 400px 0 0 0;
	color:#bdb6af;
}
#contents > .btn {
	position:absolute;
	top:20px;
	right:50%;
	min-width:220px;
	margin:0 -620px 0 0;
}
#contents h1 {
	position:absolute;
	top:120px;
	width:100%;
	color:#fff;
	font-size:48px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
	-webkit-animation:animate_01 1s;
	animation:animate_01 1s;
}
#contents h1:after {
	content:'';
	display:block;
	width:5.8em;
	height:1px;
	margin:0 auto;
	background:#fff;
	-webkit-animation:animate_02 1.5s;
	animation:animate_02 1.5s;
}
p.up_detail {
	position:absolute;
	top:224px;
	width:100%;
	padding: 17px 0;
	background: url(../img/common/line_updetail.png) repeat-y center top;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	text-shadow: 0 0 10px #000,0 0 10px #000;
	-webkit-animation:animate_03 1.5s;
	animation:animate_03 1.5s;
}
p.up_detail span {
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(../img/common/icon_new.png) no-repeat left top;
	text-align: left;
}
@keyframes animate_01 {
	0% {
		top:70px;
		opacity:0;
	}
	100% {
		top:120px;
		opacity:1;
	}
}
@keyframes animate_02 {
	0% {
		width:0;
		opacity:0;
	}
	70% {
		width:0;
		opacity:0;
	}
	100% {
		width:5.8em;
		opacity:1;
	}
}
@keyframes animate_03 {
	0% {
		opacity:0;
	}
	70% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
/*---------------------------------
	sideNav
---------------------------------*/
#sideNav {
	position:fixed;
	top:240px;
	position:absolute;
	top:100px;
	right:0;
	z-index:900;
}
#sideNav li {
	position:absolute;
	float:left;
	margin:0 0 20px 0;
	font-size:10px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#sideNav li a:before {
	display:block;
	content:'';
	width:100%;
	height:2px;
	margin:0 0 5px 0;
	background:#504b47;
	transition:all 0.5s;
}
#sideNav li a {
	display:block;
	color:#504b47;
	transition:all 0.5s;
}
#sideNav li.current a,
#sideNav li:hover a {
	color:#bdb6af;
}
#sideNav li span {
	display:block;
	position:absolute;
	top:0;
	width:0;
	height:2px;
	background:#a0968c;
	transition:all 0.5s;
}
#sideNav li.current span,
#sideNav li:hover span {
	width:100%;
	transition:all 0.5s;
}
/*layout*/
#sideNav li:nth-of-type(1) {
	top:0;
	right:-13px;
	width:6.7em;
}
#sideNav li:nth-of-type(2) {
	top:98px;
	right:-25px;
	width:9em;
}
#sideNav li:nth-of-type(2).notDlc {
	top:90px;
	right:4px;
	width:6em;
}
#sideNav li:nth-of-type(3) {
	top:193px;
	right:-10px;
	width:6em;
}
#sideNav li:nth-of-type(4) {
	top:274px;
	right:-12px;
	width:6.3em
}
#sideNav li:nth-of-type(5) {
	top:352px;
	right:-8px;
	width:5.4em;
}
#sideNav li:nth-of-type(6) {
	top:-6px;
	right:25px;
	width:5.3em;
}
#sideNav li:nth-of-type(7) {
	top: 78px;
	right: 14px;
	width: 7.5em;
}
#sideNav li:nth-of-type(8) {
	top:185px;
	right:1px;
	width:10em;
}
/*coming*/
#sideNav.coming li:nth-of-type(2) {
	top:62px;
	right:33px;
	width:1em;
}
#sideNav.coming li:nth-of-type(3) {
	top:120px;
	right:3px;
	width:6em;
}
#sideNav.coming li:nth-of-type(4) {
	top:170px;
	right:31px;
	width:1em
}
#sideNav.coming li:nth-of-type(5) {
	top:200px;
	right:30px;
	width:1em;
}
/*---------------------------------
	profile
---------------------------------*/
#profile {
	position:relative;
	padding:60px 0 30px 0;
	background:rgba(0,0,0,0.6);
}
#profile .icon {
	position:absolute;
	top:0;
	left:50%;
	width:94px;
	height:94px;
	margin:-47px 0 0 -47px;
	padding:1px;
	/*border:1px solid #777370;*/
	background:url(../img/overview/bg_icon.png) no-repeat center center;
}
#profile .icon > img {
	-webkit-clip-path:polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
	clip-path:polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
}
@-moz-document url-prefix() {
	#profile .icon {
		margin:-48px 0 0 -48px;
		background:none;
		border:1px solid #777370;
	}
}
@media all and (-ms-high-contrast:none){
	#profile .icon {
		margin:-48px 0 0 -48px;
		background:none;
		border:1px solid #777370;
	}
}
#profile .icon span {
	position:absolute;
	bottom:-5px;
	right:-10px;
	width:24px;
	height:24px;
	background:url(../img/overview/btn_icon.png) no-repeat center center;
	cursor:pointer;
}
#profile.on .icon span {
	background:url(../img/overview/btn_icon_on.png) no-repeat center center;
}
#profile .iconNav {
	display:none;
	position:absolute;
	top:60px;
	left:50%;
	margin:0 0 0 -119px;
	padding:8px 0 0 0;
	background:url(../img/common/arrow_ptfselect.png) no-repeat 158px top;
	opacity:0;
	z-index:100;
	transition:opacity 0.5s;
}
#profile.on .iconNav {
	display:block;
	opacity:1;
	transition:opacity 0.5s;
}
#profile .iconNav ul {
	width:238px;
	padding:2px;
	border:1px solid #56514a;
	background:rgba(0,0,0,0.8);
}
#profile .iconNav ul li {
	padding:1px 0;
	border-bottom:1px solid #504b47;
}
#profile .iconNav ul li:first-child {
	padding:0 0 1px 0;
}
#profile .iconNav ul li:last-child {
	padding:1px 0 0 0;
	border:none;
}
#profile .iconNav ul li a {
	display:block;
	padding:0 0 0 90px;
}
#profile .iconNav ul li a:hover {
	background:rgba(60,55,50,0.7);
}
#profile .iconNav ul li.nav_items a {
	background:url(../img/common/icon_items.png) no-repeat 48px center;
}
#profile .iconNav ul li.nav_changeicon a {
	background:url(../img/common/icon_change.png) no-repeat 50px center;
}
#profile .iconNav ul li.nav_mypage a,
#profile .iconNav ul li.nav_profile a {
	background:url(../img/common/icon_mypage.png) no-repeat 50px center;
}
#profile .iconNav ul li.nav_items:hover a {
	background:url(../img/common/icon_items.png) no-repeat 48px center rgba(60,55,50,0.7);
}
#profile .iconNav ul li.nav_changeicon:hover a {
	background:url(../img/common/icon_change.png) no-repeat 50px center rgba(60,55,50,0.7);
}
#profile .iconNav ul li.nav_mypage:hover a,
#profile .iconNav ul li.nav_profile:hover a {
	background:url(../img/common/icon_mypage.png) no-repeat 50px center rgba(60,55,50,0.7);
}
#profile .iconNav ul li span {
	color:#fff5eb;
	font-size:16px;
	line-height:44px;
}
#profile dl {
	font-weight:bold;
	text-align:center;
}
#profile dt {
	margin:0 0 5px 0;
	font-size:24px;
}
#profile dd {
	margin:0 0 10px 0;
}
#profile dd .ptf {
	display:inline-block;
	margin:0 7px;
	padding:7px 15px;
	border:1px solid #bdb6af;
	line-height:0;
}
#profile dd .ptf img {
	vertical-align:middle;
}
#profile dd .id {
	font-weight:normal;
}
#profile dd p.point,
#profile dd p.link {
	display:inline-block;
	margin:0 5px;
}
#profile dd p.link {
	padding:0 0 0 20px;
	background:url(../img/common/nav_arrow_wh.png) no-repeat left center;
	background-size:12px;
}
#profile dd p.link a {
	color:#a0968c;
	text-decoration:underline;
}
#profile dd p.link a:hover {
	text-decoration:none;
}
#profile dd p.link .new {
	display:inline-block;
	width:44px;
	margin:0 0 0 5px;
	border:1px solid #9b6210;
	color:#ffa019;
	font-size:12px;
	text-align:center;
	line-height:18px;
}
#profile dd p.point span {
	color:#ffa019;
}
/*---------------------------------
	sitebuddy
---------------------------------*/
.sitebuddy {
	background:url(../img/overview/bg_sitebuddy.png) no-repeat center top;
	font-size:16px;
	text-align:center;
	line-height:60px;
}
.sitebuddy .or {
	color:#ffa019;
}
.sitebuddy .btn {
	display:inline-block;
	width:170px;
	margin:0 0 0 20px;
	border:1px solid #a0968c;
	color:#a0968c;
	line-height:38px;
	cursor:pointer;
}
.sitebuddy .btn:hover {
	background:rgba(160,150,140,0.3);
}
/*---------------------------------
	tab
---------------------------------*/
#tab {
	position:relative;
	background:rgba(45, 45, 45, 0.1);
	text-align:center;
}
#tab li {
	display:inline-block;
	position:relative;
	background:rgba(160,160,160,0.1);
	transition:all 0.5s;
}
#tab li:hover,
#tab li.current {
	border-bottom:1px solid #ffa019;
	background:rgba(255,245,235,0.15);
}
#tab li.current:after {
	display:block;
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	width:20px;
	height:9px;
	margin:0 0 0 -10px;
	background:url(../img/overview/arrow_tab_or.png) no-repeat center bottom;
	z-index:1;
}
#tab li:hover a span.icon,
#tab li.current a span.icon {
	opacity:1;
	transition:all 0.5s;
}
#tab li a {
	display:inline-block;
	width:220px;
	height:42px;
	padding:15px 0 0 0;
	color:#fff5eb;
	font-size:16px;
	text-align:center;
}
#tab li a span.icon {
	opacity:0.5;
	transition:all 0.5s;
}
#tab li:first-child a span.icon {
	padding:2px 0 2px 45px;
	background:url(../img/common/icon_progress.png) no-repeat 10px center;
}
#tab li:last-child a span.icon{
	padding:0 0 0 45px;
	background:url(../img/common/icon_challenge.png) no-repeat 10px center;
}
#tab li .badge {
	display:inline-block;
	position:relative;
	top:-2px;
	left:10px;
	width:16px;
	height:16px;
	border-radius:50px;
	background:#ffa019;
	color:#3c3732;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
}

/*---------------------------------
	completion
---------------------------------*/
#completion {
	position:relative;
	padding:80px 0;
	background:rgba(21, 19, 15, 0.8);
}
#completion h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#completion h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#completion h2.animation:after {
	width:7.2em;
	transition:all 0.5s;
}
/*comp*/
#comp {
	width:1242px;
	margin:0 auto;
	padding:31px 0;
	background:url(../img/common/bg_content_top.png) no-repeat center top,url(../img/common/bg_content_btm.png) no-repeat center bottom,url(../img/common/bg_content_mid.png) repeat-y center top;
	background-size:100%;
}
#comp .graf {
	position:relative;
	float:left;
	width:403px;
	/*width:32.45%;*/
	margin:23px 0 45px 4.9%;
	background:url(../img/overview/bg_graf_story_en.png) no-repeat center top;
	background-size:100%;
}
.ja #comp .graf {
	background:url(../img/overview/bg_graf_story.png) no-repeat center top;
	background-size:100%;
}
#comp #storyGraf {
	width:100%;
}
#comp .graf .percent {
	position:absolute;
	top:28%;
	left:13%;
	width:74.4%;
	font-size:60px;
	text-align:center;
}
#comp .graf .percent span {
	font-size:130px;
	font-weight:bold;
}
#comp .graf #grafStatus {
	display:none;
}
#comp .situation {
	float:left;
	width:33.6%;
	margin:59px 0 0 2.4%;
}
#comp .situation dt {
	color:#a0968c;
	font-size:13px;
}
#comp .situation dd {
	margin:0 0 25px 0;
	font-size:44px;
	line-height:1.3;
}
#comp .situation.xbox dd:nth-of-type(1),
#comp .situation.steam dd:nth-of-type(1) {
	margin:0 0 90px 0;
}
#comp table {
	color:#a0968c;
	border:1px solid #777370;
	margin:0;
	font-size:15px;
}
#comp th {
	width:138px;
	height:28px;
	border:1px solid #777370;
	font-weight:normal;
}
#comp td {
	width:128px;
	height:134px;
	border:1px solid #777370;
	text-align:center;
}
#comp td img {
	width:77%;
	height:auto;
}
#comp .selected {
	position:relative;
	float:right;
	width: 16%;
	margin: 0 5.7% 0 0;
}
#comp .selected dl {
	position:absolute;
	top:106px;
	left:-100%;
	width:150%;
	height:140px;
	background:url(../img/overview/bg_select.png) no-repeat left 60px;
}
#comp .selected dt {
	width:100px;
	margin:0 0 0 15px;
	color:#a0968c;
	font-size:13px;
	text-align:center;
}
#comp .selected dd {
	width:100px;
	margin:0 0 0 15px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#comp .selected img {
	/*width:100%;*/
	position:relative;
	right:120px;
	z-index:10;
}
/*---------------------------------
	dlc
---------------------------------*/
#dlc {
	position:relative;
	padding:80px 0;
	background:rgba(0,0,0,0.6);
}
#dlc h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#dlc h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#dlc h2.animation:after {
	width:10em;
	transition:all 0.5s;
}
/*col*/
#dlc .inner {
	width:1166px;
	margin:0 auto;
	padding:80px 39px 63px 39px;
	background:url(../img/common/bg_content_top.png) no-repeat center top,url(../img/common/bg_content_btm.png) no-repeat center bottom,url(../img/common/bg_content_mid.png) repeat-y center top;
	background-size:100%;
}
#dlc .col {
	float:left;
	margin:74px 0 0 0;
}
#dlc .col:first-of-type {
	width:100%;
	margin: 0;
}
#dlc .col:nth-of-type(3) {
	width:100%;
}
#dlc .col:nth-of-type(4) {
	width:23.8%;
	margin:74px 1.2% 0 0;
}
#dlc .col:nth-of-type(5) {
	width:74.4%;
}
#dlc .col:nth-of-type(2) {
	width:100%;
	margin:74px 1.2% 0 0;
}
#dlc h3 {
	margin:0 0 15px 0;
	color:#777370;
	font-size:23px;
	font-weight:normal;
}
#dlc .col:nth-of-type(3) dl,
#dlc .col:nth-of-type(4) dl {
	position:relative;
	float:left;
	width:23.8%;
	height:390px;
	margin:0 1.2% 0 0;
	border:1px solid #3c3732;
	box-sizing:border-box;
}
/*
#dlc .col:nth-of-type(1) dl:nth-of-type(5){
	margin:0;
}
*/
#dlc .col:nth-of-type(4) dl {
	/*width:358px;*/
	width:100%;
	height:476px;
}
/*
#dlc .col:nth-of-type(4) dl {
	width:358px;
	width:100%;
	height:476px;
}
*/

#dlc .hero {
	clear:both;
	/*
	padding:40px 40px 0 40px;
	background:url(../img/common/bg_content_line.png) no-repeat center top;
	*/
}
/*
#comp .hero dl {
	width:92.8%;
	margin:0 auto;
	border:1px solid #3c3732;
	background:#000;
}
#comp .hero dt {
	float:left;
	width:33%;
	margin:55px 0 0 9%;
	font-size:42px;
	text-align:center;
}
#comp .hero dt:after {
	display:block;
	content:'-';
	margin:0 0 10px 0;
	line-height:40px;
}
#comp .hero dd {
	float:left;
	width:33%;
	margin:0 0 0 9%;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}
#comp .hero dd.img {
	float:right;
	width:48%;
}
#comp .hero dd.img img {
	width:100%;
	height:auto;
}
*/
#dlc .hero dl {
	position:relative;
	height:310px;
	border:1px solid #3c3732;
	background:url(../img/overview/bg_hero.jpg) no-repeat right top #000;
}
#dlc .hero dl dt {
	display:table-cell;
	width:400px;
	height:160px;
	color:#a0968c;
	font-size:41px;
	text-align:center;
	vertical-align:middle;
}
#dlc .hero dl dt span {
	display:block;
	color:#7b1f1f;
	font-size:24px;
}
#dlc .hero dl dd p.detail {
	position:absolute;
	top:60px;
	left:405px;
}
#dlc .hero table {
	color:#a0968c;
	border:1px solid #777370;
	margin:0 0 0 20px;
	font-size:15px;
}
#dlc .hero th {
	width:138px;
	height:28px;
	border:1px solid #777370;
	font-weight:normal;
}
#dlc .hero td {
	width:128px;
	height:134px;
	border:1px solid #777370;
	text-align:center;
}
#dlc .hero td img {
	width:77%;
	height:auto;
}
#dlc .hero dl dd.status th {
	width:190px;
	height:26px;
}
#dlc .hero dl dd.status td {
	height:98px;
}
#dlc .hero dl dd.status td img {
	width:50%;
	height:auto;
}
/*notClear*/
#dlc .hero.notClear .graf {
	margin:23px 0 45px 12.9%;
}
#dlc .hero.notClear .situation {
	margin:59px 0 0 7.7%;
}
#dlc .hero.notClear .selected {
	display:none;

}









#dlc .dlc05 .detail {
	position:absolute;
	top:220px;
	left:50%;
	margin:0 0 0 -94px;
}
#dlc .dlc06 {
	position:relative;
	float:left;
	/*width:778px;*/
	width:100%;
	height:476px;
	margin:0;
	border:1px solid #3c3732;
	box-sizing:border-box;
}
#dlc .eoz {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	border:1px solid #3c3732;
	box-sizing:border-box;
}
#dlc .col:nth-of-type(3) dt {
	padding:96px 0 37px 0;
	color:#bdb6af;
	font-size:30px;
	text-align:center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#dlc .col .status {
	position:absolute;
	bottom:20px;
	width:100%;
}
#dlc .col .status li {
	margin:0 10px;
	border-bottom:1px solid #3c3732;
	line-height:56px;
}
#dlc .col .status li span.title {
	color:#777370;
	font-size:14px;
	font-weight:bold;
}
#dlc .col .status li span.title:before {
	content:'';
	display:inline-block;
	width:10px;
	height:10px;
	margin:-3px 8px 0 0;
	border:1px solid #777370;
	vertical-align:middle;
}
#dlc .col .status li span.mm {
	font-size:18px;
}
#dlc .col .status li img {
	float:right;
	margin:5px 0 0 0;
}
#dlc .dlc05 .status li:nth-of-type(1) span {
	display:block;
	float:left;
}
#dlc .dlc05 .status li:nth-of-type(2) {
	position: relative;
	padding:20px 0 10px 0;
	color:#bdb6af;
	font-size:24px;
	line-height:1.2;
}
#dlc .dlc05 .btnMin {
	position:absolute;
	top:50%;
	right:0;
	margin:-8px 0 0 0;
}
#dlc .dlc05 .btnMin span {
	font-weight:normal!important;
}
#dlc .dlc05 .btnMin span:before {
	content:none!important;
}
#dlc .dlc06 .graf {
	position:relative;
	float:right;
	width:260px;
	margin:3.8% 3% 3% 0;
	background:url(../img/overview/bg_graf_comp.png) no-repeat left top;
	background-size:100%;
}
#dlc .dlc06 .graf .percent {
	position:absolute;
	top:30%;
	left:7%;
	width:86%;
	font-size:28px;
	text-align:center;
}
#dlc .dlc06 #dlcGraf {
	width:100%;
}
#dlc .dlc06 .graf .percent span {
	font-size:67px;
	font-weight:bold;
}
#dlc .dlc06 table {
	clear:both;
	width:95%;
	margin:0 0 0 2.5%;
	border:1px solid #9b958f;
	vertical-align:middle;
}
#dlc .dlc06 th {
	width:120px;
	height:28px;
	color:#777370;
	font-size:12px;
	text-align:center;
	border:1px solid #9b958f;
}
#dlc .dlc06 td {
	height:99px;
	border:1px solid #9b958f;
	color:#9a2e23;
	text-align:center;
}
#dlc .dlc06 td img {
	width:auto;
	height:70%;
}
#dlc .dlc06 td.nodata {
	color:#9b958f;
	font-size:30px;
	font-weight:normal;
}
#dlc .eoz {
	position: relative;
	background: no-repeat left top #000;
}
#dlc .eoz table.dfc {
	float: right;
	width: 41.6%;
	margin: 50px 40px 24px 0;
}
#dlc .eoz table.dfc th {
	width: 160px;
	height:30px;
	color:#777370;
	font-size:15px;
	text-align:center;
	border:1px solid #3c3732;
}
#dlc .eoz table.dfc td {
	height:135px;
	border:1px solid #3c3732;
	color:#9a2e23;
	text-align:center;
}
#dlc .eoz table.dfc td img {
	width:auto;
	height:50%;
}
#dlc .eoz p.detail {
	clear: both;
	float: right;
	margin: 0 16% 50px 0;
}
#dlc .eoz table.extreme {
	width: 98%;
	margin: 0 1% 20px 1%;
	border: 1px solid #9b958f;
	color: #777370;
	vertical-align: middle;
}
#dlc .eoz table.extreme th {
	width: 8%;
	padding: 5px 10px;
	border:1px solid #3c3732;
	font-size: 12px;
}
#dlc .eoz table.extreme th:nth-of-type(1) {
	width: 20%;
	font-size: 14px;
}
#dlc .eoz table.extreme td {
	width: 8%;
	height: 80px;
	border:1px solid #3c3732;
	text-align: center;
}
#dlc .eoz table.extreme td img {
	width: 50%;
	height: auto;
}
#dlc .eoz td.nodata {
	color:#9b958f;
	font-size:30px;
	font-weight:normal;
}
#dlc .dlc01 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc02 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc03 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc04 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc05 {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .dlc06 {
	background:no-repeat left top #000;
	background-size:64%;
}
#dlc .eoz {
	background:no-repeat left top #000;
	background-size:55%;
}
p.detail {
	width:186px;
	margin:0 auto;
	border:1px solid #a0968c;
	background:rgba(0,0,0,0.5);
	line-height:36px;
	transition:all 0.5s;
}
p.detail:hover {
	background:rgba(60,55,50,0.7);
	transition:all 0.5s;
}
p.detail a {
	display:block;
	background:url(../img/common/arrow_anchor.png) no-repeat 162px center;
}
p.detail span {
	display:block;
	width:150px;
	border-right:1px solid #a0968c;
	color:#a0968c;
	font-size:16px;
	text-align:center;
}
#dlc .dlc06 p.detail {
	position:absolute;
	top:55%;
	left:20.7%;
	background:rgba(0,0,0,0.5);
}
#dlc .dlc06 p.detail:hover {
	background:rgba(60,55,50,0.7);
	transition:all 0.5s;
}


#dlc .eoz div.extreme div {
        margin-top:40px;
        font-size:24px;
	float:left;
        padding-left:10px;
}
#dlc .eoz div.extreme table {
        float:left;
        margin-left:340px;
	width:740px;
}
#dlc .eoz div.extreme table img {
	width:50%;
        height:auto;
}
#dlc .eoz div.extreme table td {
        height:72px;
        width:10%;
}

/*coming*/
#dlc .col dl.coming {
	height:300px;
	padding:90px 0 0 0;
}
#dlc .col .dlc05.coming {
	height:330px;
	padding:130px 0 0 0;
}
#dlc .col .dlc06.coming {
	height:330px;
	/*padding:130px 0 0 0;*/
}
#dlc .col .dlc06.coming p {
	float:right;
	width:257px;
	border-top:none;
	border-bottom:none;
	text-align:center;
}
#dlc .col .dlc01.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc02.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc03.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc04.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc05.coming {
	background:no-repeat center top #000;
	background-size:100%;
}
#dlc .col .dlc06.coming {
	background:no-repeat left top #000;
	background-size:70%;
}
#dlc .col .coming dt {
	padding:0 0 15px 0;
}
#dlc .col .coming dd {
	color:#a0968c;
	font-size:18px;
	text-align:center;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 1);
}
/*---------------------------------
	time
---------------------------------*/
#time {
	position:relative;
	padding:80px 0;
	background:rgba(21, 19, 15, 0.8);
}
#time h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#time h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#time h2.animation:after {
	width:6.9em;
	transition:all 0.5s;
}
.ja #time h2.animation:after {
	width:6.8em;
	transition:all 0.5s;
}
/*tab*/
#time .tab {
	width:1242px;
	margin:0 auto;
	border-bottom:1px solid #3c3732;
	background:url(../img/common/tab_line.png) no-repeat center top;
	text-align:center;
	letter-spacing:-0.4em;
}
#time .tab li {
	display:inline-block;
	width:200px;
	border:#a0968c;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	background:rgba(255,255,255,0);
	letter-spacing:1px;
	transition:0.25s ease background-color;
	cursor:pointer;
}
#time .tab li:hover{
	background:rgba(255,245,235,0.2);
	color:#a0968c;
}
#time .tab li.current {
	color:#3c3732;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
}
#time table.title {
	display:none;
	width:1242px;
	margin:0 auto;
	text-align:center;
}
#time table.title:nth-of-type(3),
#time table.title:nth-of-type(4) {
	display:table;
}
#time table.title:nth-of-type(2n) {
	background:url(../img/common/tab_line.png) no-repeat center top;
}
#time th {
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
	line-height:49px;
}
#time th:nth-of-type(1) {
	width:29%;
}
#time th:nth-of-type(2) {
	width:36.3%;
}
#time th:nth-of-type(3) {
	width:34.7%;
}
#time table.title:nth-of-type(2n) th:nth-of-type(2) {
	width:71%;
}
#time .tableWrap {
	display:none;
	width:1242px;
	margin:-1px auto 30px auto;
	background:url(../img/common/tab_line.png) no-repeat center top,url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#time table.inner {
	width:1222px;
	margin:0 auto;
	text-align:center;
}
#time .tableWrap:nth-of-type(3),
#time .tableWrap:nth-of-type(4) {
	display:table;
}
#time td {
	border-bottom:1px solid #3c3732;
}
#time td:nth-of-type(1) {
	width:29%;
	padding:15px 0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#time td:nth-of-type(1) span {
	display:block;
	margin:8px 0 0 0;
	color:#777370;
	font-size:15px;
	font-weight:bold;
}
#time td:nth-of-type(2) {
	width:36.3%;
	font-size:40px;
}
#time td:nth-of-type(2) span.mm {
	font-size:30px;
}
#time td:nth-of-type(3) {
	position:relative;
	width:34.7%;
	padding: 0 126px 0 0;
	border-right:none;
	font-size:30px;
}
#time .tableWrap:nth-of-type(2n) td:nth-of-type(2) {
	width:71%;
}
#time td:nth-of-type(3) span {
	font-size:40px;
	margin:0 10px 0 0;
}
#time td:nth-of-type(3) .crown {
	padding:0 0 0 50px;
	background:url(../img/overview/icon_rank.png) no-repeat left center;
}
#time td:nth-of-type(3) .pr {
	padding:0 0 0 55px;
	background:url(../img/common/icon_pr.png) no-repeat 5px center;
	background-size:40px;
}
#time td:nth-of-type(3) .go {
	padding:0 0 0 55px;
	background:url(../img/common/icon_go.png) no-repeat 5px center;
	background-size:40px;
}
#time td:nth-of-type(3) .si {
	padding:0 0 0 55px;
	background:url(../img/common/icon_si.png) no-repeat 5px center;
	background-size:40px;
}
#time td:nth-of-type(3) .br {
	padding:0 0 0 55px;
	background:url(../img/common/icon_br.png) no-repeat 5px center;
	background-size:40px;
}
#time tr:nth-of-type(4) td,
#time tr:nth-of-type(5) td {
	border-bottom:none;
}
#time tr.space {
	height:10px;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%,100%;
}
#time tr.space td {
	width:auto;
	padding:0;
	background:none;
}
#time tr:nth-of-type(7).space {
	height:1px;
	background:url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%;
}
#time .tableWrap table tr:last-child td {
	border-bottom:none;
}
#time td .btnMin {
	position:absolute;
	top:50%;
	right:34px;
	width:91px;
	margin:-15px 0 0 0;
}
#time td .btnMin span {
	font-size:13px;
}
#time td.placeholder {
	background:url(../img/overview/pic_stage01.png?t=20170117194000) no-repeat center center;
	background-size:88%;
}
/*---------------------------------
	hero
---------------------------------*/
#hero {
	position:relative;
	padding:80px 0;
	background:rgba(0,0,0,0.6);
}
#hero h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#hero h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#hero h2.animation:after {
	width:7em;
	transition:all 0.5s;
}
/*tab*/
#hero .tab {
	width:1242px;
	margin:0 auto;
	border-bottom:1px solid #3c3732;
	background:url(../img/common/tab_line.png) no-repeat center top;
	text-align:center;
	letter-spacing:-0.4em;
}
#hero .tab li {
	display:inline-block;
	width:200px;
	border:#a0968c;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	background:rgba(255,255,255,0);
	letter-spacing:1px;
	transition:0.25s ease background-color;
	cursor:pointer;
}
#hero .tab li:hover{
	background:rgba(255,245,235,0.2);
	color:#a0968c;
}
#hero .tab li.current {
	color:#3c3732;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
}
#hero table.title {
	display:none;
	width:1242px;
	margin:0 auto;
	text-align:center;
}
/*
#hero table.title:nth-of-type(3),
#hero table.title:nth-of-type(4) {
	display:table;
}
*/
#hero table.title:nth-of-type(2n) {
	background:url(../img/common/tab_line.png) no-repeat center top;
}
#hero th {
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
	line-height:49px;
}
#hero th:nth-of-type(1) {
	width:29%;
}
#hero th:nth-of-type(2) {
	width:36.3%;
}
#hero th:nth-of-type(3) {
	width:34.7%;
}
/*
#hero table.title:nth-of-type(2n) th:nth-of-type(2) {
	width:71%;
}
*/
#hero .tableWrap {
	display:none;
	width:1242px;
	margin:-1px auto 30px auto;
	background:url(../img/common/tab_line.png) no-repeat center top,url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#hero table.inner {
	width:1222px;
	margin:0 auto;
	text-align:center;
}
#hero .tableWrap:nth-of-type(3),
#hero .tableWrap:nth-of-type(4) {
	display:table;
}
#hero td {
	border-bottom:1px solid #3c3732;
}
#hero td:nth-of-type(1) {
	width:29%;
	padding:15px 0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#hero td:nth-of-type(1) span {
	display:block;
	margin:8px 0 0 0;
	color:#777370;
	font-size:15px;
	font-weight:bold;
}
#hero td:nth-of-type(2) {
	width:36.3%;
	font-size:40px;
}
#hero td:nth-of-type(2) span.mm {
	font-size:30px;
}
#hero td:nth-of-type(3) {
	position:relative;
	width:34.7%;
	padding: 0 126px 0 0;
	border-right:none;
	font-size:30px;
}
/*#hero .tableWrap:nth-of-type(2n) td:nth-of-type(2) {
	width:71%;
}*/
#hero td:nth-of-type(3) span {
	font-size:40px;
	margin:0 10px 0 0;
}
#hero td:nth-of-type(3) .crown {
	padding:0 0 0 50px;
	background:url(../img/overview/icon_rank.png) no-repeat left center;
}
#hero td:nth-of-type(3) .pr {
	padding:0 0 0 55px;
	background:url(../img/common/icon_pr.png) no-repeat 5px center;
	background-size:40px;
}
#hero td:nth-of-type(3) .go {
	padding:0 0 0 55px;
	background:url(../img/common/icon_go.png) no-repeat 5px center;
	background-size:40px;
}
#hero td:nth-of-type(3) .si {
	padding:0 0 0 55px;
	background:url(../img/common/icon_si.png) no-repeat 5px center;
	background-size:40px;
}
#hero td:nth-of-type(3) .br {
	padding:0 0 0 55px;
	background:url(../img/common/icon_br.png) no-repeat 5px center;
	background-size:40px;
}
#hero tr:nth-of-type(4) td,
#hero tr:nth-of-type(5) td {
	border-bottom:none;
}
#hero tr.space {
	height:10px;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%,100%;
}
#hero tr.space td {
	width:auto;
	padding:0;
	background:none;
}
#hero tr:nth-of-type(7).space {
	height:1px;
	background:url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%;
}
#hero .tableWrap table tr:last-child td {
	border-bottom:none;
}
#hero td .btnMin {
	position:absolute;
	top:50%;
	right:34px;
	width:91px;
	margin:-15px 0 0 0;
}
#hero td .btnMin span {
	font-size:13px;
}
#hero td.placeholder {
	background:url(../img/overview/pic_stage01.png?t=20170117194000) no-repeat center center;
	background-size:88%;
}
/*#hero .inner {
	width:1218px;
	margin:0 auto;
	padding:0 12px;
	background:url(../img/common/table_line_tb.png) no-repeat center top,url(../img/common/table_line_tb.png) no-repeat center bottom,url(../img/common/table_line_mid.png) repeat-y center top;
	background-size:100%;
}
#hero table {
	width:100%;
}
#hero th {
	padding:0 0 0 15px;
	border:1px solid #3c3732;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
#hero tr:nth-of-type(2) th,
#hero tr:nth-of-type(2) td {
	height:165px;
	border-top:none;
	color:#a0968c;
	font-size:24px;
	font-weight:normal;
}
#hero tr:nth-of-type(2) th:nth-of-type(1) {
	width:8%;
	background:url(../img/overview/bg_table_slash.png) no-repeat left top rgba(60,55,50,0.3);
	background-size:100% 100%;
}
#hero tr:nth-of-type(2) th:nth-of-type(2) {
	width:45.2%;
	padding:0 0 0 35px;
	background:no-repeat center top #000;
	background-position:right center;
	box-sizing:border-box;
}
#hero tr:nth-of-type(2) th:nth-of-type(3) {
	width:45.2%;
	padding:0 0 0 35px;
	background:no-repeat center top #000;
	background-position:right center;
	box-sizing:border-box;
}
#hero td {
	border:1px solid #3c3732;
	text-align:center;
}
#hero tr:nth-of-type(3) td {
	height:50px;
	background:rgba(60,55,50,0.3);
	font-size:14px;
}
#hero tr:nth-of-type(4) td {
	font-size:24px;
	height:100px;
}
#hero tr:nth-of-type(4) td span {
	font-size:18px;
}
#hero tr:nth-of-type(5) td {
	position:relative;
	height:120px;
	padding:20px 0 0 0;
	box-sizing:border-box;
	color:#bdb6af;
	font-size:18px;
	vertical-align:top;
}
#hero tr:nth-of-type(5) td a {
	color:#bdb6af;
}
#hero tr:nth-of-type(5) td span.pr {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_pr.png) no-repeat 5px center;
	background-size:20px;
}
#hero tr:nth-of-type(5) td span.go {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_go.png) no-repeat 5px center;
	background-size:20px;
}
#hero tr:nth-of-type(5) td span.si {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_si.png) no-repeat 5px center;
	background-size:20px;
}
#hero tr:nth-of-type(5) td span.br {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_br.png) no-repeat 5px center;
	background-size:20px;
}
#hero tr:nth-of-type(5) td .btnMin {
	position:absolute;
	bottom:30px;
	left:50%;
	width:90px;
	margin:15px 0 0 -45px;
}
#hero tr:nth-of-type(3) td:nth-of-type(3),#hero tr:nth-of-type(3) td:nth-of-type(4),#hero tr:nth-of-type(3) td:nth-of-type(6),#hero tr:nth-of-type(3) td:nth-of-type(7),
#hero tr:nth-of-type(4) td:nth-of-type(2),#hero tr:nth-of-type(4) td:nth-of-type(3),#hero tr:nth-of-type(4) td:nth-of-type(5),#hero tr:nth-of-type(4) td:nth-of-type(6),
#hero tr:nth-of-type(5) td:nth-of-type(2),#hero tr:nth-of-type(5) td:nth-of-type(3),#hero tr:nth-of-type(5) td:nth-of-type(5),#hero tr:nth-of-type(5) td:nth-of-type(6) {
	border-right:none;
}
#hero tr:nth-of-type(3) td:nth-of-type(4),#hero tr:nth-of-type(3) td:nth-of-type(5),#hero tr:nth-of-type(3) td:nth-of-type(7),#hero tr:nth-of-type(3) td:nth-of-type(8),
#hero tr:nth-of-type(4) td:nth-of-type(3),#hero tr:nth-of-type(4) td:nth-of-type(4),#hero tr:nth-of-type(4) td:nth-of-type(6),#hero tr:nth-of-type(4) td:nth-of-type(7),
#hero tr:nth-of-type(5) td:nth-of-type(3),#hero tr:nth-of-type(5) td:nth-of-type(4),#hero tr:nth-of-type(5) td:nth-of-type(6),#hero tr:nth-of-type(5) td:nth-of-type(7){
	border-left:none;
}
#hero .side {
	width:10px;
	background:none!important;
	border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;
	border-right:none;
	border-left:none;
}
#hero .center {
	height:10px;
}*/




/*---------------------------------
	End of Zoe
---------------------------------*/
#eoz {
	position:relative;
	padding:80px 0;
	background:rgba(21, 19, 15, 0.8);
}
#eoz h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#eoz h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#eoz h2.animation:after {
	width:6.9em;
	transition:all 0.5s;
}
.ja #eoz h2.animation:after {
	width:6.2em;
	transition:all 0.5s;
}
/*tab*/
#eoz .tab {
	width:1242px;
	margin:0 auto;
	border-bottom:1px solid #3c3732;
	background:url(../img/common/tab_line.png) no-repeat center top;
	text-align:center;
	letter-spacing:-0.4em;
}
#eoz .tab li {
	display:inline-block;
	width:200px;
	border:#a0968c;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	background:rgba(255,255,255,0);
	letter-spacing:1px;
	transition:0.25s ease background-color;
	cursor:pointer;
}
#eoz .tab li:hover{
	background:rgba(255,245,235,0.2);
	color:#a0968c;
}
#eoz .tab li.current {
	color:#3c3732;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
}
#eoz table.title {
	display:none;
	width:1242px;
	margin:0 auto;
	text-align:center;
}
/*
#eoz table.title:nth-of-type(3),
#eoz table.title:nth-of-type(4) {
	display:table;
}
*/
#eoz table.title:nth-of-type(2n) {
	background:url(../img/common/tab_line.png) no-repeat center top;
}
#eoz th {
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
	line-height:49px;
}
#eoz th:nth-of-type(1) {
	width:29%;
}
#eoz th:nth-of-type(2) {
	width:36.3%;
}
#eoz th:nth-of-type(3) {
	width:34.7%;
}
/*
#eoz table.title:nth-of-type(2n) th:nth-of-type(2) {
	width:71%;
}
*/
#eoz .tableWrap {
	display:none;
	width:1242px;
	margin:-1px auto 30px auto;
	background:url(../img/common/tab_line.png) no-repeat center top,url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#eoz table.inner {
	width:1222px;
	margin:0 auto;
	text-align:center;
}
#eoz .tableWrap:nth-of-type(3),
#eoz .tableWrap:nth-of-type(4) {
	display:table;
}
#eoz td {
	border-bottom:1px solid #3c3732;
}
#eoz td:nth-of-type(1) {
	width:29%;
	padding:15px 0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#eoz td:nth-of-type(1) span {
	display:block;
	margin:8px 0 0 0;
	color:#777370;
	font-size:15px;
	font-weight:bold;
}
#eoz td:nth-of-type(2) {
	width:36.3%;
	font-size:40px;
}
#eoz td:nth-of-type(2) span.mm {
	font-size:30px;
}
#eoz td:nth-of-type(3) {
	position:relative;
	width:34.7%;
	padding: 0 126px 0 0;
	border-right:none;
	font-size:30px;
}
/*
#eoz .tableWrap:nth-of-type(2n) td:nth-of-type(2) {
	width:71%;
}
*/
#eoz td:nth-of-type(3) span {
	font-size:40px;
	margin:0 10px 0 0;
}
#eoz td:nth-of-type(3) .crown {
	padding:0 0 0 50px;
	background:url(../img/overview/icon_rank.png) no-repeat left center;
}
#eoz td:nth-of-type(3) .pr {
	padding:0 0 0 55px;
	background:url(../img/common/icon_pr.png) no-repeat 5px center;
	background-size:40px;
}
#eoz td:nth-of-type(3) .go {
	padding:0 0 0 55px;
	background:url(../img/common/icon_go.png) no-repeat 5px center;
	background-size:40px;
}
#eoz td:nth-of-type(3) .si {
	padding:0 0 0 55px;
	background:url(../img/common/icon_si.png) no-repeat 5px center;
	background-size:40px;
}
#eoz td:nth-of-type(3) .br {
	padding:0 0 0 55px;
	background:url(../img/common/icon_br.png) no-repeat 5px center;
	background-size:40px;
}
#eoz tr:nth-of-type(4) td,
#eoz tr:nth-of-type(5) td {
	border-bottom:none;
}
#eoz tr.space {
	height:10px;
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%,100%;
}
#eoz tr.space td {
	width:auto;
	padding:0;
	background:none;
}
#eoz tr:nth-of-type(7).space {
	height:1px;
	background:url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%;
}
#eoz .tableWrap table tr:last-child td {
	border-bottom:none;
}
#eoz td .btnMin {
	position:absolute;
	top:50%;
	right:34px;
	width:91px;
	margin:-15px 0 0 0;
}
#eoz td .btnMin span {
	font-size:13px;
}
#eoz td.placeholder {
	background:url(../img/overview/pic_stage01.png?t=20170117194000) no-repeat center center;
	background-size:88%;
}
#eoz .attention {
	color: #a0968c;
	font-size: 12px;
	text-align: center;
}


/*---------------------------------
	End of Zoe
---------------------------------*/
/*
#eoz {
	position:relative;
	padding:80px 0;
	background:rgba(0,0,0,0.6);
}
#eoz h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#eoz h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#eoz h2.animation:after {
	width:7em;
	transition:all 0.5s;
}
#eoz .inner {
	width:1218px;
	margin:0 auto;
	padding:0 12px;*/
	/*background:url(../img/common/bg_content_top.png) no-repeat center top,url(../img/common/bg_content_btm.png) no-repeat center bottom,url(../img/common/bg_content_mid.png) repeat-y center top;*//*
	background:url(../img/common/table_line_tb.png) no-repeat center top,url(../img/common/table_line_tb.png) no-repeat center bottom,url(../img/common/table_line_mid.png) repeat-y center top;
	background-size:100%;
}
#eoz table {
	width:100%;
}
#eoz th {
	padding:0 0 0 15px;
	border:1px solid #3c3732;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
#eoz tr:nth-of-type(2) th,
#eoz tr:nth-of-type(2) td {
	height:165px;
	border-top:none;
	color:#a0968c;
	font-size:24px;
	font-weight:normal;
}
#eoz tr:nth-of-type(2) th:nth-of-type(1) {
	width:8%;
	background:url(../img/overview/bg_table_slash.png) no-repeat left top rgba(60,55,50,0.3);
	background-size:100% 100%;
}
#eoz tr:nth-of-type(2) th:nth-of-type(2) {
	width:30.1%;
	padding:0 0 0 35px;
	background:no-repeat center top #000;
	background-position:right center;
	box-sizing:border-box;
}
#eoz tr:nth-of-type(2) th:nth-of-type(3) {
	width:30.1%;
	padding:0 0 0 35px;
	background:no-repeat center top #000;
	background-position:right center;
	box-sizing:border-box;
}
#eoz tr:nth-of-type(2) th:nth-of-type(4) {
	width:30.1%;
	padding:0 0 0 35px;
	background:no-repeat center top #000;
	background-position:right center;
	box-sizing:border-box;
}
#eoz td {
	border:1px solid #3c3732;
	text-align:center;
}
#eoz tr:nth-of-type(3) td {
	height:50px;
	background:rgba(60,55,50,0.3);
	font-size:14px;
}
#eoz tr:nth-of-type(4) td {
	font-size:24px;
	height:100px;
}
#eoz tr:nth-of-type(4) td span {
	font-size:18px;
}
#eoz tr:nth-of-type(5) td {
	position:relative;
	height:120px;
	padding:20px 0 0 0;
	box-sizing:border-box;
	color:#bdb6af;
	font-size:18px;
	vertical-align:top;
}
#eoz tr:nth-of-type(5) td a {
	color:#bdb6af;
}
#eoz tr:nth-of-type(5) td span.pr {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_pr.png) no-repeat 5px center;
	background-size:20px;
}
#eoz tr:nth-of-type(5) td span.go {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_go.png) no-repeat 5px center;
	background-size:20px;
}
#eoz tr:nth-of-type(5) td span.si {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_si.png) no-repeat 5px center;
	background-size:20px;
}
#eoz tr:nth-of-type(5) td span.br {
	padding:12px 0 12px 35px;
	background:url(../img/common/icon_br.png) no-repeat 5px center;
	background-size:20px;
}
#eoz tr:nth-of-type(5) td .btnMin {
	position:absolute;
	bottom:30px;
	left:50%;
	width:90px;
	margin:15px 0 0 -45px;
}
#eoz tr:nth-of-type(3) td:nth-of-type(3),#eoz tr:nth-of-type(3) td:nth-of-type(4),#eoz tr:nth-of-type(3) td:nth-of-type(6),#eoz tr:nth-of-type(3) td:nth-of-type(7),#eoz tr:nth-of-type(3) td:nth-of-type(9),#eoz tr:nth-of-type(3) td:nth-of-type(10),
#eoz tr:nth-of-type(4) td:nth-of-type(2),#eoz tr:nth-of-type(4) td:nth-of-type(3),#eoz tr:nth-of-type(4) td:nth-of-type(5),#eoz tr:nth-of-type(4) td:nth-of-type(6),#eoz tr:nth-of-type(4) td:nth-of-type(8),#eoz tr:nth-of-type(4) td:nth-of-type(9),
#eoz tr:nth-of-type(5) td:nth-of-type(2),#eoz tr:nth-of-type(5) td:nth-of-type(3),#eoz tr:nth-of-type(5) td:nth-of-type(5),#eoz tr:nth-of-type(5) td:nth-of-type(6),#eoz tr:nth-of-type(5) td:nth-of-type(8),#eoz tr:nth-of-type(5) td:nth-of-type(9) {
	border-right:none;
}
#eoz tr:nth-of-type(3) td:nth-of-type(4),#eoz tr:nth-of-type(3) td:nth-of-type(5),#eoz tr:nth-of-type(3) td:nth-of-type(7),#eoz tr:nth-of-type(3) td:nth-of-type(8),#eoz tr:nth-of-type(3) td:nth-of-type(10),#eoz tr:nth-of-type(3) td:nth-of-type(11),
#eoz tr:nth-of-type(4) td:nth-of-type(3),#eoz tr:nth-of-type(4) td:nth-of-type(4),#eoz tr:nth-of-type(4) td:nth-of-type(6),#eoz tr:nth-of-type(4) td:nth-of-type(7),#eoz tr:nth-of-type(4) td:nth-of-type(9),#eoz tr:nth-of-type(4) td:nth-of-type(10),
#eoz tr:nth-of-type(5) td:nth-of-type(3),#eoz tr:nth-of-type(5) td:nth-of-type(4),#eoz tr:nth-of-type(5) td:nth-of-type(6),#eoz tr:nth-of-type(5) td:nth-of-type(7),#eoz tr:nth-of-type(5) td:nth-of-type(9),#eoz tr:nth-of-type(5) td:nth-of-type(10){
	border-left:none;
}
#eoz .side {
	width:10px;
	background:none!important;
	border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;
	border-right:none;
	border-left:none;
}
#eoz .center {
	height:10px;
}
*/
/*---------------------------------
	nightmare
---------------------------------*/
#night {
	position:relative;
	padding:80px 0;
	background:rgba(0,0,0,0.6);
}
#night h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#night h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#night h2.animation:after {
	width:6em;
	transition:all 0.5s;
}
#night .inner {
	width:1218px;
	margin:0 auto;
	padding:0 12px;
	/*background:url(../img/common/bg_content_top.png) no-repeat center top,url(../img/common/bg_content_btm.png) no-repeat center bottom,url(../img/common/bg_content_mid.png) repeat-y center top;*/
	background:url(../img/common/table_line_tb.png) no-repeat center top,url(../img/common/table_line_tb.png) no-repeat center bottom,url(../img/common/table_line_mid.png) repeat-y center top;
	background-size:100%;
}
#night table {
	width:100%;
	padding:17px 12px;
}
#night th {
	padding:0 0 0 15px;
	border:1px solid #3c3732;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
#night tr:nth-of-type(2) th,
#night tr:nth-of-type(2) td {
	height:160px;
	border-top:none;
	color:#a0968c;
	font-size:28px;
	font-weight:normal;
}
#night tr:nth-of-type(2) th:nth-of-type(1) {
	width:20.1%;
	background:url(../img/overview/bg_table_slash.png) no-repeat left top rgba(60,55,50,0.3);
	background-size:100% 100%;
}
#night tr:nth-of-type(2) th:nth-of-type(2) {
	width:39.4%;
	background:no-repeat center top #000;
	text-align:center;
}
#night tr:nth-of-type(2) th:nth-of-type(3) {
	width:39.3%;
	background:no-repeat center top #000;
	text-align:center;
}
#night td {
	border:1px solid #3c3732;
	text-align:center;
}
#night tr:nth-of-type(4) td {
	font-size:30px;
	height:110px;
}
#night tr:nth-of-type(5) td {
	position:relative;
	height:60px;
	font-size:24px;
}
#night tr:nth-of-type(5) td span.pr {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_pr.png) no-repeat 5px center;
	background-size:40px;
}
#night tr:nth-of-type(5) td span.go {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_go.png) no-repeat 5px center;
	background-size:40px;
}
#night tr:nth-of-type(5) td span.si {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_si.png) no-repeat 5px center;
	background-size:40px;
}
#night tr:nth-of-type(5) td span.br {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_br.png) no-repeat 5px center;
	background-size:40px;
}
#night tr:nth-of-type(5) td .btnMin {
	position:absolute;
	top:0;
	right:15px;
	width:90px;
	margin:15px 0 0 0;
}
#night tr:nth-of-type(6) td,
#night tr:nth-of-type(7) td {
	height:50px;
	font-size:14px;
}
#night .side {
	width:10px;
	border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;
	border-right:none;
	border-left:none;
}
#night .center {
	height:10px;
}
#night .space {
	height:10px;
	background:rgba(60,55,50,0.5);
}
/*---------------------------------
	die
---------------------------------*/
#die {
	position:relative;
	padding:80px 0;
	background:rgba(21, 19, 15, 0.8);
}
#die h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#die h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#die h2.animation:after {
	width:8.5em;
	transition:all 0.5s;
}
#die .inner {
	width:1242px;
	margin:0 auto;
	/*border-bottom:1px solid #3c3732;*/
	background:url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%;
}
#die h3 {
	/*border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;*/
	background:url(../img/common/tab_line.png) no-repeat left top,url(../img/common/tab_line.png) no-repeat left bottom,rgba(60,55,50,0.5);
	background-size:100%;
	color:#a0968c;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	line-height:50px;
}
#die table {
	width:100%;
}
#die th {
	height:50px;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
}
#die td {
	text-align:center;
	height:166px;
}
#die tr.line td {
	height:3px;
	/*border-bottom:1px solid #3c3732;*/
	background:url(../img/common/tab_line.png) no-repeat left bottom,rgba(60,55,50,0.3);
	background-size:100%;
}
#die td.image {
	width:25.2%;
}
#die td.time {
	width:13.3%;
	font-size:30px;
	line-height:1;
}
#die td.time span.mm {
	font-size:22px;
}
#die td.ranking {
	width:17.7%;
	font-size:24px;
}
#die td.ranking span.pr {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_pr.png) no-repeat 5px center;
	background-size:40px;
}
#die td.ranking span.go {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_go.png) no-repeat 5px center;
	background-size:40px;
}
#die td.ranking span.si {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_si.png) no-repeat 5px center;
	background-size:40px;
}
#die td.ranking span.br {
	padding:12px 0 12px 55px;
	background:url(../img/common/icon_br.png) no-repeat 5px center;
	background-size:40px;
}
#die td.ranking .btnMin {
	display:inline-block;
	width:91px;
	margin:10px 0 0 20px;
	line-height:30px;
}
#die td.fav_01 {
	width:10.9%;
	background:url(../img/common/ranktag_01.png) no-repeat 10px 10px;
}
#die td.fav_02 {
	width:10.9%;
	background:url(../img/common/ranktag_02.png) no-repeat 10px 10px;
}
#die td.fav_03 {
	width:10.9%;
	background:url(../img/common/ranktag_03.png) no-repeat 10px 10px;
}
#die td.fav_01 span,
#die td.fav_02 span,
#die td.fav_03 span {
	display:block;
	margin:8px 0 0 0;
	color:#bdb6af;
	font-size:12px;
}
#die td.clear {
	width:15%;
	font-size:36px;
}
/*---------------------------------
	birthday
---------------------------------*/
#birthday {
	position:relative;
	padding:80px 0;
	background:rgba(0,0,0,0.6);
}
#birthday h2 {
	margin:0 0 80px 0;
	color:#fff5eb;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}
#birthday h2:after {
	content:'';
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#ffa019;
	transition:all 0.5s;
}
#birthday h2.animation:after {
	width:11.5em;
	transition:all 0.5s;
}
#birthday h3 {
	width: 1242px;
	margin:0 auto;
	background:url(../img/common/tab_line.png) no-repeat center top rgba(60,55,50,0.5);
	background-size:100%;
	color:#a0968c;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	line-height:49px;
}
#birthday th {
	padding:14px 0;
	background:rgba(60,55,50,0.3);
	color:#a0968c;
	font-size:14px;
	font-weight:normal;
}
#birthday .tableWrap {
	width:1242px;
	margin:0 auto 0 auto;
	background:url(../img/common/tab_line.png) no-repeat center top,url(../img/common/tab_line.png) no-repeat center bottom;
	background-size:100%;
}
#birthday table.inner {
	width:100%;
	text-align:center;
}
#birthday td {
	height:133px;
	border-bottom:1px solid #3c3732;
}
#birthday tr:last-child td {
	border-bottom:none;
}
#birthday .line td {
	height:3px;
	border-bottom:none;
	background:url(../img/common/tab_line.png) no-repeat left bottom;
	background-size:100%;
}
/*stage*/
#birthday td.stage {
	width:14.5%;
}
#birthday td.stage span {
	display:block;
	margin:8px 0 0 0;
	color:#bdb6af;
	font-size:12px;
}
/*time*/
#birthday td.time {
	width:9.5%;
	font-size:24px;
}
#birthday td.time span.mm {
	font-size:18px;
}
/*ranking*/
#birthday td.ranking {
	position:relative;
	width:15.7%;
	height:110px;
	padding:0 0 20px 0;
	font-size:24px;
}
#birthday td.ranking span.pr {
	padding:12px 0 17px 55px;
	background:url(../img/common/icon_pr.png) no-repeat 5px top;
	background-size:40px;
}
#birthday td.ranking span.go {
	padding:12px 0 17px 55px;
	background:url(../img/common/icon_go.png) no-repeat 5px top;
	background-size:40px;
}
#birthday td.ranking span.si {
	padding:12px 0 17px 55px;
	background:url(../img/common/icon_si.png) no-repeat 5px top;
	background-size:40px;
}
#birthday td.ranking span.br {
	padding:12px 0 17px 55px;
	background:url(../img/common/icon_br.png) no-repeat 5px top;
	background-size:40px;
}
#birthday td.ranking .btnMin {
	position:absolute;
	bottom:15px;
	left:50%;
	width:90px;
	margin:0 0 0 -45px;
}
/*result*/
#birthday td.result {
	width:7.3%;
}
/*stop*/
#birthday td.stop {
	width:9.5%;
	font-size:24px;
}
#birthday td.stop span.mm {
	font-size:18px;
}
/*fav*/
#birthday td.fav01,
#birthday td.fav02,
#birthday td.fav03 {
	width:10.5%;
	height:92px;
	padding:15px 0 0 0;
	font-size:18px;
}
#birthday td.fav01 {
	background:url(../img/common/ranktag_01.png) no-repeat left 15px;
}
#birthday td.fav02 {
	background:url(../img/common/ranktag_02.png) no-repeat left 15px;
}
#birthday td.fav03 {
	background:url(../img/common/ranktag_03.png) no-repeat left 15px;
}
/*fav*/
#birthday td.fav {
	width:14%;
	padding:15px 0 0 0;
	font-size:18px;
}
#birthday td.fav01 span,
#birthday td.fav02 span,
#birthday td.fav03 span,
#birthday td.fav span {
	display:block;
	margin:8px 0 0 0;
	color:#bdb6af;
	font-size:12px;
}
/*---------------------------------
	layout -minSize-
---------------------------------*/
@media screen  and (min-width:1000px) and (max-width: 1200px) {
	#wrapper {
		min-width:100%;
	}
	#globalHeader .inner,
	#header .inner,
	#comp,
	#dlc .inner,
	#time .tab,
	#time .tableWrap,
	#time table.title,
	#time table.inner,
	#hero .tab,
	#hero .tableWrap,
	#hero table.title,
	#hero table.inner,
	#eoz .tab,
	#eoz .tableWrap,
	#eoz table.title,
	#eoz table.inner,
	#night .inner,
	#die .inner,
	#birthday h3,
	#birthday .tableWrap {
		width:94%;
		margin-right:auto;
		margin-left:auto;
		box-sizing:border-box;
	}
	#contents > .btn {
		right:3%;
		margin:0;
	}
	/*comp*/
	#comp .graf .percent span {
		font-size:9.75vw;
	}
	#comp td {
		height:7vw;
	}
	#comp .hero dt {
		margin:2vw 0 0 9%;
	}
	#comp .hero dt:after {
		line-height:2.2vw;
	}
	#comp .eoz dt {
		margin:2vw 0 0 9%;
	}
	#comp .eoz dt:after {
		line-height:2.2vw;
	}
	/*dlv*/
	#dlc .col:nth-of-type(1) dl, #dlc .col:nth-of-type(2) dl,#dlc .dlc06 {
		height:30vw;
		min-height:343px;
	}
	#dlc .dlc05 .detail {
		top:140px;
	}
	#dlc .dlc06 .graf {
		margin:2% 3% 2% 0;
	}
	#dlc .dlc06 .graf .percent span {
		font-size:5vw;
	}
	#dlc .dlc06 td {
		height:45px;	
	}
	#dlc .dlc06 p.detail {
		top: 40%;
	}
	#dlc .col dl.coming {
		height:210px;
		padding:90px 0 0 0;
	}
	#dlc .col .dlc05.coming {
		height:200px;
		padding:130px 0 0 0;
	}
	#dlc .col .dlc06.coming {
		height:200px;
		/*padding:130px 0 0 0;*/
		background:no-repeat left top #000;
		background-size:auto 70%;
	}
	#dlc .col .dlc06.coming p {
		width:257px;
	}
	#dlc .eoz table.dfc td {
		height:110px;
	}
}
/*最低幅固定*/
@media screen  and (max-width:1000px){
	#wrapper {
		min-width:940px;
	}
	#globalHeader .inner,
	#header .inner,
	#comp,
	#dlc .inner,
	#time .tab,
	#time .tableWrap,
	#time table.title,
	#time table.inner,
	#hero .tab,
	#hero .tableWrap,
	#hero table.title,
	#hero table.inner,
	#eoz .tab,
	#eoz .tableWrap,
	#eoz table.title,
	#eoz table.inner,
	#night .inner,
	#die .inner,
	#birthday h3,
	#birthday .tableWrap {
		width:940px;
		margin-right:auto;
		margin-left:auto;
		box-sizing:border-box;
	}
	#contents > .btn {
		right:3%;
		margin:0;
	}
	/*comp*/
	#comp .graf .percent span {
		font-size:100px;
	}
	#comp td {
		height:70px;
	}
	#comp .hero dt {
		margin:15px 0 0 9%;
	}
	#comp .hero dt:after {
		line-height:23px;
	}
	#comp .eoz dt {
		margin:15px 0 0 9%;
	}
	#comp .eoz dt:after {
		line-height:23px;
	}
	/*dlc*/
	#dlc .col:nth-of-type(3) dl, #dlc .col:nth-of-type(4) dl,#dlc .dlc06 {
		height:343px;
	}
	#dlc .dlc05 .detail {
		top:140px;
	}
	#dlc .dlc06 .graf .percent span {
		font-size:50px;
	}
	#dlc .dlc06 td {
		height:59px;	
	}
	#dlc .col:nth-of-type(5) dt {
		padding:66px 0 37px 0;
	}
	/*coming*/
	#dlc .col dl.coming {
		height:300px;
		padding:0
	}
	#dlc .col .dlc05.coming {
		height:330px;
		padding:0
	}
	#dlc .col .dlc05.coming dd {
		padding:140px 0 0 0;
	}
	#dlc .col .dlc06.coming {
		height:330px;
		padding:0;
		background:no-repeat left top #000;
		background-size:auto 70%;
	}
	#dlc .dlc06 p.detail {
		top: 40%;
	}
	#dlc .col .dlc06.coming p {
		width:257px;
		/*padding:130px 0 0 0;*/
	}
	#dlc .eoz table.dfc td {
		height:110px;
	}
}