@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box; }

select::-ms-expand {
  display: none; }

html, body {
  height: 100%;
  width: 100%; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  min-width: 1200px;
  background: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.8; }

a {
  transition: all 0.3s linear;
  color: #750069;
  word-break: break-all; }

.eng {
  font-family: "Fjalla One", sans-serif; }

.is-hidden {
  display: none; }

.pc-hidden {
  display: none; }

* {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

@media only screen and (max-width: 768px) {
  .sp-hidden {
    display: none; }

  .pc-hidden {
    display: block; }

  body {
    min-width: 0; }

  .sp-scroll {
    width: 100%;
    overflow-x: auto; } }
#pagetop {
  width: 100%; }

.page__outer {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .page__outer {
      width: 100%;
      padding: 0 20px; } }

.topspacer {
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .topspacer {
      padding-top: 50px; } }

.bottomspacer {
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .bottomspacer {
      padding-bottom: 50px; } }

main {
  padding-top: 0;
  width: 100%;
  display: block; }
  @media only screen and (max-width: 768px) {
    main {
      padding-top: 70px; } }

.twoColumn__outer {
  zoom: 1;
  margin: 50px 0; }
  .twoColumn__outer:before, .twoColumn__outer:after {
    content: "";
    display: table; }
  .twoColumn__outer:after {
    clear: both; }
  .twoColumn__outer .mainColumn {
    float: left;
    width: 870px; }
    @media only screen and (max-width: 768px) {
      .twoColumn__outer .mainColumn {
        float: none;
        width: 100%; } }
  .twoColumn__outer .subColumn {
    float: right;
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .twoColumn__outer .subColumn {
        float: none;
        width: 100%; } }

.underconstruction {
  padding: 100px;
  text-align: center;
  width: 800px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .underconstruction {
      padding: 50px 20px;
      width: 100%; } }
  .underconstruction__title {
    font-family: "Fjalla One", sans-serif;
    font-size: 6rem; }
    @media only screen and (max-width: 768px) {
      .underconstruction__title {
        font-size: 3rem; } }
  .underconstruction__note {
    font-size: 1.8rem;
    margin-top: 1em; }
    @media only screen and (max-width: 768px) {
      .underconstruction__note {
        font-size: 1.2rem; } }

.notfound {
  padding: 100px;
  text-align: center;
  width: 800px;
  margin: 115px auto 0; }
  @media only screen and (max-width: 768px) {
    .notfound {
      padding: 0px 20px;
      width: 100%;
      margin-top: 50px; } }
  .notfound__img {
    text-align: center; }
  .notfound__title {
    font-family: "Fjalla One", sans-serif;
    font-size: 6rem; }
    @media only screen and (max-width: 768px) {
      .notfound__title {
        font-size: 3rem; } }
  .notfound__note {
    font-size: 1.8rem;
    margin-top: 1em; }
    @media only screen and (max-width: 768px) {
      .notfound__note {
        font-size: 1.2rem; } }

/* global navigation
---------------------------------------- */
#gnav {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1200px; }
  @media only screen and (max-width: 768px) {
    #gnav {
      height: 0;
      transition: 0.3s;
      position: fixed;
      top: 70px;
      width: 100%;
      background: rgba(0, 0, 0, 0.95);
      overflow: hidden;
      padding: 0 20px; } }
  @media only screen and (max-width: 768px) {
    #gnav.is-active {
      overflow: scroll;
      height: 100%;
      padding-bottom: 100px; } }

@media only screen and (max-width: 768px) {
  .menu {
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px; } }
.menu::after {
  content: "\f0c9";
  font-family: "FontAwesome"; }
@media only screen and (max-width: 768px) {
  .menu.is-active::after {
    content: "×";
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; } }

