@charset "utf-8";

/*************************************
	base
*************************************/

@font-face
{
	font-family: 'coconoe';
	src: url(../font/coconoe.woff) format('woff'), url(../font/coconoefont001.ttf) format('truetype');
}

#container
{
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
}

#content
{
	width: 100%;
	padding: 221px 0 260px;
	position: relative;
}

#foot
{
	position: absolute;
	bottom: 0;
}

/*************************************
	bg
*************************************/

#bg
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/shop/bg.jpg) repeat 50% 0;
	background-size: cover;
	z-index: 0;
	
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

#bg ul
{
	width: 100%;
	height: 100%;
	overflow: visible;
	position: absolute;
	top: 100%;
	left: 0;
	
	transition: top 300ms ease-out;
	-webkit-transition: top 300ms ease-out;
}

#bg li
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#bg li img
{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

/*************************************
	list
*************************************/

#list
{
	width: 100%;
	padding: 4px 0 3px;
	overflow: hidden;
	background: none;
	background: url(../img/shop/line_parts_01.png) no-repeat 50% 0, url(../img/shop/line_parts_02.png) no-repeat 50% 100%, url(../img/common/line_base_white.png) repeat-x 0 3px;
}

#list ul
{
	width: 100%;
}

#list ul li
{
	width: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
	background: url(../img/common/line_base_white.png) repeat-x 0 100%;
	background: url(../img/shop/line_parts_03.png) no-repeat 50% 0, url(../img/common/line_base_white.png) repeat-x 0 100%;
	
	transition: height 200ms linear;
	-webkit-transition: height 200ms linear;
}

#list.all li,
#list.space li.space,
#list.product li.product,
#list.graphic li.graphic,
#list.house li.house,
#list.website li.website,
#list.movie li.movie
{ height: 71px; }

#list li a
{
	display: block;
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	font-family: HelveticaNeue-UltraLight, "aktiv-grotesk-std-n2", "aktiv-grotesk-std", Arial, sans-serif;
	font-weight: 200;
	text-decoration: none;
	white-space: nowrap;
	font-size: 50px;
	font-size: 5rem;
	line-height: 70px;
	color: #FFFFFF;
}

#list li a:hover
{
	background: #ffffff;
	color: #000000;
}

#list ul li a p
{
	width: 980px;
	margin: 0 auto;
	text-indent: 40px;
	white-space: nowrap;
	background: url(../img/shop/list_hover.gif) no-repeat 100% 70px;
}

#list ul li a:hover p
{
	background-position: 100% 0;
}

/*************************************
	list > new
*************************************/

#list ul li a span.new
{
	display: block;
	width: 71px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -490px;
	background: url(../img/shop/list_new_bg.gif) no-repeat 0 0;
	font-family: coconoe;
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: none;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	text-align: center;
	text-indent: 0;
	color: #767676;
	
	transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

#list ul li a:hover span.new
{
	background-position: -71px 0;
	color: #767676;
}

/*************************************
	list > category
*************************************/

#list li div.cg
{
	width: 56px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 31px;
	left: 50%;
	margin-left: 426px;
}

#list li div.cg span
{
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	margin-right: 6px;
	background: none;
	text-indent: 100%;
	white-space: nowrap;
}

#list li.space div span.space		{ background: #00a0e9; }
#list li.product div span.product	{ background: #ffee00; }
#list li.graphic div span.graphic	{ background: #ee22cc; }
#list li.house div span.house	{ background: #81cc29; }
#list li.website div span.website	{ background: #81cc29; }
#list li.movie div span.movie	{ background: #81cc29; }

