@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*TOP Page -PC-
/*
/* +++++++++++++++++++++++++ */


/*#top-main{
	height:580px;
	margin-bottom:120px;
}
#top-main .slick-slide{
	height:580px;
	overflow:hidden;
} */
#top-main{
	margin-bottom:120px;
}
#top-main .slick-slide{
	text-align:center;
}
#top-main img{
	width: 100%;
	height: 580px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
#top-main .slick-dots {
    bottom: -50px;
	height:10px;
}
#top-main .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
#top-main .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
#top-main .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
	background-color:#000;
	border-radius:100px;
    opacity: .25;
}
#top-main .slick-dots li.slick-active button:before {
    opacity: .5;
}


#top-information{
	margin-bottom:35px;
	padding:20px;
	text-align:center;
    border: solid 1px #FF0000;
    width: 80%;
    color: #ff0000;
}
#top-information02{
	margin-bottom:30px;
	padding:20px;
	text-align:center;
	border: solid 1px #CACACA;
}
#top-information02 a {
    color: red;
    text-decoration:none;
    font-weight:bold;
}
#top-information02 a:hover {
        text-decoration:underline;
}

/*	2020/04/17 IKEDA */
/*	TOP画面画像上緊急情報用 */
#top-information_ex{
	margin-bottom:35px;
	padding:20px;
	text-align:center;
    width: 80%;
    color: #ff0000;
	font-size:1.3em;
	font-weight: bold; 
}
#top-information_ex a{
    color: #ff0000;
}
.triangle-right {
	margin-left:10px;
	display: inline-block;
	border-style: solid;
	border-width: 6px 0 6px 11px;
	border-color: transparent transparent transparent #ff0000;
}
/*	2020/04/17 IKEDA */

/* +++++++++++++++++++++++++ */

#support{
	padding-bottom:90px;
}
.support-tab {
	margin-bottom:100px;
}
.support-tab li {
	position:relative;
	width:50%;
	padding:20px 0;
	background-color: #ECEBEA;
	cursor: pointer;
	color:#646464;
	text-align:center;
}
.support-tab li.active {
	background-color: #A29D95;
	color:#fff;
}
.support-tab li.active:before {
	content:"";
	position:absolute;
	left:50%;
	bottom:-15px;
	margin-left:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #A29D95 transparent transparent transparent;
}

.support-tab li .en {
	font-size:34px;
	margin-right:20px;
	letter-spacing:0.1em;
	font-family: 'Century Gothic', serif;
}
.support-tab li .jp {
	font-size:18px;
	padding-bottom:5px;
	border-bottom: solid 1px #646464;
}
.support-tab li.active .jp {
	border-bottom: solid 1px #fff;
}

 
.support-list > div {
	display: none;
	margin-bottom:90px;
}
.support-list ul {
	margin-bottom:90px;
}
.support-list .show {
	display: block;
}
.support-list li {
	width:288px;
}
.support-list .photo {
	margin-bottom:25px;
}
.support-list .support-list-ttl {
	margin-bottom:20px;
	padding:5px;
	background-color:#ECEBEA;
	font-size:20px;
	font-weight:500;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	text-align:center;
}
.support-list .txt {
	min-height:120px;
	margin-bottom:40px;
}
.support-list .support-list-btn {
}
.support-list .support-list-btn a{
	position:relative;
	display:block;
	padding:0 15px 10px;
	background:#fff;
	border-bottom: solid 1px #C8C8C8;
	text-align:center;
	color: #282828;
	text-decoration:none;
	-webkit-transition: background .4s , color .4s;
	transition: background .4s , color .4s;
}
.support-list .support-list-btn a:before{
	position:absolute;
	right:10px;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-8px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #505050;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
}







/* +++++++++++++++++++++++++ */

#product{
	padding:90px 0;
	border-top: solid 5px #CFBBA0;
}

.product-list li{
	margin-bottom:5px;
}
#product .base-btn {
	align-self: center;
	vertical-align: middle;
}
#product .base-btn a {
	margin:0 10px;
	height: 90px;
}
#product .base-btn:first-of-type a {
	padding-top: 30px;
}
#product .base-btn a img {
	width: 40px;
	height: auto;
	padding-right: 5px;
}
#product .base-btn a .small {
	display: block;
	font-size: 14px;
}


