@charset "Shift_JIS";

/*------- メインエリア ---------*/
#slider01{
	position: relative;
}
#slider01 img{
	display: block;
	width: 100%;
}
#slider01 .catch01{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

/*------- ムービーエリア ---------*/
#movieArea video{
	width: 100%;
}


/*------- ボタンエリア ---------*/
#btnArea ul{
	font-size: 0;
}
#btnArea ul li{
	display: inline-block;
	margin-bottom: 20px;
	transition: 0.4s;
}
#btnArea ul li:nth-child(odd){
	margin-right: 20px;
}
#btnArea ul li:hover{
	opacity: 0.8;
	transition: 0.4s;
}

/*------- ニュースエリア ---------*/
#newsArea li{
	border-bottom: 1px dashed #000;
}
#newsArea a{
	color: #000;
	transition: 0.4s;
}
#newsArea a:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: 0.4s;
}
#newsArea .label{
	color: #fff;
	font-size: 12px;
	background: #e6364c;
	padding: 1px 10px;
}

/*------- ショップエリア ---------*/
#shopArea a{
}

/*------- バナーエリア ---------*/
#bnrArea ul {
	display: flex;
	justify-content: space-between;
}
#bnrArea li {
	width: 24%;
}



