@charset "utf-8";#global-nav{width:100%;line-height:1;position:fixed;z-index:9999;height:52px;top:0}#global-nav ul{display:flex}#global-nav li{width:33.33333%;width:-webkit-calc(100% / 3);width:calc(100% / 3)}#global-nav li a{background:#f4f2f2;display:inline-block;padding:20px 5px;text-align:center;text-decoration:none;color:#333;font-size:1.2rem;width:100%;height:52px}#global-nav li:first-of-type{position:relative;width:calc(40% - 1px)}#global-nav li:nth-of-type(2){width:31%;border-right:#fff 1px solid}#global-nav li:nth-of-type(3){width:30%}#global-nav li:nth-of-type(2) a,#global-nav li:nth-of-type(3) a{background:#e4e0e0}#global-nav li a:hover,#global-nav li a.select{background:#d0111a!important;color:#fff;opacity:1}#global-nav li:first-of-type a::after{content:'';display:block;height:calc(100% + 2px);width:120px;position:absolute;top:-1px;right:-119px;-webkit-clip-path:polygon(0 0,0% 100%,10px 50%);clip-path:polygon(0 0,0% 100%,10px 50%);background:#f4f2f2;transition:color .3s ease-out,background .3s ease-out}#global-nav li:first-of-type a:hover::after{background:#d0111a}@media screen and (min-width :768px){#global-nav li:first-of-type{width:calc(50% - 1px)}#global-nav li:nth-of-type(2){width:25%;border-right:#fff 1px solid}#global-nav li:nth-of-type(3){width:25%}#global-nav li a{font-size:1.6rem;height:52px}#global-nav li:first-of-type a::after{-webkit-clip-path:polygon(0 0,0% 100%,30px 50%);clip-path:polygon(0 0,0% 100%,30px 50%)}}