@charset "utf-8";

body{background-color: #96ddf5;}
.clear{opacity: 0;}
.ship{
	position: absolute;
	bottom:5%;
	left: 100%;
	width: 50%;
	height:100%;
	z-index: 10001;
	background-image: url("../img/ship.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#loading .loadCont {
	width: 100%;
	height: 200%;
	top: 0;
	background-size: 220% auto;
	background-position: center top;
}

/* 謎 */
#nazo {
	position: relative;
	margin: -30% auto 0 auto; 
	padding: 0 0 40% 0;
}
#nazo h2{
	background-image: url("../img/bg_top.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 60px;
}
#nazo h2 img{height: 18px; padding-bottom: 40px;}

#nazo .quiz{
	position: relative;
	margin: auto;
	width: 94%;
}
#nazo .quiz h3{
	position: relative;
	margin:  0 auto;
	width: 96%;
}
#nazo .quiz h4{
	position: relative;
	margin: 0 auto;
	padding: 0 1%;
	text-align: left;
	width: 88%;
	color: #900411;
	font-size: .16rem;
	font-weight: 700;
	border-bottom: solid 2px #900411;
}
#nazo .quiz p{
	position: relative;
	margin: 4% auto 0 auto;
	text-align: left;
	width: 85%;
	font-size: .14rem;
}
#nazo .rule{
	position: relative;
	margin: 5% auto;
	background-color: rgba(255,255,255,0.4);
	padding: 1%;
}

#nazo .inputArea{
	position: relative;
	margin: 4% auto 10% auto;
}
#nazo .inputArea .inputTxt{
	position: relative;
	margin: 6% auto 0 auto;
	border: solid 1px #001c46;
	background-color: #FFFDF1;
	width: 90%;
	height: 3em;
	font-size: .16rem;
}
#nazo .inputArea .btn_send, #nazo a.onece{ 
	position: relative;
	display: block;
	width: 70%;
	margin: 6% auto 4% auto;
	padding: 2% 3%;
	text-decoration: none;
	border: none;
	background-image: linear-gradient(to right, rgba(0,28,70,1) 50%, rgba(1,162,234,1) 50%) !important;
	background-position: 0 0;
	background-size: 200% auto;
	transition: all 0.16s ease-out;
	text-align: center;
	color: #ffffff;
	font-size: .16rem;
	font-weight: 700;
}
#nazo a.onece{ margin: 12% auto 4% auto;}
#nazo .inputArea p.caution{font-size: .12rem;margin: 0 auto;}
#nazo .enterImg{width: 80%;}

#nazo .answer{
	position: relative;
	margin: 8% auto;
	width: 85%;	
}
#nazo .reportbg{
	position: absolute;
	content: '';
	bottom:3%;
	left: 62%;
	width: 30%;
	height: 24%;
	background-image: url("../img/report_bg.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: contain;
}
#nazo .answer p.a2{ font-size: .16rem;font-weight: 700;}
#nazo .answer h3, #nazo .answer p.a2 span{
	position: relative;
	margin: -5% auto 8% auto;
	font-family: 'Noto Serif JP';
	font-size: .22rem;
	font-weight: 900;
}
#nazo .answer h3.false{margin: 5% auto 8% auto;}
#nazo .answer p{
	position: relative;
	margin: 0 auto 1.4em auto;
	text-align: left;
	width: 80%;
}
#nazo .answer_share{
	position: relative;
	margin: 12% auto 0 auto;
	padding: 2% 0 1% 0;
	width: 90%;
}
#nazo .btn_share ul{
	position: relative;
	margin: 5% auto;
	width: 100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
}
#nazo .btn_share ul li{
	position: relativer;
	margin: 0;
	padding: .1em 0;
	border-radius: 5px;
	font-size: .13rem;
	width: 32%;
}
#nazo .btn_share ul li a{
	color: #ffffff;
	text-decoration: none;
}
#nazo .btn_share ul li a span{vertical-align:middle;}
#nazo .btn_share ul li a img{height: 12px; padding-right: 8px;vertical-align:middle;}
.line_share{background-color: #00b900;}
.twi_share{background-color: #1da1f2;}
.fb_share{background-color: #3B5998;}


/* ----- pc ----- */
@media screen and (min-width: 641px) {
	#loading .loadCont { height: 100%; background-size: 100% auto;background-position: center 50%;}
	.ship{
		width: 20%;
		height:100%;
	}
	
	/* 謎 */
	#nazo {
		margin: -130px auto 0 auto;
		padding: 0 0 250px 0;
		overflow: hidden;
	}
	
	#nazo h2{background-size: 100% 120px; padding-bottom: 40px;}
	#nazo h2 img{height: 50px; padding-top: 40px;}
	
	#nazo .quiz{width: 962px;padding-top: 60px;}
	#nazo .quiz h3{width:auto;}
	#nazo .quiz h4{
		margin: 0 auto;
		padding: 0 10px;
		width: 640px;
		font-size: .20rem;
	}
	#nazo .quiz p{
		margin: 20px auto;
		width: 600px;
		font-size: .16rem;
	}

	#nazo .inputArea{margin: 60px auto;}
	#nazo .inputArea .inputTxt{width: 500px;}
	#nazo .enterImg{width: 480px;}
	#nazo .inputArea .btn_send, #nazo a.onece{ 
		margin: 30px auto 10px auto;
		padding: 20px 10px;
		width: 350px;
	}
	#nazo a.onece{ margin: 80px auto 50px auto;}
	#nazo .inputArea .btn_send:hover, #nazo a.onece:hover{
		cursor: pointer;
		background-position: -100% 0;
		opacity: 1;
	}
	#nazo .inputArea p.caution{width: 500px;}
	#nazo .rule{
		margin: 50px auto;
		padding: 20px 0;
		width: 700px;
	}
	
	#nazo .answer{
		margin: 120px auto;
		width: 920px;
		padding-top: 20px;
	}
	#nazo .reportbg{
		bottom:20px;
		left: 750px;
		width: 159px;
		height: 97px;
	}
	#nazo .answer p{margin: 0 auto 2em auto;font-size: .18rem;}
	#nazo .answer p.false{text-align: center;}
	#nazo .answer p.aTxt{margin: -30px auto 2em auto;}
	#nazo .answer p.a2{margin: 3em auto;font-size: .24rem;}
	#nazo .answer h3, #nazo .answer p.a2 span{
		margin: -30px auto 60px auto;
		font-size: .48rem;
	}
	#nazo .answer_share{
		margin: 80px auto 0 auto; 
		width: 900px;	
		background-color: rgba(255,255,255,.5);
		border:solid 1px #001c46;
	}
	#nazo .btn_share ul{
		margin: 40px auto;
		width: 600px;
	}
	#nazo .btn_share ul li{
		padding: .4em 0;
		font-size: .16rem;
		width: 31%;
	}
	#nazo .btn_share ul li a img{height: 18px;}

}