@charset "utf-8";

/* 1. Reset style -------------------*/

/* 1.1. Layout */

html, body {
	width: 100%;
	background: #fafafa;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
th {
	vertical-align: baseline;
}

/* 1.2. Font */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.231;
 *font-size: small;
 *font: x-small;
}
select,
input,
button,
textarea {
	font: 99%;
}
table {
	font-size: inherit;
	font: 100%;
}
address,
caption,
em,
strong,
th {
	font-style:normal;
	font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,
textarea,
select {
*font-size: 100%;
}

/* 2. Default style -----------------*/

/* 2.1. Font */

body {
	color: #312b2b;
	font-size: 18px;
	font-family: 'TsukuOldMinPro-R', serif;
	line-height: 1.9;
	letter-spacing: -0.5px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
br.sp {
	display: none;
}
::selection {
	background: #999;
}

::-moz-selection {
	background: #999;
}

/* 2.2. Anchor */

a {
	color: #000;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
}
a:visited {
	outline: none;
}
a:hover {
	color: #ccc;
	outline: none;
}
a:focus,
a:active {
	color: #000;
	outline: none;
}
input:focus,
input:active {
	outline: none;
}

/* 2.3. Offleft */

.offleft {
	text-indent: -9999px;
	overflow: hidden;
}
.offleftHeadline { 
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 2.4. Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	zoom: 1;
}

.img img {
	width: 100%;
	height: auto;
}
.txt {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: "vchw" 1;
	
}
.wd {
	text-combine-upright: digits 2;
	-webkit-text-combine: horizontal;
	-moz-text-combine-upright: digits 2;
	-ms-text-combine-horizontal: digits 2;
}
.wd3 {text-orientation: upright;}
/*
.txt a,
.textbody a {text-underline-position: left;}
*/
.nontxt {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	font-feature-settings: "chws" 1;
}


/* common -----------------*/

.nav_icon, .sp_close, .sp_id {
	display: none;
}
#loading {
	width: 100%;
	height: 100vh;
	position: relative;
}
#loading p {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 105;
}
#loading p:before,
#loading p:after {
	content: "";
	display: block;
	width: 100%;
	height:100%;
	margin-left: -50%;
	position: absolute;
	top: 40%;
	left: 50%;
	border-radius: 110%;
}
#loading p:before {
	border: 1px solid rgba(51,51,51,.15);
}
#loading p:after {
	-webkit-animation: loading .75s linear infinite;
	animation: loading .75s linear infinite;
	border: 1px solid transparent;
	border-top-color: #666;
}
@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#wrapper {
	width: 100%;
	height: 100%;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1024px) {
	#wrapper {min-width: 100%;}
}
#wrapper:after {
	content: "";
	width: 68%;
	height: 100%;
	margin-left: -34%;
	background: url(../img/common/bg.png) repeat;
	background-size: 6px 6px;
	position: absolute;
	top: 340px;
	left: 50%;
}

#header {
	width: 76%;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	z-index: 100;
}
h1.id {
	width: 140px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#menu {
	width: 100%;
	margin: 0 auto;
}
#globalnav {
	margin-top: 130px;
	font-size: 20px;
	float: right;
}
#globalnav li {
	margin-left: 14px;
	position: relative;
}
#globalnav li.active a:after {
	content: "";
	width: 100%;
	height: 18px;
	background: #000;
	position: absolute;
	top: -1px;
	left: 0;
}
#snsnav {
	width: 60px;
	padding-top: 30px;
	background: url(../img/common/arrow_b.png) no-repeat;
	background-size: 7px 8px;
}
#snsnav li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	position: relative;
}
#snsnav li a {
	color: #000;
}
#snsnav li:after {
	content: "";
	width: 0;
	height: 1px;
	border-bottom: 1px solid #000;
	transition: .3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
#snsnav li:hover:after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
#company_name {
	width: 100%;
	height: 400px;
	margin-bottom: -140px;
	font-size: 100px;
	line-height: 1;
	position: relative;
	top: -135px;
}
#company_name .left {
	position: absolute;
	left: -54px;
}
#company_name .right {
	position: absolute;
	right: -46px;
}
#update {
	height: 240px;
	font-size: 15px;
	position: absolute;
	top: 180px;
	left: 22%;
	z-index: 100;
}
#update .ttl_area {margin-left: 20px;}
#update .ttl_area span.ttl {
	margin-bottom: 4px;
	padding-bottom: 33px;
	font-size: 18px;
	position: relative;
}
#update .ttl_area span.ttl:after {
	content: "";
	width: 1px;
	height: 30px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 13px;
}
#update a {
	text-decoration: underline;
	text-underline-position: left;
}
@media (max-width: 769px) {
	body {
		font-size: 16px;
		line-height: 1.8;
	}
	#wrapper {
		min-width: 100%;
	}
	#globalnav li {
		margin-left: 8px;
	}
	#update {
		height: 210px;
	}
	#update .ttl_area {margin-left: 10px;}
	#update .ttl_area span.ttl:after {left: 12px;}
	#update .outline {line-height: 1.6;}
}

