@charset "UTF-8" ;
/* シャッター */
.syncer---scrollshutter___closed {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;

	/* 動作確認をしたい場合は背景色を設定しておこう */
	/*	background: #000 ;	*/
}

.syncer---scrollshutter___opened {
	display: none ;
}
