@charset "UTF-8";
/* CSS Document */

#clicktag, 
#preload, #preload_svg, 
#container, .border,
#border, #border_top, #border_right, #border_bottom, #border_left,

#logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 600px;
}

#clicktag{
	cursor:pointer;
}

#preload{
	overflow:hidden;
	background-color:#ff3399;
	visibility:hidden;
}

#preload_svg{
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	opacity:0;
}

#backup{
	display:none;
}

#container{
	overflow:hidden;
	width: 300px;
	height: 600px;
	visibility:hidden;
	background-color:#00aace;
}

.border{
	width:298px;
	height:598px;	
	border:#999999 solid 1px;
	opacity:0;
}

#slider{
    margin-top:20px;
}

#banner {
  width:300px;
  height:600px;
  position:relative;
  opacity:1;
  overflow:hidden;
}

#hashtag1{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:300px;
  	height:600px;
}

#hashtag2{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	margin:0;
	width:300px;
  	height:600px;
}

#ig{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:300px;
  	height:600px;
}

#logo{
	position:absolute;
	opacity:1;
	left:0px;
	top:-100px;
	width:300px;
  	height:600px;
}


#photo{
	position:absolute;
	opacity:1;
	left:0px;
	top:-1800px;
	width:1682px;
	height:3000px;
	transform: scale(1);
}

#start{
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	width:300px;
	height:600px;
	cursor:pointer;
}

#pink{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:300px;
	height:600px;
	cursor:pointer;
}	


