/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
} /* end 600-959 */

@media (min-width: 960px) {
} /* 960- */


/* ---------------------------------------- pickup */

#pickup { 
	background: #f5f5f5;
}
#pickup .inner { padding: 5em 0 8em;  }
#carousel li > div a { 
	display: block;
	margin: 0 auto;
	position: relative;
}
#carousel li > div .icon { 
	color: #fff;
	background: #e5bd54;
	line-height: 1;
	padding: .5em .75em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#carousel li > div a figure {
	background: #e5e7e7;
	overflow: hidden;
}
#carousel li > div a figure img {
	display: block;
	transition: 0.5s;
}
#carousel li > div a:hover figure img {
	transform: scale(1.2, 1.2);
}
#carousel li > div a h3 { 
	text-align: center;
	margin: .5em 0 0;
}

@media (max-width: 599px) {
	#carousel li > div .icon { font-size: 1.4rem; }
	#carousel li > div a > div { font-size: 1.3rem; }
	#carousel li > div a > div h3 { font-size: 1.5rem; }
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
	#carousel li > div .icon { font-size: 1.5rem; }
	#carousel li > div a > div { font-size: 1.4rem; }
	#carousel li > div a > div h3 { font-size: 1.6rem; }
} /* end 600-959 */

@media (min-width: 960px) {
	#carousel li > div .icon { font-size: 1.6rem; }
	#carousel li > div a > div { font-size: 1.5rem; }
	#carousel li > div a > div h3 { font-size: 1.8rem; }
} /* 960- */


@media (max-width:768px) {
	#carousel li > div a { 
		width: 90%;
		max-width: 300px;
	}
} /* end 600-959 */

@media (min-width: 769px) and (max-width:1039px) {
	#carousel { margin: 0 -2%; }
	#carousel li > div a { max-width: 90%; }
}

@media (min-width: 1040px) {
	#carousel { margin: 0 -3.5%; }
	#carousel li > div a { max-width: 300px; }
}

/* ---------------------------------------- products */

#products .inside + .inside { margin: 3em 0 0; }

#products .inside {
	border: 1px #000 solid;
}
#products .inside ul {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#products .inside li a {
	display:block;
	border-left: 5px #424f57 solid;
	background: #f2f2f2;
	padding: .75em .5em;
}
#products .inside li a:hover {
	color: #ba9423;
	border-left: 5px #ddaf3c solid;
}
#products .inside li table { width: 100%; }
#products .inside li table th,
#products .inside li table td { vertical-align: middle; }
#products .inside li table td { width: 120px; }
#products .inside li table th { 
	line-height: 1.5;
	padding: 0 0 0 .5em; 
}
#products .inside li table small { display: block; }

@media (max-width: 599px) {
	#products .inside { padding: 1.5em 2em 1em; }
	#products .inside li { 
		width: 100%;
		margin: 0 0 1.5em;
	}
	#products .inside li table th { font-size: 1.6rem; }
	#products .inside li table small { font-size: 1.3rem; }
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
	#products .inside { padding: 1.5em 2em 1em; }
	#products .inside li { 
		width: 48%;
		margin: 0 4% 1.5em 0;
	}
	#products .inside li:nth-child(2n+2) { margin: 0 0 1.5em; }
	#products .inside li table th { font-size: 1.7rem; }
	#products .inside li table small { font-size: 1.3rem; }
} /* end 600-959 */

@media (min-width: 960px) {
	#products .inside { padding: 1.5em 2em 1em; }
	#products .inside li { 
		width: 31%;
		margin: 0 3.5% 1.5em 0;
	}
	#products .inside li:nth-child(3n+3) { margin: 0 0 1.5em; }
	#products .inside li table th { font-size: 1.8rem; }
	#products .inside li table small { font-size: 1.4rem; }
} /* 960- */

/* ---------------------------------------- case */

#case { color: #fff; }
#case ul {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#case li {
	overflow: hidden;
	position: relative;
}
#case li h2 {
	text-align: center;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
#case li h2 small { display: block; }
#case li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
#case li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
	will-change: transform;
}
#case li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 6px #ba9423 solid;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#case li a h3 {
	width: 100%;
	line-height: 1.4;
	padding: 0 .5em;
	margin: 0;
	position: absolute;
	bottom: 16px;
	left: 0;
	z-index: 10;
}
#case li a .pagelink {	
	width: 35px;
	height: 9px;
	background: url( ../images/products/arrow-off.png ) no-repeat center center; 
	padding: 0 .5em;
	margin: 0;
	position: absolute;
	bottom: 20px;
	right: 8px;
	z-index: 12;
}
#case li a:hover::before {
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.9
	);
	filter: brightness(60%);
}
#case li a:hover {
	color: #ddaf3c;
	border-bottom: 6px #ddaf3c solid;
}
#case li a:hover .pagelink { background: url( ../images/products/arrow-on.png ) no-repeat center center; }

#casett { 
	background: #424f57;
}
#passive a::before { 
	background: url( ../images/products/case01.jpg ) no-repeat center center;
	background-size: cover;
}
#mobile a::before { 
	background: url( ../images/products/case02.jpg ) no-repeat center center;
	background-size: cover;
}
#social a::before { 
	background: url( ../images/products/case03.jpg ) no-repeat center center;
	background-size: cover;
}
#space a::before { 
	background: url( ../images/products/case04.jpg ) no-repeat center center;
	background-size: cover;
}
#other a::before { 
	background: url( ../images/products/case05.jpg ) no-repeat center center;
	background-size: cover;
}


@media (max-width: 599px) {
	#case li { width: 50%; }
	#case li h2 { font-size: 2.4rem; }
	#case li h2 small { font-size: 1.6rem; }
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
	#case li { width: 33.333%; }
	#case li h2 { font-size: 2.8rem; }
	#case li h2 small { font-size: 1.6rem; }
} /* end 600-959 */

@media (min-width: 960px) {
	#case li { width: 33.333%; }
	#case li h2 { font-size: 3.8rem; }
	#case li h2 small { font-size: 2.0rem; }
} /* 960- */