@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

#main-visual{
	position: relative;
}
#main-visual #maintext{
	position: absolute;
	left: 10%;
	top: 25%;
	width: 600px;
	max-width: 80%;
	z-index: 3;
}
.contents h1{
	font-weight: normal;
    font-size: 1.5em;
    line-height: 2em;
}
.contents h2,h3,h4{
	margin: 0;
}
#howtocheck{
	height: 600px;
	margin: 160px 0 120px;
	position: relative;
}
#howtocheck .page-back {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 20px 0;
}
#howtocheck .page-back img{
	display: inline-block;
}
#news{
	background-image: url(/motor/effex/lowdownkit/img/background_pc.jpg);
}
#about{
	background-image: url(/motor/effex/lowdownkit/img/about_effex-lowdownkit_pc.jpg);
}
.flex_sp{
	display: none !important;
}
#top .catch{
	padding: 100px 0;
}
#top .catch h2{
    font-weight: normal;
    font-size: 1.5em;
    line-height: 2em;
}
.fade-slow,.fade-left,.fade-right{
	opacity: 0;
}
#about_inner{
	justify-content: flex-start;
}
#about_inner_contents .about_title{
	background-color: #ccc;
	color: #000;
	padding: 5px 0;
	margin-bottom: 30px;
}
#about_inner_contents .about_title h6{
	font-style: normal;
	margin-bottom: 0;
}
#about_inner_contents{
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
}
.visual{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 600px;
    max-height: 90%;
    position: relative;
}
.spimg,
.visual_sp{
	display: none;
}
#top{
	overflow-x: hidden;
}
.feature_flex{
    margin: 170px 0;
}
.featuretext {
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.featuretext_inner h3 {
    font-size: 1.1em;
    color: #000;
    background-color: #ccc;
    padding: 15px 0;
    text-align: center;
}
.featuretext_inner div{
	line-height: 3em;
	color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
}
.reverse {
    flex-direction: row-reverse;
}
.overimg img{
	width: 110%;
	max-width: 110%;
}
.reverse .overimg img{
	float: right;
}
#linkback_parent{
    background-color: #000;
    margin: 170px 0;
}
#linkback{
    background-image: url(/motor/effex/lowdownkit/img/effex-lowdownkit_pc_06.jpg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    background-repeat: no-repeat;
    padding: 20px 10px;
    box-sizing: border-box;
    color: #fff;
}
#linkback h3{
	background-color: #ccc;
	color: #000;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1em;
}
#linkback a{
	color: #ccc;
	text-decoration: underline;
}
#flexstart{
	justify-content: flex-start;
}
#shortside{
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 2.4em;
	margin-bottom: 80px;
}
.pickup_box{
	position: relative;
}
.pickup_box h5{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 15px 5px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.contents h1{
	    font-size: 1em;
	    line-height: 2em;
	}
	#howtocheck{
		background-image: none !important;
		height: auto;
		margin: 80px 0;
		position: relative;
	}
	#howtocheck .page-back{
		position: static;
		background-color: #eee;
	}
	#top .catch{
		text-align: center;
	}
	.flex_sp{
		display: flex !important;
		margin: 0;
	}
	.flex_pc{
		display: none !important;
	}
	#top .lineup_flex{
		margin: 0;
		display: flex;
	}
	#top .lineup_flex .fourth,
	.flex_sp .fourth{
		width: 50%;
		margin: 0;
	}
	#top .catch{
		padding: 60px 0;
	}
	#top .catch h2{
	    font-size: 1.2em;
	    text-align: left;
	}
	.visual{
		height: auto;
		background-image: none;
	}
	.visual_sp{
		display: unset;
	}
	.pcimg,.pcbr{
		display: none;
	}
	.spimg{
		display: block;
	}
	#news{
		background-image: url(/motor/effex/lowdownkit/img/background_sp.jpg);
	}
	#about{
		background-image: url(/motor/effex/lowdownkit/img/about_effex-lowdownkit_sp.jpg);
	}
	.overimg img{
		width: 100%;
		max-width: 100%;
	}
	.reverse{
		flex-direction: row;
	}
	.reverse .overimg img{
		float: none;
	}
	.feature_flex{
		margin: 100px 0;
	}
	.featuretext{
		width: 90%;
		margin: -100px auto 0;
	    text-align: left;
	}
	.featuretext_inner h3{
		font-size: 1em;
	}
	.featuretext_inner div{
		line-height: 2.2em;
	}
	#linkback{
		background-image: url(/motor/effex/lowdownkit/img/effex-lowdownkit_sp_06.jpg);
		background-size: contain;
		background-position: center;
	}
	#linkback .half{
		background-color: rgba(0,0,0,0.5);
	}
	#shortside{
		text-align: left;
		font-size: 1.1em;
		line-height: 2.2em;
		margin-bottom: 50px;
	}
}