#contents_area {
    color: #000;
    padding: 100px 0 0 0; /* gnav 2列対応 */
}

/*--------------------------------------------------------------
## section_visual
--------------------------------------------------------------*/

.section .main {
    position: relative;
    min-width: 980px;
    overflow: hidden;
}

.section .main img, #sec_sporty img {
    position: relative;
    width: 100%;
}

.section_visual {
    position: relative;
    min-height: 53.3vw;
}

.section_visual .tit_wrap {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    color: #000;
    text-align: center;
    z-index: 1;
}

.section_visual .title {
    margin-bottom: 0 !important;
}

.section_visual .title img.switch_pc {
    display: inline-block;
    max-width: 37.1%;
}

.section_visual .caption{
    position: absolute;
    bottom: 26.8%;
    left: 0;
    right: 8%;
    margin: 0 auto;
    width: 980px;
    color: #000;
    text-align: right;
    z-index: 1;
    font-size: 11px;
    font-family: var(--font-light);
    box-sizing: border-box;
}



/*--------------------------------------------------------------
## comon_parts
--------------------------------------------------------------*/


.section {
    padding: 3rem 0;
}

.npd{
    padding: 0 !important;
}

.section_inner {
    position: relative;
    margin: 0 auto;
    width: 980px;
}

.section .title {
    margin-bottom: 3.8rem;
    text-align: center;
    font-size: 33px;
    line-height: 1.5;
}

.section .title img {
    max-width: 100%;
}

.section .block {
    position: relative;
    padding: 6.2rem 0 4rem;
    /* margin: 4rem 0 5.6rem; */
}

.section .tit_wrap {
    text-align: center;
}

.bg {
    background: #e1e1e1;;
}

.white {
    background-color: #fff;
}

.block_inner {
    margin: 0 auto;
    width: 980px;
}

.block_inner .caution {
    margin-top: 50px;
    font-family: var(--font-light);
}

@media screen and (max-width : 768px) {
    .block_inner .caution {
        margin-top: 0;
    }
}


/*--------------------------------------------------------------
## sec_exterior
--------------------------------------------------------------*/

#sec_exterior.block{
    padding-bottom: 0;
}

#sec_exterior {
    margin-top: -13.8%;
}

.pic_exterior {
    margin: 0 auto;
    width: 830px;
}

.pic_exterior img {
    max-width: 100%;
}

@media screen and (max-width : 768px) {
    .pic_exterior {
        width: 100%;
    }
}

/*--------------------------------------------------------------
## section_styling
--------------------------------------------------------------*/

.item_list {
    /* margin-bottom: 1rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_list li {
    width: 475px;
}

.item_list li:nth-child(n+3) {
    margin-top: 1.6rem;
}

#contents_area .item_list li a {
    display: block;
    color: #000;
    text-align: center;
}

.item_list .img {
    position: relative;
    overflow: hidden;
}

.item_list .img img {
    max-width: 100%;
    vertical-align: middle;
}

.item_list .box {
    min-height: 95px;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    color: #505050;
}


.item_list h4 {
    margin-top: 13px;
    font-size: 17px;
    line-height: 1.2;
}

.item_list .caution {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
}

.item_list .release {
    margin-top: 7px;
    font-size: 16px;
    color: #f00;
}

@media screen and (min-width:769px) {
    .item_list .img {
        position: relative;
        overflow: hidden;
    }

    .item_list .img img {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .item_list li a:hover .img img {
        transform: scale(1.05);
    }


}

.link_3d {
    margin-top: 60px;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
}

.link_3d a {
    display: inline-block;
    color: #0064a1;
}

.link_3d a:after {
    content: '';
    display: inline-block;
    position: relative;
    right: -5px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url(../img/parts_ico_btn_detail_arrow.png) 50% 0 / 20px no-repeat;
}

@media screen and (max-width: 768px) {
    .link_3d {
        margin-top: 50px;
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
## bnr
--------------------------------------------------------------*/


/* bnr_style */
.bnr_style {
    margin: 82px auto 50px;
    /* padding-bottom: 4.3rem; */
    width: 980px;
    box-sizing: border-box;
}

.bnr_list{
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bnr_list li{
    width: 100%;
    margin-bottom: 3.1rem;
}

.bnr_list li:last-child{
    margin-bottom: 0;
}

.bnr_style img {
    width: 100%;
}



@media screen and (min-width:769px) and (max-width:1280px) {
    .section .main img {
        position: relative;
        width: 126% !important;
        left: -12%;
    }

    .section_visual .title img.switch_pc {
        max-width: 47.5%;
    }

    .section_visual .caption {
        padding: 0 20px;
        bottom: 8.5%;
    }

    #sec_exterior {
        margin-top: -3%;
    }

    .pic_exterior {
        width: 86vw;
    }
}

/* gnav 2列対応 */
@media screen and (min-width : 967px) {
    #contents_area {
        padding: 121px 0 0 0;
    }
}


@media screen and (max-width: 768px) {

    #contents_area {
        padding: 0;
    }

    .section .main{
        min-width: 100%;
        width: 100%;
    }

    .section .main img, #sec_sporty img {
        height: auto;
        width: 100%;
    }

    .section_visual .caption {
		top: 75vw;
		padding: 0 9px;
		font-size: 7px;
        font-family: var(--font-light);
		text-align: right;
		line-height: 1.5;
        width: 100%;
	}


	/*--------------------------------------------------------------
    ## common_parts
	--------------------------------------------------------------*/
    .section {
        padding: 2.5rem 0;
    }

    .section .title {
		margin-bottom: 1.8rem;
		font-size: 15px;
	}

    .section .block {
		padding-top: 2.2rem;
		margin: 2.5rem 0 0;
	}

	.block_inner {
		padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
	}

	/*--------------------------------------------------------------
    ## section_visual
	--------------------------------------------------------------*/
    .section_visual .title img.switch_pc{
        display: none;
    }

    .section_visual .tit_wrap {
		top: 9vw;
	}

	.section_visual .title {
		padding: 0 16px;
	}

	.section .title img.switch_sp {
		max-width: 100%;
	}


	/*--------------------------------------------------------------
    ## sec_exterior
	--------------------------------------------------------------*/

	#sec_exterior {
		margin-top: 2%;
	}

    #sec_exterior.block{
        padding-bottom: 1.7rem;
    }


	/* section_styling */

	#sec_styling {
        margin-top: 2.2rem;
		padding: 0 0 2.7rem;
	}

    #sec_styling .title{
        margin-bottom: 2.3rem;
    }

	.item_list li {
        margin-bottom: 38px;
		width: 100%;
	}

    .item_list li:nth-child(n+3){
        margin-top: 0;
    }

    .item_list .box {
		min-height: 77px;
	}

	.item_list h4 {
		margin-top: .5rem;
		font-size: 16px;
		line-height: 1.8;
	}

    .item_list .release {
    margin-top: 3px;
    }

	/* section_interior */
	#section_interior{
		margin-bottom: 0;
		padding: 3rem 0 .6rem;
	}

	/* bnr_style */
	.bnr_style {
		margin: 90px 0 10px;
		padding: 0 16px;
        width: 100%;
	}

    .bnr_list{
        display: block;
    }

	.bnr_list li{
        width: 100%;
		margin-bottom: 1.1rem;
	}
}
