@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------
*
    section_visual
    2020/11
*
------------------------------------------------------------ */
.sp{
	display:none;
}
#section_type.section_v2 .section_visual{
	position:relative;
    height: 563px;

}
#section_type.section_v2 .section_visual img {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);

    width: auto;
    height: 563px;

}

#section_type .section_visual {
	position:relative;
}
#section_type .section_visual .caution{
	color:#444;
	font-size:10px;
	position:absolute;
	left:50%;
	width:980px;
	bottom:15px;
	margin-left:-490px;
}


/* -----------------------------------------------------------
*
    section_mothers
    2020/11
*
------------------------------------------------------------ */

.section_mothers {
	width: 930px;
	margin: 80px auto 0;
}

/* ------------------------------------------------------------
*
    #section_type
	2019/10 �f�U�C���}�C�i�[�`�F���W
*
------------------------------------------------------------ */
.section_v2:nth-child(2) {
	padding-bottom: 55px;
}
.section_v2 .section_top_container {
	height: 240px;
	margin-top: -120px;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
#section_interior.section_v2 .section_top_container {
	height: 280px;
}

.section_v2 .section_title {
	margin-bottom: 30px;
	text-align: center;
}

#section_type{
    margin: 0 auto;
	padding-top: 0;
}

#section_type .section_inner{
	height: auto;
	background-color: #f8f8f8;
	display: block;
}

	.type_wrap {
		margin-bottom: 30px;
	}

	.type_block {
		width: 930px;
		margin: 0 auto;
		padding: 20px 0;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #9e9e9e;
	}

	.type_block:last-child {
		border-bottom: 1px solid #9e9e9e;
	}

	.type_title {
		margin: 0 auto 10px;
		padding: 30px 25px 0;
		font-size: 18px;
	}

	.section .type_name {
		margin: 0;
		padding: 0 20px 0 0;
		flex: 0 0 250px;
		font-size: 16px;
		line-height: 22px;
		box-sizing: border-box;
	}

	.type_container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex: 0 1 600px;
	}

	#section_type .type_heading {
		margin-bottom: 5px;
		padding: 0;
		font-size: 11px;
		line-height: 14px;
	}

	.type_value {
		font-size: 36px;
		line-height: 40px;
	}

	.type_value .small {
		font-size: 22px;
		vertical-align: baseline;
	}


#section_type .caution{
    margin: 20px 0 0 0;
    font-size: 13px;
    text-align: center;
    color: #da4058;
}

#section_type .detail{
    margin: 30px 0 0 0;
    text-align: center;
}

#section_type .caution_wrap{
  margin: 20px 0 0 0;
}
#section_type .caution_wrap .caution{
  visibility: hidden;
	font-size:13px;
  line-height: 1.5;
  text-align: center;
  color: #da4058;
}
#section_type .caution_wrap .caution.disp{
  visibility: visible;
}
/* ------------------------------------------------------------
*
    #section common
*
------------------------------------------------------------ */
#section_interior01 h3,
#section_interior02 h3,
#section_safety h3,
#section_lifestyle h3{

}

/* ------------------------------------------------------------
*
    #section_newmodel
*
------------------------------------------------------------ */
#section_newmodel {

}
#section_newmodel .nmvisual_wrap {
	position: relative;
	height: 811px;
}
#section_newmodel .nmvisual_wrap div {
	position: relative;
}
#section_newmodel #nm_pc div:nth-child(1) {
	z-index: 3;
}
#section_newmodel #nm_pc div:nth-child(2) {
	z-index: 2;
}
#section_newmodel #nm_pc div:nth-child(3) {
	z-index: 1;
}
#section_newmodel #nm_sp div:nth-child(1) {
	z-index: 3;
}
#section_newmodel #nm_sp div:nth-child(2) {
	z-index: 2;
}
#section_newmodel #nm_sp div:nth-child(3) {
	z-index: 1;
}
#section_newmodel .nmvisual_wrap img {
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	width: auto;
	height: 811px;
}


