.b-hamburger{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;z-index:2;margin:0;padding:.8rem 1.2rem;background:none;border:1px solid var(--color-white);border-radius:64px;cursor:pointer;color:var(--color-white);font:400 1.2rem/1.2 var(--font-text)}@media only screen and (max-width: 1440px){.b-hamburger{padding:.7rem 1.2rem;font-size:1.1rem}}@media only screen and (max-width: 1080px){.b-hamburger{padding:.7rem 1.2rem;font-size:1rem}}@media only screen and (max-width: 767px){.b-hamburger{padding:0;width:50px;height:50px}}.b-hamburger__box{position:relative;display:inline-block;margin:0 .7rem 0 0;width:20px;height:3px}@media only screen and (max-width: 767px){.b-hamburger__box{margin:0}}.b-hamburger__inner,.b-hamburger__inner:after,.b-hamburger__inner:before{position:absolute;display:block;width:20px;height:2px;background-color:var(--color-white);border-radius:4px;transition-duration:.4s;transition-property:transform;transition-timing-function:ease-out}.b-hamburger__inner:after,.b-hamburger__inner:before{display:block;content:""}.b-hamburger__inner:before{top:-7px;transition:top .2s ease-in .25s,opacity .2s ease-out}.b-hamburger__inner:after{bottom:-7px;transition:bottom .2s ease-in .25s,transform .4s ease-out,width .4s ease-out}.is-nav-opened .b-hamburger__inner{transform:rotate(225deg);transition-delay:.2s;transition-timing-function:ease-out}.is-nav-opened .b-hamburger__inner:before{top:0;opacity:0;transition:top .2s ease-out,opacity .2s ease-out .2s}.is-nav-opened .b-hamburger__inner:after{bottom:0;width:20px;transform:rotate(-90deg);transition:bottom .2s ease-out,transform .4s ease-out .2s,width .2s ease-out}@media only screen and (max-width: 767px){.b-hamburger .span{display:none}}
