@charset "utf-8";

@media screen and (max-width : 768px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/styling/design/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */

/* -----------------------------------
    #section_styling
----------------------------------- */
#section_styling {
    margin-bottom: 20px;
	margin-top: 15px; /*202210 ua add*/
}


/* -----------------------------------
    #section_gallery
----------------------------------- */
#section_gallery{
    width: 100%;
    margin: 0 auto 0 auto;
}


/* -----------------------------------
    #section_detail
----------------------------------- */
#section_detail{
    width: 100%;
    margin: 0 auto 40px auto;
    }



/* -----------------------------------
    #section_bodycolor
----------------------------------- */
#section_bodycolor{
    width: inherit;
    margin: 0 auto 60px auto;
}

#section_bodycolor .color_slider{
    margin: 0 0 15px 0;
}

#section_bodycolor .body_color_gallery .pic{
    margin: 0 0 20px 0;
}

#section_bodycolor .body_color_gallery{
    position: relative;
}

#section_bodycolor .color_slider .name{
    margin: 0 0 10px 0;
    font-size: 14px;
}

#section_bodycolor .color_slider .caption{
    font-size: 14px;
    line-height: 1.285em;
    margin: 0 15px 10px 15px;
}

#section_bodycolor .body_color_gallery .type{
    font-size: 12px;
    line-height: 1.333em;
}

#section_bodycolor .body_color_gallery .caution{
    margin: 5px 0 10px 0;
    font-size: 12px;
}

#section_bodycolor .color_slider .sup{
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
}

/* -----------------------------------
    #section_custom
----------------------------------- */

#section_custom .equipment_list .list_inner {
	padding: 0 15px;
}

#section_custom .equipment_list .list_inner .pic {
	margin: 0 0 10px 0;
}

#section_custom .equipment_list .list_inner .pic img {
	width: 100%;
	height: auto;
}

#section_custom .equipment_list .list_inner .copy {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 20px;
}

#section_custom .equipment_list .list_inner .name {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

#section_custom .equipment_list .list_inner .thin {
	font-weight: normal;
}

#section_custom .equipment_list .slick-dots {
	padding: 0 30px;
}

#section_custom .equipment_list .slick-dots li {
	padding: 0 5px;
}

#section_custom .equipment_list .list_inner .switch_pc {
	display: none;
}

/* -----------------------------------
*
    .Type-S Version
*
----------------------------------- */
.bg_gray{
	color: #ffffff;
	background: #000000;
}

.bg_gray #top_topic_path{
	margin: 0px auto 20px auto;
	padding-top: 100px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9;
}

.bg_gray #contents_area{
	color: #ffffff;
}

.bg_gray .rect_nav{
    width: calc(100% - 30px);
	margin: 0;
	padding-bottom: 0px;
    position: absolute;
    /*top: 136px;*/
	top: 226px; /*202210 ua change*/
    left: 50%;
    transform: translateX(-50%);
}

.bg_gray .rect_nav .sp_current{
	color: #595757;
	background-color: #ffffff !important;
}

.bg_gray .rect_nav .sp_current.on{
	color: #ffffff;
	background-color: #595757 !important;
}

.bg_gray .rect_nav .sp_current:after{
	background-color: #000000;
}

.bg_gray .section .section_desc{
    color: #ffffff;
    margin-bottom: 0;
    padding: 0 20px 20px;
}

@media screen and (max-width : 420px){
    .bg_gray .section .section_desc{
        background: none;
    }
    
}

.bg_gray #section_styling{
    position: relative;
}

.bg_gray .pic_wide img{
    vertical-align: bottom;
}

.bg_gray #section_styling .section_inner{
    position: relative;
}

.bg_gray_btm{
    background: rgb(33,35,37);
    background: -moz-linear-gradient(0deg, rgba(33,35,37,1) 0%, rgba(58,59,64,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(33,35,37,1) 0%, rgba(58,59,64,1) 100%);
    background: linear-gradient(0deg, rgba(33,35,37,1) 0%, rgba(58,59,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212325",endColorstr="#3a3b40",GradientType=1);
    padding-bottom: 20px;
}

.bg_gray #section_styling .section_inner:nth-child(3){
    margin-top: -14vw;
    /*background-color: #000000;*/
}

.bg_gray #section_styling .head_title{
    color: #ffffff;
    position: absolute;
    top: 15em;
    left: 0;
}

@media screen and (max-width : 340px){
    .bg_gray #section_styling .head_title{
        top: 13em;
    }
}

.bg_gray #section_styling .image_title{
    color: #ffffff;
}


.bg_gray .equipment_list .list_inner{
    padding: 0 20px;
}

.bg_gray .equipment_inner .list_inner{
    position: relative;
}

.bg_gray .equipment_inner .list_inner .name{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4em;
    padding: 10px 0;
}


.bg_gray .slick-dots li button:before{
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.bg_gray .equipment_inner .slick-dots li:hover button:before,.bg_gray .equipment_inner .slick-dots li.slick-active button:before{
    background-color: inherit !important;
    border: 1px solid #ffffff;
}


.bg_gray .equipment_inner .img_slider .arrow_prev{
    background-image: url('/auto-archive/nsx/2022/common/image_common/parts_slider_arrow_white_left.png');
}

.bg_gray .equipment_inner .img_slider .arrow_next{
    background-image: url('/auto-archive/nsx/2022/common/image_common/parts_slider_arrow_white_right.png');
}
	
	
/*202210add*/
	#top_topic_path ul{
    padding: 100px 15px 0;
}


}
