/* mixin
==========================================*/
/* var
==========================================*/
:root {
  --top24ColorDBlue: #001E40;
  --top24ColorDBlue-rgb: 0, 30, 64;
  --top24ColorLBlue: #1B65D1;
}

#gnav-pc,
#gnav-sp,
#header-sp,
#header-pc {
  --e-global-color-secondary: var(--top24ColorDBlue);
  --e-global-color-accent: var(--top24ColorLBlue);
}

/* header-sp
==========================================*/
#header-sp .header__inner {
  height: 55px;
  background: var(--background-iamge, none) no-repeat center top/300px auto;
}
#header-sp .header__icons {
  display: flex;
  gap: 8px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
#header-sp .header__icons a {
  display: block;
  width: 36px;
  height: 100%;
}
#header-sp .header__icons-ticket a {
  background-color: var(--color-ticketicon, #FF9CCE);
  -webkit-mask: url(/cmn/images/top24/header/ico_header-pc01.svg) no-repeat center/100%;
  mask: url(/cmn/images/top24/header/ico_header-pc01.svg) no-repeat center/100%;
}
#header-sp .header__logo {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
#header-sp .header__logo img {
  height: 25px;
}
#header-sp .gnav-sp__toggle {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header-sp .gnav-sp__toggle.gnav-sp__open {
  right: 10px;
}
#header-sp .gnav-sp__toggle span {
  background-color: #fff;
}

/* gnav-sp
==========================================*/
#gnav-sp .gnav__head {
  height: 125px;
  background-color: var(--top24ColorDBlue);
  padding: 17px 10px 15px;
  margin: 0;
}
#gnav-sp .gnav__headClose {
  display: flex;
}
#gnav-sp .gnav__headClose p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-left: auto;
  height: 20px;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
#gnav-sp .gnav__headClose img {
  width: 20px;
  height: 20px;
}
#gnav-sp .gnav__headBtn {
  display: flex;
  justify-content: space-between;
  height: 48px;
  margin: 25px auto 0;
  max-width: 300px;
}
#gnav-sp .gnav__headBtn:before, #gnav-sp .gnav__headBtn:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
}
#gnav-sp .gnav__headBtn:before {
  order: 2;
}
#gnav-sp .gnav__headBtn:after {
  order: 4;
}
#gnav-sp .gnav__headBtn li {
  width: 60px;
}
#gnav-sp .gnav__headBtn li:nth-of-type(1) {
  order: 1;
}
#gnav-sp .gnav__headBtn li:nth-of-type(1) a {
  background-color: var(--color-ticketicon, #FF9CCE);
  -webkit-mask: url(/cmn/images/top24/header/ico_gnav-sp02.svg) no-repeat center/100%;
  mask: url(/cmn/images/top24/header/ico_gnav-sp02.svg) no-repeat center/100%;
}
#gnav-sp .gnav__headBtn li:nth-of-type(2) {
  order: 3;
}
#gnav-sp .gnav__headBtn li:nth-of-type(3) {
  order: 5;
}
#gnav-sp .gnav__headBtn a {
  display: block;
  height: 100%;
}

/* header-pc
==========================================*/
#header-pc .header__inner {
  height: 88px;
  display: flex;
  align-items: center;
  background: var(--background-iamge, none) no-repeat center top/1010px auto;
}
#header-pc .header__icons {
  position: absolute;
  width: min(100%, 1010px);
  height: 1px;
  left: 50%;
  top: 0;
  margin-left: calc(min(100%, 1010px) / -2);
}
#header-pc .header__icons ul {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  height: 88px;
  margin-left: 20px;
}
#header-pc .header__icons a {
  display: block;
  width: 72px;
  height: 56px;
}
#header-pc .header__icons-ticket a {
  background-color: var(--color-ticketicon, #FF9CCE);
  -webkit-mask: url(/cmn/images/top24/header/ico_header-pc01.svg) no-repeat center/100%;
  mask: url(/cmn/images/top24/header/ico_header-pc01.svg) no-repeat center/100%;
}
#header-pc .header__logo {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#header-pc .header__logo img {
  width: 80px;
}
#header-pc .header__snslinks {
  display: none;
  gap: 16px;
  position: absolute;
  top: 26px;
  padding: 8px 12px;
  margin-top: 6px;
  background-color: #777;
}
#header-pc .header__snslinks:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 8px 6.5px;
  border-color: transparent transparent #777 transparent;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 24px;
}
#header-pc .header__snslinks a {
  display: block;
  width: 45px;
  transition: opacity 0.3s;
}
#header-pc .header__snslinks a:hover {
  opacity: 0.7;
}
#header-pc .header__menu-link.is-active + .header__snslinks {
  display: flex;
}

/* header-pc
==========================================*/
#gnav-pc .gnav-subMenu {
  position: relative;
}
#gnav-pc .gnav-subMenu > span {
  display: inline-block;
  padding-left: 1.5em;
  color: #2e4eb5;
}
#gnav-pc .gnav-subMenu > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1d3994;
  border-right: 2px solid #1d3994;
  transform: rotate(135deg);
  transition: inherit;
}
#gnav-pc .gnav-subMenu .gnav-subMenu__inner {
  display: none;
  padding-left: 1.5rem;
  padding-top: 0.2rem;
}
#gnav-pc .gnav-subMenu .gnav-subMenu__inner.inner02 {
  position: absolute;
  background: #fff;
  padding-left: 0;
  border-radius: 10px;
  z-index: 10;
}
#gnav-pc .gnav-subMenu:hover .gnav-subMenu__inner {
  display: block;
}
#gnav-pc .gnav-subMenu .gnav-subMenu__popup {
  background: #fff;
  border: 3px solid #1B65D1;
  border-radius: 10px;
  margin-top: 1.3rem;
  padding: 1rem 1.5rem;
  position: relative;
}
#gnav-pc .gnav-subMenu .gnav-subMenu__popup::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 20%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 12;
}
#gnav-pc .gnav-subMenu .gnav-subMenu__popup::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 20%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #1B65D1;
  z-index: 11;
}
#gnav-pc .gnav-subMenu__list {
  display: flex;
  flex-direction: column;
}
#gnav-pc .gnav-subMenu__list li {
  width: 100% !important;
}
#gnav-pc .gnav-subMenu__list li + li {
  margin-top: 0.3em;
}

#gnav-sp .gnav__subMenu-link {
  background: var(--e-global-color-secondary);
  border-bottom: 1px solid #777777;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 17px 35px 17px 72px;
  font-size: 1.6rem;
}
#gnav-sp .gnav__subMenu-link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 26px;
}
#gnav-sp .gnav__subMenu-link.gnav__trigger::before {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #777777;
  position: absolute;
  top: 50%;
  right: 20.5px;
  transform: translateY(-50%);
}
#gnav-sp .gnav__subMenu-link.gnav__trigger::after {
  border: none;
  width: 3px;
  height: 20px;
  background: #777777;
  transform: translateY(-50%);
  right: 29px;
  transition: 0.3s;
}
#gnav-sp .gnav__subMenu-link.gnav__trigger.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}
#gnav-sp .gnav-subMenu__list > li > a {
  border-bottom: 1px solid #777777;
  display: flex;
  align-items: center;
  color: #1d3994;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 17px 35px 17px 72px;
  background: #fff;
  font-size: 1.6rem;
}
#gnav-sp .gnav-subMenu__list > li > a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 3px solid #777777;
  border-right: 3px solid #777777;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 26px;
}
/*# sourceMappingURL=header.css.map */