@charset "UTF-8";

/* CSS Document */
/* Qietoに乗り換えよう！202502改修*/
#qieto2weekrich-hikaku {
	display: block;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 40px;
	background-color: #ffffff;
	color: #222;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

#qieto2weekrich-hikaku div,
#qieto2weekrich-hikaku p,
#qieto2weekrich-hikaku h1,
#qieto2weekrich-hikaku h2,
#qieto2weekrich-hikaku h3,
#qieto2weekrich-hikaku ul,
#qieto2weekrich-hikaku li,
#qieto2weekrich-hikaku a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#qieto2weekrich-hikaku .main {
	width: 100%;
}

#qieto2weekrich-hikaku .main_visual {
	position: relative;
	width: auto;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .main_visual img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .catch {
	margin-top: 6%;
	color: #000;
	font-weight: 500;
	font-size: min(3.1vw, 16px);
	text-align: center;
}

#qieto2weekrich-hikaku .catch.catch_mt0 {
	margin-top: 0 !important;
}

#qieto2weekrich-hikaku .block {
	padding: 10% 0;
}

#qieto2weekrich-hikaku .block.mt0 {
	padding: 0 0 10%;
}

#qieto2weekrich-hikaku .mt10 {
	margin: 10% 0 0;
}

#qieto2weekrich-hikaku .block.bg {
	background: #f0f7fc;
}

#qieto2weekrich-hikaku .cont_wrap {
	width: auto;
	margin: 0 auto;
	padding: 8% 0;
}

#qieto2weekrich-hikaku .uekome {
	vertical-align: super;
	font-size: 0.6em;
}

#qieto2weekrich-hikaku .cont_kome {
	font-size: min(2.6vw, 12px);
	line-height: 1.6;
	text-align: left;
	font-weight: 500;
}

#qieto2weekrich-hikaku .cont_inner {
	width: 90%;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .cont_title {
	display: block;
	position: relative;
	margin-bottom: 1.8em;
	font-size: min(5.5vw, 21px);
	letter-spacing: 0.1em;
	text-align: center;
}

#qieto2weekrich-hikaku .cont_title:after {
	display: block;
	position: absolute;
	top: 2.4em;
	right: 0;
	left: 0;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	background: #222;
	content: "";
}

#qieto2weekrich-hikaku .cont_title_2 {
	display: block;
	position: relative;
	font-size: min(5.5vw, 21px);
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

#qieto2weekrich-hikaku .cont_title_2:after {
	display: block;
	position: absolute;
	top: 4em;
	right: 0;
	left: 0;
	width: 86px;
	height: 2px;
	margin: 0 auto;
	background: #222;
	content: "";
}

#qieto2weekrich-hikaku .cont_title_2.line2 {
	display: block;
	position: relative;
	font-size: min(5.5vw, 21px);
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

#qieto2weekrich-hikaku .cont_title_2.line2:after {
	display: block;
	position: absolute;
	top: 6em;
	right: 0;
	left: 0;
	width: 86px;
	height: 2px;
	margin: 0 auto;
	background: #222;
	content: "";
}

#qieto2weekrich-hikaku .icon {
	display: block;
	width: 9%;
	margin: 0 auto 5px;
}

#qieto2weekrich-hikaku .icon2 {
	display: block;
	width: 9%;
	margin: 0 auto 5px;
}

#qieto2weekrich-hikaku .icon3 {
	display: block;
	width: 12%;
	margin: 0 auto 5px;
}

/*
黒い吹き出し
*/

#qieto2weekrich-hikaku .product_tab_head_item {
	background-color: #333;
	color: #fff;
	display: block;
	font-size: min(4.2vw, 20px);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 4% 0;
	margin-inline: auto;
	margin-top: 8%;
	position: relative;
	text-align: center;
	width: 90%;
}

#qieto2weekrich-hikaku .product_tab_head_item.mt {
	margin: 7% auto 0;
}

#qieto2weekrich-hikaku .product_tab_head_item::before {
	bottom: -25%;
	color: #333;
	content: "▼";
	display: block;
	font-size: min(9vw, 28px);
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

/*
テーブル項目
*/
#qieto2weekrich-hikaku .compare_table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 95%;
	max-width: 1200px;
	margin: 5% auto 0;
	overflow: hidden;
}

