@charset "utf-8";
/**
 * top.css
 */

/* index
--------------------------------------------------*/
/* opening */
html.openingStart {
	overflow-y: scroll;
	height: 100%;
}
html.openingStart body {
	overflow: hidden;
	height: 100%;
}
html.openingEnd #wrapper {
	position: relative;
	z-index: 2;
}
html.openingStart #header {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}
html.openingStart #container {
	opacity: 0;
}
html.openingEnd #header,
html.openingEnd #container {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 1;
}

#opening {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #f9f9f9 url(../imgs/index/bg-copy.svg) no-repeat center center;
}
#opening #copy {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 10px 0 0 -400px;
}
#opening #copy {
	width: 800px;
	height: 30px;
}
#opening #copy .path {
	float: left;
	overflow: hidden;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(../imgs/index/copy.svg);
	text-indent: -5260px;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#opening.fadein #copy .path {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
#opening.fadeout #copy .path {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}
#opening #copy .path#path1 {
	width: 31px;
	background-position: -769px center;
}
#opening #copy .path#path2 {
	width: 63px;
	background-position: -706px center;
}
#opening #copy .path#path3 {
	width: 24px;
	background-position: -682px center;
}
#opening #copy .path#path4 {
	width: 134px;
	background-position: -548px center;
}
#opening #copy .path#path5 {
	width: 24px;
	background-position: -524px center;
}
#opening #copy .path#path6 {
	width: 62px;
	background-position: -462px center;
}
#opening #copy .path#path7 {
	width: 24px;
	background-position: -438px center;
}
#opening #copy .path#path8 {
	width: 123px;
	background-position: -310px center;
}
#opening #copy .path#path9 {
	width: 24px;
	background-position: -286px center;
}
#opening #copy .path#path10 {
	width: 117px;
	background-position: -169px center;
}
#opening #copy .path#path11 {
	width: 24px;
	background-position: -145px center;
}
#opening #copy .path#path12 {
	width: 145px;
	background-position: 0px center;
}
#opening.fadein #copy .path#path1 {
	-webkit-transition-delay: 0.96s;
	-moz-transition-delay: 0.96s;
	-ms-transition-delay: 0.96s;
	ransition-delay: 0.96s;
}
#opening.fadein #copy .path#path2 {
	-webkit-transition-delay: 0.88s;
	-moz-transition-delay: 0.88s;
	-ms-transition-delay: 0.88s;
	ransition-delay: 0.88s;
}
#opening.fadein #copy .path#path3 {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
	ransition-delay: 0.8s;
}
#opening.fadein #copy .path#path4 {
	-webkit-transition-delay: 0.72s;
	-moz-transition-delay: 0.72s;
	-ms-transition-delay: 0.72s;
	ransition-delay: 0.72s;
}
#opening.fadein #copy .path#path5 {
	-webkit-transition-delay: 0.64s;
	-moz-transition-delay: 0.64s;
	-ms-transition-delay: 0.64s;
	ransition-delay: 0.64s;
}
#opening.fadein #copy .path#path6 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-ms-transition-delay: 0.56s;
	ransition-delay: 0.56s;
}
#opening.fadein #copy .path#path7 {
	-webkit-transition-delay: 0.48s;
	-moz-transition-delay: 0.48s;
	-ms-transition-delay: 0.48s;
	ransition-delay: 0.48s;
}
#opening.fadein #copy .path#path8 {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	ransition-delay: 0.4s;
}
#opening.fadein #copy .path#path9 {
	-webkit-transition-delay: 0.32s;
	-moz-transition-delay: 0.32s;
	-ms-transition-delay: 0.32s;
	ransition-delay: 0.32s;
}
#opening.fadein #copy .path#path10 {
	-webkit-transition-delay: 0.24s;
	-moz-transition-delay: 0.24s;
	-ms-transition-delay: 0.24s;
	ransition-delay: 0.24s;
}
#opening.fadein #copy .path#path11 {
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-ms-transition-delay: 0.16s;
	ransition-delay: 0.16s;
}
#opening.fadein #copy .path#path12 {
	-webkit-transition-delay: 0.08s;
	-moz-transition-delay: 0.08s;
	-ms-transition-delay: 0.08s;
	ransition-delay: 0.08s;
}


