@charset "utf-8";

@font-face {
  font-family: 'GTseriesFont-Num-001';
  src:
    url('../eot/gtseriesfont-num-001.eot')   format('eot'),
    url('../woff2/gtseriesfont-num-001.woff2') format('woff2'),
    url('../woff/gtseriesfont-num-001.woff')  format('woff'),
    url('../ttf/gtseriesfont-num-001.ttf')   format('truetype');
}

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

body {
  margin: 0;
}

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

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

.header-global-nav,
.header-local,
.locale-window {
  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: 'Roboto', sans-serif;
}

.header-user .user-icon p,
.header-user .user-profile,
.locale-window .locale-inner {
  font-family: 'Roboto Condensed', sans-serif;
}

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

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

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

body:lang(ar) .header-local,
body:lang(ar) .header-global-nav {
  direction: rtl;
  font-family: 'Helvetica Neue', 'HelveticaNeue-Medium', -apple-system, BlinkMacSystemFont, 'Noto Kufi Arabic', sans-serif;
}

body:lang(ar) .locale-window,
body:lang(ar) .header-global-nav {
  direction: ltr;
}

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

.header-global-nav a,
.header-local a,
.locale-window a {
  color: #fff;
  text-decoration: none;
  transition: 0.15s linear;
}

.header-global-nav a:hover,
.header-local a:hover,
.locale-window a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

/* .btn-nav-pc
--------------------------------------------------------------------------- */

.btn-nav-pc {
  direction: ltr;
  position: absolute;
  top: 6px;
  left: 10px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
  transition: 0.15s linear;
}

.btn-nav-close {
  right: 10px;
}

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

.btn-nav-pc div {
  position: relative;
  width: 26px;
  height: 17px;
  margin: 17px 0 0 12px;
}

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

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

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

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

.nav-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: 99998;
  opacity: 0;
}

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

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

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

.header-global-nav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -295px;
  background-image: linear-gradient(180deg, #373648 3%, #4b5872 97%);
  width: 295px;
  height: 100%;
  min-height: 100%;
  z-index: 99999;
}

