@charset "utf-8";

@media print, screen and (min-width : 769px) {
/*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 ここまで*/	
	

  /*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------
    .category_block
------------------------------------------------------------ */
  .category_block {
    margin: 0;
    position: relative;
    color: #fff;
  }

  .category_block .detail a {
    font-size: 14px;
  }

  .category_block h3 {
    font-size: 20px;
    letter-spacing: .15em;
    text-align: left !important;
    margin: 0 0 36px 0;
  }

  .category_block .detail {
    text-align: left !important;
  }

  .category_block .copy_wrap {
    /*			border: 1px #f00 solid;*/
    opacity: 0;
    transition: opacity 500ms ease-out, transform 500ms ease-out;
  }

  .category_block .inner_left {
    transform: translateX(-30px);
  }

  .category_block .inner_right {
    transform: translateX(30px);
  }

  .category_block .copy_wrap.anim_end {
    opacity: 1;
    transform: translate(0);
  }

  #contents_area .category_block a {
    color: #fff;
    background-color: rgba(120, 120, 120, 0.4);
    padding: 10px 25px 10px 15px;
    border: 1px solid #aaa;
  }

  .section.category_block .detail {
    opacity: 0;
    transition: opacity 500ms ease;
  }

  .section.category_block .anim_end .detail {
    opacity: 1;
    transition-delay: 600ms;
  }

  .section.category_block .detail a:after {
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    line-height: 1em;
    background-image: url(../image/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8px 14px;
    position: relative;
    top: 1px;
    left: 10px;
  }

  .category_block .pic_full {
    position: relative;
  }

  .category_block .pic_full p {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }

  .category_block .pic_full p:first-child {
    position: relative;
  }

  .category_block .pic_full img {
    width: 100%;
    max-width: none;
  }

  .category_block .pic_full .pic_fade {
    opacity: 0;
    transition: opacity 3000ms ease;
  }

  .category_block .pic_full .pic_fade.is-visible {
    opacity: 1;
  }

  .category_block .section_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*			border: 1px #f00 solid;*/
  }

  .category_block .copy_wrap {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 80px;
    /*			border: 1px #00f solid;*/
  }

  .category_block .copy_wrap h3.txt_shadow {
    text-shadow: 0 0 3px #444, 0 0 5px #444, 0 0 7px #444;
  }

  /* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
  /* #main_visual{
	position: relative;
	opacity: 0;
	transition: opacity 500ms ease;
}
#main_visual.anim_end {
	opacity: 1;
}

#main_visual h2.logo{
	width: 182px;
	height: auto;
	position: absolute;
	margin: auto;
	left: 25px;
	top: 54px;
	z-index: 2;
	opacity: 0;
	filter: blur(3px);
	transition: opacity 1000ms ease 800ms, filter 300ms ease-in 800ms;
}
#main_visual h2.logo img{
	width: 100%;
}
#main_visual.anim_end h2.logo {
	opacity: 1;
	filter: blur(0);
}

#main_visual .copy {
	width: 174px;
	height: auto;
	position: absolute;
	top: 100px;
	right: 193px;
	z-index: 2;
	opacity: 0;
	transition: opacity 1000ms ease 1500ms;
}
#main_visual .copy img {
	width: 100%;
}
#main_visual.anim_end .copy {
	opacity: 1;
}

#main_visual .scroll_wrap {
	width: 100%;
	height: 100%;
	max-height: calc(100vh - 113px);
	position: absolute;
	top: 0;
	left: 0;
}

#main_visual .scroll_btn{
	width: 32px;
	margin: 0 auto;
	position: absolute;
	left:0;
	right: 0;
	bottom: 50px;
	text-align: center;
	z-index: 2;
}
#main_visual .scroll_btn img{
	width: 32px;
	display: block;
	margin: 0 auto;
}

#main_visual .scroll_btn .arrow {
	opacity: 0;
	animation: scroll_arrow 1200ms cubic-bezier(.45, .93, .65, 1.00) 300ms infinite normal;
	animation-fill-mode: backwards;
}

#main_visual .buttons {
	width: 980px;
	margin: 0 auto;
	font-size: 13px;
	position: absolute;
	right: 0;
	bottom: 8%;
	left: 0;
	z-index: 1;
}

#main_visual .buttons li {
	margin: 0 0 16px 0;
}

#main_visual .buttons li:last-child {
	margin-bottom: 0;
}

#main_visual .buttons li a {
	width: 278px;
	min-height: 48px;
	padding: 6px 22px 6px 12px;
	border: 1px solid #e3e4e4;
	color: #fff;
	display: block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(61,66,70,0.75);
	line-height: 44px;
}
#main_visual .buttons li.lines2 a {
	line-height: 20px;
}
#main_visual .buttons li a span{
	line-height: 1.5em;
	font-size: 10px;
}

#main_visual .buttons li a::after {
	content: '';
	width: 8px;
	height: 14px;
	background-image: url(../image/arrow_w.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 8px auto;
	position: absolute;
	top: calc(50% - 7px);
	left: calc(100% - 20px);
}

/* メインビジュアル2ページ目 */
  #main_visual .visual_layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s linear, visibility 1s linear;
  }

  #main_visual .visual_layer.on {
    opacity: 1;
    visibility: visible;
  }

  #main_visual .visual_layer .copy {
    width: auto;
    top: 43px;
    right: 114px;
  }

  #main_visual .visual_layer .copy_02 {
    position: absolute;
    top: 248px;
    right: 154px;
    z-index: 1;
  }

  #main_visual .visual_layer .buttons {
    bottom: 8%;
  }

  #main_visual .visual_layer .buttons li {}

  #main_visual .visual_layer .buttons li a {
    margin-right: 20px;
    margin-left: auto;
    border-color: #252525;
    color: #252525;
    background-color: rgba(255, 255, 255, 0.75);
  }

  #main_visual .visual_layer .buttons li a::after {
    background-image: url(../image/arrow_black.png);
  }

  /* スクロールで表示 */
  .scroll_in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 500ms ease, transform 500ms ease;
  }

  .scroll_in.anim_end,
  .scroll_in.anim_end_auto {
    opacity: 1;
    transform: translateY(0);
  }

  */

  /* ------------------------------------------------------------
*
    #section_styling
*
------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #section_interior
*
------------------------------------------------------------ */
  #section_interior .copy_wrap {
    bottom: 140px;
  }

  /* ------------------------------------------------------------
*
    #section_driving
*
------------------------------------------------------------ */
  #section_driving .copy_wrap {
    bottom: 93px;
    left: 615px;
  }

  /* ------------------------------------------------------------
*
    #section_safety
*
------------------------------------------------------------ */
  #section_safety .copy_wrap {
    bottom: 70px;
    left: 400px;
  }

  /* ------------------------------------------------------------
*
    #section_utility
*
------------------------------------------------------------ */
  #section_utility .copy_wrap {
    bottom: 80px;
  }

  /* ------------------------------------------------------------
*
    #section_cabin
*
------------------------------------------------------------ */
  #section_cabin .copy_wrap {
    bottom: 60px;
  }

  /* ------------------------------------------------------------
*
    #section_interior
*
------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #section_type
*
------------------------------------------------------------ */
  #section_type {
    margin: 100px auto 0px;
  }

  #section_type .section_inner {
    width: 880px;
  }

  #section_type h3 {
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
  }

  #section_type h3+h4 {
    margin: 20px 0 120px 0;
    font-size: 20px;
  }

  #section_type .detail {
    padding: 0;
  }

  #section_type .detail a:after {
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    line-height: 1em;
    background-image: url(../image/arrow_b.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8px 14px;
    position: relative;
    top: 1px;
    left: 10px;
  }

  #section_type .type_wrap {}

  #section_type .type_wrap .type_img {
    width: 500px;
    float: left;
    margin-bottom: 170px;
  }

  /* -----------------------------------
*
    .col_top
    .col_price
*
----------------------------------- */
  #section_type .col_price {
    width: 340px;
    padding: 0;
    margin-top: -35px;
    float: right;
    overflow: hidden;
    position: relative;
  }

  #section_type .col_price h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  /*std_equipment	*/
  #section_type .std_equipment {
    width: 100%;
    margin: 20px 0 20px 0;
    font-size: 10px;
  }

  #section_type .std_equipment th {
    padding: 6px 5px;
    font-size: 12px;
    color: #444;
    background-color: #ededed;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
  }

  #section_type .std_equipment td {
    width: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 1.7em;
    padding: 6px 5px;
    border: 1px solid #ccc;
  }

  #section_type .std_equipment td:first-child {
    line-height: 1.5em;
    padding: 10px 5px 6px;
  }

  #section_type .std_equipment td img {
    width: 150px;
  }

  #section_type .std_equipment td span {
    font-size: 15px;
    font-weight: bold;
  }

  #section_type .col_price .notes {
    margin: 0 0 7px 0;
    font-size: 12px;
  }

  #section_type .price_list {
    margin: 0 0 15px 0;
    clear: both;
  }

  #section_type .price_list:after {
    content: '';
    display: block;
    clear: both;
  }

  #section_type .price_inner .price {
    margin: 0 0 0 0;
    line-height: 1em;
    font-size: 32px;
  }

  #section_type .price_inner .drive {
    width: 50px;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 -.5em;
    vertical-align: top;
  }

  #section_type .price_inner .drive.two_line {
    line-height: 1.3em;
  }

  #section_type .price_inner .small {
    margin: 0 0 0 5px;
    font-size: 20px;
  }

  #section_type .price_inner .small .sup {
    font-size: 10px;
  }

  #section_type .price_inner .desc {
    font-size: 12px;
    line-height: 1.5em;
  }

  #section_type .zankure_bnr {
    clear: both;
  }

  /*#sns_share	*/
  #sns_share {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 170px;
    margin-bottom: 100px;
  }

  #sns_share li {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
  }

  /* ------------------------------------------------------------
*
    #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_news
*
------------------------------------------------------------ */
  #section_news {
    margin: 60px 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: 0 0 80px;
    margin: 0;
  }

  #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;
    overflow: hidden;
  }

  #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 {
    position: relative;
  }

  #section_btm_contents .img {
    width: 345px;
    position: absolute;
    top: 0;
    right: 74px;
  }

  /* //展示・試乗車、無し*/
  #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_caution
------------------------------ */
  #section_caution {
    /*margin-top: -20px; 202004change*/
	  margin-top: 40px; /*202004change*/
    margin-bottom: 0;
  }


  /* ------------------------------------------------------------
  *
      #main_visual
  	2019/10 デザインマイナーチェンジ
  *
  ------------------------------------------------------------ */
  .section_v2 .section_top_container {
    height: 240px;
    margin-top: -120px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section_v2 .section_title {
    margin-bottom: 30px;
    text-align: center;
  }

  #main_visual {
    margin: 0 auto;
    padding-top: 0;
  }

  #main_visual .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;
  }

  #main_visual .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;
  }

  #main_visual .caution {
    margin: 20px 0 0 0;
    font-size: 13px;
    text-align: center;
    color: #da4058;
  }

  #main_visual .detail {
    margin: 30px 0 0 0;
    text-align: center;
  }

}


@keyframes scroll_arrow {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  80%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mv_fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  45% {
    opacity: 0;
    visibility: hidden;
  }

  45.1% {
    opacity: 0;
    visibility: visible;
  }

  55% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}