/* +++++++++++++++++++++++++ */

#ranking{
	margin-bottom:190px;
	padding:90px 0;
	background-color:#ECEBEA;
	border-top: solid 5px #CFBBA0;
	text-align:center;
}
.ranking-list {
	overflow: hidden;
}
.ranking-list ul {
	width: 1040px;
	margin: 0 auto;
	text-align:center;
}
.ranking-list li{
	width:520px;
}
.ranking-list li .inner{
	width:495px;
	margin: 0 auto;
}
.ranking-list li .cat{
	background-color:#fff;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:24px;
	padding: 20px 0;
}
.ranking-list li .photo{
	width:100%;
}
.ranking-list li .product{
	position:relative;
	width:465px;
	margin: -50px auto 0;
	padding:60px 40px 50px;
	background: url(../img/top/ranking_list_name_bg.png) no-repeat center top;
}
.ranking-list li .name{
	display:inline-block;
	margin-bottom:20px;
	font-size:20px;
	padding-bottom:5px;
	border-bottom: solid 2px #ECDA5D;
}
.ranking-list li .summary{
}
.ranking-list li .btn{
	position:relative;
	margin: -30px auto 0;
}
.ranking-list li .btn a{
	position:relative;
	display:block;
	width:360px;
	margin: 0 auto;
	padding:10px;
	background:#ECEBEA;
	border: solid 1px #fff;
	text-align:center;
	font-size:18px;
	color: #282828;
	text-decoration:none;
	-webkit-transition: background .4s , color .4s;
	transition: background .4s , color .4s;
}
.ranking-list li .btn a:before{
	position:absolute;
	right:10px;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-4px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #505050;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
}
.ranking-list li .btn a:hover{
	background-color:#C8C8C8;
	color: #fff;
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1; 
}
.ranking-list li .btn a:hover:before{
	border-color: transparent transparent transparent #fff;
}
.ranking-list li .btn a small{
	font-size:12px;
}
/* ++++++++ */

.ranking-list .slick-list {
	overflow: visible !important;
}
.ranking-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.ranking-list .slick-now {
	opacity: 1;
}
.slick-slide img {
	display:inline;
}
.ranking-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.ranking-list .slick-active {
	opacity: 1;
}
.ranking-list .slick-prev,
.ranking-list .slick-next {
    width: 70px;
    height: 70px;
	z-index:2;
    background:#999397;
	border-radius:100px;
}
.ranking-list .slick-prev:hover,
.ranking-list .slick-next:hover{
    background:#999397;
	opacity: 0.5;
}
.ranking-list .slick-prev {
    left: -70px;
}
.ranking-list .slick-next {
    right: -70px;
}
.ranking-list .slick-prev:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 14px 7px 0;
	border-color: transparent #fff transparent transparent;
}
.ranking-list .slick-next:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #fff;
}


/* +++++++++++++++++++++++++ */

#showroom{
	padding: 70px 0;
	background: url(../img/top/showroom_bg.jpg) no-repeat center top fixed;
	background-size:cover;
	text-align:center;
}


/* +++++++++++++++++++++++++ */
.icon-rss .fa-rss-square{
	color: #aaaaaa;
	font-size: 20px;
	margin-left: 3px;
}

.news-list .cat-icon{
	display:block;
	color:#fff;
	font-size:11px;
	padding: 0px 4px;
	text-align:center;
}
@media all and (-ms-high-contrast:none) {
	.news-list .cat-icon{
		padding-top:5px;
		line-height:1;
	}
}
.news-list .cat-icon + .cat-icon{
	margin-top:5px;
}
.news-list .cat-icon.cat-icon-product{
	background-color:#BBA685;
}
.news-list .cat-icon.cat-icon-event{
	background-color:#E1CC84;
}
.news-list .cat-icon.cat-icon-showroom{
	background-color:#DDB3BB;
}
.news-list .cat-icon.cat-icon-gallery{
	background-color:#B3BDDD;
}
.news-list .cat-icon.cat-icon-notice{
	background-color:#A0CCC4;
}
 
