@charset "utf-8";
@media screen and (max-width : 768px){
/*------------------------------------------------------------------------------------------
*
*
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
.section_v2 .section_title {
	text-align: center;
}


/* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
#main_visual{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #f6f6f6;
}

#main_visual_inner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
	
#main_visual_inner .pic_visual{ /*margin: 130px 0 0 0;*/ margin: 160px 0 0 0; /*←ua change*/ text-align: right;}	
#main_visual_inner .pic_visual img{ width: 100%; margin: 0; height: auto;}

#main_visual .main_copy{
    width: 100%;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
}

#main_visual .main_copy .copy{
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.3em;
}

#main_visual .main_copy h2.logo{ display: none;}

#main_visual .main_copy h2.logo img{
    width: 156px;
    height: auto;
}

#sns_share{
    width: 100%;
    margin: 0;
    padding: 0 0 0 23px;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
}

#sns_share li{
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
}


/* ------------------------------------------------------------
*
    #section_type
*
------------------------------------------------------------ */
	#section_type {
		/*margin-top: 56px;*/
		margin-top: 107px; /*← ua change*/
	}

#section_type .section_inner{
	background-color: #f8f8f8;
	padding: 20px 15px 0;
}

	.type_wrap {
		margin-bottom: 20px;
	}

	#section_type .type_title {
		margin: 0 0 15px;
		padding: 0;
		font-size: 19px;
	}

	.type_block {
		margin: 0 auto 0;
		padding: 15px 0 10px;
		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;
	}

	#section_type .type_name {
		margin-bottom: 10px;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.type_container {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.type_price {
		margin-right: 28px;
	}

	#section_type .type_heading {
		margin-bottom: 2px;
		padding: 0;
		font-size: 10px;
		line-height: 13px;
	}

	#section_type .type_heading .sup {
		font-size: inherit;
		line-height: inherit;
		vertical-align: middle;
		position: static;
	}

	.type_value {
		font-size: 25px;
		line-height: 29px;
	}

	.type_value .small {
		margin-left: 2px;
		font-size: 14px;
		vertical-align: baseline;
	}


#section_type .caution{
    margin: 20px 0 10px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5em;
    color: #da4058;
}

#section_type .detail{
    text-align: center;
}

/* ------------------------------------------------------------
*
    #section_news
*
------------------------------------------------------------ */
#section_news{
    margin: 50px 0 20px;
}


/* ------------------------------------------------------------
*
    #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_stylings
*
------------------------------------------------------------ */
#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_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;
}

#section_btm_contents .user_voice_banner, #section_btm_contents .user_voice_banner img { width: 100%;}

/* ------------------------------
    .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: 50px;
    padding: 0;
    margin-bottom: 0;
}

#section_caution .color_red{
    color: #ff0000;
}

/* ------------------------------
        #section_Type S
------------------------------ */

.exclusive_area{
    text-align: center;
    background: #000000;
    padding: 3.5% 0;
    width: 100%;
}

.exclusive_area img{
    width: 90%;
    min-width: 300px;
    max-width: 441px;
    height: auto;
}

#section_type .exclusive_area .info__call{
    margin: 0;
    padding: 0;
    background-color: inherit;
}

.section .detail a{
    width: 12.5em;
    height: 1.125em;
/*    width: 13.5em;
    height: 1.125em;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width : 490px){
    .section .detail a{
        width: 41vw;
        height: 3.125vw;
        /*left: 56%;*/
    }
}

.section .detail a:after{
    display: none;
}

