@charset "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	min-width: 900px;
	min-height: 600px;
}

.br-sp {
	display: none;
}

/*
Font
----------------------------------------*/
a {
	color: #dddddd;
}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.txt a:link {
	text-decoration: underline;
}

.thx a {
	color: #8fc836;
	text-decoration: underline;
}

.thx a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

h1 {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 0.2em;
	text-align: center;
}

.titlejp {
	font-size: 26px;
	font-weight: normal;
}

dl.about {
	color: #cccccc;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.small {
	font-size: 11px;
}

/*
main
----------------------------------------*/
#main {
	position: absolute;
	color: #ffffff;
	padding-top: 150px;
	width: 900px;
	top: 50%;
	left: 50%;
	margin: -450px 0 0 -450px;
}

.contact > #main {
	padding-top: 200px;
	margin: -560px 0 0 -450px;
}

.competition > #main {
	padding-top: 0;
}

/*
BG
----------------------------------------*/
#wrap {
	width: 100%;
	height: 100%;
	background: url(../images/dot.png);
}

#wrap.bg {
	background-size: cover;
	background-position: center;
	position: relative;
}

#wrap.bg.about {
	min-height: 100%;
	background-image: url('../images/bg1.jpg');
}

#wrap.bg.works {
	min-height: 700px;
	background-image: url('../images/bg2.jpg');
}

#wrap.bg.contact {
	min-height: 960px;
	background-image: url('../images/bg3.jpg');
}

#wrap.bg.competition {
	min-height: 1200px;
	background-image: url('../images/bg4.jpg');
}

/*
fat-nav
----------------------------------------*/
.hamburger .fat-nav {
	display: none;
}

/*
Navi
----------------------------------------*/
.global-nav {
	position: absolute;
	width: 80px;
	top: 30px;
	left: 30px;
}

.global-nav li {
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-align: left;
	margin-bottom: 20px;
	opacity: 0.8;
}

.global-nav .current {
	color: #b8ff48;
}

/*
logo
----------------------------------------*/
#logo img {
	position: absolute;
	top: 48%;
	left: 20%;
	width: 60%;
	margin-top: -50px;
}

#logo2 img {
	position: absolute;
	bottom: 2%;
	right: 2%;
	width: 220px;
}

/*
Footer
----------------------------------------*/
#footer {
	bottom: 0;
	height: 40px;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#copyright {
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
}

/*
SNS
----------------------------------------*/
#sns {
	position: absolute;
	top: 1%;
	right: 1%;
}

#sns li {
	float: left;
}

/*
ABOUT
----------------------------------------*/
#table {
	margin-top: 80px;
	width: 940px;
	background: url(../images/map.png) no-repeat top right / 340px auto;
}

dl.about {
	width: 740px;
}

dl.about dt {
	float:left; padding-top: 2px;
}

dl.about dd {
	margin:0 0 20px 220px; padding-bottom: 20px;
}

/*
WORKS
----------------------------------------*/
#thumb {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#thumb::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}

#thumb::after{
  content:"";
  display: block;
  width:23%;
}

#thumb img {
	width: 200px;
	padding-bottom: 15%;
}

.blank {
	display: block;
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	padding-bottom: 15%;
	opacity: 0.1;
}

/*
THANKS
----------------------------------------*/
#thanksarea {
	margin-top: 120px;
	width: 900px;
	text-align: center;
	font-size: 14px;
	line-height: 3em;
}
