@charset "utf-8";

/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	/*background: #fff;*/
	color: #fff;
	text-align: center;
}
@media only screen and ( max-width: 749px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}
.text_b {
  font-weight: 700;
}
.text_small {
  font-size: 80%;
}
.text_url {
  word-break: break-all;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@media print, screen and (min-width:750px){
	.display_sp {display: none}
}
@media screen and (max-width:749px){
	.display_pc {display: none}
}
@media print, screen and (min-width:1200px){
	.display_sp2 {display: none}
}
@media screen and (max-width:1199px){
	.display_pc2 {display: none}
}

/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  /*position: relative;*/
  background: #000;
}
.wide_wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container {
	width: calc(1080 / 1200 * 100%);
	max-width: 1080px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.inner {
  width: calc(900 / 1080 * 100%);
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and ( max-width: 749px ) {
	.container {
	}
}

.attn_box {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 1em;
}
.attn {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 auto 1em;
  color: #333;
}
@media only screen and ( max-width: 749px ) {
  .attn {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.3;
  }
}
/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
/*header {
	position: absolute;
  top: 0;
  left: 0;
	z-index: 1001;
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
}
*/
header {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px;
}

.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
}
.header_logo {
	width: 15%;
	text-align: left;
  align-items: center;
}
.header_logo img {
  width: 100%;
	max-width: 100px;
}
.header_name {
  width: 85%;
	text-align: right;
  align-items: center;
}
.header_name img {
  max-width: 300px;
}
@media only screen and ( max-width: 749px ) {
	.header_logo {
		width: 40%;
    padding: 3px 0 0;
  }
	.header_logo img {
    width: 100%;
    max-width: 180px;

	}
	.header_name {
    width: 60%;
	}
	.header_name img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
.mv_wrap {
  background: url("../img/bg_mv.png") center top no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
}

.mv_x-trail_top_wrap {
  background: url("../img/bg_mv_line.png") center top;
}
.mv_x-trail_wrap {
  background: url("../img/bg_mv_x-trail.png") center center;
  background-size: cover;
}
.mv_x-trail_bottom_wrap {
  background: #6B583B;
}

.mv_kicks_wrap {
  background: url("../img/bg_mv_kicks.png") center center;
  background-size: cover;
}
.mv_kicks_bottom_wrap {
  background: #5F623D;
}

.mv_kicks_bottom_wrap::after {
  content: "";
  display: block;
  height: 20px;
  background: url("../img/bg_mv_line.png") center top;
}

/*クリッカブルマップ
------------------------------------------------------*/
.image-map {
  position: relative;
  width: 100%;
  max-width: 1080px; /* 任意 */
  margin: 0 auto;
}

.image-map img {
  width: 100%;
  height: auto;
  display: block;
}

.link-area {
  position: absolute;
  display: block;
  /* 透過で見えなくする */
  background-color: rgba(255, 0, 0, 0); /* テスト時に可視化 */
}

/* 座標は画像の比率で%で指定（例：画像上の位置） */
.area1 {
  top: calc(10 / 880 * 100%);
  left: calc(70 / 1080 * 100%);
  width: calc(420 / 1080 * 100%);
  height: calc(500 / 880 * 100%);
}

.area2 {
  top: calc(520 / 880 * 100%);
  left: calc(70 / 1080 * 100%);
  width: calc(930 / 1080 * 100%);
  height: calc(340 / 880 * 100%);
}

/*クリッカブルマップ エクステリア部分*/
.image-map2 {
  position: relative;
  width: 100%;
  max-width: 1080px; /* 任意 */
  margin: 0 auto;
}

/*マイナーチェンジ前：フロント1*/
.area3 {
  top: calc(70 / 534 * 100%);
  left: calc(60 / 1080 * 100%);
  width: calc(440 / 1080 * 100%);
  height: calc(260 / 534 * 100%);
}
/*マイナーチェンジ前：フロント2*/
.area4 {
  top: calc(350 / 534 * 100%);
  left: calc(60 / 1080 * 100%);
  width: calc(200 / 1080 * 100%);
  height: calc(160 / 534 * 100%);
}
/*マイナーチェンジ前：バック*/
.area5 {
  top: calc(350 / 534 * 100%);
  left: calc(270 / 1080 * 100%);
  width: calc(230 / 1080 * 100%);
  height: calc(160 / 534 * 100%);
}
/*マイナーチェンジ後：フロント1*/
.area6 {
  top: calc(70 / 534 * 100%);
  left: calc(570 / 1080 * 100%);
  width: calc(440 / 1080 * 100%);
  height: calc(260 / 534 * 100%);
}
/*マイナーチェンジ後：フロント2*/
.area7 {
  top: calc(350 / 534 * 100%);
  left: calc(570 / 1080 * 100%);
  width: calc(200 / 1080 * 100%);
  height: calc(160 / 534 * 100%);
}
/*マイナーチェンジ後：バック*/
.area8 {
  top: calc(350 / 534 * 100%);
  left: calc(780 / 1080 * 100%);
  width: calc(230 / 1080 * 100%);
  height: calc(160 / 534 * 100%);
}

/*----------------------------------------------------------
　リード
-----------------------------------------------------------*/
.leadArea {
}
/*タイトル
------------------------------------------*/
.lead_title_wrap {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.lead_title {
  display: block;
  padding: 3% 0;
}

.bg_lead_wrap {
  background: url("../img/bg_lead.png") center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and ( max-width: 1499px ) {
  .bg_lead_wrap {
    background: url("../img/bg_lead.png") center top no-repeat #000;
    background-size: auto 100%;
    overflow: hidden;
  }
}

.bg_lead_top_wrap {
  background: url("../img/bg_lead_top.png") center top / 100% auto no-repeat;
}
.bg_lead_bottom_wrap {
  background: url("../img/bg_lead_bottom.png") center bottom / 100% auto no-repeat;
  overflow: hidden;
}

.lead_e-power_title {
  padding: 7% 0 5%;
}

.lead_e-4orce_title {
  padding: 1% 0;
  border: 1px solid #fff;
  background: rgba(0,0,0,0.5);
  margin: 5% auto 3%;
}
.lead_e-4orce {
}
.lead_e-4orce_movie {
  margin: 5% auto 15%;
}

/*----------------------------------------------------------
　車種情報
-----------------------------------------------------------*/
.main_contents {
  background: url("../img/bg_main.png") center top;

}

.menu_wrap {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background: #000;
  z-index: 10;
}
.menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background: url("../img/bg_black.png") center top / 100% auto no-repeat #000;
}

.menu-item {
  text-align: center;
}

.menu-item img {
  width: 100%;   /* 親幅に追従（レスポンシブ） */
  height: auto;
  display: block;
}


/*サイズの違い
------------------------------------------------------*/
.size_wrap {
  background: url("../img/bg_size.png") center top / 100% auto no-repeat #61586F;
  overflow: hidden;
}
.size_title {}
.size_img {
  margin: 2% auto 5%;
}
.size_box {
  display: flex;
  justify-content: center;
}
.size_more_box {
  background: #483D59;
  padding: 5% 0;
  margin: -3% auto 10%;
}
/*ココが変わった
------------------------------------------------------*/
.compre_wrap {
  background: url("../img/bg_compre_top.png") center top / 100% auto no-repeat #603F40;
  overflow: hidden;
}
.compre_ex_sotoasobi {
  margin: 5% auto;
}
.compre_in_img_wrap {
  background: #724C50;
  margin: 5% auto;
}
.compre_in_img {
  padding: 5% 0;
}

.compre_new_title {
  margin: 0 auto 2%;
}
.compre_new_img {
  margin: 5% auto 8%;
}
.compre_new_wrap {
  background: url("../img/bg_compre_bottom.png") center bottom / 100% auto no-repeat #603F40;
  overflow: hidden;
}
.compre_new_box {
  display: flex;
  justify-content: center;
  margin: 3% auto 0;
}
.compre_new_wrap .inner {
  margin: 0 auto 8%;
}

.compre_price_wrap {
  background: #724C50;
  overflow: hidden;
}
.compre_price {
  margin: 0 auto 10%;
}

/*新グレード
------------------------------------------------------*/
.grade_wrap {
  background: #3A4875;
  overflow: hidden;
}
.grade_title {
  margin: 5% auto;
}

.grade_price_wrap {
  background: url("../img/bg_grade.png") center top / 100% auto no-repeat #313C5D;
  overflow: hidden;
}
.grade_price_title {
  margin: 5% auto;
}
.grade_price_img {
  margin: 0 auto 10%;
}



/*タブ
------------------------------------------------------*/
/* タブメニュー */
.tab-menu {
  display: flex;
  justify-content: center;
  width: calc(900 / 1080 * 100%);
  max-width: 900px;   /* 最大幅を900pxに制限 */
  margin: 0 auto;
}

.tab-menu .tab-link {
  flex: 1;            /* 均等に3分割 */
  max-width: 300px;   /* 各タブの最大幅 */
  text-align: center;
  display: block;
}

.tab-menu img {
  width: 100%;        /* 親幅に合わせて縮小 */
  height: auto;
  display: block;
}

/* タブコンテンツ */
.tab-content {
  width: calc(900 / 1080 * 100%);
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab_movie_box {
  width: calc(8 / 9 * 100%);
  max-width: 800px;
  margin: 0 auto;
}
.tab_item {
  margin: 5% auto;
}

/*開催中キャンペーン*/
.event_box_wrap {
  background: #F2F2F2;
  overflow: hidden;
}
.event_box {
  margin: 5% auto;
}
.event_item {
  margin-bottom: 4%;
}


/*----------------------------------------------------------
　ポップアップ内容
-----------------------------------------------------------*/
.pop_container {
  background: #fff;
}

/*----------------------------------------------------------
　近畿版：リンク
-----------------------------------------------------------*/
.shopArea {
  background: #fff;
  overflow: hidden;
}

.info_title {
	margin: 5% auto 5%;
}

.shop_box {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 1em;
  font-size: 2.8rem;
}
.area_name {
  background: #161723;
  font-weight: 700;
  color: #fff;
  padding: 1.5em 1em;
  min-width: 6em;
}

.shop_box:nth-child(odd) .area_name {
  background: #4D4D4F;
}
.shop_name {
  text-align: left;
  align-self: center;
  padding: 0 0 0 2em;
  line-height: 1.5;
}
.shop_name a {
  color: #333;
  text-decoration: underline;
}
.shop_name a:hover {
  color: #c3002f;
  text-decoration: underline;
}
@media only screen and ( max-width: 749px ) {
  
  .shop_box {
    display: block;
    font-size: 2.0rem;
  }
  .area_name {
    text-align: left;
    padding: 0.2em 0.5em;
  }
  .shop_name {
    font-size: 1.6rem;
    padding: 0;
    margin: 0.5em 0 0 0.5em;
    
  }
}

/*----------------------------------------------------------
　ボタン
-----------------------------------------------------------*/
/*日産自動車へのリンク*/
.btn_box {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 5rem;
	text-align: center;
}
.link a {
	color: #000;
	font-size: 24px;
	text-decoration: underline;
}
.link a span {
	color: #00A1E0;
}
@media only screen and ( max-width: 749px ) {
	.btn_box {
		padding: 4% 0 4rem;
	}
	.link a {
		font-size: 16px;
	}
}

/*----------------------------------------------------------
　ページの先頭に戻る
-----------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 60px;
	right: 1rem;
	display: block;
	z-index: 1001;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	line-height: 1.2;
	border-radius: 50%;
	background: #d40039;
	text-align: center;
	color: #ffffff;
	transition: .3s;
	box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.5);
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media only screen and ( max-width: 749px ) {
	#pageTop {
		bottom: 100px;
		right: 1em;
	}
}

/*----------------------------------------------------------
　フッター 
-----------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0 auto;
	background: #ccc;
	padding-bottom: 350px;
  color: #333;
}
@media only screen and ( max-width: 749px) {
footer {
	padding-bottom: 200px;
}
}
.copy {
	padding: 0 0 0.2em;
	text-align: center;
}
.copy a {
	text-decoration: underline;
}
@media only screen and ( max-width: 749px) {
	.copy {
		padding: 0.2em 0 0.2em;
	}
}

/*フッターボタン*/
.footer_btn {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 15;
}
.footer_btn_wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.footer_btn_wrap a:hover {
  opacity: 0.9;
  transition: 0.3s;
}



.copyright {
	text-align: center;
	padding: 2em 0 0;
}

@media only screen and ( max-width: 749px ) {
}


/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.notice {
	text-align: left;
	line-height: 1.5;
	color: #000;
}
.notice_inner {
	width: 100%;
	max-width: 1170px;
	padding: 3% 2% 3rem;
	margin:0 auto;
}
.notice_inner p {
	font-size: 1.2rem;
}
.notice_inner p:first-child {
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
	font-weight: bold;
}
.notice_inner dd {
	font-size: 1.2rem;
}

@media only screen and ( max-width: 749px ) {
	.notice {
	}
	.notice_inner p {
		font-size: 1rem;
	}
	.notice_inner p:first-child {
		font-size: 1.2rem;
		font-weight: normal;
	}
}
.notice_detail dt {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	margin: 0 auto 1em;
	background: #8a8a8a;
	color: #FFF;
	cursor: pointer;
}
.notice_detail dd {
	display: none;
}


/*ドロップダウン
-----------------------------------------------------------*/
.drop_wrap {
  width: 90%;
  margin: 0 auto;
}
.drop_btn {
  width: 90%;
  max-width: 1080px;
  margin: 1em auto;
  text-align: left;
  padding: 0.2em 0 0.2em 1em;
  font-size: 1.2rem;
}
.drop_click {
  width: 100%;
  margin: 1em auto;
  text-align: left;
  padding: 0.2em 0 0.2em 1em;
  font-size: 1.6rem;
}
.drop_btn:hover,
.drop_click:hover {
  cursor: pointer;
}
.drop_box,
.drop_item {
  display: none;

}
.drop_inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 1em;
  overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;
}
@media only screen and ( max-width: 599px) {
  .drop_btn,
  .drop_inner {
	font-size: 1.0rem;
	line-height: 1.3;
}
}



/*----------------------------------------------------------
　画像エフェクト
-----------------------------------------------------------*/
/*ふわふわ*/
.floating_img {
  animation: floating 2s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*バウンド動き*/
.bound_img {
  animation: serif_bound 2.5s ease-out infinite;
  opacity: 1;
}
@keyframes serif_bound {
  0%, 40%, 55%, 65% {
    transform: scale(1.0);
  }
  50%, 60% {
    transform: scale(0.95);
  }
}
/*スライドイン
------------------------------------------*/
/* フェードイン（下から） */
.fadein {
  opacity: 0;
  transform: translateY(300px); /* 初期位置を下に */
  /*transition: opacity 1.0s ease-out, transform 1.0s ease-out;*/
  /*transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);*/
  transition: opacity 2.5s ease-out, transform 2.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fadein.show {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
}

/* フェードイン（その場） */
.fadein2 {
    opacity: 0;
    transition: opacity 3.0s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fadein2.show {
    opacity: 1;
}

/* 遅延用のクラス */
.fadein.delay1,
.fadein2.delay1 {
    transition-delay: 0.3s;
}
.fadein.delay2,
.fadein2.delay2 {
    transition-delay: 0.6s;
}
.fadein.delay3,
.fadein2.delay3 {
    transition-delay: 0.9s;
}

/*　特典
-----------------------------------------------------------*/
.tokutenArea::after {
  content: " ";
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(left, rgba(0,0,114,1) 0%, rgba(0,0,22,1) 100%);
  background: -o-linear-gradient(left, rgba(0,0,114,1) 0%, rgba(0,0,22,1) 100%);
  background: linear-gradient(to right, rgba(0,0,114,1) 0%, rgba(0,0,22,1) 100%);
}
.tokuten_title_wrap {
  background: #001E46;
}
.tokuten_title {
  
}
.tokuten_wrap {
  background: url("../img/bg_tokuten.png") center top #fff;
}
.tokuten_box {
  background: #fff;
  overflow: hidden;
}
.tokuten_cp_title {
  padding: 5% 0 3%;
}
.tokuten_shimekiri {
  margin: 3% auto 3%;
}
.btn_kiyaku {
  width: 50%;
  max-width: 380px;
  margin: 2% auto;
}

.tokuten_entry_wrap {
  width: 94%;
  max-width: 990px;
  margin: 0 auto;
  /*background: url("../img/bg_tokuten_entry.png") center bottom / 100% auto no-repeat;*/
  padding-bottom: 4%;
}
.tokuten_entry_btn_wrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.tokuten_entry_btn {
  margin: -5% auto 0;
}
.tokuten_entry_btn_serif {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
