@charset "UTF-8";
/* CSS Document */

#mvisSlider ul {
	/*max-width:1200px;*/
	margin-left: auto;
	margin-right: auto;
}
#mvisSlider ul li img {opacity:0;}
#mvisSlider ul.slick-initialized li img {opacity:1;}
#mvisSlider ul li.slick-slide a {
	display:block;
	width:100%;
}
#mvisSlider ul li.slick-slide img {
	object-fit: cover;
	object-position: center;
	max-height: none;
	width:100%;
}
#mvisSlider .slick-dots li.slick-active button {background: #000 !important;}

#newArea ul {
	display:flex;
	flex-wrap: wrap;
	/*max-width:1200px;*/
	margin-left: auto;
	margin-right: auto;
}
#newArea ul li img {
	width:100%;
	max-width:none;
}

#newArea ul li:nth-of-type(1) {
	width:100%;
}
#newArea ul li:nth-of-type(n+2) {
	width:50%;
}

#newArea .tit {font-size: 32px;}
#newArea .sub {font-size: 18px;margin-top: 1em;}

body.tablet #newArea li a.hoverBox .inner {
	text-align: left;
	top:auto;
	bottom:30px;
	left:30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 1em;
	opacity: 0;
	transform: translateY(10%);
	width:auto;
	max-width:80%;
}
body.tablet #newArea li a.hoverBox figure img {opacity:1 !important;}
body.tablet #newArea li a.hoverBox .inner.on {
	opacity: 1;
	transform: translateY(0%);
}


#homeFeatureArea .squareSlider {margin-top: 50px;}

body.tablet #homeFeatureArea .squareSlider .slick-prev,
body.tablet #homeFeatureArea .squareSlider .slick-next {
	top:calc(50% - 60px);
}

body.tablet #homeFeatureArea .squareSlider a.hoverBox {
	text-decoration: none;
}

body.tablet #homeFeatureArea .squareSlider a.hoverBox .inner {
	display:block;
	position: static;
	opacity:1 !important;
	transform:none !important;
	padding-top: 1em;
}

#promotion {
	max-width:698px;
	margin-left: auto;
	margin-right: auto;
}

#promotion li {margin-top: 30px;}
#promotion li a {text-decoration: none;}
#promotion li a.tl > * {
	vertical-align: middle;
}
#promotion li a.tl figure {
	width:326px;
}
#promotion li a.tl div.inner {
	background: #121212;
	padding:20px;
}
#promotion li a.tl div.inner .tit {
	font-size: 18px;
}
#promotion li a.tl div.inner p {color:#ccc;margin-top: 1em;}


#bestColorArea {
	display:flex;
	background:#fff;
	color:#000;
}
#bestColorArea > div {
	flex:1;
}
#bestColorArea > div:not(:last-child) {border-right:1px solid #000;}

#bestColorArea > div > .tit {
	font-size: 26px;
	text-align: center;
	padding:2em 0;
}
#bestColorArea ul {padding:0 8%;}
#bestColorArea ul li {
	padding:20px 9%;
}
#bestColorArea ul li:nth-of-type(n+2) {border-top:1px solid #e5e5e5;}
#bestColorArea ul li a {
	color:#000;
	text-decoration: none;
}
#bestColorArea ul li figure {
	width:80%;
	margin: 0 auto;
}

#bestColorArea ul li .num {font-size: 16px;margin-bottom: 2em;}
#bestColorArea ul li .name {font-size: 15px;margin-top: 2em;}
#bestColorArea ul li .sub {font-size: 13px;color:#333;}

