/* screen - menu-pa */
@media(min-width:1200px){
  .menu-pa {
    align-items: flex-start;
    display: flex;
    height: 64px;
    min-width: 100%;
  }

  .menu-pa .menu-header {
    align-items: center;
    background-color: var(--white);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--tiara);
    border-top-style: solid;
    border-top-width: 1px;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    position: relative;
    width: 100%;
  }

  .menu-pa .frame-3967 {
    gap: 16px;
    justify-content: center;
    width: calc(100% - 40px)!important;
    justify-content: left;
  }

  .menu-pa .separator {
    height: 1px;
    position: relative;
    transform: rotate(-90deg);
    width: 32px;
    margin-right: -16px;
    margin-left: -16px;
  }

  .menu-pa .line-109 {
    height: 32px;
    left: 16px;
    position: absolute;
    top: -16px;
    transform: rotate(90deg);
    width: 1px;
  }

  .menu-pa .frame {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
    width: calc(100% - 40px);
    justify-content: left;
  }
}