.section_type_s_wrap{
    background: rgb(34,39,45);
    background: -moz-linear-gradient(90deg, rgba(34,39,45,1) 0%, rgba(66,69,73,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(34,39,45,1) 0%, rgba(66,69,73,1) 100%);
    background: linear-gradient(90deg, rgba(34,39,45,1) 0%, rgba(66,69,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22272e",endColorstr="#424549",GradientType=1);
}

.section_type_s_wrap img{
    vertical-align: bottom;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}

.section_type_s_wrap .section_type_s_logo .pc{
    display: none;
}

.btn_box{
    width: 32.336%;
    box-sizing: border-box;
}

.btn_box a{
    display: block;
    padding: 7.58% 15.155%;
    background: #000000;
}

.section_type_s_cont02{
    transform: translateY(-1px);
}

.section_type_s_cont03{
    position: relative;
    transform: translateY(-2px);
    z-index: 9;
}

.type_s_cont03_left,
.type_s_cont03_right{
    position: absolute;
}

.type_s_cont03_left{
    width: 100%;
    top: 0;
    left: 0;
}

.type_s_cont03_right{
    width: 100%;
    bottom: 8%;
    left: 0;
}

.type_s_cont03_left .vertical_text{
    width: 6.78%;
    position: absolute;
    top: 10.1%;
    left: 0;
    z-index: 99;
}

.type_s_cont03_left .image_box{
    margin-top: 67%;
}

.type_s_cont03_left .text_box{
    width: 59%;
    position: absolute;
    bottom: -4.5%;
    left: 15%;
}

.type_s_cont03_left .btn_box{
    position: absolute;
    bottom: -18%;
    left: 15%;
    width: 70%;
}

.type_s_cont03_right .text_box{
    width: 51.25%;
    position: absolute;
    bottom: -7.5%;
    left: 16%;
}

.type_s_cont03_right .btn_box{
    width: 70%;
    position: absolute;
    bottom: -33%;
    left: 16%;
    z-index: 9;
}

.section_type_s_cont04 {
    margin-top: -2px;
    position: relative;
}

.type_s_cont04_right .vertical_text{
    width: 7.05%;
    position: absolute;
    top: 33vw;
    right: 0;
    z-index: 100;
}

.type_s_cont04_slidearea{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.type_s_cont04_slidearea .btn_box{
    position: absolute;
    bottom: 17%;
    left: 16%;
    width: 68%;
    border: 1px solid #ffffff;
}

#section_type .slick-dots{
    width: auto !important;
    display: inline-block;
    position: absolute;
    bottom: 26.85% !important;
    left: 50%;
    transform: translateX(-50%);
}

#section_type .slick-dotted.slick-slider{
    margin-bottom: 0;
}

#section_type .slick-dots li button{
    width: 7px;
    height: 7px;
}

#section_type .slick-dots li button:before{
    width: 7px;
    height: 7px;
    border-radius: 7px;
}

#section_type .slick-dots li button:before{
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

#section_type .slick-dots li:hover button:before,#section_type .slick-dots li.slick-active button:before{
    background: none;
}

#section_type .img_slider .slick-arrow {
    margin: 0;
}

#section_type p.arrow_prev.slick-arrow {
    width: 30px;
    height: 30px;
/*
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
*/
    position: absolute;
    left: 20% !important;
    bottom: 27% !important;
    background: none;
}

#section_type p.arrow_prev.slick-arrow::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 50% !important;
    bottom: 50% !important;
    transform: translate(-25% , 5px) rotate(-45deg);
}

#section_type p.arrow_next.slick-arrow {
    width: 30px;
    height: 30px;
/*
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(135deg);
*/
    position: absolute;
    bottom: 27% !important;
    right: 20% !important;
    background: none;
}

#section_type p.arrow_next.slick-arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 50% !important;
    bottom: 50% !important;
    transform: translate(-75% , 5px) rotate(135deg);
}

#section_type .img_slider div{
    margin-bottom: 0;
}

.color_slider .name{
    letter-spacing: 0.15em;
}

#section_type .section_type_s_cont05 {
    transform: translateY(-2px);
    position: relative;
}

.type_s_cont05_center{
    position: absolute;
    top: 4%;
}

.type_s_cont05_center .vertical_text{
    width: 50%;
    margin: 0 auto;
}

.cont05_body_color_wrap{
    width: 100%;
    position: absolute;
    top: 7%;
    left: 0;
    color: #ffffff;
}

.nav_color_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav_wrap{
    width: 75% !important;
    margin-top: 8%;
}

