@charset "utf-8";

@media screen and (min-width: 751px), print {

h2 {
	margin-bottom: 50px;
	text-align: center;
}

/* -----------------------------------------------------------------------------

	mv slider
  
----------------------------------------------------------------------------- */
.mv li {
	margin: 0 5px;
	text-align: center;
}
.mv li.slick-slide:hover {
	opacity: 0.8;
}
.mv {
	height: 600px;
	overflow: hidden;
}
.mv .slick-prev,
.mv .slick-next {
	border: none;
	width: 50px;
	height: 70px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 240px;
	z-index: 1;
	padding: 0;
	background-color: rgba(255,255,255,0.9);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px auto;
	overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.mv .slick-prev {
	margin-left: -609px;
	border-radius: 5px 0 0 5px;
	background-image: url(../img/btn_prev.png);
}
.mv .slick-next {
	margin-left: 560px;
	border-radius: 0 5px 5px 0;
	background-image: url(../img/btn_next.png);
}
.mv .slick-prev:hover,
.mv .slick-next:hover {
	opacity: 0.7;
}
.mv .slick-dots {
	text-align: center;
	padding-top: 21px;
}
.mv .slick-dots li {
	display: inline-block;
	margin: 0 10px;
	line-height: 1;
}
.mv .slick-dots button {
	background: #ccc;
	padding: 0;
	border: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	cursor: pointer;
}
.mv .slick-dots .slick-active button {
	background: #ea551f;
}

/* -----------------------------------------------------------------------------

	bnr slider
  
----------------------------------------------------------------------------- */
.bnr {
	width: 1134px;
	margin: 0 auto;
	padding: 35px 0 70px;
	position: relative;
}
.bnr:after {
	content: "";
	width: 25px;
	height: 280px;
	position: absolute;
	top: 35px;
	left: -7px;
	background: #fff;
	z-index: 1;
}
.bnr:before {
	content: "";
	width: 25px;
	height: 280px;
	position: absolute;
	top: 35px;
	right: -5px;
	background: #fff;
	z-index: 1;
}
.bnr li {
	margin: 0 18px;
}
.bnr li img {
	display: block;
}
.bnr li a {
	display: block;
	position: relative;
}
.bnr li a div {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 204px;
	background-color: rgba(186,162,114,0.9);
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	display: none;
}
.bnr li a div span {
	margin-top: 84px;
	display: inline-block;
	color: #fff;
	background: url(../img/icon_arw01.png) right center no-repeat;
	padding-right: 16px;
}
.bnr li a div p {
	width: 324px;
	height: 188px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.bnr li img {
	margin-bottom: 15px;
}
.bnr li a {
	display: block;
}
.bnr .slick-prev,
.bnr .slick-next {
	border: none;
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 80px;
	z-index: 1;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px;
	background-color: rgba(255,255,255,0);
	overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.bnr .slick-prev {
	margin-left: -619px;
	background-image: url(../img/btn_prev02.png);
}
.bnr .slick-next {
	margin-left: 572px;
	background-image: url(../img/btn_next02.png);
}
.bnr .slick-prev:hover,
.bnr .slick-next:hover {
	opacity: 0.7;
}

/* -----------------------------------------------------------------------------

	info
  
----------------------------------------------------------------------------- */
.info {
	background: #f8f7f1;
	padding: 80px 0;
	text-align: center;
}
.info ul {
	margin-left: -38px;
	text-align: left;
}
.info li {
	width: 340px;
	float: left;
	/*margin-bottom: 40px;*/
	min-height: 340px;
	vertical-align: top;
	margin-left: 39px;
}
.info li a {
	display: block;
}
.info li a:hover {
	opacity: 0.8;
}
.info li a:hover p {
	text-decoration: underline;
}
.info li p {
	font-weight: normal;
	line-height: 1.6;
	font-size: 1.4rem;
}
.info li .time {
	margin: 20px 0 8px;
	display: inline-block;
	color: #888;
	
}
.info li .time:before {
	content: "";
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	height: 21px;
}
.info li .time:after {
	content: "";
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	height: 21px;
}
.info li.news .time:before {
	content: url(../img/icon_news.png);
}
.info li.blog .time:before {
	content: url(../img/icon_blog.png);
}
.info li.press .time:before {
	content: url(../img/icon_press.png);
}
.info li.new .time:after {
	content: url(../img/icon_new.png);
}
.info li.media .time:after {
	content: url(../img/icon_media.png);
}
.info .btn01 {
	margin-top: 20px;
}

/* -----------------------------------------------------------------------------

	about
  
----------------------------------------------------------------------------- */
.about {
	padding: 80px 0;
}
.about .inner {
    width: 720px;
    margin: 0 auto;
}
.about ul.aboutSlider	{
	padding-left: 40px;
}
.about li {
	width: 340px;
	float: left;
	margin-left: 40px;
}
.about li a {
	display: block;
}
.about li a:hover {
	opacity: 0.8;
}
.about li a:hover p {
	text-decoration: underline;
}
.about li:first-child {
	margin-left: 0;
}
.about li img {
	width: 100%;
	height: auto;
}
.about li h3 {
	text-align: center;
	margin: 13px 0 15px;
}
.about li h3 img {
	width: auto;
	display: inline;
}
.about .slick-prev,
.about .slick-next {
	border: none;
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 80px;
	z-index: 1;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px;
	background-color: rgba(255,255,255,0);
	overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.about .slick-prev {
	margin-left: -619px;
	background-image: url(../img/btn_prev02.png);
}
.about .slick-next {
	margin-left: 572px;
	background-image: url(../img/btn_next02.png);
}
.about .slick-prev:hover,
.about .slick-next:hover {
	opacity: 0.7;
}

/* -----------------------------------------------------------------------------

	line up
  
----------------------------------------------------------------------------- */
main .lineup {
	background: #f8f7f1;
	padding: 80px 0;
	text-align: center;
}
main .lineup ul {
	margin-bottom: 40px;
}
main .lineup li {
	width: 245px;
	/*display: inline-block;*/
	text-align: center;
	margin: 0 34px 40px 0;
	position: relative;
	vertical-align: top;
	float: left;
}
main .lineup li:nth-child(4n) {
	margin-right: 0;
}
main .lineup li figure {
	width: 250px;
	height: 250px;
	display: table-cell;
	vertical-align: middle;
}
main .lineup li img {
	width: 90%;
	height: auto;
}
main .lineup li p {
    margin-top: 22px;
    font-size: 1.7rem;
    color: #ea551f;
}
main .lineup li p span {
	display: block;
	color: #ea551f;
	font-size: 1.4rem;
}
main .lineup li div {
	width: 250px;
	height: 250px;
	background-color: rgba(186,162,114,0.9);
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px;
	box-sizing: border-box;
	display: none;
}
main .lineup li div dl {
	border: 1px solid #fff;
	width: 234px;
	height: 234px;
	color: #fff;
	padding: 20px 25px 0;
	box-sizing: border-box;
	position: relative;
}
main .lineup li div dl dt {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
}
main .lineup li div dl dt + dd {
	margin-top: 16px;
	text-align: left;
}
main .lineup li div dl dd:last-child {
	position: absolute;
	bottom: 15px;
	left: 74px;
	background: url(../img/icon_arw01.png) right center no-repeat;
	padding-right: 16px;
}
main .lineup .productList.column3 {
	margin: auto;
	padding-left: 34px;
	/* width: 837px; */
	width: 565px;
}

}