@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;
	color: #333;
	text-align: center;
}
@media only screen and ( max-width: 599px ) {
	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;
}
a:link, a:visited {
	color: #005ECF;
	text-decoration: none;
}

a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}

/*******************************************************************
　ページ共通パーツ
*******************************************************************/
/*幅750px以上＝PC表示
--------------------*/
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
/*幅750pxまで＝スマホ表示
--------------------*/
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}
.wide_wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.attn_box {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.attn {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and ( max-width: 749px ) {
  .attn {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.3;
  }
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
  background: #fff;
  /*position: absolute;
  top: 0;
  left: 0;*/
}
.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;
}
.header_logo img {
	max-width: 100px;
}
.header_name {
	text-align: right;
}
.header_name img {
	max-width: 120px;
}
@media only screen and ( max-width: 750px ) {
	header {
		margin: 0 auto 0;
	  padding: 0 0;
  }
  .header_wrap {
    display: flex;
    justify-content: flex-start;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: 200px;
  }
  .header_name {
    text-align: left;
  }
  .header_name img {
    width: 80%;
    max-width: 200px
    }
}
@media only screen and ( max-width: 450px ) {
  .header_logo img {
    width: 100%;
    max-width: none;
  }
  .header_name img {
    width: 80%;
    max-width: 105px
    }
}

/*----------------------------------------------------------
　メインコンテンツ
-----------------------------------------------------------*/
body {
	background: url("../img/bg_body.png") center top;
}
.main {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .main {
    width: 720px;
    margin-left: auto;
    /*margin-right: 290px;*/
    margin-right: calc(50% - 360px);/*widthの半分の値をマイナス*/
  }
}
@media screen and (min-width: 1599px) {
  .main {
    /*margin-left: 45.82%;*/
    margin-left: calc(50% - 360px);/*左コンテンツサイズ：widthの半分の値をマイナス*/
    margin-right: inherit;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .main {
    margin-left: auto;
    margin-right: auto;
  }
}


.mv_wrap {
  position: relative;
}
.mv_cp {
  margin-top: clamp(-30px,-4%,-20px);
}
.mv_event {
  width: calc(480 / 720 * 100%);
  max-width: 480px;
  margin: clamp(-30px,-4%,-20px) auto 0;
}
.mv_cp_kounyu {
  margin: 5% auto;
}
.mv_img {
  width: calc(640 / 720 * 100%);
  margin: 5% auto;
}

/*USP
------------------------------------------------*/
#interior {
  background: #80b5ea;
  padding-bottom: 5%;
}

.usp_title {
  margin-top: 5%;
}

.tab_title {
  margin: 10% auto 3%;
}


#grade {
  margin: 0 auto 5%;
}

/*----------------------------------------------------------
　クリッカブルマップ
-----------------------------------------------------------*/
.image-map {
    position: relative;
    width: 100%;
    max-width: 720px;
    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); /* テスト時に可視化 */
}

/* 座標は画像の比率で%で指定（例：画像上の位置）
------------------------------------------------------*/
/*伸ばせルークス*/
/*W720xH480*/
#interior .area1 {
  top: calc(100 / 480 * 100%);
  left: calc(460 / 720 * 100%);
  width: calc(210 / 720 * 100%);
  height: calc(230 / 480 * 100%);
}
/*組めルークス*/
/*W720xH480*/
#interior .area2 {
  top: calc(100 / 480 * 100%);
  left: calc(460 / 720 * 100%);
  width: calc(210 / 720 * 100%);
  height: calc(230 / 480 * 100%);
}


