@charset "UTF-8";
/* CSS Document */
/*汎用要素*/
#comments {
    display: none;
}
.mt60 {
	margin-top: 60px;
}
.mt100{
	margin-top: 100px;
}
.mt20 {
	margin-top: 20px;
}
.f14 {
	font-size: 14px;
}
.h482 {
	height: 482px;
}
ul {
	padding: 0;
}
h1.page-header_pageTitle {
	display: none;
}
.mb100 {
	margin-bottom: 100px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt30 {
	margin-top: 30px;
}
/*開いてすぐの状態*/
html {
	height: 100%;
}
body {
	background: #616161;
	background-repeat: no-repeat;
	background-size: contain;
}
.siteContent {
	padding-top: 0;
}
img#left-kimono {
	position: fixed;
	left: 0;
	z-index: -999;
	height: -webkit-fill-available;
}
.first-view{
	margin-left: 40%!important;
	position: relative;
}
#main_area {
	overflow: hidden;
}
img#right-kimono {
	position: fixed;
	top: 0px;
	right: 0;
	z-index: -999;
	height: -webkit-fill-available;
}
#nav-center ul li {
	color: white;
	list-style: none;
	margin-top: 20px;
	font-weight: 600;
}
p {
	word-wrap: break-word;
	color: white;	
}
.brandText-1 {
	position: relative;
}
.brandText-2 {
	display: none;
	position: relative;
}
#center-nav ul {
	padding: 0;
}
img#catch-copy {
	margin-top: 90px;
	margin-bottom: 60px;
}
img#logo-img {
	margin-bottom: 40px;
}
ul li.nav-botton {
	margin-top: 30px;
	margin-bottom: 40px;
}
#center-nav p {
	color: white;
}
#nav-center {
	position: relative;
}
.brand-box {
	display: none;
	position: relative;
}
.prod-box {
	display: none;
}
.blog-box {
	display: none;
	color: white;
}
.comp-box {
	display: none;
	color: white;
}
.cont-box {
	display: none;
	color: white;
}
h2 {
	background: none;
	border: none;
}
.prod-box p {
	color: #fff;
}
#nav-center ul li.link-btn:hover {
	color: lightsalmon;
} 
.make-border {
	border: 1px #fff solid;
	margin-top: 20px;
}
/*ギャラリーページ*/
.gallery-box {
	display: none;
}
.carousel-inner .item img {
	height: 600px;
	width: 400px;
}
.carousel-inner .item img.yoko {
	height: 400px;
	width: 600px;
}
.brand-box-sm {
	display: none;
}
.prod-box-sm {
	display: none;
}
.comp-box-sm {
	display: none;
	color: white;
}
.comp-box-sm a {
	color: white;
}
.cont-box-sm {
	display: none;
	color: white;
}
/*求人情報*/
.recruit p {
	font-size: 30px;
}
.rec-img {
	position: fixed;
    right: 0;
    top: 0;
    opacity: 0.7;
}
.recruit-box #nav-center {
	position: fixed;
    left: 0;
    top: 0;
}
.recruit-box #nav-center img#catch-copy {
	margin-top: 20%;
}
.recruit-box #nav-center ul.test {
	display: none;
}
.recruit-box #nav-center .make-border {
	display: none;
}
.recu-table {
	width: 50%;
    margin: 20px auto 30px auto;
    background-color: rgba(255,255,255,0.7);
    position: relative;
}
.recu-table th {
	text-align: center;
	font-weight: bold;
}
.breadSection {
	display: none;
}
@media (max-width:768px){
	.first-view{
		margin-left: 0%!important;
		position: relative;
}
	img#left-kimono {
		position: fixed;
		left: 0;
		z-index: -999;
		height: -webkit-fill-available;
		display: none;	
}
	#main_area {
		overflow: hidden;
	}
	img#right-kimono {
		position: fixed;
		top: 0px;
		right: 0;
		z-index: -999;
		height: -webkit-fill-available;
		opacity: 0.3;
	}
	.make-border {
		border: 1px #fff solid;
		margin-top: 20px;
		width: 30%;
		display: block;
		margin: auto;
}
	.carousel-inner .item img {
	height: 400px;
	width: 200px;
}
.carousel-inner .item img.yoko {
	height: 200px;
	width: 300px;
}
	.rec-img {
		display: none;
	}
	.recruit-box #nav-center {
		display: none;
	}
	.recu-table {
		width: 90%;
	}
}