/* ------------------------------------------------------------
*
    #section_interior01
*
------------------------------------------------------------ */
#section_interior .section_visual {
	width: 100%;
	height: 712px;
}
#section_interior .section_visual .section_visual_image {
	width: 100%;
	height: 712px;
	background: url(../image/pic_02_01.jpg) no-repeat center / 1616px auto;
}
/* ------------------------------------------------------------
*
    #section_interior02
*
------------------------------------------------------------ */
#section_interior02{

    text-align: center;

}
#section_interior02 .section_visual{
background: -moz-linear-gradient(top,  #F8F8F8 0%, #EFEFEF 100%);
background: -webkit-linear-gradient(top,  #F8F8F8 0%,#EFEFEF 100%);
background: linear-gradient(to bottom,  #F8F8F8 0%,#EFEFEF 100%);
}
#section_interior02 .interior02 {
	position:relative;
	height:620px;

}
#section_interior02.section  .pic{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-460px;
	text-align:center;
	width:920px;
	height:483px;
	overflow:visible;
	background-image:url(../image/pic_interior_bg.png);
	background-repeat:no-repeat;
	background-size:920px auto;
	max-width:auto;
	max-width:initial;
}
#section_interior02  .pic img{
	position:absolute;
	width:560.6px;
	top:101px;
	left:249.4px;
	/*--
	pic_interior_bg.pngの横幅1280pxの場合
	width:780px;
	top:141px;
	left:347px;
	（pic_interior_bg.pngの縮小率に合わせて位置調整）
	 --*/
	opacity:0;
	z-index:1;
}
#section_interior02  .pic img:first-child{
	opacity:1;
	z-index:1;
}



/* ------------------------------------------------------------
*
    #section_design
*
------------------------------------------------------------ */
#section_design .section_visual {
	width: 100%;
	height: 712px;
}
#section_design .section_visual .section_visual_image {
	width: 100%;
	height: 712px;
	background: url(../image/pic_01.jpg) no-repeat center / 1616px auto;
}

/* ------------------------------------------------------------
*
    #section_safety
*
------------------------------------------------------------ */
#section_safety .section_visual {
	width: 100%;
	height: 712px;
}
#section_safety .section_visual .section_visual_image {
	width: 100%;
	height: 712px;
	background: url(../image/pic_03.jpg) no-repeat center / 1616px auto;
}

/* ------------------------------------------------------------
*
    #section_lifestyle
*
------------------------------------------------------------ */
#section_lifestyle{
    margin: 50px 0 50px 0;
    text-align: center;
	position:relative;
}
#section_lifestyle .section_inner{
	padding:0;
	position:absolute;
	top:200px;
	left:50%;
	z-index:2;
	width:440px;
	margin-left:-470px;
}
#section_lifestyle .section_inner h3{
	text-align:center;
	padding:0;
}
#section_lifestyle  .pic_wide{
	position:relative;
	height:526px;
}
#section_lifestyle  .pic_wide img{
	position:absolute;
	left:50%;
	margin-left:-640px;
	display:block;
	width:1280px;
}

#section_lifestyle .detail{
    margin: 0 0 50px 0;
}


/* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
#section_movie{
    margin: 60px 0;
}

#section_movie .img_slider{
    width: 930px !important;
}

#section_movie .section_inner{ width: 940px;}
#section_movie h3{
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
}

#section_movie .modal_mov_open object,
#section_movie .modal_mov_open iframe{
    width: 100%;
    height: auto;
}
#section_movie .pic .border{
	border:solid 1px #ccc;
}
#section_movie .img_slider.col04 .pic{
	overflow:visible;
	margin-bottom:10px;
}
/* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
#section_news{
    margin: 0 0 80px 0;
}

#section_news .section_inner{ width: 930px;}

#section_news h3{
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
}


/* ------------------------------------------------------------
*
    #section_btm_contents
*
------------------------------------------------------------ */
#section_btm_contents{
    padding: 80px 0;
    margin: 0;
    background-color: #f8f8f8;
}

