/*
*******************************************************************************************************
# /ja/top/index.css
*******************************************************************************************************
*/

/*------------------------------------
	Module Override
------------------------------------*/
.mod-ttl-section {
	text-align: center;
}

.wrp-contents {
	margin-top: -127px;
}

.wrp-menu {
	border-bottom: none;
}

/*------------------------------------
	Contents
------------------------------------*/
.box-main {
	margin-bottom: 110px;
}

.box-main img {
	transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.box-main a {
	position: relative;
	display: block;
	color: #ffffff;
	overflow: hidden;
}

.box-main .category-bnr {
	display: table;
	width: 100%;
}

.box-main .category-bnr li {
	display: table-cell;
	width: 25%;
	vertical-align: top;
}

.box-main .category-bnr li:hover img {
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.box-main .category-bnr li .text-bnr {
	position: absolute;
	left: 18px;
	top: 10px;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
}

.box-main .category-bnr .youtube .text-bnr {
	display: block;
	width: 100%;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 76px;
	height: 32px;
	background-image: url("../img/logo_youtube.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
	.box-main .category-bnr li .text-bnr {
		font-size: 16px;
		top: 8px;
	}

	.box-main .category-bnr .youtube .text-bnr {
		width: 60.8px;
		height: 25.6px;
		top: 12px;
	}
}

.box-category-link {
	margin-bottom: 52px;
}

.box-category-link .category-link {
	display: table;
	width: 100%;
}

.box-category-link .category-link li {
	display: table-cell;
	width: 33.3333%;
	border-top: solid 4px #eff0f3;
	border-bottom: solid 4px #eff0f3;
}

.box-category-link .category-link li:first-child {
	border-left: solid 4px #eff0f3;
}

.box-category-link .category-link li:nth-child(2) a {
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
}

.box-category-link .category-link li:nth-child(3) {
	border-right: solid 4px #eff0f3;
}

.box-category-link .category-link li a {
	display: block;
	height: 92px;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	line-height: 92px;
	color: #111111;
}

.box-category-link .category-link li a:hover {
	color: #0090d7;
}

.box-category-link .category-link li a .btn-inner {
	position: relative;
	padding-left: 25px;
	padding-right: 8px;
}

.box-category-link .category-link li a .btn-inner::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -7px;
	border-radius: 40px;
	border: solid 4px #0090d7;
}

@media screen and (max-width: 1200px) {
	.box-category-link .category-link li a {
		height: 72px;
		font-size: 18px;
		line-height: 72px;
	}

	.box-category-link .category-link li a .btn-inner {
		padding-left: 20px;
	}
}

.box-products {
	margin-bottom: 83px;
}

.box-products .list-products {
	margin-bottom: 40px;
	*zoom: 1;
}

.box-products .list-products:before, .box-products .list-products:after {
	content: "";
	display: table;
}

.box-products .list-products:after {
	clear: both;
}

.box-products .list-products li {
	float: left;
	width: 20%;
}

.box-products .list-products li a {
	position: relative;
	display: block;
	height: 230px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.box-products .list-products li a:hover img {
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

.box-products .list-products li a img {
	width: 67%;
	margin-top: 5px;
	transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.box-products .list-products li a .text-products-name {
	position: absolute;
	left: 17px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.box-products .list-products li a .text-products-name span {
	display: block;
	font-size: 12px;
}

.box-products .list-products li:nth-child(1) a {
	margin-right: 5px;
	background: url(../../../common/img/bg_products_s01.jpg) no-repeat ;
	background-size: 180%;
}

.box-products .list-products li:nth-child(2) a {
	margin: 0 5px 0 5px;
	background: url(../../../common/img/bg_products_s02.jpg) no-repeat ;
	background-size: 180%;
}

.box-products .list-products li:nth-child(3) a {
	margin: 0 5px;
	background: url(../../../common/img/bg_products_s03.jpg) no-repeat ;
	background-size: 180%;
}

.box-products .list-products li:nth-child(4) a {
	margin: 0 5px 0 5px;
	background: url(../../../common/img/bg_products_s05.jpg) no-repeat ;
	background-size: 180%;
}

.box-products .list-products li:nth-child(5) a {
	margin-left: 5px;
	background: url(../../../common/img/bg_products_s06.jpg) no-repeat ;
	background-size: 180%;
}

.box-products .btn-products-search {
	margin: 0 auto;
	width: 392px;
}

@media screen and (max-width: 1200px) {
	.box-products .list-products li a img {
		margin-top: 20px;
	}

	.box-products .list-products li a .text-products-name {
		font-size: 12px;
	}

	.box-products .list-products li a .text-products-name span {
		font-size: 12px;
	}
}

.box-information {
	margin-bottom: 80px;
}

.box-information .mod-ttl-section {
	text-align: left;
}

.box-information .wrp-inner-half:nth-child(1) {
	padding: 0 38px 0 30px;
}

.box-information .wrp-inner-half:nth-child(2) {
	padding: 0 30px 0 38px;
}

.box-information .list-information li {
	padding: 20px 0;
	border-bottom: solid 1px #dddddd;
}

.box-information .list-information li a {
	display: block;
	min-height: 80px;
	color: #111111;
	text-decoration: none;
}

.box-information .list-information li a:hover {
	color: #0090d7;
}

.box-information .list-information li a:hover .pic {
	opacity: 0.8;
}

.box-information .list-information li .pic {
	position: relative;
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 16px;
}

.box-information .list-information li .detail {
	overflow: hidden;
}

.box-information .list-information li .detail .date {
	color: #7f8894;
}

@media screen and (max-width: 1200px) {
	.box-information .wrp-inner-half:nth-child(1) {
		padding-left: 0;
	}

	.box-information .wrp-inner-half:nth-child(2) {
		padding-right: 0;
	}
}

/*------------------------------------
	Popup
------------------------------------*/
.news-popup {
	width: 800px;
	margin: 0 auto;
}

/*------------------------------------
	Slideshow / lib Slick Override
------------------------------------*/
.wrp-slide:hover img {
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

/* prev, next */
.slick-prev, .slick-next {
	width: 50px;
	height: 50px;
	background: #000;
	margin-top: 25px;
	border-radius: 100%;
	opacity: 0;
}

.slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
	content: '';
	width: 22px;
	height: 2px;
	background-color: #fff;
	font-size: 0;
	position: absolute;
	opacity: 1;
}

.slick-prev:before, .slick-next:before {
	-ms-transform: rotate(28deg);
	transform: rotate(28deg);
}

.slick-prev:after, .slick-next:after {
	-ms-transform: rotate(-28deg);
	transform: rotate(-28deg);
}

.slick-prev {
	left: 20px;
}

.slick-prev:before, .slick-prev:after {
	left: 12px;
}

.slick-prev:before {
	top: 28px;
}

.slick-prev:after {
	top: 18px;
}

.slick-next {
	left: auto;
	right: 20px;
}

.slick-next:before, .slick-next:after {
	right: 12px;
}

.slick-next:before {
	top: 18px;
}

.slick-next:after {
	top: 28px;
}

/* prev, next : hover */
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
	opacity: 0.8;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #000;
}

/* dots */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: 25px;
	font-size: 0;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 7px;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 0;
}

.slick-dots li button:before {
	content: '';
	width: 15px;
	height: 15px;
	font-family: inherit;
	background-color: #eee;
	border-radius: 100%;
	opacity: 1;
	border: 4px solid #eee;
	box-sizing: border-box;
}

/* dots : active */
.slick-dots li.slick-active button:before {
	opacity: 1;
	border-color: #0090d7;
}

/* z-index */
.slick-slider, .slick-list {
	z-index: 0;
}

.slick-prev, .slick-next {
	z-index: 1;
}
