@charset "utf-8";

@font-face {
  font-family: 'GTseriesFont-Num-001';
  src:
    url('/common/dist/gtsport/frame/fonts/GTseriesFont-Num-001.eot')   format('eot'),
    url('/common/dist/gtsport/frame/fonts/GTseriesFont-Num-001.woff2') format('woff2'),
    url('/common/dist/gtsport/frame/fonts/GTseriesFont-Num-001.woff')  format('woff'),
    url('/common/dist/gtsport/frame/fonts/GTseriesFont-Num-001.ttf')   format('truetype');
}

@media (max-width: 785px) {
/* device
--------------------------------------------------------------------------- */

.pc_view {
  display: none !important;
}

/* base
--------------------------------------------------------------------------- */

body {
  margin: 0;
}

body.noscroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.header-local,
.locale-window,
.nav-sp {
  color: #fff;
  font-family: 'Helvetica Neue', 'HelveticaNeue-Medium', 'HelveticaNeue-Light', 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* font
--------------------------------------------------------------------------- */

.locale-window {
  font-family: 'Helvetica Neue', 'HelveticaNeue-Medium', 'HelveticaNeue-Light', 'Roboto', sans-serif;
}

.header-user .user-profile,
.header-user .user-main {
  font-family: 'Roboto Condensed', sans-serif;
}

/* lang:ja
------------------------------------ */

body:lang(ja) .nav-sp {
  font-family: 'Helvetica Neue', 'HelveticaNeue-Medium', 'HelveticaNeue-Light', 'Roboto', 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .locale-window {
  direction: ltr;
}

body:lang(ar) .locale-window,
body:lang(ar) .header-user .user-login,
body:lang(ar) .header-user .user-profile,
body:lang(ar) .nav-sp {
  font-family: 'Helvetica Neue', 'HelveticaNeue-Medium', -apple-system, BlinkMacSystemFont, 'Noto Kufi Arabic', sans-serif;
}

/* link
--------------------------------------------------------------------------- */

.nav-sp a,
.header-local a,
.locale-window a {
  width: auto;
  color: #fff;
  text-decoration: none;
}

/* .btn-nav-sp
--------------------------------------------------------------------------- */

.btn-nav-sp {
  position: absolute;
  top: 12px;
  right: 12px;
  box-sizing: border-box;
  width: initial;
  height: initial;
  z-index: 1;
  direction: ltr;
}

body.local .btn-nav-sp {
  position: absolute;
}

.nav-sp .btn-nav-close {
  right: 10px;
  z-index: 10001;
}

.btn-nav-sp div,
.btn-nav-sp span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.2s;
}

.btn-nav-sp div {
  position: relative;
  width: 21px;
  height: 17px;
  margin: 15px 14.5px;
}

.btn-nav-sp span {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.btn-nav-sp span:nth-of-type(1) {
  top: 0;
}

.btn-nav-sp span:nth-of-type(2) {
  top: 8px;
}

.btn-nav-sp span:nth-of-type(3) {
  bottom: 0;
}

/* .btn-nav-sp.active
------------------------------------ */

.btn-nav-close.btn-nav-sp {
  background-color: rgba(255,255,255,0.08);
}

.btn-nav-sp.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.btn-nav-sp.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 0.4s forwards;
  animation: active-menu-bar02 0.4s forwards;
  opacity: 0;
}

.btn-nav-sp.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/* lang:ar
------------------------------------ */

body:lang(ar) .btn-nav-sp {
  right: inherit;
  left: 2px;
}

body:lang(ar) .nav-sp .btn-nav-close {
  right: inherit;
  left: 10px;
}

/* .nav-sp
--------------------------------------------------------------------------- */

.nav-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #202d40;
/*
background-image: -webkit-gradient(linear, right top, left bottom, from(#4d6d87), to(#4d6d87));
background-image: linear-gradient(225deg, #4d6d87 0%, #4d6d87 100%);
*/
  background-image: linear-gradient(180deg, #373648 3%, #4b5872 97%);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10000;
  opacity: 0;
}

.nav-sp .nav-sp-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#405873), to(#404c6a));
  background-image: linear-gradient(225deg, #405873 0%, #404c6a 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.nav-sp .nav-global .link::after,
.nav-sp .nav-btm li a::after,
.nav-sp .down::after,
.nav-sp .blank::after,
.locale-window .locale-inner h2::after,
.locale-window .locale-inner li a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-sp .nav-global .link::after,
.nav-sp .nav-btm li a::after,
.locale-window .locale-inner li a::after {
  right: 35px;
  background: url(/common/front/img/global/icon-nav-link.svg) no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
}

.nav-sp .down::after,
.nav-sp .locale-window .locale-inner h2::after {
  right: 35px;
  background: url(/common/front/img/global/icon-nav-open.svg) no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
}

.nav-sp .down.active::after,
.nav-sp .active .down::after,
.locale-window .locale-inner h2.active::after {
  background: url(/common/front/img/global/icon-nav-close.svg) no-repeat;
}

.nav-sp .blank::after {
  right: 33px;
  background: url(/common/front/img/global/icon-blank.svg) no-repeat;
  background-size: 10px 8px;
  width: 10px;
  height: 8px;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .nav-sp .nav-global .link::after,
body:lang(ar) .nav-sp .nav-btm li a::after {
  right: inherit;
  left: 35px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

body:lang(ar) .nav-sp .down::after {
  right: inherit;
  left: 35px;
}

body:lang(ar) .nav-sp .blank::after {
  right: inherit;
  left: 33px;
}

/* .nav-sp-main
-------------------------------------------------------- */

.nav-sp-main {
  position: absolute;
  top: 100px;
  left: 0;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
  z-index: 2;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}

.nav-sp-main .logo-gt {
  width: 68px;
  margin: 75px 0 38px 30px;
}

.nav-sp-main .home {
  font-family: 'HelveticaNeue-Light', 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0 0 18px 34px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .nav-sp-main {
  direction: rtl;
}

body:lang(ar) .nav-sp-main .logo-gt {
  margin-right: 30px;
  margin-left: 0;
}

body:lang(ar) .nav-sp-main .home {
  font-family: 'Helvetica Neue', 'HelveticaNeue-Medium', -apple-system, BlinkMacSystemFont, 'Noto Kufi Arabic', sans-serif;
  margin-right: 34px;
  margin-left: 0;
}

/* .nav-global
-------------------------------------------------------- */

.nav-sp .nav-global .nav-global-ul {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  letter-spacing: 0.04em;
}

.nav-sp .nav-global li > a,
.nav-global li > div {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 50px 7px 34px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.nav-sp .nav-global .current,
body.gtsport .nav-sp .nav-gtsport a,
body.news .nav-sp .nav-news a,
body.products .nav-sp .nav-products a,
body.academy .nav-sp .nav-academy a,
body.vgt .nav-sp .nav-vgt a,
body.sitepolicy .nav-sp .nav-sitepolicy a,
body.privacy .nav-sp .nav-privacy a,
.locale-window .nav-sp .locale-inner h2.active {
  background-color: transparent;
}

.nav-sp .nav-global li dl {
  margin: 0;
  padding: 10px 0 20px;
  line-height: 1.2;
}

.nav-sp .nav-global li dt a,
.nav-global li dt div {
  position: relative;
  display: block;
  padding: 5px 40px 5px 55px;
  font-size: 18px;
}

/* lang:ja
------------------------------------ */

body:lang(ja) .nav-sp .nav-global li dt a,
body:lang(ja) .nav-sp .nav-global li dt div {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-feature-settings: 'palt' 1;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .nav-sp .nav-global li > a,
body:lang(ar) .nav-sp .nav-global li > div {
  padding-right: 34px;
  padding-left: 50px;
}

body:lang(ar) .nav-sp .nav-global li dt a,
body:lang(ar) .nav-sp .nav-global li dt div {
  padding-right: 55px;
  padding-left: 40px;
}

/* .nav-btm
-------------------------------------------------------- */

.nav-sp .nav-btm .nav-btm-ul {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}

.nav-sp .nav-btm li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 34px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.nav-sp .nav-sp-main .sns-list {
  float: left;
  margin: 0 0 0 32px;
  padding: 0;
  list-style: none;
}

.nav-sp .nav-sp-main .sns-list li {
  margin-right: 6px;
}

.nav-sp .nav-sp-main .user-locale {
  float: right;
  margin: -12px 13px 0 0;
  padding: 20px;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .nav-sp .nav-sp-main .sns-list {
  float: right;
  margin-right: 32px;
  margin-left: 0;
}

body:lang(ar) .nav-sp .nav-sp-main .sns-list li {
  margin-right: 0;
  margin-left: 6px;
}

body:lang(ar) .nav-sp .nav-sp-main .user-locale {
  float: left;
  margin-right: 0;
  margin-left: 13px;
}

/* .nav-sp-locale
-------------------------------------------------------- */

.nav-sp-locale {
  position: absolute;
  top: 0;
  right: -100%;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
  z-index: 2;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}

.nav-sp-locale .back-nav {
  display: inline-block;
  margin-bottom: 60px;
  padding: 25px 30px 30px 35px;
}

.nav-sp-locale .back-nav span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.nav-sp-locale .back-nav span::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -21px;
  background: url(/common/front/img/global/icon-arrow.svg) no-repeat;
  background-size: 13px 8px;
  width: 13px;
  height: 8px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.nav-sp-locale .back-nav span::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
}

.nav-sp-locale .locale-window {
  clear: both;
  display: block !important;
}

.nav-sp-locale .locale-window h1 {
  margin: 0 0 20px 30px;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.3 !important;
  letter-spacing: 0.04em !important;
}

.nav-sp-locale .locale-close {
  display: none;
}

.nav-sp-locale .locale-inner h2 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 9px 50px 9px 30px;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.04em !important;
}

.nav-sp-locale .locale-inner ul {
  margin: 0;
  padding: 5px 0 15px;
}

.nav-sp-locale .locale-inner .area:nth-of-type(2) ul:first-of-type {
  padding: 5px 0 0;
}

.nav-sp-locale .locale-inner .area:nth-of-type(2) ul:last-of-type {
  padding: 0 0 15px;
}

.nav-sp-locale .locale-inner li a {
  position: relative;
  display: block;
  padding: 8px 55px 8px 80px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.nav-sp-locale .locale-inner li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 48px;
  background-repeat: no-repeat;
  background-size: 21px 15px;
  width: 21px;
  height: 15px;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .nav-sp-locale .back-nav {
  float: right;
}

/* header
--------------------------------------------------------------------------- */

.header-local {
  background-color: #202d40;
  width: 100%;
  padding: 0;
}

body.local .header-local {
  margin-bottom: 0;
}

.header-local .inner {
  position: relative;
  box-sizing: borderbox;
  width: 100%;
  height: 70px;
}

.header-local .logo-local {
  float: left;
  margin: 25px 0 0 5%;
  width: 108px;
  height: 20px;
  background-image: url('/common/front/img/global/logo-gtsport-mobile.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.nav-local {
  display: none;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .header-local .logo-local {
  float: right;
  margin-right: 5%;
  margin-left: 0;
}

/* .header-user
-------------------------------------------------------- */

.header-user {
  float: right;
  margin: 18px 62px 0 0;
}

.header-user .user-alert,
.header-user .user-locale {
  float: left;
  cursor: pointer;
}

.header-user .user-alert {
  position: relative;
  margin: 1px 0 0 13px;
}

.header-user .user-alert span {
  position: absolute;
  top: -5px;
  right: -4px;
  box-sizing: border-box;
  background: #c9394b;
  border-radius: 17px;
  min-width: 17px;
  height: 17px;
  padding: 3px 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.header-user .user-alert span:empty {
  display: none;
}

.header-user .user-alert img {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}

.header-local .user-locale,
.header-global-nav {
  display: none;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .header-user {
  float: left;
  margin-right: 0;
  margin-left: 55px;
}

body:lang(ar) .header-user .user-alert,
body:lang(ar) .header-user .user-locale {
  float: right;
}

body:lang(ar) .header-user .user-alert {
  margin-right: 12px;
  margin-left: 0;
}

body:lang(ar) .header-user .user-alert span {
  right: inherit;
  left: -7px;
}

body:lang(ar) .header-user .user-alert img {
  display: block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* .user-icon .user-login
-------------------------------------------------------- */

.header-user .user-icon {
  position: relative;
  float: left;
}

.header-user .user-icon .icon {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
}

.header-user .user-icon .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.header-user .user-icon p {
  display: none;
}

.header-user .user-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 9990;
  opacity: 0;
}

.header-user .user-login {
  display: none;
  position: absolute;
  top: 22px;
  right: -50px;
  width: 285px;
  padding-top: 12px;
  z-index: 9999;
  opacity: 0;
}

.header-user .user-login-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  border-style: solid;
  border-width: 0 4px 12px;
  border-color: transparent transparent #96a3a8;
  width: 0;
  height: 0;
}

.header-user .user-profile {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-image: linear-gradient(241deg, #68757c 0%, #96a3a9 23%, #8a979d 38%, #5d6a70 94%);
  padding: 25px 0 25px 20px;
  min-height: 180px;
}

.header-user .user-profile figure {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 180px;
  height: 180px;
  margin: 0;
  padding: 0;
  z-index: 0;
  opacity: 0;
}

.header-user .user-profile figure img {
  width: 100%;
  height: auto;
}

.header-user .user-profile .user-name,
.user-profile .user-lang {
  position: relative;
  z-index: 1;
}

.header-user .user-profile .user-name {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.header-user .user-profile .user-lang {
  position: relative;
  padding-left: 23px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-user .user-profile .user-lang::before {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
}

.header-user .user-stats {
  position: absolute;
  left: 15px;
  top: 100px;
}

.header-user .user-stats-item {
  float: left;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.header-user .user-stats-item--level {
  background-image: url('/common/dist/gtsport/frame/img/icon_level.svg');
}

.header-user .user-stats-item--driverClass {
  background-image: url('/common/dist/gtsport/frame/img/icon_driverClass.svg');
}

.header-user .user-stats-item--mannerPoint {
  background-image: url('/common/dist/gtsport/frame/img/icon_mannerPoint.svg');
}

.header-user .user-stats-item--driverClass .user-stats-value {
  position: relative;
  top: -1px;
  font-family: 'GTseriesFont-Num-001';
}

.header-user .user-stats-item--mannerPoint .user-stats-value {
  position: relative;
  top: -9px;
  font-family: 'GTseriesFont-Num-001';
}

.header-user .user-login .btn-set {
  background: #fff;
}

.header-user .user-login .btn-set div {
  border-bottom: 1px solid #efefef;
}

.header-user .user-login .btn-set div:last-of-type {
  border-bottom: none;
}

.header-user .user-login .btn-set a {
  display: block;
  padding: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.header-user .user-login .btn-set a:hover {
  text-decoration: underline;
}

/* lang:ja
------------------------------------ */

body:lang(ja) .header-user .user-login .btn-set a {
  letter-spacing: 0.12em;
}

body:lang(ja) .header-user .user-btn p {
  letter-spacing: 0.03em;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .header-user .user-icon,
body:lang(ar) .header-user .user-btn p {
  float: right;
}

body:lang(ar) .header-user .user-btn .icon {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}

body:lang(ar) .header-user .user-login {
  left: -50px;
  right: inherit;
  text-align: right;
}

body:lang(ar) .header-user .user-login-arrow {
  left: 72px;
  right: inherit;
}

body:lang(ar) .header-user .user-profile {
  background-image: linear-gradient(-241deg, #68757c 0%, #96a3a9 23%, #8a979d 38%, #5d6a70 94%);
  padding-right: 20px;
  padding-left: 0;
}

body:lang(ar) .header-user .user-profile figure {
  left: -20px;
  right: inherit;
}

body:lang(ar) .header-user .user-profile .user-lang {
  padding-right: 23px;
  padding-left: 0;
}

body:lang(ar) .header-user .user-profile .user-lang::before {
  left: inherit;
  right: 0;
}

body:lang(ar) .header-user .user-stats {
  left: inherit;
  right: 15px;
}

body:lang(ar) .header-user .user-stats-item {
  float: right;
}

/* .user-not-signed-in
--------------------------------------------------------------------------- */

.header-user .user-not-signed-in {
  float: left;
  line-height: 28px;
  font-family: 'Roboto Condensed';
  font-size: 12px;
  letter-spacing: -.03em;
}

.header-user .user-not-signed-in::before {
  content: '';
  float: left;
  margin: 4px 2px 0 0;
  width: 20px;
  height: 20px;
  background-image: url('/common/front/img/global/icon_signin.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body:lang(ar) .header-user .user-not-signed-in {
  float: left;
  margin: -10px 0 0 10px;
}

body:lang(ar) .header-user .user-not-signed-in::before {
  float: right;
  margin: 3px 0 0 8px;
}

/* nav
--------------------------------------------------------------------------- */

.nav-local {
  display: none;
}

/* .sns-list
-------------------------------------------------------- */

.nav-sp .sns-list {
  overflow: hidden;
}

.nav-sp .sns-list li {
  float: left;
}

.nav-sp .sns-list li img {
  width: 31px;
  height: 31px;
}

/* lang:ar
------------------------------------ */

body:lang(ar) .nav-sp .sns-list li {
  float: right;
}

/* locale
--------------------------------------------------------------------------- */

.locale-window {
  display: none !important;
}

.locale-inner li.au a::before,
.header-user .user-profile .user-lang.au::before {
  background-image: url(/common/front/img/global/locale/icon-country-au.svg);
}

.locale-inner li.hk a::before,
.header-user .user-profile .user-lang.hk::before {
  background-image: url(/common/front/img/global/locale/icon-country-hk.svg);
}

.locale-inner li.jp a::before,
.header-user .user-profile .user-lang.jp::before {
  background-image: url(/common/front/img/global/locale/icon-country-jp.svg);
}

.locale-inner li.kr a::before,
.header-user .user-profile .user-lang.kr::before {
  background-image: url(/common/front/img/global/locale/icon-country-kr.svg);
}

.locale-inner li.my a::before,
.header-user .user-profile .user-lang.my::before {
  background-image: url(/common/front/img/global/locale/icon-country-my.svg);
}

.locale-inner li.nz a::before,
.header-user .user-profile .user-lang.nz::before {
  background-image: url(/common/front/img/global/locale/icon-country-nz.svg);
}

.locale-inner li.sg a::before,
.header-user .user-profile .user-lang.sg::before {
  background-image: url(/common/front/img/global/locale/icon-country-sg.svg);
}

.locale-inner li.tw a::before,
.header-user .user-profile .user-lang.tw::before {
  background-image: url(/common/front/img/global/locale/icon-country-tw.svg);
}

.locale-inner li.th a::before,
.header-user .user-profile .user-lang.th::before {
  background-image: url(/common/front/img/global/locale/icon-country-th.svg);
}

.locale-inner li.be a::before,
.header-user .user-profile .user-lang.be::before {
  background-image: url(/common/front/img/global/locale/icon-country-be.svg);
}

.locale-inner li.cz a::before,
.header-user .user-profile .user-lang.cz::before {
  background-image: url(/common/front/img/global/locale/icon-country-cz.svg);
}

.locale-inner li.de a::before,
.header-user .user-profile .user-lang.de::before {
  background-image: url(/common/front/img/global/locale/icon-country-de.svg);
}

.locale-inner li.es a::before,
.header-user .user-profile .user-lang.es::before {
  background-image: url(/common/front/img/global/locale/icon-country-es.svg);
}

.locale-inner li.gr a::before,
.header-user .user-profile .user-lang.gr::before {
  background-image: url(/common/front/img/global/locale/icon-country-gr.svg);
}

.locale-inner li.fr a::before,
.header-user .user-profile .user-lang.fr::before {
  background-image: url(/common/front/img/global/locale/icon-country-fr.svg);
}

.locale-inner li.ie a::before,
.header-user .user-profile .user-lang.ie::before {
  background-image: url(/common/front/img/global/locale/icon-country-ie.svg);
}

.locale-inner li.it a::before,
.header-user .user-profile .user-lang.it::before {
  background-image: url(/common/front/img/global/locale/icon-country-it.svg);
}

.locale-inner li.lu a::before,
.header-user .user-profile .user-lang.lu::before {
  background-image: url(/common/front/img/global/locale/icon-country-lu.svg);
}

.locale-inner li.hu a::before,
.header-user .user-profile .user-lang.hu::before {
  background-image: url(/common/front/img/global/locale/icon-country-hu.svg);
}

.locale-inner li.nl a::before,
.header-user .user-profile .user-lang.nl::before {
  background-image: url(/common/front/img/global/locale/icon-country-nl.svg);
}

.locale-inner li.at a::before,
.header-user .user-profile .user-lang.at::before {
  background-image: url(/common/front/img/global/locale/icon-country-at.svg);
}

.locale-inner li.pl a::before,
.header-user .user-profile .user-lang.pl::before {
  background-image: url(/common/front/img/global/locale/icon-country-pl.svg);
}

.locale-inner li.pt a::before,
.header-user .user-profile .user-lang.pt::before {
  background-image: url(/common/front/img/global/locale/icon-country-pt.svg);
}

.locale-inner li.ru a::before,
.header-user .user-profile .user-lang.ru::before {
  background-image: url(/common/front/img/global/locale/icon-country-ru.svg);
}

.locale-inner li.ch a::before,
.header-user .user-profile .user-lang.ch::before {
  background-image: url(/common/front/img/global/locale/icon-country-ch.svg);
}

.locale-inner li.tr a::before,
.header-user .user-profile .user-lang.tr::before {
  background-image: url(/common/front/img/global/locale/icon-country-tr.svg);
}

.locale-inner li.gb a::before,
.header-user .user-profile .user-lang.gb::before {
  background-image: url(/common/front/img/global/locale/icon-country-gb.svg);
}

.locale-inner li.ca a::before,
.header-user .user-profile .user-lang.ca::before {
  background-image: url(/common/front/img/global/locale/icon-country-ca.svg);
}

.locale-inner li.us a::before,
.header-user .user-profile .user-lang.us::before {
  background-image: url(/common/front/img/global/locale/icon-country-us.svg);
}

.locale-inner li.br a::before,
.header-user .user-profile .user-lang.br::before {
  background-image: url(/common/front/img/global/locale/icon-country-br.svg);
}

.locale-inner li.mx a::before,
.header-user .user-profile .user-lang.mx::before {
  background-image: url(/common/front/img/global/locale/icon-country-mx.svg);
}

.locale-inner li.sa a::before,
.header-user .user-profile .user-lang.sa::before {
  background-image: url(/common/front/img/global/locale/icon-country-sa.svg);
}

.locale-inner li.cn a::before,
.header-user .user-profile .user-lang.cn::before {
  background-image: url(/common/front/img/global/locale/icon-country-cn.svg);
}

  .nav-sp-locale .locale-window {
    overflow: initial;
    position: initial;
    width: initial;
    height: initial;
  }
  .locale-window .locale-wrap {
    position: initial;
    width: initial;
    height: initial;
    min-height: initial;
    overflow: initial;
  }
  .nav-sp-locale .locale-window h1 {
    position: initial;
    padding: initial;
    opacity: 1;
  }
  .locale-window .locale-close {
    position: initial;
      font-size: initial;
      font-weight: initial;
      letter-spacing: initial;
      cursor: initial;
      opacity: 1;
  }
  .locale-window .locale-close span {
    position: initial;
      display: initial;
      padding: initial;
      transition: initial;
  }
  .locale-window .locale-inner {
    width: initial;
    min-width: initial;
    transition: initial;
    position: initial;
    opacity: initial;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .locale-window .locale-inner h2:first-of-type {
    margin-top: initial;
  }
  .locale-window .locale-bg {
    background-image: none;
    opacity: initial;
    overflow: initial;
    position: initial;
    width: initial;
    height: initial;
    min-height: initial;
  }
}