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

/* ヘッダー（上部LP用）
------------------------------------------ */
#container {
    position: relative;
}
header#headerArea {
    background: transparent;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 90000;
}
header#headerArea .telopArea{
    display: none;
}
header#headerArea .searchItemArea_PC>ul>li:not(.searchBox) {
	display: none;
}
header#headerArea .linkArea li.loginArea:hover .icon-login {
    background: transparent;
}
header#headerArea .linkArea li.cart a:hover {
    background: transparent;
}

@media screen and (max-width: 1024px) {
#container {
    margin-top: 0;
}
header#headerArea .searchItemArea_SP {
	display: none;
}
}

@media screen and (min-width: 480px){
header#headerArea {
    
}
}