@charset "UTF-8";
/*
Theme Name: Studio impala
Theme URI: http://www.studioimpala.com/ 
Description: Tomomichi Ueda
Author: Tomomichi Ueda
Version: 2.0
*/

/* CSS Document */

/* GENERAL STYLES
================================================== */
#loading {
	max-width: 100%;
	display: inline-block;
	position: absolute;
	z-index: 400;
	top: 50%;
	left: 50%;
	text-align: center !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

html {
	height: 100%;
	width: auto;
	font-size: 62.5%;

}

body {

	font-family: 'Open Sans', Helvetica, Arial, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	background: #fff;

}



a {
	color: #333;
	text-decoration: none;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

a:link {
	color: #333;
	font-style: normal;
	text-decoration: none;
}

a:visited {
	color: #333;
	font-style: normal;
}

a:hover {
	color: #777;
	font-style: normal;
	text-decoration: none;
}

a:active {
	color: #333;
	font-style: normal;
}

.alignLeft {
	text-align: left !important;
}

.alignRight {
	text-align: right !important;
}

.mgn10 {
	margin-bottom: 10px !important;
}

.mgn20 {
	margin-bottom: 20px !important;
}

.mgn30 {
	margin-bottom: 30px !important;
}

.mgn40 {
	margin-bottom: 40px !important;
}

.mgn50 {
	margin-bottom: 50px !important;
}

.mgn60 {
	margin-bottom: 60px !important;
}

.mgn70 {
	margin-bottom: 70px !important;
}

p {
	font-family: 'Open Sans', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	text-align: left;
	line-height: 200%;
	margin-bottom: 80px;
	letter-spacing: 0.05em;
}

#data-foot p.txt-field {
	margin-bottom: 30px;
}

/*Layout
-------------------------------------------------------------- */

h1 {
	font-size: 2.8rem;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.05em;
	display: inline-block;
	width: 100%;
	line-height: 100%;
	margin-bottom: 90px;
	margin-top: -5px;
}

h1.worksSingle {
	font-size: 2.2rem;
	margin-bottom: 102px;
}

h2 {
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #333;
	line-height: 1;
	font-size: 2.8rem;
	margin-bottom: 50px;
	white-space: nowrap;
	text-align: left;
	margin-top: -5px;
}

h3 {
	font-size: 1.9rem;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	line-height: 1.6;
}

h4 {
	font-size: 1.7rem;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	display: block;
	padding-bottom: 5px;
	line-height: 1.6;
}

h5 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	display: inline-block;
}

#headLogo {
	position: absolute;
	z-index: 950;
	top: 80px;
	left: 50px;
}

@media screen and (max-width: 768px) {
	#headLogo {
		top: 50px;
		left: 20px;
	}
}

/*Header & Menu
-------------------------------------------------------------- */
header {
	position: fixed;
	width: 50px;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	z-index: 900;

}

header #logo {

	z-index: 950;
}

.menu {
	position: fixed;
	right: 60px;
	top: 40px;
	display: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 900;
	background-color: rgba(255, 255, 255, 0);
	text-align: center;

}

.menu .bar {
	display: block;
	width: 24px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 7px;
	margin-top: 10px;
	transition: .15s ease-in-out;
}

.menu .white {
	background-color: #000;
	position: absolute;
}

#bar01 {
	top: 0px;
}

#bar02 {
	top: 8px;
}

#bar03 {
	top: 16px;
}

.menuOpen #bar01 {
	width: 26px;
	top: 7px;

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background-color: #000;
}

.menuOpen #bar02 {
	width: 0;
	background-color: #000;
}

.menuOpen #bar03 {
	width: 26px;
	top: 7px;

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	background-color: #000;
}

#nav {}

#slideMenu {
	z-index: 800;
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	padding: 0 0 0 0;
	background: rgba(255, 255, 255, 0);
	display: block;


}

#slideMenu .slide-inner {
	overflow: auto;
	overflow-x: hidden;
	margin-top: 200px;

}

#slideMenu .slide-inner ul {
	padding: 0 50px;
}