#qieto2weekrich-hikaku .item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: min(3vw, 14px);
}

#qieto2weekrich-hikaku .item_list_wrap {
	z-index: 20;
	position: relative;
	max-width: 340px;
	width: 20%;
	background: #f0f7fc;
}

#qieto2weekrich-hikaku .item_left_wrap {
	z-index: 20;
	position: relative;
	max-width: 340px;
	width: 40%;
	background: #f0f7fc;
}

#qieto2weekrich-hikaku .item_empty_top {
	width: 80px;
	height: 186px;
}

#qieto2weekrich-hikaku .item_price {
	height: 75px;
	background: #e2ecf3;
}

#qieto2weekrich-hikaku .item_review {
	height: 81px;
}

#qieto2weekrich-hikaku .item_bcdia {
	height: 64px;
}

#qieto2weekrich-hikaku .item_water {
	height: 64px;
	background: #e2ecf3;
}

#qieto2weekrich-hikaku .item_uv {
	height: 120px;
}

#qieto2weekrich-hikaku .item_oxygen {
	height: 82px;
}

#qieto2weekrich-hikaku .item_material {
	height: 64px;
	background: #e2ecf3;
}

#qieto2weekrich-hikaku .item_empty_bottom {
	height: 70px;
}

/*
テーブル商品
*/
#qieto2weekrich-hikaku .product {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 13px;
}

#qieto2weekrich-hikaku .show_products_area,
#qieto2weekrich-hikaku .show_products_area2 {
	max-width: 340px;
	width: 40%;
}

#qieto2weekrich-hikaku .show_products_bottom {
	max-width: 340px;
	width: 40%;
}

#qieto2weekrich-hikaku .fix {
	/* width: 150px; */
	/* margin-right: 10px; */
}

#qieto2weekrich-hikaku .product_wrap {
	display: none;
	max-width: 340px;
	width: 40%;
	margin-right: 5px;
}

#qieto2weekrich-hikaku .product_wrap_bottom {
	max-width: 340px;
	width: 40%;
	margin-right: 5px;
}

#qieto2weekrich-hikaku .product_wrap:last-child {
	margin-right: 0;
}

#qieto2weekrich-hikaku .showProduct {
	display: block;
}

#qieto2weekrich-hikaku .product.active {
	color: #fe5757;
	font-weight: bold;
	font-size: 1.5rem;
}

#qieto2weekrich-hikaku .product.active span {
	color: #fe5757;
	font-weight: bold;
	font-size: .8rem;
}

#qieto2weekrich-hikaku .product_uv.active {
	color: #fe5757;
	font-weight: bold;
	font-size: 1.1rem;
}

#qieto2weekrich-hikaku .product_uv.active span {
	display: block;
	color: #fe5757;
	font-weight: bold;
	font-size: 0.9rem;
	margin: 0 0 3%;
}

@media screen and (max-width: 500px) {
	#qieto2weekrich-hikaku .product.active {
		color: #fe5757;
		font-weight: bold;
		font-size: 1.5rem;
	}

	#qieto2weekrich-hikaku .product.active span {
		color: #fe5757;
		font-weight: bold;
		font-size: .8rem;
	}

	#qieto2weekrich-hikaku .product_uv.active {
		color: #fe5757;
		font-weight: bold;
		font-size: 1.1rem;
	}

	#qieto2weekrich-hikaku .product_uv.active span {
		color: #fe5757;
		font-weight: bold;
		font-size: 0.9rem;
	}
}

#qieto2weekrich-hikaku .product_img {
	display: block;
	height: 186px;
	padding: 5% 10% 0;
	background: #fff;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

#qieto2weekrich-hikaku .product_img .b2height {
	width: 60%;
}

#qieto2weekrich-hikaku .product_img a {
	color: #222;
}

#qieto2weekrich-hikaku .product_price {
	height: 75px;
	font-size: 20px;
	font-weight: 500;
	padding: 13px 0 0;
	line-height: 1.3;
	text-align: center;
	background: #ecf2f5;
}

#qieto2weekrich-hikaku .product_price {
	flex-direction: column;
}

