@charset "UTF-8";

/* 共通設定 */
body {
	color: #231815;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
a {
	color: #545454;
}

.clear {
	clear:both;
	margin: 0px;
}
.cf:before,
.cf:after{
	display: table;
	content: "";
}
.cf:after{
	clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
	*zoom:1;
}
.lf {
	float: left;
}
.rg {
	float: right;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/**==============================================**/
/**==============================================**/
/*
/*
/*			PC
/*
/*
/**==============================================**/
/**==============================================**/
@media screen and (min-width:481px){

	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.inner {
		margin: auto;
	}
	body {
		margin: auto;
		font-size: 13px;
		min-width: 1300px;
		position: relative;
		-webkit-text-size-adjust: 100%;
	}

	.inner-wrap {
		width: 980px;
		margin: auto;
	}

	/*
	#main {
	overflow-x: hidden;
}
	*/

	/* header */
	div.header {
		width: 100%;
		height: 105px;
		background: url(../img/common/header-bg.jpg) 0 0 repeat-x;
	}
	.header div.inner {
		width: 1040px;
	}
	div.header-border {
		position: relative;
		width: 100%;
		height: 7px;
		background: url(../img/common/header-border.jpg) 50% 0 repeat-x;
	}
	.header-border img {
		position: absolute;
		top: -15px;
		left: 50%;
		z-index: 9;
		margin-left: -152px;
	}
	.header h1.logo {
		display: block;
		float: left;
		margin: 18px 0 0 24px;
		width: 523px;
	}
	.header h1.logo a {
		display: block;
		width: 523px;
		height: 75px;
		background: url(../img/common/header-logo-en.png) 50% 50% no-repeat;
	}
	.header h1.logo a:hover {
		opacity: .7;
	}


	/* header-nav */
	ul.header-nav {
		float: right;
		margin-top: 39px; 
		width: 255px;
		height: 36px;
	}
	.header-nav li {
		float: left;
		width: 135px;
		height: 22px;
	}
	.header-nav li a {
		position: relative;
		padding-left: 12px;
		background: url(../img/common/arrow_white.png) 0 50% no-repeat;
		color: #fff;
		font-size: 12px;
	}
	.header-nav li a:hover {
		text-decoration: underline;
	}
	li.lang-change {
		float: right;
		overflow: hidden;
		width: 96px;
		height: 31px;
		border-radius: 3px;
	}
	.lang-change a {
		display: block;
		padding: 0 !important;
		background: #5d0001 !important;
		text-align: center;
		font-size: 14px !important;
		line-height: 31px;
	}
	.lang-change a:before {
		content: none !important;
	}
	.lang-change a:hover {
		opacity: .7;
	}


	/* nav */
	div.nav {
		position: absolute;
		top: 112px;
		right: 50%;
		z-index: 2;
		margin-right: -520px;
		width: 1040px;
		border-bottom: 9px solid #5D0001;
	}
	.nav li {
		float: left;
		background: #4c4948; /* Old browsers */
		background: -moz-linear-gradient(top,  #4c4948 0%, #221714 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #4c4948 0%,#221714 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #4c4948 0%,#221714 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4948', endColorstr='#221714',GradientType=0 ); /* IE6-9 */
	}
	.nav li:hover {
		opacity: .8;
	}
	.nav li.active {
		background: #5D0001;
	}
	.nav li.active:hover {
		opacity: 1;
	}
	.nav li a {
		display: table-cell;
		width: 130px;
		height: 81px;
		background: url(../img/common/nav_arrow_gray.png) 50% 85% no-repeat;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		font-size: 15px;
		line-height: 19px;
	}
	/*
	.nav li a {
	display: block;
	padding-top: 30px;
	height: 51px;
}
	*/
	.nav li.active a {
		background: url(../img/common/nav_arrow_white.png) 50% 85% no-repeat;
	}


	/* contents-wrap */
	div.contents-wrap {
		margin: auto;
		max-width: 1300px;
	}


	/* footer */
	div.footer {
		padding-top: 40px;
		height: 356px;
		border-bottom: 8px solid #5D0001;
		background: #F2F2F2;
	}
	.footer div.inner {
		margin: auto;
		max-width: 980px;
	}
	.inner div.inner-left {
		float: left;
		width: 470px;
	}
	.inner-left p.logo {
		margin-bottom: 13px;
		width: 392px;
		height: 92px;
		background: url(../img/common/footer-logo-en.png) 0 0 no-repeat;
	}
	.inner-left p.add {
		margin-bottom: 10px;
		line-height: 21px;
	}
	/*
	.inner-left img {
	margin-left: 3px;
}
	*/
	.inner div.inner-right {
		float: right;
		margin-top: 12px;
		width: 510px;
	}
	.inner-right ul {
		float: left;
	}
	.inner-right ul:first-child {
		width: 209px;
	}
	.inner-right ul:nth-child(2) {
		width: 130px;
	}
	.inner-right ul:last-child {
		width: 171px;
	}
	.inner-right ul li a {
		position: relative;
		color: #231815;
	}
	.inner-right ul li a:hover {
		text-decoration: underline;
	}
	.inner-right > ul > li {
		margin-bottom: 25px;
	}
	.inner-right > ul > li > a {
		display: inline-block;
		padding-left: 25px;
		height: 18px;
		line-height: 18px;
	}
	.inner-right  > ul > li > a:before {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 4px 0;
		width: 18px;
		height: 10px;
		border-radius: 2px;
		background: #5D0001;
		content: url("../img/common/arrow_white.png");
		text-align: center;
	}
	.inner-right ul ul.sub {
		margin: 12px 0 0 26px;;
	}
	.sub li {
		margin-bottom: 15px;
	}
	.sub li a {
		padding-left: 14px;
		font-size: 12px;
		text-indent: 2em;
		margin-left: -1.1em;
		line-height: 16px;
	}
	.sub li a:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 12px;
		background: url(../img/common/arrow_wine.png) 0 50% no-repeat;
		content: "";
	}
	.footer div.copy {
		margin: auto;
		width: 980px;
	}
	.copy p {
		text-align: right;
		font-size: 12px;
	}

	.page-top {
		position: fixed;
		right: 10%;
		z-index: 9999;
		overflow: hidden;
		border: 1px solid #DCDDDD;
		border-radius: 2px;
		border-radius: 50%;
	}
	.page-top a {
		display: block;
		width: 57px;
		height: 57px;
		background: #fff;
		color: #DCDDDD;
		text-align: center;
		font-size: 21px;
		line-height: 50px;
		line-height: 56px;
		opacity: .8;
	}
	.page-top a:hover {
		opacity: 1;
	}


	/* サブページ共通 */
	/*　技術・製品・設備　*/
	div.sub-img-wrap {
		max-width: 1300px;
		height: 650px;
		position: relative;
	}
	.sub-img-wrap div.sub-headd {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -141px;
	}
	.sub-img-wrap .sub-headd h2 {
		width: 282px;
		height: 269px;
		margin: auto;
		background: rgba(255,255,255,.8);
		border-top: 11px solid #5A0C10;
		font-size: 28px;
		font-weight: bold;
		color: #5A0C10;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
	div.sub-desc {
		color: #fff;
		width: 1300px;
		height: 245px;
		padding-top: 33px;
		background: url(../img/common/texture_bg.jpg) 50% 0 no-repeat;
	}
	.sub-desc h3 {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		line-height: 28px;
	}
	.sub-desc p {
		font-size: 15px;
		width: 1000px;
		margin: auto;
		line-height: 27px;
	}

	/*　情報・採用・問い合わせ　*/
	div.sub-box-wrap {
		max-width: 1300px;
		height: 500px;
		position: relative;
		margin-bottom: 95px;
	}
	.sub-box-wrap div.sub-headd {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -141px;
	}
	.sub-box-wrap .sub-headd h2 {
		width: 278px;
		height: 280px;
		padding-left: 4px;
		letter-spacing: 2px;
		margin: auto;
		background: url(../img/common/headd_texture_bg.jpg) 50% 50% no-repeat;
		font-size: 28px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		line-height: 50px;
	}


	/* 動画選択 */
	div.movie-select {}
	.movie-select p {
		font-size: 22px;
		text-align: center;
		margin: 15px 0 5px;
		font-weight: bold;
	}
	.movie-select li {
		width: 29.3%;
		float: left;
		padding: 2% 2% 0% 2%;
	}
	.movie-select li a {
		padding: 70px 15px;
		text-align: center;
		font-size: 23px;
		/*		font-weight: bold;*/
		color: #fff;
		display: block;
		background: #5d0001;
		border-radius: 5px;
		letter-spacing: 1px;
	}
	.movie-select li a:hover {
		opacity: .7;
	}



}







/**==============================================**/
/**==============================================**/
/*
/*
/*			SP
/*
/*
/**==============================================**/
/**==============================================**/
@media screen and (max-width:480px){

	html {
		font-size: 62.5%;
	}
	body {
		width: 100%;
		font-size: 1.0rem;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	.inner-wrap {
		width: 94%;
		margin: auto;
	}



	/* header */
	div.header {
		width: 100%;
		background: url(../img/common/header-bg.jpg) 0 0 repeat-x;
	}
	.header div.inner {}

	div.header-border {
		position: relative;
		width: 100%;
		height: 3px;
		background: url(../img/common/header-border.jpg) 34% 0 repeat-x;
	}
	.header-border img {
		position: absolute;
		top: -6px;
		left: 50%;
		z-index: 9;
		margin-left: -20%;
		height: 16px;
	}

	.header h1.logo {
		display: block;
		float: left;
		margin: 1% 0;
		width: 80%;
	}
	.header h1.logo a {
		display: block;
		width: inherit;
		height: 100%;
		background: url(../img/common/header-logo-en.png) 50% 50% no-repeat;
		padding: 6% 0;
		background-size: 100% auto;
	}
	.header h1.logo a:hover {
		opacity: .7;
	}
	ul.header-nav {
		width: 20%;
		float: right;
		margin-top: 8px;
	}
	.header-nav li a {
		display: block;
		color: rgb(255, 255, 255);
		font-size: 1.4rem;
		text-align: center;
		background: #590C10;
		border-radius: 7px;
	}


	div.btn-wrap {
		font-size: 1.4rem;
		font-weight: bold;
		color: rgb(255, 255, 255);
		float: right;
		cursor: pointer;
		text-align: center;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		transition: transform 200ms ease-in-out 0ms;
	}
	.btn-wrap span {
		display: block;
		position: relative;
		background: #590C10;
		float: right;
		box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	}
	div.btn-wrap.open {
		transform: translate3d(-240px, 0px, 0px);
		transition: transform 200ms ease-in-out 0ms;
	}
	div.btn-wrap.open span:after {
		content: "×";
		position: absolute;
		top: 0;
		left: 0;
		color: #231815;
		font-weight: bold;
		width: 100%;
		font-size: 4rem;
		line-height: 1;
		background: #fff;
		height: 100%;
	}
	div.btn-wrap a {
		background: #590C10;
		color: #fff;
		padding: 7% 5%;
		margin-top: 7%;
		text-align: center;
		display: block;
		float: right;
		position: relative;
		border-radius: 3px;
		box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	}
	div.btn-wrap.open a {
		display: none;
	}
	div.btn-wrap.top {
		top: 0!important;
	}

	#main {
		width: 100%;
		height: auto;
		background: #fff;
		box-shadow: 5px 0px 2px 0px rgba(0, 0, 0, 0.5);
		z-index: 99;
		position: relative;
		overflow-x: hidden;
	}

	/*slidemenu*/
	.slidemenu {
		background-color: #22284F;
		position: relative;
	}
	.slidemenu li {
		list-style: none;
		font-size:14px;
		line-height: 1.8;
		z-index: 1
	}
	.slidemenu li a {
		display: block;
		padding: 14px 15px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #FFF;
		text-shadow: -1px -1px 0px #000;
		border-bottom: 1px solid #000;
		box-shadow: 0px 1px 0px #555;
	}
	.slidemenu li.child a {
		padding-left: 15%;
	}

	/*plugin*/
	.slidemenu {
		top: 0;
		width: 240px;
		position: fixed;
		visibility: hidden;
		z-index: -1;
	}
	.slidemenu .slidemenu-body {
		height: 100%;
		background: #222;
		overflow: hidden;
		position: relative;
	}
	.slidemenu .slidemenu-body .slidemenu-content {
		position: relative;
	}
	.slidemenu-right {
		right: 0;
	}

	.nav li {
		background: none repeat scroll 0% 0% #333;
	}
	.nav li.active {
		background: #5D0001;
	}


	/* contents-wrap */
	div.contents-wrap {
		margin: auto;
		max-width: 100%;
	}


	/* footer */
	div.footer {
		padding-top: 8%;
		border-bottom: 8px solid #5D0001;
		background: #F2F2F2;
	}
	.footer div.inner {
		margin: auto;
		max-width: 96%;
	}
	.inner div.inner-left {
		width: 100%;
	}
	.inner-left p.logo {
		margin-bottom: 0%;
		width: 80%;
		height: auto;
		background: url(../img/common/footer-logo-en.png) 0 0 no-repeat;
		padding: 10% 0;
		background-size: 100% auto;
	}
	.inner-left p.add {
		margin-bottom: 3%;
		line-height: 21px;
		float: left;
		width: 72%;
	}
	.inner-left img {
		margin-bottom: 3%;
		width: 28%;
		float: right;
	}
	.inner div.inner-right {
		display: none;
		/*
		float: right;
		margin-top: 12px;
		width: 510px;
		*/
	}
	/*
	.inner-right ul {
	float: left;
}
	.inner-right ul:first-child {
	width: 209px;
}
	.inner-right ul:nth-child(2) {
	width: 130px;
}
	.inner-right ul:last-child {
	width: 171px;
}
	.inner-right ul li a {
	position: relative;
	color: #231815;
}
	.inner-right ul li a:hover {
	text-decoration: underline;
}
	.inner-right > ul > li {
	margin-bottom: 25px;
}
	.inner-right > ul > li > a {
	display: inline-block;
	padding-left: 25px;
	height: 18px;
	line-height: 18px;
}
	.inner-right  > ul > li > a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 4px 0;
	width: 18px;
	height: 10px;
	border-radius: 2px;
	background: #5D0001;
	content: url("../img/common/arrow_white.png");
	text-align: center;
}
	.inner-right ul ul.sub {
	margin: 12px 0 0 26px;;
}
	.sub li {
	margin-bottom: 15px;
}
	.sub li a {
	position: relative;
	padding-left: 14px;
	font-size: 12px;
}
	.sub li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 12px;
	background: url(../img/common/arrow_wine.png) 0 50% no-repeat;
	content: "";
}
	*/
	.footer div.copy {
		margin: 3% auto;
		width: 100%;
	}
	.copy p {
		text-align: right;
		font-size: 1.2rem;
	}

	.page-top {
		position: fixed;
		right: 2%;
		z-index: 9999;
		overflow: hidden;
		border: 1px solid #DCDDDD;
		border-radius: 2px;
		border-radius: 50%;
	}
	.page-top a {
		display: block;
		width: 57px;
		height: 57px;
		background: #fff;
		color: #DCDDDD;
		text-align: center;
		font-size: 21px;
		line-height: 50px;
		line-height: 56px;
		opacity: .7;
	}
	.page-top a:hover {
		opacity: 1;
	}


	/* サブページ共通 */
	/*　技術・製品・設備　*/
	div.sub-img-wrap {
		max-width: 100%;
		position: relative;
		background-size: 100% auto !important;
	}
	.sub-img-wrap div.sub-headd {
		color: #fff;
		width: 380px;
		height: 155px;
		display: table-cell;
		vertical-align: middle;
	}
	.sub-img-wrap .sub-headd h2 {
		background: rgba(255,255,255,.8);
		border-top: 5px solid #5A0C10;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .3rem;
		display: block;
		padding: 5% 0;
		text-align: center;
		width: 90%;
		margin: auto;
		line-height: 2.5rem !important;
		color: #5A0C10;
	}
	div.sub-desc {
		color: #fff;
		width: 96%;
		padding: 5% 2%;
		background: url(../img/common/texture_bg.jpg) 50% 0 no-repeat;
		background-size: auto 100%;
	}
	.sub-desc h3 {
		font-size: 1.8rem;
		line-height: 2.5rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5%;
	}
	.sub-desc p {
		font-size: 1.4rem;
		width: 96%;
		margin: auto;
		line-height: 2rem;
	}

	/*　情報・採用・問い合わせ　*/
	div.sub-box-wrap {
		max-width: 100%;
		position: relative;
	}
	.sub-box-wrap div.sub-headd {
		color: #fff;
		width: 380px;
		height: 188px;
		display: table-cell;
		vertical-align: middle;
	}
	.sub-box-wrap .sub-headd h2 {

		background: url(../img/common/headd_texture_bg.jpg) 50% 50% no-repeat;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .3rem;
		display: block;
		padding: 5% 0;
		text-align: center;
		width: 100%;
		margin: auto;
		line-height: 2.5rem !important;
	}


	/* 動画選択 */
	div.movie-select {}
	.movie-select p {
		font-size: 22px;
		text-align: center;
		margin: 15px 0 5px;
		font-weight: bold;
	}
	.movie-select li {
		width: 80%;
		margin: 5% auto;
		padding: 2%;
	}
	.movie-select li a {
		padding: 10% 0;
		text-align: center;
		font-size: 2.3rem;
		color: #fff;
		display: block;
		background: #5d0001;
		border-radius: 5px;
		letter-spacing: 1px;
	}
	.movie-select li a:hover {
		opacity: .7;
	}


























}






