@charset "UTF-8";
/* CSS Document */

@import url(../js/slider/css/common.css);


/*grobal*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul, li{
	list-style:none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

footer {
	position: relative;
	clear: both;
	width: 100%;

}

::selection{
	background: #e7141a;
}

#floatingGoTop {
	position: fixed;
	display: none;
	z-index: 15000;
}
#floatingGoTop a {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
}
#floatingGoTop a img {
	display: block;
	margin: 0px auto;
}
#floatingGoTop.fFix {
	position: absolute;
}

.boldc{
	font-weight:bolder;
}

.red{
	color:red;
}

span.anchorlink{
position:relative;
	top:-120px;
	display: block;
}

/*smart phone*/
@media only screen and (max-width: 768px) {
	
	#floatingGoTop {
		bottom: 20px;
		right: 20px;
	}
	#floatingGoTop a {
		width: 40px;
		height: 40px;
		padding-top: 16px;
	}
	#floatingGoTop a img {
		width: 14px;
		height: 8px;
	}
	#floatingGoTop.fFix {
		position: absolute;
		top: -40px;
	}
	
	
	div#wrapper {
		padding-top: 50px;
	}

	header {
		position: fixed;
		z-index: 20000;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 50px;
		background-color: rgba(0, 0,0,1);
	}
	
	header.active{
		background-color: rgba(0,0,0,0.9);		
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		
	}
	header #headerContents {
		margin: 0px auto;
		padding: 0px 10px;
	}
	
	header #headerContents #mainLogo{

		display: table-cell;
		vertical-align: middle;		
		z-index: 2;
		display: block;
		width: 40%;
		padding-top: 10px;
		padding-left: 5px;
	
	}
	header #headerContents #mainLogo img {
		display: block;
		width: 100%;
		height: auto;
		max-width: 130px;
	}
	#gNavi{
		display:none;
	}

		#gMenuBtnBase {
		position: fixed;
		z-index: 20000;
		right: 0px;
		top: 0px;
		width: 50px;
	}
	#gMenuBtnBase #menuBtn {
		position: absolute;
		z-index: 1;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		padding-top: 17px;
		padding-left: 9px;
		cursor: pointer;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#menuBtn {
		position: absolute;
		display: block;
		width: 50px;
		height: 24px;
		top: 0px;
		left: 0px;
		cursor: pointer;
	}
	#menuBtn .menuTrigger,
	#menuBtn .menuTrigger span {
		display: block;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menuBtn .menuTrigger {
		position: relative;
		width: 21px;
		height: 15px;
	}
	#menuBtn .menuTrigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #e7141a;
	}
	#menuBtn .menuTrigger span:nth-of-type(1) {
		top: 0;
	}
	#menuBtn .menuTrigger span:nth-of-type(2) {
		top: 6px;
		-moz-transition: all 0.2s 0.2s;
		-o-transition: all 0.2s 0.2s;
		-webkit-transition: all 0.2s;
		-webkit-transition-delay: 0.2s;
		transition: all 0.2s 0.2s;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#menuBtn .menuTrigger span:nth-of-type(3) {
		bottom: 0;
		-moz-animation: menu-bar02 0.5s forwards;
		-webkit-animation: menu-bar02 0.5s forwards;
		animation: menu-bar02 0.5s forwards;
	}
	#menuBtn .menuTrigger span:nth-of-type(1) {
		-moz-animation: menu-bar01 0.5s forwards;
		-webkit-animation: menu-bar01 0.5s forwards;
		animation: menu-bar01 0.5s forwards;
	}
	#menuBtn .menuTrigger.active span:nth-of-type(1) {
		-moz-animation: active-menu-bar01 0.5s forwards;
		-webkit-animation: active-menu-bar01 0.5s forwards;
		animation: active-menu-bar01 0.5s forwards;
	}
	#menuBtn .menuTrigger.active span:nth-of-type(2) {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	#menuBtn .menuTrigger.active span:nth-of-type(3) {
		-moz-animation: active-menu-bar03 0.5s forwards;
		-webkit-animation: active-menu-bar03 0.5s forwards;
		animation: active-menu-bar03 0.5s forwards;
	}
	
	@-moz-keyframes menu-bar01 {
		0% {
			-moz-transform: translateY(6px) rotate(45deg);
			transform: translateY(6px) rotate(45deg);
		}
		50% {
			-moz-transform: translateY(6px) rotate(0);
			transform: translateY(6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(6px) rotate(45deg);
			transform: translateY(6px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(6px) rotate(0);
			transform: translateY(6px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar01 {
		0% {
			-moz-transform: translateY(6px) rotate(45deg);
			-ms-transform: translateY(6px) rotate(45deg);
			-webkit-transform: translateY(6px) rotate(45deg);
			transform: translateY(6px) rotate(45deg);
		}
		50% {
			-moz-transform: translateY(6px) rotate(0);
			-ms-transform: translateY(6px) rotate(0);
			-webkit-transform: translateY(6px) rotate(0);
			transform: translateY(6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(0) rotate(0);
			-ms-transform: translateY(0) rotate(0);
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-moz-keyframes menu-bar02 {
		0% {
			-moz-transform: translateY(-6px) rotate(-45deg);
			transform: translateY(-6px) rotate(-45deg);
		}
		50% {
			-moz-transform: translateY(-6px) rotate(0);
			transform: translateY(-6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-6px) rotate(-45deg);
			transform: translateY(-6px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-6px) rotate(0);
			transform: translateY(-6px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			-moz-transform: translateY(-6px) rotate(-45deg);
			-ms-transform: translateY(-6px) rotate(-45deg);
			-webkit-transform: translateY(-6px) rotate(-45deg);
			transform: translateY(-6px) rotate(-45deg);
		}
		50% {
			-moz-transform: translateY(-6px) rotate(0);
			-ms-transform: translateY(-6px) rotate(0);
			-webkit-transform: translateY(-6px) rotate(0);
			transform: translateY(-6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(0) rotate(0);
			-ms-transform: translateY(0) rotate(0);
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-moz-keyframes active-menu-bar01 {
		0% {
			-moz-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-moz-transform: translateY(6px) rotate(0);
			transform: translateY(6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(6px) rotate(45deg);
			transform: translateY(6px) rotate(45deg);
		}
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(6px) rotate(0);
			transform: translateY(6px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(6px) rotate(45deg);
			transform: translateY(6px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			-moz-transform: translateY(0) rotate(0);
			-ms-transform: translateY(0) rotate(0);
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-moz-transform: translateY(6px) rotate(0);
			-ms-transform: translateY(6px) rotate(0);
			-webkit-transform: translateY(6px) rotate(0);
			transform: translateY(6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(6px) rotate(45deg);
			-ms-transform: translateY(6px) rotate(45deg);
			-webkit-transform: translateY(6px) rotate(45deg);
			transform: translateY(6px) rotate(45deg);
		}
	}
	@-moz-keyframes active-menu-bar03 {
		0% {
			-moz-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-moz-transform: translateY(-6px) rotate(0);
			transform: translateY(-6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(-6px) rotate(-45deg);
			transform: translateY(-6px) rotate(-45deg);
		}
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-6px) rotate(0);
			transform: translateY(-6px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-6px) rotate(-45deg);
			transform: translateY(-6px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			-moz-transform: translateY(0) rotate(0);
			-ms-transform: translateY(0) rotate(0);
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-moz-transform: translateY(-6px) rotate(0);
			-ms-transform: translateY(-6px) rotate(0);
			-webkit-transform: translateY(-6px) rotate(0);
			transform: translateY(-6px) rotate(0);
		}
		100% {
			-moz-transform: translateY(-6px) rotate(-45deg);
			-ms-transform: translateY(-6px) rotate(-45deg);
			-webkit-transform: translateY(-6px) rotate(-45deg);
			transform: translateY(-6px) rotate(-45deg);
		}
	}

	.spNaviSec {
		position: fixed;
		left: 100%;
		top: 0px;
		z-index: 5000;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.spNaviSec .spNaviInner {
		width: 100%;
		max-height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.spNaviSec .spNaviInner ul {
		display: block;
		width: 100%;
	}
	.spNaviSec .spNaviInner ul li {
		display: block;
		width: 100%;
	}
	.spNaviSec .spNaviInner ul li a {
		font-size: 1em;
		line-height: 1;
		display: block;
		width: 100%;
		padding: 10px 14px;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.spNaviSec .spNaviInner ul li a:visited {
		color: #fff;
	}
	.spNaviSec .spNaviInner ul li a:focus {
		color: #fff;
	}
	.spNaviSec .spNaviInner ul li a:hover {
		color: #fff;
	}
	.spNaviSec .spNaviInner ul li a:active {
		color: #fff;
	}
	
	.wideslider {
		margin-bottom: 10px;
	}
	.wideslider span{
		position: absolute;
		z-index: 2;
		left: 50%;
		bottom:5%;
	}
	.wideslider span img{
		max-width: 60px;
		width:80%;
		height:auto;
		position:relative;
		left:-50%;
	}




	.wideslider .pagination a {
		width: 6px;
		height: 6px;
	}
	
	
	.main_copy{
		margin:auto;
		width:90%;
		font-family : YuMincho, '游明朝', serif;
		font-size:0.9em;
		line-height:1.8em;
		color:#000;
		text-align:left;
		padding:10px 0;
	}
	
 	.catch_copy{
		margin:auto;
		width:92%;
		font-family : YuMincho, '游明朝', serif;
		font-size:7.4vw;
		line-height:1.5em;
		color:#000;
		text-align:center;
		padding:10px 0 0 0;
	}
	

	#contents {
		margin: 0px auto;
		padding-bottom: 30px;
	}
	
	#top_gallery{
		margin:20px 0;
		height: auto;
		width:100%;
		background-color: #e7141a;
		text-align: center;
	}
	
	#top_gallery img{
	  vertical-align:bottom;

		width:90%;
		height: auto;
	}
	
	#wp_article{
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	#wp_article .inner{
		margin: 0 auto;
		width: 90%;
	}
	
	
	
	#wp_article ul{
			
		display:table;

		width:100%;
		
	}
	
	#wp_article ul li{
		vertical-align: top;
		padding:10px 0;
		display:block;
		text-align: left;		
		width:100%;
	}
	
	#wp_article ul li img{

		float:left;
		width: 100px;
		height: auto;
		padding-right: 12px;
		padding-top:6px;
	}
	
	#wp_article inner .ntitle{
		text-align: center;
		width: 100%;
		height: 100%;
		max-width: 400px;
		padding-bottom:32px;
	}
	

	
	#wp_article .wpsmall{
		color: #6e6e6e;
		font-size:0.7em;
		line-height: 1.4em;
	}
	#wp_article .wptitle{
		color: #000000;
		font-size:0.9em;
		line-height: 1.1em;
	}
	
	#ok_story{
		margin:20px 0;
		width:100%;
		background-color: #f2f2f2;

	}
	#ok_story .inner{
		width:90%;
		margin: 0 auto;
		color: #6e6e6e;
		font-size:0.9em;
		line-height: 1.8em;
		overflow: hidden;
	}
	
	#ok_story .inner .ok_left{
		margin-top: 20px;
		position: relative;
		width:100%;
		height: 200px;
		overflow: hidden;
	}
	
	#ok_story .inner .ok_left img{
		position: absolute;
		top:-30%;
		width:100%;
	}
	
	#ok_story .inner .ok_right{
		width:auto;
		text-align: center;

	}
	
	#ok_story .inner .ok_right img{
		width:auto;
		padding:20px 0 5px 0;
	}
	
	#ok_story .inner .ok_right p{
			padding-bottom: 20px;
			text-align: left;
	}
	
	#members{
		text-align: center;
		color: #fff;
		margin:40px 0;
		width:100%;
	}
	
	
	#members .inner{
		margin:0 auto;
		width:90%;
		text-align: left;
		font-size:0.8em;
		line-height: 1.8em;
		font-weight: bolder;
		min-height: 100%;
   		overflow: hidden;
	}
	
	#members .inner  p{
		padding: 20px 30px;
	}
	
	#members .inner .mem_name{
		display: block;
		font-size:1.5em;
		margin-bottom: -5px;
	}

	
	#members .tt img{
		margin-top: -20px;
		padding-bottom:15px;
		width: auto;
	}
	
	#members .inner img{
		padding-top:30px;
		width:100%;
		height: auto;
	}
	
	#members .inner .box_left{
		background: #000;
		width:100%;
		margin-bottom: 20px;
	}
	
	#members .inner .box_right{
		background: #e7141a;
		width:100%;
		margin-bottom: 60px;
	}
	
	#members .inner .mem_det{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#members .inner .box_left .cap{
		border:1px solid #fff;
		padding:0.5em 1em ;
		margin:5px 0 -15px 0;
	
	}
	
		footer #footerBottom {

		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: auto;
		background: #999;
	}
	footer #footerBottom #footerBottomInner {
		color:#fff;
		font-size: 0.8em;
		width:1600px;
		height: 60px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		margin: 0px auto;
		padding: 0px 10px;
	}
	
		/**company**/
	#comp_img{
		width:90%;
		margin: 0 auto;
	}
	
	#comp_img img{
		padding-top: 30px;
		width:100%;
	}
	
	#comp_img p{
		margin:auto;
		width:100%;
		font-family : YuMincho, '游明朝', serif;
		font-size:0.9em;
		line-height:1.8em;
		color:#000;
		text-align:left;
		padding:25px 0;
	}
	#gmap{
		width:100%;

	}
	#gmap .inner {
		padding-top: 30px;
		padding-bottom:100px;
		width:90%;
		height: 250px;
		margin: 0 auto;

	}
	#gmap .inner iframe {
    width: 100% !important;
    height: 100% !important;
	}
	
	#comp_table{
		padding-top: 20px;
		font-size:0.9em;
		line-height:1.8em;
		width:90%;
		margin: 0 auto;
	}
	
	#comp_table table{
		width:100%;

		border:none;
	}


	#comp_table table td{
		padding:5px;
		text-align: left;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color:#CCC;
		border-right:none;
		border-top:none;
	}

	#comp_table table th{
		width:30%;
		padding:5px;
		vertical-align: middle;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color:#CCC;
		border-left:none;
		border-right:none;
		border-top:none;

	}
	#comp_table table .bbl{
		border-left-width:6px ;
		border-left-style:solid ;
		border-left-color:#000 ;
	}
	#comp_table table .brd{
		border-left-width:6px;
		border-left-style:solid;
		border-left-color:#e7141a;
	}
	
