@charset "UTF-8";

#lv_outer:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("/common/upload_data/ease-pcnet/image/tree.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
}
#lv_outer:after{
	display: none;
}
#lv_outer{
	padding: 20px 0 20px;
}
@media screen and (max-width: 420px){
	#lv_outer::before{
		background-position: right;
	}
}
@media screen and (max-width: 320px){
	#lv_outer{
		padding: 0;
	}
}
header .header_contents .header_col1 .btn>a:nth-last-of-type(1):nth-last-child(2) {
    margin-right: 50px;
    display: none;
}

header nav ul.nav_1st>li>a span {
    line-height: 3.5;
    letter-spacing: 0.3rem;
    transition: 0.4s ease-in-out;
    color: #5a5a5a;
}

header nav ul.nav_1st>li>a:hover span {
    color: #fff;
}