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

body {
	background:#000;
	color:#fff;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	background:url(../img/bg.jpg) no-repeat center center fixed;
	background-size:cover;
}
div,p,ul,ol,li,dl,dt,dd,img {
	margin:0;
	padding:0;
}
ul,ol,li {
	list-style:none;
}
img {
	border:none;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	cursor:pointer;
}
.clear {
	float:none;
	clear:both;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1280px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
  display:none;
}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

#wrap {
	padding:20px 40px 50px;
	position:relative;
}
h1.title {
	font-family: 'Halfmarks';
	font-size:140px;
	font-weight:normal;
 }
  
div.main div.body {
	padding:20px 0 30px;
 }
div.main div.title {
	font-family: 'Halfmarks';
	font-size:60px;
	line-height:140%;
	font-weight:normal;
 }
 
#aboutBox div.body div.text {
	line-height:180%;
 }
#aboutBox div.body ul.prof {
	margin-top:30px;
 }
#aboutBox div.body ul.prof li {
	display:inline-block;
 }
#aboutBox div.body ul.prof li:first-child {
	padding-right:30px;
 }
#aboutBox div.body ul.prof li img.icon {
	float:left;
 }
#aboutBox div.body ul.prof li dl.data {
	margin-left:94px;
 }
#aboutBox div.body ul.prof li dl.data dt.status {
	opacity:0.5;
	font-size:80%;
 }
#aboutBox div.body ul.prof li dl.data dt.name {
	font-size:120%;
	line-height:180%;
 }
#aboutBox div.body ul.prof li dl.data dt.name span.eng {
	font-size:60%;
 }
#aboutBox div.body ul.prof li dl.data dd.text {
	padding-bottom:8px;
 }
#aboutBox div.body ul.prof li dl.data dd.sosial a {
	margin-right:8px;
 }
 
#worksBox div.body ul.list li {
	display:inline-block;
	width:220px;
	margin:0 30px 30px 0;
	vertical-align:top;
 }
#worksBox div.body ul.list li dl.detail dt.thum a {
	width:220px;
	height:140px;
	overflow:hidden;
	display:block;
 }
#worksBox div.body ul.list li dl.detail dt.thum a img {
	width:220px;
 }
#worksBox div.body ul.list li dl.detail dd.text {
	opacity:0.5;
	padding:20px 0 5px;
 }
#worksBox div.body ul.list li dl.detail dd.web {
	font-size:110%;
 }
#worksBox div.body ul.list li dl.detail dd.web a {
	background:url(../img/blank.png) no-repeat left 2px;
	padding-left:22px;
	display:inline-block;
 }
#contactBox div.body table th {
	text-align:right;
	width:50px;
 }
#contactBox div.body table td {
	padding:4px 1em;
 }
#contactBox div.body table td input,
#contactBox div.body table td textarea {
	padding:4px 6px;
	border:none;
	border-radius:3px;
	color:#555;
 }
#contactBox div.body table td input.btn {
	background:#fff;
	color:#003;
	border:none;
	border-radius:3px;
	opacity:0.5;
	padding:5px 26px;
	letter-spacing:5px;
 }
#formBlock input.btn,
#formBlock a.btn{
	font-size:14px;
	background:#fff;
	color:#003;
	border:none;
	border-radius:3px;
	opacity:0.5;
	padding:5px 26px;
	letter-spacing:2px;
 }
#formBlock {
	font-size:16px;
	line-height:200%;
	text-align:left;
	padding-top:80px;
 }

@font-face {
 font-family: 'Halfmarks';
 src: url('../font/Halfmarks.eot');
 src: url('../font/Halfmarks.eot?#iefix') format('embedded-opentype'), url('../font/Halfmarks.woff') format('woff'), url('../font/helveticact.otf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

@media only screen and (max-width: 640px),
(max-device-width: 640px) {

html,body {
	zoom:1.3;
	font-size:24px;
	line-height:28px;
	background:transparent;
}
img.bg {
  display:block;
}
h1.title {
	font-size:110px;
 }
div.main div.title {
	line-height:180%;
 }
#worksBox div.body ul.list li:nth-child(even) {
	margin-right:0;
 }

#aboutBox div.body div.text {
	line-height:100%;
	font-size:28px;
 }
#aboutBox div.body ul.prof li:first-child {
	padding-bottom:20px;
 }
#aboutBox div.body ul.prof li img.icon {
	width:100px;
 }
#aboutBox div.body ul.prof li dl.data {
	margin-left:120px;
 }
#aboutBox div.body ul.prof li dl.data dt.name {
	line-height:100%;
 }
#aboutBox div.body ul.prof li dl.data dd.sosial a {
	margin-right:18px;
 }
#aboutBox div.body ul.prof li dl.data dd.sosial a img {
	width:30px;
 }