/**works**/
	#clmWrap{
		width:90%;
		margin: 0 auto;
		padding-top: 20px;
	}
	#workClm {
		width: 100%;
	}
	
	#sideClm {
		line-height: 1.6em;
		width: 100%;
		padding-bottom: 60px;
	}
	#workClm .wo_ttl{
		padding-left: 5px;
		font-size: 1.5em;
		line-height: 1.5em;
		font-weight: bolder;
		padding-bottom:10px;
		border-bottom:1px solid #000;
	}
	
	#workClm .wdetail ul{
		padding-top: 10px;
		padding-bottom:12px;
		padding-left: 5px;
		font-size: 0.8em;
		color: #6e6e6e;
		
	}
	
	#workClm ul li{
		display: inline-block;
	}
	#workClm .wdetail ul li::after{
	content:"";
	}
	
	#workClm .thumb-item img,#workClm .thumb-item2 img,#workClm .thumb-item3 img,#workClm .thumb-item4 img,#workClm .thumb-item5 img,#workClm .thumb-item6 img,#workClm .thumb-item7 img{
		width:100%;
		height: auto;
	}
	#workClm .thumb-item-nav,#workClm .thumb-item-nav2,#workClm .thumb-item-nav3,#workClm .thumb-item-nav4 ,#workClm .thumb-item-nav5 ,#workClm .thumb-item-nav6#workClm .thumb-item-nav7{
		width:100%;
		padding-top:6px;
	}

	#workClm .thumb-item-nav img,#workClm .thumb-item-nav2 img,#workClm .thumb-item-nav3 img,#workClm .thumb-item-nav4 img ,#workClm .thumb-item-nav5 img ,#workClm .thumb-item-nav6 img,#workClm .thumb-item-nav7 img{
		width:90%;
		height: auto;
		min-height: 36px;
	}
	#slider_wrap,#slider_wrap2,#slider_wrap3,#slider_wrap4,#slider_wrap5,#slider_wrap6,#slider_wrap7{
		margin-bottom:80px;
	}	
	
	
		.archiveList1 {
		background-color: #fff;
	}




	.archiveList1  li {
		display: none;
		font-size: 0.8em;
		line-height: 1.5;
		padding: 10px 0px;
		border-bottom: 1px solid #ccc;
				padding-left: 1em;
		color: #cb1117;
		font-weight: bolder;

	}
	.archiveList1  li a {
		display: block;
		color: #333;
		font-weight: normal;
	}
	.archiveList1 li a::before {
		float:left;
		content: "・";
	}
	
	.title {
		line-height: 0.8;
		width: 100%;
		position: relative;
		border: 1px solid #ccc;
		border-left: none;
		border-right: none;
		padding: 5px 0px;
	}
	 .title::after {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -4px;
		content: "";
		display: block;
		width: 10px;
		height: 8px;
		background-image: url("../images/works/ico_arrow_1.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	 .title.active::after {

		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);

	}
	
	
	.br-pc { display:none; }
	.works_cap{font-size:0.8em; display:inline;}
	
		/** contact **/
	


	#contactClm{
		margin:0 auto;
		width:90%;
	}	
	
	
	
	#contactClm ul li{
		padding-bottom:15px;
		width:100%;
	}
	
	#contactClm ul li .dan1{
		line-height: 55px;
		float:left;
		color:#333;
		font-size:3.6vw;
		font-weight:bold;
	}
	#contactClm ul li .dan2{
		display:block;
		float:right;
		width:70%;
	}
	
	#contactClm ul li .w600x300{
		width:100%;
		height:200px;
	}
	#contactClm ul li .w600x70{
		width:100%;
		height:50px;
	}
	#contactClm textarea{
		border-color: #ebebeb;
		background-color: #fde7e8;
		outline:0;
		border:none;
	}
	


	#contactClm input {
		border-color: #ebebeb;
		background-color: #fde7e8;
		outline:0;
		border:none;
	}

	#contactClm #cont_text{
		width:100%;
		text-align:right;
		font-size:0.9em;
		color:#333;
	}
	
	#contactClm form{
		padding-top:60px;
	}
	
	.thanktxt{
		text-align: center;
		display:block;
		padding:40px 0;
		color: #666666;
		font-size: 0.9em;
		line-height: 1.8em;
	}
	
	.policytable{
		font-size: 0.8em;
		line-height: 1.6em;
	height: 100px;
	width: 100%;
	overflow-y: scroll;
	border: 1px solid #ccc;
	margin-top: 25px;
}

	.agree {
		font-size:0.8em;
	}
	
	.btn1 {
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	min-width: 300px;
	padding: 18px 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7) !important;
	border: none;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-image: url(../images/contact/ico_arrow_3.png);
	background-repeat: no-repeat;
		background-position:90%;
}
.btn1:visited {
	color: #fff;
}
.btn1:focus {
	color: #fff;
}
.btn1:hover {
	color: #fff;
	text-decoration: none;
}
.btn1:active {
	color: #fff;
}
.btn1:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5) !important;
	border: none;
	text-decoration: none;
}
	#cont_btn{
		padding-top:30px;
		padding-bottom:80px;
		text-align:center;
	}	
	
