@charset "utf-8";

/* 謎 */
#nazo{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 30px;
}
#nazo .Img{
	position: relative;
	margin: 5px auto 0 auto;
	width: calc(100% - 30px);
	max-width: 800px;
	border: solid 2px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
}
#nazo #err{
	position: relative;
	margin: 0 auto;
}
#nazo #err p{
	position: relative;
	margin: 0 auto;
	padding: 5px 10px;
	color: #FF00A2;
	text-align: center;
}
#nazo .hint{
	position: relative;
	margin: 20px auto 40px auto;
	width: calc(100% - 30px);
	max-width: 700px;
	padding: 10px 0;
	background-color: #380252;
	text-align: center;
	border: solid 2px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
}
#nazo .hint .lead{
	background: linear-gradient(180deg,rgba(135, 103, 49, 1) 20%, rgba(248, 239, 183, 1) 50%, rgba(132, 99, 45, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#nazo .hintdisp{
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}
#nazo .hintdisp::after{
	position: absolute;
	top:50%;
	right: 15px;
	width: 15px;
	height: 8px;
	content: '';
	display: block;
	background-image: url("../img/arrow03.png");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}
#nazo .hintdisp.disp::after{transform: translateY(-50%) rotate(-180deg);}
#nazo .hintInWrap{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 20px);
	max-width: 600px;
	border: solid 1px #bf1aa2;
	background-color: #bf1aa2;
	display: none;
}
#nazo .hintInWrap .Btnhint{
	position: relative;
	margin: 0 auto;
	padding: 3px 20px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-size: .13rem;
	transition: all .3s ease-out;
}
#nazo .hintInWrap .Btnhint:hover{background-color: #380252;}
#nazo .hintInWrap .Btnhint::after{
	position: absolute;
	top:50%;
	right: 15px;
	width: 15px;
	height: 8px;
	content: '';
	display: block;
	background-image: url("../img/arrow03.png");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}
#nazo .hintInWrap .Btnhint.disp::after{transform: translateY(-50%) rotate(-180deg);}
#nazo .hintInWrap .hintTxt{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	font-size: .13rem;
	display: none;
	background-color: #ffffff;
	color: #000000;
	display: none;
}
#nazo .inputArea{
	margin: 0 auto;
	padding-bottom: 10px;
	width: calc(100% - 20px);
}
/* form */
.inputArea .inputTxt{
	position: relative;
    display: block;
	margin:  0 auto 10px auto;
	padding: 0 8px;
	border: solid 1px #757d92;
	background-color: #fefff3;
	width: calc(100% - 16px);
	max-width: 686px;
	border-radius: 5px;
	height: 2.5em;
	line-height: 3em;
	font-size: .16rem;
}
.inputArea .inputTxt.disabled{background-color: #B0CFD7; color: #708392;pointer-events : none;}
::placeholder {color: #cecece;}
input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.btn_send{
	position: relative;
	margin: 20px auto 0 auto !important;
	display: block;
	width: 10em;
	font-size: 100%;
	max-width: 480px;
	padding: 3px 0;
	border-radius: 5px;
	background: #FF00F2;
	border: solid 1px #FF00F2;
	color: #ffffff !important;
	text-align: center;
	transition: all .3s ease-out;
	cursor: pointer;
}
.btn_send:hover{background-color: #610065;color: #C000FF !important;}
button.btn_send{margin: 10px auto 0 auto;max-width: 16em;}
.btn_send:disabled, .btn_send:disabled:hover{background-color: #B0CFD7; color: #8B999F !important;border: solid 1px #B0CFD7; pointer-events : none;}

#opwinO{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	overflow-y: scroll;
	background-color: rgba(16,0,73,0.95);
	z-index: 4000;
}
.close_win1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4001;
	overflow: hidden;
 }
.btn_win1{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 4002;
	cursor: pointer;
}
#opwinO .result{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 500px;
	padding: 50px 0;
	z-index: 4003;
}
#opwinO .result ul{
	position: relative;
	margin: 0 auto;
	width: 70%;
	max-width: 400px;
	gap:0 10px;
}
#opwinO .result ul li{
	position: relative;
	margin: 0;
	width: calc(50% - 10px);
	max-width: 40px;
}
#opwinO .result p {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
#opwinO .result p span{
	position: relative;
	margin: 0 auto;
	display: block;
	background: linear-gradient(180deg,rgba(135, 103, 49, 1) 20%, rgba(248, 239, 183, 1) 50%, rgba(132, 99, 45, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding: 12px;
	font-weight: 700;
	line-height: 1em;
	font-size: 140%;
}
#opwinO .result .Img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	border: solid 2px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
}
#opwinO .result .ttl{
	position: relative;
	margin: 20px auto;
	text-align: center;
}
 .modal .Img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	border: solid 2px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
}
.modal .mordalinner .Img img{margin: 0 auto;}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* nazo */
	#nazo{
		padding-top: 60px;
		padding-bottom: 140px;
	}
	#nazo .preTxt{
		position: relative;
		margin: 0 auto 20px auto;
		font-size: 130%;
	}
	#nazo .Img{
		border: solid 3px;
		border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	}

	#nazo .hintInWrap.lasthint{margin: 10px auto 20px auto;}
	
	.btn_send{padding: 8px 0;}
	
	.btn_win1{
		width: 70px;
		height: 70px;
	}
	#opwinO .result{max-width: 800px;}
	#opwinO .result ul{gap:0 20px;}
	#opwinO .result ul li{max-width: 50px;}
	#opwinO .result p {padding-bottom: 20px;font-size:120%;}
	#opwinO .result p span{font-size: 220%;}
	#opwinO .result .Img{
		border: solid 3px;
		border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	}
	#opwinO .result .ttl{margin:40px auto 20px auto;}
	 .modal .Img{
		border: solid 3px;
		border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	}

}
