@charset "utf-8";

#kafun * {
	-webkit-box-sizing: border-box;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	box-sizing: border-box;
	color: #3e4451;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#kafun *::before,
#kafun *::after {
	box-sizing: border-box;
}

#kafun img {
	max-width: 100%;
}

#kafun {
	.header {
		position: relative;
	}

	.header_left {
		position: absolute;
		left: 0;
		top: 67%;
		background: url(/special/kafun/img/dot_left.png) no-repeat left top;
		background-size: contain;
		width: 30%;
		height: 100%;
	}

	.header_right {
		position: absolute;
		right: 0;
		top: 73%;
		background: url(/special/kafun/img/dot_right.png) no-repeat right top;
		background-size: contain;
		width: 30%;
		height: 100%;
	}

	.inner {
		width: auto;
		margin: 0 auto;
	}

	.catch_wrap {
		width: 88%;
		margin: 5% auto 0;
	}

	.catch_text {
		font-size: min(3.1vw, 15px);
		letter-spacing: .2em;
		line-height: 1.6;
		font-weight: 700;
	}

	.catch_text.center {
		text-align: center;
	}

	.catch_text span{
		font-size: min(4.2vw, 17px);
		color: #06bc53;
	}

	.catch_text.top_mt {
		margin: 7% auto 0;
	}

	.catch_list {
		font-size: min(3.1vw, 15px);
		line-height: 1.6;
		width: 80%;
		margin: 5% auto 0;
		font-weight: 700;
	}

	.catch_list li{
		position: relative;
		padding: 0 0 0 9%;
	}

	.catch_list li + li{
		margin-top: 3%;
	}

	.catch_list li::before{
		position: absolute;
		display: block;
		content: "";
		background: url(/special/kafun/img/check.png) no-repeat center top;
		left: 0;
		top: 12%;
		background-size: contain;
		width: 1rem;
		height: 1rem;
	}

	.pollen_guide {
		margin: 10% auto 0;
		padding: 5% 0 7%;
		background: #f8f9fa;
	}

	/* メインタイトル */
	.main_title {
		text-align: center;
		font-size: min(4.5vw, 24px);
		font-weight: 900;
		color: #444;
	}


	/* 上部の3つのタグ */
	.summary_tags {
		display: flex;
		justify-content: space-between;
		gap: 8px;
		width: 85%;
		margin: 2% auto 0;
	}

	.tag {
		flex: 1;
		background-color: #00b954;
		color: white;
		text-align: center;
		padding: 1% 0;
		border-radius: 2rem;
		font-weight: bold;
		font-size: min(3.7vw, 18px);
	}

	/* ポイント各項目 */
	.point_container{
		margin-top: 5%;
	}
	.point_container.bottom_point{
		margin-top: 15%;
	}
	.point_item {
		width: 90%;
		margin: 5% auto 0;
	}

	.point_label {
		display: flex;
		align-items: center;
		width: 24%;
	}

	.finger_icon {
		font-size: 2rem;
		margin-right: 5px;
	}

	.point_title {
		font-size: min(4.4vw, 20.5px);
		font-weight: 900;
		margin: 2% 0 ;
		border-bottom: 2px dotted #ccc;
		padding-bottom: 2%;
		line-height: 1.3;
	}

	.highlight {
		color: #00b954;
		font-size: min(5vw, 20.5px);
	}

	.point_description {
		font-size: min(3vw, 15px);
		font-weight: 700;
		color: #444;
		margin-top: 15px;
	}

	/* プロモーションセクション全体の背景（薄いグレー） */
	.product_promo {
		background: #e9ecef;
		padding: 5% 3% 3%;
		border-radius: 2.5em;
		max-width: 90%;
		margin: 8% auto 0;
	}

	.promo_card {
		background: #ffffff;
		border-radius: 0 0 2em 2em;
		padding: 10% 2% 6%;
		text-align: center;
	}

	/* キャッチコピー */
	.promo_catch {
		font-size: min(4.5vw, 23px);
		font-weight: 700;
		color: #3e4451;
		line-height: 1.7;
		margin-bottom: 5%;
		text-align: center;
	}

	/* 商品情報エリア（横並び） */
	.product_info-box {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-bottom: 5%;
		text-align: left;
	}

	.product_image{
		width: 32%;
	}
	.product_image img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.product_name {
		font-size: min(4vw, 19px);
		font-weight: 900;
		margin: 0 0 2%;
		text-align: left;
		letter-spacing: 0.2em;
	}

	.product_specs {
		font-size: min(3.1vw, 15px);
		font-weight: 700;
		color: #555;
		margin-bottom: 5%;
	}

	/* 価格表示 */
	.price_area {
		display: flex;
		align-items: center;
		margin-top: 7%;
		justify-content: right;
	}

	.price_amount {
		color: #ff9900;
		font-size: min(6.9vw, 32px);
		font-weight: 900;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	.price_unit {
		color: #ff9900;
		font-size: min(3.7vw, 28px);
		font-weight: 900;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	/* 商品グリッド */
	.product_grid {
		margin: 7% auto 4%;
	}

	.grid_container {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* スマホは2列 */
		gap: 15px;
		width: 90%;
		margin: 0 auto;
	}
	.product_card {
		background: #fff;
		border: min(1.5vw, 7px) solid #e2e7ea;
		border-radius: 1.1em;
		padding: 7% 2% ;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.product_info_box{
		display: flex;
		align-items: end;
		justify-content: space-around;
	}

	.card_title {
		font-size: min(3.3vw, 17px);
		font-weight: 900;
		display: flex;
		align-items: center;
		line-height: 1.3;
	}

	.card_img { 
		margin: 3% 0 0;
		height: 100px; 
		display: flex; 
		align-items: center;
	}

	.card_img img {
		max-width: 100%;
		max-height: 100%;
	}

	.price_box.is-small { 
		margin-bottom: 15px;
	}

	.price_box.is-small .price_value { 
		font-size: 1.6rem; 
	}

	.btn_cart {
		background: #06bc53;
		color: #fff;
		text-decoration: none;
		width: 97%;
		margin: 8% 0 0;
		padding: 2% 0 2.8%;
		border-radius: 2em;
		font-weight: 700;
		font-size: min(2.8vw, 13px);
	}

	.box_price_label {
		background: #ff9000;
		color: #fff;
		font-size: min(3.7vw, 9.4px);
		padding: 0 2%;
		margin-right: 7%;
		margin-top: 1.7%;
		font-weight: 700;
	}

	.box_price_value {
		color: #ff9900;
		font-size: min(5.3vw, 26px);
		font-weight: 900;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	.box_price_unit {
		color: #ff9900;
		font-size: min(3.7vw, 15px);
		font-weight: 900;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	/* コンバージョンボタン */
	.cv_button {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #06bc53;
		color: white;
		text-decoration: none;
		font-size: min(3.6vw, 18px);
		font-weight: bold;
		padding: 2.9% 0 4.1%;
		border-radius: 50px;
		position: relative;
		max-width: 100%;
		margin: 10% auto 0;
		transition: opacity 0.3s;
		letter-spacing: .17em;
		&.inbox{
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #06bc53;
			color: white;
			text-decoration: none;
			font-size: min(3.6vw, 18px);
			font-weight: bold;
			padding: 1.3% 0 2%;
			border-radius: 2em;
			position: relative;
			max-width: 100%;
			width: 80%;
			margin: 8% auto 0;
			letter-spacing: .17em;
		}
	}

	.cv_button::before,
	.cv_button::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 4%;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	.cv_button::before{
		width: 1.1rem;
		height: 1.1rem;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #fff;
	}

	.cv_button::after{
		right: 4.4%;
		box-sizing: border-box;
		width: 5px;
		height: 5px;
		border: 4px solid transparent;
		border-left: 6px solid #06bc53;
	}

	.cv_button:hover {
		opacity: 0.9;
	}

	/* ボタン内の矢印アイコン */
	.cv_button .arrow-icon {
		position: absolute;
		right: 15px;
		width: 24px;
		height: 24px;
		background: #06bc53;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cv_button .arrow-icon::after {
		content: "";
		border: solid #00b954;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg);
		margin-right: 2px;
	}
	/* 花粉対策おすすめレンズ */
	.pollen_ad {
		text-align: center;
		padding: 5% 0 0;
		color: #3e4451; /* メインの文字色（濃いグレー） */
	}

	/* メイン見出し */
	.pollen_ad_title {
		font-size: min(6.7vw, 34px);
		font-weight: 800;
		letter-spacing: 0.08em;
		line-height: 2.2;
	}

	/* コンテンツエリア */
	.pollen_ad_content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 0 2%;
		background: #f0f3f4;
	}

	/* グレーのバッジ部分 */
	.pollen_ad_badge {
		background: #757a83;
		color: #fff;
		font-size: min(5.2vw, 25px);
		font-weight: 700;
		padding: 1% 5%;
		border-radius: 0 0 0.7em 0.7em;
		display: inline-block;
	}

	/* 下部の大きなテキスト */
	.pollen_ad_feature {
		font-size: min(4.1vw, 21px);
		font-weight: 700;
		margin: 1% 0 0;
		letter-spacing: 0.1em;
	}

	/* 「×」記号の微調整 */
	.pollen_ad_feature span {
		margin: 0 5px;
		font-weight: 500;
	}

	/* 注目商品バナー */
	.featured_banner {
		background-color: var(--bg-gray);
		padding: 40px 20px;
		border-radius: 60px;
		max-width: 600px;
		margin: 20px auto;
		text-align: center;
	}

	.banner_container {
		background: #fff;
		border-radius: 20px;
		padding: 30px 20px;
	}

	.banner_copy {
		font-size: 1.4rem;
		margin-bottom: 30px;
		line-height: 1.4;
	}

	.featured_product {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-bottom: 30px;
		text-align: left;
	}

	.product_details {

	}

	.product_tags { 
		font-size: 0.9rem; 
		font-weight: bold; 
		margin: 5px 0 15px;
	}

	/* 価格表示共通 */
	.price_box {
		display: flex;
		align-items: baseline;
		color: #ff9000;
	}
	.box_price_box {
		display: flex;
		align-items: center;
		color: #ff9000;
		width: 100%;
		justify-content: center;
	}
	.price_label {
		background: #ff9000;
		color: #fff;
		font-size: min(3.7vw, 10px);
		padding: 0 2%;
		margin-right: 3%;
		margin-top: 2%;
		font-weight: 700;
	}

	/* ボタン */
	.btn_primary {
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--main-green);
		color: #fff;
		text-decoration: none;
		padding: 15px;
		border-radius: 50px;
		font-weight: bold;
		font-size: 1.2rem;
		position: relative;
	}

	.btn_icon {
		position: absolute;
		right: 15px;
		background: #fff;
		width: 24px;
		height: 24px;
		border-radius: 50%;
	}

	.btn_icon::after {
		content: '';
		display: block;
		border-top: 2px solid var(--main-green);
		border-right: 2px solid var(--main-green);
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		margin: 8px 0 0 7px;
	}

	.banner_area {
		width: 90%;
		margin: 5% auto 0;
		padding: 0 0 2%;
		text-align: center;
		background: #FFF;
	}

	.catch_ttl {
		position: relative;
		width: max-content;
		margin: 0 auto 3%;
		color: #111;
		font-weight: bold;
		font-size: min(4.3vw, 21px);
		letter-spacing: 0.08em;
		line-height: 2;
		text-align: center;
	}
	.catch_ttl .deco::before,
	.catch_ttl .deco::after {
		display: block;
		position: absolute;
		bottom: 0.1em;
		width: 0.1em;
		height: 1.2em;
		background: #003360;
		content: "";
		font-weight: normal;
	}

	.catch_ttl .deco::before {
		-webkit-transform: rotate(-28deg);
		left: -0.8em;
		transform: rotate(-28deg);
		top: 0.4em;
	}

	.catch_ttl .deco::after {
		-webkit-transform: rotate(28deg);
		right: -0.8em;
		transform: rotate(28deg);
		top: 0.4em;
	}

	.catch_ttl em {
		font-family: roboto;
		font-style: normal;
		font-size: 1.6em;
	}

}

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

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

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

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

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

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

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

	.qieto_box_price2 {
		color: #f14135;
		font-size: min(9.2vw, 52px);
		font-weight: 700;
	}

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

	.qieto_box_price_devide {
		color: #727272;
		font-size: min(4vw, 24px);
		margin: 5% auto 0;
		text-align: center;
	}

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

	.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%;
	}

	.qieto_point em {
		font-style: normal;
	}

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

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

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

	.product_box_price {
		color: #111;
		font-weight: 700;
		font-size: min(3.9vw, 17px);
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.4;
	}

	.product_box_price span{
		color: #ff4200;
		font-weight: 700;
		font-size: min(7vw, 32px);
		letter-spacing: 0.05em;
	}

	/* BUY
	--------------------------------------- */
	.buy_btn {
		background: #f14135;
		border: solid 1px #f14135;
		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);*/
	}

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

	.buy_btn:hover {
	opacity: 1;
	}

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

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

	.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);
	}


	.buy_btnwrap {
		background: #FFF;
		margin: 0 auto;
		margin-bottom: 0%;
		max-width: 610px;
		padding: 1% 0 0%;
		position: relative;
		width: auto;
	}


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

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

	.concept_img {
		margin-top: 10%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.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;
	}

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

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

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

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

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

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

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

	.selectbox input,
	.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;
	}

	.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;
	}

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

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

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

	.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;
	}

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

	.selectbox .pulldown_tr td {
	position: relative;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.selectbox table {
	width: 100%;
	}

	.selectbox .pulldown {
	width: 225px;
	}

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

	.selectbox .pulldown_body {}

	.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;
	}

	.selectbox .right_eye {
	background: #fff;
	}

	.selectbox .left_eye {
	background: #fff;
	}

	.selectbox .pulldown_body .data {}

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

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

	.cart_btn {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #f19ec2 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;
	}

	.qieto_note {
	color: #727272;
	font-size: 2.6vw;
	margin: 2% auto 8%;
	text-align: center;
	}
	.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%);
	}

	.togglecontent span.is-selected {
	background-color: #06bc53 !important; 
	color: white !important;  
	}

	/*
	#va_banner {
		display: none;
	} */

	.product_contents .product {
		display: none;
	}

	.product_contents .product.is_active {
		display: block; 
	}


	.buy_list li {
		/* display: block; */
		width: 25%;
		padding: min(1%, 2%) 3% 0;
		transition: all .3s ease;
		margin-bottom: 5%;    
		cursor: pointer; 
	}

	.buy_list li.is_active {
		border: 2px solid #e25f28; 
		border-radius: 5px; 
		opacity: 1;
	}

	.buy_list li:not(.is_active) {
		opacity: 0.7; 
		border: 2px solid transparent; 
	}


	.buy_list li span {
		display: block;
		line-height: 1.4;
		font-size: min(2.4vw, 12px); 
		font-weight: 900;
		text-align: center;
		margin: 5px -3% 0;
		width: 106%;
	}
	.buy_list li .lens_name_v { color: #9e1a7b; }
	.buy_list li .lens_name_n { color: #ea4e13; }
	.buy_list li .lens_name_a { color: #121969; }
	.buy_list li .lens_name_b { color: #e8ad10; }
	.buy_list li .lens_name_s { color: #a52c38; }
	.buy_list li .lens_name_sw { color: #f57cb2; }
	.buy_list li .lens_name_c { color: #54bfcb; }

	.buy_list li img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}

	.color_selector_wrap {
		background: #fff; 
		border-radius: 1.5em; 
		padding: 4% 5% 2%;    
		margin-bottom: -1.5em;
		position: relative; 
		/*z-index: 50;*/
	}

	.color_selector_wrap .color_choice {
		margin-top: 0; 
		margin-bottom: 3%; 
		padding-top: 0; 
	}
	.color_selector_wrap .buy_list {
		margin-top: 0; 
		margin-bottom: 0; 
	}

	.product_contents {
		margin-top: 0;      
		position: relative; 
		z-index: 0;
	}

	.product_contents .product.is_active {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	}