.l-header{background-color:#f8fafa;border-bottom:1px solid #ccc;height:60px;position:fixed;top:0;width:100%;z-index:9999}.l-header:before{content:"";display:block;padding-top:60px;position:absolute}.c-header{justify-content:space-between;margin:0 auto;max-width:1160px;padding:0 10px;width:100%}.c-header,.c-header__title{align-items:center;display:flex;height:60px}.c-header__title{width:fit-content}.c-header__title>img{cursor:pointer;height:40px;width:auto}.c-header__mainNav{display:none;font-size:1.6rem;gap:20px;height:60px;list-style-type:none}.c-header__mainNav>li,.c-header__subNav>li{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:10px;min-width:100px;position:relative;text-align:center}.c-header__mainNav>li:first-child{margin-left:20px}.c-header__mainNav>li.active:before{background-color:#64447e;bottom:0;content:"";display:block;height:5px;left:0;position:absolute;width:100%}.c-header__subNav{display:none;font-size:1.6rem;gap:20px;height:60px;justify-content:flex-end;list-style-type:none;width:100%}.c-header__subNav>li:last-child{margin-top:0;min-width:none}.c-header__subNav>li>a{color:#25201e;text-decoration:none}.c-header__menu{background:none;border:none;height:25px;overflow:hidden;position:relative;width:25px;z-index:9999}.c-header__menu>span.menu-icon,.c-header__menu>span.menu-icon:after,.c-header__menu>span.menu-icon:before{background-color:#777;content:"";display:block;height:2px;position:absolute;transform:rotate(0);-webkit-transition:all .3s;transition:all .3s;width:25px}.c-header__menu>span:before{top:-8px}.c-header__menu>span:after{top:8px}.c-header__menu[aria-expanded=true]>span.menu-icon{background-color:transparent}.c-header__menu[aria-expanded=true]>span.menu-icon:before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.c-header__menu[aria-expanded=true]>span.menu-icon:after{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.c-header__menu .u-visuallyHidden{border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px}.c-header__spMenu{font-size:1.6rem;margin-top:20px;padding:0 30px;text-align:center}.c-header__spMenu>li{color:#fff;display:flex;height:48px;justify-content:center;line-height:48px;text-align:center}.c-header__spMenu>li>a{color:#fff;text-decoration:none}.c-header__spMenu>li>button>a{color:#fff}#menuDrawer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:rgba(39,39,39,.4);height:0;left:0;overflow:hidden;position:absolute;top:60px;-webkit-transition:all .3s;transition:all .3s;width:100%}@media (min-width:600px){.c-header{padding:0 20px}.c-header__mainNav,.c-header__subNav{display:flex}.c-header__subNav>li:last-child{min-width:176px}#menuDrawer,.c-header__menu{display:none}}@media (hover:hover){.c-header__mainNav>li:hover{opacity:.7}}