.gnav__outer {
  position: relative;
  top: 35px; }
  @media only screen and (max-width: 768px) {
    .gnav__outer {
      width: 100%;
      top: 0; } }
  .gnav__outer .lNav,
  .gnav__outer .rNav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 540px; }
    @media only screen and (max-width: 768px) {
      .gnav__outer .lNav,
      .gnav__outer .rNav {
        display: block;
        width: 100%; } }
  .gnav__outer .lNav {
    left: 10px;
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .gnav__outer .lNav {
        position: static;
        left: auto; } }
  .gnav__outer .rNav {
    position: absolute;
    right: 47px;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .gnav__outer .rNav {
        position: static;
        right: auto;
        width: auto; } }
.gnav__item {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .gnav__item {
      border-bottom: #666 1px solid; } }
  .gnav__item a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 33px 7px;
    text-align: center;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .gnav__item a {
        text-align: left;
        position: relative; } }
    @media only screen and (max-width: 768px) {
      .gnav__item a::after {
        content: "\f196";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 1.8rem;
        color: #666; } }
    .gnav__item a:hover, .gnav__item a.is-active {
      background: rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 768px) {
      .gnav__item a.is-active::after {
        content: "\f147"; } }
    .gnav__item a.nav_seasonpass {
      line-height: 1.4;
      padding: 20px 7px; }
  @media only screen and (max-width: 768px) {
    .gnav__item > a {
      pointer-events: none; } }
.gnav__drop, .schoolNav__outer {
  display: block;
  position: absolute;
  top: 80px;
  width: auto;
  white-space: nowrap;
  z-index: 100;
  transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    .gnav__drop, .schoolNav__outer {
      position: static; } }
  .gnav__drop li, .schoolNav__outer li {
    overflow: hidden;
    height: 0;
    transition: 0.3s; }
    @media only screen and (max-width: 768px) {
      .gnav__drop li, .schoolNav__outer li {
        border-bottom: none;
        background: rgba(34, 34, 34, 0.9); } }
    .gnav__drop li.gnav__drop__sub, .schoolNav__outer li.gnav__drop__sub {
      background: rgba(51, 51, 51, 0.9); }
      .gnav__drop li.gnav__drop__sub a, .schoolNav__outer li.gnav__drop__sub a {
        padding: 20px 30px 20px 50px; }
    .gnav__drop li a, .schoolNav__outer li a {
      border-bottom: rgba(255, 255, 255, 0.15) 1px solid;
      padding: 20px 30px;
      text-align: left; }
      .gnav__drop li a:hover, .schoolNav__outer li a:hover {
        background: rgba(90, 90, 90, 0.9); }
      @media only screen and (max-width: 768px) {
        .gnav__drop li a::after, .schoolNav__outer li a::after {
          content: ""; } }
  .gnav__drop.is-active, .is-active.schoolNav__outer {
    background: rgba(0, 0, 0, 0.9); }
    .gnav__drop.is-active li, .is-active.schoolNav__outer li {
      height: auto;
      overflow: visible; }

.schoolNav__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0;
  height: 0;
  overflow: hidden;
  transform: translateX(-25%); }
  @media only screen and (max-width: 768px) {
    .schoolNav__outer {
      width: auto;
      display: block;
      padding: 0;
      transform: translateX(0); } }
  .schoolNav__outer.is-active {
    height: auto;
    overflow: visible;
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .schoolNav__outer.is-active {
        padding: 0; } }
  .schoolNav__outer.is-active .schoolNav__inner {
    height: auto;
    overflow: visible; }
  .schoolNav__outer.is-active .schoolNav__title {
    padding: 10px 30px; }
    @media only screen and (max-width: 768px) {
      .schoolNav__outer.is-active .schoolNav__title {
        padding: 20px 30px; } }
.schoolNav__inner {
  overflow: hidden;
  height: 0;
  transition: 0.3s;
  width: 100%;
  padding: 0 10px; }
  @media only screen and (max-width: 768px) {
    .schoolNav__inner {
      padding: 0; } }
.schoolNav__title {
  background: rgba(117, 0, 105, 0.8);
  color: #fff;
  font-size: 1.2rem;
  padding: 0 30px;
  text-align: center; }
.schoolNav--pc {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  @media only screen and (max-width: 768px) {
    .schoolNav--pc {
      display: block; } }
  .schoolNav--pc ul:first-child {
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .schoolNav--pc ul:first-child {
        margin-right: 0; } }

@media all and (-ms-high-contrast: none) {
  .schoolNav__inner {
    width: auto; }

  .is-active.schoolNav__outer {
    width: 600px; } }
/* sub navigation
---------------------------------------- */
.subNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: -530px;
  position: absolute;
  right: 50%;
  top: 0; }
  @media only screen and (max-width: 768px) {
    .subNav {
      position: static;
      right: auto;
      margin-right: 0;
      display: block; } }
  @media only screen and (max-width: 768px) {
    .subNav li {
      border-bottom: #666 1px solid; } }
  .subNav::after {
    border-right: #555 1px solid;
    content: "";
    height: 35px;
    padding-left: 10px;
    transform: rotate(18deg);
    margin-top: -5px;
    width: 1px; }
    @media only screen and (max-width: 768px) {
      .subNav::after {
        display: none; } }
  .subNav a {
    color: #bbb;
    display: block;
    font-size: 1.3rem;
    height: 35px;
    line-height: 35px;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .subNav a {
        color: #fff;
        font-size: 1.4rem;
        height: auto;
        line-height: 1;
        padding: 33px 10px; } }
    .subNav a:hover,
    .subNav a .english__btn a:hover {
      color: #999; }
  .subNav__goods {
    padding-left: 1em; }
    @media only screen and (max-width: 768px) {
      .subNav__goods {
        padding-left: 0; } }
    .subNav__goods a::before {
      content: "\f07a";
      font-family: "FontAwesome";
      font-size: 1.3rem;
      padding-right: 0.5em; }
      @media only screen and (max-width: 768px) {
        .subNav__goods a::before {
          content: "";
          padding-right: 0; } }
  .subNav__futsal {
    padding-left: 1em; }
    @media only screen and (max-width: 768px) {
      .subNav__futsal {
        padding-left: 0; } }
    .subNav__futsal a::before {
      content: "\f1e3";
      font-family: "FontAwesome";
      padding-right: 0.25em; }
      @media only screen and (max-width: 768px) {
        .subNav__futsal a::before {
          content: "";
          padding-right: 0; } }
  .subNav__english {
    display: none; }
    @media only screen and (max-width: 768px) {
      .subNav__english {
        display: block;
        padding-left: 0; } }
  .subNav__sns {
    padding-left: 1em; }
    @media only screen and (max-width: 768px) {
      .subNav__sns {
        display: none; } }
    .subNav__sns a {
      color: #bbb;
      display: block;
      height: 35px;
      line-height: 35px;
      text-decoration: none;
      transition: all 0.3s linear; }
      .subNav__sns a img {
        vertical-align: middle;
        height: 18px;
        width: auto; }
      @media only screen and (max-width: 768px) {
        .subNav__sns a {
          color: #fff;
          height: auto;
          line-height: 1; } }
      .subNav__sns a:hover img {
        vertical-align: middle;
        height: 18px;
        width: auto; }

/* sub navigation
---------------------------------------- */
.spmenu_bottomNav {
  display: none; }
  @media only screen and (max-width: 768px) {
    .spmenu_bottomNav {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: space-between;
      margin-top: 25px; } }
  @media only screen and (max-width: 768px) {
    .spmenu_bottomNav li {
      width: 20%;
      text-align: center; } }
  .spmenu_bottomNav li img {
    height: 24px;
    width: auto; }

/* spmenu_bottomNav
---------------------------------------- */
.search__btn {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin-right: -600px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 58px;
  width: 40px; }
  @media only screen and (max-width: 768px) {
    .search__btn {
      display: none; } }
  .search__btn:hover {
    opacity: 0.8; }
  .search__btn::after {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .search__btn.is-active::after {
    content: "\f00d"; }

#googleSearch {
  background: #750069;
  width: 413px;
  position: absolute;
  top: 115px;
  right: 0;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden; }
  @media only screen and (max-width: 768px) {
    #googleSearch {
      width: 100%;
      position: relative;
      visibility: visible;
      background: none;
      top: 0;
      margin-top: 25px;
      padding: 0; } }
  #googleSearch.is-active {
    visibility: visible; }
  #googleSearch input {
    font-size: 1.8rem;
    padding: 0.25em; }
  #googleSearch #textform {
    border: none;
    outline: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
    width: 360px; }
    @media only screen and (max-width: 768px) {
      #googleSearch #textform {
        width: 83%; } }
  #googleSearch::after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #222;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      #googleSearch::after {
        right: 5%; } }