.field {
	width: 76%;
	margin: 0 auto;
}
#container {
	margin-bottom: -100px;
	position: relative;
	top: -140px;
	z-index: 100;
}
.contents {
	width: 56%;
	margin: 0 auto;
}
a.btn {
	display: block;
	padding-bottom: 75px;
	background: url(../img/common/arrow.png) no-repeat center bottom;
	background-size: 21px 60px;
	font-size: 20px;
	text-decoration: underline;
}
.page_ttl_area {position: relative;}
.page_ttl_area .page_ttl {
	height: 900px;
	font-size: 150px;
	line-height: 1;
	letter-spacing: -7px;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 10;
}
.page_ttl_area .ttl_en {
	padding-top: 80px;
	font-size: 24px;
	line-height: 1.3;
}
@media (max-width: 769px) {
	.page_ttl_area .page_ttl {
		height: 680px;
		font-size: 120px;
	}
	.page_ttl_area .ttl_en {
		padding-top: 50px;
		font-size: 18px;
	}
}

#hm_works .img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}
#hm_works .img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

footer {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.hm footer,
.about footer {
	margin-bottom: -100px;
	position: relative;
	top: -100px;
}
#ftr_contact {float: right;}
#ftr_contact .ttl {
	margin-left: 10px;
	position: relative;
	top: -14px;
}
#ftr_contact .ttl a {
	font-size: 70px;
	text-decoration: none;
}
#ftr_contact .ex {
	font-size: 16px;
	line-height: 1.6;
}

#ig {
	width: 55%;
	padding-top: 120px;
	float: left;
}
#ig .ttl {
	font-size: 50px;
	line-height: 1;
	float: left;
}
#ig .link {
	width: 210px;
	padding-top: 20px;
	font-size: 12px;
	float: right;
}
#ig .link .icon {
	width: 17px;
	margin-right: 5px;
	float: left;
	position: relative;
	top: 4px;
}
#ig .link li {
	margin-left: 15px;
	float: left;
}
#ig .link li a {text-decoration: underline;}
#ig .list {margin-top: 60px;}
#ig .list .iglist {
	width: 28%;
	margin: 0 8% 8% 0;
	float: left;
}
#ig .list .iglist span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#ig .list .iglist span:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#ig .list .iglist a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#ig .list .iglist a img {
	width: auto;
	height: 100%;
	margin: auto;
	line-height: 0;
	position: absolute;
	left: -100%;
	right: -100%;
}
#ig .list .iglist:nth-child(3n) {
	margin-right: 0;
}
@media (min-width: 1366px) {
	#ig {
		width: 60%;
	}
	#ig .list .iglist {
		width: 20%;
		margin: 0 6.5% 6.5% 0;
	}
	#ig .list .iglist:nth-child(3n) {
		margin-right: 6.5%;
	}
	#ig .list .iglist:nth-child(4n) {
		margin-right: 0;
	}
}
#ig .list .iglist a,
#hm_blog a img,
#works_list li img,
#prof_img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}
#ig .list .iglist a:hover,
#hm_blog a:hover img,
#works_list li:hover img,
#prof_img .img:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
#ig .list .iglist img {
	width: 100%;
	height: auto;
}
#footer {
	margin-bottom: -60px;
	padding: 160px 0 0 2%;
	border-left: 6px solid #000;
	line-height: 1;
	position: relative;
	top: -60px;
}
#footer .to_en a {
	display: block;
	width: 225px;
	padding: 10px 0;
	border-top: 1px solid #000;
	font-size: 14px;
	letter-spacing: 0.5px;
}
#copyright {
	margin-top: 20px;
	font-size: 12px;
}
@media (max-width: 769px) {
	#ig {padding-top: 55px;}
	#ig .ttl,
	#ig .link {float: none;}
	#ig .list {margin-top: 40px;}
	#footer {padding-top: 120px;}
}


/* home -----------------*/

