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

@media screen and (min-width: 751px){
	.onlyPC{
		display: block;
	}
	.onlySP{
		display: none;
	}
}
@media screen and (max-width: 750px){
	.onlyPC{
		display: none;
	}
	.onlySP{
		display: block;
	}
}

header #nav{	
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding: 20px;
    position: fixed;
    overflow: visible;
    max-width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
	border-color:#000;
  	transition: all 0.3s ease-in-out;
}
header #nav.active{
	border-bottom:1px solid #000;
	background: #1a1a1a;
  	transition: all 0.3s ease-in-out;
}
header #nav .siliconLogo{
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #FFF;
}
header #nav .siliconLogo img{
	width: 25px;
}
header #nav .yebisLogo img{
	width: 220px;
	padding: 5px 0;
}

header #leftNav{
    display: flex;
}
header #leftNav .menuList{	
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
	margin-left: 50px;
}
.navMenu a div{
	color: #FFF;
	font-size: 16px;
	padding: 10px 30px;
	box-sizing: border-box;
  	transition: all 0.3s ease-in-out;
}
.navMenu a:hover div{
	/*border-bottom: 4px solid #989b33;*/
	color: #989b33;
	background-color: rgba(0,0,0,0.2);
  	transition: all 0.3s ease-in-out;
}
#nav.active .navMenu a:hover div{
	background-color: rgba(0,0,0,1);
  	transition: all 0.3s ease-in-out;
}



header #rightNav{
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 100%;
    overflow: hidden;
}
.engPage{
	
}
.engPage a div{
  	display: block;
	color: #FFF;
  	padding: 10px 20px;
	margin: 3px 0;
  	text-align: center;
  	font-size: 16px;
	line-height: 1;
  	background-color: #000;
	border: 2px solid #000;
	margin-right: 10px;
  	transition: all 0.3s ease-in-out;
}
.engPage a:hover div{
  	background-color: #989b33;
	border: 2px solid #989b33;
  	transition: all 0.3s ease-in-out;
}
.contactPage a div{
  	display: block;
	color: #FFF;
  	padding: 10px 20px;
	margin: 3px 0;
  	text-align: center;
  	font-size: 16px;
	line-height: 1;
  	background-image: url(/middleware/yebis3/image/new_top/btn-contact-on.png);
  	background-repeat: no-repeat;
  	background-position: 30px center;
  	background-size: 30px auto;
  	padding-left: 70px;
  	background-color: #989b33;
	border: 2px solid #989b33;
  	transition: all 0.3s ease-in-out;  
}
.contactPage a:hover div{
  	background-color: #000;
  	transition: all 0.3s ease-in-out; 
}
.menuSP{
	display: none;
}


