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

2025.09
自然に盛れる！大人女子のためのカラコン特集

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

@media screen and (min-width: 960px) {
	#colorcontact-recommend .container {
		margin: 0 auto 10%;
		max-width: 750px;
	}
}
/* =========================================================
ベース部分
========================================================= */
#colorcontact-recommend a {
	text-decoration: none;
}
#colorcontact-recommend {
	display: block;
	max-width: 100%;
	width: auto;
}
#colorcontact-recommend img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#colorcontact-recommend p,
#colorcontact-recommend a,
#colorcontact-recommend span,
#colorcontact-recommend div,
#colorcontact-recommend ul,
#colorcontact-recommend li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* =========================================================
メイン画像とキャッチ
========================================================= */
#colorcontact-recommend .catch {
	font-size: min(3vw, 15px);
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 3% auto 0;
	text-align: center;
}
#colorcontact-recommend .coupon_ttl {
	margin: 3% auto 0;
	width: 90%;
}
#colorcontact-recommend .coupon {
	margin: 1% auto 0;
	width: 90%;
}

/* =========================================================
タブ部分
========================================================= */
#colorcontact-recommend .btn_area{
	margin: 5% auto 0;
}
#colorcontact-recommend .change_tab {
	display: flex;
	justify-content: space-around;
	margin: 3% auto 0;
	width: 95%;
}
#colorcontact-recommend .change_btn {
	border-radius: 0.5em;
	font-size: min(3.4vw, 18px);
	font-weight: 700;
	padding: 2% 0;
	text-align: center;
	width: 100%;
	background: #fff;
	border: solid 1px #a8a8a8;
}

#colorcontact-recommend .change_btn.tab_1 {
	position: relative;
	border-radius: 0.5em 0 0 0.5em  ;
	color: #f086ba;
	border-right-width: 0;
}
#colorcontact-recommend .change_btn.tab_2 {
	position: relative;
	border-radius: 0;
	color: #994aad;
}
#colorcontact-recommend .change_btn.tab_3 {
	position: relative;
	border-radius: 0 0.5em 0.5em 0;
	color: #00b898;
	border-left-width: 0;
}
#colorcontact-recommend .change_btn.tab_1.is_open {
	background: #f086ba;
	border-radius: 0.5em 0 0 0.5em  ;
	color: #fff;
	display: block;
	margin: 0;
	border: solid 1px #f086ba;
	&::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 12px 10px 0 10px;
		border-color: #f086ba transparent transparent;
		translate: -50% 100%;
	}
}
#colorcontact-recommend .change_btn.tab_2.is_open {
	background: #994aad;
	border-radius: 0;
	color: #fff;
	margin: 0;
	border: solid 1px #994aad;
	&::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 12px 10px 0 10px;
		border-color: #994aad transparent transparent;
		translate: -50% 100%;
	}
}
#colorcontact-recommend .change_btn.tab_3.is_open {
	background: #00b898;
	border-radius: 0 0.5em 0.5em 0;
	color: #fff;
	margin: 0;
	border: solid 1px #00b898;
	&::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 12px 10px 0 10px;
		border-color: #00b898 transparent transparent;
		translate: -50% 100%;
	}
}
#colorcontact-recommend .change_btn.is_open {
	animation: fade_animation01 0.5s ease 0s 1 normal;
	display: block;
}

#colorcontact-recommend .change_cont_wrap{
	width: 95%;
	margin: 3% auto 0;
}

#colorcontact-recommend .change_cont {
	border-radius: 0.5em;
	display: none;
}
#colorcontact-recommend .change_cont.is_open {
	animation: fade_animation01 0.5s ease 0s 1 normal;
	display: block;
}
#colorcontact-recommend .change_cont.tab_1 {
	background: #f086ba;
	padding: 3% 0;
}
#colorcontact-recommend .change_cont.tab_2 {
	background: #994aad;
	padding: 3% 0;
}
#colorcontact-recommend .change_cont.tab_3 {
	background: #00b898;
	padding: 3% 0;
}