#news{
	padding:90px 0;
}
#news .news-list{
	width:600px;
	margin: 0 auto;
}
#news .news-list li{
	margin-bottom:50px;
	line-height:1.5;
}
#news .news-list li:last-child{
	margin-bottom:0px;
}
#news .news-list .day{
	width:80px;
	margin-right:20px;
}
#news .news-list .cat{
	width:80px;
	margin-right:20px;
}
#news .news-list .txt{
	width:400px;
	font-weight:bold;
}

/* +++++++++++++++++++++++++ */

#brand{
	padding:120px 0 90px;
	background: url(../img/top/brand_bg01.jpg) no-repeat center top;
	background-size:cover;
}
#brand .ttl01{
	color:#fff;
}
#brand .ttl01 .en .underline{
	border-bottom: solid 1px #fff;
}
.brand-list {
	overflow: hidden;
}
.brand-list ul {
	width: 740px;
	margin: 0 auto;
	text-align:center;
}
.brand-list .slick-slider li{
	width:740px;
}


/* ++++++++ */

.brand-list .slick-list {
	overflow: visible !important;
}
.brand-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.brand-list .slick-now {
	opacity: 1;
}
.slick-slide img {
	display:inline;
}
.brand-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.brand-list .slick-active {
	opacity: 1;
}
.brand-list .slick-dots {
    bottom: -50px;
	height:10px;
}
.brand-list .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.brand-list .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
.brand-list .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
	background-color:#000;
	border-radius:100px;
    opacity: .25;
}
.brand-list .slick-dots li.slick-active button:before {
    opacity: .5;
}
.brand-list .slick-prev,
.brand-list .slick-next {
    width: 70px;
    height: 70px;
	z-index:2;
    background:#999397;
	border-radius:100px;
}
.brand-list .slick-prev:hover,
.brand-list .slick-next:hover
{
    background:#999397;
	opacity: 0.5;
}
.brand-list .slick-prev {
    left: -70px;
}
.brand-list .slick-next {
    right: -70px;
}
.brand-list .slick-prev:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 14px 7px 0;
	border-color: transparent #fff transparent transparent;
}
.brand-list .slick-next:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #fff;
}




/* +++++++++++++++++++++++++ */

#series{
	padding:65px 0 100px;
	background: url(../img/top/brand_bg02.jpg) no-repeat center top;
	background-size:cover;
}
#series .series-list li{
	width:375px;
	margin-bottom:50px;
}
#series .series-list .txt{
	width:210px;
	font-size:12px;
}
#series .series-list .series-ttl{
	margin-bottom:10px;
	color:#725941;
	font-size:18px;
	font-family: 'Century Gothic', serif;
}
#series .series-list .series-ttl span{
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
}
#series .series-list .series-ttl small{
	font-size:12px;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
}

/* +++++++++++++++++++++++++ */

#quality{
	padding:90px 0 120px;
	background: url(../img/top/quality_bg.jpg) no-repeat center top;
	background-size:cover;
}
#quality .ttl01{
	color:#557857;
}
#quality .ttl01 .en .underline{
	border-bottom: solid 1px #557857;
}
.quality-list {
	overflow: hidden;
	margin-bottom:120px;
}
.quality-list ul {
	width: 640px;
	margin: 0 auto;
	text-align:center;
}
.quality-list .slick-slider li{
	width:640px;
}


/* ++++++++ */

.quality-list .slick-list {
	overflow: visible !important;
}
.quality-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.quality-list .slick-now {
	opacity: 1;
}
.slick-slide img {
	display:inline;
}
.quality-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.quality-list .slick-active {
	opacity: 1;
}
.quality-list .slick-prev,
.quality-list .slick-next {
    width: 70px;
    height: 70px;
	z-index:2;
    background:#99B49B;
	border-radius:100px;
}
.quality-list .slick-prev:hover,
.quality-list .slick-next:hover
{
    background:#99B49B;
	opacity: 0.5;
}
.quality-list .slick-prev {
    left: -70px;
}
.quality-list .slick-next {
    right: -70px;
}
.quality-list .slick-prev:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 14px 7px 0;
	border-color: transparent #fff transparent transparent;
}
.quality-list .slick-next:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #fff;
}

