@charset "UTF-8";
.color_01{
	background:#3C3C3E;
}
.color_02{
	background:#E4CCC8;
}
.color_03{
	background:#E3E2DE;
}
.color_04{
	background:#C0D9D5;
}
.color_05{
	background:#ABA7A4;
}
.color_06{
	background:#ECE4B6;
}

.sec__main-image figure{
	height: auto;
	margin: 20px 0;
}
.sec__main-image figure img{
	max-height: 500px;
}

.org__image_01{
	text-align: center;
}
.org__image_02 img{
	height:auto;
}
.org__ajuster{
	padding-top: 100px;
	margin-top: -60px;
}
.cpt__color {
    width: 430px;
    margin: 0 auto;
}
.cpt__color p {
	width: 15%;
}
.cpt__color ul{
	margin: 0;
	padding: 10;
    border-left: 1px solid #000;
}
.cpt__color ul li {
    display: block;
}
.cpt__color ul li.last_br:after{
    content:"\A";
    white-space: pre;
}
.cpt__color ul li.last_br2:after{
    content:"\A\A";
    white-space: pre;
}
.clr_chips{
	position: relative;
	padding: 0 0 0 75px;
}
.clr_chips span{
	position: absolute;
	left: 0;
	top: 6px;
}

@media screen and (max-width: 767px){
.sec__main-image figure img{
	width: auto;
	height: auto;
	}
	.cpt__color {
	    display: block;
	}
	.cpt__color ul{
	    border: none;
	    padding: 10px 0 0;
	}
	.cpt__color ul li {
	    width: auto;
	    margin: 0;
	    display: block;
	}
	.cpt__color ul li.last_br:after,
	.cpt__color ul li.last_br2:after{
	    content:none;
	}
	.org__bag-bg{
		background: none;
	}
	.org__ajuster{
		padding-top: 80px;
		margin-top: -40px;
	}
	.org__image_01 img {
	    height: auto;
	}
	.sp-uvs__mb--24{
		margin-bottom: 24px!important;
	}
}