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

/*共通*/

.l_wrapper {
	width:100%;
	padding:0 3%;
	max-width:1366px;
	margin:0 auto 0;
	position: relative;
}

/*ヘッダー*/

header {
	background:url("../img/menu_bg.png") left top repeat;
	width:100%;
	height:110px;
	position: fixed;
	left:0;
	top:0;
	z-index:300;
}

/*メインビジュアル*/

#l_Mainvisual {
	background:url("../img/mvbg.jpg") center top no-repeat;
	width:100%;
	background-size: cover;
	height:1300px;
	position: relative;
}

/*コンテンツ*/

#l_Contents {
	position: relative;
	width:100%;
	min-height: 80vh;
	box-sizing: border-box;
	padding-bottom:120px;
}

/*トピックス*/

#l_Topics {
	width:100%;
	padding:60px 0;
	box-sizing: border-box;
}

#l_Topics ul {
	width:1100px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	gap:20px;
	flex-wrap: wrap;
}

#l_Topics ul li {
	background-color:#FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

/*ログエリア*/

#l_Log {
	display: flex;
	justify-content: center;
	gap:20px;
}

/*プロダクトインフォ*/

#Productinfo {
	width:100%;
	padding:60px 0;
	box-sizing: border-box;
}

/*フッター*/

footer {
	border-top:2px solid #EB3A00;
	background-color:#0f0803;
	width:100%;
	box-sizing: border-box;
	padding:80px 0;
}