/*フロントワイドビュー*/
/*W720xH810*/
#tab-1 .area1 {
  top: calc(180 / 810 * 100%);
  left: calc(450 / 720 * 100%);
  width: calc(210 / 720 * 100%);
  height: calc(230 / 810 * 100%);
}
/*インビジブルフードビュー*/
/*W720xH810*/
#tab-1 .area2 {
  top: calc(180 / 810 * 100%);
  left: calc(450 / 720 * 100%);
  width: calc(210 / 720 * 100%);
  height: calc(230 / 810 * 100%);
}
/*インテリジェント FCW（前方衝突予測警報）*/
/*W720xH780*/
#tab-1 .area3 {
  top: calc(280 / 780 * 100%);
  left: calc(140 / 720 * 100%);
  width: calc(520 / 720 * 100%);
  height: calc(280 / 780 * 100%);
}

/*インテリジェント BSI*/
/*W720xH810*/
#tab-2 .area1 {
  top: calc(250 / 810 * 100%);
  left: calc(130 / 720 * 100%);
  width: calc(520 / 720 * 100%);
  height: calc(280 / 810 * 100%);
}

/*RCTA*/
/*W720xH730*/
#tab-2 .area2 {
  top: calc(190 / 730 * 100%);
  left: calc(130 / 720 * 100%);
  width: calc(520 / 720 * 100%);
  height: calc(280 / 730 * 100%);
}

/*踏み間違い衝突防止アシスト*/
/*W720xH750*/
#tab-2 .area3 {
  top: calc(240 / 750 * 100%);
  left: calc(130 / 720 * 100%);
  width: calc(520 / 720 * 100%);
  height: calc(290 / 750 * 100%);
}

/*インテリジェントルームミラー*/
/*W720xH750*/
#tab-2 .area4 {
  top: calc(250 / 750 * 100%);
  left: calc(110 / 720 * 100%);
  width: calc(550 / 720 * 100%);
  height: calc(290 / 750 * 100%);
}








