@charset "utf-8";

/* device
---------------------------------------------------------------------------*/
.nav-sp, .btn-nav-sp { display: none; }


/* base
---------------------------------------------------------------------------*/
body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }
.clearfix:after { content: ''; display: block; clear:both; }

.header-global-nav, .header-local, .locale-window {
	color: #FFFFFF;
	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-user .user-profile dl, 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;
}
body:lang(ar) #header-user.header-user {
	left: 40px;
    right: initial;
}

/* link
---------------------------------------------------------------------------*/
.header-global-nav a, .header-local a, .locale-window a {
	color: #FFFFFF; text-decoration: none; transition: .15s linear;
}
.header-global-nav a:hover, .header-local a:hover, .locale-window a:hover {
	color: #FFFFFF;  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: 9999;
	cursor: pointer;
	transition: .15s linear;
}

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

.btn-nav-pc div, .btn-nav-pc span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .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: #FFFFFF;
	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: .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 { margin-bottom: 20px; }
.header-local .logo-local img { width: 186px; height: 34px; }


/* .nav-local
--------------------------------------------------------*/
.nav-local {
	position: relative;
}

.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 18px 16px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.nav-local .nav-main-ul li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 19px;
	left: -14px;
	background: rgba(255,255,255,0.3);
	width: 28px;
	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 1px 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: .15s ease-out;
}

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

/* windows only
------------------------------------*/
html.win .nav-local.active .nav-main-ul { margin-bottom: 22px; }
html.win .nav-local .nav-main > a { padding: 10px 18px 0; }
html.win .nav-local .nav-main-ul li a span {	display: block; box-sizing: border-box; height: 34px; padding-bottom: 0; }
html.win .nav-local .nav-main-ul li a span:after { bottom: 2px; height: 1px; }

/* 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-size: 16px;
	font-weight: 500;
	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);
}


/* .nav-local-child
--------------------------------------------------------*/
.bg-nav-local {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	background-image: linear-gradient(39deg, #464C5E 0%, #505A6F 100%);
	width: 100%;
	height: 40px;
	z-index: 9900;
	opacity: 0;
}

.nav-local.active .bg-nav-local {
	display: block;
	opacity: 1;
}

.nav-local .nav-local-child {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 44px;
	left: 0;
	background-image: linear-gradient(39deg, #464C5E 0%, #505A6F 100%);
	width: 100%;
	height: 40px;
	z-index: 9901;
	opacity: 0;
}

.nav-local li.current .nav-local-child {
	display: block;
	opacity: 1;
	z-index: 9901;
}

.nav-local .nav-local-child .nav-local-child-ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 auto;
	list-style: none;
}

.nav-local .nav-local-child li { float: none; }

.nav-local .nav-local-child li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 13px 25px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: .1s ease-out;
}

.nav-local .nav-local-child li.current a { background: #292F4C; }
.nav-local .nav-local-child li.current a:before { opacity: 0; }
.nav-local .nav-local-child li.current + li a:before { opacity: 0; }

.nav-local .nav-local-child li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	background: rgba(255,255,255,0.3);
	width: 1px;
	height: 14px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: .1s ease-in-out;
}

.nav-local .nav-local-child li:first-of-type a:before { display: none; }
.nav-local .nav-local-child li a span:after { display: none; }

/* desktop only
------------------------------------*/
html.desktop .nav-local .nav-local-child li a:hover { background: #292F4C;}
html.desktop .nav-local .nav-local-child li:hover a:before { opacity: 0; }
html.desktop .nav-local .nav-local-child li:hover + li a:before { opacity: 0; }
html.desktop .nav-local .nav-local-child li:hover + li.current a:before { opacity: 1; }
html.desktop .nav-local .nav-local-child li.current + li:hover a:before { opacity: 1; }

/* lang:ja
------------------------------------*/
body:lang(ja) .nav-local .nav-local-child li a {
	padding-top: 14px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' 1;
}

/* lang:ar
------------------------------------*/
body:lang(ar) .nav-local li { float: right; }
body:lang(ar) .nav-local-child li { float: none; }
body:lang(ar) .nav-local .nav-local-child li a:before { left: inherit; right: 0; }

/* .nav-local-child - media query
-----------------------------------*/
@media (max-width: 1299px) {
	.nav-local .nav-local-child li a { padding-right: 20px; padding-left: 20px; }
}
@media (max-width: 1199px) {
	.nav-local .nav-local-child li a { padding-right: 15px; padding-left: 15px; }
}
@media (max-width: 1099px) {
	.nav-local .nav-local-child li a { padding-right: 12px; padding-left: 12px; font-size: 13px; }
	body:lang(ja) .nav-local .nav-local-child li a { padding-top: 14px; }
}


/* .header-user
--------------------------------------------------------*/
#header-user.header-user {
	position: absolute;
	top: 43px;
	right: 40px;
	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: .15s linear;
}

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

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

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

.header-user .user-alert i {
	position: absolute;
	top: -8px;
	right: -7px;
	box-sizing: border-box;
	background: #C9394B;
	border-radius: 17px;
	min-width: 17px;
	height: 17px;
	padding: 2px 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	z-index: 1;
}

.header-user .user-locale {
	width: 21px;
	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; }

/* 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 i { 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.logout .user-btn {
	display: block;
	margin-right: -4px;
	transition: .15s linear;
}

.header-user.logout .user-btn:hover {
	opacity: 0.5;
}

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

.header-user.logout .user-btn .icon {
	width: 30px;
	height: 24px;
	margin-right: 0;
	text-align: center;
}

.header-user .user-btn .icon img { border-radius: 4px; }
.header-user.logout .user-btn .icon img { border-radius: 0; }

.header-user .user-btn p {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	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-close { display: none; }

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

.header-user.logout .user-login { right: -71px; }

.header-user .user-login:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 78px;
	border-style: solid;
	border-width: 0 4px 12px 4px;
	border-color: transparent transparent #96A3A8 transparent;
	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, .user-profile dl {
	position: relative;
	z-index: 1;
}

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

.header-user .user-profile .user-lang {
	position: relative;
	padding-left: 23px;
	font-size: 13px;
	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-profile dl {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.header-user .user-profile dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
}

.header-user .user-profile dd {
	float: left;
	margin: 0;
	padding: 0;
}

.header-user .user-login .btn-set { background: #FFFFFF; }
.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:hover { text-decoration: underline; }
.header-user .user-login .btn-set .setting a:before { background: url(https://www.gran-turismo.com/common/front/img/global/icon-setting.svg) no-repeat; background-size: 19px 18px; }

/* lang:ja
------------------------------------*/
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,
body:lang(ar) .header-user .user-profile dt,
body:lang(ar) .header-user .user-profile dd { 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:before { 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-profile dl { left: inherit; right: 20px; }
body:lang(ar) .header-user .user-login .btn-set a { padding-right: 55px; padding-left: 20px; }
body:lang(ar) .header-user .user-login .btn-set a:before { left: inherit; right: 20px; }
body:lang(ar) .header-user.logout .user-btn { margin-right: 0; margin-left: -2px; }
body:lang(ar) .header-user.logout .user-btn .icon { margin-left: 0; }
body:lang(ar) .header-user.logout .user-login { right: inherit; left: -69px; }

/* .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; }
}


/* 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: .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; }
}