/* =========================================================
商品部分
========================================================= */
#colorcontact-recommend .product_area {
	margin: 0 auto;
	width: 95%;
	border-radius: 0.5em;
}
#colorcontact-recommend .product_box {
	background: #fff;
	border-radius: 0.5em;
	padding: 3% 5% 5%;
	margin-top: 0;
}
#colorcontact-recommend .product_box + .product_box {
	margin-top: 3%;
}

#colorcontact-recommend .product_name {
	font-size: min(4vw, 20px);
	font-weight: 700;
	text-align: center;
}

#colorcontact-recommend .product_img{
	margin: 5% auto 0;
}

#colorcontact-recommend .product_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#colorcontact-recommend .product_inner_left {
	margin: 5% auto;
	width: 50%;
}
#colorcontact-recommend .product_pack {
	margin: 0 ;
	width: 90%;
}
#colorcontact-recommend .product_price {
	font-size: min(7.3vw, 33px);
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}
#colorcontact-recommend .product_price span{
	font-size: min(4.8vw, 23px);
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
#colorcontact-recommend .product_text {
	font-family: "Kiwi Maru", serif;
	font-size: min(3.2vw, 14px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8;
	padding: 7% 0;
	text-align: center;
}
#colorcontact-recommend .product_text.natural {
	background: url(/special/colorcontact-recommend/img/bg_a.png) no-repeat center center;
	background-size: contain;
}
#colorcontact-recommend .product_text.adult {
	background: url(/special/colorcontact-recommend/img/bg_b.png) no-repeat center center;
	background-size: contain;
}
#colorcontact-recommend .product_text.refine {
	background: url(/special/colorcontact-recommend/img/bg_c.png) no-repeat center center;
	background-size: contain;
}

#colorcontact-recommend span.natural {
	color: #f086ba;
}

#colorcontact-recommend span.adult {
	color: #994aad;
}

#colorcontact-recommend span.refine {
	color: #00b898;
}

#colorcontact-recommend .product_inner_right {
	width: 48%;
}

#colorcontact-recommend .product_inner_right img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#colorcontact-recommend .product_btn {
	background-color: #ed8fcb;
	border-radius: 100vh;
	color: #fff;
	display: block;
	font-size: min(4.4vw, 23px);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 0 auto ;
	padding: 3% 1em;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 85%;
	z-index: 0;
}
#colorcontact-recommend .product_btn.natural {
	background-color: #f086ba;
}
#colorcontact-recommend .product_btn.adult {
	background-color: #994aad;
}
#colorcontact-recommend .product_btn.refine {
	background-color: #00b898;
}
#colorcontact-recommend .product_btn:after {
	content: "▶";
	font-size: min(2.6vw, 9px);
	position: absolute;
	right: 5%;
	top: 41%;
}

/* =========================================================
バナーエリア
========================================================= */
#colorcontact-recommend .bnr_area {
	margin: 2% auto 0;
}
#colorcontact-recommend .bnr_text {
	font-size: min(4.4vw, 18px);
	font-weight: 700;
	text-align: center;
}
#colorcontact-recommend .bnr_box {
	margin: 6% auto 0;
	width: 90%;
}
#colorcontact-recommend .bnr_box a {
	display: block;
}
#colorcontact-recommend .bnr_box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
/* アニメーション
------------------------------------ */
@-webkit-keyframes fade_animation01 {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade_animation01 {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
	}
}



/* 商品部分
------------------------------------ */
#colorcontact-recommend .qieto_box_wrap {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15% auto 0;
  width: 95%;
  justify-content: center;
}

#colorcontact-recommend .qieto_name {
  color: #24272a;
  font-size: min(4.8vw, 32px);
  letter-spacing: 0.15em;
  margin: 5% auto 0;
  font-weight: 500;
  text-align: center;
}

#colorcontact-recommend .qieto_img {
  margin: 5% auto 0;
  max-width: 100%;
  width: 42%;
}

#colorcontact-recommend .qieto_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

#colorcontact-recommend .qieto_box_num {
  color: #24272a;
  font-size: 4.2vw;
  letter-spacing: 0.15em;
  margin: 20px auto 0;
  text-align: center;
}

