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

html, body {
	height: 100%;
}
body {
	position: relative;
	background: #13120d;
	color: #f1f1f1;
	padding: 0;
	margin: 0;
}
body.pg {
	padding-top: 125px;
}

br.notsp {
	display: none;
}


.mainContainer {
	background: url("../images/mainimages_sp.jpg?0729") center top no-repeat;
	background-size: 100% auto;
	width: 100%;
}
.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: 1036px;
	left: 50%;
	transform: translateX(-50%);
}
.copy {
	display: inline-block;
}
.status {
	display: inline-block;
	position: relative;
	border-radius: 26px;
	padding: 16px 0;
	margin: 0 0;
	width: 280px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
.status.mind {
	background: #ff2c7e;
}
.status.skill {
	background: #3e86fd;
}
.status.rank {
	background: #039e32;
}
.plus {
	position: absolute;
	top: 6px;
	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(-5px) 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;
}
a.prbtn-more:hover {
	filter: brightness(1.4);
}
a.prbtn-more.katayo {
	top: 900px;
	transform: translateX(44px);
}
a.prbtn-more.susan {
	top: 460px;
	left: 68px;
}
a.prbtn-more.kelvin {
	top: 1304px;
	transform: translateX(-298px);
}

.prContainer {
	display: none;
	position: fixed;
	top: 60px;
	left: 50%;
	background: rgba(30,30,30,.85);
	-webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
	border-radius: 16px;
	padding: 0 60px 50px;
	margin: 100px 0 0;
	width: 75%;
	max-height: 80%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6em;
	color: #f1f1f1;
	text-align: left;
	overflow-y: auto;
	opacity: 0;
	z-index: 1001;
	transform: translateX(-50%);
}
.prContainer h2 {
	border-bottom: 2px #b1b1b1 solid;
	padding: 12px 0 0;
	margin-bottom: 30px;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.2em;
}
.close {
	display: inline-block;
	position: fixed;
	top: 15px;
	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: 1320px;
}
.entryContainer .cmt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
}
.entryContainer a.entrybtn {
	display: inline-block;
	background: #fff;
	border-radius: 60px;
	padding: 30px 0;
	margin: 16px 0 60px;
	width: 560px;
	font-size: 20px;
	font-size: 2.0rem;
	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;
	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: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	color: #d4d4d4;
}
.entryContainer a.faqbtn {
	display: inline-block;
	background: #585858;
	border-radius: 40px;
	padding: 20px 0;
	margin: 12px 0 40px;
	width: 560px;
	font-size: 16px;
	font-size: 1.6rem;
	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 {
	margin-top: 30px;
	width: 138px;
	height: auto;
}
a.dlbtn {
	display: inline-block;
	margin: 6px 4px;
}
a.dlbtn img {
	width: auto;
	height: 70px;
}


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


.faqContainer {
	background: rgba(255,255,255,.85);
	-webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
	border-radius: 10px;
	padding: 60px;
	margin: 0 15px 40px;
	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: 4px #b1b1b1 solid;
	padding: 20px 0;
	margin-bottom: 14px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
.faqContainer a.allopen {
	color: #626262;
}
.faqContainer .faqlist {
	padding: 10px 0 0;
	margin: 0;
	list-style: none;
}
.faqContainer .faqlist li {
	
}
.faqContainer .q {
	display: inline-block;
	border-bottom: 3px #b1b1b1 dotted;
	padding: 8px 0 4px;
	margin-bottom: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.3em;
	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: 10px #b1b1b1 solid;
	padding: 0 0 16px 20px;
	margin-bottom: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.45em;
	color: #222;
}


.tablelist {
	display: inline-block;
}
.tablelist table {
	border: none;
	border-spacing: 8px;
	border-collapse: separate;
}
.tablelist th {
	background: #f9f9f9;
	border-right: 1px #9b9b9b solid;
	padding: 14px 14px 14px 24px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.tablelist td {
	padding: 14px;
	text-align: left;
}


a.morebtn {
	display:inline-block;
	background:#f1f1f1;
	border-radius:16px;
	padding:12px 0;
	min-width:260px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:500;
	color:#5d5d5d;
	text-align:center;
}
a.morebtn:hover {
	background: #5d5d5d;
	color: #f1f1f1;
	letter-spacing: .1em;
	text-decoration: none;
}


.clear {
	clear:both;
}