#qieto2weekrich-hikaku .product_price span {
	font-size: 13px;
	display: block;
}

#qieto2weekrich-hikaku .product_review {
	height: 81px;
	background: #fff;
	text-align: center;
}

#qieto2weekrich-hikaku .product_bcdia {
	height: 64px;
	background: #fff;
	text-align: center;
}

#qieto2weekrich-hikaku .product_water {
	height: 64px;
	background: #ecf2f5;
}

#qieto2weekrich-hikaku .product_uv {
	height: 120px;
	background: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	font-weight: 500;
}

#qieto2weekrich-hikaku .product_uv.pt {
	padding-top: 31px;
	line-height: 1.3;
}

#qieto2weekrich-hikaku .product_uv span {
	font-size: 10px;
	letter-spacing: .1em;
	display: contents;
}

#qieto2weekrich-hikaku .product_uv .uv_a {
	line-height: 1;
	margin-bottom: 5px;
}

#qieto2weekrich-hikaku .product_uv .uv_b {
	line-height: 1;
}

#qieto2weekrich-hikaku .product_oxygen {
	height: 82px;
	text-align: center;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
}

#qieto2weekrich-hikaku .product_oxygen span {
	font-size: 12px;
}

#qieto2weekrich-hikaku .product_material {
	height: 64px;
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	font-weight: 700;
	background: #ecf2f5;
}

#qieto2weekrich-hikaku .product_empty_bottom {
	height: 70px;
	background: #fff;
}

#qieto2weekrich-hikaku .product_empty_bottom a {
	-webkit-transition: 0.3s all;
	display: block;
	width: 85%;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 0.3em;
	background: #162953;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	transition: 0.3s all;
}

/*
コンタクトレンズの費用
*/
#qieto2weekrich-hikaku .cont_text {
	margin-top: 3%;
	font-weight: 500;
	font-size: min(3.4375vw, 16px);
	text-align: center;
}

#qieto2weekrich-hikaku .col2 {
	display: block;
	width: auto;
	margin: 8% auto 0;
}

#qieto2weekrich-hikaku .col {
	width: 100%;
}

#qieto2weekrich-hikaku .col:last-child {
	margin: 10% auto 0;
}

#qieto2weekrich-hikaku .col_title {
	position: relative;
	padding: 12px 50px 12px 0;
	border-radius: 10px 10px 0 0;
	background: #fff;
	font-weight: 700;
	font-size: min(3.4375vw, 16px);
	text-align: center;
}

#qieto2weekrich-hikaku .col_title::after {
	display: block;
	position: absolute;
	top: 0.9em;
	right: 1.7em;
	width: 30px;
	height: 30px;
	background: url(../img/sp_small_icon_01.png) no-repeat center center;
	background-size: contain;
	content: "";
}

#qieto2weekrich-hikaku .cont_sub_title {
	font-weight: 700;
	font-size: min(4.5vw, 18px);
	line-height: 1.8;
	text-align: center;
}

#qieto2weekrich-hikaku .cont_sub_title.mt10 {
	margin-top: 10%;
}

#qieto2weekrich-hikaku .cont_sub_title span {}

#qieto2weekrich-hikaku .col_text {
	padding: 30px 0;
	border-radius: 0 0 10px 10px;
	background: #dbebf1;
	font-weight: 500;
	font-size: min(3.9vw, 16px);
	line-height: 2.1;
	text-align: center;
}

/*
年間のコンタクト代を節約
*/
#qieto2weekrich-hikaku .savings {
	margin-top: 7%;
	color: #ff508e;
	font-weight: 700;
	font-size: min(4.2vw, 18px);
	text-align: center;
}

#qieto2weekrich-hikaku .savings li {
	position: relative;
	margin-top: 12px;
}

#qieto2weekrich-hikaku .savings li span {
	display: inline-block;
	position: relative;
	padding: 0;
	border-bottom: solid 2px #ff508e;
}

#qieto2weekrich-hikaku .savings li .check {
	position: absolute;
	top: 23%;
	left: 0;
	width: 8%;
}

#qieto2weekrich-hikaku .savings_text {
	margin-top: 1%;
	font-weight: 700;
	font-size: min(4.2vw, 18px);
	text-align: center;
}