/*----------------------------------------------------------
　Right-container
-----------------------------------------------------------*/
.pc-right {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  /*background: url("../img/bg_right.png") left top / 100% auto no-repeat;*/
}
@media screen and (min-width: 1599px) {
  .pc-right {
  }
}
@media screen and (max-width: 1365px) {
  .pc-right {
    display: none;
  }
}
/*@media screen and (min-width: 751px) {
  .pc-right {
    width: 290px;
  }
}*/
@media screen and (min-width: 1599px) {
  .pc-right {
    /*width: 57.5%;*/
    width: calc(50% - 360px);/*中央幅720px / 2*/
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-right {
    display: none;
  }
}

.pc_right_wrap {
  position: relative;

}

/*リスト部分*/
.pc_right_list {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 2px solid #000;
}
.pc_right_list ul li {
  margin: 8% auto;
}

/*----------------------------------------------------------
　Left-container
-----------------------------------------------------------*/
.pc-left {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  /*width: 30%;*/
  width: calc(50% - 360px);/*中央幅720px / 2*/
  /*background: url("../img/bg_left.png") right top / 100% auto no-repeat;*/
}
/*.pc-left::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  opacity: 0.1;
}*/
@media screen and (max-width: 1599px) {
  .pc-left {
    display: none;
  }
}
/*@media screen and (min-width: 751px) {
  .pc-left {
    width: calc(100vw - 740px);
  }
}*/
@media screen and (min-width: 1599px) {
  .pc-left {
    width: calc(50% - 360px);/*メインコンテンツ幅720pxの半分の値*/
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-left {
    width: 100%;

  }
}

/*.pc-left-mv {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  width: 95%;
  max-width: 450px;
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-left-mv {
    display: none;
  }
}
.bn_item {
  margin: 0 auto 3%;
}
.bn_item img {
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
}*/
/*----------------------------------------------------------
　nav
-----------------------------------------------------------*/

/*ハンバーガーメニュー
--------------------------*/
.gnavButton {
  display: none;
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 10;
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 751px) and (max-width: 1599px) {
  .gnavButton {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .gnavButton {
    display: block;
    opacity: 1;
    /*-webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;*/
  }
  .gnavButton.is-show {
    opacity: 1;
  }
}
.gnavButton img {
  cursor: pointer;
}

/*メニューの位置
----------------------------*/
/*幅1599px以上基本設定
--------------------*/
.pc_right_nav_box {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
}
.pc_right_nav {
  padding-top: 0;
}
.pc_right_nav ul {
  padding: 0 0 10px;
}

@media screen and (max-width: 1599px) {
  .pc_right_nav {
    display: none;
  }
}
.pc_left_bn_box {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding-right: 5%;
}
.pc_left_bn_title {
  margin-bottom: 2%;
}
.pc_left_bn_item {
  margin-bottom: 2%;
}

/*幅1599px以上基本設定
--------------------*/
.gnav {
  position: fixed;
  right: 30px;
  top: 40px;
  z-index: 10;
}
@media screen and (min-width: 1599px) {
  .gnav {
    display: none;
  }
}
/*幅1599px以下
--------------------*/
@media screen and (max-width: 1599px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    background-color: #f00;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    overflow: hidden;
  }
  .gnav.-show {
    opacity: 1;
    pointer-events: initial;
  }
}

.gnav-inner {
  width: 230px;
}
@media screen and (max-width: 1599px) {
  .gnav-inner {
    background: #fff;

    
    position: absolute;
    right: 0;
    top: 0;
    width: 640px;
    right: -640px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .-show .gnav-inner {
    right: 0;
  }
}

/*幅750px以下
--------------------*/
@media screen and (max-width: 750px) {
  .gnav-inner {
    width: 335px;
    right: -335px;
  }
}
.gnav-inner .gnav-list {
  /*-webkit-clip-path: polygon(3.5% 0%, 96.5% 0%, 100% 1.8%, 100% 98.2%, 96.5% 100%, 3.5% 100%, 0% 98.2%, 0% 1.8%);
          clip-path: polygon(3.5% 0%, 96.5% 0%, 100% 1.8%, 100% 98.2%, 96.5% 100%, 3.5% 100%, 0% 98.2%, 0% 1.8%);
  background: #00365b;*/
  padding: 4px;
  position: relative;
  margin-inline: auto;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner .gnav-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px;
  }
}
/*幅750px以下
--------------------*/
@media screen and (max-width: 750px) {
  .gnav-inner .gnav-list {
    width: 260px;
    padding: 4px;
  }
}

/*幅1100px以下
--------------------*/
@media screen and (max-width: 1100px) {
  .gnav-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
    opacity: 0.1;
  }
}
.gnav-inner ul {
  padding: 20px 0;
  /*background-color: #fff;
  border-radius: 10px;*/
  /*-webkit-clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 1.4%, 100% 98.6%, 97.3% 100%, 2.7% 100%, 0% 98.6%, 0% 1.4%);
          clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 1.4%, 100% 98.6%, 97.3% 100%, 2.7% 100%, 0% 98.6%, 0% 1.4%);*/
  margin: 0 auto;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner ul {
    padding: 2.3vh 90px;
  }
}

.gnav-inner li {
  text-align: center;
}
.gnav-inner li a {
  padding: 0;
  display: block;
  line-height: 1;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner li a {
    /*padding: min(25px, 2.3vh) 0;*/
    padding: 0;
  }
}

/*.gnav-inner li a img {
  display: none;
}*/
.gnav-inner li a span {
  display: inline-block;
  position: relative;
}

.gnav-inner li a.-current path {
  fill: #d91414;
}
.gnav-inner li a.-current span:before, .gnav-inner li a.-current span:after {
  display: block;
}
.gnav-inner li svg {
  height: 16px;
  width: auto;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner li svg {
    height: 3vh;
    max-height: 33px;
  }
}

/*幅750px以下
--------------------*/
@media screen and (max-width: 750px) {
  .gnav-inner li svg {
    height: 18px;
  }
}


/*閉じるボタン
----------------------------------------------------*/
.gnav-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  cursor: pointer;
}
/*幅1599px以下
--------------------*/
@media screen and (max-width: 1599px) {
  .gnav-close {
    display: block;
  }
}