#hm_works {
	position: relative;
}
#hm_works .work_ttl {
	margin-right: -50px;
	font-size: 25px;
	float: right;
}
#hm_works .work_ttl span.kanji {
	display: block;
	font-size: 260px;
	line-height: 1;
	position: relative;
	top: -15px;
}
#hm_works .work_ttl span.btm {margin-top: 180px;}
#hm_works .slider,
#hm_works .go_works {
	position: absolute;
	top: 200px;
}
#hm_works .slider {
	width: 230%;
	right: -130%;
}
@media (min-width: 1152px) {
	#hm_works .slider {
		width: 220%;
		right: -120%;
	}
}
@media (min-width: 1366px) {
	#hm_works .slider {
		width: 230%;
		right: -130%;
	}
}
@media (min-width: 1500px) {
	#hm_works .slider {
		width: 200%;
		right: -100%;
	}
}
@media (min-width: 1600px) {
	#hm_works .slider {
		width: 180%;
		right: -80%;
	}
}
#hm_works .img {
	margin-right: 1px;
	line-height: 0;
}
#hm_works .tags,
#hm_works .outline {
	position: absolute;
	top: 453px;
}
#hm_works .tags {
	font-size: 14px;
	right: -117px;
}
#hm_works .tags li {margin-bottom: 4px;}
#hm_works .outline {
	height: 250px;
}
#hm_works .go_works {
	left: -19%;
}
@media (max-width: 769px) {
	#hm_works .work_ttl {margin-right: -85px;}
	#hm_works .work_ttl span.kanji {font-size: 200px;}
	#hm_works .work_ttl span.btm {margin-top: 160px;}
	#hm_works .slider,
	#hm_works .go_works {top: 150px;}
	#hm_works .slider {
		width: 250%;
		right: -150%;
	}
	#hm_works .tags,
	#hm_works .outline {
		position: absolute;
		top: 370px;
	}
	#hm_works .tags {right: -140px;}
}

#prof_outline {
	height: 700px;
	margin-top: 160px;
	position: relative;
}
#prof_outline .prof_ttl {
	padding-left: 15%;
	font-size: 150px;
	line-height: 0.8;
	float: left;
}
#prof_outline .text_area {
	height: 270px;
	margin-right: 25px;
	padding-top: 170px;
	float: right;
}
#prof_outline .text_area .txt {float: right;}
#prof_outline .text_area .history {
	height: 270px;
	margin-right: 40px;
	font-size: 16px;
}
#prof_outline .text_area .history dt {
	height: 65px;
	font-size: 14px;
	letter-spacing: 0.5px;
	float: left;
}
@media (max-width: 1400px) {
	#prof_outline .text_area .history {display: none;}
}
#prof_outline .text_area .go_profile {
	margin-right: 20px;
	float: left;
}
#prof_outline .img {
	position: absolute;
	top: 170px;
}
#prof_outline .img_left {
	width: 510px;
	right: 77%;
}
#prof_outline .img_right {
	width: 155px;
	right: 0;
}
@media (max-width: 769px) {
	#prof_outline {
		height: 520px;
		margin-top: 120px;
	}
	#prof_outline .prof_ttl {font-size: 100px;}
	#prof_outline .text_area {
		height: 270px;
		margin-right: 25px;
		padding-top: 112px;
	}
	#prof_outline .img {top: 115px;}
	#prof_outline .img_left {width: 270px;}
	#prof_outline .img_right {width: 82px;}
}


/* profile -----------------*/

#profile .outline {
	width: 76%;
	height: 680px;
	padding-top: 160px;
}
#profile .outline .img {
	width: 66%;
	margin: 60px 0 0 40px;
	padding-right: 10px;
	float: right;
	clear: both;
}
#profile .outline .text {
	padding-bottom: 100px;
}
#profile .about {
	margin-top: 180px;
	position: relative;
}
#prof_img {
	padding-bottom: 200px;
	position: relative;
}
#prof_img .slider {
	width: 100%;
	left: 470px;
}
#profile .about .text_area {
	width: 410px;
	height: 300px;
	margin-right: 60px;
	letter-spacing: -0.5px;
	position: absolute;
	top: 0;
	left: 0;
}
#profile .about .text_area .name span {display: block;
	font-size: 40px;
	line-height: 1;
}
#profile .about .text_area .prof {margin-right: 40px;}
@media (max-width: 769px) {
	#profile .outline {
		width: 73%;
		height: 550px;
		padding-top: 100px;
	}
	#profile .outline .img {
		width: 54%;
		margin: 40px -125px 0 20px;
	}
	#profile .outline .text {
		padding-bottom: 40px;
	}
	#profile .about {margin-top: 100px;}
	#prof_img .slider {
		width: 130%;
		left: 380px;
	}
	#profile .about .text_area {
		width: 370px;
		height: 250px;
		margin-right: 30px;
	}
	#profile .about .text_area .name span {font-size: 36px;}
	#profile .about .text_area .prof {margin-right: 30px;}
}


