@charset "UTF-8";
/*---------------------------------
	layout
---------------------------------*/
#wrapper::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQIW2NkYGDYzMDAcIYBChgZGBjqYRwQjSxgAlKJoQIAnPQEARvsWbgAAAAASUVORK5CYII=) repeat,url(../../pc/img/overview/bg_ov.jpg) center/cover no-repeat;
	background-size:auto,auto 100%;
	z-index:-1;
}
#contents {
	position:relative;
	margin:0 auto;
	padding:174px 0 0 0;
	color:#bdb6af;
}
#contents > .btn {
	position:absolute;
	top:6px;
	right:10px;
	min-width:220px;
	margin:0;
}
#contents h1 {
	position:absolute;
	top:60px;
	width:100%;
	color:#fff;
	font-size:24px;
	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.4em;
	height:1px;
	margin:0 auto;
	background:#fff;
	-webkit-animation:animate_02 1.5s;
	animation:animate_02 1.5s;
}
@keyframes animate_01 {
	0% {
		top:30px;
		opacity:0;
	}
	100% {
		top:60px;
		opacity:1;
	}
}
@keyframes animate_02 {
	0% {
		width:0;
		opacity:0;
	}
	70% {
		width:0;
		opacity:0;
	}
	100% {
		width:7.4em;
		opacity:1;
	}
}

