@charset "utf-8";

/* column */
.leftClmn {
	width: 168px;
}
.rightClmn {
	width: 554px;
}
/* radius box */
.radiusBoxHead	{ background: url(/CSP/img/hc/box/radius_box_head.png?switch=2025062510) no-repeat 0 0; padding-top: 3px; }
.radiusBoxBottom	{ background: url(/CSP/img/hc/box/radius_box_bottom.png?switch=2025062510) no-repeat 0 bottom; padding-bottom: 3px; }
.radiusBoxInner	{ background: url(/CSP/img/hc/box/radius_box_inner.png?switch=2025062510) repeat-y 0 0; padding-top: 7px; padding-bottom: 10px; zoom: 1; }

/* side nav heading */
.headingSide {
	background-color: #F5F2F0;
	border-color: #EAEAE9;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-radius: 4px 0 0;
	box-sizing: border-box;
	color: #665555;
	font-size: 11px;
	line-height: 23px;
	left: -8px;
	padding: 0 5px 0 20px;
	position: relative;
	width: 176px;
}
.headingArrow {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.headingArrow::after {
	background: url(/CSP/img/svg/pc/icon_arrow_down_brown.svg?switch=2025062510) center / contain;
	content: "";
	height: 14px;
	width: 14px;
}
.headingArrow.isOpened::after {
	transform: rotate(180deg);
}

/* bodySide */
.bodySide {
	zoom: 1;
}

/* switchOrderList */
.switchOrderList {
	align-items: center;
	display: flex;
	margin-left: -11px;
}
.switchOrderList li {
	align-items: center;
	display: flex;
	line-height: 1;
	margin-right: 10px;
	position: relative;
}
.switchOrderList > li::before {
	background-color: #666666;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}
.switchOrderList > li:first-child::before {
	display: none;
}
.switchOrderList > li > span,
.switchOrderList > li > a {
	padding-left: 11px;
}

/* kwCloud */
.kwCloud {
	font-size: 10px;
}
.kwCloud li {
	display: inline;
	line-height: 22px;
	margin-right: 5px;
}
.kwCloud a {
	white-space: nowrap;
}

/* kwInput */
.kwInput {
	border: 0;
	color: #333333;
	float: none;
	height: 16px;
	margin-left: 27px;
	margin-top: 4px;
	width: 112px;
}
.kwInput::placeholder {
	color: #909090;
}
.kwDelBtn	{
	position: absolute;
	top: 0;
	right: 8px;
	float: none;
	display: block;
	margin-left: 3px;
	margin-top: 5px;
/*	width: 14px;
	height: 13px;*/
	width: 16px;
	height: 16px;
	background-image: url(/CSP/img/hc/icons/icn_clear.png?switch=2025062510);
	background-repeat: no-repeat;
	background-color: transparent;
}
.kwInputWrapper {
	background: url(/CSP/img/svg/pc/icon_search.svg?switch=2025062510) 2px 2px / 20px 20px no-repeat;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-sizing: border-box;
	height: 26px;
	position: relative;
	width: 147px;
}
.kwInput:focus	{
	outline: 0;
}

/* layer */
.layer {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	background: url(/CSP/img/hc/repeat/bg_alpha_white.png?switch=2025062510) repeat 0 0;
	padding: 15px 0;
	text-align: center;
}

/* commentFromStylist */
.commentFromStylist {
	height: 160px;
	width: 356px;
}

/* awardStyle */
.awardStyle {
	background-color: rgba(159, 21, 71, 0.8);
	bottom: 2px;
	height: 24px;
	left: 2px;
	line-height: 24px;
	position: absolute;
	width: 124px;
}
.awardStyle::before {
	content: url("/CSP/img/hc/icons/icon_award_style.png?switch=2025062510");
	left: 3px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.awardStyleTxt {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	left: 27px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) scale(0.8);
	white-space: nowrap;
}
.awardStyleTxtSalon {
	left: 53px;
}
.awardStyleTxtInner {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}

/* searchResultStyle */
.searchResultHead {
	border-bottom: 1px solid #E0E1E2;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* conditionFormSearchBtnStyle */
.leftClmn .conditionFormSearchBtn {
	height: 28px;
	width: 119px;
}
.tabAreaBody .conditionFormSearchBtn {
	height: 28px;
	width: 141px;
}
.tabAreaBody .conditionFormAllSearchBtn {
	height: 28px;
	width: 115px;
}

/* styleRankingStyle */
.styleRankingListHead.icnCrownGold {
	font-size: 18px;
}
.styleRankingListHead.icnCrownGold::before {
	height: 32px;
	width: 32px;
}

/* conditionCheckBoxBtnStyle */
.conditionCheckBoxBtnList,
.conditionFaceCheckBoxBtnList {
	display: flex;
	flex-wrap: wrap;
}
.conditionCheckBoxBtnList > li,
.conditionFaceCheckBoxBtnList > li {
	width: calc((100% - 8px) / 3);
}
.conditionCheckBoxBtnList > li:nth-of-type(3n + 1),
.conditionFaceCheckBoxBtnList > li:nth-of-type(3n + 1) {
	margin-left: 0;
}
.conditionCheckBoxBtnList > li:nth-of-type(n + 4),
.conditionFaceCheckBoxBtnList > li:nth-of-type(n + 4) {
	margin-top: 4px;
}
.conditionCheckBoxBtnList > li + li,
.conditionFaceCheckBoxBtnList > li + li {
	margin-left: 4px;
}
.conditionCheckBoxBtnList > li > input,
.conditionFaceCheckBoxBtnList > li > input {
	display: none;
}
.conditionCheckBoxBtnList > li label,
.conditionFaceCheckBoxBtnList > li > label {
	align-items: center;
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333333;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	height: 20px;
	justify-content: center;
	line-height: 1;
}
.conditionCheckBoxBtnList > li > label {
	height: 20px;
}
.conditionFaceCheckBoxBtnList > li > label {
	height: 50px;
}
.conditionCheckBoxBtnList > li.current > label,
.conditionFaceCheckBoxBtnList > li.current > label {
	border: 2px solid #978888;
	color: #665555;
	font-weight: bold;
}
.conditionFaceCheckBoxBtnList > li > label::before {
	background: center / contain;
	content: "";
	height: 24px;
	margin-bottom: 4px;
	width: 24px;
}
.conditionFaceCheckBoxBtnList > li > .round::before {
	background-image: url(/CSP/img/svg/pc/icon_face_round_off.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li > .egg::before {
	background-image: url(/CSP/img/svg/pc/icon_face_egg_off.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li > .square::before {
	background-image: url(/CSP/img/svg/pc/icon_face_square_off.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li > .reverseTriangle::before {
	background-image: url(/CSP/img/svg/pc/icon_face_triangle_off.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li > .base::before {
	background-image: url(/CSP/img/svg/pc/icon_face_base_off.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li > .long::before {
	background-image: url(/CSP/img/svg/pc/icon_face_long_off.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li.current > .round::before {
	background-image: url(/CSP/img/svg/pc/icon_face_round_on.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li.current > .egg::before {
	background-image: url(/CSP/img/svg/pc/icon_face_egg_on.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li.current > .square::before {
	background-image: url(/CSP/img/svg/pc/icon_face_square_on.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li.current > .reverseTriangle::before {
	background-image: url(/CSP/img/svg/pc/icon_face_triangle_on.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li.current > .base::before {
	background-image: url(/CSP/img/svg/pc/icon_face_base_on.svg?switch=2025062510);
}
.conditionFaceCheckBoxBtnList > li.current > .long::before {
	background-image: url(/CSP/img/svg/pc/icon_face_long_on.svg?switch=2025062510);
}

.styleVideoImgHead {
	color: #665555;
}
.styleVideoImgListWrap {
	margin-top: 15px;
	position: relative;
}
.styleVideoImgListInner {
	overflow: hidden;
	margin: 0 57px;
}
.styleVideoImgList {
	display: flex;
	transition-duration: 0.2s;
}
.styleVideoImgList > li {
	flex-shrink: 0;
	width: 101px;
}
.styleVideoImgList > li + li {
	margin-left: 12px;
}
.styleVideoImgLink {
	display: block;
	height: 100%;
}
.styleVideoImg {
	border: 1px solid #E0E1E2;
	display: block;
	position: relative;
}
.styleVideoImgList img {
	height: 132px;
	width: 99px;
}
.styleVideoTxt {
	color: #4C4C80 !important;
	display: block;
	font-size: 10px;
	margin-top: 4px;
}
.styleVideoImgLink:hover > .styleVideoTxt {
	opacity: 0.7;
}
.styleVideoArrows > li {
	background: center / 20px 20px no-repeat;
	border: 1px solid #E0E1E2;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}
.styleVideoArrows > li:first-child {
	background-image: url(/CSP/img/svg/pc/icon_arrow_left_bt.svg?switch=2025062510);
	left: 0;
}
.styleVideoArrows > li:last-child {
	background-image: url(/CSP/img/svg/pc/icon_arrow_bt.svg?switch=2025062510);
	right: 0;
}
.styleVideoArrows > li.isDisabled {
	opacity: 0.3;
	pointer-events: none;
}
.styleVideoArrows > li:hover {
	opacity: 0.7;
}
.styleVideoLinkWrap {
	display: flex;
	justify-content: end;
	margin-top: 15px;
}
.styleVideoLink {
	align-items: center;
	display: flex;
	text-decoration: none !important;
}
.styleVideoLink::after {
	background: url(/CSP/img/svg/pc/icon_arrow_right_navy.svg?switch=2025062510) center / contain;
	content: "";
	height: 14px;
	margin-left: 2px;
	width: 14px;
}
/* スタイル一覧 サムネイルスタイル */
.styleVideoTime {
	align-items: center;
	background-color: rgba(51,51,51,0.8);
	border-radius: 2px;
	bottom: 4px;
	color: #FFFFFF;
	display: flex;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 4px;
	width: auto !important;
}
.styleVideoTime::before {
	background: url(/CSP/img/svg/pc/icon_play_white.svg?switch=2025062510) center / contain;
	content: "";
	height: 12px;
	margin-right: 2px;
	width: 12px;
}
.imgFrame + .styleVideoTime {
	bottom: 5px;
	right: 5px;
}

/* 条件変更 タグ */
.changeTagBody {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.changeTagName {
	display: none;
}
.changeTagName + label {
	color: #333333;
	pointer-events: none;
	width: 112px;
	word-wrap: break-word;
}
.changeTagDeleteBtn {
	padding-left: 14px;
	position: relative;
}
.changeTagDeleteBtn::before {
	background: url(/CSP/img/svg/pc/icon_close_navy.svg?switch=2025062510) center / contain;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

/* 条件変更 カラー */
.changeColorsList {
	display: flex;
	flex-wrap: wrap;
	margin: 5px auto 0;
	width: 143px;
}
.changeColorsSubHead {
	color: #333333;
	font-size: 10px;
	margin-top: 10px;
}
.changeColorsList > li {
	height: 32px;
	margin-right: 5px;
	position: relative;
	width: 32px;
}
.changeColorsList > li:nth-of-type(4n) {
	margin-right: 0;
}
.changeColorsList > li > label > input {
	display: none;
}
.changeColorsList > li > label > span {
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	height: 32px;
	mix-blend-mode: overlay;
	position: relative;
	width: 32px;
	z-index: 2;
}
.changeColorsList > li:nth-of-type(n + 5) {
	margin-top: 5px;
}
.changeColorsList > li > label {
	background: url(/CSP/img/hc/icons/icon_hairColor_texture.png?switch=2025062510) center / 32px no-repeat;
	border-radius: 50%;
	content: "";
	cursor: pointer;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.changeColorsList > li > label.isCurrent {
	background-size: 26px;
}
input[name="colorCd"]:checked + span {
	border: 2px solid #978888;
	position: relative;
}
input[name="colorCd"]:checked + span::before {
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	height: 26px;
	width: 26px;
}
input[name="colorCd"]:checked + span::after {
	background: url(/CSP/img/svg/pc/icon_check_white.svg?switch=2025062510) center / contain;
	height: 14px;
	width: 14px;
}
input[name="colorCd"]:checked + span::before,
input[name="colorCd"]:checked + span::after {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 条件変更 明るさ */
.changeBrightnessContainer {
	border-top: 1px solid #E0E1E2;
	margin-top: 10px;
	padding-top: 10px;
}
.brightnessSliderContainer {
	height: 8px;
	margin: 5px auto 28px;
}
.brightnessSlider {
	background-color: #D36985;
	border: 1px solid #E0E1E2;
	height: 8px;
	margin: 13px 8px 0;
	width: 142px;
}
.brightnessSlider .noUi-base {
	margin: 0 auto;
	width: calc(100% - 6px);
}
.brightnessSlider .noUi-connects {
	cursor: pointer;
	height: 24px;
	left: 50%;
	position: absolute;
	top: -10px;
	transform: translateX(-50%);
	width: 158px;
}

.brightnessSliderScale {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
}
.brightnessSlider .noUi-pips {
	left: 3px;
	max-width: 295px;
	padding: 5px 0 0;
	width: calc(100% - 6px);
}
.brightnessSlider .noUi-value {
	display: none;
}
.brightnessSlider .noUi-marker {
	background: none;
}
.brightnessSlider .noUi-marker::before {
	background-color: #FFFFFF;
	border-radius: 50%;
	content: "";
	display: block;
	height: 4px;
	left: -1px;
	position: absolute;
	top: -10.5px;
	width: 4px;
}
.brightnessSliderScaleTxt {
	color: #333333;
	font-size: 10px;
	position: absolute;
	top: 13px;
	white-space: nowrap;
}
.brightnessSliderScale > li:first-child > .brightnessSliderScaleTxt {
	left: 0;
}
.brightnessSliderScale > li:last-child > .brightnessSliderScaleTxt {
	right: 0;
}
.brightnessSlider.isDisabled {
	pointer-events: none;
}

/* 明るさスライダー　トラック */
input[name="brightness"] {
	display: none;
}

/* 明るさスライダー　つまみ */
.brightnessSlider .noUi-handle {
	background-color: #D36985;
	border-radius: 50%;
	box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.10), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer;
	height: 24px;
	pointer-events: auto;
	top: -10px;
	width: 24px;
	will-change: transform;
	z-index: 2;
}
.brightnessSlider.isDisabled .noUi-handle {
	pointer-events: none;
}
.noUi-handle::before,
.noUi-handle::after {
	height: 24px;
	width: 24px;
}
