@charset "UTF-8";
/* =========================================================

2025.10
カラコン診断
color-shindan

========================================================= */
#color-shindan {
	background-color: #fff;
	color: #3d3d3d;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 auto 40px;
}
#color-shindan .container {
	margin: 0 auto 10%;
	max-width: 100%;
	width: 100%;
}

@media screen and (min-width: 960px) {
	#color-shindan .container {
		margin: 0 auto 10%;
		max-width: 750px;
	}
}
/* =========================================================
ベース部分
========================================================= */
#color-shindan a {
	text-decoration: none;
}

#color-shindan .mv {
	display: block;
	max-width: 100%;
	width: auto;
	padding: 0 0 10%;
	background: #ffcede url(/special/color-shindan/img/mv_bg_sp.jpg) no-repeat center top;
	background-size: 100%;
}

#color-shindan .mv_ttl {
	display: block;
	margin: 0 auto;
	padding: 6% 0 0;
	max-width: 100%;
	width: 90%;
}

#color-shindan .mv_text {
	width: 90%;
	margin: 6% auto 8%;
	font-size: min(3.5vw, 16px);
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.8;
}

#color-shindan .mv_chart {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 90%;
}

#color-shindan .mv_result {
	display: flex;
	justify-content: space-around;
	width: 92%;
	margin: 2% auto 0;
}

#color-shindan .mv_result a{
	gap: 2%;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 23%;
}

#color-shindan .mv_result img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

#color-shindan p,
#color-shindan a,
#color-shindan span,
#color-shindan div,
#color-shindan ul,
#color-shindan li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


/* =========================================================
結果 商品部分
========================================================= */
#color-shindan {
	.result_area {
		width: 90%;
		margin: 6% auto 0;
		background: #fff;
	}
	.result_cont {
		margin: 10% auto 0;
	}
	.result_wrap {
		width: auto;
		border-radius: 0 0 2vh 2vh;
		&.result_wrap_a {
			border: solid 1px #ef759e;
			border-top: none;
		}
		&.result_wrap_b {
			border: solid 1px #38d4b5;
			border-top: none;
		}
		&.result_wrap_c {
			border: solid 1px #bd91e2;
			border-top: none;
		}
		&.result_wrap_d {
			border: solid 1px #6a9eeb;
			border-top: none;
		}
	}
	.pro_box {
		width: 85%;
		margin: 0 auto ;
	}
	.pro_box + .pro_box {		
		margin: 10% auto 0;
	}
	.pro_result_ttl {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		width: auto;
	}
	.pro_name {
		padding: 7% 0 0;
		font-size: min(3.9vw, 18px);
		font-weight: 700;
		text-align: center;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.pro_text {
		margin: 2% 0 0;
		padding: 3% 0 0;
		font-size: min(3.3vw, 13px);
		line-height: 1.5;
		letter-spacing: .1em;
		font-weight: 500;
		text-align: center;
		&.text_a {
			background: url(/special/color-shindan/img/wave_p.png) no-repeat center top;
			background-size: contain;
		}
		&.text_b {
			background: url(/special/color-shindan/img/wave_g.png) no-repeat center top;
			background-size: contain;
		}
		&.text_c {
			background: url(/special/color-shindan/img/wave_v.png) no-repeat center top;
			background-size: contain;
		}
		&.text_d {
			background: url(/special/color-shindan/img/wave_b.png) no-repeat center top;
			background-size: contain;
		}
	}
	.pro_img {
		display: block;
		margin: 5% auto 0;
		max-width: 100%;
		width: auto;
	}
	.pro_link {
		border-radius: 1.3vh;
		color: #fff;
		display: block;
		font-size: min(4.4vw, 22px);
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		margin: 5% auto 0;
		padding: 5.5% 1em;
		position: relative;
		text-align: center;
		text-decoration: none;
		width: auto;
		z-index: 0;
		&::after {
			font-size: min(3vw, 11px);
			content: "▼";
			position: absolute;
			right: 4%;
			top: 45%;
			transition: .3s all;
			transform: rotate(120deg);
		}
		&.btn_a {
			background-color: #ef759e;
		}
		&.btn_b {
			background-color: #38d4b5;
		}
		&.btn_c {
			background-color: #bd91e2;
		}
		&.btn_d {
			background-color: #6a9eeb;
		}
	}

	.other_link {
		border-radius: 0 0 2vh 2vh;
		color: #fff;
		display: block;
		font-size: min(4.4vw, 22px);
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		margin: 5% auto 0;
		padding: 5.5% 1em;
		position: relative;
		text-align: center;
		text-decoration: none;
		width: auto;
		z-index: 0;
		&::after {
			font-size: min(3vw, 11px);
			content: "▼";
			position: absolute;
			right: 9%;
			top: 45%;
			transition: .3s all;
			transform: rotate(30deg);
		}
		&.color_a {
			color: #ef759e;
			border-top: solid 1px #ef759e;
			background-color: #fff1f6;
		}
		&.color_b {
			color: #38d4b5;
			border-top: solid 1px #38d4b5;
			background-color: #e8fdf9;
		}
		&.color_c {
			color: #bd91e2;
			border-top: solid 1px #bd91e2;
			background-color: #faf5fe;
		}
		&.color_d {
			color: #6a9eeb;
			border-top: solid 1px #6a9eeb;
			background-color: #f4f9ff;
		}
	}
}