#section_btm_contents h4{
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
}

#section_btm_contents .section_inner{
    width: 880px;
    margin: 0 auto;
}

#section_btm_contents .row{ clear: both; margin: 0 0 70px 0;}
#section_btm_contents .row:after { content: ""; clear: both; display: block; }
#section_btm_contents .row_inner{ width: 420px;}

#section_btm_contents .user_voice,
#section_btm_contents .honda_store{ float: left;}
#section_btm_contents .user_exp,
#section_btm_contents .honda_cars{ float: right;}

#section_btm_contents .user .col_left{ width: 130px; float: left;}
#section_btm_contents .user .col_right{ width: 270px; float: right;}

/* ------------------------------
    .user
------------------------------ */
#section_btm_contents .user h5{
    width: 260px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.266em;
}

#section_btm_contents .user .pic{
    width: 130px;
    height: 97px;
    overflow: hidden;
    text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#section_btm_contents .user .pic img{
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 100%;
}

#section_btm_contents .user .date{
    margin: 0 0 3px 0;
    font-size: 13px;
    color: #9c9c9c;
}

#section_btm_contents .user .desc{
    margin: 0 0 3px 0;
    font-size: 13px;
    line-height: 1.461em;
	height: 2.8em;
	overflow: hidden;
}

#section_btm_contents .user .more{
    font-size: 13px;
    line-height: 1.461em;
}


/* ------------------------------
    .store
------------------------------ */

#section_btm_contents .store img{
    margin-top: 20px;
    width: 100%;
    height: auto;
}

#section_btm_contents .store .desc{
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.461em;
}

#rt-personalize-area-a,
#section_btm_contents .store .detail{
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
}

#rt-personalize-area-a a:after,
#section_btm_contents .store .detail a:after{
    width: 17px;
    height: 17px;
    background-size: 17px;
    right: -22px;
}


/* quolity select */
#section_btm_contents .quality h4{ margin: 0 0 10px 0;}
#section_btm_contents .quality .honda_cars{ padding-top: 45px;}


/* ------------------------------
    .mail_magazine
------------------------------ */
#section_btm_contents .mail_magazine{
    margin: 0 0 60px 0;
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#section_btm_contents .mail_magazine h4{
    margin: 0 0 25px 0;
    font-size: 26px;
    line-height: 1.153em;
}

#section_btm_contents .mail_magazine .desc{
    width: 520px;
    float: left;
    font-size: 16px;
    line-height: 1.5em;
}

#section_btm_contents .mail_magazine .btn{
    width: 360px;
    float: left;
    text-align: center;
}

#section_btm_contents .mail_magazine .btn a{
    width: 360px;
    height: 50px;
    display: block;
    line-height: 50px;
    background-color: #4a4f54;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------
    #section_uv
------------------------------ */
#section_btm_contents #section_uv{
    margin-top: -30px;
    margin-bottom: 70px;
}

/* ------------------------------
    #section_est_btn
------------------------------ */
#section_btm_contents #section_est_btn{
}
.btn-estimate{
    width: 424px;
    height: 52px;
    margin: 0 auto 70px;
    text-align: center;
}
	
.btn-estimate a{
    width: 100%;
    height: 52px;
    display: flex;
	align-items: center;
	justify-content: center;
    font-size: 24px;
	font-weight: bold;
    letter-spacing: .03em;
    color: #fff !important;
    background-color: #0064a1;
}

.btn-estimate a .ico{
    margin: 0 15px 0 0;
	line-height: 0;
}

.btn-estimate a .ico img{
    width: 20px;
    height: 24px;
    position: relative;
}
	
.estimate_desc {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 16px;
}

	
/* ------------------------------
    #section_caution
------------------------------ */
#section_caution{
    margin-top: -20px;
    margin-bottom: 0;
}