/* works -----------------*/

#works_top {
	width: 66%;
	margin-top: 62px;
	padding-right: 10%;
	position: relative;
}
#works_top .cat_nav {
	padding-top: 20px;
	background: url(../img/common/arrow_b.png) no-repeat 2px 0;
	background-size: 7px 9px;
	float: left;
}
#works_top .cat_nav li {
	margin-bottom: 8px;
	font-size: 12px;
}
#works_top .cat_nav li a {
	text-decoration: underline;
}
#works_top .list_att {
	height: 220px;
	float: right;
}
#works_list {
	margin-top: 120px;
	position: relative;
}
#works_list li {
	width: 28%;
	margin: 0 8% 80px 0;
	position: relative;
	float: left;
}
#works_list li:nth-child(3n) {
	margin-right: 0;
}
#works_list li .img {
	height: 200px;
	border: 1px solid #e5e5e5;
	line-height: 0;
	overflow: hidden;
}
#works_list li .link {
	display: block;
	width: 100%;
	height: 200px;
	padding-top: 28%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#works_list .link span {
	display: block;
	width: 50%;
	font-size: 14px;
	line-height: 1.6;
	float: left;
}
#works_list .link span.ctr {
	width: 100%;
	float: none;
}
#works_list .link a {
	display: block;
	width: 100%;
	padding-left: 10%;
	color: #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#works_list .link .visit a {
	padding-right: 10%;
	text-align: right;
}
#works_list .link .ctr a {
	padding: 0;
	text-align: center;
}
#works_list .link a:hover {
	color: #666;
}
@media (max-width: 769px) {
	#works_top {
		width: 61%;
		margin-top: 50px;
		padding-right: 15%;
	}
	#works_list {margin-top: 80px;}
	#works_list li {
		width: 46%;
		margin: 0 8% 50px 0;
	}
	#works_list li:nth-child(3n) {
		margin-right: 8%;
	}
	#works_list li:nth-child(2n) {
		margin-right: 0;
	}
	#works_list li .link {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 5px;
		padding-top: 0;
		background-color: transparent;
		position: static;
	}
	#works_list .link a {
		padding-left: 0;
		color: #999;
	}
	#works_list .link .visit a,
	#works_list .link .ctr a {text-align: left;}
	#works_list .link span {width: 35%;}
}

#works .field,
#blog .field {position: relative;}
#works .work_ttl,
#blog .title {
	font-size: 35px;
	position: absolute;
	top: 260px;
	right: 35px;
}
#works .main_img {
	margin: 65px 16% 0 0;
}
#works .outline {
	margin: 60px 16% 0 0;
}
#works .outline .text_area {
	height: 280px;
	float: right;
}
#works .outline .text_area .visit {margin-right: 40px;}
#works .outline .text_area .visit a {
	display: block;
	padding: 0 10px;
	border: 1px solid #000;
	color: #000;
	font-size: 20px;
	text-align: center;
}
#works .outline .text_area .visit a:hover {
	background: #000;
	color: #fff;
}
#works .outline .part {
	font-size: 15px;
	line-height: 1.8;
}
#works .outline .part a {text-decoration: underline;}
#works .images {margin-top: 120px;}
#works .images li {float: left;}
#works .images li img {
	width: 100%;
	height: auto;
}
#works .images .pc li {
	width: 30%;
	margin-right: 5%;
}
#works .images .pc li:nth-child(3n) {margin-right: 0;}
#works .images .sp {margin-top: 140px;}
#works .images .sp li {
	width: 21%;
	margin-right: 5.2%;
}
#works .images .sp li:nth-child(4n) {margin-right: 0;}
@media (max-width: 769px) {
	#works .work_ttl {
		font-size: 32px;
		letter-spacing: -0.8px;
		top: 220px;
		right: 20px;
	}
	#works .main_img {margin: 50px 20% 0 0;}
	#works .outline {margin: 40px 20% 0 0;}
	#works .outline .text_area {
		width: 100%;
		height: 210px;
	}
	#works .outline .text_area .visit {margin-right: 20px;}
	#works .outline .text_area .visit a {
		padding: 0 6px;
		font-size: 16px;
	}
	#works .outline .part {
		margin-top: 30px;
		float: left;
	}
	#works .images,
	#works .images .sp {margin-top: 60px;}
}


