@charset "UTF-8";
/* CSS Document */

/* contents01 */

.contents01 {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}

/* contents02 */

.contents02 {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	background-image: url("../quality/images/back02_03.jpg");
background-position: center bottom;
background-repeat: no-repeat;
	padding-bottom: 190px;
	position: relative;
	padding-top: 60px;
}

.contents02::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/back02_01.jpg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 190px;
}

.contents02 > h4 {
	padding-bottom: 30px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-size: 60px;
	color: #303030;
font-family: 'Roboto Slab', sans-serif;
font-weight: 400;
font-style: normal;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

.contents02 > h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/midashi04.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 55px;
	height: 60px;
	margin-left: -35px;
}

.contents02 > h4::after {
	content: "ラインナップ";
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.2;
	letter-spacing: 0.2em;
	font-size: 18px;
	color: #303030;
	font-weight: normal;
	display: block;
	margin: 0px auto;
	padding-top: 5px;
}

.contents02 > h5 {
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0.2em;
	color: #303030;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	margin-bottom: 55px;
	position: relative;
}

.contents01 .box-in, .contents02 .box-in {
	display: flex;
  justify-content: space-between;
	width:1000px;
}

.contents01 .box-in {
flex-wrap: wrap;
	width:1060px;
}

.contents01 .box, .contents02 .box {
	width:48%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.contents01 .box {
	width:31.5%;
	margin-bottom: 25px;
}

.contents01 img, .contents02 img {
	width: 100%;
height: auto;
	transition:.5s all;
}

.contents01 h6 {
	padding-top: 8px;
}

.contents01 h6 img {
	width: auto;
}

.contents01 .box:hover img, .contents02 .box:hover img {
  transform:scale(1.2,1.2);
  transition:.5s all;
}

.contents01 .box:hover h6 img {
	transform:scale(1,1);
}

.contents01 .box a, .contents02 .box a {
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
	flex-direction: column;
	position: absolute;
left: 0px;
top: 0px;
	background-color: rgba(0,0,0,0.2);
	transition: .5s;
}

.contents02 .box h5, .contents02 h6 {
color: #FFF;
line-height: 1.2;
font-weight: normal;
	text-shadow: 0px 0px 5px #000;
}

.contents02 .box h5 {
	font-size: 37px;
font-family: 'Roboto Slab', sans-serif;
	letter-spacing: 0.1em;
	padding-top: 30px;

}

.contents02 h6 {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	letter-spacing: 0.2em;
	padding-top: 10px;
}

.contents01 .box a:hover, .contents02 .box a:hover {
	background-color: rgba(0,0,0,0.5);
}




.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



