@charset "utf-8";
#contents {
	width: auto;
}
#contents .slider-pro {
	margin-top: -62px;
	margin-bottom: 100px;
}
.sp-buttons {
	margin-top: -60px;
}

.slides-banner-wrap .lrNav {
	height: 100px;
}
.slides-banner .sp-slide img {
	width: 320px;
	max-width: initial;
}


.sp-button {
	border-color: #fff !important;
	background-color: #fff !important;
	margin: 11px;
	width: 18px;
	height: 18px;
}
.sp-button.sp-selected-button {
	border-color: #eb5c01 !important;
	background-color: #eb5c01 !important;
}

.categories-box {
	margin: 80px auto 40px;
    min-width: 1220px;
	position: relative;
    display: flex;
    justify-content: center;
}

.categories-box li {
	text-align: center;
	line-height: 1;
	float: left;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 18px;
}
.categories-box li a {
	display: block;
	margin-bottom: 3px;
	color: #101010;
	font-size: 14px;
}
.lrNav {
	display: block;
	position: absolute;
	width: 45px;
	height: 200px;
	top: 0;
}
.lrNav:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #eb5c01;
	border-left: 1px solid #eb5c01;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
}
.lrNav.left:before {
	transform: rotate(-45deg);
}
.lrNav.right:before {
	transform: rotate(135deg);
	margin-left: -13px;
}
.lrNav.left {
	left: -50px;
}
.lrNav.right {
	right: -40px;
}
.news-list {
	margin-bottom: 150px;
}



.movie-box {
	background-color: #444;
	background-image: url(../img/common/logo.svg);
	background-repeat: no-repeat;
	background-position: 0px -8px;
	background-size: 840px auto;
	padding: 50px 0;
	position: relative;
	overflow:hidden;
}
.movie-box:before {
	content: "";
	display: block;
	width: 685px;
	height: 84px;
	position: absolute;
	right: 0;
	bottom: -13px;
	background-image: url(../img/top/productsmovie.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	
}
.movie-box .movie-inner {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.7);
	position: relative;
}
.movie-footer {
	margin-top: 5px;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
	overflow: hidden;
}

.movie-footer a {
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    width: 180px;
    height: 44px;
    line-height: 40px;
    padding: 0 0 0 10px;
    top: 2px;
    position: relative;
    border: 1px solid #fff;
}
.movie-footer a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 3px;
    margin-top: -5px;
}
.movie-footer a:hover {
	background-color: #fff;
	color: #f73e00;
	opacity: 1;
}
.movie-footer a:hover:after {
	border-color: transparent transparent transparent #f73e00;
}
.movie-footer:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #f73e00;
	left: calc(50% + 155px);
	transform: skewX(-18deg);
}
.menu-banner {
	margin-top: 80px;
	margin-bottom: 100px;
}


.menu-banner dl {
	width: 230px;
}
.menu-banner dt {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #7f8c97;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	position: relative;
	padding: 0 5px 0 10px;
}
.menu-banner dt:before {
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	position: absolute;
	left: 2px;
	top: 5px;
	background-color: #eb5c01;
}
.menu-banner dt a {
	float: right;
	font-size: 14px;
	color: #101010;
}
.menu-banner dd a {
	font-size: 12px;
	text-decoration: underline;
}
