/* css */

h1 {
	color:#8899ee;
}

.click001 {
	/*height:60px;*/
	width:196px;
	padding:16px 36px;
	margin:12px 324px 36px;
	background-color:#7398fe;
	color:#564078;
	font-weight:bold;
	font-size:36px;
	/*display:inline;*/
}

h1 {
	color:#8899ee;
}


.change001 {

}


.change002 {
	width:calc(100%);
	height:calc(10vw);
	background-color:#222232;
	position:absolute;
	top:0px;
	z-index:10;
	filter:opacity(25%);
	transition-duration:0.1s;
}

.change003 {
	width:calc(100%);
	height:calc(250vw);
	background-color:#222232;
	position:absolute;
	top:0px;
	z-index:10;
	filter:opacity(75%);
	transition-duration:3s;
}




/*
.change002 {
	width:calc(100%);
	height:calc(250vw);
	background-color:#222232;
	position:absolute;
	top:0px;
	z-index:10;
	filter:opacity(50%);
	transition-duration:2s;
}
*/

