.header{display:block;position:fixed;z-index:150;width:100%;color:#000;font-size:.75rem;font-family:'Manrope',sans-serif}.header_navigation-bar{display:flex;height:auto;width:100%;justify-content:flex-start;align-items:stretch}.header_logo-img{width:4rem;padding:.75rem 0 .75rem;margin-left:2rem}.header_menu-list{width:80%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:stretch;align-content:center;margin-left:18rem;margin-right:6rem}.header_menu-item-container{height:100%;display:flex;align-items:center;color:inherit;text-decoration:none}.header_sub-menu-container{position:absolute;top:0;left:0;height:0;width:100%;background-color:#fff;z-index:-1;overflow:hidden}.header_sub-menu{position:absolute;box-sizing:border-box;height:8.5rem;width:calc(100% - 4rem);top:5.5rem;border-top:1px solid #d3d3d3;margin-left:2rem;margin-right:2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.header_sub-menu-list{display:flex;margin-left:40%}.header_sub-menu-list:not(:first-child){margin-top:1rem}.header_sub-menu-item{color:inherit;text-decoration:none}.header_sub-menu-item:hover .header_sub-menu-japanese{color:#479ce1}.header_sub-menu-item:hover .header_sub-menu-english{color:#479ce1}.header_sub-menu-list .header_sub-menu-item:not(:first-child){margin-left:3rem}.header_sub-menu-english{font-size:16px;font-family:'classico-urw';margin-bottom:.25rem}.header_sub-menu-japanese{font-size:10px;font-family:'YakuHanJP';color:#969696}.header_scroll-out{animation:FadeOut 1s;animation-fill-mode:forwards}.header_scroll-in{animation:FadeIn 1s;animation-fill-mode:forwards}.header_mouseover{animation:SlideIn 1s;animation-fill-mode:forwards}.header_mouseout{animation:SlideOut 1s;animation-fill-mode:forwards}.header_updown-text{display:flex;overflow:hidden}.header_updown-text span{display:block}.header_updown-animation{animation:.5s UpDownText ease-in}.header_menu-item-container .header_updown-text span:nth-child(1){animation-delay:0s}.header_menu-item-container .header_updown-text span:nth-child(2){animation-delay:.03s}.header_menu-item-container .header_updown-text span:nth-child(3){animation-delay:.06s}.header_menu-item-container .header_updown-text span:nth-child(4){animation-delay:.09s}.header_menu-item-container .header_updown-text span:nth-child(5){animation-delay:.12s}.header_menu-item-container .header_updown-text span:nth-child(6){animation-delay:.15s}.header_menu-item-container .header_updown-text span:nth-child(7){animation-delay:.18s}.header_menu-item-container .header_updown-text span:nth-child(8){animation-delay:.21s}@keyframes SlideIn{0%{height:0}100%{height:14rem}}@keyframes SlideOut{0%{height:14rem}100%{height:0}}@keyframes UpDownText{0%{transform:translateY(0)}50%{transform:translateY(-100%);opacity:0}51%{transform:translateY(100%);opacity:0}60%{transform:translateY(100%);opacity:1}100%{transform:translateY(0%)}}@keyframes FadeIn{0%{opacity:0}100%{opacity:1}}@keyframes FadeOut{0%{opacity:1}100%{opacity:0}}