@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: #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_s {
  font-size: 70%;
}
.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;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@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:1501px){
	.display_1500 {display: none}
}
@media screen and (max-width:1500px){
	.display_1920 {display: none}
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}
.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;
}
@media only screen and ( max-width: 599px ) {
	.container {
	}
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
  background: #fff;
}
.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: 749px ) {
	header {
		margin: 0 auto 0;
	  padding: 0;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: none;
  }
  .header_name {
  }
  .header_name img {
    width: 80%;
    }
}

/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
.mv_lead {
  background: #f07800;
}
.mv_wrap {
  background: #fffccc;
}
/*RSO-EV・EV単独
---------------------------------------------------*/
.rso_ev .mv_lead_top {
  background: #c3002f;
  margin-bottom: 4px;
}

.rso_ev .mv_wrap_top {
  background: url("../img/bg_wh100.png") center top #f9e5ea;
}
.rso_ev h1 {
  padding: 10px;
}
.rso_ev .mv_lead {
  background: #c3002f;
}
.rso_ev .mv_wrap {
  background: #f2f2f2;
}
/*.rso_ev .mv_wrap::before {
  content: " ";
  display: block;
  height: 10px;
  background: #323232;
  margin-bottom: 10px;
}*/
.rso_ev .mv_lead_text_wrap {
  background: #f9e5ea;
  margin-bottom: 10px;
}
.rso_ev .mv_lead_text {
  padding: 0;
}

/*RSO e-power
---------------------------------------------------*/
.e-power .mv_lead_top {
  background: #0083DF;
  margin-bottom: 4px;
}

/*.e-power .mv_wrap_top {
  background: url("../img/bg_wh100.png") center top #CCECF9;
}*/
.e-power h1 {
  padding: 10px;
}
.e-power .mv_wrap {
  background: #f2f2f2;
}
.e-power .mv_lead_text_wrap {
  background: #CCECF9;
  margin-bottom: 10px;
}
.e-power .mv_lead_text {
  padding: 0;
}

/*RSO 軽3車種
---------------------------------------------------*/
.kei .mv_lead_top {
  background: #FFB0AD;
  margin-bottom: 4px;
}

.kei .mv_wrap_top {
  background: #fff;
}
.kei h1 {
  padding: 0;
}
.kei .kei_lead_bottom {
  background: #fffa5a;
}
.kei .mv_wrap {
  background: #fffccc;
}
.kei .mv_lead_text_wrap {
  background: #FFF2F1;
  margin-bottom: 10px;
}
.kei .mv_lead_text {
  padding: 0;
}

/*EV単独
---------------------------------------------------*/
.ev .mv_lead {
  background: #0AACC5;
}
.ev .mv_wrap{
  background: #CEEEF3;
}
/*NIMサクラ
---------------------------------------------------*/
.sakura .mv_lead {
  background: #FF7572;
}
.sakura .mv_wrap {
  background: #FFE3E3;
}
/*ええやん日産
---------------------------------------------------*/
.eeyan_nissan .mv_lead {
  background: #1d9bf0;
}
.eeyan_nissan .mv_wrap {
  background: #ccecf9;
}
/*おまとめプラン
---------------------------------------------------*/
.rso_omatome .mv_lead_top {
  background: #fad9e4;
}
.rso_omatome .mv_wrap_top {
  background: #fffddf;
}
.rso_omatome .mv_wrap {
  background: #f2f2f2;
}
/*PayPay
---------------------------------------------------*/
.paypay .mv_lead_top {
  background: #fff;
  line-height: 0;
}
.paypay .mv_lead {
  background: #06c755;
  line-height: 0;
}
.paypay .mv_wrap {
  background: #fff9b1;
}

/*----------------------------------------------------------
　キャンペーン
-----------------------------------------------------------*/
.cpArea {
  background: #fff;
  overflow: hidden;
}
.entry_flow {
  /*margin-bottom: 2%;*/
}
.eeyan_nissan .entry_flow {
  margin-bottom: 1%;
}
.ev .end_text {
  margin: 4em auto 3em;
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: 700;
}
/*ドロップダウン
-----------------------------------------------------------*/
.drop_wrap {
}
.drop_btn {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 0;
/*  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
*/
  text-align: left;
  padding: 0.2em 0;
  font-size: 1.4rem;
}
.drop_btn:hover {
  cursor: pointer;
}
.drop_box {
  display: none;
}
.drop_inner {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 1em;
  overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;
  word-break: break-all;

}
@media only screen and ( max-width: 599px) {
  .drop_btn,
  .drop_inner {
	font-size: 1.0rem;
	line-height: 1.3;
}
}

/*----------------------------------------------------------
　対象車種
-----------------------------------------------------------*/
.shopArea {}


/*2列
---------------------------*/
.car_box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.car_title {
  margin: 5% auto 2%;
}
.eeyan_nissan .car_title {
  margin: 0 auto 2%;
}
.kei .car_box {
  max-width: 500px;
}
/*.eeyan_nissan .car_title {
  width: 100%;
  max-width: 750px;
  background: #ff0033;
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  padding: 0.5em;
}
*/
.car_item {
  position: relative;
  width: 50%;
  margin-bottom: 5%;
}

.btn_car {
  width: 90%;
  max-width: 325px;
  margin: 0 auto 0;
}

.car_btn_serif {
  position: relative;
  z-index: 1;
  pointer-events: none;
  text-align: left;
}

/*動き*/
.car_btn_serif.bound {
  animation: bound 3.5s ease-out infinite;
  opacity: 1;
}
@keyframes bound {
  0%, 40%, 55%, 65% {
    transform: scale(1.0);
  }
  50%, 60% {
    transform: scale(0.95);
  }
}
.car_btn {
  position: relative;
  margin-top: -3%;
}
.e-power .car_btn {
  margin-top: -8%;
}
/*3列
--------------------------------*/
.car_box.col3 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.col3 .car_item {
  width: calc(100% / 3);
  max-width: 250px;
  margin-bottom: 2%;
}
.col3 .car_btn_serif {
  text-align: center;
}

.col3 .car_btn {
  position: relative;
  margin-top: -3%;
}

.btn_link {
  margin: 0 auto 2%;
}
.text_link a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 2.0rem;
}
/*1列
---------------------------*/
.car_box1 {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.rso_omatome .car_item {
  position: relative;
  width: 100%;
  margin-bottom: 5%;
}
.rso_omatome .btn_car {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 0;
}

.rso_omatome .car_btn_serif {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 350px;
  pointer-events: none;
  text-align: left;
  margin-left: auto;
}
.rso_omatome .car_btn_serif img {
}
.rso_omatome .car_btn_serif {
  pointer-events: visible;

}
.rso_omatome .car_btn {
  position: relative;
  margin-top: 0;
}

.paypay .shopArea {
  background: #fff9b1;
  overflow: hidden;
}
.paypay .btn_link img {
  width: 100%;
  max-width: 682px;
  margin: 0 auto;
}
.paypay .btn_link_osaka {
  padding-bottom: 5%;
}
/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
}
.copyright {
  padding: 1em 0;
	text-align: center;
}

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