#searchBtn {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px; }
  @media only screen and (max-width: 768px) {
    #searchBtn {
      width: 15%;
      height: 100%;
      top: 0;
      right: 0; } }

/* english
---------------------------------------- */
.english__btn {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  margin-right: -600px;
  position: absolute;
  right: 50%;
  top: 0;
  font-family: "Fjalla One", sans-serif; }
  @media only screen and (max-width: 768px) {
    .english__btn {
      display: none; } }
  .english__btn a {
    color: #bbb;
    text-decoration: none;
    display: block;
    height: 35px;
    line-height: 35px; }
    @media only screen and (max-width: 768px) {
      .english__btn a {
        color: #fff; } }

/* tiket__iconBtn
---------------------------------------- */
.tiket__iconBtn {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tiket__iconBtn {
      display: block;
      position: absolute;
      height: auto;
      line-height: 1;
      background: none;
      top: 13px;
      right: 10px;
      margin-right: 0;
      color: #fff; } }
  .tiket__iconBtn a {
    color: #bbb;
    text-decoration: none;
    display: block; }
    @media only screen and (max-width: 768px) {
      .tiket__iconBtn a {
        color: #fff;
        display: inline-block;
        text-align: center;
        margin: 0 5px;
        vertical-align: top; } }
  .tiket__iconBtn__icon {
    color: #bbb;
    text-decoration: none;
    display: block;
    height: 30px; }
    @media only screen and (max-width: 768px) {
      .tiket__iconBtn__icon {
        color: #fff;
        display: block; } }
    @media only screen and (max-width: 768px) {
      .tiket__iconBtn__icon img {
        width: 30px;
        height: auto; } }
  @media only screen and (max-width: 768px) {
    .tiket__iconBtn__txt {
      color: #fff;
      display: block;
      font-size: 1.0rem; } }

/* tiket
---------------------------------------- */
.tiket__btn {
  display: none;
  font-family: "Fjalla One", sans-serif; }
  @media only screen and (max-width: 768px) {
    .tiket__btn {
      display: block;
      position: absolute;
      height: auto;
      line-height: 1;
      background: none;
      top: 20px;
      right: 10px;
      margin-right: 0;
      color: #fff; } }
  .tiket__btn a {
    color: #bbb;
    text-decoration: none;
    display: block;
    height: 35px;
    line-height: 35px; }
    @media only screen and (max-width: 768px) {
      .tiket__btn a {
        color: #fff;
        display: inline-block; } }

/* local navigation
---------------------------------------- */
.localNav {
  position: relative;
  z-index: 400;
  width: 100%;
  background: rgba(220, 220, 220, 0.9);
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 768px) {
    .localNav {
      position: fixed;
      top: 70px;
      height: 100%;
      background: transparent;
      pointer-events: none; } }
  .localNav .page__outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .localNav .page__outer {
        display: block;
        padding: 0;
        height: 100%; } }
    .localNav .page__outer h2 {
      color: #750069;
      font-weight: bold;
      padding: 10px 25px 10px 15px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .localNav .page__outer h2 {
          background: #000;
          text-align: center;
          color: #fff;
          padding: 25px;
          pointer-events: auto; } }
      .localNav .page__outer h2::after {
        position: absolute;
        border-right: #750069 1px solid;
        content: "";
        height: 43px;
        padding-left: 15px;
        transform: rotate(18deg);
        margin-top: -12px;
        width: 1px; }
        @media only screen and (max-width: 768px) {
          .localNav .page__outer h2::after {
            border-right: none;
            content: "\f0fe";
            height: auto;
            padding-left: 0;
            transform: rotate(0deg);
            margin-top: 0;
            width: auto;
            font-family: "FontAwesome";
            top: 50%;
            right: 15px;
            transform: translateY(-50%); } }
      @media only screen and (max-width: 768px) {
        .localNav .page__outer h2.is-active::after {
          content: "\f146"; } }
    .localNav .page__outer ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .localNav .page__outer ul {
          display: block;
          height: 0;
          overflow-y: hidden; } }
      @media only screen and (max-width: 768px) {
        .localNav .page__outer ul.is-active {
          height: 100%;
          max-height: calc(100% - 142px);
          overflow: auto;
          pointer-events: auto; } }
      .localNav .page__outer ul li a {
        display: block;
        text-decoration: none;
        color: #222;
        padding: 15px; }
        @media only screen and (max-width: 768px) {
          .localNav .page__outer ul li a {
            background: #666;
            color: #fff;
            border-bottom: #ccc 1px solid;
            padding: 20px; } }
  .localNav__item {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .localNav__item {
        border-bottom: #666 1px solid; } }
    .localNav__item a {
      color: #fff;
      display: block;
      padding: 33px 7px;
      text-align: center;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .localNav__item a {
          text-align: left;
          position: relative; } }
  .localNav__drop {
    display: block !important;
    position: absolute !important;
    top: 80px;
    width: auto;
    white-space: nowrap;
    z-index: 100;
    transition: 0.3s; }
    @media only screen and (max-width: 768px) {
      .localNav__drop {
        position: relative !important;
        top: 0;
        width: 100%;
        height: auto !important; } }
    .localNav__drop li {
      overflow: hidden;
      height: 0;
      transition: 0.3s; }
      @media only screen and (max-width: 768px) {
        .localNav__drop li {
          height: auto;
          border-bottom: #666 1px solid;
          background: rgba(34, 34, 34, 0.9); } }
      .localNav__drop li a {
        background: #750069;
        color: #fff !important;
        border-bottom: #ccc 1px solid;
        padding: 15px 20px !important;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .localNav__drop li a {
            padding: 20px 10px 20px 40px !important; } }
        .localNav__drop li a:hover {
          background: #9a148d; }
        @media only screen and (max-width: 768px) {
          .localNav__drop li a::after {
            content: ""; } }
    .localNav__drop.is-active {
      background: rgba(0, 0, 0, 0.9); }
      .localNav__drop.is-active li {
        height: auto;
        overflow: visible; }

#slide-line {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #750069;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media only screen and (max-width: 768px) {
    #slide-line {
      display: none; } }

/* third navigation
---------------------------------------- */
.thirdNav {
  width: 100%;
  background: #fff;
  border-bottom: #ddd 1px solid; }
  @media only screen and (max-width: 768px) {
    .thirdNav {
      border: none; } }
  .thirdNav__outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .thirdNav__outer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch; } }
  .thirdNav__item {
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .thirdNav__item {
        width: 50%;
        text-align: center;
        border-bottom: #ddd 1px solid; } }
    @media only screen and (max-width: 768px) {
      .thirdNav__item:nth-child(odd) {
        border-right: #ddd 1px solid; } }
    .thirdNav__item::before {
      content: "";
      width: 100%;
      height: 100%;
      background: #750069;
      position: absolute;
      top: 100%;
      left: 0;
      transition: all 0.2s linear; }
    .thirdNav__item:hover::before {
      top: 0; }
    .thirdNav__item a {
      display: block;
      color: #222;
      font-weight: bold;
      text-decoration: none;
      padding: 30px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .thirdNav__item a {
          padding: 10px; } }
      .thirdNav__item a:hover {
        color: #fff; }

.is--current.thirdNav__item::before {
  top: 90%; }

.is--current.thirdNav__item:hover::before {
  top: 0; }

/*# sourceMappingURL=common.css.map */