#slideMenu .slide-inner ul li {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.05em;
}

#slideMenu .slide-inner ul li a {
	font-weight: 400;
	color: #333;
	text-decoration: none;
	margin-left: 0;
	position: relative;

	transition: .3s;
	padding-bottom: 2px;
}


#slideMenu .slide-inner ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
}

#slideMenu .slide-inner ul li a:hover::after {
	width: 100%;
}


#slideMenu .slide-inner ul li a:hover {}

#slideMenu .slide-inner ul li ul.childMenu {
	display: none;
	padding-top: 10px;
}

#slideMenu .slide-inner ul li ul.childMenu li {
	font-size: 1.6rem;
	margin-left: 30px;
	line-height: 230%;
	color: #999;
	margin-bottom: 0;
}

#slideMenu .animated {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
}

br.landscape-none {
	display: none
}


@media screen and (max-width: 768px) {
	.menu {
		display: block;
		right: 20px;
	}

	#slideMenu {
		width: 0;
		height: 100%;


		background-color: rgba(255, 255, 255, 1);
	}

	#slideMenu .slide-inner {}

	#slideMenu .slide-inner ul {
		padding: 0 20px;
	}

	#slideMenu .slide-inner ul li {
		font-size: 1.8rem;

	}

	#slideMenu .slide-inner ul li a::after {
		display: none;
	}

	#slideMenu .slide-inner ul li a:hover::after {
		display: none;
	}
}







@media screen and (max-width: 768px) and (orientation: landscape) {

	#slideMenu .slide-inner {}

	#slideMenu .animated {}

	#slideMenu .slide-inner ul li {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	#slideMenu #navi-info h1 {
		display: none;
	}

	#slideMenu #navi-info p {
		display: none;
	}
}

@media screen and (max-width: 768px) and (orientation: portrait) {

	header {
		width: 100%;
		height: 50px;
		border-right: none;
	}



	#slideMenu .slide-inner {
		margin-top: 140px;
	}

	br.landscape-none {
		display: block;
	}
}

@media screen and (max-width: 374px) {
	#slideMenu .slide-inner {}

}

/* Go Page Top
------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 800;
}

/*FOOTER
================================================== */

footer {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	color: #777;
	padding: 100px 20px 20px;
	background: #fff;
	font-family: 'Open Sans', Helvetica, Arial, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: left;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}

footer .footContact {
	color: #fff;
	font-size: 1.3rem;
	float: left;
	padding-bottom: 20px;
	margin-right: 20px;
}

footer .footContact a {
	color: #777;
}

footer .footContact a:hover {
	opacity: 0.8;
}

footer #footCopyright {
	color: #777;
	float: right;
	font-size: 1.1rem;
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	footer {
		text-align: center;
		padding: 0 20px;
	}

	footer #footContact {
		float: none;
		margin-bottom: 20px;
	}


	footer #footCopyright {

		float: none;


	}

}


/* contents Box
================================================== */


main::after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	width: 87%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

main.fadeout::after {
	opacity: 1;
}

main.fadeout #wrapper {}

#wrapper {
	width: 100%;

	background: #fff;
}

#contents {
	padding-top: 80px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

#contentsWorks {
	padding-top: 80px;
	width: 70%;
	margin: 0 auto;
	text-align: center;


	box-sizing: border-box;
}

section {
	width: 100%;
	padding: 0 0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 100px;
}

section.w800 {
	max-width: 800px;
}

section.w980 {
	max-width: 980px;
}

section.w1080 {
	max-width: 1080px;
}

section.w1280 {
	max-width: 1280px;
}

section.w1380 {
	max-width: 1380px;
}

section #postArea img {
	width: 100%;
	max-width: 1280px;
	height: auto;
}

img.shadow {
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.2);
}

#topWorks {
	margin: 0 auto;
	padding: 0;
	width: 100%;



}

#topWorks ul li {
	padding: 0;
	width: 48%;
	padding-right: 4%;
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 0;


	font-family: 'Open Sans', sans-serif;
	position: relative;
	float: left;
}

