@charset "UTF-8";

@media only screen and (max-width:768px) {
#spNavigationTrigger.-js-menuPosition-right_top_fixed {
    top: 0px;
}
}

/*PC　表示*/
.pc {
	display:block !important;
}
/*SP　表示*/
.sp {
	display:none !important;
}
@media only screen and (max-width: 641px) {
/*----*/
.pc {
	display:none !important;
}
.sp {
	display:block !important;
}
}
