@charset "UTF-8";
/* CSS Document */

body {
	position: relative;
	background: #242424 url("../images/mainimages.jpg?0729") center top no-repeat;
	color: #f1f1f1;
	padding: 0;
	margin: 0;
}
body.pg {
	padding-top: 125px;
}

br.notpc {
	display: none;
}

.mainContainer {
	width: 740px;
}
.rogo {
	position: absolute;
	top: 16px;
	left: 50%;
	padding: 0;
	margin: 0;
	width: 228px;
	height: 78px;
	z-index: 1000;
	transform: translateX(-50%);
	animation: 1.5s rogoAnim .5s both;
}
.rogo img {
	width: 228px;
	height: 78px;
}
@keyframes rogoAnim {
   0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.copyContainer {
	position: absolute;
	top: 460px;
	left: 50%;
	transform: translateX(-50%);
}
.copy {
	display: inline-block;
}
.status {
	display: inline-block;
	position: relative;
	border-radius: 26px;
	padding: 12px 0;
	margin: 0 0;
	width: 224px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
.status.mind {
	background: #ff2c7e;
}
.status.skill {
	background: #3e86fd;
}
.status.rank {
	background: #039e32;
}
.plus {
	position: absolute;
	top: 0;
	left: -10px;
}
.plus div {
	display: inline-block;
	position: relative;
	width: 42px;
	vertical-align: top;
	animation:plusRote 3s linear 0s infinite;
}
.plus span:nth-child(1) {
	display: inline-block;
	position: absolute;
	top: 17px;
	left: 0;
	background: #fff;
	border-radius: 20px;
	width: 42px;
	height: 10px;
	transform: rotate(90deg);
}
.plus span:nth-child(2) {
	display: inline-block;
	position: absolute;
	top: 17px;
	left: 0;
	background: #fff;
	border-radius: 20px;
	width: 42px;
	height: 10px;
}
@keyframes plusRote {
	33% { transform:scale(1); }
	46% { transform:translateY(-11px) scale(1.4); }
	100% { transform:scale(1); }
}

a.prbtn-more {
	display: inline-block;
	position: absolute;
	left: 50%;
	background: url("../images/prbtn_more.png") no-repeat;
	width: 174px;
	height: 33px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
a.prbtn-more:hover {
	filter: brightness(1.4);
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a.prbtn-more.katayo {
	top: 614px;
	transform: translateX(-637px);
}
a.prbtn-more.yayuyo {
	top: 614px;
	transform: translateX(474px);
}

.prContainer {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	background: rgba(30,30,30,.85);
	-webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
	border-radius: 16px;
	padding: 40px 60px 50px;
	margin: 100px 0 0;
	width: 800px;
	min-height: 300px;
	max-height: 96vh;
	font-size: 16px;
	line-height: 1.6em;
	color: #f1f1f1;
	text-align: left;
	overflow: auto;
	opacity: 0;
	z-index: 1001;
	transform: translate(-50%,-50%);
}
.prContainer h2 {
	border-bottom: 2px #b1b1b1 solid;
	padding: 12px 0 0;
	margin-bottom: 14px;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.1em;
}
.close {
	display: block;
	position: absolute;
	top: 35px;
	right: 25px;
	width: 46px;
	height: 46px;
}
.close div {
	display: inline-block;
	position: relative;
	width: 46px;
}
.close span:nth-child(1) {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	background: #c2c2c2;
	border-radius: 20px;
	width: 46px;
	height: 4px;
	transform: rotate(45deg);
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.close span:nth-child(2) {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	background: #c2c2c2;
	border-radius: 20px;
	width: 46px;
	height: 4px;
	transform: rotate(-45deg);
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.close:hover span:nth-child(1), .close:hover span:nth-child(2) {
	background: #fff;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.entryContainer {
	padding-top: 604px;
}
.entryContainer .cmt {
	font-size: 24px;
	line-height: 1em;
	text-shadow: -1px -1px 4px rgba(0, 0, 0, 1), 2px 2px 4px rgba(0, 0, 0, 1);
}
.entryContainer a.entrybtn {
	display: inline-block;
	background: #fff;
	border-radius: 40px;
	padding: 30px 0;
	margin: 16px 0 60px;
	width: 480px;
	font-size: 24px;
	line-height: 1em;
	color: #1b1b1b;
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
	animation: anima-entrybtn 2s infinite;
}
.entryContainer a.entrybtn:hover {
	color: #2589d0;
	letter-spacing: .1em;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@keyframes anima-entrybtn {
    0% {
        box-shadow: 0 0 0 0 rgb(37 137 208 / 80%);
    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}

.entryContainer .faqcmt {
	font-size: 16px;
	line-height: 1em;
	color: #d4d4d4;
}
.entryContainer a.faqbtn {
	display: inline-block;
	background: #585858;
	border-radius: 40px;
	padding: 20px 0;
	margin: 12px 0 40px;
	width: 480px;
	font-size: 20px;
	line-height: 1em;
	color: #fff;
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.entryContainer a.faqbtn:hover {
	background: #7a7a7a;
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pococha-rogo {
	width: 138px;
	height: auto;
}
a.dlbtn {
	display: inline-block;
	margin: 6px 4px;
}
a.dlbtn img {
	width: auto;
	height: 40px;
}


footer {
	padding: 0 0 35px;
	margin: 10px 0 0;
}
footer .cr {
	display: block;
	border-top: 6px #282828 solid;
	padding: 16px 0;
	width: 100%;
	font-size: 12px;
	color: #818181;
	letter-spacing: 1px;
	text-align: center;
}


.faqContainer {
	background: rgba(255,255,255,.85);
	-webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
	border-radius: 10px;
	padding: 60px;
	margin: 0 0 40px;
	min-height: 810px;
	color: #222;
	text-align: left;
	box-shadow: 0px 0px 35px -12px rgba(0,0,0,0.6);
}
.faqContainer h2 {
	border-top: 1px #b1b1b1 solid;
	border-bottom: 2px #b1b1b1 solid;
	padding: 12px 0;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: normal;
}
.faqContainer a.allopen {
	color: #626262;
}
.faqContainer .faqlist {
	padding: 0;
	margin: 0;
	list-style: none;
}
.faqContainer .faqlist li {
	
}
.faqContainer .q {
	display: inline-block;
	border-bottom: 2px #b1b1b1 dotted;
	padding: 8px 0 4px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color: #222;
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.faqContainer a.q:hover {
	color: #2589d0;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.faqContainer .a {
	border-bottom: 4px #b1b1b1 solid;
	padding: 0 0 6px 10px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color: #222;
}



.tablelist {
	display: inline-block;
	text-align: left;
}
.tablelist table {
	border: none;
	border-spacing: 5px;
	border-collapse: separate;
}
.tablelist th {
	background: #f9f9f9;
	border-right: 1px #9b9b9b solid;
	padding: 10px 10px 10px 24px;
	word-break: keep-all;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
}
.tablelist td {
	padding: 10px;
	font-size: 16px;
	text-align: left;
}


a.morebtn {
	display:inline-block;
	background:#f1f1f1;
	border-radius:16px;
	padding:12px 0;
	min-width:400px;
	font-size:14px;
	font-weight:500;
	color:#5d5d5d;
	text-align:center;
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
a.morebtn:hover {
	background: #5d5d5d;
	color: #f1f1f1;
	letter-spacing: .1em;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*  */
#loading {
	padding:20px;
	text-align:center;
}
.clear {
	clear:both;
}