.header-global-close {
  position: absolute;
  top: 28px;
  right: 25px;
  background: url(https://www.gran-turismo.com/common/front/img/global/icon-close-l.svg) no-repeat center center;
  background-size: 37px 37px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  transition: 0.15s linear;
  z-index: 99999;
}

.btn-nav-pc:hover,
.header-global-close:hover {
  opacity: 0.5;
}

.header-global-nav .inner {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 600px;
  margin-left: -295px;
}

.header-global-nav .logo-gt {
  position: absolute;
  top: 14%;
  left: 35px;
}

.header-global-nav .logo-gt img {
  width: 68px;
  height: 41px;
}

.header-global-nav .home {
  position: absolute;
  top: 24.3%;
  left: 43px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.header-global-nav .nav-global {
  position: absolute;
  top: 28%;
  left: 43px;
}

.header-global-nav .nav-global .nav-global-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-global-nav .nav-global .nav-global-ul .nav-gtws {
	margin-top: 40px;
}

.header-global-nav .nav-global li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.header-global-nav .nav-btm {
  position: absolute;
  bottom: 14.5%;
  left: 43px;
}

.header-global-nav .nav-btm .nav-btm-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-global-nav .nav-btm li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 7px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.header-global-nav .sns-list {
  overflow: hidden;
  position: absolute;
  bottom: 3.5%;
  left: 43px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-global-nav .sns-list li {
  float: left;
  margin-right: 8px;
}

.header-global-nav .sns-list li img {
  width: 28px;
  height: 28px;
}

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

body:lang(ar) .header-global-nav {
  left: inherit;
  right: -295px;
}

body:lang(ar) .header-global-close {
  left: 25px;
  right: inherit;
}

body:lang(ar) .header-global-nav .inner {
  direction: rtl;
  margin-right: -295px;
  margin-left: 0;
}

body:lang(ar) .header-global-nav .logo-gt {
  left: inherit;
  right: 35px;
}

body:lang(ar) .header-global-nav .home,
body:lang(ar) .header-global-nav .nav-global,
body:lang(ar) .header-global-nav .nav-btm {
  left: inherit;
  right: 43px;
}

body:lang(ar) .header-global-nav .sns-list {
  left: inherit;
  right: 43px;
}

body:lang(ar) .header-global-nav .sns-list li {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}

/* .header-global-nav - media query
----------------------------------- */

@media (max-height: 700px) {
  .header-global-nav .logo-gt {
    top: 14%;
  }

  .header-global-nav .home {
    top: 26%;
  }

  .header-global-nav .nav-global {
    top: 30%;
  }

  .header-global-nav .nav-global li a {
    padding: 6px 0;
  }

  .header-global-nav .nav-btm {
    bottom: 14%;
  }

  .header-global-nav .nav-btm li a {
    padding: 6px 0;
  }

  .header-global-nav .sns-list {
    bottom: 4.5%;
  }
}

@media (max-height: 600px) {
  .header-global-nav {
    overflow-y: scroll;
  }
}

/* .header-local
--------------------------------------------------------------------------- */

.header-local {
  position: relative;
  background-color: #0a0e22;
  width: 100%;
  min-width: 1000px;
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
}

.header-local .logo-local {
  display: block;
  margin: 4px auto 16px;
  width: 194px;
  height: 24px;
  background-image: url('https://www.gran-turismo.com/common/front/img/global/logo-gtsport.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* .nav-local
-------------------------------------------------------- */

.nav-local {
  position: relative;
  padding-bottom: 2px;
}

.nav-local .nav-main-ul {
  display: inline-block;
  margin: 0 0 -2px;
  padding: 0;
  list-style: none;
}

.nav-local.active .nav-main-ul {
  margin-bottom: 37px;
}

.nav-local .nav-main-ul li {
  float: left;
}

.nav-local .nav-main-ul li a {
  position: relative;
  display: block;
  padding: 10px 14px 16px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nav-local .nav-main-ul li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 17px;
  left: -8px;
  background: rgba(255, 255, 255, 0.25);
  width: 18px;
  height: 1px;
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

.nav-local .nav-main-ul li:first-of-type a::before {
  display: none;
}

.nav-local .nav-main-ul li a span {
  position: relative;
  padding: 0 1px 3px 2px;
}

.nav-local .nav-main-ul li a span::after {
  overflow: hidden;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 0;
  height: 2px;
  transition: 0.15s ease-out;
}

.nav-local .nav-main-ul li.current a span::after {
  width: 100%;
}

/* desktop only
------------------------------------ */

html.desktop .nav-local .nav-main-ul li a:hover {
  opacity: 1;
}

html.desktop .nav-local .nav-main-ul li:hover a span::after {
  width: 100%;
}

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

body:lang(ja) .nav-local .nav-main-ul li a span {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt' 1;
}

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

body:lang(ar) .nav-local .nav-main-ul li a::before {
  left: inherit;
  right: -14px;
}

body:lang(ar) .nav-local .nav-main-ul li a span::after {
  left: inherit;
  right: 0;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

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

body:lang(ar) .nav-local li {
  float: right;
}

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

.header-user {
  position: absolute;
  top: 20px;
  right: 30px;
  text-align: left;
}

body.local .header-user {
  position: absolute;
  top: 20px;
  right: 32px;
  text-align: left;
}

.header-user .user-alert,
.header-user .user-locale {
  float: left;
  cursor: pointer;
  transition: 0.15s linear;
}

.header-user .user-alert:hover,
.header-user .user-locale:hover {
  opacity: 0.5;
}

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

body.local .header-user .user-alert {
  margin-left: 14px;
}

.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: 2px 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-locale {
  margin: -10px -15px 0 10px;
  padding: 15px;
}

body.local .header-user .user-locale {
  margin-left: 2px;
}

.header-user .user-locale img {
  width: 21px;
  height: auto;
  vertical-align: bottom;
}

.header-user .user-locale span {
  margin-left: 6px;
}

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

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

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

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: 22px;
  margin-left: 0;
}

body:lang(ar).local .header-user .user-alert {
  margin-right: 14px;
}

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

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

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

body:lang(ar).local .header-user .user-locale {
  margin-right: 2px;
}

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

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

.header-user .user-btn {
  position: relative;
  overflow: hidden;
  float: left;
  padding-bottom: 10px;
  cursor: pointer;
}

.header-user .user-btn .icon {
  overflow: hidden;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 12px 0 0;
}

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

.header-user .user-btn p {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.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: 9991;
  opacity: 0;
}

.header-user .user-login-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 78px;
  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('../svg/icon_level.svg');
}

.header-user .user-stats-item--driverClass {
  background-image: url('../svg/icon_driverclass.svg');
}

.header-user .user-stats-item--mannerPoint {
  background-image: url('../svg/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 #ddd;
}
.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: 78px;
  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;
}

/* .header-user - media query
----------------------------------- */

@media (max-width: 1199px) {
  .header-user {
    right: 25px;
  }

  .header-user .user-alert {
    margin-left: 14px;
  }

  .header-user .user-locale {
    margin-left: 4px;
  }

  body:lang(ar) .header-user {
    left: 30px;
  }

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

  body:lang(ar) .header-user .user-locale {
    margin-right: 4px;
  }
}

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

.header-user .user-not-signed-in {
  float: left;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .075rem;
  line-height: 22px;
  font-family: 'Roboto Condensed';
}

.header-user .user-not-signed-in::before {
  content: '';
  float: left;
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
  background-image: url('https://www.gran-turismo.com/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: right;
}

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

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

.locale-window {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.locale-window .locale-bg,
.locale-window .locale-wrap {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 650px;
}

.locale-window .locale-bg {
  background-image: linear-gradient(-180deg, #233a4c 22%, #3e667a 95%);
  z-index: 1;
  opacity: 0;
}

.locale-window .locale-wrap {
  z-index: 2;
}

.locale-window h1 {
  position: fixed;
  top: 38px;
  left: 38px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45 !important;
  letter-spacing: 0.04em !important;
  opacity: 0;
}

.locale-window .locale-close {
  position: fixed;
  top: 53px;
  right: 45px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
  opacity: 0;
}

.locale-window .locale-close span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  transition: 0.15s linear;
}

.locale-window .locale-close:hover span {
  opacity: 0.5;
}

.locale-window .locale-close span::before {
  display: block;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(https://www.gran-turismo.com/common/front/img/global/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.locale-window .locale-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 980px;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
}

.locale-window .locale-inner .locale-area {
  overflow: hidden;
  float: left;
}

.locale-window .locale-inner .locale-area-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locale-window .locale-inner .locale-area:nth-of-type(1) {
  padding-right: 60px;
}

.locale-window .locale-inner .locale-area:nth-of-type(2) {
  padding-right: 30px;
}

.locale-window .locale-inner .locale-area:nth-of-type(2) .locale-area-ul {
  float: left;
  padding-right: 25px;
}

.locale-window .locale-inner h2 {
  margin: 48px 0 12px;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.locale-window .locale-inner h2:first-of-type {
  margin-top: 0;
}

.locale-window .locale-inner .locale-area-ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 32px;
  font-size: 14px;
  letter-spacing: 0.03em;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body:lang(ar) .locale-window h1 {
  left: inherit;
  right: 38px;
  text-align: right;
}

body:lang(ar) .locale-window .locale-close {
  left: 45px;
  right: inherit;
}

/* .locale-inner - media query
----------------------------------- */

@media (max-width: 1060px) {
  .locale-window .locale-wrap {
    overflow: scroll;
  }

  .locale-window .locale-inner {
    width: 900px;
    min-width: 900px;
    left: 40px;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }

  .locale-window .locale-inner .locale-area:nth-of-type(1) {
    padding-right: 40px;
  }

  .locale-window .locale-inner .locale-area:nth-of-type(2) {
    padding-right: 10px;
  }
}
