
/***** color_switch *****/

.color_switch_lineup_url_target,
.color_switch_name_target,
.color_switch_visual_target1,
.color_switch_visual_target2 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(20px);
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}

.color_switch_lineup_url_target.color_switch_lineup_url_target_active,
.color_switch_name_target.color_switch_name_target_active,
.color_switch_visual_target1.color_switch_visual_target1_active1,
.color_switch_visual_target2.color_switch_visual_target2_active1 {
	position: relative;
	z-index: 0;
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.color_switch_btn_target {
	width: auto;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: 0px solid #000000;
	border-radius: 0px 0px 0px 0px;
	transition: .2s;
	overflow: hidden;
	cursor: pointer;
}

.color_switch_btn_target:hover {
	padding: 5px 5px 5px 5px;
	border: 3px solid #ffba15;
}

.color_switch_btn_target.color_switch_btn_target_active {
	padding: 5px 5px 5px 5px;
	border: 3px solid #8E7A4F;
}

/***** color_switch_product *****/

.color_switch_product_url_target,
.color_switch_product_name_target,
.color_switch_product_visual_target1,
.color_switch_product_visual_target2 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(20p0pxx);
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}

.color_switch_product_url_target.color_switch_product_url_target_active,
.color_switch_product_name_target.color_switch_product_name_target_active,
.color_switch_product_visual_target1.color_switch_product_visual_target1_active1,
.color_switch_product_visual_target2.color_switch_product_visual_target2_active1 {
	position: relative;
	z-index: 0;
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.color_switch_product_gallery_target1,
.color_switch_product_gallery_target2,
.color_switch_product_gallery_target3,
.color_switch_product_gallery_target4,
.color_switch_product_gallery_target5,
.color_switch_product_gallery_target6,
.color_switch_product_gallery_target7,
.color_switch_product_gallery_target8,
.color_switch_product_gallery_target9,
.color_switch_product_gallery_target10,
.color_switch_product_gallery_target11,
.color_switch_product_gallery_target12 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(0px);
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}

.color_switch_product_gallery_target1.color_switch_product_gallery_target1_active1,
.color_switch_product_gallery_target2.color_switch_product_gallery_target2_active1,
.color_switch_product_gallery_target3.color_switch_product_gallery_target3_active1,
.color_switch_product_gallery_target4.color_switch_product_gallery_target4_active1,
.color_switch_product_gallery_target5.color_switch_product_gallery_target5_active1,
.color_switch_product_gallery_target6.color_switch_product_gallery_target6_active1,
.color_switch_product_gallery_target7.color_switch_product_gallery_target7_active1,
.color_switch_product_gallery_target8.color_switch_product_gallery_target8_active1,
.color_switch_product_gallery_target9.color_switch_product_gallery_target9_active1,
.color_switch_product_gallery_target10.color_switch_product_gallery_target10_active1,
.color_switch_product_gallery_target11.color_switch_product_gallery_target11_active1,
.color_switch_product_gallery_target12.color_switch_product_gallery_target12_active1 {
	position: relative;
	z-index: 0;
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.color_switch_product_btn_target {
	width: auto;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: 0px solid #000000;
	border-radius: 0px 0px 0px 0px;
	transition: .2s;
	overflow: hidden;
	cursor: pointer;
}

.color_switch_product_btn_target:hover {
	padding: 5px 5px 5px 5px;
	border: 3px solid #ffba15;
}

.color_switch_product_btn_target.color_switch_product_btn_target_active {
	padding: 5px 5px 5px 5px;
	border: 3px solid #8E7A4F;
}
