/* -------------------------------
COMMON
------------------------------- */
img {
	vertical-align: bottom;
}
.quiz-01 #contents-block .inner {
	background: #264e6a url("../IMAGES/TOP/top_header_bg.png") no-repeat center top!important;
	background-size: 100% auto!important;
}
#quiz-outer {
	background: url("../IMAGES/COMMON/bg_left.png") no-repeat left 350px;
	background-size: 599px auto;
}
#quiz-inner {
	background: url("../IMAGES/COMMON/bg_right.png") no-repeat right 350px;
	background-size: 599px auto;
}
@media screen and (max-width: 1260px) {
	#quiz-outer {
		background: url("../IMAGES/COMMON/bg_left.png") no-repeat left 28vw;
		background-size: 48% auto;
	}
	#quiz-inner {
		background: url("../IMAGES/COMMON/bg_right.png") no-repeat right 28vw;
		background-size: 48% auto;
	}
}
@media screen and (max-width: 890px) {
	#quiz-outer {
		background: none;
	}
	#quiz-inner {
		background: none;
	}
}

/* -------------------------------
HEADER
------------------------------- */
#quiz-header {
	position: relative;
	padding: 0;
	width: 100%;
	transform: rotate3d();
}
#quiz-header #quiz-header-title {
	
}
#quiz-header .quiz-cat-battery {
	width: 130px;
	position: absolute;
	bottom: -30px;
	right: 30px;
}

#quiz-header .quiz-cat-fuki {
	width: 202px;
	position: absolute;
	bottom: 35px;
	right: 160px;
	transform: rotateZ(-60deg);
	opacity: 0;
	transform-origin: right bottom;
	transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275);
}

.quiz-footer {
	position: relative;
	padding: 0;
	width: 100%;
}

.quiz-cloud {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 322px;
	height: 118px;
	background: url("../IMAGES/COMMON/header_cloud_bg.png") no-repeat left top;
	background-size: 322px 118px;
}
.quiz-cloud .quiz-cloud-level {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 76px;
	height: 76px;
	border-radius: 38px;
	box-sizing: border-box;
	z-index: 100;
}
.quiz-cloud .quiz-cloud-level a {
	display: block;
	width: 76px;
	height: 76px;
	text-indent: -9999px;
	border-radius: 38px;
	background: url("../IMAGES/COMMON/header_cloud_btnlevel.png") no-repeat center center;
	background-size: 76px;
}
.quiz-cloud .quiz-cloud-back {
	position: absolute;
	top: 0px;
	right: 58px;
	width: 94px;
	height: 94px;
	border-radius: 47px;
	box-sizing: border-box;
	z-index: 101;
}
.quiz-cloud .quiz-cloud-back a {
	display: block;
	width: 94px;
	height: 94px;
	text-indent: -9999px;
	border-radius: 47px;
	background: url("../IMAGES/COMMON/header_cloud_btnback.png") no-repeat center center;
	background-size: 94px;
}