@media only screen and (max-width: 1380px) {
	header #nav .siliconLogo img{
		width: 20px;
	}
	header #nav .yebisLogo img{
    	width: 200px;		
	}
	header #leftNav .menuList{
		margin-left: 10px;
	}
	.navMenu a div{
		padding: 10px 20px;
	}
	.engPage a div{
		padding: 10px 15px;
	}
	.contactPage a div{
		padding: 10px;
    	background-position: 15px center;
		padding-left: 50px;		
	}
}
@media only screen and (max-width: 1200px) {
	.navMenu a div{
		font-size: 15px;
		padding: 10px;
	}
	.engPage a div{
		font-size: 15px;
	}
	.contactPage a div{
		font-size: 15px;
		background-position: 10px center;
		padding-left: 40px;
		background-size:22px auto;
	}
}
@media only screen and (max-width: 1080px) {
	header #nav{
		padding: 10px 20px;
		height: 40px;
	}
	header #nav .siliconLogo{		
		padding-right: 15px;
		margin-right: 15px;
	}
	.navMenu a div{
		font-size: 14px;
		padding-right: 5px;
	}
	.engPage a div{
		font-size: 14px;
	}
	.engPage a div{
		font-size: 14px;
		padding: 10px;
	}
}
@media only screen and (max-width: 960px) {
	header #nav{
		height: 50px;
		display: block;
		padding: 10px;
		border-bottom: 1px solid #000;
		background: #1a1a1a;
		transition: all 0.3s ease-in-out;
	}
	header #rightNav{
		display: none;
	}
	header #nav .siliconLogo img{
		width: 30px;
	}
	header #nav .yebisLogo img{
		width: 250px;
	}
	header .contactPage-sp div{
		text-align: center;
		font-size: 11px;
		display: block;
		position: absolute;
		top: 0;
		right: 80px;
		width: 80px;
		background-color: #989b33;
		color: #FFF;
		box-sizing: border-box;
		padding-top: 47px;
		padding-bottom: 1px;
		letter-spacing: -0.5px;
		background-image: url(/middleware/yebis3/image/new_top/btn-contact-on.png);
		background-position: center 15px;
		background-repeat: no-repeat;
		-webkit-background-size: 30px 19px;
		-moz-background-size: 30px 19px;
		background-size: 40px auto;
	}
	.menuSP{
		display: block;
	}
	.meanmenu{
		color: #fff;
		cursor: pointer;
		display: block;
		height: 40px;
		line-height: 22px;
		padding: 15px 20px;
		position: absolute;
		text-decoration-color: -moz-use-text-color;
		text-decoration-line: none;
		text-decoration-style: solid;
		text-indent: -9999em;
		top: 0;
		width: 40px;
		right: 0;
		left: auto;
		z-index: 999;
	}
	.meanmenu span{
		background-attachment: scroll;
		background-clip: border-box;
		background-color: #fff;
		background-image: none;
		background-origin: padding-box;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto auto;
		display: block;
		height:4px;
		margin-top:8px;
		margin-bottom:8px;
		transition: all 0.3s ease-in-out 0s;
	}
	.meanmenu-reveal span.top {
		margin-top: 8px;
	}
	.meanmenu.active span.top{
        margin-top: 10px;
    }

    .meanmenu.active span.top{
        transform:rotate(135deg);
        margin-top:15px;
        transition: all 0.3s ease-in-out 0s;
    }
    .meanmenu.active span.mid{
        transform:rotate(135deg);
        opacity:0;
        transition: all 0.3s ease-in-out 0s;
    }
    .meanmenu.active span.bottom{ 
        transform:rotate(45deg);
        margin-top:-18px;
        transition: all 0.3s ease-in-out 0s;
    }
	
	header #leftNav .menuList{
		display: block;
		display: none;
		position: fixed;
		top: 53px;
		left: 0;
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		background-color: #1a1a1a;
		border-top: 1px solid #989b33;
	}
	.navMenu{
		border-bottom: 1px dotted #989b33;
	}
	.navMenu a div{
		padding: 15px 15px 15px 80px;
		font-size: 18px;		
		
		background-image: url(/middleware/yebis3/image/icon/arrow-r-w.svg);
		background-repeat: no-repeat;
		background-position: 60px center;
		background-size: 11px 17px;
	}

}

@media only screen and (max-width:480px) {
	header #nav{
		height: auto;
	}
	header #nav .siliconLogo img{
		width: 20px;
	}
	header #nav .yebisLogo img{
		width: 160px;
		padding: 0;
	}
	header .contactPage-sp div{
    	font-size: 10px;
    	right: 60px;
    	width: 70px;
    	padding-top: 35px;
		background-position: center 10px;
		background-size: 35px auto;
	}
	.meanmenu{
		font-size: 1px;
		font-weight: 700;
		height: 30px;
		padding: 12px 15px;
		width: 30px;
	}
	.meanmenu span{
		height: 2px;
		margin-top: 4px;
    	margin-bottom: 7px;
	}
}


@media screen and (min-width: 751px){
	header #leftNav .menuList .navMenu:last-of-type,
	.mean-container .mean-nav ul li.mean-last{
		display: none;
	}
}
