@charset "utf-8";
/* ヘッダー */
header {
	position: relative;
	margin: 0 auto;
	background-color: #0c1b31;
}
.topttl{
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
}
.topttl img{
	position: relative;
	margin: 0 auto;
	width: 26%;
	max-width: 90px;
}

/* nazo, clear */
#nazo, #clear {
	position: relative;
	margin: 0 auto;
	padding:0 0 80px 0;
}
#nazo .bg, #clear .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#nazo .title, #clear .title{
	position: relative;
	margin: 0 auto;
}
#nazo h4, #clear h4{
	position: relative;
	margin: 0 auto;
	padding: 10px 15px;
	font-size: 115%;
	line-height: 1.6em;
	background: #2397B8;
	background: linear-gradient(90deg,rgba(35, 151, 184, 1) 0%, rgba(97, 57, 212, 1) 100%);
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#nazo .pre{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 480px;
}
#nazo .Img{
	position: relative;
	margin: 30px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 800px;
}
#nazo .Img .item{
	position: absolute;
	width: 35%;
	height: 15%;
	cursor: pointer;
}
#nazo .Img .item::before{
	position: absolute;
	top: -3px;
	right: -3px;
	width:15%;
	height: 0;
	padding-top: 15%;
	content: '';
	background-image: url("../img/nazo_ani/icon_plus.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
#nazo .Img .item.item01{
	top:8.5%;
	left: 13%;
}
#nazo .Img .item.item02{
	top:8.5%;
	right: 12.5%;
}
#nazo .Img .item.item03{
	top:33.5%;
	left: 13%;
}
#nazo .Img .item.item04{
	top:33.5%;
	right: 12.5%;
}
.nazoimage{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	z-index: 28000;
	overflow-y: auto;
	background-color: rgba(159,156,221,0.90);
	display: none;
}
.close_win2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 28001;
 }
.btn_win2{
	position: absolute;
	top:8px;
	right: 8px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../img/close.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat:no-repeat;
	z-index: 28003 !important;
	cursor: pointer;
}
.nazoimage .inner{
	position: absolute;
	top:50%;
	left:50%;
	width: calc(100% - 80px);
	max-width: 740px;
	overflow: scroll;
	transform: translate(-50%, -50%);
	z-index: 28002;
	-ms-overflow-style: none;
    scrollbar-width: none;
}

#nazoList{
	position: relative;
	margin: -50px auto 0 auto;
	padding: 20px 0 30px 0;
}
#nazoList .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E5EDF3;
	background: linear-gradient(180deg,rgba(229, 237, 243, 1) 0%, rgba(166, 191, 211, 1) 100%);
	clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
}
#nazoList ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 44px);
	max-width: 480px;
}
#nazoList ul li{
	position: relative;
	margin: 0 auto 20px auto;
}
#nazoList ul li a{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	display: block;
	text-align: center;
	background-color: #094c80;
	outline: solid 1px #094c80;
	outline-offset:2px;
	color: #ffffff;
}
#nazoList ul li.soon a{
	pointer-events: none;
	background-color: #8D9BA5;
	outline: solid 1px #8D9BA5;
	color: #D0D9E5;
}
#nazoList .toplink, #nazoImg .toplink{
	position: relative;
	margin: 70px auto 0 auto;
	text-align: center;
}

#nazoImg{
	position: relative;
	margin: -50px auto 0 auto;
	padding: 20px 0 30px 0;
}
#nazoImg .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E5EDF3;
	background: linear-gradient(180deg,rgba(229, 237, 243, 1) 0%, rgba(166, 191, 211, 1) 100%);
	clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
}

#nazoImg .hintWrap{
	position: relative;
	margin: 20px auto 0 auto;
}
#nazoImg .hintInWrap{
	position: relative;
	margin: 0 auto 10px auto;
	width: calc(100% - 40px);
	max-width: 490px;
	border: solid 1px #031D40;
	background-color: #031D40;
}
#nazoImg .hintWrap .Btnhint{
	position: relative;
	margin: 0 auto;
	padding: 3px 20px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-size: .13rem;
	transition: all .3s ease-out;
}
#nazoImg .hintWrap .Btnhint:hover{background-color: #00448D;}
#nazoImg .hintWrap .hintTxt{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	font-size: .13rem;
	display: none;
	background-color: #ffffff;
}
#nazoImg .hintWrap .hintTxt ruby{padding-top: 0.1em;}
#nazoImg .hintWrap .hintTxt ruby[data-ruby]::before{top:-.2em;}