.color_slider .pic{
    margin:0 0 8% 0;
}

.nav_color_list li{
    width: 14vw;
    height: 14vw;
    margin: 2% 0 0;
}

.nav_color_list li.c_curva_red,
.nav_color_list li.c_berlina_black,
.nav_color_list li.c_130r_white,
.nav_color_list li.c_casino_white,
.nav_color_list li.c_thermal_orange,
.nav_color_list li.c_indy_yellow,
.nav_color_list li.c_longbeachblue_p,
.nav_color_list li.c_valencia_red,
.nav_color_list li.c_nouvelle_blue,
.nav_color_list li.c_carbonmattegray_metallic{background:none;border: none;}

.nav_color_list li.current::after{
    background-image: url(../image/icon_c_border.png) !important;
    background-size: 100% 100%;
}

.section_type_s_cont05 .btn_box{
    width: 68%;
    position: absolute;
    bottom: 24%;
    left: 50%;
    transform: translateX(-50%);
}

.section_type_s_cont05 .btn_box:last-child{
    width: 68%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.section_type_s_cont05 .btn_box a{
    padding: 10.58% 13.155%;
}

.section_type_s_cont05 .btn_box:last-child a{
    padding: 10.58% 13.155%;
}

#section_nsxworld,
#section_sns,
#section_event,
#section_dlcontents {
    text-align: center;
    padding: 0 10px 20%;
}

#section_nsxworld img,
#section_sns img,
#section_event img,
#section_dlcontents img{
    vertical-align: bottom;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}

#section_nsxworld h2 img,
#section_sns h2 img,
#section_event h2 img,
#section_dlcontents h2 img{
    width: auto;
    height: 25px;
}

.section_nsxworld .nsxworld_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_nsxworld .nsxworld_wrap a{
    display: block;
    width: calc(50% - 2vw);
    margin-top: 32px;
    text-align: left;
}

.section_nsxworld .nsxworld_wrap .mv_icon{
    position: relative;
}