#qieto2weekrich-hikaku .savings_coupon {
	width: 90%;
	max-width: 1200px;
	margin: 5% auto 0;
}

/*
年間最大○○円お得！
*/
#qieto2weekrich-hikaku .col_product {
	width: auto;
}

#qieto2weekrich-hikaku .product_photo {
	width: 52%;
	margin: 12% auto 5%;
}

#qieto2weekrich-hikaku .product_photo img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .product_exp {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .product_title {
	width: 90%;
	margin-inline: auto;
	font-weight: 700;
	font-size: min(4.4vw, 18px);
}

#qieto2weekrich-hikaku .product_text {
	width: 90%;
	margin-inline: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	font-weight: 500;
	font-size: min(4.2vw, 16px);
	line-height: 1.8;
}

#qieto2weekrich-hikaku .product_btn_wrap {
	margin: 5% 0 0;
}

#qieto2weekrich-hikaku .product_btn {
	-webkit-transition: 0.3s all;
	display: block;
	margin: 0;
	padding: 10px 0;
	border-radius: 0.3em;
	background: #162953;
	color: #fff;
	font-weight: 500;
	font-size: min(3.6vw, 16px);
	text-align: center;
	transition: 0.3s all;
}

#qieto2weekrich-hikaku .product_btn+.product_btn {
	margin: 5% 0 0;
}

#qieto2weekrich-hikaku .product_btn.anc_feature {
	background: #333333;
	margin: 7% 0 0;
}

#qieto2weekrich-hikaku .product_btn:hover {
	opacity: 0.6;
}

/*
特長
*/
#qieto2weekrich-hikaku .feature_wrap {
	width: 90%;
	margin: 2% auto 0;
}

#qieto2weekrich-hikaku .feature_img {
	width: auto;
	margin: 3% auto 5%;
}

#qieto2weekrich-hikaku .feature_img img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .feature_exp {
	width: auto;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .feature_title {
	display: block;
	width: auto;
	margin: 0 0 5%;
	padding: 0.3em 3%;
	border: solid 1px #222;
	border-radius: 2em;
	font-weight: 700;
	font-size: 3vw;
	font-size: min(3vw, 16px);
}

#qieto2weekrich-hikaku .feature_title.w100 {
	width: 100%;
}

#qieto2weekrich-hikaku .feature_title span {
	font-size: min(2.6vw, 14px);
	letter-spacing: 0.05em;
}

#qieto2weekrich-hikaku .feature_subtitle {
	margin: 8% 0 0;
	font-size: min(4.1vw, 20px);
	font-weight: 500;
	letter-spacing: 0.05em;
}

#qieto2weekrich-hikaku .feature_subtitle.mt2 {
	margin: 2% 0 0;
}

#qieto2weekrich-hikaku .feature_text {
	margin: 0 0 4%;
	font-weight: 500;
	font-size: min(3.1vw, 16px);
	line-height: 2.2;
}

#qieto2weekrich-hikaku .center {
	text-align: center;
}

#qieto2weekrich-hikaku .feature_text:last-of-type {
	margin: 0;
}

/*
機能
*/
#qieto2weekrich-hikaku .func_sub_title {
	font-weight: 700;
	font-size: min(5vw, 21px);
	text-align: center;
}

#qieto2weekrich-hikaku .func_sub_title span {
	display: inline-block;
	position: relative;
}

#qieto2weekrich-hikaku .func_sub_title span::after {
	display: block;
	position: absolute;
	top: 0.1em;
	right: -2.4em;
	width: 2.5em;
	height: 1.6em;
	background: url(../img/sp_small_icon_02.png) no-repeat center center;
	background-size: contain;
	content: "";
}

#qieto2weekrich-hikaku .func_col_title {
	padding: 0.6em 1em 0.6em 0;
	border-radius: 10px 10px 0 0;
	background: #fff;
	font-weight: 700;
	font-size: min(4.5vw, 21px);
	text-align: center;
}

#qieto2weekrich-hikaku .func_col_title span {
	display: inline-block;
	position: relative;
}

#qieto2weekrich-hikaku .func_col_title span::after {
	display: block;
	position: absolute;
	top: 0.3em;
	right: -2em;
	width: 2em;
	height: 1.4em;
	background: url(../img/sp_small_icon_02.png) no-repeat center center;
	background-size: contain;
	content: "";
}