/* =========================================================
かご入れ部分
========================================================= */

/* BUY
--------------------------------------- */
#color-shindan .product_exp {
	display: none;
}

#color-shindan .buy_btn:hover {
	opacity: 1;
}

#color-shindan .buy_btn.open::after {
	top: 55%;
	-webkit-transform: translate(0, -50%) rotate(60deg);
	transform: translate(0, -50%) rotate(60deg);
}

#color-shindan .togglecontent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 540px;
	padding: 0;
	width: 100%;
}

#color-shindan .togglecontent span {
	background: #fff;
	border: solid 1px #524f4a;
	color: #24272a;
	color: #24272a;
	cursor: pointer;
	display: block;
	font-size: min(3.5vw, 16px);
	margin: 3% 0 0;
	padding: 3% 0;
	text-align: center;
	width: calc(50% - 6.5px);
}

#color-shindan .togglecontent span:first-child {
	background: #fff;
	display: block;
	margin: 0 auto;
	max-width: 540px;
	width: 100%;
}

#color-shindan .buy_btnwrap {
	background: none;
	/* display: none; */
	margin: 0 auto;
	/* margin-bottom: 40px; */
	max-width: 610px;
	padding: 8% 0 0;
	position: relative;
	width: auto;
}

#color-shindan .bnr_cart {
	display: block;
	margin: 0 auto 3%;
	max-width: 610px;
	width: auto;
}

#color-shindan .area_txt {
	font-size: min(3.5vw, 18px);
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2;
}

#color-shindan .concept_img {
	margin-top: 10%;
}

/* BUY set
--------------------------------------- */
#color-shindan .buy_imgwrap {
	background: #fff;
	margin: 8% auto 0;
	max-width: 980px;
	position: relative;
	width: 90%;
}

#color-shindan .buy_img {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	width: 85%;
}

#color-shindan .buy_img.is_active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

#color-shindan .buy_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

#color-shindan .buy_data {
	/* background: #fff; */
	margin: 5% auto 0;
	max-width: 980px;
	position: relative;
	width: 100%;
}

#color-shindan .buy_cart {
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	width: 100%;
}

#color-shindan .buy_cart.is_active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

/* スペック
--------------------------------------- */
#color-shindan .qieto_box_wrap {
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5% auto 0;
	width: 90%;
	justify-content: center;
}

#color-shindan .goods_inner {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

#color-shindan .goods_flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

#color-shindan .goods_data_title_blank {
	width: 100%;
}

#color-shindan .goods_data_title {
	max-width: 240px;
	width: 48%;
	color: #fff;
	font-size: min(4.2vw, 18px);
	margin: 0;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	background: #848080;
	font-weight: 400;
}

#color-shindan .goods_flex:last-of-type {
	border-bottom: none;
}

#color-shindan .goods_flex .th {
	width: 100%;
	padding: 10% 0 0;
	font-size: min(3vw, 18px);
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1;
}

#color-shindan .goods_flex .th.bc {
	width: auto;
	padding: 7% 0 0;
}

#color-shindan .goods_flex .td_wrap {
	display: flex;
	justify-content: space-between;
	margin: 3% auto 0;
	max-width: 100%;
	width: 100%;
}

#color-shindan .goods_flex .td {
	max-width: 240px;
	width: 48%;
	font-size: 1vw;
	padding: 0;
}

#color-shindan .goods_flex .r_eye,
#color-shindan .goods_flex .l_eye {
	font-size: 1.4rem;
}