.quality-list .slick-dots {
    bottom: -50px;
	height:10px;
}
.quality-list .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.quality-list .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
.quality-list .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
	background-color:#000;
	border-radius:100px;
    opacity: .25;
}
.quality-list .slick-dots li.slick-active button:before {
    opacity: .5;
}



/* +++++++++++++++++++++++++ */

#showroom-btn{
	padding:75px 0;
	
}
#showroom-btn .showroom-btn{
	position:relative;
	width:460px;
	margin: 0 auto;
}
#showroom-btn .showroom-btn:before{
	content:"";
	position:absolute;
	right:-6px;
	bottom:-6px;
	width:466px;
	height:73px;
	border-bottom: solid 1px #9F9B93;
	border-right: solid 1px #9F9B93;
}
#showroom-btn .showroom-btn a{
	position:relative;
	min-width:460px;
	display:inline-block;
	padding:20px 10px;
	text-align:center;
	font-size:18px;
	color: #fff;
	text-decoration:none;
	-webkit-transition: background .4s , color .4s;
	transition: background .4s , color .4s;
	background: url(../img/top/showroom_btn_icon.png) no-repeat left 15px center #9F9B93;
}
#showroom-btn .showroom-btn a:before{
	position:absolute;
	right:10px;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-4px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
}
#showroom-btn .showroom-btn span{
	text-decoration:underline;
}


/* +++++++++++++++++++++++++ */

#work-style{
	position:relative;
	background-color:#DFDFE8;
}
#work-style:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background: url(../img/top/work_style_bg.jpg) no-repeat left top;
	background-size:cover;
}
#work-style .content-area{
	position:relative;
	z-index:2;
}
#work-style .work-style-ttl{
	padding-top:70px;
	width:600px;
	position:relative;
	z-index:2;
	text-align:center;
	font-weight:normal;
}
#work-style .work-style-ttl .en{
	display:block;
	margin-bottom:40px;
	font-family: 'Century Gothic', serif;
	font-size:16px;
	letter-spacing:0.2em;
}
#work-style .work-style-ttl .jp{
	display:block;
	font-size:30px;
	letter-spacing:0.1em;
	line-height:1.5;
}
#work-style ul{
	width:600px;
	position:relative;
	z-index:2;
}
#work-style li{
	padding:50px 50px 50px 50px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
#work-style li a{
	display:block;
	text-decoration:none;
	color: #282828;
}
#work-style li:last-child{
	border-bottom:none;
}
#work-style .txt{
	width:320px;
}
#work-style .work-style-subttl{
	font-size:20px;
	font-family: 'Century Gothic', serif;
}
#work-style .work-style-subttl small{
	font-size:14px;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
}


/* +++++++++++++++++++++++++ */

#recruit{
	padding:90px 0;
}
.recruit-bg{
	min-height:495px;
	background: url(../img/top/recruit_bg.jpg) no-repeat right bottom;
}
.recruit-bg .txt-box{
	width:440px;
	padding:0 55px 55px;
	background-color:#fff;
	text-align:center;
	font-size:30px;
	line-height:1.8;
	font-weight:bold;
}
.recruit-bg .txt-box .txt{
	margin-bottom:50px;
}
.recruit-bg .txt-box span{
	font-size:24px;
	font-weight:normal;
}


/* +++++++++++++++++++++++++ */

#press-release{
	padding:90px 0;
}
#press-release .news-list{
	margin-bottom:80px;
	border-top: solid 1px #C8C8C8;
}
#press-release .news-list li{
	padding:35px 300px;
	border-bottom: solid 1px #C8C8C8;
	line-height:1.5;
}
#press-release .news-list li:last-child{
	margin-bottom:0px;
}
#press-release .news-list .day{
	width:100px;
	margin-right:20px;
}
#press-release .news-list .cat{
	width:80px;
	margin-right:20px;
}
#press-release .news-list .txt{
	width:380px;
	font-weight:bold;
}



