@charset "utf-8";

/***
* reset
**************************************/
*,
*::before,
*::after{box-sizing:border-box}
*{margin:0;padding: 0;}
body{font-style:normal;line-height:1;-webkit-font-smoothing:antialiased}
img,
picture,
video,
canvas,
svg {
	display:block;
	vertical-align: middle;
	width: 100%;
	height: auto;
}
input,
button,
textarea,
select {
	font:inherit;
	appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td {
	overflow-wrap:break-word;
	font-weight: normal;
	font-size: 100%;
}
#root,
#__next {
	isolation:isolate
}
li {
	list-style-type: none;
}

/***
* root
**************************************/
:root {
	--windowW: 390;
	--winW: calc(100vw / var(--windowW));

	/* color */
	--color-base-01: #fff;
	--color-base-02: #000;
	--color-base-03: #ccc;
	--color-base-04: #FF8530;
	--color-link: #8a8a8a;
}
@media screen and (min-width:769px) {
	:root {
		--windowW: 1600;
		--winW: calc(100vw / var(--windowW));
	}
}
@media screen and (min-width:1370px) {
	:root {
		--winW: 1px;
	}
}

/***
* html
**************************************/
/*
html::-webkit-scrollbar{
	display: none;
	-webkit-appearance: none;
	background: var(--color-base-01);
}
*/
/***
* body
**************************************/
/*
body::-webkit-scrollbar{
	display:none;
}
*/

body {
	margin: 0;
/*
	scrollbar-width: none;
	-ms-overflow-style: none;
*/
}


/***
* common
**************************************/
a {
	text-decoration: none;
	color: var(--color-link);
}


.is-sp {
	display: block;
}
.is-pc {
	display: none;
}

@media only screen and (min-width: 769px) {
	.is-sp {
		display: none;
	}
	.is-pc {
		display: block;
	}
}

@font-face {
	font-family:icon-Nissan-Global;
	font-style:normal;
	font-weight:normal;
	src:url(/COMMON/GN/FONTS/ICONS/Nissan-Global.eot);
	src:url(/COMMON/GN/FONTS/ICONS/Nissan-Global.eot?#iefix) format("embedded-opentype"),
	url(/COMMON/GN/FONTS/ICONS/Nissan-Global.woff) format("woff"),
	url(/COMMON/GN/FONTS/ICONS/Nissan-Global.ttf) format("truetype"),
	url(/COMMON/GN/FONTS/ICONS/Nissan-Global.svg#wp-icons) format("svg");
	font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: icon-Nissan-Global, 'Verdana', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', 'sans-serif' !important;
	color: #c3002f;
}

@media screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  ._underTab {
    display: none;
  }
}
._overTab {
  display: none;
}
@media screen and (min-width: 581px) {
  ._overTab {
    display: block;
  }
}
._pc {
  display: none;
}
@media screen and (min-width: 769px) {
  ._pc {
    display: block;
  }
}

/***
* footer
**************************************/
#gn_footer .gn_element .grid-row.bleed {
	max-width: none !important;
}
#gn_footer .gn_element .grid-row.bleed {
	max-width: none !important;
}
#gn_footer {
	position: relative;
	z-index: 999;
}


.c_046C .title {
	text-transform: unset !important;
}
.c_046C .secondary > li {
	text-transform: unset !important;
}
