#suzuka-global-header {
  line-height: normal;
}
#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 {
  max-width: 1220px;
  margin: 0 auto;
}

#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 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #009d95;
  padding: 10px 0 0;
}

#suzuka-global-header .sgh-top-logo {
  margin-bottom: 18px;
}

#suzuka-global-header .sgh-top-right {
  text-align: right;
}

#suzuka-global-header .sgh-language {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding-left: 0.6em;
}

#suzuka-global-header .sgh-language button {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: auto;
  overflow: hidden;
  padding-right: 0.3em;
}

#suzuka-global-header .sgh-language button:after {
  content: "\e901";
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  margin-left: 1em;
  padding: 1.4em 0;
  transform: rotate(90deg);
}

#suzuka-global-header .sgh-language ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #ebeaea;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

#suzuka-global-header .sgh-language.is-navopen {
  z-index: 1000;
}

#suzuka-global-header .sgh-language.is-navopen button:after {
  transform: rotate(270deg);
}

#suzuka-global-header .sgh-language.is-navopen ul {
  display: block;
}

#suzuka-global-header .sgh-language.is-navopen li {
  border-bottom: 1px solid #ebeaea;
}

#suzuka-global-header .sgh-language.is-navopen a {
  display: block;
  text-align: center;
  padding: .6em;
  font-size: 14px;
}

#suzuka-global-header .sgh-top-nav > ul {
  display: flex;
}

#suzuka-global-header .sgh-top-nav-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 16px;
  font-weight: bold;
}
#suzuka-global-header .is-navopen .sgh-top-nav-link,
#suzuka-global-header .is-navopen .sgh-top-nav-link {
  color: #009d95;
}
#suzuka-global-header .sgh-top-nav-link:not(.hide-icon):after,
#suzuka-global-header .sgh-top-nav-link:not(.hide-icon):after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 12px;
  line-height: 0;
}
#suzuka-global-header .sgh-top-nav-link:not(.hide-icon):hover,
#suzuka-global-header .sgh-top-nav-link:not(.hide-icon):hover {
  background-color: #009d95;
  color: #fff;
}
#suzuka-global-header .sgh-top-nav-link:not(.hide-icon):hover:after,
#suzuka-global-header .sgh-top-nav-link:not(.hide-icon):hover:after {
  background-image: url(../img/icon_off.svg);
}
#suzuka-global-header .sgh-top-nav > ul > li.is-navopen > .sgh-top-nav-link i,
#suzuka-global-header .sgh-top-nav-link:not(.hide-icon):hover i {
  color: #fff;
}
#suzuka-global-header .is-navopen .sgh-top-nav-link:not(.hide-icon):after,
#suzuka-global-header .is-navopen .sgh-top-nav-link:not(.hide-icon):after {
  background-image: url(../img/icon_on.svg);
}

#suzuka-global-header .sgh-top-nav > ul > li.is-navopen > .sgh-top-nav-link {
  background-color: #009d95;
  color: #fff;
}

#suzuka-global-header .sgh-top-nav > ul i {
  color: #009d95;
  font-size: 39px;
  vertical-align: middle;
  margin-right: 15px;
}

#suzuka-global-header .sgh-top-nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 38px;
  background-color: #fff;
  text-align: left;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

#suzuka-global-header .sgh-top-nav-sub.is-navopen {
  display: block;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  z-index: 999;
}

#suzuka-global-header .sgh-top-nav-head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

#suzuka-global-header .sgh-top-nav-head .sgicon-arrow {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
  color: #333;
}

#suzuka-global-header .sgh-top-nav-imgs {
  display: flex;
  justify-content: space-between;
}

#suzuka-global-header .sgh-top-nav-img {
  display: block;
  position: relative;
  width: 23.6%;
  overflow: hidden;
}

#suzuka-global-header .sgh-top-nav-img span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .8em 1em .8em 0;
  line-height: 1;
  display: block;
  background-color: #fff;
}

#suzuka-global-header .sgh-top-nav-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .24s ease-in-out;
}

