
/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */
/* ↓飛んだ時ナビバーの分空間開ける */

div.anchor2 {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/*ヘッダー固定

.fixed{
	position: fixed; 
	top: 0;
	background-color: white;
	z-index: 1000;
	justify-content: center;
	
}*/



p {
	color: #646665;
}

video{
  background: #000000;
}