#colorcontact-recommend .qieto_box_pricewrap {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

#colorcontact-recommend .qieto_box_price1 {
  background: #3b3b3b;
  color: #fff;
  font-size: min(4vw, 20px);
  line-height: 1;
  padding: 6px 15px;
  margin: 0 10px 0 0;
  text-align: center;
  letter-spacing: .15em;
}

#colorcontact-recommend .qieto_box_price2 {
  color: #e60b27;
  font-size: min(8.4vw, 39px);
  font-weight: 700;
  font-family: YakuHanJP_Noto, Roboto, "Noto Sans JP", sans-serif;
}

#colorcontact-recommend .qieto_box_price2 span {
  color: #e60b27;
  font-size: min(7vw, 38px);
  font-weight: 700;
}

#colorcontact-recommend .qieto_box_price_devide {
  color: #727272;
  font-size: min(4vw, 20px);
  margin: 5% auto 0;
  text-align: center;
  font-family: YakuHanJP_Noto, Roboto, "Noto Sans JP", sans-serif;
}

#colorcontact-recommend .qieto_pointwrap {
  display: flex;
  justify-content: center;
  position: relative;
}

#colorcontact-recommend .qieto_point {
  background: #fff;
  display: inline-block;
  font-size: min(3vw, 16px);
  font-weight: 500;
  left: 0;
  letter-spacing: 0.18em;
  margin: 10px auto 0;
  max-width: 100%;
  padding: 1% 8%;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
}

#colorcontact-recommend .qieto_point em {
  font-style: normal;
}

#colorcontact-recommend .qieto_point span:first-of-type {
  margin: 0;
  white-space: nowrap;
}

#colorcontact-recommend .qieto_point span:nth-child(2) {
  margin: 0;
  white-space: nowrap;
}

#colorcontact-recommend .qieto_point {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

/* BUY
--------------------------------------- */
#colorcontact-recommend .buy_btn {
    cursor: pointer;
    position: relative;
}

#colorcontact-recommend .buy_btn::after {
	font-size: min(3vw, 14px);
	content: "▼";
	position: absolute;
	right: 15px;
	top: 30%;
	transition: .3s all;
}

#colorcontact-recommend .buy_btn:hover {
  opacity: 1;
}

#colorcontact-recommend .buy_btn.open::after {
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}

#colorcontact-recommend .buy_btn_XPC1T a {
	color: #FFF;
}

#colorcontact-recommend .buy_btn_XPC1T {
	background: #7082ff;
	border: solid 1px #7082ff;
	cursor: pointer;
	color: #FFF;
	display: block;
	font-size: min(4vw, 20px);
	font-weight: 500;
	height: auto;
	letter-spacing: 0.07em;
	margin: 5% auto 0;
	max-width: 610px;
	padding: 3% 0;
	position: relative;
	text-align: center;
	width: 90%;
	border-radius: .4em;
	box-shadow: 5px 5px 0px 0px rgba(236, 236, 236, 1);
}
#colorcontact-recommend .buy_btn_XPC1T::after {
	font-size: min(3vw, 14px);
	content: "▼";
	position: absolute;
	right: 15px;
	top: 30%;
	transition: .3s all;
}
#colorcontact-recommend .togglecontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 540px;
  padding: 0;
  width: 90%;
}

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

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

#colorcontact-recommend .buy_btnwrap {
    background: #FFF;
    display: none;
    margin: 0 auto;
    margin-bottom: 0%;
    max-width: 610px;
    padding: 1% 0 0%;
    position: relative;
    width: auto;
}
#colorcontact-recommend .buy_con {
  /*background: #FFF;
  display: none;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 610px;
  padding: 0;
  position: relative;
  width: auto;*/
}

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

#colorcontact-recommend .area_txt {
  font-size: min(3.5vw, 22px);
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 2%;
}

#colorcontact-recommend .area_txt + .area_txt {
  margin-top: 1%;
}

#colorcontact-recommend .concept_img {
  margin-top: 10%;
}

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

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

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

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

