@charset "UTF-8";
article #kv .title {position: relative;}
article #kv .title h2 {
padding: 20px;
color: #F39800;
}
article #kv .title h2::before {
width: 100%;
content: '';
background: url(../images/logo.png) no-repeat center center;
background-size: contain;
display: block;
}
article #kv .title img {width: 100%;}
article #kv p {
margin: 2em 20px;
color: #F39800;
font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
font-weight: 600;
line-height: 1.25em;
text-align: center;
}
article #kv ul {
list-style: none;
margin-bottom: 20px;
}
article #kv li a {
max-width: 280px;
margin: 0 auto 20px;
padding: 290px 0 0;
color: #F39800;
font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
font-weight: 600;
text-align: center;
line-height: 1.25em;
display: block;
position: relative;
}
article #kv li a::before {
width: 280px;
height: 280px;
content: '';
background-repeat: no-repeat;
background-position: center top;
background-size: 500px auto;
display: block;
position: absolute;
left: 0;
top: 0;
transition: all 1s ease;
}
article #kv li a:hover::before {background-position: center bottom;}
article #kv li a[href*="safety"]::before {background-image: url(../images/safety_headline.jpg);}
article #kv li a[href*="fitting"]::before {background-image: url(../images/fitting_headline.jpg);}
article #kv li a[href*="comfort"]::before {background-image: url(../images/comfort_headline.jpg);}
article #kv li a::after {
width: 280px;
height: 1em;
padding-top: 128px;
color: #fff;
font-family: 'Bodoni', 'Sylfaen', serif;
font-size: 24px;
font-weight: 400;
text-transform: capitalize;
line-height: 1em;
letter-spacing: 3px;
border-bottom: 1px solid #fff;
display: block;
position: absolute;
left: 0;
top: 0;
}
article #kv li a[href*="safety"]::after {content: 'safety';}
article #kv li a[href*="fitting"]::after {content: 'fitting';}
article #kv li a[href*="comfort"]::after {content: 'comfort';}
@media screen and (min-width: 920px) {
	article #kv .title h2 {
	width: 60%;
	background: linear-gradient(90deg, rgba(35,24,21,.6), rgba(35,24,21,0));
	position: absolute;
	left: 0;
	bottom: 40px;
	}
	article #kv .title h2::before {height: 80px;}
	article #kv p {font-size: 23px;}
	article #kv li {
	width: 33%;
	float: left;
	}
	article #kv li a {font-size: 18px;}
	}
@media screen and (max-width: 920px) {
	article #kv .title h2 {background: rgba(35,24,21,1);}
	article #kv .title h2::before {height: 60px;}
	article #kv p {font-size: 18px;}
	article #kv li a {font-size: 16px;}
}
@media screen and (max-width: 700px) {
	article #kv p {text-align: justify;}
	article #kv p br {display: none;}
}