/* ------------------------------
    #section_banner
------------------------------ */
#section_banner {
	margin-top:-20px;
	margin-bottom:80px;
}
#section_banner .no1_banner {
	text-align:center;
}
#section_banner .no1_banner img{
}

	/*ua add*/
.finishcopyIndex{
    position: relative;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	z-index:1;
	width: 980px;
	margin: 0 auto;
}

.finishcopyIndex span{
	position: absolute;
	display: inline-block;
	background: #c00;
	padding: 0.4em 0.8em;
	line-height: 1.5;
}

.finishcopyIndex br.spshow {
	display: inline !important;
}

.finishcopyIndex span em{
	font-size: 11px;
	font-weight: normal;
}
/* add ここまで*/	
}


	/*-- section_interior01 animation --*/

	#section_interior01 .interior01_intro p{
	overflow:hidden;
	}
	#section_interior01.start .interior01_intro p{
		-webkit-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
		animation-name: interior01_p;
		animation-iteration-count:1;
		animation-timing-function:linear;
		animation-duration:1.5s;
	}
	#section_interior01 .interior01_intro p:nth-child(1),
	#section_interior01 .interior01_intro p:nth-child(2) img{
		animation-delay:0s;
		z-index:5;
	}
	#section_interior01 .interior01_intro p:nth-child(2),
	#section_interior01 .interior01_intro p:nth-child(3) img{
		animation-delay:1.5s;
		z-index:4;
	}
	#section_interior01 .interior01_intro p:nth-child(3),
	#section_interior01 .interior01_intro p:nth-child(4) img{
		animation-delay:3s;
		z-index:3;
	}
	 @keyframes interior01_p {
		  0% {
			  opacity:1;
			}
		  70% {
			  opacity:1;
			  }
		  100% {
			  opacity:0;
			  }
	 }
	#section_interior01.start .interior01_intro p img{
		-webkit-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
		animation-name: interior01_img;
		animation-iteration-count:1;
		animation-timing-function:linear;
		animation-duration:3s;
	}
	 @keyframes interior01_img {
		  0% {
			  transform:scale(1);
			}
		  100% {
			  transform:scale(1.1);
			  }
	 }

#section_interior01 .img_slider_outer{
	opacity:0;
}
#section_interior01.start .img_slider_outer{
		-webkit-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
		animation-name: interior01_out;
		animation-delay:5s;
		animation-duration:1.5s;
		z-index:6;
}
	 @keyframes interior01_out {
		  0% {
			  opacity:0;
			}
		  100% {
			  opacity:1;
			  }
	 }
#section_interior01  .slick-arrow,
#section_interior01  .slick-dots{
		 opacity:0;
}
#section_interior01.start  .slick-arrow,
#section_interior01.start  .slick-dots{
		-webkit-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
		animation-name: interior01_out;
		animation-delay:6s;
		animation-duration:1.5s;
	 }


/* #section_interior */
#section_interior .interior01 {
	z-index: 1;
	width: 100%;
	height: 712px;
}
#section_interior #slide_interior {
	z-index: 2;
	opacity: 0;
}
#section_interior .seat_anim {
	position: relative;
}
#section_interior .seat_anim > div {
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	opacity: 0;
	width: 100%;
	height: 712px;
}
#section_interior .seat_anim > div img {
	width: 100%;
	height: auto;
}
#section_interior .seat_anim > div:nth-child(1)  {
	opacity: 1;
	position: static;
}
#section_interior .seat_anim > .slide01,
#section_interior .section_slide .slide01  {
	background: url(../image/pic_02_04.jpg) no-repeat center;
}
#section_interior .seat_anim > .slide02,
#section_interior .section_slide .slide02  {
	background: url(../image/pic_02_01.jpg) no-repeat center;
}
#section_interior .seat_anim > .slide03,
#section_interior .section_slide .slide03  {
	background: url(../image/pic_02_02.jpg) no-repeat center;
}
#section_interior .seat_anim > .slide04,
#section_interior .section_slide .slide04  {
	background: url(../image/pic_02_03.jpg) no-repeat center;
}