/* blog -----------------*/

#blog .textbody {
	width: 84%;
	margin-top: 98px;
	padding-right: 16%;
}
#blog .blog_ttl {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
}
#blog .blog_ttl span {
	display: block;
	margin-top: 12px;
	padding-top: 12px;
	font-size: 16px;
	letter-spacing: 0.5px;
	position: relative;
}
#blog .blog_ttl span:after {
	content: "";
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
}
#blog .textbody a {text-decoration: underline;}
#blog .textbody p,
#blog .textbody .column,
#blog .textbody .column2 {
	width: 72%;
	margin: 60px auto 40px;
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
#blog .textbody .main_img.img {margin-bottom: 80px;}
#blog .textbody .imgs_area {margin: 80px auto 60px;}
#blog .textbody img {
	width: 100%;
	height: auto;
}
#blog .textbody .imgs_area.side img {
	width: 50%;
	height: auto;
	margin: 0;
	float: left;
}
@media (max-width: 769px) {
	#blog .textbody .main_img.img {margin-bottom: 40px;}
	#blog .blog_ttl {
		margin-bottom: 0;
		font-size: 36px;
	}
	#blog .textbody p,
	#blog .textbody .column,
	#blog .textbody .column2 {
		width: 100%;
		margin: 40px auto 40px;
	}
	#blog .textbody .imgs_area {margin: 40px auto 30px;}
}

#youtube {
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
}
#youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.pagenav {
	display: none;
	font-size: 14px;
	position: fixed;
	bottom: 18%;
	right: 8%;
	z-index: 2000;
}
.pagenav li {
	margin-bottom: 7px;
}
.pagenav li a {
	text-decoration: underline;
}

@media (max-width: 769px) {
	.pagenav {
		display: block;
		width: 88%;
		margin: 60px 0 120px;
		font-size: 16px;
		text-align: center;
		position: static;
	}
	.pagenav li {
		width: 50%;
		margin-bottom: 0;
	}
	.pagenav li.next {float: right;}
	.pagenav li.prev {float: left;}
}


/* contact -----------------*/

#contact .att {
	width: 84%;
	margin: 60px 16% 0 0;
	height: 230px;
}
#contact .att p,
#privacy_btn {float: right;}
#privacy_btn {margin-right: 40px;}
#privacy_btn a {
	display: block;
	height: 214px;
	padding: 8px 5px;
	border: 1px solid #000;
	font-size: 15px;
	text-align: center;
}
#privacy_btn a:hover {
	background: #000;
	color: #fff;
	letter-spacing: 1px;
}

#form {
	margin: 90px 16% 120px 0;
	padding-top: 30px;
	background: url(../img/common/arrow_b.png) no-repeat 2px 0;
	background-size: 7px 9px;
}
#form dt,
#form dd {
	height: 40px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#form dt {
	width: 30%;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	float: left;
	clear: left;
}
#form dt span {
	margin-left: 15px;
	color: #999;
	font-size: 11px;
}
#form dt.text {
	width: 100%;
	height: auto;
	margin: 40px 0 10px;
	border-bottom: 0;
	float: none;
}
#form dd {
	width: 70%;
	margin-left: 30%;
}
#form dd.text {
	width: 100%;
	height: auto;
	margin-left: 0;
}
#form dd input {
	width: 100%;
	height: 39px;
	border: 0;
	border-bottom: 1px solid #000;
	background: transparent;
	font-size: 14px;
}
#form dd textarea {
	width: 100%;
	background: transparent;
}
#sendbtn {
	margin-top: 40px;
}
#sendbtn input {
	width: 100%;
	padding: 20px 0;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
}
#sendbtn input:hover {
	background: transparent;
	color: #000;
	letter-spacing: 1px;
}
#sendbtn p {
	margin-bottom: 10px;
}

#privacy,
#thanks {
	margin: 40px auto 0;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.badge {
	margin-top: 60px;
	font-size: 14px;
	text-align: center;
}
.badge a {text-decoration: underline;}
.grecaptcha-badge { visibility: hidden; }

@media (max-width: 769px) {
	#contact .att {
		width: 76%;
		height: 200px;
		margin-right: 24%;
	}
	#form {margin: 60px 24% 80px 0;}
}



/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}




@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    background-position: 0 -38px;
    outline: none;
    border: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}