/*バナーボタン
----------------------------------------------------*/
.bn_box_wrap {
  margin: 0 auto;
}
.bn_box_wrap > div {
  width: 100%;
  max-width: 350px;
  margin: 5% auto 2%;
}

/*独自追加設定
----------------------------------------------------*/
.pc_right_title {
  padding: 100px 2% 5%;
}
.pc_left_title {
  padding-top: 100px;
}
.gnav_right_title {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 5%;
}
.gnav-inner li {
  margin-bottom: 5%;
}



/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
  margin-top: 1%;
}
.notice_inner {
	width: 94%;
	margin: 0 auto;
	font-size: 1.2rem;
	padding: 2em 0 2em;
  text-align: left;
	word-break: break-all;
}
.copyright {
	text-align: center;
	padding: 0 0 1em;
}

@media only screen and ( max-width: 599px ) {
	.notice_inner {
		font-size: 1.0rem;
	}
}

/*----------------------------------------------------------
　フッターボタン
-----------------------------------------------------------*/
.footer_btn_box {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.footer_btn {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

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

@keyframes floating {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(8px);
  }
}
/*縮小拡大*/
.bound_img {
  animation: explosion 3s ease-out infinite;
  opacity: 1;
}

@keyframes explosion {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  15% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  30% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  45% {
    transform: scale(1.15);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.9);
    opacity: 0.95;
  }
  75% {
    transform: scale(1.05);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

/*ドロップダウン
-----------------------------------------------------------*/



/*動画
---------------------------------------------------*/
.movieArea {
  background: #000;
}
.lead_movie_wrap {
  width: 100%;
  margin: 0 auto;
}
.lead_movie_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*padding-top: 56.25%;*/
  padding-top: 66.66%;
}
.lead_movie_box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------------
　車種リンクボタン
-----------------------------------------------------------*/
.btn_wrap {
  margin: 10px auto 0;
  width: 100%;
	background: #fff;
	overflow: hidden;
}

.btn_wrap .btn_title {
  padding: 0.5em;
  background: #c3002f;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.btn_wrap .btn_title br {
  display: none;
}
@media screen and (max-width: 749px) {
  .btn_wrap .btn_title {
    font-size: 1.8rem;
    padding: 1em 0.5em
  }
  .btn_wrap .btn_title br {
    display: block;
  }
}

.btn_text {
  padding: 30px 0;
  text-align: center;
  color: #333;
}
.btn_text p {
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .btn_text p {
    font-size: 1.4rem;
  }
}
.btn_box {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.btn_box li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.btn_box::after {
	display: block;
	clear: both;
	content: '';
}

/*----------------------------------------------------------
　左メニュー
-----------------------------------------------------------*/
.hideArea {
  display: none;
}
/*幅1599px以下
--------------------*/
@media screen and (max-width: 1599px) {
.hideArea {
  display: block;
}
}
.rightMenu {
	position: fixed;
	top: max(100px, 10%);
	right: 0;
	z-index: 1;
}

.right_menu_box {
}
.right_menu_item {
  text-align: right;
  margin-bottom: 12px;
}

@media only screen and ( max-width: 749px) {
  .right_menu_item img {
    width: 75%;
    height: auto;
  }
}
.rightMenu a {
	transition: .3s;
}
.rightMenu a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/*----------------------------------------------------------
　特典内容ポップアップ
-----------------------------------------------------------*/
.cp_tokuten_box_wrap {
  overflow: hidden;
}
.cp_tokuten_box {
  margin: 2% auto;
  width: 90%;
  max-width: 750px;
  background: #fff;
  border: 6px solid #5597e6;
}
.cp_tokuten_btn {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 3%;
}

/*非表示 ------------------------------*/
