html, body { margin: 0; padding: 0; }
img { border: 0; }
div { top: 0; bottom: 0; left: 0; right: 0; }

.cover { cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; }
.cover * { position: absolute; }

.print, .print * {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.stage { background: #fff; overflow: hidden; }
.scene { z-index: 1; }
.group { display: none; overflow: hidden; }
.print { overflow: hidden; }
.image { transform-origin: 50% 50%; }
.click { opacity: 0; }

.stage:before { content: ''; border: 1px solid #ddd; z-index: 9;
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
}
.stage_01 { width: 300px; height: 250px; }

.brand .image img { width: 300px; height: 250px; }

.brand_01 .shape_01 { top: 224px; background: #fff;}

.group_01 .shape_01 { background: #000; opacity: 0.1; }
.group_02 .shape_01 { background: #000; opacity: 0; }
.group_03 .shape_01 { background: #000; opacity: 0.1; }
.group_04 .shape_01 { background: #000; opacity: 0.1; }

.group_01 .print_03, .group_01 .print_04,
.group_03 .print_04, .group_03 .print_05,
.group_04 .print_04, .group_04 .print_05, .group_04 .print_06 { bottom: 50px; }

.brand_01 .shape_02 { background: #fff; }