#topWorks ul li:nth-child(even) {
	margin-right: 0;
	padding-right: 0;
}

#topWorks ul li .thumb-wrap {
	overflow: hidden;
}

#topWorks ul li div.thumb-wrap img {
	width: 100%;
	height: auto;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	margin-bottom: 0;
	background-color: rgba(255, 255, 255, .01);
	backface-visibility: hidden;
	overflow: hidden;
	vertical-align: bottom:
}

#topWorks ul li:hover img {}

#topWorks ul li div.thumb-data {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	display: block;
	text-align: left;
	padding: 20px;
	color: #333;

	transition: all .5s ease-out;

	opacity: 0
}

#topWorks ul li:hover div.thumb-data {
	opacity: 100
}

#topWorks ul li:nth-child(even) {}

#topWorks ul li .works-thumb-title {
	font-size: 1.6rem;


	margin-bottom: 20px;
	display: inline-block;
	color: #333;
	letter-spacing: 0.05em;
}

#topWorks ul li .works-thumb-title a {}

#topWorks ul li .works-thumb-year {
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	margin-left: 0px;



}

.thumb-data {}

@media screen and (max-width: 768px) {
	main::after {

		width: 100%;

	}

	#topWorks {
		column-gap: 50px;
	}

	#contents {
		padding-top: 140px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#contentsWorks {
		padding-top: 140px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#topWorks ul li div.thumb-data {
		position: relative;
		background-color: rgba(255, 255, 255, 0);
		opacity: 100;
		padding: 10px 0 0 0;



	}

	#topWorks ul li:hover div.thumb-data {
		transform: translateX(0);
	}

	#topWorks ul li .works-thumb-title {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	#topWorks {
		column-count: 1;
	}

	#topWorks ul li {
		float: none;
		width: 100%;
		margin-right: 0;

	}

	#topWorks ul li:nth-child(even) img {
		margin-top: 0;

	}

	#topWorks ul li:nth-child(even) {
		margin-top: 0;

	}
}

/* WORKS
================================================== */

#worksList {
	position: fixed;
	top: 80px;
	right: 50px;
	text-align: right;
	width: 150px;
}

#worksList ul li {
	margin-bottom: 25px;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.05em;
}

#worksList ul li a {
	font-weight: 400;
	color: #333;
	text-decoration: none;
	margin-left: 0;
	position: relative;

	transition: .3s;
	padding-bottom: 2px;
}

#worksList ul li a:hover {
	opacity: 0.7;
}

p.title-ja {}

.data p.cat {
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #999;
	margin-left: 20px;
}

.data p.cat {
	margin-bottom: 10px;
	font-size: 1.3rem;
	color: #999;
	float: left;
}

.data p.cat a {
	color: #999;
}

.data p.year {
	margin-bottom: 50px;
	font-size: 1.3rem;
	color: #999;
	float: left;
}

#postArea img {
	width: 100%;
	height: auto;
	/*box-shadow: 0 30px 42px -30px rgba(0, 0, 0, 0.2);*/
}

p.role {

	font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
	#worksList {
		display: none;

	}

}

/*About
================================================== */
.culumnAbout {
	width: 100%;
	margin-bottom: 30px;
}

.culumnAbout .left {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
	float: left;
}

.culumnAbout .right {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.culumnAbout img {
	width: 100%;
	height: auto;
}

/*Privacy
================================================== */
.common-wrap {
	text-align: left;
}

.common-wrap h3 {
	margin-bottom: 30px !important;
}

#policy p {
	margin-bottom: 30px !important;
}

#policy p.last {
	margin-bottom: 50px !important;
}

.common-wrap ul {
	margin-bottom: 50px;
	list-style: disc !important;
	padding-left: 10px;
}

.common-wrap ul li {
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
}

.common-wrap ul li::before {
	content: "・";
	position: absolute；
}

/* form
================================================== */
.form-layout {
	max-width: 600px;
	width: 100%;
	font-size: 1.4rem;
}

