@import url("grid.css");


html{
	font-family: Helvetica, Arial, "ΰSVbN", YuGothic, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
	font-size: 13pt;
	color: #000000;
	line-height: 1em;
}
@media(max-width: 767px){
	html{
		font-size: 12px;
	}
}

html,body{
	width: 100%;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

img{	  
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}


#main{
	background: #ffffff;
	color: #333333;
}

#logo_wrapper{
	display:none;
}



/* pbNX */

.bg-section{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#bg-section-cover{
	background-image: url('../images/cover.jpg');
}
#bg-section-concept{
	background-image: url('../images/bg_concept.jpg');
}
#bg-section-works{
	background-image: url('../images/bg_works.jpg');
}
#bg-section-bottomimg{
	background-image: url('../images/bg_bottomimg.jpg');
	top: 30vh;
}


/*  */

.oleo{
	font-family: 'Oleo Script', curs;
}
.title{
	letter-spacing: 4px;   
}



h3{
	display: block;
	float: left;
	width: 100%;
	/* font-family: Helvetica, Arial, "ΰSVbN", YuGothic, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif; */
	font-family: "qMmΎ© ProN W3", "Hiragino Mincho ProN", "Times New Roman", "ΰΎ©", YuMincho, "CI", Meiryo, serif;
	font-size: 50pt;
	color: #000000;
	line-height: 1em;
	text-align: center;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
h3#wht{
	color: #ffffff;
}

h5{
	display: block;
	float: left;
	width: 100%;
	font-family: Helvetica, Arial, "ΰSVbN", YuGothic, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
	font-size: 16pt;
	color: #000000;
	line-height: 1em;
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}



.txt_centering {
	display: block;
	float: left;
	width: 100%;
	font-size: 13pt;
	line-height: 1.8em;
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.txt_centering#f10t10 {
	font-size: 10pt;
	margin: 10px 0px 0px 0px;
}
.txt_centering#f11t10 {
	font-size: 11pt;
	margin: 10px 0px 0px 0px;
}

.txt_medium{
	display: block;
	float: left;
	width: 100%;
	font-family: Helvetica, Arial, "ΰSVbN", YuGothic, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
	/* font-family: "qMmΎ© ProN W3", "Hiragino Mincho ProN", "Times New Roman", "ΰΎ©", YuMincho, "CI", Meiryo, serif; */
	font-size: 25pt;
	color: #000000;
	line-height: 1em;
	text-align: center;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}



.z-depth-2{
	position: relative;
	z-index: 2;
}

/* --------------------------------------------- */

/* COVER */

#section-cover{
	position: relative;
	z-index: 2;
	padding: 35vh 0;
}
#section-cover .content-inner{
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


/*
#section-cover .inner-el{
	font-size: 4rem;
	position: relative;
	text-align: center;
	padding: 0 10px;
	max-width:50px;
}
@media(max-width: 767px){
	#section-cover .inner-el{
		padding: 0 10px; 
		font-size: 3rem;
	}
}
*/

/* LOGO */

@media screen and (max-width: 799px) {
	.logo {
		display: block;
		float: center;
		width: 70%;
		margin: -150px 15% 0px 15%;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	.logo img {
		width: 100%;
	}
}

@media screen and (min-width:800px) {
	.logo {
		display: block;
		float: center;
		width: 600px;
		margin: -150px auto 0px auto;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	.logo img {
		width: 100%;
	}
}


/* --------------------------------------------- */

/* CONCEPT */

@media screen and (max-width: 599px) {
	#section-concept{
		position: relative;
		z-index: 3;
		padding: 10vh 0 70vh 0;
		background: #f0f0f0;
		overflow: hidden;
	}
}
@media screen and (min-width:600px) {
	#section-concept{
		position: relative;
		z-index: 3;
		padding: 200px 0 700px 0;
		background: #f0f0f0;
		overflow: hidden;
	}
}

#img-concept {
	position: absolute;
	bottom: -50vh;
	left: 0;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
#img-concept img {
	width: 100%;
}


/* --------------------------------------------- */

/* INTRO */

#section-intro{
	background: #f0f0f0;
	position: relative;
	z-index: 4;
	font-size: 13pt;
	padding: 1vh 0;
}


/* --------------------------------------------- */

/* WORKS */

#section-works{
	position: relative;
	background: #f0f0f0;
	z-index: 3;
	padding: 10vh 0;
}
#section-works img {
	width: 100%;
}



/* PROJECT */

.project_banner {
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	clear: both;
}
.project_contents {
	display: none;
	width: 100%;
	background: #ffffff;
	/*
	background-image: url('../images/project_bottom.jpg');
	background-position: right 0px bottom 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
	font-size: 13pt;
	margin: -30px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	clear: both;
}
.project_contents p {
	display: block;
	width: 90%;
	margin: 20px 5% 0px 5%;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.project_bottom {
	display: block;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.project_bottom img {
	width: 100%;
}



/* ΐΡiΒΟObhj */
/* IMPORTΟ */


/* ί§μTlC */
#img-works {
	position:relative;
	display: block;
	width: 100%;
	z-index: 1;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#img-works img {
	width: 100%;
}
.guard-nopic{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background: url(../images/portfolio.png);
}


/* ί§μTXT */
.achievement {
	display: block;
	float: left;
	width: 100%;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	clear: both;
}
/*
.achievement{
position: relative;
  overflow: hidden;
  margin: 10% 0;
  padding: 80px 0;
}
.achievement:before{
content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #011931;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
*/

.achievement_contents {
	display: block;
	float: left;
	width: 90%;
	font-size: 11pt;
	line-height: 1.6em;
	text-align: left;
	margin: 10px 5% 0px 5%;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.achievement_contents b {
	display: block;
	float: left;
	width: 90%;
	font-size: 12pt;
	line-height: 1.8em;
	text-align: center;
	margin: 10px 5% 0px 5%;
	padding: 0px 0px 0px 0px;
	clear: both;
}











/* --------------------------------------------- */

/* BOTTOM IMAGE */

#section-bottomimg{
	position: relative;
	z-index: 3;
	padding: 50vh 0 0;
	background: #ff6600;
	overflow: hidden;
}

/* --------------------------------------------- */

/* ABOUT */

#section-about{
	position: relative;
	background: #ff6600;
	z-index: 3;
	padding: 10vh 0;
}

.about {
	display: block;
	float: left;
	width: 100%;
	font-size: 13pt;
	color: #ffffff;
	text-align: center;
	line-height: 1.8em;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.about_ttl {
	display: block;
	float: left;
	width: 100%;
	font-size: 15pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.about_cts {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}


.qr {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.qr img {
	width: 100px;
}

/* --------------------------------------------- */

#footer{
	color: #FFF;
	padding: 50px 20px;
	font-size: 14pt;
	text-align: center;
	background: #333333;
}

@media(max-width: 767px){
	#section02,#section04,#section06{
		padding: 40px 0;
	}
}

#copyright a { color: #ffffff; text-decoration: none; cursor: pointer;}
#copyright a:hover { color: #cccccc; }