#section_interior .section_slide {
	width: 100%;
	height: 712px;
	display: block;
}
#section_interior .section_slide .slick-slide {
	height: 712px;
}

/* seat_anim */
.seat_anim.active > div:nth-child(2),
.seat_anim.active > div:nth-child(3),
.seat_anim.active > div:nth-child(4),
.seat_anim.active > div:nth-child(5){
	animation-duration: 1s;
	animation-iteration-count:1;
	animation-name: anim_seat;
}
.seat_anim.active > div:nth-child(2){
	animation-delay:1s;
}
.seat_anim.active > div:nth-child(3){
	animation-delay:2s;
}
.seat_anim.active > div:nth-child(4){
	animation-delay:3s;
}
.seat_anim.active > div:nth-child(5){
	animation-delay:4s;
}
 @keyframes anim_seat {  0% {opacity: 0;}  100% {opacity: 1; } }




	/*-- section_newtype animation --*/
	#section_safety *{
		-webkit-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
	}
	#section_safety h2,
	#section_safety .copy,
	#section_safety .exp,
	#section_safety .caution,
	#section_safety .overlay{
	  animation-duration: 1s;
	}
	#section_safety h2{
	  animation-delay:0s;
	  animation-name: newtype;
	}
	#section_safety .copy{
		animation-delay:1.5s;
		animation-name: newtype;
	}
	#section_safety .exp,
	#section_safety .caution{
		animation-delay:1.5s;
		animation-name: newtype;
	}
	#section_safety .overlay{
		animation-name: newtype;
	}
	#section_safety .overlay.ov01{
		animation-delay:0s;
	}
	#section_safety .overlay.ov02{
		animation-delay:1.5s;
	}

	 @keyframes newtype {
		  0% {opacity: 0;}
		  100% {opacity: 1; }
	 }
	 /*--  --*/
	#section_safety .pic_sensing img.sensing_02{
		-webkit-animation-fill-mode:forwards;
		animation-name: sensing;
		animation-iteration-count:infinite;
		animation-timing-function:ease;
		animation-duration:1.3s;
		opacity:0.3;
	}
	#section_safety .pic_sensing img.sensing_02_01{	animation-delay:300ms;	}
	#section_safety .pic_sensing img.sensing_02_02{	animation-delay:600ms;	}
	#section_safety .pic_sensing img.sensing_02_03{	animation-delay:900ms;	}
	#section_safety .pic_sensing img.sensing_02_04{	animation-delay:1200ms;	}
	#section_safety .pic_sensing img.sensing_02_05{	animation-delay:1500ms;	}
	 @keyframes sensing {
		  0% {opacity: 0.3;}
		  50% {opacity: 0.8; }
		  100% {opacity: 0.3; }
	 }

	 /*-- section_new --*/
	#section_new .pic_slope_anim img.slope_anim {
		opacity:0;
		transition: all 0.2s;
		z-index:1;
	}
	#section_new .pic_slope_anim img.show{
		opacity:1;
		z-index:2;
	}
	#section_new .pic_slope_anim img.slope_anim02{z-index:2;}
	#section_new .pic_slope_anim img.slope_anim03{z-index:3;}
	#section_new .pic_slope_anim img.slope_anim04{z-index:4;}
	#section_new .pic_slope_anim img.slope_anim05{z-index:5;}
	#section_new .pic_slope_anim img.slope_anim06{z-index:6;}
	#section_new .pic_slope_anim img.slope_anim07{z-index:7;}
	#section_new .pic_slope_anim img.slope_anim08{z-index:8;}
	#section_new .pic_slope_anim img.slope_anim09{z-index:9;}