.form-layout dl dt {
	padding: 4px 0 10px 0;
	font-size: 1.4rem;
	text-align: left;
}

.form-layout dl dd {
	text-align: left;
	height: 2.5em;
	line-height: 210%;
	margin-bottom: 40px;
	font-size: 1.4rem;
}


.form-layout dl dd.h120 {
	height: 15em;
	padding-bottom: 50px;
}

.mw_wp_form_confirm mw_wp_form_preview .form-layout dl dd {
	line-height: 210%;
}


.form-layout select {
	font-size: 1.4rem;

	line-height: 20px;
}

.form-layout input {
	font-size: 100%;
	height: 30px;
	width: 70%;
}

.form-layout label {
	font-size: 100%;
}

.form-layout input[type="checkbox"] {
	width: auto;
}

.form-layout input[type="radio"] {
	padding-top: 5px;
	height: auto;
}

.form-layout input[type="radio"] {
	padding-top: 5px;
	height: auto;
}

.form-layout input[type="text"],
textarea {
	border: 0px solid #999;
	padding: 5px;
	resize: none;
	font-size: 1.4rem;
	width: 100%;
	background-color: #f2f2f2;
	box-sizing: border-box;

}

.form-layout input[type="text"]:focus {
	background-color: #eee;
}

input:focus,
textarea:focus {
	background-color: #eee;
}

.form-layout textarea {
	margin-bottom: 50px;
}



input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: 'Open Sans', Helvetica, Arial, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 184px;
	height: 44px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #333;
	border: 0px solid #777;
	padding: 10px;
	cursor: pointer;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	-webkit-transition: .4s background ease;
	-moz-transition: .4s background ease;
	-o-transition: .4s background ease;
	transition: .4s background ease;
}



input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff;
	background: #777;
	border: 0px solid #444;
}

.mw_wp_form mw_wp_form_send_error {
	font-size: 1.4rem !important;
}

.mw_wp_form .error {
	font-size: 1.2rem !important;
}



@media screen and (max-width: 480px) {
	.form-layout {
		margin: 0 auto;

	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}
}

/* Social Bt Area 
------------------------------------------------------------ */
#socialArea {
	width: 100%;
	max-width: 800px;
	margin-bottom: 32px;
	margin: 0 auto;
}

#socialArea ul.sns-logo-font {
	width: 100%;
	box-sizing: border-box;
}

#socialArea ul.sns-logo-font li {
	width: 24%;
	text-align: center;
	margin-right: 1.32%;
	float: left;
	height: 40px;
}

#socialArea ul.sns-logo-font li:last-child {
	margin-right: 0;
}

#socialArea ul.sns-logo-font li:nth-last-child(2) {
	margin-right: 0;
}

#socialArea ul.sns-logo-font li a {
	font-size: 2.3rem;
	text-decoration: none;
	color: white;
	padding: 8px;
	display: block;
}

#socialArea ul.sns-logo-font li a:hover {
	opacity: 0.7;
}

#socialArea ul.sns-logo-font li.line-btn-icon {
	display: none;
}

ul.sns-logo-font .facebook-btn-icon {
	background-color: #4079B2;
}

ul.sns-logo-font .twitter-btn-icon {
	background-color: #67AADD;
}

ul.sns-logo-font .hatena-btn-icon {
	background-color: #3498DB;
}

ul.sns-logo-font .pocket-btn-icon {
	background-color: #EF3F56;
}

ul.sns-logo-font .line-btn-icon {
	background-color: #00B900;
}

@media screen and (max-width: 768px) {
	#socialArea {
		margin-bottom: 24px
	}

	#socialArea ul.sns-logo-font li {
		width: 19%;
		margin-right: 1.25%;
	}

	#socialArea ul.sns-logo-font li:nth-last-child(2) {
		margin-right: 1.25%;
		;
	}

	#socialArea ul.sns-logo-font li.line-btn-icon {
		display: block;
	}
}


/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 480px) {

	br.sp-none {
		display: none;
	}
}

/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Hack */