@charset "UTF-8";

body {
  background-color: #f2f2f2;
	 font-family: 'open sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
		font-weight: 300;
		font-size: 16px;
		color: #555;
		-webkit-font-smoothing: antialiased;
		-webkit-overflow-scrolling: touch;
		width: 100%;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
		font-family: sans-serif;
		font-weight: 300;
		color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color: white;
	font-family: 'open sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin-top: 15px;
}

#headerwrap h1 img{
	height: 39px;
}

#headerwrap h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: 'open sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 26px;
	margin-top: 500px;
}

#headerwrap .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

.bg {
	position: relative;
	width: 150px;
	margin: 0 auto;
}

.bg_img {
	width: 150px;
	height: 700px;
	background: url(../img/top_bg.png) no-repeat;
	position: absolute;
	background-size: contain;
	margin-top: 55px;
	}


/* Footer Wrap */

.f {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center
}

.about {
	background-color: #c8da6d;
}

.works {
	background-color:  #1abc9c;
}

.blog {
	background-color: #FFBAC9;
}

.interview {
	background-color: #ff6456;
}

.contact {
	background-color: #337ab7;
}

.f h2 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;	
	margin-bottom: 30px;
}


.f h3 {
	color: #000;
	font-size: 20px;
	margin-top: 0;
	line-height: 30px;
	font-weight: bold;
}

.f i {
	font-size: 8px;
	color: #000;
 padding: 3px;
}

.f p {
	font-size: 20px;
	color: #000;
	line-height: 24px;  
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.f p.youtube_title {
	font-weight: bold;
}

.f p.youtube {
	margin-top: 10px;
}

.works .f h2 {
	margin-bottom: 0px;
}

.works .f p.title {
	font-weight: bold;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 5px;
}

.works .f p {
	font-weight: normal;
	margin-top: 5px;
}


.interview .f h2 {
	margin-bottom: 0px;
}


.interview .f p.title {
	font-weight: bold;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 5px;
}

.interview .f p {
	font-weight: bold;
	margin-top: 40px;
	font-size: 24px;
}

.contact p {
	margin-top: 10px;
}

.f img {
	text-align: center;
}


/* MENU CONF*/

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


img.img-portfolio{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*sns*/
#sns {
	position: relative;
	margin: 0 auto 0;
	width: 160px;
	margin-top: 20px;
}

#sns p {
 font-weight: bold;
	margin: 0 0 10px 0;
}

.FB {
	margin-left: 10px;
	float: left;
}

.twitter {
	margin-right: 10px;
	float: right;
}

.fb-like {
	margin-top: 20px;
	display: inline-block !important;
	
}

.twitter_button {
	margin-top: 10px;
	text-align: center;
	padding-left: 40px;
	margin-bottom: 20px;
}


@font-face {
 font-family: 'LondrinaOutline-Regular';
 src: url('../fonts/LondrinaOutline-Regular.ttf');
 }

@media only screen
 and (max-device-width: 736px) {
.f p {
	font-size: 14px;
}
}
