@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;
	color:#bdb6af;
}
#contents > .btn {
	position:absolute;
	top:6px;
	right:50%;
	min-width:220px;
	margin:0 -620px 0 0;
}
#contents h1 {
	position:absolute;
	top:100px;
	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:7.2em;
	height:1px;
	margin:0 auto;
	background:#fff;
	-webkit-animation:animate_02 1.5s;
	animation:animate_02 1.5s;
}

@keyframes animate_01 {
	0% {
		top:50px;
		opacity:0;
	}
	100% {
		top:100px;
		opacity:1;
	}
}
@keyframes animate_02 {
	0% {
		width:0;
		opacity:0;
	}
	70% {
		width:0;
		opacity:0;
	}
	100% {
		width:7.2em;
		opacity:1;
	}
}
#contents #inner {
	padding:80px 0;
	background:rgba(0,0,0,0.6);
}
/*---------------------------------
	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_ov a {
	background:url(../img/common/icon_ov.png) no-repeat 48px center;
}
#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_ov a:hover {
	background:url(../img/common/icon_ov.png) no-repeat 48px center rgba(60,55,50,0.7);
}
#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;
}
/*---------------------------------
	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;
	transition:all 0.5s;
	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;
	margin:4px 0 0 0;
	border-radius:50px;
	background:#ffa019;
	color:#3c3732;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
}
/*---------------------------------
	challengeList
---------------------------------*/
#listUi .progress {
	float:right;
	margin:15px 0 0 0;
	padding:0 0 0 30px;
	background:url(../img/common/icon_challenge.png) no-repeat left center;
	color:#a0968c;
	font-size:16px;
}
#listUi .progress span {
	color:#fff5eb;
}
/*list*/
#challengeList {
	width:1220px;
	margin:0 auto;
	padding:0 10px;
	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%;
}
#challengeList ul {
	border-bottom:1px solid #3c3732;
}
#challengeList li {
	display:table;
	position:relative;
	float:left;
	width:50%;
	height:88px;
	padding:10px 0;
	border:1px solid #3c3732;
	border-left:none;
	border-top:none;
	box-sizing:border-box;
}
#challengeList li.right {
	border-right:none;
}
#challengeList li.top {
	border-top:1px solid #3c3732;
}
#challengeList li.bottom {
	border-bottom:1px solid #3c3732;
}
#challengeList li.notBottom {
	border-bottom:none;
}
#challengeList li .new {
	position:absolute;
	top:10px;
	left:5px;
	color:#ffa019;
	font-size:12px;
	font-weight:bold;
}
#challengeList li p.txt {
	display:table-cell;
	width:390px;
	padding:0 10px 0 40px;
	border-right:1px solid #3c3732;
	background:url(../img/common/chkbox.png) no-repeat 8px center;
	color:#777370;
	font-size:14px;
	vertical-align:middle;
}
#challengeList li.active p.txt {
	color:#bdb6af;
}
#challengeList li.active p.txt {
	background:url(../img/common/chkbox_on.png) no-repeat 8px center;
}
#challengeList li dl {
	display:table-cell;
	width:175px;
	text-align:center;
}
#challengeList li dt {
	margin:10px 0;
}
#challengeList li dt span {
	display:inline-block;
	padding:0 0 0 30px;
	color:#a0968c;
	font-size:12px;
	line-height:20px;
}
#challengeList li dt.icon span {
	background:url(../img/common/icon_icon.png) no-repeat left center;
}
#challengeList li dt.wall span {
	background:url(../img/common/icon_wall.png) no-repeat left center;
}
#challengeList li dt.rep span {
	padding:0;
	
}
#challengeList li dd {
	width:98px;
	margin:0 auto;
	border:1px solid #3c3732;
	background:url(../img/common/arrow_btn_min.png) no-repeat 96% center;
	color:#777370;
	font-size:12px;
	line-height:22px;
	cursor:pointer;
	transition:all 0.5s;
}
#challengeList li dd:hover {
	background:url(../img/common/arrow_btn_min.png) no-repeat 98% center rgba(60,55,50,0.7);
	transition:all 0.5s;
}
/*---------------------------------
	mdl
---------------------------------*/
.mdl dl {
	display:none;
}
.mdl dd.img img {
	border:1px solid #504b47;
}
.mdl dt.txt {
	color:#a0968c;
	font-size:20px;
}
.mdl .confirm dd.txt {
	margin:0 0 50px 0;
}
.mdl dd.list {
	width:500px;
	margin:0 auto 70px auto;
	border-top:1px solid #3c3732;
}
.mdl dd.list li {
	border-bottom:1px solid #3c3732;
	color:#a0968c;
	font-size:20px;
	line-height:80px;
}
/*---------------------------------
	layout -minSize-
---------------------------------*/
@media screen  and (min-width:1000px) and (max-width: 1200px) {
	#wrapper {
		min-width:100%;
	}
	#globalHeader .inner,
	#header .inner,
	#challengeList {
		width:96%;
		margin-right:auto;
		margin-left:auto;
		box-sizing:border-box;
	}
	#contents > .btn {
		right:3%;
		margin:0;
	}
}
/*最低幅固定*/
@media screen  and (max-width:1000px){
	#wrapper {
		min-width:960px;
	}
	#globalHeader .inner,
	#header .inner,
	#challengeList {
		width:960px;
		margin-right:auto;
		margin-left:auto;
		box-sizing:border-box;
	}
	
}