/**concept**/
	#con_idea{
		margin: 0 auto;
		text-align: center;
		padding-top:40px;
		width: 90%;
	}
	
	.concept_ttl img{
		padding-top: 20px;
		padding-bottom:20px;
		max-width: 956px;
		width:100%;
		height: auto;
	}
	#con_idea ul{
		width:100%;
		
	}
	
	#con_idea ul li{
		vertical-align: top;
		margin-bottom: 10px;
		padding:15px;
		display:block;
		text-align: left;
		border:1px solid #f24738;
		font-size: 0.8em;
		line-height: 1.8em;
		width:90%;
	}
	
		#con_idea ul li img{
			width:100%;
			max-width: 340px;
	}	
		.con_foot{
		margin: 0 auto;
		text-align: left;
		width:96%;
		color: #666666;
		font-size: 1.0em;
		line-height: 1.8em;
		padding-bottom: 40px;
	}
	
	.fl_img img{
		margin: 0 auto;
		max-width: 95%;
		width:100%;
		height: auto;
		padding-bottom: 20px;
	}
	.coce_img01{
		margin:0 auto;
		display: block;
		width:100%;
	}
	.coce_img01 img{
		max-height:24px;
		width:auto;
	}
	#sub_header {
		display: none;
	}
	.wcap{
		color: #999;
		font-size: 0.8em;
		line-height: 1.8em;	
		display: block;
		text-align: left;
		padding-top:10px;	
	}	
	
}


