@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	text-decoration:none;
	background:transparent;
	color:#fff;
	outline : none !important;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:900 !important;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
a:focus, img:focus {
	outline: none !important;
}
/*------------------------------------------------------------------------------ SET --*/
.pcv {
	display:block !important;
}
.spv {
	display:none !important;
}
 @media screen and (max-width:750px) {
.pcv {
	display:none !important;
}
.spv {
	display:block !important;
}
img {
	width:100%;
	height:auto;
}
}
.dispNon {
	display:none !important;
}
/*------------------------------------------------------------------------------ COMMON --*/
html {
	font-size: 62.5%;
}
/*
html.large {
	font-size: 80%;
}
*/
@media screen and (max-width:750px) {
html {
	font-size: 40%;
}
/*
html.large {
	font-size: 40%;
}
*/
}
@media screen and (max-width:479px) {
html {
	font-size: 31.25%;
}
/*
html.large {
	font-size: 31.25%;
}
*/
}
body {
	position:relative;
	width:100%;
	margin: 0;
	padding:0;
	color:#000000;
	background:#ffffff;
	text-align:left;
	font-family:sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height:0;
	font-weight: 400;
	background:url(../img/bg.png) top center no-repeat;
	background-size:2000px auto;
}
#cont {
	position:relative;
	width:100%;
	max-width:980px;
	min-height:1400px;
	margin:0 auto;
	padding:0;
}
#cont a{
	position:absolute;
	top:1072px;
	right:220px;
	transition:.6s ease-out;
}
header {
	position:relative;
	width:100%;
	max-width:980px;
	height:90px;
	margin:0 auto;
	text-align:right;
}

header a {
	position:relative;
	display:inline-block;
	padding:0;
	margin:55px 0 0 40px;
	transition:.6s ease-out;
}
header a:hover,
#cont a:hover{
	opacity:.6;
}
@media screen and (max-width:980px) {
#cont a{
	right:18%;
}
}
@media screen and (max-width:750px) {
body {
	min-width:320px;
	background:none;
}
#cont {
	position:relative;
	width:100%;
	min-height:auto;
	margin:0 auto;
	padding:0 0 8vw;
}
#cont a{
	position:relative;
	top:0;
	right:0;
}
header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	max-width:750px;
	height:auto;
	margin:0;
	text-align:right;
	z-index:100;
}

header a {
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
	transition:.6s ease-out;
}
header a.contact{
	width:30.6vw;
}
header a.work{
	width:21.3vw;
}
header a:hover {
	opacity:.6;
}

}