@media screen and (max-width: 1260px) {
	#quiz-header .quiz-cat-battery {
		width: 9.3vw;
		bottom: 0px;
		right: 15px;
	}
	#quiz-header .quiz-cat-fuki {
		width: 15vw;
		right: 11.2vw;
	}
}
@media screen and (max-width: 890px) {
	#quiz-header .quiz-cat-battery {
		width: 14vw;
		bottom: 10px;
		right: 15px;
	}
	#quiz-header .quiz-cat-fuki {
		width: 21vw;
		right: 18vw;
		bottom: 30px;
	}
	.quiz-cloud {
		transform: scale(0.5);
		transform-origin: right top;
		background: none;
	}
	.quiz-cloud .quiz-cloud-level {
	}
	.quiz-cloud .quiz-cloud-level a {
		background: #FFF url("../IMAGES/COMMON/header_cloud_btnlevel.png") no-repeat center center;
		background-size: 76px;
	}
	.quiz-cloud .quiz-cloud-back {
		right: 63px;
	}
	.quiz-cloud .quiz-cloud-back a {
		background: #FFF url("../IMAGES/COMMON/header_cloud_btnback.png") no-repeat center center;
		background-size: 94px;
	}
}
/* -------------------------------
TOP
------------------------------- */
.quiz-catbtns {
	width: 840px;
	margin: 0 auto;
	padding-left: 15px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.quiz-catbtns li {
	width: 90px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
.quiz-catbtns li:hover {
	cursor: pointer;
}
.quiz-catbtns li span.cat-img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.24s ease-out;
}
.quiz-catbtns li:hover span.cat-img {
	transform: scale(1.14);
}
.quiz-catbtns li span.cat-img img {
	display: block;
	opacity: 0;
	width: 100%;
	transition: transform 0.24s ease-out;
}
.quiz-catbtns li.off span.cat-img img {
	opacity: 1;
}
.quiz-catbtns li.cat1 span.cat-img {
	background: url("../IMAGES/TOP/btn_cat1.png") no-repeat left top;
	background-size: 100% auto;
}
.quiz-catbtns li.cat2 span.cat-img {
	background: url("../IMAGES/TOP/btn_cat2.png") no-repeat left top;
	background-size: 100% auto;
}
.quiz-catbtns li.cat3 span.cat-img {
	background: url("../IMAGES/TOP/btn_cat3.png") no-repeat left top;
	background-size: 100% auto;
}
.quiz-catbtns li.cat4 span.cat-img {
	background: url("../IMAGES/TOP/btn_cat4.png") no-repeat left top;
	background-size: 100% auto;
}
.quiz-catbtns li.cat5 span.cat-img {
	background: url("../IMAGES/TOP/btn_cat5.png") no-repeat left top;
	background-size: 100% auto;
}
.quiz-catbtns li.cat6 span.cat-img {
	background: url("../IMAGES/TOP/btn_cat6.png") no-repeat left top;
	background-size: 100% auto;
}
#quiz-lists {
	width: 860px;
	margin: 0 auto;
}
#quiz-lists ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
#quiz-lists li {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.3s;
}
#quiz-lists li.hide {
	display: none;
}
#quiz-lists li a {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.2s ease-out;
}
#quiz-lists li a:hover {
	transform: scale(1.05);
}
#quiz-lists li a img {
	vertical-align: bottom;
}
#quiz-lists li a .quiz-item-cats {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 12.7%;
	display: flex;
	flex-direction: column;
}
#quiz-lists li a .quiz-item-cats .cat {
	width: 100%;
	/*width: 52px;*/
}
.medal {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 5.4%;
	/*width: 22px;*/
}


@media screen and (max-width: 890px) {
	.quiz-catbtns {
		width: 100%;
		margin-top: 15px;
		padding: 0px 15px;
		box-sizing: border-box;
	}
	.quiz-catbtns li {
		width: 25%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 11px;
		box-sizing: border-box;
	}
	.quiz-catbtns li:hover span.cat-img {
		transform: none;
	}
	#quiz-lists {
		width: 100%;
	}
	#quiz-lists li {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	#quiz-lists li a:hover {
		transform: none;
	}

}

/* -------------------------------
QUESTION
------------------------------- */
.quiz-qbox {
	width: 860px;
	margin: 0 auto;
	border: solid 8px #06C56D;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 30px;
	overflow: hidden;
}
.quiz-qbox h2.quiz-title {
	/*padding-top: 70px;*/
	padding-top: 35px;
	text-align: center;
	font-size: 37px!important;
}
.quiz-qbox h2.quiz-title rt {
	font-size: 13px!important;
	margin-bottom: 4px;
}
.quiz-qbox h2.quiz-title-1line {
	padding-top: 60px;
}
.quiz-qbox h3.quiz-question {
	text-align: center;
	margin-bottom: 100px;
}
.quiz-qbox h3.quiz-question strong {
	display: inline-block;
	position: relative;
	padding: 0 100px;
	font-size: 52px!important;
	line-height: 1.4em;
	/*font-weight: 700;*/
}
.quiz-qbox h3.quiz-question strong::after {
	content: '';
	display: block;
	position: absolute;
	background: url("../IMAGES/COMMON/question_hatena.png") no-repeat left top;
	background-size: 97px 150px;
	bottom: -80px;
	right: -10px;
	width: 97px;
	height: 150px;
}
.quiz-qbox h3.quiz-question rt {
	font-size: 13px!important;
	text-justify: start!important;
}
.quiz-qbox-head {
	position: relative;
	background: #06C56D;
	color: #FFF;
	font-size: 14px;
	height: 170px;
}
.quiz-qbox-head-chara {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 220px;
}

