@charset "utf-8";

@media screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/interior/cabin/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

		
.section .pic_full img {
    width: 100%;
    max-width: none;
}

/* -----------------------------------
    .section_selector
----------------------------------- */
.section_selector {
	margin-bottom: 0px;
}
.section_selector .section_column{
	margin-bottom: 50px;
}
/* -----------------------------------
    #section_package
----------------------------------- */

.section_luggage .section_column{
	line-height:1em !important;
}
.section_luggage .section_column .col_right{
	line-height:1.6em;
}
.section_luggage .pic{
	margin:0 0 30px 0 !important;
}
.section_luggage .txt_s{
	font-size:12px;
}
.section_luggage_inner{
	position:relative;
}


/* -----------------------------------
    #section_cabin
----------------------------------- */
#section_cabin .pic{
    padding: 0 50px;
}

.interior_cabin .col_left .img_slider div {
	padding-bottom: 10px;
}



/* -----------------------------------
    #section_steeringwheel
----------------------------------- */
#section_steeringwheel .pic{
    padding: 0 50px;
}

/* -----------------------------------
    #section_sportseat
----------------------------------- */
#section_confortable .pic{
    padding: 0 50px;
}

/* -----------------------------------
    #section_tft
----------------------------------- */



.column_sub_pic {
	width: 50%;
}


	
/* ------------------------------
    movie
------------------------------ */
	#section_movie .modal_mov_open {
		width: 880px;
		margin: 0 auto;
	}
    .modal_mov_open {
        position: relative;
        cursor: pointer;
        line-height: 0;
    }
    
    .modal_mov_open.play_btn::after {
        content:"";
        width: 100%;
        height: 100%;
        
        position: absolute;
        top: 0;
        left: 0;
        
        background: url(/auto-archive/civic/4door/2019/common/image_common/movie_play.png) center center no-repeat rgba(0, 0, 0, .5);
        background-size: 190px auto;
        transition: background .2s ease-out;
    }
    
    .modal_mov_open.play_btn:hover::after {
        background-color: rgba(0, 0, 0, 0);
    }

	#section_movie .video_tag {
		width: 880px;
		margin: 0 auto;
	}

}