@import url("reset.css");

html, body{height:100%; width:100%; }
* , *::before, *::after { box-sizing: border-box; }
body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
img{vertical-align: top;   }
strong{font-weight:500;}
em{font-style:italic;}	
u{display: inline-block; border-bottom:1px solid #666; text-decoration: none;}
td{vertical-align:top;}
.clear{float:none; clear:both;}
p{margin-top:20px;}
p:first-child{margin-top:0px;}

.table{display:table}
.tr{display:table-row}
.td{display:table-cell}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

body{
	background-color: #56deec;
	margin: 0;
}

a{
	color: #000;
	}


.noscroll{
	overflow:hidden;
	}


.loading{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-color:#FFF;
	z-index:1001;
	opacity: 1;
	}	
	
.loading img{
	width:20px;
	height:20px;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;}	


/* scroll in animation */
	
.scrollin{
	
	-webkit-transition: transform 1.2s ease 0s,  opacity 1.2s ease 0s; 
    transition: transform 1.2s ease 0s,  opacity 1.2s ease 0s; 
	}
	
.scrollin1{
	-ms-transform: translateY(100px) translateX(0px) translateZ(0px) scale(1); /* IE 9 */
    -webkit-transform: translateY(100px) translateX(0px) translateZ(0px) scale(1); /* Safari */
    transform: translateY(100px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
	}	
	
.section.active .scrollin1.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* IE 9 */
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* Safari */
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
	}
	
.scrollin2{
	opacity:0;
	}	
	
.section.active .scrollin2.startani{
	opacity:1;
	}
	

/* header */


.header{
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	z-index: 99;
	overflow: hidden;
	text-transform: uppercase;
	background-color: #fff;
}

.header_bg{
	height:80px;
	}


.logo{
	height:50px;
	position: absolute;
	left:40px;
	top:0px;
	bottom:0px;
	margin: auto;
	z-index: 9;
}

.header_text{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display: table;
}

.header_text .text{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: 900;
}

.header_menu{
	position: absolute;
	height:40px;
	right:40px;
	top:0px;
	bottom:0px;
	margin: auto;
	z-index: 9;
}

.header_menu ul{
}

.header_menu ul li{
	float: left;
}

.header_menu ul li+li{
	margin-left: 10px;
}

.header_menu a{
	width:40px;
	height:40px;
	border:2px solid #674ea7;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-position: center center;
	background-size: 100% 100%;
	display: block;
}
.header_menu .home_btn{
	background-image:url(images/header_home.png);
}

.header_menu .lang_btn{
	background-image:url(images/lang.png);
}

.header_menu .play-btn{
	background-image:url(images/header_sound_on.png);
	width:40px;
	height:40px;
	border:2px solid #674ea7;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-position: center center;
	background-size: 100% 100%;
	display: block;
}

.header_menu .pause-btn{
	background-image:url(images/header_sound_off.png);
	width:40px;
	height:40px;
	border:2px solid #674ea7;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-position: center center;
	background-size: 100% 100%;
	display: block;
}

.header_menu .play-btn.active, .header_menu .pause-btn.active{
	display: none;
}


/* footer */

.footer{
	position: relative;
	z-index: 999;
	flex-shrink: 0;
}

.footer .small_center_content{
	max-width: none;
	width: 100%;
}

.section_wrapper{
	flex: 1 0 auto;
}

/* content */

.section_wrapper{
	overflow: hidden;
	position: relative;
	background-color:#56deec;
}

.section{
	-webkit-transition: opacity 1.2s ease 0s, background-color 1.2s ease 0s;  
    transition: opacity 1.2s ease 0s, background-color 1.2s ease 0s; 
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto !important;
	min-height:100vh;
	min-height:100dvh;
	opacity:0;
	pointer-events: none;
	overflow: hidden;
}

.section.active{
	height:auto !important;
	position: relative;
	opacity:1;
	pointer-events: auto;
}

.content_table{
	width:100%;
	height:100%;
	display: table;
}

.content_td{
	vertical-align: middle;
	display: table-cell;
	padding: 50px;
}

.content{
	padding: 50px;
	position: relative;
	z-index: 1;
}

.home_theme_character_wrapper{
	width:528px;
	height:632px;
	position: relative;
	margin: auto;
	--landing-scale: 1;
}

.home_theme_character_wrapper .character{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:calc(475px * var(--landing-scale));
}

.character_img_wrapper{
	position: absolute;
	left:20px;
	top:0px;
	width:100%;
	height:100%;
}

.home_theme_character_wrapper .landing_bg_coin,
.home_theme_character_wrapper .landing_char,
.home_theme_character_wrapper .landing_logo{
	position: absolute;
	display:block;
}

.home_theme_character_wrapper .landing_bg_coin{
	left:0px;
	top:0px;
	width:calc(528px * var(--landing-scale));
	height:calc(538px * var(--landing-scale));
}

.home_theme_character_wrapper .landing_char{
	left:calc(53px * var(--landing-scale));
	top:0px;
	width:calc(422px * var(--landing-scale));
	height:calc(475px * var(--landing-scale));
}

.home_theme_character_wrapper .landing_logo{
	left:0px;
	top:-40px;
	width:calc(528px * var(--landing-scale));
	height:calc(672px * var(--landing-scale));
}


.home_bg{
	background-image:url(images/dot_bg.png);
	position: absolute;
	width:100%;
	height:auto;
	left:0px;
	top:0px;
	bottom:0px;
	background-size: 700px 700px;
	background-position: center center;
	backface-visibility: hidden
}


/* section 2 */


.section_purple{
	background-color:#674ea7;
}

.section_orange{
	background-color:#ff6c00;
}

.section_blue{
	background-color:#26c8d9;

}

.g_wrapper{
	width:100%;
}

.g_wrapper .g{
	position: absolute;
}

.result_item_wrapper .t2{
	position: relative;
	z-index: 9;
}

.result_tool_bar{
	z-index: 8;
	position: relative;
	background-color:#674ea7;
	padding: 30px 0px;
	text-align: center;
}

.result_tool_bar.active{
	bottom:0px;
}

.result_tool_bar li{
	display:inline-block;
	margin: auto 20px;
}

.result_tool_bar a{
	color:#fff;
	cursor: pointer;
}

.result_tool_bar .thumb{
	width:40px;
	margin: auto;
}

.result_tool_bar .thumb img{
	width:100%;
}

.share_btn_wrapper_wrapper{
	position: relative;
}

.share_btn_wrapper{
	position: absolute;
	font-size:1.3rem;
	left:0px;
	right:0px;
	bottom:100%;
	margin: auto;
	margin-bottom: 10px;
	/*width:50px;*/
	width:70px;
	padding: 20px 0px;
	background-color: #fff;
	display: none;
}

.share_btn_wrapper a + a{
	margin-top: 5px !important;
}


.float_t{
	position: absolute;
	left:0px;
	right:0px;
	bottom:30px;
	margin: auto;
	text-align: center;
}


.answer_result_title{
	font-weight: 900; 
	color:#674ea7;
	text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.answer_result_title::after{
	content:"";
	position: relative;
	margin: auto;
	width:60px;
	height:2px;
	background-color:#fff;
	display: block;
	margin-top: 20px;
}

.message_content{
	font-size: 14px;
	padding: 15px 20px;
	background-color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display:inline-block;
	font-weight: 700;
	position: relative;
	overflow: hidden;
}

.message_item::before{
	content:"";
	position: absolute;
	width:20px;
	height:20px;
	bottom:0px;
	left:0px;
	background-image:url(images/white_bubble_tail.png);
	background-size:20px 20px;
}

.message_item{
	-webkit-transition: all 0.6s ease 0s; 
    transition: all 0.6s ease 0s; 
	text-align: left;
	clear: both;
	margin-right: 120px;
	color:#674ea7;
	-ms-transform-origin: 0% 100%; /* IE 9 */
  	transform-origin: 0% 100%;
	-ms-transform: scale(0); /* IE 9 */
	-webkit-transform: scale(0); /* Safari */
	transform: scale(0);
	padding-bottom:5px;
}

.message_item_right{
	float: right;
	margin-right: auto;
	margin-left: 120px;
	-ms-transform-origin: 100% 100%; /* IE 9 */
  	transform-origin: 100% 100%;
}

.section.active .startani.message_item{
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1);
}

.message_item_right .message_content{
	/*font-size:18px;*/
	background-color:#674ea7;
	color:#fff;
	display:inline-flex;
	align-items:center;
	max-width:100%;
}

.message_item_right::before{
	left:auto;
	right:0px;
	background-image:url(images/purple_bubble_tail.png);
}

.message_item + .message_item{
	padding-top: 20px;
}

.msg_letter{
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	background-color:#674ea7;
	color:#fff;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.message_item_right .msg_letter{
	float: none;
	flex:0 0 40px;
}

.message_item_right .msg_letter{
	background-color:#fff;
	color:#674ea7;
}



.msg_answer{
	overflow:hidden;
}

.message_item_right .msg_answer{
	min-width:0;
}

.msg_wrong, .msg_correct{
	display: none;
	height:90px;
}

.correct_answer_result .show_if_correct{
	display: block;
}

.wrong_answer_result .show_if_wrong{
	display: block;
}

.msg_icon{
	display:inline-block;
	margin: auto 5px;
	height:30px;
	vertical-align: middle;
}


.msg_icon_big{
	display:inline-block;
	height:60px;
}

.grey_btn{
	background-color: #9f9f9f;
	color:#fff;
	display:inline-block;
	padding: 5px 20px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	line-height: 1em;
}

.message_bottom_wrapper{
	margin-top: 20px;
	text-align: center;
}

.answer_result{
}

.end_btn{
	width:465px;
	margin: auto;
	display: block;
}

.end_g{
	width:530px;
	margin: auto;
}

/* common */


.float_anim1.startani{
  	animation: float_anim1 5s ease 0s infinite ;
}

.float_anim2.startani{
  	animation: float_anim1 5s ease 0.5s infinite ;
}

.float_anim3.startani{
  	animation: float_anim3 2s ease 0.5s infinite ;
}

.float_anim4.startani{
  	animation: float_anim4 12s linear 0s infinite ;
}




@keyframes float_anim1 {
  0%   {
	  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  }
  50%   {
	  -ms-transform: translateY(30px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(30px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(30px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  } 
  100%   {
	  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  }
}



@keyframes float_anim3 {
  0%   {
	  opacity:0;
  }
  20%   {
	  opacity:1;

  } 
  80%   {
	  opacity:1;

  } 
  100%   {
	  opacity:0;

  }
}


.result_bg{
	width:200%;
	height:200%;
	position: absolute;
	left:-50%;
	top:-50%;
	pointer-events: none;
}



@keyframes float_anim4 {
  0%   {
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg); /* IE 9 */
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg); /* Safari */
    transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg);
  }
  100%   {
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(360deg); /* IE 9 */
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(360deg); /* Safari */
    transform: translateY(0px) translateX(0px) translateZ(0px) rotate(360deg);

  }
}



.q_num{
	color:#fff;
}

.q_num .num1{
	vertical-align: bottom;
	display: inline-block;
	position: relative;
	bottom:10px;
	line-height: 1em;
}

.q_num .num2{
	vertical-align: bottom;
	display: inline-block;
	position: relative;
	bottom:0px;
	line-height: 1em;
}

.num_line{
	vertical-align: bottom;
	display: inline-block;
	width:1px;
	height:10px;
	position: relative;
}

.num_line::before{
	content:"";
	position: absolute;
	bottom:0px;
	width:1px;
	height:30px;
	background-color:#fff;
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(30deg) ; /* IE 9 */
	-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(30deg); /* Safari */
	transform: translateY(0px) translateX(0px) translateZ(0px) rotate(30deg);
}

.result_top_text_wrapper{
	position: relative;
	z-index: 2;
}

.result_top_text_wrapper .text{
	font-size: 40px;
	position: absolute;
	left:40.5%;
	width:100px;
	margin-left: -50px;
	height:100px;
	line-height: 100px;
	bottom:45%;
	margin-bottom: -50px;
	font-weight: 900; 
	color:#674ea7;
	
}

.result_top_text_wrapper .shadow_text{
  text-shadow: 0px 0px 20px #000000
}

.result_top_text_wrapper .stroke_text{
	text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
}

.result_top_text_wrapper{
	position: relative;
}

.result_top_text_wrapper .result_top_text{
	width:100%;
}

.result_text_wrapper{
	position: relative;
}

.result_text_wrapper > div{
	position: relative;
	z-index: 1;
}

.result_text_wrapper::before{
	content:"";
	left:-30px;
	right:-30px;
	top:-50px;
	height:100%;
	position: absolute;
	background: rgb(38,200,217);
	background: linear-gradient(180deg, rgba(38,200,217,0) 0%, rgba(38,200,217,1) 60%, rgba(38,200,217,1) 100%);
}


.g_wrapper{
	margin: auto;
	position: relative;
	pointer-events: none;
}

.g_wrapper img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.g_sizer{
	width:100%;
}

.question_img_bg{
	position:relative;
	z-index:1;
}

.q8 .g_wrapper .question_img_bg{
	width:80%;
	margin:0 auto;
	display:block;
}

.q6 .g_wrapper .question_img_bg{
	transform: translateY(20%);
}

.g_wrapper .question_img_layer,
.g_wrapper .question_img_front{
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit:fill;
	z-index:2;
}

.g_wrapper .question_img_front,
.question_img_float{
	will-change: transform;
	animation: question_img_front_float 3.6s ease-in-out 0s infinite;
}

@keyframes question_img_front_float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-24px);
	}
}
		