#nazoImg .inputArea{
	margin:0 auto;
	padding-bottom: 10px;
	width: calc(100% - 40px);
	max-width: 490px;
}
/* form */
.inputArea .inputTxt{
	position: relative;
    display: block;
	margin:  0 auto 20px auto !important;
	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;
	z-index: 500;
}
.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;
}

.button{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 10em;
	max-width: 480px;
	padding: 5px 0;
	border-radius: 5px;
	background: #000000;
	border: solid 1px #898989;
	color: #ffffff !important;
	text-align: center;
	transition: all .3s ease-out;
	cursor: pointer;
	z-index: 501;
}
.button::after{display: none;}
.button:hover{background-color: #ffffff;color: #000000 !important;}
button.button{margin: 10px auto 0 auto;max-width: 16em;}
.button:disabled, .button:disabled:hover{background-color: #B0CFD7; color: #8B999F !important;border: solid 1px #B0CFD7; pointer-events : none;}


/* clear, err */
#clear, #err{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	z-index: 28000;
	overflow-y: auto;
	background-color: rgba(0,141,168,0.90);
	display: none;
}
#err{background-color: rgba(2,38,68,0.90);}
.close_win1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 28001;
 }
.btn_win1{
	position: absolute;
	top:8px;
	right: 8px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../img/close.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat:no-repeat;
	z-index: 28003 !important;
	cursor: pointer;
}
#clear .inner, #err .inner{
	position: absolute;
	top:30px;
	left:50%;
	width: calc(100% - 80px);
	max-width: 740px;
	height: calc(100vh - 160px);
	overflow: scroll;
	transform: translateX(-50%);
	background-color: #ffffff;
	border-radius: 15px;
	padding: 25px 20px;
	z-index: 28002;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.inner::-webkit-scrollbar {
    display: none;
}
.inner.topM{
	top:50%;
	height: auto;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
#clear .share{
	position: relative;
	margin: 0 auto;
	max-width: 700px;
}
#clear .share h3{
	position: relative;
	margin: 0 auto 5px auto;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	color: #065e97;
	font-style: italic;
}
#clear .share a span{
	position: relative;
	margin: 20px auto 0 auto;
	width: 14em;
	max-width: 380px;
	display: block;
	background-color: #000000;
	color: #ffffff;
	border-radius: 100px;
	text-align: center;
	padding: 10px;
}
#clear .share a span:hover{color: #ffffff !important;}
#err .inner .ng{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 224px;
}

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

	.topttl{display: none;}

	/* nazo */
	#nazo, #clear{padding: 0 0 100px 0;}
	
	#nazo h4, #clear h4{padding: 20px 15px;}
	#nazo .pre{margin: 50px auto 0 auto;}
	#nazo .Img{
		margin: 50px auto 0 auto;
		width: calc(100% - 40px);
		max-width: 450px;
	}
	
	#nazoImg{
		margin: -80px auto 0 auto;
		padding: 40px 0 65px 0;
	}
	#nazoImg .bg{clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);}

	#nazoImg .hintWrap{margin: 40px auto 0 auto;}
	#nazoImg .hintInWrap{
		margin: 0 auto 15px auto;
		max-width: 420px;
	}
	#nazoImg .hintWrap .hintTxt ruby{padding-top: 0;}
	#nazoImg .hintWrap .hintTxt ruby[data-ruby]::before{top:-.2em;}
<<<<<<< HEAD
=======

>>>>>>> feature/nazo3
	
	/* clear */
	#clear .share{margin: 30px auto;}
	#clear .official img{max-width: 450px;}
}

@media screen and (min-width: 420px) and (max-width: 799px){
	#nazoImg .Img{
		width: calc(100% - 80px);
		max-width: 480px;
	}
}