#qieto2weekrich-hikaku .func_col_title span.icon_oxy::after {
	display: block;
	position: absolute;
	top: 0.3em;
	right: -2em;
	width: 2em;
	height: 1.4em;
	background: url(../img/sp_small_icon_03.png) no-repeat center center;
	background-size: contain;
	content: "";
}

#qieto2weekrich-hikaku .func_col_title span.icon_uv::after {
	display: block;
	position: absolute;
	top: 0.3em;
	right: -2em;
	width: 2em;
	height: 1.4em;
	background: url(../img/sp_small_icon_04.png) no-repeat center center;
	background-size: contain;
	content: "";
}

#qieto2weekrich-hikaku .func_btn {
	-webkit-transition: 0.3s all;
	display: block;
	width: 100%;
	margin: 8% auto 0;
	padding: 12px;
	border: solid 1px #222;
	border-radius: 2.5em;
	background: #fff;
	color: #222;
	font-weight: 700;
	font-size: min(3.9vw, 16px);
	text-align: center;
	transition: 0.3s all;
}

#qieto2weekrich-hikaku .func_btn:hover {
	opacity: 0.6;
}

#qieto2weekrich-hikaku .func_text {
	padding: 2% 0 0;
	border-radius: 0 0 10px 10px;
	background: #dbebf1;
	font-weight: 500;
	font-size: min(3.6vw, 14px);
	line-height: 2;
	text-align: center;
}

#qieto2weekrich-hikaku .background_none {
	background: none;
}

#scroll-pagetop {
	position: fixed;
	bottom: 55px;
	right: 10px;
	width: 100%;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	z-index: 997;
	filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.8));
}

#qieto2weekrich-hikaku .wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin: 5% 0 0;
}

#qieto2weekrich-hikaku .swiper-slide {
	opacity: .5;
	transform: scale(.75);
	transition: .5s;
}

#qieto2weekrich-hikaku .swiper-slide img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .swiper-slide img.b2 {
	width: 55%;
	display: block;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .swiper-slide-active {
	opacity: 1;
	transform: scale(1.15);
	z-index: 1;
}

#qieto2weekrich-hikaku .swiper-wrapper {
	align-items: center;
	padding: 5% 0;
}

/*
 年間価格
*/
#qieto2weekrich-hikaku .product_price_box_wrap {
	display: flex;
	align-items: center;
	width: 90%;
	margin: 5% auto 0;
	padding: 4% 5% 4% 10%;
	border: solid 2px #c0d4dd;
	background: #fff;
}

#qieto2weekrich-hikaku .product_price_box_base {
	display: flex;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	padding: 4% 5% 4% 10%;
	border: solid 2px #c0d4dd;
	background: #fff;
}

#qieto2weekrich-hikaku .product_price_box {
	display: none;
}

#qieto2weekrich-hikaku .product_price_box_inner {
	width: 90%;
	margin: 0 auto;
	background: #fff;
}

#qieto2weekrich-hikaku .product_thumb,
#qieto2weekrich-hikaku .product_other_thumb {
	display: block;
	width: 60%;
	max-width: 100%;
	margin: 0 5% 0 0;
}

#qieto2weekrich-hikaku .sq2price {
	display: inline-block;
}

#qieto2weekrich-hikaku .sq2price_annual {
	display: inline-block;
}

#qieto2weekrich-hikaku .price_annual_difference {
	display: inline-block;
}

#qieto2weekrich-hikaku .product_base_name {
	font-weight: 700;
	font-size: min(3.4vw, 16px);
}

#qieto2weekrich-hikaku .product_other_name {
	font-weight: 700;
	font-size: min(3.4vw, 16px);
}

#qieto2weekrich-hikaku .otherprice {
	display: inline-block;
}

#qieto2weekrich-hikaku .otherprice_annual {
	display: inline-block;
}

#qieto2weekrich-hikaku .total_annual {
	width: 90%;
	margin: 5% auto 0;
	padding: 2% 0;
	background: #ff508e;
	color: #fff;
	font-weight: 700;
	font-size: min(6vw, 24px);
	text-align: center;
	line-height: 1.8;
}

