/* *****  トップページ ***** */
#top .mv{
	/*
	background:url("../images/mv_microlon.jpg") no-repeat center top;
	background-size:cover;
	*/
	with:100%;
	overflow:hidden;
	position:relative;
	background-attachment: fixed;
}

#top .mv .section_inner{
	padding:0 10px 180px;
	position: relative;
	z-index:100;
	overflow:hidden;
}

#top .mv .section_bg{
	/*
	background-image: linear-gradient(
		-45deg,
		rgba(0, 0, 0, .2) 25%,
		rgba(0, 0, 0, .4) 25%, rgba(0, 0, 0, .4) 50%,
		rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%,
		rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .4)
	);
	background-size: 4px 4px;
	*/
}

#top .mv .mv_l{
	width: 162px;
	margin: 0 auto;
}

#top .mv .catch{
	font-size:30px;
	color:#ffffff;
	padding:0 0 6px;
	padding:200px 10px 20px;

	-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			
	background:rgba(0,45,139,1);
	height: 100px;
	width:144px;
}

#top .product_list ul{
	display:flex;
	flex-wrap:wrap;
}
#top .product_list ul li{
	width:25%;
}

#top .product_list ul li img{
	width:100%;
}

#top .product_list ul li.blank{
}

#top .product_list ul li a{
	display:block;
	margin:15px;
}

#top .shop_map iframe{
	border:0;
	width:100%;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
}

@media screen and (max-width: 767px){
	/* *****  トップページ ***** */
	#top .mv .section_inner{
		padding:0 10px 250px;
	}

	#top .mv .catch{
		font-size:28px;
		height: 90px;
		width:136px;
	}

	#top .product_list ul li a{
		display:block;
		margin:5px;
	}

}


