@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;
}

.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: 60px;
}
.cpt__color ul{
    border-left: none;
    padding: 10px 0 0;
}
.cpt__color ul li {
    display: block;
}
.cpt__color ul li.last_br:after{
    content:"\A\A";
    white-space: pre;
}
@media screen and (max-width: 767px){
	.cpt__color {
	    display: block;
	}
	.cpt__color ul {
	    border-left: none;
    padding: 10px 0 0;
	}
	.cpt__color ul li {
	    width: auto;
	    margin: 0;
	}
	.cpt__color ul li.last_br:after{
	    content:none;
	}
	.cpt__color p {
	    width: 20%;
	    padding-right: 0;
	}
	.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;
	}
}