/*--
	■Contents

=========================================================*/
*{
	margin:0px;
	padding:0px;
}
html{
	height:100%;
	width:100%;
}
body {
	height:100%;
	min-height:100%;
	width:100%;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family: 'Abel', Arial, Helvetica, YuGothic,"游ゴシック",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
	position:relative;
}


/* =================
contents
================= */
p{
	line-height:1em;
	font-size:500px;
	margin:0px;
	position:fixed;
	width:1012px;
	height:500px;
	margin:-250px 0px 0px -506px;
	left:50%;
	top:50%;
	z-index:1;
	opacity:0.3;
	text-align:left;
}
#nextyear{
	position:fixed;
	left:0px;
	clip:rect(0px,0px,0px,0px);
	top:0px;
	width:0%;
	color:#fff;
	height:100%;
	background:#000;
	z-index:10;
}
#nextyear.on{
	transition:all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
#nextyear div{
	text-align:right;
	font-size:20px;
	padding:0px 0px 0px;
	position:absolute;
	line-height:26px;
	right:10px;
	top:50%;
	margin:-13px 0px 0px 0px;
}