#qieto2weekrich-hikaku .product_other_price {
	font-weight: 700;
	font-size: min(3.4vw, 16px);
}

#qieto2weekrich-hikaku .product_other_annual {
	color: #ff508e;
	font-weight: 700;
	font-size: min(5vw, 24px);
}

@media screen and (max-width: 450px) {
	#qieto2weekrich-hikaku .product_price_box_wrap {
		padding: 2% 5%;
	}

	#qieto2weekrich-hikaku .product_price_box_base {
		padding: 2% 5%;
	}
}

/* スライダー関連 */
#qieto2weekrich-hikaku .swiper {
	position: relative;
	overflow: hidden;
}

#qieto2weekrich-hikaku .swiper .swiper-button-next,
#qieto2weekrich-hikaku .swiper .swiper-button-prev {
	background-color: #7f8183;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

#qieto2weekrich-hikaku .swiper .swiper-button-next::after,
#qieto2weekrich-hikaku .swiper .swiper-button-prev::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	color: #fff;
	font-size: 1.3rem;
}

#qieto2weekrich-hikaku .swiper .swiper-button-next::after {
	content: '\f054';
	/* FontAwesomeの右矢印 */
}

#qieto2weekrich-hikaku .swiper .swiper-button-prev::after {
	content: '\f053';
	/* FontAwesomeの左矢印 */
}

#qieto2weekrich-hikaku .swiper .swiper-button-next,
#qieto2weekrich-hikaku .swiper .swiper-button-prev {
	background-color: #7f8183;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	opacity: .8;
}

#qieto2weekrich-hikaku .swiper-button-next,
#qieto2weekrich-hikaku .swiper-button-prev {
	top: 40%;
}

#qieto2weekrich-hikaku .ancwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5%;
}

#qieto2weekrich-hikaku .anc {
	position: relative;
	color: #fff;
	background: #162953;
	font-size: min(3.3vw, 18px);
	width: 48%;
	text-align: center;
	padding: 6% 0 3%;
}

#qieto2weekrich-hikaku .anc::after {
	border-right: 0.2em solid #fff;
	border-top: 0.2em solid #fff;
	content: "";
	height: 0.7em;
	position: absolute;
	right: 0;
	left: 0;
	top: 20%;
	-webkit-transform: translateX(0) rotate(45deg);
	transform: translateX(0) rotate(-44deg);
	width: 0.7em;
	margin: 0 auto;
}

#qieto2weekrich-hikaku .bnr {
	position: relative;
	display: block;
	margin: 5% 0 0;
}

/* PRODUCT LINE-UP
--------------------------------------- */
#qieto2weekrich-hikaku .spec_box {
	font-size: min(5vw, 25px);
	font-weight: normal;
	margin: 0 auto;
	position: relative;
	letter-spacing: .2em;
	text-align: center;
	width: 90%;
}

#qieto2weekrich-hikaku .lineup {
	width: 90%;
	margin: 3% auto 0;
}

#qieto2weekrich-hikaku .product_area {
	background: #fff;
	padding: 8% 0;
	margin: 9% 0 0;
	line-height: 2;
}

#qieto2weekrich-hikaku .product_inner {
	align-items: center;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 5% 0 0;
}

#qieto2weekrich-hikaku .product_inner+.product_inner {
	align-items: center;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}

#qieto2weekrich-hikaku .product_box {
	width: 47%;
}

#qieto2weekrich-hikaku .product_box a {
	color: #222;
}

#qieto2weekrich-hikaku .product_boximg {
	margin: 1% auto 0;
}

#qieto2weekrich-hikaku .product_name {
	display: block;
	font-size: min(3.7vw, 13px);
	text-align: center;
	font-weight: 700;
	margin-top: 5px;
	line-height: 1.5;
}

#qieto2weekrich-hikaku .product_lineup_text {
	width: 100%;
	margin-inline: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	font-weight: 500;
	font-size: min(2.2vw, 12px);
	text-align: center;
	line-height: 1.8;
}

#qieto2weekrich-hikaku .product_lineup_price {
	font-size: min(3vw, 16px);
	text-align: center;
}

