@charset "UTF-8";#g-nav_sp{position:fixed;z-index:999;top:0;right:-120%;width:100%;height:100vh;background:rgba(0,0,0,.7);transition:all .6s;margin:0}#g-nav_sp.panelactive{right:0}#g-nav_sp.panelactive{position:fixed;z-index:999;width:100%;height:100vh;overflow:auto;-webkit-overflow-scrolling:touch}#g-nav_sp ul{position:absolute;z-index:999;top:40%;left:50%;transform:translate(-50%,-50%)}#g-nav_sp li{list-style:none;text-align:center;width:100%;padding:0 0 10px}#g-nav_sp ul .flexbox{justify-content:center}#g-nav_sp ul .flexbox a img{height:40px;width:auto;border-radius:5px;margin-right:8px}.searchform{height:40px;display:flex;justify-content:center;flex-wrap:nowrap}.searchform input{display:block;background-color:#fff;color:#000;padding:3px 3px 3px 8px;height:40px;border-radius:5px 0 0 5px}.searchform button{display:block;background-color:#fff;width:40px;height:40px;border-radius:0 5px 5px 0}#g-nav_sp li a{color:#fff;border:none;background:0 0;text-decoration:none;font-size:1rem;display:block;text-transform:uppercase;font-weight:700;padding:0}.openbtn{position:fixed;z-index:9999;top:24px;right:24px;cursor:pointer;width:6%;height:auto}.openbtn span{display:inline-block;transition:all .4s;position:absolute;left:0;height:4px;border-radius:2px;background-color:#fff;width:100%}.openbtn span:nth-of-type(1){top:0}.openbtn span:nth-of-type(2){top:16px}.openbtn span:nth-of-type(3){top:32px}.openbtn.active span:nth-of-type(1){top:0;left:0;transform:translateY(16px) rotate(-45deg);width:100%}.openbtn.active span:nth-of-type(2){opacity:0}.openbtn.active span:nth-of-type(3){top:32px;left:0;transform:translateY(-16px) rotate(45deg);width:100%}@media screen and (max-width:768px){.openbtn{position:fixed;z-index:9999;top:16px;right:16px;cursor:pointer;width:8%;height:auto}.openbtn span{display:inline-block;transition:all .4s;position:absolute;left:0;height:3px;border-radius:2px;background-color:#fff;width:100%}.openbtn span:nth-of-type(1){top:0}.openbtn span:nth-of-type(2){top:13px}.openbtn span:nth-of-type(3){top:26px}}