/* mainVisual */
#mainVisual {
	overflow: hidden;
	width: 100%;
	margin-bottom: 80px;
}
#mainVisual #slider .item .image {
	height: 650px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#mainVisual #slider .item a {
	display: block;
	width: 100%;
	height: 100%;
}
#mainVisual #slider .item img {
	visibility: hidden;
	width: 100%;
	height: 100%;
}
#mainVisual #slider .slick-dots {
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#mainVisual #slider .slick-dots li {
	display: inline-block;
	margin-left: 20px;
}
#mainVisual #slider .slick-dots li:first-child {
	margin-left: 0;
}
#mainVisual #slider .slick-dots li button {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: #b5b5b5 solid 1px;
	border-radius: 5px;
	background: #ffffff;
	vertical-align: top;
	text-indent: -5260px;
	outline: none;
	cursor: pointer;
}
#mainVisual #slider .slick-dots li.slick-active button {
	background: #b5b5b5;
}
@media only screen and (min-width:1600px) {
	#mainVisual #slider .item {
		width: 1600px;
	}
}
/* TB */
@media only screen and (max-width:1039px) {
	#mainVisual #slider .item .image {
		height: 0;
		padding-bottom: 62.5%;
	}
	#mainVisual #slider .item .image a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/* SP */
@media only screen and (max-width:767px) {
	#mainVisual {
		margin-bottom: 30px;
	}
	#mainVisual #slider .slick-dots {
		margin-top: 15px;
	}
}

/* news */
#news {
	display: table;
	width: 100%;
}
#news .title {
	display: table-cell;
	width: 160px;
	border-right: #eaeaea solid 1px;
	font-size: 30px;
	line-height: 1;
	vertical-align: middle;
}
#news .list {
	display: table-cell;
	padding-left: 80px;
	line-height: 1.5;
	vertical-align: middle;
}
#news .list dt {
	float: left;
	width: 160px;
	padding: 10px 0 9px;
}
#news .list dt .category {
	display: block;
	float: right;
	width: 64px;
	margin-top: 2px;
	color: #ffffff;
	font-size: 85.8%;
	line-height: 17px;
	text-align: center;
}
#news .list dt .category.products { background:#8f68bb; }
#news .list dt .category.updates { background:#f8a519; }
#news .list dt .category.portfolio { background:#e25b99; }
#news .list dd {
	margin-left: 180px;
	padding: 10px 0 9px;
}
#news .list dd a {
	color: #000000;
}
/* SP */
@media only screen and (max-width:767px) {
	#news {
		display: block;
		width: auto;
		margin: 0 -10px;
	}
	#news .title {
		display: block;
		width: auto;
		margin-bottom: 30px;
		border-right: none;
		text-align: center;
	}
	#news .list {
		display: block;
		padding-left: 0;
		font-size: 12px;
		border-top: #eaeaea solid 1px;
	}
	#news .list dt {
		float: none;
		width: 140px;
		padding: 13px 10px 5px;
	}
	#news .list dt .category {
		display: block;
		float: right;
		width: 64px;
		margin-top: 2px;
		color: #ffffff;
		font-size: 85.8%;
		line-height: 17px;
		text-align: center;
	}
	#news .list dd {
		margin-left: 0;
		padding: 0 10px 13px;
		border-bottom: #eaeaea solid 1px;
	}
}

/* bnrArea */
#bnrArea {
	margin-top: 80px;
}
#bnrArea li {
	display: table;
	float: left;
	width: 50%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#bnrArea li.products { background-image:url(../imgs/index/bn-products.jpg); }
#bnrArea li.updates { background-image:url(../imgs/index/bn-updates.jpg); }
#bnrArea li.portfolio { background-image:url(../imgs/index/bn-portfolio.jpg); }
#bnrArea li.company { background-image:url(../imgs/index/bn-company.jpg); }
#bnrArea li a {
	display: table-cell;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#bnrArea li a:hover {
	background: rgba(248,165,25,0.5);
}
#bnrArea li a span {
	display: inline-block;
	padding: 0 39px;
	border: #ffffff solid 1px;
	color: #ffffff;
	font-size: 30px;
	line-height: 58px;
}
/* TB */
@media only screen and (max-width:1039px) {
	#bnrArea li {
		height: auto;
	}
	#bnrArea li a {
		padding: 15% 0;
	}
}
/* SP */
@media only screen and (max-width:767px) {
	#bnrArea {
		margin-top: 30px;
	}
	#bnrArea li {
		float: none;
		width: 100%;
	}
	#bnrArea li a:hover {
		background: rgba(248,165,25,0.5);
	}
	#bnrArea li a span {
		padding: 0 14px;
		font-size: 18px;
		line-height: 28px;
	}
}