#qieto2weekrich-hikaku .product_btn_more {
	display: block;
	margin: 5% auto 0;
	width: 65%;
}

/* 商品部分
------------------------------------ */
#qieto2weekrich-hikaku .qieto_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 45px;
	width: 100%;
}

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

#qieto2weekrich-hikaku .qieto_img {
	margin: 5% auto 0;
	max-width: 100%;
	width: 45%;
}

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

#qieto2weekrich-hikaku .qieto_box {
	background: #f8f5f1;
	padding: 5% 0;
}

#qieto2weekrich-hikaku .qieto_box_num {
	color: #24272a;
	font-size: min(4.8vw, 23px);
	letter-spacing: 0.15em;
	margin: 3% auto 0;
	text-align: center;
}

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

#qieto2weekrich-hikaku .qieto_box_price1 {
	background: #4f4f4f;
	color: #fff;
	font-size: min(3.3vw, 17px);
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 3% 1.7% 3%;
	margin: 0 5% 0 0;
	text-align: center;
}

#qieto2weekrich-hikaku .qieto_box_price2 {
	color: #fe5757;
	font-size: min(9.2vw, 45px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 3%;
	/* padding-right: 8%; */
}

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

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

/* BUY
--------------------------------------- */
#qieto2weekrich-hikaku .buy_btn {
	background: #fff;
	border: solid 1px #524f4a;
	cursor: pointer;
	display: block;
	font-size: min(4.2vw, 20px);
	font-weight: 500;
	height: auto;
	letter-spacing: 0.15em;
	margin: 5% auto 0;
	max-width: 610px;
	padding: 2% 0;
	position: relative;
	text-align: center;
	width: 100%;
}

#qieto2weekrich-hikaku .buy_btn::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	content: "";
	height: 8px;
	position: absolute;
	right: 20px;
	top: 45%;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 8px;
}

#qieto2weekrich-hikaku .buy_btn:hover {
	opacity: 1;
}

#qieto2weekrich-hikaku .buy_btn.open::after {
	top: 55%;
	-webkit-transform: translate(0, -50%) rotate(315deg);
	transform: translate(0, -50%) rotate(315deg);
}

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

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

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

#qieto2weekrich-hikaku .buy_btnwrap {
	background: #f8f5f1;
	display: none;
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 610px;
	padding: 8% 0;
	position: relative;
	width: auto;
}

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

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

#qieto2weekrich-hikaku .concept_img {
	margin-top: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#qieto2weekrich-hikaku .qieto_point em {
	font-style: normal;
}

#qieto2weekrich-hikaku .buy_point {
	border: solid 1px #24272a;
	display: inline-block;
	background: #fff;
	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;
}

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

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

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

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

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

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


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

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

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

#qieto2weekrich-hikaku .goods_data_title_blank {
	width: 100%;
}

#qieto2weekrich-hikaku .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;
}

#qieto2weekrich-hikaku .goods_flex:last-of-type {
	border-bottom: none;
}

#qieto2weekrich-hikaku .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;
}

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

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

#qieto2weekrich-hikaku .goods_flex .td {
	max-width: 240px;
	width: 49%;
	font-size: 1vw;
	padding: 0;
}

#qieto2weekrich-hikaku .goods_flex .r_eye,
#qieto2weekrich-hikaku .goods_flex .l_eye {
	font-size: 1.4rem;
}

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

#qieto2weekrich-hikaku .goods_flex .goods_select_wrap::after {
	display: none;
}

#qieto2weekrich-hikaku .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, 18px);
	letter-spacing: 0.02em;
	appearance: none;
	outline: 0;
	z-index: 1;
	border: none;
}

#qieto2weekrich-hikaku .goods_flex select::-ms-expand {
	display: none;
}

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

#qieto2weekrich-hikaku .goods_flex .goods_data_value {
	text-align: center;
	display: block;
	padding: 10% 5%;
	line-height: 1;
	font-size: min(4.2vw, 18px);
	letter-spacing: 0.02em;
	background: #fff;
}

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

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

#qieto2weekrich-hikaku .goods_cart_btn {
	margin: 0 auto;
	width: 100%;
}

#qieto2weekrich-hikaku .org-btn {
	background: #162953;
	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%;
}

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