#Menu_Wrapper {
  text-align: center;
  background-color: #D6007F;
}
@media print, screen and (min-width: 961px) {
  #Menu_Wrapper {
    padding: 22px 0 24px 0;
  }
}
#Menu._isFixed #Menu_Wrapper {
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
}
#Menu ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960.98px) {
  #Menu ul {
    flex-wrap: wrap;
  }
}
#Menu .menu_item {
  font-weight: 700;
  letter-spacing: .05em;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (560))))), 1.8rem);
}
@media screen and (max-width: 960.98px) {
  #Menu .menu_item {
    padding: 1.2em 0;
    position: relative;
  }
  #Menu .menu_item:nth-child(1) {
    border-bottom: 1px solid #FFF;
    width: 40%;
  }
  #Menu .menu_item:nth-child(2), #Menu .menu_item:nth-child(3) {
    border-bottom: 1px solid #FFF;
    width: 30%;
  }
  #Menu .menu_item:nth-child(4) {
    width: 40%;
  }
  #Menu .menu_item:nth-child(5), #Menu .menu_item:nth-child(6) {
    width: 30%;
  }
}
@media print, screen and (min-width: 961px) {
  #Menu .menu_item {
    padding: 0 1.3em;
  }
}
@media print, screen and (min-width: 961px) {
  #Menu .menu_item {
    border-right: 1px solid #FFF;
  }
}
@media screen and (max-width: 960.98px) {
  #Menu .menu_item:nth-child(1)::after, #Menu .menu_item:nth-child(2)::after, #Menu .menu_item:nth-child(4)::after, #Menu .menu_item:nth-child(5)::after {
    background-color: #FFF;
    width: 1px;
    height: 1.2em;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 961px) {
  #Menu .menu_item:nth-child(1), #Menu .menu_item:nth-child(2), #Menu .menu_item:nth-child(4), #Menu .menu_item:nth-child(5) {
    border-left: 1px solid #FFF;
  }
}
#Menu .menu_item a {
  color: #FFF;
  text-decoration: none;
  padding: 0 .2em 2px .2em;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #Menu .menu_item a {
    display: inline-block;
  }
}
@media (hover: hover) and (pointer: fine) {
  #Menu .menu_item a span.c-hover-line {
    background: linear-gradient(currentColor, currentColor) 50% 100%/0% 1px no-repeat;
    transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */
    padding-bottom: 0.5em;
  }
  #Menu .menu_item a:hover span.c-hover-line {
    background: linear-gradient(currentColor, currentColor) 50% 100%/100% 1px no-repeat;
  }
}
#Menu .menu_item._current a::after {
  width: 100%;
}

/*# sourceMappingURL=common.css.map */
