﻿/****************************
  visual_top
*****************************/

#visual_top, 
#visual_top div {
	/*width: 100vw;*/
	height: 500px;
	margin:  0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}



/* vt contents */
#visual_top div {
	position: relative;
}
#visual_top div > span {
	position: absolute;
	top: 45%;
	left: 0%;
	width: 100%;
	text-align: center;
}

#visual_top div > span > b, 
#visual_top div > span > i {
	display: block;
	margin:  0 0 10px;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	text-shadow: 1px 1px 0px #000;
}

/* slick */
.slick-prev, 
.slick-next {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin: -30px 0 0;
	padding: 10px 15px;
	border: none;
	background-color: transparent;
	text-align: center;
	color: #fff;
	font-size: 60px;
	cursor: pointer;
	opacity: 1;
	-webkit-appearance: button;
	-webkit-user-select: none;
	        user-select: none;
	outline: none;
}
.slick-prev {
	left: 30px;
}
.slick-next {
	right: 30px;
}
.slick-prev:hover, 
.slick-next:hover {
	opacity: 0.85;
}
.slick-prev.slick-disabled {
	visibility: hidden;
}

.slick-dots {
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 30px;
	width: 100%;
	margin:  0;
	padding: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin:  0;
	padding: 0;
}
.slick-dots li button {
	outline: none;
	display: block;
	width:  12px;
	height: 12px;
	margin:  0 5px;
	padding: 0;
	border: 3px solid #fff;
	border-radius: 10px;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover, 
.slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 500px) {
	.slick-prev, 
	.slick-next {
		display: none;
	}
}

/****************************
  visual_top effect
*****************************/

.effect_vt .effect_vt_each1 {
	opacity: 0;
	transition: all 1.2s ease-out 0.7s;
}
.effect_vt .effect_vt_each2 {
	opacity: 0;
	transition: all 1.2s ease-out 1.2s;
}
.effect_vt .effect_vt_each3 {
	opacity: 0;
	transition: all 1.2s ease-out 1.7s;
}

/****************************
  ele
*****************************/

article#home {
	padding: 40px 0;
}

h2.h2_home {
	margin:  0;
	padding: 0 0 1em;
	text-align: left;
	font-size: 20px;
	line-height: 1;
}

h2.h2_home.home_news {
	font-size: 22px;
}

/****************************
  products_index
*****************************/

h2.h2_home.products_index {
	margin-left: -11px;
}

ul.ul_products_index {
	display: flex;
	flex-wrap: wrap;
	margin:  0 -13px;
	padding: 0;
}
ul.ul_products_index > li {
	width: 50%;
	margin:  0;
	padding: 0 2px 4px;
}

@media (min-width: 400px) {
	h2.h2_home.products_index {
		margin-left: 0;
	}
	ul.ul_products_index {
		margin: 0 -6px;
	}
	ul.ul_products_index > li {
		padding: 0 6px 12px;
	}
}
@media (min-width: 600px) {
	ul.ul_products_index > li {
		width: 25%;
	}
}
@media (min-width: 846px) {
	#products_index .container {
		width: 816px;
		padding-right: 0;
		padding-left:  0;
	}
}

ul.ul_products_index > li a {
	display: block;
	width:  100%;
	height: 100%;
	padding: 0 0 15px;
	background-color: #538dd5;
	transition: all 0.2s ease-in-out;
}
ul.ul_products_index > li a:hover {
	background-color: #538dd5;
}
ul.ul_products_index > li a:link, 
ul.ul_products_index > li a:visited, 
ul.ul_products_index > li a:hover, 
ul.ul_products_index > li a:active {
	color: #fff;
	text-decoration: none;
}

ul.ul_products_index > li figcaption {
	display: inline-block;
	margin:  0;
	padding: 10px 0 7px 7px;
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
}

ul.ul_products_index > li img {
	display: block;
	width: 80%;
	height: initial;
	margin:  0 auto;
	padding: 0;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

ul.ul_products_index > li a:hover img {
	transform: scale(1.1, 1.1);
}

/****************************
  home_news
*****************************/

#home_news {
	padding-top: 30px;
}

@media (min-width: 846px) {
	#home_news .container {
		width: 816px;
		padding-right: 0;
		padding-left:  0;
	}
}

#home_news ul {
	width: 100%;
	margin:  0;
	padding: 0px 0;
}
#home_news ul > li {
	margin:  0;
	padding: 12px 0;
	border-top: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2;
}
#home_news ul > li:first-child {
	border-top: none;
}
#home_news ul > li > span {
	display: inline-block;
	width: 9em;
	margin:  0;
	padding: 0 2em 0 0;
	text-align: left;
	font-size: 1em;
	line-height: 1.2;
	white-space: nowrap;
}
#home_news ul > li > span > b {
	display: inline-block;
	margin:  0 0 0 4px;
	padding: 0px 2px 2px;
	border: none;
	background-color: #f00;
	vertical-align: 2px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.1;
}
#home_news ul > li .fa {
	padding-left: 8px;
	font-size: 110%;
}

@media (max-width: 500px) {
	#home_news ul > li {
		padding: 20px 0;
	}
	#home_news ul > li > span {
		display: block;
		width: initial;
		padding-bottom: 1em;
	}
}
