@charset "UTF-8";
@media screen and (max-width: 1100px) {
/*=========================================================================================================
NOT FOUND 【 SMART PHONE 】
=========================================================================================================*/

/*【 NOT FOUND ALL SETTING 】_■■■■■■■■■■■■■■■■■■■■■■*/
#NOT{
	width: 90%;
	min-height: 40%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%,-25%);
	backdrop-filter: blur(6px) sepia(0.6);
	background: rgba(150,150,150,0.3);
	box-sizing: border-box;
}
#NOT > div:first-child{
	margin: 13% 0 0 0;
	font-size: clamp(1.563rem, 0.28rem + 6.41vw, 4.688rem);
	font-weight: 700;
	
	color: #FFFFFF;
	text-shadow: 0 0 10px #000000;
	box-sizing: border-box;
}
/*■■■■■■■■■■■■■■■■■■■_【 NOT FOUND ALL SETTING / END 】*/

}
/*=========================================================================================================
NOT FOUND 【 SMART PHONE 】/ END
=========================================================================================================*/