@charset "utf-8";

@media screen and (max-width : 768px) {
/*ua add*/
.finishcopyIndex{
	position: absolute;
	top:56px;
	width: 100%;
	text-align: center;
	background: #C00;
	color: #fff;
	padding: 0.6em;
	font-size: 13px;
	line-height: 1.4;
	z-index: 99;
}

.finishcopyIndex br.spshow {
	display: inline !important;
}

.finishcopyIndex em {
	font-size: 11px;
}/*add ここまで*/
	
#section_caution.ua_add {
	margin-top: 20px !important;
}

  /*------------------------------------------------------------------------------------------
*
*
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
  .bg_wrap {
    background-color: #cdd2d2;
  }

  /* ------------------------------------------------------------
    .category_block
------------------------------------------------------------ */
  .category_block {
    margin: 0;
    color: #000;
  }

  .category_block h3 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: .15em;
    margin-bottom: 26px;
  }

  .category_block .detail {
    margin-bottom: 46px;
  }

  #contents_area .category_block a {
    font-size: 11px;
    color: #000;
    /*	background-color:rgba(120,120,120,0.4);*/
    background-color: #a4a8a8;
    padding: 10px 25px 10px 15px;
    border: 1px solid #666;
  }

  .section.category_block .detail a:after {
    content: '';
    width: 6px;
    height: 11px;
    display: inline-block;
    line-height: 1em;
    background-image: url(../image/arrow_black.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 6px 11px;
    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 .pic_fade {
    opacity: 0;
    transition: opacity 3000ms ease;
  }

  .category_block .pic_full .pic_fade.is-visible {
    opacity: 1;
  }

  .category_block .pic_full p:first-child {
    position: relative;
  }

  .category_block .pic_full img {
    width: 100%;
  }

  .category_block .copy_wrap {
    padding: 46px 15px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 500ms ease-out, transform 500ms ease-out;
  }

  .category_block .copy_wrap.anim_end {
    opacity: 1;
    transform: translateY(0);
  }

  .category_block .copy_wrap h3.txt_shadow {
    /*			text-shadow: 0 0 3px #444, 0 0 5px #444, 0 0 7px #444;*/
  }

  .section.category_block .detail {
    opacity: 0;
    transition: opacity 500ms ease;
  }

  .section.category_block .anim_end .detail {
    opacity: 1;
    transition-delay: 600ms;
  }

  /* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
  /* #main_visual {
    position: relative;
    padding-top: 55px;
    opacity: 0;
    transition: opacity 500ms ease;
  }

  #main_visual.anim_end {
    opacity: 1;
  }

  #main_visual .section_inner {
    width: 41%;
    margin: 0 auto;
    position: absolute;
    top: 23.2vw;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
    z-index: 2;
  }

  #main_visual h2.logo {
    margin: 0 auto;
    opacity: 0;
    transition: opacity 1000ms ease 800ms;
  }

  #main_visual h2.logo img {
    width: 100%;
    margin-top: 0;
    margin-left: 6px;
  }

  #main_visual.anim_end h2.logo {
    opacity: 1;
  }

  #main_visual .copy {
    margin: 0 auto;
    opacity: 0;
    transition: opacity 1000ms ease 1500ms;
  }

  #main_visual .copy img {
    width: 100%;
    margin-top: 0;
    margin-left: 6px;
  }

  #main_visual.anim_end .copy {
    opacity: 1;
  }

  #main_visual .scroll_wrap {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 97px);
    position: absolute;
    top: 0;
    left: 0;
  }

  #main_visual .scroll_btn {
    width: 32px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
  }

  #main_visual .scroll_btn img {
    width: 32px;
  }

  #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 {
    display: none;
  }

  #main_visual .visual_layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 55px;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    transition: opacity 1s linear, visibility 1s linear;
  }

  #main_visual .visual_layer.on {
    opacity: 1;
    visibility: visible;
  }

  #main_visual .visual_layer .section_inner {
    width: 100%;
    top: 32.2vw;
  }

  #main_visual .visual_layer .copy {
    width: calc(228 / 320 * 100vw);
    margin: 0 auto;
  }

  #main_visual .visual_layer .copy_02 {
    width: calc(194 / 320 * 100vw);
    margin: 0 0 0 calc(50 / 320 * 100vw);
  }

  #main_visual .visual_layer .copy_02 img {
    width: 100%;
  }

  #main_visual .visual_layer .pic_wrap,
  #main_visual .visual_layer .pic_full,
  #main_visual .visual_layer .pic_full p {
    height: 100%;
  }

  #main_visual .visual_layer .pic_full p {
    display: flex;
    align-items: bottom;
    background-color: #fff;
  }

  .mv_buttons {
    padding: calc(25 / 320 * 100vw) calc(45 / 320 * 100vw);
    padding: calc(25 / 320 * 100vw) calc(38 / 320 * 100vw);
    font-size: 11px;
    background-color: #000;
  }

  .mv_buttons li {
    margin-bottom: calc(10 / 320 * 100vw);
  }

  .mv_buttons li:last-child {
    margin-bottom: 0;
  }

  #contents_area .mv_buttons li a {
    padding: 16px 22px 16px 12px;
    border: 1px solid #e3e4e4;
    color: #fff;
    background-color: transparent;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }

  .mv_buttons li a::after {
    content: '';
    width: 6px;
    height: 11px;
    background-image: url(../image/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 6px auto;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(100% - 16px);
  }

  #contents_area .mv_buttons li.lines2 a {
    padding: 5px 22px 5px 12px;
    line-height: 1.5em;
  }

  .mv_buttons li.lines2 a span {
    font-size: 10px;
  }

  /* スクロールで表示 */
  .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_driving
*
------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #section_safety
*
------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #section_utility
*
------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #section_cabin
*
------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #section_interior
*
------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #section_type
*
------------------------------------------------------------ */
  #section_type {
    text-align: center;
    padding: 100px 15px 0;
    margin: 0 0 0 0;
  }

  #section_type h3 {
    margin: 0 0 50px 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1em;
  }

  #section_type h3+h4 {
    line-height: 1.5em;
    margin: 0 0 50px 0;
  }

  #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 {
    margin-bottom: 60px;
  }

  #section_type .type_wrap .type_img {
    width: 100%;
    margin-bottom: 15px;
  }

  /* -----------------------------------
*
    .col_top
    .col_price
*
----------------------------------- */
  #section_type .col_price {
    padding: 0;
    overflow: hidden;
    position: relative;
  }

  #section_type .col_price h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #section_type .std_equipment {
    width: 100%;
    margin: 25px 0;
    font-size: 9px;
    letter-spacing: 0;
  }

  #section_type .std_equipment th {
    padding: 6px 8px;
    font-size: 11px;
    color: #444;
    background-color: #ededed;
    vertical-align: middle;
    border: 1px solid #ccc;
  }

  #section_type .std_equipment td {
    width: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 1.7em;
    padding: 6px 8px;
    border: 1px solid #ccc;
  }

  #section_type .std_equipment td:first-child {
    line-height: 1.5em;
    padding: 10px 8px 6px;
  }

  #section_type .std_equipment td img {
    width: 116px;
  }

  #section_type .std_equipment td span {
    font-size: 12px;
    font-weight: bold;
  }

  #section_type .col_price .notes {
    margin: 0 0 7px 0;
    font-size: 10px;
  }

  #section_type .price_list {
    margin: 0 0 15px 0;
    clear: both;
  }

  #section_type .price_inner .price {
    margin: 0 0 0 0;
    line-height: 1em;
    font-size: 25px;
  }

  #section_type .price_inner .drive {
    width: 50px;
    font-size: 13px;
    display: inline-block;
    margin: 0 0 0 -.5em;
    vertical-align: top;
  }

  #section_type .price_inner .small {
    margin: 0 0 0 5px;
    font-size: 16px;
  }

  #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 img {
    width: 100%;
  }

  /*#sns_share	*/
  #sns_share {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-left: 10px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  #sns_share li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
  }

  /* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
  #section_movie {
    margin: 50px 0 5px 0;
  }

  #section_movie .section_inner {
    padding: 0;
  }

  #section_movie h3 {
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1em;
  }

  #section_movie .pic {
    position: relative;
    padding-bottom: 56.25%;
  }

  #section_movie .thumb,
  #section_movie .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }

  /* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
  #section_stylings {
    margin: 0 0 10px 0;
  }

  #section_stylings .section_inner {
    padding: 0;
  }

  #section_stylings h3 {
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1em;
  }

  #section_movie .modal_mov_open object,
  #section_movie .modal_mov_open iframe {
    width: 100%;
    height: auto;
  }

  /* ------------------------------------------------------------
*
    #section_news
*
------------------------------------------------------------ */
#section_news{
    margin-top:50px;
}


  /* ------------------------------------------------------------
*
    #section_btm_contents
*
------------------------------------------------------------ */
  #section_btm_contents {
    padding: 0 15px 60px 15px;
    margin: 0;
    background-color: #fff;
  }

  #section_btm_contents h4 {
    margin: 0 0 20px 0;
    font-size: 19px;
    text-align: left;
    white-space: nowrap;
    line-height: 1.261em;
  }

  /* ------------------------------
    .user
------------------------------ */
  #section_btm_contents .box_link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    position: relative;
  }

  #section_btm_contents .user {
    height: 100%;
    overflow: hidden;
  }

  #section_btm_contents .user .col_left {
    width: 105px;
    min-width: 105px;
    height: 80px;
    margin: 0 0 15px 0;
    float: left;
    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 .col_left img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
  }

  #section_btm_contents .user .col_right {
    width: auto;
    height: 80px;
    padding: 0 0 0 10px;
    display: table;
    box-sizing: border-box;
    float: left;
  }

  #section_btm_contents .user .col_right .layout {
    display: table-cell;
    vertical-align: middle;
  }

  #section_btm_contents .user .col_right .more {
    display: none;
  }

  #section_btm_contents .user .col_right .desc {
    display: none;
  }

  #section_btm_contents .user h5 {
    max-width: 175px;
    margin: 15px 0 10px 0;
    font-size: 18px;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #section_btm_contents .user .date {
    margin: 0 0 15px 0;
    font-size: 11px;
    color: #444;
  }

  #section_btm_contents .user .desc {
    clear: both;
    margin: 0 0 3px 0;
    height: 2.8em;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5em;
  }

  #section_btm_contents .user .more {
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
  }

  #section_btm_contents .user_voice {
    margin: 0 0 50px 0;
    padding: 0 0 15px 0;
  }

  /* ------------------------------
    .store
------------------------------ */
  #section_btm_contents .store h4 {
    border: none;
    margin: 0 0 10px 0;
  }

  #section_btm_contents .store img {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
  }

  #section_btm_contents .store .desc {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
  }

  #rt-personalize-area-a,
  #section_btm_contents .store .detail {
    text-align: center;
    font-size: 14px;
    margin: 5px auto;
  }

  #rt-personalize-area-a a:after,
  #section_btm_contents .store .detail a:after {
    width: 17px;
    height: 17px;
    background-size: 17px;
    right: -5px;
  }

  #section_btm_contents .honda_store {
    margin: 0 0 70px 0;
  }

  #section_btm_contents .honda_cars {
    margin: 0 0 40px 0;
  }

  /* ------------------------------
    .mail_magazine
------------------------------ */
  #section_btm_contents .mail_magazine {
    margin: 0 0 50px 0;
    padding: 25px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #section_btm_contents .mail_magazine h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.4em;
    border: none;
  }

  #section_btm_contents .mail_magazine .desc {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
  }

  #section_btm_contents .mail_magazine .btn {
    text-align: center;
  }

  #section_btm_contents .mail_magazine .btn a {
    padding: 10px 0;
    display: block;
    background-color: #4a4f54;
    font-size: 15px;
    line-height: 1.466em;
    color: #fff;
    text-decoration: none;
  }

  /* ------------------------------
    #section_caution
------------------------------ */
  #section_caution {
    /* margin-top: -20px; */
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
  }








  /* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
  #main_visual {
    /*margin-top: 56px;*/
	  margin-top: 110px;
  }

  #main_visual .section_inner {
    background-color: #f8f8f8;
    padding: 20px 15px 0;
  }

  .type_wrap {
    margin-bottom: 20px;
  }

  #main_visual .type_title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 19px;
  }

  .type_block {
    margin: 0 auto 0;
    padding: 15px 0;
    box-sizing: border-box;
    border-top: 1px solid #9e9e9e;
  }

  .type_block:first-child {
    margin: -30px auto 0;
    background-color: #fff;
  }

  .type_block:last-child {
    border-bottom: 1px solid #9e9e9e;
  }

  #main_visual .type_name {
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .type_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #main_visual .type_heading {
    margin-bottom: 2px;
    padding: 0;
    font-size: 9px;
    line-height: 13px;
  }

  #main_visual .type_heading .sup {
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    position: static;
  }

  .type_value {
    font-size: 20px;
    line-height: 24px;
  }

  .type_value .small {
    font-size: 9px;
    vertical-align: baseline;
  }

  #main_visual .caution {
    margin: 20px 0 10px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5em;
    color: #da4058;
  }

  #main_visual .detail {
    text-align: center;
  }
}