/*---------------------------------
	profile
---------------------------------*/
#profile {
	position:relative;
	padding:60px 0 20px 0;
	background:rgba(0,0,0,0.6);
}
#profile .icon {
	position:absolute;
	top:0;
	left:50%;
	width:90px;
	height:90px;
	margin:-45px 0 0 -45px;
	padding:1px;
	background:url(../../pc/img/overview/bg_icon.png) no-repeat center center;
	background-size:100%;
}
#profile .icon > img {
	width:100%;
	height:auto;
	-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:-45px 0 0 -45px;
		background:none;
		border:1px solid #777370;
	}
}
@media all and (-ms-high-contrast:none){
	#profile .icon {
		margin:-45px 0 0 -45px;
		background:none;
		border:1px solid #777370;
	}
}
#profile .icon span {
	position:absolute;
	bottom:-5px;
	right:-10px;
	width:24px;
	height:24px;
	background:url(../../pc/img/overview/btn_icon.png) no-repeat center center;
	cursor:pointer;
}
#profile.on .icon span {
	background:url(../../pc/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(../../pc/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(../../pc/img/common/icon_items.png) no-repeat 48px center;
}
#profile .iconNav ul li.nav_changeicon a {
	background:url(../../pc/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(../../pc/img/common/icon_mypage.png) no-repeat 50px center;
}
#profile .iconNav ul li.nav_items:hover a {
	background:url(../../pc/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(../../pc/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(../../pc/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:15px;
}
#profile dd {
	margin:0 0 5px 0;
}
#profile dd .ptf {
	display:table;
	min-width:84px;
	margin:0 auto 5px auto;
	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.link a {
	padding:0 0 0 20px;
	background:url(../img/common/nav_arrow_wh.png) no-repeat left center;
	background-size:12px;
	color:#a0968c;
	text-decoration:underline;
}
#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(255, 245, 235, 0.1);
	text-align:center;
}
#tab li {
	float:left;
	position:relative;
	width:50%;
	box-sizing:border-box;
	transition:all 0.5s;
}
#tab li:last-child {
	padding:0 5px 0 0;
}
#tab li.current {
	border-bottom:1px solid #fff5eb;
	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(../../pc/img/overview/arrow_tab.png) no-repeat center bottom;
	z-index:1;
}
#tab li.current a span.icon {
	opacity:1;
	transition:all 0.5s;
}
#tab li a {
	display:inline-block;
	width:100%;
	height:40px;
	padding:20px 0 0 0;
	color:#fff5eb;
	font-size:14px;
	transition:all 0.5s;
	text-align:center;
}
#tab li:first-child a span.icon {
	padding:3px 0 3px 40px;
	background:url(../../pc/img/common/icon_progress.png) no-repeat 10px center;
	background-size:20px;
	opacity:0.5;
}
#tab li:last-child a span.icon{
	padding:0 0 0 30px;
	background:url(../../pc/img/common/icon_challenge.png) no-repeat 10px center;
	background-size:15px;
}
#tab li .badge {
	display:inline-block;
	position:relative;
	top:-1px;
	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;
}
/*---------------------------------
	selectArea
---------------------------------*/
#inner {
	background:rgba(0,0,0,0.6);
}
#selectArea {
	position:relative;
	margin:0 0 20px 0;
}
#selectArea:after {
	display:block;
	content:'';
	position:absolute;
	bottom:-6px;
	width:100%;
	height:6.5px;
	background:url(../img/ranking/arrow_select.png) no-repeat center bottom;
	background-size:12px;
}
.search {
	padding:15px 2%;
	border-bottom:1px solid #504b47;
	text-align:center;
}
.search div {
	display:block;
	float:left;
	position:relative;
	width:100%;
	padding:0 2%;
	border-bottom:1px solid #3c3732;
	background:url(../../pc/img/ranking/icon_open.png) no-repeat 96% center;
	text-align:left;
	cursor:pointer;
	box-sizing:border-box;
}
.search div:nth-of-type(2n){
	margin:0;
}
.search div.open {
	background:url(../../pc/img/ranking/icon_close.png) no-repeat 96% center,rgba(0,0,0,0.4);
}
.search div.time,
.search div.time.open {
	background:none;
	cursor:default;
}
.search div p {
	color:#777370;
	font-size:14px;
	line-height:40px;
}
.search div p img {
	vertical-align:middle;
}
.search div p span {
	width:43%;
	padding:0 10px;
	color:#fff5eb;
	overflow:hidden;
}
.search div ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	width:96%;
	padding:0 2%;
	border:1px solid #3c3732;
	background:rgba(0,0,0,0.8);
	text-align:center;
	z-index:10;
}
.search div ul li {
	color:#fff;
	font-size:16px;
	line-height:44px;
	cursor:pointer;
}
.search div ul li img {
	vertical-align:middle;
}
/*progress*/
.progress {
	float:right;
	margin:0 4% 10px 0;
	color:#a0968c;
	font-size:16px;
}
.progress span {
	padding:0 0 0 30px;
	background:url(../../pc/img/common/icon_challenge.png) no-repeat left center;
	color:#fff5eb;
}
/*---------------------------------
	challengeList
---------------------------------*/
/*list*/
#challengeList {
	clear:both;
	width:92%;
	margin:0 auto;
}
#challengeList ul {
	padding:0 0 25px 0;
	border-top:1px solid #3c3732;
}
#challengeList li {
	position:relative;
	padding:10px 0;
	border-bottom:1px solid #3c3732;
}
#challengeList li .new {
	position:absolute;
	top:10px;
	left:25px;
	color:#ffa019;
	font-size:12px;
	font-weight:bold;
}
#challengeList li p.txt {
	margin:0 0 10px 0;
	padding:30px 0 0 0;
	background:url(../../pc/img/common/chkbox.png) no-repeat left top;
	background-size:20px;
	font-size:12px;
	line-height:2;
}
#challengeList li.active p.txt {
	background:url(../../pc/img/common/chkbox_on.png) no-repeat left top;
	background-size:20px;
}
#challengeList li dt {
	float:left;
}
#challengeList li dd {
	float:right;
}
#challengeList li dd span {
	display:inline-block;
	padding:0 0 0 30px;
	color:#a0968c;
	font-size:12px;
	line-height:20px;
}
#challengeList li dd span.icon {
	background:url(../../pc/img/common/icon_icon.png) no-repeat left center;
	background-size:20px;
}
#challengeList li dd span.wall {
	background:url(../../pc/img/common/icon_wall.png) no-repeat left center;
	background-size:20px;
}
#challengeList li dd span.rep {
	padding:0;
	
}
#challengeList li dd span.detail {
	width:98px;
	margin:0 0 0 10px;
	padding:0;
	border:1px solid #3c3732;
	background:url(../../pc/img/common/arrow_btn_min.png) no-repeat 96% center;
	background-size:6px;
	color:#777370;
	text-align:center;
	line-height:22px;
	cursor:pointer;
}
/*---------------------------------
	mdl
---------------------------------*/
.mdl {
	border-right:1px solid #3b3732;
	border-left:1px solid #3b3732;
}
.mdl dl {
	display:none;
}
.mdl dd.img img {
	width:100%;
	height:auto;
	border:1px solid #504b47;
}
.mdl dt.txt {
	color:#a0968c;
	font-size:12px;
}
.mdl .confirm dd.txt {
	margin:0 0 25px 0;
}
.mdl dd.list {
	margin:0 auto 35px auto;
	border-top:1px solid #3c3732;
}
.mdl dd.list li {
	border-bottom:1px solid #3c3732;
	color:#a0968c;
	font-size:14px;
	line-height:40px;
}
/*---------------------------------
	layout -minSize-
---------------------------------*/
@media screen  and (min-width:640px){
	#globalHeader .inner,
	#header .inner,
	#tab ul,
	#selectArea,
	.progress,
	#challengeList {
		width:640px;
		margin-right:auto;
		margin-left:auto;
		box-sizing:border-box;
	}
	.progress {
		float:none;
		text-align:right;
	}
}