.quiz-qbox-head-cat {
	position: absolute;
	top: 45px;
	right: 20px;
	display: flex;
}
.quiz-qbox-head-cat li {
	margin-left: 10px;
	border-radius: 50%;
	width: 80px;
}
.quiz-qbox-inner {
	position: relative;
	padding: 110px 0 50px;
}
.quiz-question-fuki {
	width: 102px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -51px;
}
.quiz-question-video {
	margin: 0 50px 50px;
}
.quiz-question-video .quiz-question-video-inner {
	position: relative;
	padding-bottom: 56.25%;
  height: 0;
}
.quiz-question-video iframe {
	display: block;
	margin: 0 auto;
	position: absolute;
 	top: 0;
 	left: 0;
	width: 100%;
  height: 100%;
	/*max-height: 427px;*/
	border-radius: 10px;
	overflow: hidden;
}
.quiz-ans-items {
	padding-bottom: 1px;
}
.quiz-ans-items li {
	margin: 0 0 60px;
	position: relative;
}
.quiz-ans-num {
	width: 148px;
	position: absolute;
	left: 50px;
	bottom: 260px;
}
.quiz-ans-chara1 {
	width: 270px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.quiz-ans-chara2 {
	width: 270px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.quiz-ans-detail {
	text-align: center;
	padding-bottom: 30px;
}
.quiz-ans-detail-fuki {
	width: 100%;
	margin: 0 auto 10px;
}

.quiz-ans-box {
	border: solid 3px #000;
	border-radius: 20px;
	padding: 50px 50px 70px;
	margin: 110px 50px 0;
}
.quiz-ans-box-title {
	width: 654px;
	margin: -110px auto 0;
}
.quiz-ans-box-answeris {
	text-align: center;
	margin: 30px auto;
}
.quiz-ans-box-answeris span {
	display: inline-block;
	background: #06C56D;
	text-align: center;
	padding: 10px 0;
	line-height: 1em;
	color: #FFF;
	border-radius: 8px;
	/*width: 8.5em;*/
	width: 11.5em;
}
.quiz-ans-btns {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.quiz-ans-btns li {
	width: 32%;
	text-align: center;
}
.quiz-ans-btns li button,
.quiz-ans-btns li a {
	display: block;
	border: solid 3px #000;
	border-radius: 50%;
	width: 148px;
	margin: 0 auto;
	background: #FFF;
	transition: background 0.2s;
}
.quiz-ans-btns li button img,
.quiz-ans-btns li a img {
	transition: background 0.2s;
}
.quiz-ans-btns li .quiz-ans-btn1:hover {
	background: #e6251e url("../IMAGES/COMMON/answer_btn1_bg.png") no-repeat center center;
	background-size: 100% auto;
}
.quiz-ans-btns li .quiz-ans-btn1:hover img {
	opacity: 0;
}
.quiz-ans-btns li .quiz-ans-btn2:hover {
	background: #e6251e url("../IMAGES/COMMON/answer_btn2_bg.png") no-repeat center center;
	background-size: 100% auto;
}
.quiz-ans-btns li .quiz-ans-btn2:hover img {
	opacity: 0;
}
.quiz-ans-btns li .quiz-ans-btn3:hover {
	background: #e6251e url("../IMAGES/COMMON/answer_btn3_bg.png") no-repeat center center;
	background-size: 100% auto;
}
.quiz-ans-btns li .quiz-ans-btn3:hover img {
	opacity: 0;
}
.quiz-ans-btns li .quiz-ans-btn-name {
	margin-top: 0.5em;
	text-align: center;
	font-size: 23px;
	line-height: 1.4em;
}
.quiz-ans-action-img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 890px) {
	.quiz-qbox {
		width: 100%;
		border: solid 4px #06C56D;
		border-radius: 0px;
	}
	.quiz-qbox-head {
		height: auto;
	}
	.quiz-qbox-head-chara {
		width: 24%;
	}
	.quiz-qbox-head-cat {
		top: auto;
		bottom: 7px;
		right: 7px;
		display: flex;
		justify-content: flex-end;
	}
	.quiz-qbox-head-cat li {
		margin-left: 0;
		border-radius: 50%;
		width: 17%;
	}
	.quiz-qbox h2.quiz-title {
		padding: 7vw 24% 7vw;
		text-align: center;
		font-size: 27px!important;
	}
	.quiz-qbox h2.quiz-title rt {
		font-size: 10px!important;
	}
	.quiz-qbox-inner {
		padding: 90px 0 30px;
	}
	.quiz-question-fuki {
		width: 80px;
		top: -20px;
		left: 50%;
		margin-left: -40px;
	}
	.quiz-qbox h3.quiz-question {
		text-align: center;
		margin-bottom: 60px;
	}
	.quiz-qbox h3.quiz-question strong {
		padding: 0 28px;
		font-size: 27px!important;
		line-height: 1.7em;
	}
	.quiz-qbox h3.quiz-question strong::after {
		bottom: -12px;
		right: -12px;
		transform: scale(0.3);
		transform-origin: right bottom;
	}
	.quiz-qbox h3.quiz-question rt {
		font-size: 11px!important;
		text-justify: start!important;
	}
	.quiz-question-video {
		margin: 0 15px 10vw;
	}
	.quiz-question-video iframe {
		/*width: 100%;
		height: 45vw;*/
		border-radius: 10px;
		overflow: hidden;
	}
	.quiz-ans-items li {
		margin: 0 0 30px;
	}
	.quiz-ans-num {
		width: 16.6%;
		position: absolute;
		left: 15px;
		bottom: auto;
		top: 0;
	}
	.quiz-ans-chara1 {
		width: 30%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.quiz-ans-chara2 {
		width: 30%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.quiz-ans-box {
		border: solid 2px #000;
		border-radius: 10px;
		padding: 25px 15px 25px;
		margin: 14vw 15px 0;
	}
	.quiz-ans-box-title {
		width: 82%;
		margin: -9.2vw auto 0;
	}
	.quiz-ans-box-answeris span {
		font-size: 16px;
		padding: 10px 0;
		line-height: 1em;
		color: #FFF;
		border-radius: 8px;
        /*width: 8.5em;*/
        width: 11.5em;
	}
	.quiz-ans-btns {
		justify-content: space-around;
		padding: 0;
	}
	.quiz-ans-btns li {
		width: 33%;
		text-align: center;
	}
	.quiz-ans-btns li button,
	.quiz-ans-btns li a {
		border: solid 2px #000;
		border-radius: 50%;
		width: 85%;
		margin: 0 auto;
		background: #FFF;
		transition: background 0.2s;
	}
	.quiz-ans-btns li button img,
	.quiz-ans-btns li a img {
		transition: none;
	}
	.quiz-ans-btns li .quiz-ans-btn1:hover,
	.quiz-ans-btns li .quiz-ans-btn2:hover,
	.quiz-ans-btns li .quiz-ans-btn3:hover {
		background: #FFF;
	}
	.quiz-ans-btns li .quiz-ans-btn1:hover img,
	.quiz-ans-btns li .quiz-ans-btn2:hover img,
	.quiz-ans-btns li .quiz-ans-btn3:hover img {
		opacity: 1;
	}
	.quiz-ans-btns li .quiz-ans-btn-name {
		margin-top: 0.5em;
		font-size: 13px;
		line-height: 1.4em;
	}
	/*.quiz-ans-btns li .quiz-ans-btn-name br {
		display: none;
	}*/
}
@media screen and (max-width: 640px) {
	.quiz-qbox-head-chara {
		width: 22%;
	}
	.quiz-qbox-head-cat {
		top: auto;
		bottom: 7px;
		right: 7px;
		display: flex;
		justify-content: flex-end;
	}
	.quiz-qbox-head-cat li {
		margin-left: 0;
		border-radius: 50%;
		width: 10%;
	}
	.quiz-qbox h2.quiz-title {
		padding: 8vw 22% 11vw;
		text-align: center;
		font-size: 23px!important;
	}
	.quiz-qbox h2.quiz-title rt {
		font-size: 10px!important;
	}
	.quiz-ans-box-title {
		width: 82%;
		margin: -10.3vw auto 0;
	}
	.quiz-ans-box-answeris span {
		font-size: 0.8em;
		padding: 0.7em 0;
		line-height: 1em;
		color: #FFF;
		border-radius: 8px;
        /*width: 8.5em;*/
        width: 11.5em;
	}
}
@media screen and (max-width: 480px) {
	.quiz-qbox h3.quiz-question {
		text-align: center;
		margin-bottom: 60px;
	}
	.quiz-qbox h3.quiz-question strong {
		padding: 0 25px;
		font-size: 23px!important;
		line-height: 1.7em;
	}
	.quiz-qbox h3.quiz-question strong::after {
		bottom: -12px;
		right: -8px;
		transform: scale(0.3);
		transform-origin: right bottom;
	}
	.quiz-ans-box-title {
		width: auto;
		margin: -12.4vw 2vw 0;
	}
}

/* -------------------------------
RESULT
------------------------------- */
.quiz-result {
	position: relative;
	margin: 10px 0px 50px;
}
.quiz-result-inner {
	position: relative;
}
.quiz-result-title {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -327px;
	width: 654px;
	z-index: 100;
}
.quiz-result-false {
	padding-top: 160px;
}
.quiz-result-chara1 {
	/*width: 270px;*/
	width: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.quiz-result-chara2 {
	/*width: 270px;*/
	width: 30%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.quiz-result-answer {
	font-size: 37px;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 30px; 
}
.quiz-result-answer rt {
	font-size: 13px!important;
	margin-bottom: 4px;
}
.quiz-result-more p {
	margin: 50px 80px;
	/*font-size: 21px;*/
	/*font-size: 0.98em;*/
	font-size: 0.9em;
	line-height: 1.8em;
}
.quiz-result-more p rt {
	/*font-size: 11px;*/
	font-size: 0.4em;
}
.quiz-result-btns {
	text-align: center;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.quiz-result-btns-retry a {
	display: inline-block;
	background: #06C56D;
	text-align: center;
	padding: 10px 0;
	line-height: 1em;
	color: #FFF;
	border-radius: 10px;
	/*width: 9.5em;*/
	width: 12em;
	transition: all 0.2s;
}
.quiz-result-btns-retry a:hover {
	opacity: 0.9;
	transform: scale(1.04);
}
.quiz-result-btns-top,
.quiz-result-btns-next {
	margin: 0 10px;
}
.quiz-result-btns-top a,
.quiz-result-btns-next a {
	display: inline-block;
	background: #FFF;
	border: solid 3px #06C56D;
	text-align: center;
	padding: 10px 0;
	line-height: 1em;
	color: #06C56D;
	border-radius: 10px;
	/*width: 9.5em;*/
	width: 10em;
	transition: all 0.2s;
}
.quiz-result-btns-top a:hover,
.quiz-result-btns-next a:hover {
	background: #06C56D;
	color: #FFF;
	transform: scale(1.04);
}

@media screen and (max-width: 890px) {
	.quiz-result {
		margin: 0 0px 50px;
	}
	.quiz-result-title {
		width: 80%;
		margin-left: -40%;
	}
	.quiz-result-answer {
		/*font-size: 19px;*/
		line-height: 1.7em;
		text-align: center;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.quiz-result-answer rt {
		/*font-size: 10px!important;
		margin-bottom: 4px;*/
	}
	.quiz-result-more p {
		margin: 30px;
		/*font-size: 16px;*/
		font-size: 0.7em;
		line-height: 1.8em;
	}
	.quiz-result-more p rt {
		font-size: 0.4em;
	}
	
	.quiz-result-btns {
		text-align: center;
		margin: 30px 15px 0;
		display: flex;
		justify-content: center;
	}
	.quiz-result-btns-retry a {
		font-size: 16px;
	}
	.quiz-result-btns-retry a:hover {
		opacity: 1;
		transform: none;
	}
	.quiz-result-btns-top {
		margin: 0 5px 0 0;
	}
	.quiz-result-btns-next {
		margin: 0 0 0 5px;
	}
	.quiz-result-btns-top a,
	.quiz-result-btns-next a {
		font-size: 14px;
		border: solid 2px #06C56D;
		text-align: center;
		padding: 10px 0;
	}
	.quiz-result-btns-top a:hover,
	.quiz-result-btns-next a:hover {
		background: #FFF;
		color: #06C56D;
		transform: none;
	}
}
@media screen and (max-width: 768px) {
	.quiz-result-answer {
		font-size: 19px;
	}
	.quiz-result-answer rt {
		font-size: 10px!important;
		margin-bottom: 4px;
	}
	.quiz-result-more p {
		margin: 30px 15px;
		/*font-size: 16px;*/
		font-size: 1em;
		line-height: 1.8em;
	}
	.quiz-result-more p rt {
		font-size: 0.4em;
	}
}

/* -------------------------------
LEVEL
------------------------------- */
.quiz-level {
	position: relative;
	margin: 50px;
}
.quiz-level-inner {
	position: relative;
}
.quiz-level-title {
	margin: 0 auto 30px;
	width: 654px;
}
.quiz-level-text {
	font-size: 18px;
	line-height: 1.8em;
	/*text-align: left!important;*/
	margin: 0 50px 50px;
    text-align: center!important;
}

.quiz-level-congrats {
	margin-bottom: 50px;
}
.quiz-level-congrats-text {
	width: 100%;
	max-width: 680px;
	margin: 0 auto 50px;
}
.quiz-level-congrats-img {
	width: 100%;
}

.quiz-level-box {
	width: 370px;
	margin: 78px auto 50px;
	position: relative;
}
.quiz-level-box .quiz-level-box-flush {
	position: absolute;
	width: 216px;
	top: -78px;
	right: -78px;
	opacity: 0;
	transform: scale(0.2);
	transition: all 0.14s;
	z-index: 99;
}
.quiz-level-box .quiz-level-box-num {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 75px;
	top: 0;
	font-size: 37px;
	font-weight: 700;
	color: #06C56D;
	z-index: 100;
}
.quiz-level-box .quiz-level-box-chara {
	position: absolute;
	left: 0;
	top: 88px;
	width: 180px;
	z-index: 101;
}
.quiz-level-meter {
	position: relative;
	width: 100%;
	height: 290px;
}
.quiz-level-meter .quiz-level-meter-bar {
	background: #06C56D;
	position: absolute;
	right: 8px;
	bottom: 30px;
	width: 44px;
	height: 252px;
	text-indent: -9999px;
	transform: scaleY(0);
	transform-origin: left bottom;
	/*transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);*/
	transition: transform 1s cubic-bezier(.55, .085, .68, .53);
	z-index: 101;
}
.quiz-level-meter-ball {
	position: absolute;
	right: 8px;
	bottom: 30px;
	width: 44px;
	height: 0px;
	/*height: 252px;*/
	z-index: 102;
	transition: all 1s cubic-bezier(.55, .085, .68, .53);
	overflow: hidden;
}
.quiz-level-meter-ball::after {
	content: '';
	position: absolute;
	top: 0;
	right: 2px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
}
.quiz-level-meter .quiz-level-meter-base {
	right: 0;
	bottom: 0;
	width: 196px;
	position: absolute;
	z-index: 100;
}
.quiz-level-box .quiz-level-box-name {
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 1.6em;
	padding: 20px 0;
}

.quiz-level-cats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 30px;
}
.quiz-level-cats .quiz-level-box {
	width: 185px;
	margin: 90px auto 20px;
}
.quiz-level-cats .quiz-level-box .quiz-level-box-flush {
	position: absolute;
	width: 108px;
	top: -39px;
	right: -39px;
}
.quiz-level-cats .quiz-level-box .quiz-level-box-chara {
	position: absolute;
	left: 0;
	top: 43px;
	width: 90px;
}
.quiz-level-cats .quiz-level-box .quiz-level-box-cat {
	position: absolute;
	right: -30px;
	top: -90px;
	width: 90px;
	z-index: 101;
	opacity: 0;
	transform: translateY(80px) scale(0.2);
	transition: all 0.14s; 
}
.quiz-level-cats .quiz-level-meter {
		height: 145px;
	}
.quiz-level-cats .quiz-level-meter .quiz-level-meter-bar {
	background: #06C56D;
	position: absolute;
	right: 4px;
	bottom: 15px;
	width: 22px;
	height: 126px;
}
.quiz-level-cats .quiz-level-meter-ball {
	right: 4px;
	bottom: 15px;
	width: 22px;
}
.quiz-level-cats .quiz-level-meter-ball::after {
	right: 1px;
	width: 20px;
	height: 20px;
}
.quiz-level-cats .quiz-level-meter .quiz-level-meter-base {
	margin-left: auto;
	width: 98px;
}
.quiz-level-cats .quiz-level-box .quiz-level-box-num {
	font-size: 27px;
	padding-right: 38px;
}
.quiz-level-cats .quiz-level-box.cat1 .quiz-level-meter-bar {
	background: #E60012;
}
.quiz-level-cats .quiz-level-box.cat1 .quiz-level-box-num {
	color: #E60012;
}
.quiz-level-cats .quiz-level-box.cat2 .quiz-level-meter-bar {
	background: #00B2DB;
}
.quiz-level-cats .quiz-level-box.cat2 .quiz-level-box-num {
	color: #00B2DB;
}
.quiz-level-cats .quiz-level-box.cat3 .quiz-level-meter-bar {
	background: #06C56D;
}
.quiz-level-cats .quiz-level-box.cat3 .quiz-level-box-num {
	color: #06C56D;
}
.quiz-level-cats .quiz-level-box.cat4 .quiz-level-meter-bar {
	background: #297DE1;
}
.quiz-level-cats .quiz-level-box.cat4 .quiz-level-box-num {
	color: #297DE1;
}
.quiz-level-cats .quiz-level-box.cat5 .quiz-level-meter-bar {
	background: #FF6B3E;
}
.quiz-level-cats .quiz-level-box.cat5 .quiz-level-box-num {
	color: #FF6B3E;
}
.quiz-level-cats .quiz-level-box.cat6 .quiz-level-meter-bar {
	background: #EC69B0;
}
.quiz-level-cats .quiz-level-box.cat6 .quiz-level-box-num {
	color: #EC69B0;
}

@media screen and (max-width: 890px) {
	.quiz-level {
		margin: 30px 0px;
	}
	.quiz-level-title {
		width: 80%;
		margin: 0 auto 30px;
	}
	.quiz-level-text {
		margin: 0 20px 50px;
	}
	.quiz-level-all .quiz-level-box {
		width: 185px;
		margin-top: 100px;
		transform: scale(1.24);
	}
	.quiz-level-all .quiz-level-box .quiz-level-box-flush {
		width: 108px;
		top: -39px;
		right: -39px;
	}
	.quiz-level-all .quiz-level-box .quiz-level-box-chara {
		position: absolute;
		left: 0;
		top: 43px;
		width: 90px;
	}
	.quiz-level-all .quiz-level-meter {
		height: 145px;
	}
	.quiz-level-all .quiz-level-meter .quiz-level-meter-bar {
		background: #06C56D;
		position: absolute;
		right: 4px;
		bottom: 15px;
		width: 22px;
		height: 126px;
	}
	.quiz-level-all .quiz-level-meter-ball {
		right: 4px;
		bottom: 15px;
		width: 22px;
	}
	.quiz-level-all .quiz-level-meter-ball::after {
		right: 1px;
		width: 20px;
		height: 20px;
	}
	.quiz-level-all .quiz-level-meter .quiz-level-meter-base {
		margin-left: auto;
		width: 98px;
	}
	.quiz-level-all .quiz-level-box .quiz-level-box-num {
		font-size: 27px;
		padding-right: 38px;
	}
	.quiz-level-box .quiz-level-box-name {
		font-size: 20px;
		letter-spacing: 0;
		padding: 20px 0;
	}
}


/*br.pc {
	display: block;
}
br.sp {
	display: none;
}*/
@media screen and (max-width: 890px) {
	/*br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}*/
}

.fadein {
	opacity: 0;
	/*transform: translateY(40px);*/
  transition: all 1.4s;
}
.fadedown {
	opacity: 0;
	transform: translateY(-40px);
  transition: all 1.4s;
}
.fadeup {
	opacity: 0;
	transform: translateY(50px);
  transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275);
}
.sizeup {
	opacity: 0;
	transform: scale(0.2);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1.275);
}