@charset "utf-8";

@media screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/interior/utility/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------
*
    #section_luggage
*
------------------------------------------------------------ */

.section .golf{
	font-size:16px;
	font-weight:bold;
}
.section .detail{
	padding:0;
}


	#section_luggage {
		margin-bottom: 0;
	}

	#section_luggage .col_right {
		margin-bottom: 30px;
	}

/* ------------------------------------------------------------
*
    #section_storage
*
------------------------------------------------------------ */
#storage_slider{
    width: 880px;
    margin: 0 auto;
}

#storage_slider:after{
    content: '';
    clear: both;
    display: block;
}

#storage_slider .col_left{
    width: 470px;
    float: left;
    position: relative;
}

#storage_slider .col_left .img{
    position: relative;
    left: 0;
}

#storage_slider .col_right{
    padding: 110px 0 0 0;
    width: 350px;
    float: right;
}
#storage_slider .pic_caution_l{
	text-align:right;
    font-size: 10px;
    line-height: 1.375em;
	margin:0 0 10px;
}
#storage_slider .caption{
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.375em;
}

#storage_slider .type{
    font-size: 12px;
}

#storage_slider .caution{
    font-size: 10px;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3em;
}

#storage_slider .circle li{
    width: 20px;
    height: 20px;
    display: none;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#storage_slider .circle li.c01{top: 220px; left: 160px;}
#storage_slider .circle li.c02{ top: 190px; left: 185px;}
#storage_slider .circle li.c03{ top: 120px; left: 230px;}
#storage_slider .circle li.c04{ top: 150px; left: 250px;}
#storage_slider .circle li.c05{ top: 110px; left: 110px;}
#storage_slider .circle li.c07{ top: 410px; left: 300px;}
#storage_slider .circle li.c10{ top: 460px; left: 10px;}

#storage_slider .circle li.c06 {
    width: 100%;
    height: 100%;
    display: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}

#storage_slider .circle li.c06 > div {
    width: 20px;
    height: 20px;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#storage_slider .circle li.c06 .c06a {top: 170px; left: 20px;}
#storage_slider .circle li.c06 .c06b {top: 180px; left: 420px;}

#storage_slider .circle li.c08 {
    width: 100%;
    height: 100%;
    display: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}

#storage_slider .circle li.c08 > div {
    width: 20px;
    height: 20px;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#storage_slider .circle li.c08 .c08a{ top: 520px; left: 130px;}
#storage_slider .circle li.c08 .c08b{ top: 420px; left: 150px;}

#storage_slider .circle li.c09 {
    width: 100%;
    height: 100%;
    display: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}

#storage_slider .circle li.c09 > div {
    width: 20px;
    height: 20px;
    background-image:url(../image/parts_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#storage_slider .circle li.c09 .c09a{ top: 300px; left: 115px;}
#storage_slider .circle li.c09 .c09b{ top: 295px; left: 20px;}


/* ------------------------------
    .slider_set
------------------------------ */

.slider_set .section_column{
	line-height:1em !important;
}
.slider_set .section_column .col_right{
	line-height:1.6em;
}
.slider_set .pic{
	margin:0 0 30px 0 !important;
}
.slider_set h6 {
	font-size:16px;
	font-weight: bold;
}
.slider_set .txt_s{
	font-size:12px;
}
.slider_set_inner{
	position:relative;
}


.slider_set .col_left .img_slider div {
	padding-bottom: 10px;
}
	

	
/* ------------------------------
    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;
	}


}