@charset "UTF-8";


.renew{
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.renewTxt p{
	text-align: center;
	font-weight: 900;
	font-family: 'Noto Sans JP',sans-serif;
	transform:skew(-15deg);
	font-size: 48px;
}

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

.renewTxt p{
	font-size: 24px;
}
	
}