.t_wrapper .t1{
	font-weight: 900; 
	text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
	
}

.section_q .t_wrapper .t1{
	text-align: left;
	letter-spacing:0;
}

.section_q .row{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.section_q .row > .clear{
	display: none;
}

.t + .t{
	margin-top: 20px;
}

.q_num + .t{
	margin-top: 20px;
}

.t + .g_wrapper{
	margin-top: 0px;
}

.t + .result_character_wrapper{
	margin-top: -50px;
}

.result_character_wrapper .arrow{
	width:50px;
	height:50px;
	background-color:#674ea7;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	position: absolute;
	left:0px;
	right:0px;
	margin: auto;
	bottom:5px;
}

.result_character_wrapper .arrow::before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:5px;
	width:15px;
	height:15px;
	margin: auto;
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(45deg) ; /* IE 9 */
	-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(45deg); /* Safari */
	transform: translateY(0px) translateX(0px) translateZ(0px) rotate(45deg);
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
}

.result_character_wrapper .arrow.startani{
  	animation: float_anim5 2s ease 0s infinite ;
}



@keyframes float_anim5 {
  0%   {
	  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  }
  20%   {
	  -ms-transform: translateY(5px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(5px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(5px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  } 
  40%   {
	  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  } 
  60%   {
	  -ms-transform: translateY(5px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(5px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(5px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  } 
  80%   {
	  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  }
  100%   {
	  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* IE 9 */
		-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1); /* Safari */
		transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) scaleY(1) scaleX(1);

  }
}

.t + .answer_wrapper {
	margin-top: 40px;
}

.answer_wrapper{
	text-align: left;
}

.answer_btn{
	-webkit-transition: all 0.3s ease 0s; 
    transition: all 0.3s ease 0s; 
	display:block;
	min-height:30px;
	padding:14px 20px 14px 60px;
	background-color:#fff;
	position: relative;
	color:#674ea7;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight: 900;
	line-height:1.2em;
	box-shadow: inset 0 0 0 2px transparent;
}

.correct_answer_btn{
}

.answer_btn:hover{
	background-color:#674ea7;
	color:#fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.answer_btn.active{
	background-color:#674ea7;
	color:#fff;
}

.answer_btn .circle_letter{
	position: absolute;
	width:40px;
	height:40px;
	left:5px;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color:#674ea7;
	color:#fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 40px;
}

.answer_wrapper li + li{
	margin-top: 20px;
}

.orange_text{
	color:#ff6c00;
}

.purple_text{
	color:#674ea7;
}

.small_center_content .t1{
	font-size: 32px !important;
}

.small_center_content .t2{
	font-size: 20px !important;
}

.t + .btn_wrapper{
	margin-top: 30px;
}

.start_btn{
	-webkit-transition:all 0.6s ease 0s; 
    transition: all 0.6s ease 0s; 
	display:inline-block;
	width: 360px;
	max-width: 100%;
	box-sizing: border-box;
	height:48px;
	padding: 0px 24px 0px 24px;
	position: relative;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #645f9b;
	color:#fff;
	overflow: hidden;
}


.start_btn:hover .circle::before, .start_btn.active .circle::before{
	opacity:0;
}

.start_btn .circle_bg{
	-webkit-transition:all 0.6s ease 0s; 
    transition: all 0.6s ease 0s; 
	height:48px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #fff;
	position: absolute;
	left:0px;
	right:100%;
	top:0px;
}

.start_btn:hover .circle_bg, .start_btn.active .circle_bg{
	right:0%;
}

.start_btn .text{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg) ; /* IE 9 */
	-webkit-transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg); /* Safari */
	transform: translateY(0px) translateX(0px) translateZ(0px) rotate(0deg);
	-webkit-transition:all 0.6s ease 0s; 
    transition: all 0.6s ease 0s; 
	line-height: 48px !important;
	position: relative;
	z-index: 1;
	color:#fff;
}

.start_btn:hover .text{
	color:#645f9b;
}

.result_type{
	display:none
}

.end_wrapper{
	margin-top: 60px;
}

.end_text2{
	padding: 10px 0px;
	background-color:#645f9b;
	color:#fff;
}

.end_text3{
	color:#646199;
	padding: 10px 0px;
	background-color:#d9d9d6;
}

.end_text3 li{
	display: inline-block;
	padding: 0px 10px;
	margin: 10px 0px;
	border-right:1px solid #000;
	line-height: 1em;
}

.end_text3 li:last-child{
	border-right:none
}

.end_text3 a{
	color:#646199
}

.end_text3 .copyright{
	margin-top: 5px;
}

.popup_bg{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}

.disclaimer_popup{
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 999;
}

.disclaimer_popup_content_wrapper{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin: auto;
}

.disclaimer_popup_content{
	overflow: auto;
	border:6px solid #ff6c00;
	background-color:#fff;
	text-align: right;
	/*overflow: auto;
	max-width:500px;
	max-height:700px;*/
	box-sizing: border-box;
	max-width:760px;
	max-height:calc(100vh - 80px);
	margin: auto;
	padding: 20px;
}

.disclaimer_popup_t{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
}

.disclaimer_popup_td{
	display:table-cell;
	vertical-align: middle;
	text-align: left;
	padding:20px;
}




.disclaimer_popup_content .title{
	font-weight: 900;
}

.disclaimer_popup_content .text_wrapper{
	margin-top: 30px;
}

.disclaimer_popup_content .btn_wrapper{
	margin-top: 30px;
	text-align: center;
}

.disclaimer_popup_content .btn_wrapper a{
	display: inline-block;
	background-color:#674ea7;
	line-height: 1em;
	color:#fff;
	font-weight: 700;
	cursor: pointer;
	padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.disclaimer_popup_content .btn_wrapper a:hover{
	border-bottom:1px solid #ff6c00;
	color:#ff6c00;
}

.close_disclaimer_popup_btn_wrapper{
	float: right;
}

.disclaimer_popup_content .close-btn{
	position: absolute;
	margin: -35px 0px 0px -5px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	z-index: 2;
	cursor: pointer;
	border: 0;
	background-image: url(./images/popup_close.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* layout + fontsize + type setting */

	
.row{
	margin-left:-20px;
	margin-right:-20px;
	}		
	
.xxl_col_wrapper .row{
	margin-left:-90px;
	margin-right:-90px;
	}
    
.xl_col_wrapper .row{
	margin-left:-55px;
	margin-right:-55px;
	}
	
.big_col_wrapper .row{
	margin-left:-30px;
	margin-right:-30px;
	}	

.normal_col_wrapper .row{
	margin-left:-15px;
	margin-right:-15px;
	}	
	
.small_col_wrapper .row{
	margin-left:-10px;
	margin-right:-10px;
	}	
	
.xs_col_wrapper .row{
	margin-left:-5px;
	margin-right:-5px;
	}	
	
.col_spacing{
	margin-left:20px;
	margin-right:20px;
	}			
	
.xl_col_wrapper .col_spacing{
	margin-left:55px;
	margin-right:55px;
	}

.xxl_col_wrapper .col_spacing{
	margin-left:90px;
	margin-right:90px;
}    
	
.big_col_wrapper .col_spacing{
	margin-left:30px;
	margin-right:30px;
	}

.normal_col_wrapper .col_spacing{
	margin-left:15px;
	margin-right:15px;
	}
	
.small_col_wrapper .col_spacing{
	margin-left:10px;
	margin-right:10px;
	}
	
.xs_col_wrapper .col_spacing{
	margin-left:5px;
	margin-right:5px;
	}	

.center_col{
    margin: auto;
}

.col{
	float:left;
	padding-left:0px;
	padding-right:0px;
    min-height:1px;
	}
	
.stick_col{
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.first_col{
	clear:left;
	}	


.col12{
	width:100%;
	}
	
.col10{
	width:83.33%;
	}

.col9{
	width:75%;
	}

.col8{
	width:66.66%;
	}

.col7{
	width:58.33%;
	}

.col6{
	width:50%;
	}

.col5{
	width:41.66%;
	}

.col4_5{
	width:37.5%;
	}

.col4{
	width:33.33%;
	}

.col3{
	width:25%;
	}

.col2_4{
	width:20%;
	}

.col2{
	width:16.66%;
	}

.col1_5{
	width:12.5%;
	}
	
.bg_50{
	padding-bottom: 50%;
	background-position: center center;
	background-size: cover;
}	
	
.bg_100{
	padding-bottom: 100%;
	background-position: center center;
	background-size: cover;
}	
	
.bg_120{
	padding-bottom: 120%;
	background-position: center center;
	background-size: cover;
}	

.has_scroll{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
	
input, textarea{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
    font-weight: 300;
	}
	
body{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.8em;
    font-weight: 300;
	letter-spacing: 0.02em;
	}


.text0{
	font-size:72px;
	line-height:1.3em;
	letter-spacing: 0.04em;
}

.text1{
	font-size:48px;
	line-height:1.4em;
	letter-spacing: 0.04em;
	}	
	
.text2{
	font-size:25px;
	line-height:1.2em;
	letter-spacing: 0.04em;
	}	
	
.text3{
	font-size:26px;
	line-height:1.6em;
	}	
	
.text4{
	font-size:22px;
	line-height:1.6em;
	}	
	
.text5{
	font-size:18px;
	line-height:1.6em;
	}	
	
.text6{
	font-size:14px;
	line-height:1.6em;
	}	
	
.text7{
	font-size:14px;
	line-height:1.8em;
	}	
	
.text8{
	font-size:12px;
	line-height:1.8em;
	}	
	
.text9{
	font-size:11px;
	line-height:1.8em;
	}	
	
	
.center_text{
	text-align:center;
	}	

.center_content{
	padding-left: 15px;
    padding-right: 15px;
	margin: auto;
	max-width: 1200px;
}

.small_center_content{
	padding-left: 15px;
    padding-right: 15px;
	margin: auto;
	max-width: 680px;
	position: relative;
}	

.col_center_content{
	padding-left: 15px;
    padding-right: 15px;
	margin: auto;
	max-width: 1200px;
	position: relative;
}	
	
.left_text{
	text-align:left;
	}	
	
.right_text{
	text-align:right;
	}	
	
	
.float_right{
	float:right;
	}	



/* common */


.free_text img{
	max-width: 100%;
}


.free_text ol{
	margin-top:20px;
	}	

.free_text ol:first-child{
	margin-top:0px;
	}
	
.free_text ol li{
	list-style:decimal-leading-zero;
	margin-left:2em;
	}	
	
.free_text ol li+li{
	margin-top:5px;
	}

.free_text ul{
	margin-top:20px;
	}	

.free_text ul:first-child{
	margin-top:0px;
	}
	
.free_text ul li{
	list-style:disc;
	margin-left:2em;
	}	
	
.free_text ul li+li{
	margin-top:5px;
	}	

.free_text h1, .free_text h2, .free_text h3, .free_text h4, .free_text h5, .free_text h6{
	margin-top:20px;
}	

.free_text h1:first-child, .free_text h2:first-child, .free_text h3:first-child, .free_text h4:first-child, .free_text h5:first-child, .free_text h6:first-child{
	margin-top:auto;
}	

/* mobile */
.mobile_show{
	display:none;
	}
		
.m_first_col{
	clear:left;
	}	


@media screen and (max-width: 1599px) { 


}


@media screen and (max-width: 1439px) { 


}


@media screen and (max-width: 1279px) { 

}

@media screen and (max-width: 1023px) { 


.header{
	height:50px;
}

.header_bg{
	height:50px;
	}

.header_menu a {
    width: 30px;
    height: 30px;
}

.header_menu .play-btn, .header_menu .pause-btn {
    width: 30px;
    height: 30px;
}

.header_menu {
    height: 30px;
    right: 10px;
}

.header_menu ul li + li {
    margin-left: 3px;
}

.logo{
	height:35px;
	left:15px;
}

.content {
    padding: 15px 0px;
    position: relative;
    z-index: 1;
}

.content_td {
    padding: 30px 0px;
}

.center_content{
	padding-left: 15px;
    padding-right: 15px;
}

.small_center_content{
	padding-left: 15px;
    padding-right: 15px;
}	

.col_center_content{
	padding-left: 15px;
    padding-right: 15px;
}

.col_center_content .col{
	float: none;
}

.col_center_content .col{
	width:100%;
}

.col_center_content .row{
	margin-left: auto;
    margin-right: auto;
}

.section_q .row{
	display: block;
}

.col_center_content .col_spacing{
	margin-left: auto;
    margin-right: auto;
}

.index_section .center_content{
	padding-left: 75px;
    padding-right: 75px;
}

input, textarea{
	font-size:12px;
	line-height:1.4em;
	}
	
body{
	font-size:12px;
	line-height:1.6em;
	}

.text0{
	font-size:28px;
	line-height:1.3em;
}

.text1{
	font-size:24px;
	line-height:1.4em;
	letter-spacing: 0.04em;
	}	
	
.text2{
	font-size:18px;
	line-height:1.4em;
	letter-spacing: 0.02em;
	}	
	
.text3{
	font-size:20px;
	line-height:1.6em;
	}	
	
.text4{
	font-size:14px;
	line-height:1.4em;
	}	
	
.text5{
	font-size:15px;
	line-height:1.3em;
	}	
	
.text6{
	font-size:13px;
	line-height:1.4em;
	}	
	
.text7{
	font-size:12px;
	line-height:1.8em;
	}	
	
.text8{
	font-size:11px;
	line-height:1.8em;
	}	
	
.text9{
	font-size:11px;
	line-height:1.8em;
	}	
	




.t + .t{
	margin-top: 20px;
}

.q_num + .t{
	margin-top: 10px;
}

.t + .g_wrapper{
	margin-top: 30px;
}

.section_q .g_wrapper{
	width:80%;
}

.q8 .g_wrapper .question_img_bg{
	width:100%;
}

.t + .result_character_wrapper{
	margin-top: auto;
}

.t + .answer_wrapper {
	margin-top: 10px;
}

.section1 .small_center_content .t1{
	font-size:22px !important;
}

.section_result .small_center_content .t2{
	font-size:16px !important;
}

.result_tool_bar {
    padding: 15px 0px;
}

.result_item_wrapper{
	overflow: hidden;
}


.section_q .t_wrapper .t1{
	text-align: center;
}

.q6 .g_wrapper .question_img_bg{
	transform: translateY(8%);
}

.msg_letter {
    width: 25px;
    height: 25px;
	line-height: 25px;
}

.msg_icon_big {
    height: 45px;
}


.answer_btn:hover{
	background-color:#674ea7;
	color:#fff;
}

.answer_btn.active{
	background-color:#674ea7;
	color:#fff;
}

.section1 .bg {
    background-size: 350px 350px;
}

.answer_wrapper li + li {
    margin-top: 10px;
}

.disclaimer_popup_content .text_wrapper {
    margin-top: 20px;
}

.disclaimer_popup_content .btn_wrapper {
    margin-top: 20px;
}

.disclaimer_popup_content_wrapper {
    /*top: 70px;*/
	top: 15px;
    bottom: 15px;
}

.disclaimer_popup_content{
	max-height:calc(100vh - 60px);
}

.disclaimer_popup_td {
    padding: 15px;
}

/* mobile */
.mobile_hide{
	display:none;
	}
	
.mobile_show{
	display:block;
	}	

}
@media screen and (max-width: 800px) { 

}
@media screen and (max-width: 640px) { 
 
 .message_content {
    padding: 10px 15px 15px 15px;
}

.home_theme_character_wrapper {
    --landing-scale: 0.62;
    width: calc(528px * var(--landing-scale));
    height: calc(632px * var(--landing-scale));
}

.result_character_wrapper {
	margin-left: -15px;
	margin-right: -15px;
	width:auto;
}

.result_character_wrapper .arrow{
	width:40px;
	height:40px;
}

.result_character_wrapper .arrow::before{
	width:12px;
	height:12px;
}

.end_btn {
    width: 232px;
    margin: auto;
}

.end_g {
    width: 265px;
    margin: auto;
}


.message_item{
	margin-right: 50px;
}

.message_item_right{
	margin-left: 90px;
	    margin-right: auto;
}

}


@media screen and (max-width: 480px) { 


/* mobile */

.mobile_hide2{
	display:none;
	}
	
.mobile_show2{
	display:block;
	}	

}