/*PC*/
@media only screen and (min-width: 769px) {
	
	a{
		color:#000;
		text-decoration:none;
	}
	a:visited{
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	#floatingGoTop {
		bottom: 40px;
		right: 40px;
	}
	#floatingGoTop a {
		width: 50px;
		height: 50px;
		padding-top: 19px;
	}
	#floatingGoTop a img {
		width: 17px;
		height: 10px;
	}
	#floatingGoTop.fFix {
		position: absolute;
		top: -50px;
	}
	
	div#wrapper {
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0px auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: -445px;
	}
	
	.spNaviSec {
		display: none;
	}
	
	#gNavi {
		position: fixed;
		top: 27px;
		right: -13%;
		z-index: 4999;
		width: 100%;
		height: 60px;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	#gNavi.active{
		
	}
	
	#gNavi ul {
		width: 100%;
		display: block;
		text-align: center;
		
		font-size: 0px;
	}
	#gNavi ul li {
		height: 60px;
		padding: 0px 1.5%;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
	}
	

	#gNavi ul li a:after{
		content: "";
 		display: inline-block;
		padding-bottom: 7px;
		border-bottom: 1px solid #e7141a;
		width:0%;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	#gNavi ul li a:hover:after{
		-webkit-filter: brightness(0.6);
    	 -moz-filter: brightness(0.6);
    	 -o-filter: brightness(0.6);
    	 -ms-filter: brightness(0.6);
     	filter: brightness(0.6);
		width:90%;	
	}
	

	header {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 5000;
		width: 100%;
		height: 72px;
		margin-bottom: 15px;
		background-color: rgba(0, 0,0,1);
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	header.active{
		background-color: rgba(0,0,0,0.9);		
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		
	}
	
	
	header #headerContents {
	
		/*width: 1200px;*/
		margin: 0px auto;
		padding: 0px 0px;
		width:81%;

	}

	
	header #headerContents #mainLogo {
		height: 72px;
		vertical-align: middle;
