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

/*共通*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#test {
		width: 100%;
		height: auto;
	}
	
	#test #top_mv {
		width: 100%;
		height: auto;
	}
	
	#test #top_mv img {
		display: block;
		position: relative;
		width: 100%;
		height: 450px;
		object-fit: cover;
		object-position: center;
	}
	
	#test #content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
		position: relative;
		width: 1150px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#content .main {
		position: relative;
		width: 800px;
		height: auto;
	}
	
	#content .side {
		position: relative;
		width: 280px;
		height: auto;
	}
	
	.side .cat {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	.side .cat h2 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		margin-bottom: 15px;
	}
	
	.side .cat a {
		display: block;
		position: relative;
		margin: 0 auto 10px auto;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #000;
	}
	
	.side .ad {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.side .ad h2 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		margin-bottom: 15px;
	}
	
	.side .ad a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 10px auto;
	}
	
	#top_about {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#top_about .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#top_about .title h2 {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	#top_about .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_about .con a {
		display: block;
		position: relative;
		width: 250px;
		height: auto;
		padding: 20px 0 20px 0;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #000;
	}
	
	#top_pr {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#top_pr .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#top_pr .title h2 {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	#top_product {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#top_product .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#top_product .title h2 {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	#top_product .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_product .con a {
		display: block;
		position: relative;
		width: 180px;
		height: auto;
		padding: 10px 0 10px 0;
		margin: 0 10px 10px 10px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #000;
	}
	
	#top_res {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#top_res .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#top_res .title h2 {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	#top_res .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	
}