#suzuka-global-header .sgh-language button:after {
  font-family: 'suzuka' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#suzuka-global-header .sgh-inner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 56px 0;
  font-size: 15.6px;
  background-color: #fff;
  overflow: auto;
}

#suzuka-global-header .sgh-inner.is-navopen {
  display: block;
}

#suzuka-global-header .sgh-inner li {
  margin: 0;
}

#suzuka-global-header .sgh-inner a {
  text-decoration: none;
  color: #333;
  line-height: inherit;
}

#suzuka-global-header .sgh-inner a:hover {
  color: #009d95;
}

#suzuka-global-header .sgh-top-logo {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #009d95;
  padding: 16px 9px;
  z-index: 1000;
  background-color: #fff;
}

#suzuka-global-header .sgh-top-logo img {
  width: 243px;
}

#suzuka-global-header .sgh-menu {
  position: absolute;
  top: 15px;
  right: 9px;
  z-index: 1000;
}

#suzuka-global-header .sgh-menu i {
  font-size: 24px;
  color: #4d4948;
}

#suzuka-global-header .is-menuopen .sgh-menu .sgicon-menu_close,
#suzuka-global-header .sgh-menu .sgicon-menu {
  display: block;
}

#suzuka-global-header .sgh-menu .sgicon-menu_close,
#suzuka-global-header .is-menuopen .sgh-menu .sgicon-menu {
  display: none;
}

#suzuka-global-header .sgh-top-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 22px;
  text-align: left;
}

#suzuka-global-header .sgh-toppage {
  font-weight: bold;
}

#suzuka-global-header .sgh-top-right .sgh-language {
  margin-left: auto;
  font-size: 12px;
}

#suzuka-global-header .sgh-top-right .sgh-language ul {
  display: flex;
}

#suzuka-global-header .sgh-top-right .sgh-language ul li {
  border-right: 1px solid #8d8e8b;
  line-height: 1;
}

#suzuka-global-header .sgh-top-right .sgh-language ul li:first-child {
  border-left: 1px solid #8d8e8b;
}

#suzuka-global-header .sgh-top-right .sgh-language ul li a {
  padding: 0 1em;
}

#suzuka-global-header .sgh-top-nav {
  border-top: 1px solid #8d8e8b;
  margin-top: 15px;
  width: 100%;
}

#suzuka-global-header .sgh-top-nav > ul > li {
  position: relative;
  border-bottom: 1px solid #8d8e8b;
}

#suzuka-global-header .sgh-inner .sgh-top-nav-link {
  position: relative;
  display: block;
  width: 100%;
  color: #009d95;
  padding: 21px 12px 21px 42px;
  font-weight: bold;
  text-align: left;
}

#suzuka-global-header .sgh-top-nav-link:after,
#suzuka-global-header .sgh-top-nav-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  transform: translate(0, -50%);
  background-color: #2d2d2d;
}

#suzuka-global-header .sgh-top-nav-link:before {
  transform: translate(0, -50%) rotate(90deg);
}

#suzuka-global-header li.is-navopen .sgh-top-nav-link:before {
  display: none;
}

#suzuka-global-header .sgh-top-nav-link i {
  position: absolute;
  top: 24px;
  left: 0;
  font-size: 21px;
}

#suzuka-global-header .sgh-top-nav-link .sgicon-amusement {
  font-size: 24px;
}

#suzuka-global-header .sgh-top-nav-sub {
  display: none;
  padding-left: 42px;
  padding-bottom: 21px;
  font-size: 12.5px;
}

#suzuka-global-header .sgh-top-nav-sub.is-navopen {
  display: block;
}

#suzuka-global-header .sgh-top-nav-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#suzuka-global-header .sgh-top-nav-img {
  position: relative;
  width: 47.3%;
  margin-bottom: 20px;
}

#suzuka-global-header .sgh-top-nav-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.6em 1em 0.6em 0;
  background-color: #fff;
  line-height: 1;
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: bold;
}

#suzuka-global-header .sgh-top-nav-head {
  font-weight: bold;
  margin-bottom: 12px;
}

#suzuka-global-header .sgh-top-nav-head .sgicon-arrow {
  font-size: 10px;
  margin-left: 15px;
}

#suzuka-global-header .sgh-top-nav-links {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 6px 30px 30px;
  margin-top: 10px;
}

#suzuka-global-header .sgh-top-nav-links li {
  position: relative;
  margin-top: 21px;
  font-weight: bold;
}

#suzuka-global-header .sgh-top-nav-links li a {
  display: flex;
}

#suzuka-global-header .sgh-top-nav-links li a:before {
  content: '';
  display: block;
  margin-top: 9px;
  width: 10px;
  height: 1px;
  background-color: #8d8e8b;
  margin-right: 10px;
}

#suzuka-global-header .sgh-nav {
  width: calc(100% - 44px);
  margin: 0 auto;
}

#suzuka-global-header .sgh-nav-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#suzuka-global-header .sgh-nav-item {
  width: 47%;
  text-align: left;
  margin-bottom: 40px;
}

#suzuka-global-header .sgh-nav-item > a {
  display: block;
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
}

#suzuka-global-header .sgh-nav-sub {
  display: none;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 6px 24px 24px;
  margin-top: 30px;
  width: calc(100vw - 44px);
}

#suzuka-global-header .sgh-nav-item:nth-child(even) .sgh-nav-sub {
  position: relative;
  left: -113%;
}

#suzuka-global-header .sgh-nav-sub-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  font-size: 12px;
  width: 100%;
}

#suzuka-global-header .sgh-nav-sub-item > li {
  width: 49%;
  margin-top: 15px;
  font-weight: bold;
}

#suzuka-global-header .sgh-nav-sub-item > li a {
  display: flex;
}

#suzuka-global-header .sgh-nav-sub-item > li a:before {
  content: '';
  margin-top: 9px;
  width: 8px;
  height: 1px;
  background-color: #8d8e8b;
  margin-right: 10px;
}

#suzuka-global-header .is-navopen.sgh-nav-sub {
  display: flex;
  position: relative;
  z-index: 11;
}

.sgh-nav-close {
  display: none;
}
