main .contents{
	font-family: 'Shippori Mincho', serif;
}
.contents h1{
	font-weight: normal;
    font-size: 1.5em;
    line-height: 2em;
}
.contents h2,h3,h4{
	margin: 0;
}
#main-visual .swiper-slide{
	position: relative;
	text-align: center;
}
#main-visual{
	margin-top: 75px;
}
.catch h2{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 500;
}
#tops h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.5em;
    font-weight: 500;
    font-style: italic;
    padding: 0 0px 15px;
    display: table;
    margin: 150px auto 60px;
}
#about{
	background-image: url(/motor/iomic/img/back.jpg);
	background-size: cover;
	background-position: center bottom;
	text-align: center;
	box-sizing: border-box;
	min-height: 600px;
	display: flex;
}
#about_text{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.1em;
	display: inline-block;
	margin: auto;
	background-color: rgba(255,255,255,0.6);
	padding: 30px 20px;
	box-sizing: border-box;
}
#about_text img{
	width: 500px;
	max-width: 100%;
	margin-bottom: 25px;
}
#about_text p{
	margin: 0;
	font-size: 1.1em;
}
#products .flex{
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-around;
}
#products .flex .third{
	width: calc( 33% - 30px );
}
#products .flex h4{
	font-weight: normal;
	font-size: 1.2em;
	margin: 15px 0 10px;
}
#products .flex p{
	margin: 0;
}
#products .flex .products_link{
	display: inline-block;
	border: 1px solid #000;
	border-radius: 10px;
	transition: 0.6s;
}
#products .flex .products_link a{
	display: block;
	color: #000;
	padding: 10px 40px;
	box-sizing: border-box;
}
#products .flex .products_link:hover{
	background-color: #eee;
}
#tops h4{
	font-family: 'Shippori Mincho', serif;
	text-align: center;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 500;
    margin: 100px auto 60px;
}
#lineup_first{
	margin-bottom: 180px;
}
#lineup_last{
	margin-bottom: 180px;
}
.fullimg {
	text-align: center;
	max-width: 100%;
}
.productstext{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.1em;
	width: 800px;
	padding: 0 10px;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
	.contents h1{
	    font-size: 1em;
	    line-height: 2em;
	}
	.catch{
		padding: 40px 10px;
	}
	.catch h2{
		font-size: 1.3em;
		text-align: center;
	}
	#about{
		min-height: 400px;
	}
	#about_text{
		text-align: left;
	}
	#lineup_first,
	#lineup_last{
		margin-bottom: 100px;
	}
	#tops h3{
		font-size: 2.5em;
		margin: 100px auto 40px;
	}
	#tops h4{
		font-size: 1.1em;
		margin: 80px auto 30px;
	}
	#products .flex{
		display: block;
	}
	#products .flex .third{
		width: 100%;
	}
}