@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url(/suntoryhall/common2019/css/reset.css);
@import url(/suntoryhall/common2019/css/common.css);
@import url(/suntoryhall/assets/css/header_footer.css);

body{
    overflow:visible;
}
#suntory_contents #backtoTop {
    display: none;
}
#suntory_contents #suntoryhall_header a:focus-visible,
#suntory_contents #suntoryhall_header button:focus-visible,
#suntory_contents #suntoryhall_footer a:focus-visible{
    outline: 1px solid #000;
}
#wrapperAll .suntoryhall_common_header{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
}
#suntory_contents #suntoryhall_header{
    position: static;
}