#color-shindan .goods_flex .goods_select_wrap {
	position: relative;
	z-index: 2;
	border-radius: 0;
	background: transparent;
	width: auto;
	margin: 5px 0;
	border: solid 1px #524f4a;
}

#color-shindan .goods_flex .goods_select_wrap::after {
	display: none;
}

#color-shindan .goods_flex select {
	height: 40px;
	background: #fff;
	text-align: center;
	border-radius: 0;
	width: 100%;
	padding: 0 3%;
	color: #000000;
	font-size: min(4.2vw, 13px);
	letter-spacing: 0.02em;
	appearance: none;
	outline: 0;
	z-index: 1;
	border: none;
}

#color-shindan .goods_flex select::-ms-expand {
	display: none;
}

#color-shindan .goods_flex select.err_msg {
	background: #fff2f2;
	color: #f54141;
}

#color-shindan .goods_flex .goods_data_value {
	text-align: center;
	display: block;
	padding: 5%;
	line-height: 1;
	font-size: min(3.8vw, 16px);
	letter-spacing: 0.02em;
	background: #fff;
	color: #000000;
	border: solid 1px #24272a;
}

#color-shindan .goods_err_msg {
	color: #f54141;
	display: block;
	font-size: 1.4rem;
}

#color-shindan .goods_btn_wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

#color-shindan .goods_cart_btn {
	margin: 0 auto;
	width: 100%;
}

#color-shindan .org-btn {
	color: #fff;
	border: none;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 50px;
	margin: 5% auto 0;
	text-align: center;
	width: 100%;
}

#color-shindan .result_wrap_a .org-btn {
	background: #ef759e;
}

#color-shindan .result_wrap_b .org-btn {
	background: #38d4b5;
}

#color-shindan .result_wrap_c .org-btn {
	background: #bd91e2;
}

#color-shindan .result_wrap_d .org-btn {
	background: #6a9eeb;
}

#color-shindan .sm_color {
	color: #dbb03f;
	font-weight: 500;
}

#color-shindan .qieto_pointwrap {
	display: flex;
	justify-content: center;
	position: relative;
}

#color-shindan .qieto_point em {
	font-style: normal;
}

#color-shindan .buy_point {
	border: solid 1px #24272a;
	display: inline-block;
	background: #fff;
	color:#484848;
	font-size: min(4.2vw, 16px);
	font-weight: 400;
	left: 0;
	letter-spacing: 0.18em;
	margin: 6% auto 0;
	max-width: 100%;
	opacity: 0;
	padding: 5px 8px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

#color-shindan .buy_point.is_active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

#color-shindan .buy_point span:first-of-type {
	margin: 0;
	white-space: nowrap;
}

#color-shindan .buy_point span:nth-child(2) {
	margin: 0;
	white-space: nowrap;
}

#color-shindan .setprice_wrap {
	display: flex;
	justify-content: center;
	position: relative;
}

#color-shindan .set_price {
	left: 0;
	line-height: 1;
	margin: 5% 0 0;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

#color-shindan .set_price.is_active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

#color-shindan .qieto_box_pricewrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 3% auto 0;
    width: 73%;
}

#color-shindan .qieto_box_price1{
	border: solid 1px #3d3d3d;
	color: #3d3d3d;
	font-size: min(3vw, 12px);
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 5% 0 0;
	padding: 3% 3.6% 3%;
	text-align: center;
}

#color-shindan .qieto_box_price2{
	color: #e60b27;
	font-size: min(8vw, 36px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 3%;
	/* padding-right: 8%; */
}

#color-shindan .qieto_box_price_devide {
	font-size: min(4.2vw, 18px);
	margin: 1% auto 0;
	text-align: center;
}

#color-shindan .btn-form {
	margin: 5% 0 0;
}

#color-shindan .qieto_coupon_wrap{
	margin: 0 auto;
	width: 90%;
}

#color-shindan .qieto_coupon {
	margin: 5% auto 0;
	width: auto;
}

#color-shindan .qieto_coupon_text{
	position: relative;
	display: block;
	width: auto;
	margin: 5% auto 0;
	font-size: min(3.5vw, 18px);
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

#color-shindan .qieto_coupon_text.mt0{
	margin: 0 auto ;
}

#color-shindan .qieto_coupon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
.appendtext {
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background-color: #444444;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	z-index: 2147483647;
	transform: translateY(-50%);
}