#colorcontact-recommend .buy_data {
  /* background: #fff; */
  margin: 8% auto 0;
  max-width: 980px;
  position: relative;
  width: 90%;
}

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

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

#colorcontact-recommend .buy_name {
  color: #24272a;
  font-size: 1.1rem;
  letter-spacing: 0.13em;
  margin: 5% auto 0;
  text-align: center;
}

#colorcontact-recommend .sm_cellbox {
  color: #fe5757;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 15px;
  text-align: center;
}

#colorcontact-recommend .sm_box_name {
  color: #24272a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

#colorcontact-recommend .sm_devide {
  color: #fe5757;
  font-size: 23px;
  font-weight: bold;
  font-weight: 400;
}

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

#colorcontact-recommend .buy_pointwrap {
  display: flex;
  justify-content: center;
  position: relative;
}

#colorcontact-recommend .buy_point {
  border: solid 1px #24272a;
  display: inline-block;
  font-size: min(4.2vw, 18px);
  font-weight: 500;
  left: 0;
  letter-spacing: 0.18em;
  margin: 10px auto 0;
  max-width: 100%;
  opacity: 0;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  text-align: center;
}

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

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

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

#colorcontact-recommend .setprice_wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

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

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

/* スペック
--------------------------------------- */
#colorcontact-recommend .selectbox {
  margin-top: 10px;
}

#colorcontact-recommend .selectbox input,
#colorcontact-recommend .selectbox option {
  color: #666666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}

#colorcontact-recommend .selectbox .ttl_bg {
  display: block;
  text-align: center;
  background-color: #444444;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#colorcontact-recommend .selectbox .pulldown_tr {
  display: table;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
}

#colorcontact-recommend .selectbox .pulldown_tr th {
  display: table-cell;
  width: 30%;
}

#colorcontact-recommend .selectbox .pulldown_tr td {
  display: table-cell;
  width: 70%;
}

#colorcontact-recommend .selectbox .pulldown_tr td select {
  width: 95%;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#colorcontact-recommend .selectbox .pulldown_tr td select::-ms-expand {
  display: none;
}

#colorcontact-recommend .selectbox .pulldown_tr td {
  position: relative;
}

#colorcontact-recommend .selectbox .pulldown_tr td.pldwn::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #545454 transparent transparent transparent;
}

#colorcontact-recommend .selectbox .pulldown_tr td.pldwn::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}

#colorcontact-recommend .selectbox .ttl_bg .ttl_txt {
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#colorcontact-recommend .selectbox table {
  width: 100%;
}

#colorcontact-recommend .selectbox .pulldown {
  width: 225px;
}

#colorcontact-recommend .selectbox .pulldown_ttl {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #444444;
  padding: 4px 10px;
  text-align: center;
}

#colorcontact-recommend .selectbox .pulldown_body {}

#colorcontact-recommend .selectbox .pulldown_body .ttl {
  display: inline-block;
  width: 80px;
  padding: 4px 10px;
  margin-top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#colorcontact-recommend .selectbox .right_eye {
  background: #fff;
}

#colorcontact-recommend .selectbox .left_eye {
  background: #fff;
}

#colorcontact-recommend .selectbox .pulldown_body .data {}

#colorcontact-recommend .selectbox .tbl .right_eye .pulldown_ttl,
#colorcontact-recommend .selectbox .tbl .right_eye .pulldown_body {
  margin-right: 5px;
}

#colorcontact-recommend .selectbox .tbl .left_eye .pulldown_ttl,
#colorcontact-recommend .selectbox .tbl .left_eye .pulldown_body {
  margin-left: 5px;
}

#colorcontact-recommend .cart_btn {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #e60b27 url(/sp/img/common/sp_cartbtn_bg.png) no-repeat 20% center;
  background-size: 24px;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  padding-left: 22px;
  margin-bottom: 10px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

#colorcontact-recommend .qieto_note {
  color: #727272;
  font-size: 2.6vw;
  margin: 2% auto 8%;
  text-align: center;
}
