@charset "utf-8";

/* ===================== common ===================== */
section {
	margin: -200px 0 90px 0;
	padding-top: 200px;
}

section > .inner {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}

h2 {
	margin-bottom: 30px;
}

.lead {
	line-height: 1.8;
	padding-bottom: 34px;
	background: url(/img/index/arw.png) no-repeat center bottom;
	letter-spacing: 0.2em;
}


/* ===================== mv ===================== */
#mv {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-top: 0;
}

#mv .mvSlider {
	width: 100%;
}

#mv .mvSlider li {
	position: absolute;
	top: 0;
	left: 0;
}

#mv .mvSlider li img {
	width: 100%;
}

#mv .bx-wrapper {
	margin: 0;
}

#mv .bx-viewport {
}

#mv .bx-controls {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

#mv .bx-wrapper .bx-pager {
	width: 7px;
	height: 100%;
	padding: 0;
	position: static;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding-right: 17px;
	box-sizing: border-box;
}

#mv .bx-wrapper .bx-pager .bx-pager-item {
	padding: 5px 0;
}

#mv .bx-wrapper .bx-pager.bx-default-pager a {
	background: #e6e6e6;
	width: 7px;
	height: 7px;
	margin: 0;
}

#mv .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mv .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666;
}


/* ===================== message ===================== */
#message .inner {
	padding-bottom: 74px;
}

#message .lead {
	margin-bottom: 66px;
}

#message .slideContents {
	transition: max-height .7s ease-in-out;
	-webkit-transition: max-height .7s ease-in-out;
	-moz-transition: max-height .7s ease-in-out;
	max-height: 100px;
	overflow: hidden;
	padding-bottom: 78px;
	box-sizing: border-box;
}

#message.open .slideContents {
	max-height: 1000px;
}

#message .catch {
	margin-bottom: 70px;
}

#message .messageBtn {
	background: url(/img/index/message/close_btn.png) no-repeat;
	cursor: pointer;
	display: inline-block;
}

#message.open .messageBtn img {
	opacity: 0;
}


/* ===================== division ===================== */
#division .inner {
	padding-bottom: 80px;
}

#division .lead {
	margin-bottom: 77px;
}

#division .divList {
	width: 100%;
	overflow: hidden;
	margin: -43px 0 0 0;
}

#division .divList li {
	width: 290px;
	float: left;
	margin: 43px 65px 0 0;
}

#division .divList li a {
	display: block;
}

#division .divList li:nth-child(3n) {
	margin-right: 0;
}

#division .divList li p {
	width: 210px;
	margin: -25px auto 0 auto;
	padding: 19px 0 0 0;
	background: #fff;
	position: relative;
}

#division .divList li:nth-child(5) p {
	padding-top: 11px;
}


/* ===================== news ===================== */
#news .inner {
	padding-bottom: 90px;
}

#news h2 {
	padding-bottom: 44px;
	background: url(/img/index/arw.png) no-repeat center bottom;
	margin-bottom: 60px;
}

#news .newsList {
	width: 800px;
	overflow: hidden;
	margin: 0 auto 90px auto;
	text-align: left;
}

#news .newsList li {
	margin-top: 22px;
}

#news .newsList li a {
	display: block;
}

#news .newsList li dl {
	width: 100%;
	overflow: hidden;
}

#news .newsList li dt {
	width: 120px;
	float: left;
}

#news .newsList li dd {
	margin-left: 120px;
}


/* ===================== brand ===================== */
#brand {
	margin-bottom: 0;
}

#brand .inner {
	margin-bottom: 0;
	border: none;
}

#brand .lead {
	margin-bottom: 75px;
}

#brand .brandList {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

#brand .brandList li {
	width: 280px;
	float: left;
	margin-right: 80px;
	font-size: 12px;
}

#brand .brandList li:last-child {
	margin: 0;
}

#brand .brandList li .logo {
	width: 280px;
	height: 150px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 17px;
}

#brand .brandList li .logo a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}