.section_nsxworld .nsxworld_wrap .mv_icon::before{
    content: "";
    display: block;
    width: 16vw;
    height: 16vw;
    background: url("../image/pic_mv_icon.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.section_nsxworld .nsxworld_wrap a dd{
    color: #000000;
    border-left: 4px solid #ff0000;
    margin-top: 16px;
    padding: 0 16px;
}

.section_nsxworld .nsxworld_wrap a dd p:first-child{
    font-size: 12px;
}

.section_nsxworld .nsxworld_wrap a dd p:last-child{
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0.5em;
}

.grad-wrap {
    position: relative;
}
.grad-wrap + .grad-wrap {
margin-top: 40px;
}
.grad-trigger {
font-weight: 600;
font-size: 14px;
color: #ff0000;
width: 100%;
padding: 0px 0 30px;
background: url("../image/more_arrow.png") bottom center no-repeat;
background-size: auto 20px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 99;
cursor: pointer;
}
.grad-item {
position: relative;
overflow: hidden;
}
.grad-item.is-hide {
height: 50vh; /*隠した後の高さ*/
}
.grad-item p + p {
margin-top: 1em;
}
.grad-item::before {
display: block;
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 100%;
height: 100px; /*グラデーションで隠す高さ*/
background: -ms-linear-gradient(top, rgba(242,242,248,0) 0%, rgba(242,242,248,0.9) 50%, rgba(242,242,248,0.9) 50%, #f8f8f8 100%);
background: -webkit-linear-gradient(top, rgba(242,242,248,0) 0%, rgba(242,242,248,0.9) 50%, rgba(242,242,248,0.9) 50%, #f8f8f8 100%);
background: linear-gradient(top, rgba(242,242,248,0) 0%, rgba(242,242,248,0.9) 50%, rgba(242,242,248,0.9) 50%, #f8f8f8 100%);
z-index: 98;
}
.grad-trigger.is-show + .grad-item::before {
display: none;
}

.sns_bnr{
    margin-top: 30px;
}

.event_wrap{
    margin-top: 30px;
}

.event_wrap a{
    display: block;
    margin-bottom: 20px;
}

.event_wrap a:last-child{
    margin-bottom: 0;
}

.event_wrap dl{
    padding: 6vw;
    box-sizing: border-box;
    background-color: #ffffff;
}


.event_wrap dl dt{
    padding: 8vw 0 14vw;
}

.event_wrap dl dd{
     color: #000000;
     width: 100%;
     box-sizing: border-box;
     text-align: left;
}

.event_wrap dl dd p:first-child{
    width: 100%;
}

.event_wrap dl dd p:nth-child(2){
    font-size: 7vw;
    font-weight: 600;
    border-left: 2px solid #ff0000;
    margin-top: 15px;
    padding-left: 18px;
}

.event_wrap dl dd p:nth-child(3){
    font-size: 3.72vw;
    line-height: 1.5em;
    padding: 1em 0 0 18px;
    border-left: 2px solid #ff0000;
}

.event_wrap dl dd p:nth-child(3) br{
    display: block !important;
}

.event_wrap dl dd:nth-child(3){
    margin-top: 8vw;
}

.event_wrap dl dd:nth-child(3) a{
    font-size: 3.4vw;
    line-height: 1.5em;
    color: #ffffff !important;
    text-align: center;
    display: block;
    margin: 0 0 0.5em;
    padding: 5.5vw 9vw 5.5vw 4vw;
    background-color: #323232;
    background-image: url(../image/icon_sns_arrow.png);
    background-position:95% 47%;
    background-size: 18px auto;
    background-repeat: no-repeat;
    border-radius: 3em;
    transition: none !important;
    box-sizing: border-box;
}

.event_wrap dl dd:nth-child(3) a:last-child{
    margin-bottom: 0;
}


.section_sns .sns_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.section_sns .sns_text_box{
    width: 100%;
    margin-bottom: 1.5em;
}

.sns_text_box dt{
    font-size: 3.72vw;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: left;
    line-height: 2em;
    padding-left: 16px;
    border-left: 4px solid #ff0000;
    box-sizing: border-box;
    margin-bottom: 2em;
}

.sns_text_box dt br{
    display: block !important;
}

.sns_text_box dt span{
    line-height: 1em;
    color: #ff0000;
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.5em;
    background-color: #ffffff;
}

.sns_tw_box,
.sns_inst_box{
    width: 48%;
    position: relative;
}

.sns_tw_box:before, .sns_tw_box:after,
.sns_inst_box:before, .sns_inst_box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 20px solid transparent;
}
.sns_tw_box:before,
.sns_inst_box:before {
    bottom: calc(100% - 20px);
    border-bottom-color: #ffffff;
}
.sns_tw_box:after,
.sns_inst_box:after {
    top: calc(100%);
    border-top-color: #ffffff;
  }

.section_sns .oct{
    height: calc(100% - 20px);
    margin-top: 20px;
    background: #ffffff;
}

#section_sns .section_sns .oct p img{
    width: auto;
    height: 6vw;
    max-height: 30px;
}

.section_sns .oct ul{
    margin-top: 1em;
    padding: 0 3vw;
}

.section_sns .oct ul li{
    margin-top: 2.5vw;
    overflow: hidden;
    border-radius: 9vw;
}

.section_sns .oct ul a{
    font-size: 3vw;
    line-height: 1.5em;
    text-align: left;
    color: #ffffff !important;
    display: block;
    padding: 3.5vw 8vw 3.5vw 5vw;
    background-color: #323232;
    background-image: url("../image/icon_sns_arrow.png");
    background-position: 86% 47%;
    background-size: 18px auto;
    background-repeat: no-repeat;
    transition: none !important;
}

.section_sns .oct ul a br{
    display: block !important;
}

.dlcontents_bnr{
    margin-top: 30px;
}

#section_caution .caution p{
    text-indent: -1em;
    padding: 0 0 0 1em;
}
	
	/*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 ここまで*/

}
