#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_active 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: 42.1%;
}

.section_visual .caption{
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    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-weight: 500;
    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: #c9c4ac;
}

.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_bodycolor
--------------------------------------------------------------*/

#sec_color.block{
    padding-bottom: 3rem;
}

#sec_color .title {
    margin-bottom: 1.8rem;
}

#sec_color .body_color_gallery {
    position: relative;
    text-align: center;
}

#sec_color .color_slider {
    margin: 0 0 26px;
}

#sec_color .pic {
    margin: 0 0 30px 0;
    max-width: 980px;
    text-align: center;
    position: relative;
}

#sec_color .body_color_gallery img {
    width: 615px;
    margin: 0 auto 27px;
    height: auto;
}

#sec_color .name {
    margin: 0 0 10px 0;
    font-size: 21px;
    
}

/* img_slider */

.slick-prev, .slick-next{
    width: 25px;
    height: 40px;
    z-index: 1;
    top: 41%;
}

.slick-prev {
    left: 155px;
}

.slick-next {
    right: 188px;
}

.slick-prev:before {
	/* content: url('../img/img_icon_prev.png');  */
    content: "";
    background: url(../img/img_icon_prev.png) no-repeat;
    background-size: cover;
	width: 25px;
	height: 40px;
	display: inline-block
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	/* content: url('../img/img_icon_next.png');  */
	content: "";
    background: url(../img/img_icon_next.png) no-repeat;
    background-size: cover;
	width: 25px;
	height: 40px;
	display: inline-block
}

.nav_color_list li{
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: opacity .1s ease;
    margin: 0 9px;
}

#sec_color .nav_color_list li.current::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 12px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}

#sec_color .nav_color_list li.current::after {
    position: absolute;
    content: "";
    top: 18px;
    left: 18px;
    width: 8px;
    height: 11px;
    display: block;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

.nav_color_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav_color_list li .c-color-chip{
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.c-color-chip > * {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav_color_list li .c-color-chip span:first-child{
    height: 12px;
    background: linear-gradient(146deg, #898d8e , #171b1c);
}

.nav_color_list li .c-color-chip span:last-child{
    height: 33px;
}

/* active leisure style  body color*/

.nav_color_list li.c_premium_white_pearl .c-color-chip{
    background: linear-gradient(160deg, #edeeeb 10%, #c5c8cc 95%);
}

.nav_color_list li.c_crystal_black_pearl .c-color-chip{
    background: linear-gradient(160deg, #999c9c -40%, #0f0e10);
}

.nav_color_list li.c_slate_gray_pearl_black .c-color-chip span:last-child{
    background: linear-gradient(150deg, #a5a8ac ,  #626a6e);
}

.nav_color_list li.c_fjord_mist_pearl_black .c-color-chip span:last-child{
    background: linear-gradient(150deg, #d0dfe0 ,  #97a6a6);
}

.nav_color_list li.c_autumn_yellow_pearl_black .c-color-chip span:last-child{
    background: linear-gradient(150deg, #dac68b ,  #a28d4c);
}

.nav_color_list li.c_botanical_green_pearl_black .c-color-chip span:last-child{
    background: linear-gradient(150deg, #8f918b ,  #4b5048);
}

.nav_color_list li.c_desert_beige_pearl_black .c-color-chip span:last-child{
    background: linear-gradient(150deg, #b2aa94 ,  #6b5e46);
}

/*--------------------------------------------------------------
## sec_exterior
--------------------------------------------------------------*/

#sec_exterior.block{
    padding-bottom: 6.1rem;
}

#sec_exterior {
    margin-top: -27%;
}

.pic_exterior img {
    max-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;
}


.item_list h4 {
    margin-top: 16px;
    font-family: var(--font-bold);
    font-size: 21px;
    line-height: 1.3;
}

@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);
    }
}

/*--------------------------------------------------------------
## bnr
--------------------------------------------------------------*/


/* bnr_style */
.bnr_style {
    margin: 146px auto 100px;
    /* 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: 2.5rem;
}

.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%;
    }

    #sec_exterior {
        margin-top: -36%;
    }
}

/* 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_active img {
        height: auto;
        width: 100%;
    }

    .section_visual .caption {
		top: 62vw;
		padding: 0 15px;
		font-size: 7px;
        font-family: var(--font-light);
		text-align: center;
		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_color
	--------------------------------------------------------------*/
	#sec_color.block{
		padding-bottom: 1.18rem;
        margin-top: 1.8rem;
	}

    #sec_color .color_slider {
        margin: 0 0 14px;
    }

    #sec_color .pic {
        margin: 0 0 14px 0;
        max-width: 100%;
    }

    #sec_color .body_color_gallery img {
        width: 100%;
        margin: 0 auto 14px;
    }

    .nav_color_list li {
		margin: 0 6px;
        width: 32.5px;
        height: 32.5px;
	}

    .nav_color_list li .c-color-chip{
        width: 32.5px;
        height: 32.5px;
    }

    .nav_color_list li .c-color-chip{
        width: 32.5px;
        height: 32.5px;
    }

	.nav_color_list li:first-child{
		margin-left: 0;
	}

	.nav_color_list li:last-child{
		margin-right: 0;
	}

	#sec_color .name {
        margin-bottom: .6px;
        font-size: 10px;
        font-family: var(--font-light);
    }

    #sec_color .nav_color_list li.current::before {
        top: 12px;
        left: 8px;
        width: 13px;
        height: 13px;
    }

    #sec_color .nav_color_list li.current::after {
        top: 15px;
        left: 13px;
        width: 5px;
        height: 8px;
    }

    .slick-prev, .slick-next{
        top: 44%;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0px;
    }

    .slick-prev:before {
        width: 14px;
        height: 22px;
    }

    .slick-next:before,
    [dir=rtl] .slick-prev:before {
        width: 14px;
        height: 22px;
    }

	/*--------------------------------------------------------------
    ## sec_exterior
	--------------------------------------------------------------*/

	#sec_exterior {
		margin-top: -25%;
	}

    #sec_exterior.block{
        padding-bottom: 0;
    }


	/* section_styling */

	#sec_styling {
        margin-top: 2.2rem;
		padding: 0 0 3.7rem;
	}

    #sec_styling .title{
        margin-bottom: 2rem;
    }

	.item_list li {
        margin-bottom: 33px;
		width: 100%;
	}

    .item_list li:nth-child(n+3){
        margin-top: 0;
    }

    .item_list .box {
		min-height: 77px;
	}

	.item_list h4 {
		margin-top: .8rem;
		font-size: 18px;
		line-height: 1.6;
	}

	/* section_interior */
	#section_interior{
		margin-bottom: 0;
		padding: 3rem 0 .6rem;
	}

	/* bnr_style */
	.bnr_style {
		margin: 60px 0 10px;
		padding: 0 16px;
        width: 100%;
	}

    .bnr_list{
        display: block;
    }

	.bnr_list li{
        width: 100%;
		margin-bottom: 1rem;
	}
}



/* @media screen and (max-width: 480px) {

    #sec_color .nav_color_list li.current::before {
        top: 17px;
        left: 15px;
    }

    #sec_color .nav_color_list li.current::after {
        top: 19px;
        left: 20px;
    }
} */