position:fixed;
		top:20px;
		z-index: 10000;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	

	
	header #headerContents #mainLogo img {

		width:100%;
		max-width: 150px;
		min-width: 75px;
		height: auto;

	}

	header #headerContents #mainLogo img:hover {
     -webkit-filter: brightness(1.2);
     -moz-filter: brightness(1.2);
     -o-filter: brightness(1.2);
     -ms-filter: brightness(1.2);
     filter: brightness(1.2);	}
	
	
	header::after {
		content: "";
		display: block;
		clear: both;
	}
	
	
	

	
	.wideslider {
		margin:0px auto;
	}

	
	
	footer #footerBottom {

		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: auto;
		background: #999;
	}
	footer #footerBottom #footerBottomInner {
		color:#fff;
		font-size: 0.8em;
		width:1600px;
		height: 40px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		margin: 0px auto;
		padding: 0px 10px;
	}
	
	 .main_copy{
		margin:auto;
		width:81%;
		font-family : YuMincho, '游明朝', serif;
		font-size:0.9em;
		line-height:1.8em;
		color:#000;
		text-align:left;
		padding:10px 0;
	}
	
 .catch_copy{
		margin:auto;
		width:85%;
		font-family : YuMincho, '游明朝', serif;
		font-size:3.4vw;
		line-height:1em;
		color:#000;
		text-align:center;
		padding:10px 0;
	}
	
	 .br-sp { display:none; }
	
	#contents {
		/*min-width: 1200px;*/
		margin: 0px auto;
		padding-bottom: 120px;
		padding-top: 72px;
	}
	
	#top_gallery{
		margin:40px 0;
		height: auto;
		width:100%;
		background-color: #e7141a;
		text-align: center;
	}
	
	#top_gallery img{
	  vertical-align:bottom;
		width:81%;
		height: auto;
	}
	#wp_article{
		margin:40px 0;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		text-align: center;
		
		

	}
	
	#wp_article .inner{
		margin: 0 auto;
		width: 87%;


	}
	
	#wp_article ul{
			
		display:table;
		border-collapse:separate;
		border-spacing: 40px 0;
		width:100%;
		padding-bottom: 5px;
		
	}
	
	#wp_article ul li{
		vertical-align: top;
		padding:0px;
		display:table-cell;
		text-align: left;		
		width:45%;
	}
	#wp_article ul li .imgbox{
		float:left;
		width:200px;
		height:150px;
		border: solid 1px #ccc;
		 margin-right: 12px;
		margin-top:5px;
		position: relative;
	} 

	#wp_article ul li img{
		position:absolute;
		width:100%;
		max-width: 200px;
		height: auto;		
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);

	}
	
	
	#wp_article .ntitle{
		
		padding-bottom:32px;
	}
	

	
	#wp_article .wpsmall{
		color: #6e6e6e;
		font-size:0.85em;
		line-height: 1.6em;
	}
	#wp_article .wptitle{
		color: #000000;
		font-size:1.1em;
		line-height: 1.4em;
	}

	
	#ok_story{
		margin:40px 0;
		width:100%;
		min-height: 600px;
		background-color: #f2f2f2;

	}
	#ok_story .inner{
		width:81%;
		margin: 0 auto;
		color: #6e6e6e;
		font-size:0.9em;
		line-height: 1.8em;
		overflow: hidden;
		
	}
	
	#ok_story .inner .ok_left{
		float: left;
		width:48%;
				background: #000;

		padding-bottom: 32767px;
  		margin-bottom: -32767px;
	}
	
	#ok_story .inner .ok_left img{
		width:100%;
		height: auto;
	  vertical-align:bottom;
	}
	
	#ok_story .inner .ok_right{
		float: right;
		width:48%;
  		padding-bottom: 32767px;
   		margin-bottom: -32767px;
	}
	
	#ok_story .inner .ok_right img{
		width:auto;
		padding:25px 0 5px 0;
		
	}
	
		#ok_story .inner .ok_right p{
			padding-bottom: 20px;
	}
	
	#members{
		text-align: center;
		color: #fff;
		margin:40px 0;
		width:100%;
		min-height: 600px;
	}
	
	
	#members .inner{
		margin:0 auto;
		width:81%;
		text-align: left;
		font-size:0.8em;
		line-height: 1.8em;
		font-weight: bolder;
		   min-height: 100%;
   overflow: hidden;
	}
	
	#members .inner  p{
		padding: 20px 30px;
	}
	
	#members .inner .mem_name{
		display: block;
		font-size:1.5em;
		margin-bottom: -5px;
	}

	
	#members .tt img{
		width: auto;
		padding-bottom:35px;
	}
	
	#members .inner img{
		padding-top:30px;
		width:100%;
		height: auto;
	}
	
	#members .inner .box_left{
		float: left;
		background: #000;
		width:48%;
		padding-bottom: 32767px;
  		margin-bottom: -32767px;
	}
	
	#members .inner .box_right{
		float: right;
		background: #e7141a;
		width:48%;
  		padding-bottom: 32767px;
   		margin-bottom: -32767px;	
	}
	
	#members .inner .mem_det{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#members .inner .box_left .cap{
		border:1px solid #fff;
		padding:0.5em 1em ;
		margin:5px 0 -15px 0;
	
	}
	
	/**company**/
	#comp_img{
		width:81%;
		margin: 0 auto;
	}
	
	#comp_img img{
		padding-top: 50px;
		width:100%;
	}
	
	#comp_img p{
		margin:auto;
		width:100%;
		font-family : YuMincho, '游明朝', serif;
		font-size:0.9em;
		line-height:1.8em;
		color:#000;
		text-align:left;
		padding:25px 0;
	}
	
	#comp_table{
		padding-top: 40px;
		font-size:0.9em;
		line-height:2.4em;
		width:81%;
		margin: 0 auto;
	}
	
	#comp_table table{
		width:100%;

		border:none;
	}


	#comp_table table td{
		padding:5px;
		text-align: left;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color:#CCC;
		border-right:none;
		border-top:none;
	}

	#comp_table table th{
		width:15%;
		padding:5px;
		vertical-align: middle;
		letter-spacing:0.2em;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color:#CCC;
		border-left:none;
		border-right:none;
		border-top:none;

	}
	#comp_table table .bbl{
		border-left-width:6px ;
		border-left-style:solid ;
		border-left-color:#000 ;
	}
	#comp_table table .brd{
		border-left-width:6px;
		border-left-style:solid;
		border-left-color:#e7141a;
	}
	
	#gmap{
		width:100%;

	}
	#gmap .inner {
		padding-top: 60px;
		width:81%;
		height: 300px;
		margin: 0 auto;

	}
	#gmap .inner iframe {
    width: 100% !important;
    height: 100% !important;
	}
	/** works **/
	
	#clmWrap{
		width:81%;
		margin: 0 auto;
		padding-top: 60px;
	}
	#workClm {
		width: 70%;
		float: right;
		margin-top:-0.8em;
	}
	
	#sideClm {
		line-height: 1.6em;
		width: 28%;
		float: left;
	}
	
	#sideClm ul{
		padding-top:24px;
		padding-left: 2px;
		font-size: 0.9em;
		color: #cb1117;
	}
	
	#sideClm ul li{
		padding-left: 0.9em;
		text-indent:-0.9em;
	}
	
	#sideClm ul li a{
		font-size: 0.9em;
	}
	
	#sideClm ul li a::before{
		content:"・";
	}
	#workClm .wo_ttl{
		padding-left: 5px;
		font-size: 1.5em;
		line-height: 2.4em;
		font-weight: bolder;
		border-bottom:1px solid #000;
	}
	
	#workClm .wdetail ul{
		padding-top: 14px;
		padding-bottom:12px;
		padding-left: 5px;
		font-size: 0.8em;
		color: #6e6e6e;
		
	}
	
	#workClm ul li{
		display: inline-block;
	}
	#workClm .wdetail ul li::after{
	content:"　";
	}
	
	#workClm .thumb-item img,#workClm .thumb-item2 img,#workClm .thumb-item3 img,#workClm .thumb-item4 img,#workClm .thumb-item5 img ,#workClm .thumb-item6 img,#workClm .thumb-item7 img{
		width:100%;
		height: auto;
	}
	#workClm .thumb-item-nav,#workClm .thumb-item-nav2,#workClm .thumb-item-nav3,#workClm .thumb-item-nav4,#workClm .thumb-item-nav5,#workClm .thumb-item-nav6,#workClm .thumb-item-nav7{
		width:100%;
		padding-top:12px;
	}

	#workClm .thumb-item-nav img,#workClm .thumb-item-nav2 img,#workClm .thumb-item-nav3 img,#workClm .thumb-item-nav4 img,#workClm .thumb-item-nav5 img,#workClm .thumb-item-nav6 img,#workClm .thumb-item-nav7 img{
		width:90%;
		height: auto;
		min-height: 70px;
	}
	#slider_wrap,#slider_wrap2,#slider_wrap3,#slider_wrap4,#slider_wrap5,#slider_wrap6,#slider_wrap7{
		margin-left:4px;
		margin-bottom:120px;
	}

	.works_cap{font-size:0.8em; display:none;}
	
	
	/** contact **/
	


	#contactClm{
		margin:0 auto;
		width:60%;
	}	
	
	
	
	#contactClm ul li{
		padding-bottom:20px;
		width:100%;
	}
	
	#contactClm ul li .dan1{
		line-height: 70px;
		float:left;
		color:#333;
		font-size:2vw;
		font-weight:bold;
	}
	#contactClm ul li .dan2{
		display:block;
		float:right;
		width:70%;
	}
	
	#contactClm ul li .w600x300{
		width:100%;
		height:300px;
	}
	#contactClm ul li .w600x70{
		width:100%;
		height:65px;
	}
	#contactClm textarea{
		border-color: #ebebeb;
		background-color: #fde7e8;
		outline:0;
		border:none;
	}
	


	#contactClm input {
		border-color: #ebebeb;
		background-color: #fde7e8;
		outline:0;
		border:none;
	}

	#contactClm #cont_text{
		width:100%;
		text-align:right;
		font-size:0.9em;
		color:#333;
	}
	
	#contactClm form{
		padding-top:60px;
	}
	
	.policytable{
		font-size: 0.8em;
		line-height: 1.6em;
	height: 100px;
	width: 100%;
	overflow-y: scroll;
	border: 1px solid #ccc;
	margin-top: 50px;
}

	
	.thanktxt{
		width:100%;
		text-align: center;
		display:block;
		padding:80px 0;
		color: #666666;
		font-size: 0.9em;
		line-height: 1.8em;
	}
	
	.agree {
		font-size:0.8em;
	}
	
	.btn1 {
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	min-width: 300px;
	padding: 18px 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7) !important;
	border: none;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-image: url(../images/contact/ico_arrow_3.png);
	background-repeat: no-repeat;
		background-position:90%;
}
.btn1:visited {
	color: #fff;
}
.btn1:focus {
	color: #fff;
}
.btn1:hover {
	color: #fff;
	text-decoration: none;
}
.btn1:active {
	color: #fff;
}
.btn1:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5) !important;
	border: none;
	text-decoration: none;
}
	#cont_btn{
		padding-top:60px;
		text-align:center;
	}
	
	/** concept **/
	


	
	
	#sub_header {
		background: #f2f2f2;
		position: fixed;
		top: 72px;
		z-index: 2999;
		width: 100%;
		height: 40px;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	#sub_header.active{
	}
	
	#sub_header ul {
		margin:0 auto;
		width: 90%;
		display: block;
		text-align: center;
		font-size: 0px;
		vertical-align: top;
	}
	
	
	#sub_header ul li {
		padding:10px 1.5% 0 1.5%;
		display: inline-block;
		vertical-align: top;
		*zoom: 1;
		*display: inline;
	}
	
	
	#sub_header ul li a:after{
		content: "";
 		display: inline-block;
		padding-bottom: 4px;
		border-bottom: 6px solid #e7141a;
			-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
			width:0%;
	}
	
	#sub_header ul li a:hover:after{
		width:100%;	
	-webkit-filter: brightness(1.0);
    	 -moz-filter: brightness(1.0);
    	 -o-filter: brightness(1.0);
    	 -ms-filter: brightness(1.0);
     	filter: brightness(1.0);
	}

	
	#con_idea{
		margin: 0 auto;
		text-align: center;
		padding-top:100px;
		width: 81%;
	}
	
	.concept_ttl img{
		padding-top: 40px;
		padding-bottom:40px;
		max-width: 956px;
		width:100%;
		height: auto;
	}
	
	#con_idea ul{
		display:table;
		border-collapse:separate;
		border-spacing: 20px 0;
		width:100%;
		padding-bottom: 20px;
		
	}
	
	#con_idea ul li{
		vertical-align: top;
		padding:20px;
		display:table-cell;
		text-align: left;
		border:1px solid #f24738;
		font-size: 0.8em;
		line-height: 1.8em;
		width:45%;
	}
	
		#con_idea ul li img{
			width:100%;
			max-width: 340px;
	}
	
	
	
	
	.con_foot{
		margin: 0 auto;
		text-align: left;
		width:96%;
		color: #666666;
		font-size: 1.0em;
		line-height: 1.8em;
		
	}
	
	.fl_img img{
		margin: 0 auto;
		max-width: 95%;
		width:100%;
		height: auto;
		padding-bottom: 20px;
	}
	
	.flow_tb ul{
		
	}
	.flow_tb ul li{
		display:block !important;
		margin:30px auto !important;
		vertical-align: top;
		padding:20px;
		text-align: left;
		border:1px solid #f24738;
		font-size: 0.8em;
		line-height: 1.8em;
		width:95% !important;
	}

	.fee_tb{
		margin:0 auto;
		border:1px solid #f24738;
		width:95% !important;
margin-bottom: 24px;	}	
	
	.fee_tb ul{
	}
	.fee_tb ul li{
		border: 0px solid #fff !important;
		display:table-cell;
		padding:0px !important;
		width:40% !important;
	}
	
	.fee_tb img{
		padding:20px 0 12px 20px;
		display: block;
		text-align: left;
		
		
	}
	
	.wcap{
		color: #999;
		font-size: 0.8em;
		line-height: 1.8em;	
		display: block;
		text-align: left;
		padding-top:10px;	
	}
	
}
	
	
	