#suzuka-global-header .sgh-top-nav-img:hover img {
  transform: scale(1.2);
}

#suzuka-global-header .sgh-top-nav-links {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 0 30px 30px;
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#suzuka-global-header .sgh-top-nav-links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 33%;
  margin-top: 30px;
}

#suzuka-global-header .sgh-top-nav-links[col="2"] li {
  width: 50%;
}

#suzuka-global-header .sgh-top-nav-links[col="3"] li {
  width: 33%;
}

#suzuka-global-header .sgh-top-nav-links[col="2"] li:nth-child(2n + 1):before,
#suzuka-global-header .sgh-top-nav-links[col="3"] li:nth-child(3n + 1):before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #8d8e8b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

#suzuka-global-header .sgh-top-nav-links li:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #8d8e8b;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

#suzuka-global-header .sgh-top-nav-links li a {
  display: block;
}

#suzuka-global-header .sgh-nav {
  position: relative;
}

#suzuka-global-header .sgh-nav-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.sgh-nav-item {
  flex-grow: 1;
}

#suzuka-global-header .sgh-nav-item > a,
#suzuka-global-header .sgh-nav-item > button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 20px 12px 18px;
}
#suzuka-global-header .sgh-nav-item > a:not(.hide-icon):after,
#suzuka-global-header .sgh-nav-item > button:not(.hide-icon):after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon_off.svg);
  margin-left: 12px;
  line-height: 0;
}

#suzuka-global-header .sgh-nav-item > a:not(.hide-icon):hover,
#suzuka-global-header .sgh-nav-item > button:not(.hide-icon):hover,
#suzuka-global-header .sgh-nav-item > a.is-navopen,
#suzuka-global-header .sgh-nav-item > button.is-navopen {
  background-color: #009d95;
  color: #fff;
}
#suzuka-global-header .sgh-nav-item > a.hide-icon:hover,
#suzuka-global-header .sgh-nav-item > button.hide-icon:hover {
  color: #009d95;
}
#suzuka-global-header .sgh-nav-item > a.is-navopen:after,
#suzuka-global-header .sgh-nav-item > button.is-navopen:after {
  background-image: url(../img/icon_on.svg);
}

#suzuka-global-header .sgh-nav-sub {
  position: absolute;
  top: 100%;
  padding: 36px 36px 18px 32px;
  background-color: #fff;
  max-width: 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transition: opacity .21s ease-in;
}

#suzuka-global-header .sgh-nav-sub.is-navopen {
  display: inline-flex;
  flex-wrap: wrap;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  z-index: 100;
  min-width: 60%;
}

#suzuka-global-header .sgh-nav-sub[data-pos="left"] {
  left: 0;
  min-width: 0;
}

#suzuka-global-header .sgh-nav-sub[data-pos="right"] {
  right: 0;
}

#suzuka-global-header .sgh-nav-sub-items {
  display: inline-flex;
  flex-wrap: wrap;
}

#suzuka-global-header .sgh-nav-sub-item {
  padding-left: 51px;
}

#suzuka-global-header .sgh-nav-sub-item:nth-child(3n + 1) {
  padding-left: 0;
}

#suzuka-global-header .sgh-nav-sub li {
  display: flex;
  margin-bottom: 18px;
}

#suzuka-global-header .sgh-nav-sub a {
  display: flex;
  text-align: left;
  line-height: 1.45;
}

#suzuka-global-header .sgh-nav-sub a:before {
  content: '';
  margin-top: 9px;
  width: 10px;
  height: 1px;
  background-color: #8d8e8b;
  margin-right: 10px;
}

#suzuka-global-header .sg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transition: opacity .21s ease-in;
}

#suzuka-global-header .sg-overlay.is-navopen {
  display: block;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  z-index: 10;
}

#suzuka-global-header .sg-overlay.is-navopen + .sg-inner {
  z-index: 10;
}
.sgh-nav-close {
  position: absolute;
  top: 0;
  right: 16px;
}
.sgh-nav-close img {
  pointer-events: none;
}

.sgh-top-nav-sub .sgh-nav-close {
  top: 16px;
}
