@charset "euc-jp";

body {
	color: #000;
}

.kv img {
	width: 100%;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}

.container > h1 {
	font-size: 28px;
	margin-bottom: 18px;
	line-height: 1.2857142857142858;
	text-align: center;
}

.container > .lead {
	text-align: center;
	margin-bottom: 30px;
	/* font-weight: 600; */
	font-size: 16px;
	line-height: 1.33;
}


sup {
	vertical-align: super;
	font-size: 0.5em;
}


/* PC */
@media screen and (min-width: 1001px) {

	.container > h1 {
		font-size: 48px;
		margin-top: 90px;
		margin-bottom: 16px;
	}

	.container > .lead {
		font-size: 24px;
		margin-bottom: 50px;
	}

	.sp-br {
		display: none;
	}
}


/* ---------------------------- */
/* bxslider */

.bxslider {
	overflow: hidden;
}


.bx-controls {
	position: relative;
}

.bx-prev {
	width: 17px;
	height: 27px;
	background: url(/img/icon-prev2@2x.png) no-repeat 50% 50% / cover;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 20px;
}

.bx-next {
	width: 17px;
	height: 27px;
	background: url(/img/icon-next2@2x.png) no-repeat 50% 50% / cover;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.bx-pager {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* position: absolute; */
	position: relative;
	left: 0;
	margin-top: 12px;
	padding: 6px 0;
}

.bx-pager-item {
	width: 16px;
	height: 16px;
	margin: 0 10px;
}

.bx-pager-item a {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #bfc5cc;
	background-color: #bfc5cc;
	text-indent: -9999px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.bx-pager-item a.active {
	background-color: #fff;
}

/* Mobile */
@media screen and (max-width: 1000px) {

	.bx-wrapper {
		overflow: hidden;
	}

	.bx-viewport {
		width: 77.6% !important;

		overflow: visible !important;

	}

	.bxslider {
		left: 15.466666666666667%;
		position: relative;
	}

	.bxslider li img {
		width: 100%;
	}
}


/* --------------------------------- */
/* anchor-links-nav */

.anchor-links-nav {
	margin: 50px auto 80px;
}

.anchor-links-nav ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(850px, 95%);
	margin: 0 auto;
}

.anchor-links-nav ul::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 2px;
	height: 2px;
	background: rgba(30, 30, 30, 0.5);
	transition: left 0.35s ease, width 0.35s ease;
	will-change: left, width;
}

.anchor-links-nav ul::after {
	content: "";
	position: absolute;
	left: var(--line-left, 0px);
	width: var(--line-width, 0px);
	bottom: 0;
	height: 7px;
	background: #000;
	transition: left 0.35s ease, width 0.35s ease;
	will-change: left, width;
}

.anchor-links-nav li {
	padding: 10px 6px;
	text-align: center;
	width: 25%;
}

.anchor-links-nav a {
	color: rgba(30, 30, 30, 0.5);
	font-size: 24px;
	display: inline-block;
	line-height: 1.1;
	transition: color 0.2s ease;
}

.anchor-links-nav li:hover a,
.anchor-links-nav a:focus-visible,
.anchor-links-nav a.is-active {
	color: #000;
}

.anchor-links-nav a span {
	font-size: 9px;
	text-decoration: none;
}


/* Mobile */
@media screen and (max-width: 1000px) {

	.anchor-links-nav {
		margin: 10px auto 40px;
	}

	.anchor-links-nav ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.anchor-links-nav li {
		text-align: left;
    padding: 10px 8px;
		width: auto
	}

	.anchor-links-nav a {
		font-size: 13px;
	}

	.anchor-links-nav ul::before {
		height: 1px;
	}

	.anchor-links-nav ul::after {
		height: 3px
	}

}


/* --------------------------------- */
/* section */

.section {
	margin-bottom: 100px;
}

.section h1 {
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.4545;
	margin-bottom: 50px;
}

.section h1 span {
	padding: 16px 28px;
	font-size: 28px
}

.section h1 span:first-child {
	border-right: 1px solid #fff;
}

.section .lead {
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2;
}

.section .attention {
	color: #767676;
	/* margin: 6px 0 0 0; */
	font-size: 12px;
	line-height: 1.5;
	margin: 50px 0;
}


/* sale-section */
.sale-section {
	margin-bottom: 50px;
	background: #F7F7F7;
}

.sale-section h1 {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.4545;
	margin-bottom: 50px;
}

.sale-section .lead {
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2;
}

.sale-section .attention {
	color: #767676;
	margin: -6px 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.sale-note {
	margin-bottom: 50px;
	background: #EAF2E6;
}

.sale-note .attention {
	color: #767676;
	/* margin: -6px 0 0 0; */
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.bg-green {
	background: #dce9d5;
}

.bg-green .product-box {
	background: #fff;
}

.bg-white {
	background: #fff;
}


/* Mobile */
@media screen and (max-width: 1000px) {

	.section {
		margin-bottom: 50px;
	}

	.section h1 {
		font-size: 20px;
		margin-bottom: 20px;
		flex-direction: column;
		width: 100vw;
    margin: 0 calc(50% - 50vw) 40px;
	}

	.section h1 span {
		padding: 16px 10px;
		text-align: center;
	}

	.section h1 span:first-child {
		border: 0;
		border-bottom: 1px solid #fff;
	}

	.section .lead {
		margin-top: 30px;
		margin-bottom: 0;
		text-align: left;
	}

}

/*  PC ------------------------------ */
@media screen and (min-width: 1001px) {

	/* .section */

	.section .lead {
		margin: 40px 0 0;
		line-height: 1.75;
	}



	.section .bxslider {
		display: flex;
		gap: 15px;
		margin-top: 40px;
	}

	.section .bxslider li {
		width: 33.3%;
	}

	.section .bxslider li img {
		width: 100%;
	}

}

@media screen and (min-width: 1001px) {

	/* .sale-section */
	.sale-section {
		padding: 35px 50px 5px;
	}

	.sale-section .lead {
		margin: 40px 0 0;
		line-height: 1.75;
	}

	.sale-section .attention {
		text-align: left;
	}

	.sale-section .bxslider {
		display: flex;
		gap: 15px;
		margin-top: 40px;
	}

	.sale-section .bxslider li {
		width: 33.3%;
	}

	.sale-section .bxslider li img {
		width: 100%;
	}

}

/* --------------------------------- */
/* grid */

.grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}


/* Mobile */
@media screen and (max-width: 1000px) {

	.grid {
		flex-direction: column;
	}

}


/* --------------------------------- */
/* product-box */
.product-box-wrap{
	gap:100px 40px;
}
.product-box {
	display: flex;
	flex-direction: column;
	max-width: calc(50% - 20px);
}


.product-box .title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.45;
	color: #1b4229
}


.product-box .check-list {
	font-size: 21px;
	color: #393F45;
	letter-spacing: 0.1em;
	width: calc(100% - 200px);
}

.product-box .check-list li {
	line-height: 1.5556;
	padding-left: 20px;
}

.product-box .check-list li::before {
	content: "";
	background: url(../img/family/260219/icon-check_gn.png) no-repeat center center;
	width: 17px;
	height: 15px;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
  margin-left: -20px;
}


.product-box .image {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

.product-box .image img {
	max-width: 100%;
}
.product-box-wrap .product-box .image img{
	box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.15);
	border-radius: 10px;
	transition: opacity .25s ease;
}
.product-box .image img.is-fading{
  opacity: 0;
}
/* 
.product-box .image img.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.product-box .image img.is-active {
  opacity: 1;
  visibility: visible;
} */
.product-box .check-option {
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(118, 118, 118, .5);
	align-items: center;
}

.product-box .option {
	color: #1b4229;
	padding: 25px;
	font-size: 13px;
	background: #e7ece8;
	width: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3px
}

.product-box .option-list {}

.product-box .option-list li {
	display: flex;
	align-items: center;
}

.product-box .option-list li:not(:last-child) {
	margin-bottom: 10px
}

.product-box .option-list .icon {
	max-width: 30px;
	margin-right: 18px;
}

.product-box .label {
	margin-bottom: 22px;
	flex-grow: 1;
}

.product-box .label-ol {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}



.product-box .label-ol span {
	/* color: #fff; */
	padding: 5px 11px;
	font-size: 13px;
	display: inline-block;
	line-height: 1;
	border-radius: 2px;
	letter-spacing: 0.05em;
	text-align: center;
}

.product-box .label-ol .new {
	background: #6E89F8;
	color: #fff;
	border: 1px solid #6E89F8;
}

.product-box .label-ol .sale {
	background: #EBC172;
	border: 1px solid #EBC172;
}

.product-box .label-ol .online {
	color: #000;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	border-radius: 2px;
/*	display:none*/
}
.product-box .label-ol .switch {
  display: none;
}

.product-box .label-ol .switch.is-visible {
  display: inline-block;
}

.product-box.large .new img,
.product-box.large .sale img {
	max-width: 55px;
}

.product-box .new img,
.product-box .sale img {
	max-width: 36px;
}

.product-box.large .newprice img,
.product-box.large .sale img {
	max-width: 55px;
}

.product-box .newprice img,
.product-box .sale img {
	max-width: 36px;
}

.product-box .itemname{
	width: min(420px,100%);
}

.product-box .slim_name{
	width: min(470px,100%);
}



.product-box .sub-label {
	display: inline-block;
	background: #dce9d5;
	color: #447355;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
}

.product-box .text {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 1.7143;
}

.product-box .price {
	/* margin-bottom: 20px; */
	font-size: 18px;
	line-height: 1;
	color: #1B4229;
}


.product-box .price .coupon {
	/* color: #6e89f8; */
	color: #518a70;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0 0 12px;
}

.product-box .price .attention {
	text-align: left;
	margin: 12px 0 0 0;
	color: #1E1E1E;
}

.product-box .price strong {
	font-size: 2em;
}


.product-box .price2 strong {
	font-size: 24px;
}

.product-box .btns {
	margin-top: 30px;
}
.allocation{
	color: #447355;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 -20px;
}
.btns {
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 100%;
	align-self: end;
}

.btns2 {
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 100%;
	/*align-self: end;*/
	align-self: flex-start;
	padding-top: 20px;
}

.btn {
	font-size: 18px;
	text-align: center;
	border-radius: 5em;
	border: 1px solid transparent;
	padding: 9px;
	display: inline-block;
	width: 47.5%;
}

.btn-primary {
	background: #1e1e1e;
	color: #fff;
}

.btn-primary:hover {
	color: #fff;
	background: #395944;
}

.btn-secondary {
	border: 1px solid #1e1e1e;
	color: #1e1e1e;
	background: #fff;
}

.btn-secondary:hover {
	color: #395944;
}

.product-box .color-select {
	margin-bottom: 10px;
}

.product-box .color-select p {
	font-size: 15px;
	text-align: center;
}

.product-box .color-list {
	display: flex;
	justify-content: center;
	gap: 12px;
	text-align: center;
	margin-top: 7px;
}

.product-box .color-list li {
	cursor: pointer;
}

.product-box .color-list li span {
	font-size: 9px;
	line-height: 1;
}

.color-list li::before {
	content: "";
	width: 27px;
	height: 27px;
	display: block;
	border-radius: 5em;
	border: 4px solid #ddd;
	margin: 0 auto;
	margin-bottom: 8px;
}

.color-list li.is-active::before {
	box-shadow: 0 0 0 2px #447355;
}

.color-list li[data-color="white"]::before {
	background: #fff;
}

.color-list li[data-color="black"]::before {
	background: #000;
}

.color-list li[data-color="graphite"]::before {
	background: #cccccc;
}

.color-list li[data-color="green"]::before {
	background: #87a28e;
}


/* Mobile */
@media screen and (max-width: 1000px) {

	.product-box {
		/* display: flex;
    flex-direction: column; */
		padding: 0 0 30px;
		max-width: 100%;
	}

	.product-box .title {
		font-size: 22px;
		margin-bottom: 0;
	}

	.product-box .image {
		margin-top: 30px;
	}
	.product-box .option{
		padding: 16px 10px;
    width: 130px;
	}

	.product-box .option-list {
		gap: 20px;
		padding: 0;
		font-size: 14px;
	}

	.grid .product-box .label-ol {
		gap: 5px;
		justify-content: left;
	}

	.product-box .check-option {
		flex-direction: row;
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	.product-box .check-list {
		font-size: 14px;
		width: calc(100% - 150px);
	}
	.product-box .option-list .icon{
		max-width: 24px;
  margin-right: 10px;
	}
	.product-box .option-list li:not(:last-child){
		margin-bottom: 3px
	}
	.product-box .check-list li::before{
		position: relative;
  top: 2px;
	}
	.product-box .label-ol span{
		font-size: 10px
	}
	.product-box-wrap{
		gap: 30px 40px;
	}

	.product-box .title{
		font-size: 21px
	}
}

/*  PC ------------------------------ */
@media screen and (min-width: 1001px) {


	.product-box .color-select {
		margin: 0;
		display: flex;
		justify-content: center;
	}

	.product-box .color-select p {
		font-size: 14px;
		margin-right: 10px;
	}

	.color-list li::before {
		width: 16px;
		height: 16px;
		border-width: 2px;
		margin: 0 auto;
	}


	.product-box .color-list li span {
		font-size: 10px;
		margin-top: 6px;
		display: inline-block;
	}

	.product-box .newprice img,
	.product-box .sale img {
		max-width: 62px;
	}

	.product-box .text {
		font-size: 14px;
		text-align: left;
	}

	.product-box .price {
		font-size: 18px;
		/* margin: 17px 0 0 0; */
	}

	.product-box .price2 {
		font-size: 20px;
		margin: -10px 0 0 0;
	}

	.product-box .btns {
		gap: 8px;
		margin-top: 40px;
	}

}


.btns {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 16px;
}

.btns li {
	flex: 1;
	max-width: 400px;
}

.btn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 3em;
	text-align: center;
	padding: 18px 23px 18px 15px;
	font-size: 18px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	line-height: 1.5;
	flex-direction: column;
}

.btn-sold {
	position: relative;
}

.btn-sold:after {
	content: '';
	position: absolute;
	width: 105%;
	height: 110%;
	background-color: #000000a6;
	color: #fff;
	left: -5px;
	/* border-radius: 0; */
}

.btn-soldTxt {
	position: absolute;
	z-index: 1;
	font-size: 16px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1.2;
}

.btn-soldTxt .btn__subTxt {
	font-size: 12px;
}


#bottom-nav {
	display: block;
	background: #fff;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	z-index: 10;
	/* �����ܥ���򥹥������륤�󤵤�����ϰʲ���ͭ���ˤ��뢭�� */
	bottom: -140px;
}

#bottom-nav .btn {
	position: relative;
	line-height: 1;
}

#bottom-nav .btn::after {
	content: "";
	width: 8px;
	height: 16px;
	display: inline-block;
	margin-left: 8px;
	mask-image: url(/img/index_arw_06.png);
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: 7px auto;
	background: #fff;
	position: absolute;
	right: 23px;
}

@media screen and (max-width: 1000px) {
	#bottom-nav {
		padding: 16px;
		/* �����ܥ���򥹥������륤�󤵤�����ϰʲ���ͭ���ˤ��뢭�� */
		bottom: -140px;
	}

	.btns {
		justify-content: space-between;
		gap: 10px;
	}

	.btns li {
		flex: 1;
	}

	.btn {
		padding: 14px;
	}

	#bottom-nav .btn {
		font-size: 16px;
	}

	#bottom-nav .btn::after {
		right: 14px;
	}

	.btn-soldTxt {
		font-size: 13px;
	}
}



/* --------------------------------- */
/* #roombamax */

#roombamax h1 {
	background: #1b4229;
	color: #fff;
	display: flex;
}


/* --------------------------------- */
/* #roombaplus  */

#roombaplus h1 {
	background: #447355;
	color: #fff;
	display: flex;
}

/* --------------------------------- */
/* #roomba */

#roomba h1 {
	background: #87A28E;
	color: #fff;
	display: flex;
}


/* --------------------------------- */
/* compare */

#compare {
	background: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

#compare h1 {
	font-size: 24px;
	/* line-height: 1.4545454545454546; */
	text-align: center;
	margin-bottom: 30px;
}

.compare-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 11px;
	margin-bottom: 30px;
}

.compare-list li {
	width: 31.2%;
	background: #fff;
	border-radius: 14px;
	padding: 14px 0px 9px;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.compare-list .image {
	margin-bottom: 10px;
}

.compare-list .label {
  border-bottom: 1px solid #b8b8b8;
  padding: 0 0 8px;
  margin: 0 14px 8px;
}

.compare-list li.select {
	/* border: 2px solid #447355; */
	box-shadow: 0px 0px 0px 2px #447355;
}

.compare-list li.select::after {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	background: #447355 url("/img/ico_close_03.png") no-repeat center center;
	background-size: 6px;
	padding: 5px;
	position: absolute;
	top: 4px;
	right: 4px;
	transform: translate(50%, -50%);
	border-radius: 50%;
	box-sizing: border-box;
}

.compare-list li .coupon {
	color: #6e89f8;
	font-size: 17px;
	line-height: 1.2941;
}

.compare-list li.select .count {
	position: absolute;
	top: 6px;
	left: 9px;
	font-size: 13px;
	line-height: 1;
}

.btn-compare {
	font-size: 18px;
	font-weight: bold;
	/* width: 100%; */
	width: 88%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	padding: 15px;
	border: 0;
	outline: none;
	cursor: pointer;
}

.btn-compare::after {
	content: "";
	width: 12px;
	height: 6px;
	background: #fff;
	-webkit-mask-image: url(/img/index_arw_05.png);
	mask-image: url(/img/index_arw_05.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.btn-compare.open::after {
	transform: translate(0, -50%) rotate(-180deg);
}

/* .compare-table  */
#compare-table-wrapper {
	max-width: 100%;
	/* margin-left: 20px; */
	cursor: grab;
	position: relative;
	display: none;
	margin-top: 50px;
}

#table-head-wrap {
	z-index: 2;
	overflow-x: auto;
	scrollbar-width: none;
	position: relative;
	top: 0;
}

#table-head-wrap.is-sticky {
	position: sticky;
	top: 0px;  /* 74px */
	/*�إå����ӥ��ɽ����?*/
	/*top: 0px;*/
	/*�إå����ӥ��?�ʤ�*/
}

#table-head-wrap.is-sticky .product-box .image {
	visibility: hidden;
	display: none;
}

#table-head-wrap,
#table-body-wrap {
	overflow-x: auto;
}

.compare-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/* min-width: 100%; */
	table-layout: fixed;

}

.compare-table tbody tr.hide {
	display: none;
}

.compare-table tbody th,
.compare-table tbody td {
	border-bottom: 1px solid #bebebe;
	font-size: 12px;
	line-height: 1.25;
	padding: 10px 5px 10px 10px;
}

.compare-table tbody th img {
	height: 1em;
	vertical-align: middle;
	margin-left: 6px;
}

.compare-table tbody td {
	background: #dce9d5;
	color: #447355;
	width: 115px;
	text-align: center;
	position: relative;
	/* vertical-align: top; */
}

.compare-table tbody td::after {
	content: "";
	width: 5px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.compare-table tbody td.valign-top {
	vertical-align: top;
}

.compare-table tbody td img {
	width: 100%;
}

.compare-table tbody td strong {
	font-weight: bold;
}

.compare-table tbody td .red {
	color: #FF0000;
}

.sticky_row {
	width: 144px;
	position: sticky;
	/* top: 0; */
	left: 0;
	z-index: 1;
	text-align: left;
	background: #fff;
}

.sticky_col {
	position: sticky;
	top: 0;
	left: 0;
	/* border-left: 5px solid #f7f7f7; */
	font-size: 12px;
	width: 115px;
	/* max-width: 115px; */
	z-index: 1;
	background: #f7f7f7;
	vertical-align: top;
}

.sticky_cross {
	width: 144px;
	/* max-width: 144px; */
	position: sticky;
	top: 0;
	left: 0;
	text-align: left;
	border: 0;
	z-index: 2;
	background: #f7f7f7;
}

/* .compare-switch */

.compare-switch {
	font-size: 12px;
}

.compare-switch .toggle {
	position: relative;
	width: 63px;
	height: 30px;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	background: #6a768b;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.compare-switch .toggle input[type="checkbox"] {
	display: none;
}

.compare-switch .toggle:before {
	content: "OFF";
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translate(0, -50%);
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}

.compare-switch .toggle:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	box-sizing: border-box;
}

.compare-switch .toggle.checked {
	background: #447355;
}

.compare-switch .toggle.checked:before {
	content: "ON";
	left: 7px;
	right: auto;
}

.compare-switch .toggle.checked:after {
	content: "";
	left: 35px;
}

/* .compare-product-header .product-box */

.compare-product-header .product-box {
	padding: 0 0 13px 5px;
}

.compare-product-header .product-box .image {
	min-height: auto;
	display: block;
	margin: 0;
}

.compare-product-header .product-box .image img {
	position: relative;
}

.compare-product-header .product-box .label {
	text-align: center;
	margin-bottom: 10px;
}

.compare-product-header .product-box .price {
	font-size: 11px;
	margin-bottom: 15px;
}

.compare-product-header .product-box .btns {
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: 0;
}

.compare-product-header .product-box .btn {
	width: 81.8%;
	font-size: 12px;
	padding: 0 11px;
}

.compare-product-header .product-box .btn-purchase {
	background: #1e1e1e;
	color: #fff;
	position: relative;
}
.compare-product-header .product-box .btn-purchase:after{
	content: '';
	background: url(../img/family/icon-cart.png)no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
}
#table-body-wrap {
	border-top: 2px solid #bebebe;
}

.compare-table tr.title {
	background: #fff;
	/* display: none; */
}

.compare-table tr.title th {
	padding: 0;
}

.compare-table tr.title td {
	background: transparent;
	padding: 0;
}

.compare-table tr.title h2 {
	font-size: 18px;
	color: #447355;
}


.compare-table .icon-check {
	width: 18px;
	height: 15px;
	object-fit: cover;
}

.attention-list {
	font-size: 12px;
	/* padding: 0 20px; */
	color: #000;
	line-height: 1.5;
	margin-top: 20px;
}

.attention-list li {
	/* display: inline; */
	/* margin-top: 4px; */
}

.attention-list li span {
	flex: 0 0 auto;
}

.comapareList__sold {
	background: #1b4229;
	width: 90%;
	margin: 10px auto 0;
	color: #fff;
	font-size: 15px;
	padding: 5px;
}


/* FOR MOBILE ------------------------------ */
@media screen and (max-width: 1000px) {

	.compare-product-header {
		background: #f7f7f7;
	}

	.compare-table-body {
		background: #fff;
	}

	.compare-list .image img {
		max-height: 91px;
		width: auto;
		object-fit: contain;
	}

	.compare-list li .coupon {
		font-size: 9px;
	}

	.comapareList__sold {
		font-size: 10px;
		padding: 1px;
	}
}

/* FOR PC ------------------------------ */
@media screen and (min-width: 1001px) {


	#compare h1 {
		font-size: 48px;
		margin-bottom: 38px;
		margin-top: 0;
	}

	.compare-product-header .product-box .image {
		margin-bottom: 11px;
	}

	.compare-product-header .product-box .label {
		/* min-height: 63px; */
		margin-bottom: 17px;
	}

	#wrapper {
		padding-top: 70px;
		/*�����ڡ�����ɽ��*/
		/*padding-top: 29px;*/
	}


	.btn {
		font-size: 18px;
	}




	.attention {
		color: #767676;
		font-size: 12px;
		/* margin-top: 40px; */
		margin-top: -6px;
	}

	#compare {
		padding-top: 100px;
	}

	#compare .section {
		padding: 0;
		/* margin-bottom: 0; */
	}

	.compare-list {
		gap: 30px 45px;
		margin-bottom: 40px;
	}

	.compare-list li {
		width: 21.4%;
		padding: 34px 0px 20px;
	}

	.compare-list li .price {
		font-size: 22px;
	}

	.compare-list li.select {
		box-shadow: 0px 0px 0px 4px #447355;
	}

	.compare-list li.select::after {
		width: 37px;
		height: 37px;
		background-size: 14px;
	}

	.compare-list li.select .count {
		font-size: 26px;
		top: 12px;
		left: 18px;
	}

	.compare-list .image img {
		width: 100%;
	}

	.btn-compare {
		font-size: 24px;
		max-width: 574px;
		/* margin: 0 auto; */
		margin-top: 40px;
		padding: 14px 20px;
	}

	.btn-compare::after {
		right: 20px;
		width: 16px;
		height: 8px;
	}

	#compare-table-wrapper {
		margin-left: 0;
	}

	#table-head-wrap.is-sticky {
		position: sticky;
		top: 112px;
		/*�إå����ӥ��ɽ����?*/
		/* top: 71px;  */
		/*�إå����ӥ��?�ʤ�*/
	}

	.compare-switch {
		font-size: 16px;
	}

	.compare-product-header .product-box {
		display: block;
		padding: 0 0 28px 10px;
		max-width: 100%;
	}

	.compare-product-header .product-box .label img {
		width: 100%;
		height: auto;
	}

	.compare-product-header .product-box .price {
		font-size: 16px;
		text-align: center;
		color: #000;
	}

	.compare-product-header .product-box .price strong {
		font-size: 16px;

	}

	/* .compare-product-header .product-box .btns{
    margin-top: 10px;
  } */

	.compare-product-header .product-box .btn {
		padding: 0 14px;
		max-width: 140px;
	}

	.compare-table tr.title td {
		background: #fff;
	}

	.compare-table tr.title h2 {
		font-size: 29px;
	}

	.sticky_cross {
		width: 328px;
	}

	.sticky_col {
		width: 190px;
		border-left-width: 10px;
	}

	.sticky_row {
		width: 328px;
		font-size: 16px;
		padding: 20px 0;
		background: #fff;
	}

	.compare-table tbody th,
	.compare-table tbody td {
		font-size: 16px;
		padding: 20px;
		border-width: 2px;
	}

	.compare-table tr.title th,
	.compare-table tr.title td {
		border-bottom: none;
	}

	.compare-table tbody td {
		width: 190px;
		font-size: 16px;
		padding: 15px 8px 15px 18px;
	}

	.compare-table tbody td::after {
		width: 10px;
	}

	.attention-list {
		margin-top: 20px;
		padding: 0;
	}

	#page_top {
		bottom: 100px;
	}
}

/* 2024.05.20 ADD */
.pd-btn {
	padding: 40px 0 0 0;
}

.pd-btn-item {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}

.pd-btn + section {
	padding: 40px 20px 100px;
}

.pd-btn-item-link {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 600px;
	font-size: 22px;
	line-height: 1.2;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
}

.pd-btn-item-link-icon {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: -15px 0 0 0;
}

.pd-btn-item-link-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.price-normal {
	display: block;
	margin: 0 0 10px 0;
	font-size: 11px;
}

.product-box.large .price-normal {
	font-size: 15px;
}

.price-dawn {
	display: block;
	color: #1b4229;
}

/* 2024.10.22 ADD */
@media screen and (min-width: 1001px) {
	.grid.grd-full {
		display: block;
	}

	#roomba .grid.grd-full .product-box.large.grd-full-item {
		grid-template-areas: "box image";
		grid-template-columns: 400px 320px;
		grid-template-rows: auto;
		align-items: center;
		justify-content: center;
		gap: 83px;
		padding: 20px;
	}

	#roomba .grid.grd-full .product-box.large.grd-full-item .image {
		min-height: 266px;
		margin-top: -70px;
		margin-bottom: 0;
	}
}

/* 2025.01.27 add */
.large .pricedown-ol {
	display: flex;
	align-items: center;
	justify-content: center;
}

.price-normal {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	align-items: center;
	color: #767676;
	margin: 0 0 4px 0;
}

.large .price-normal {
	margin: 0 20px 0 0;
}

.price-normal::after {
	content: "";
	/* position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 5px solid #393f45;
  border-bottom: 0;
  left: 13%;
  bottom: -12px;
  margin: 0 -6px 0 0; */
}

.product-box.large .price-normal {
	font-size: 15px;
}

.price-dawn {
	display: block;
}

.price-note {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	align-items: center;
	color: #767676;
	margin: 0 0 4px 0;
}

@media screen and (max-width: 1000px) {
	.price-note {
		position: relative;
		display: block;
		font-size: 11px;
		line-height: 1.2;
		align-items: center;
		color: #767676;
		margin: 0 0 4px 0;
	}
}

@media screen and (max-width: 1000px) {
	.product-box.large .price-normal {
		font-size: 13px;
	}

	.price-normal {
		justify-content: center;
	}

	.price-normal::after {
		left: 50%;
		margin: 0 0 0 -6px;
	}
}

/* 2025.02.20 ADD */
.large .pricedown-ol.big-pd {
	flex-wrap: wrap;
}

.product-box.large .big-pd .price-normal {
	width: 100%;
	margin: 0 0 10px 0;
}

.product-box.large .big-pd .price-day {
	display: block;
}

.product-box.large .big-pd .price-dawn {
	width: 100%;
}

.price-day {
	display: inline-block;
	background: #EBC172;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

.compare-list li .compare-price {
	display: inline-block;
	margin: 8px auto 0;
  width: 100%;
}

.compare-list li .compare-price .price-normal {
	text-align: center;
	margin: 0;
}

.compare-list li .compare-price .price-note {
	text-align: center;
	/* margin: 0; */
	margin: 4px 0 4px 0;
}

.compare-list li .compare-price .price-dawn {
	text-align: center;
	line-height: 1;
}

.comparelist-price .price-normal {
	text-align: center;
	margin: 4px 0 4px 0;
	font-size: 10px;
}

@media screen and (max-width: 1000px) {
	.price-normal {
		font-size: 10px;
		margin: 0 0 5px 0;
	}

	.comparelist-price .price-dawn strong {
		font-size: 10px;
	}

	.price-info {
		font-size: 10px;
		margin: 0 0 5px 0;
	}
}

/* 2025.06.02 ADD */
.price-fuki {
	position: relative;
	display: flex;
	padding: 4px 10px;
	width: 145px;
	font-size: 18px;
	color: #000;
	background: #ebc172;
	box-sizing: border-box;
	border-radius: 25px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 8px 20px 8px rgb(112 112 112 / 12%);
	-moz-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
	-ms-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
	-o-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
	box-shadow: 0 8px 20px 8px rgb(112 112 112 / 12%);
	justify-content: center;
	align-items: center;
}

.price-fuki:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	border: 7px solid transparent;
	border-bottom: 10px solid #ebc172;
	z-index: 1;
	transform: rotateX(180deg);
}

.price-fuki.l-align {
	margin: 0 0 10px;
}

.compare-price .price-normal {
	color: #6E89F8;
}

.compare-price .price-note {
	color: #767676;
}
.compare-list .info{
	margin: 0 14px 8px;
}
.comparelist-price .price-dawn,.compare-price .price-dawn {
color: #3c4453;
  font-size: 15px;
  background: #ebc172;
  border-radius: 3px;
  padding: 1em;
}

.compare-list li .icon{
	font-size: 15px;
  margin: 12px 0 8px;
  text-align: left;
}
.compare-list li .icon span{
	padding: .5em 1em;
	line-height: 1;
	border-radius: 3px
}
.compare-list li .icon .new{
	background: #6E89F8;
  color: #fff;
}
@media screen and (max-width: 1000px) {
	.price-fuki {
		margin: 0 0 10px;
	}

	.attention {
		color: #767676;
		font-size: 12px;
		margin-top: 0px;
		line-height: 1.5;
	}
	.compare-list li .icon,
	.comparelist-price .price-dawn,.compare-price .price-dawn {
		font-size: 10px;
		padding: 1em 0;
		}
	.compare-product-header .product-box .btn-purchase::after{
		width: 10px;
		height: 10px
	}
	.compare-list li .icon{
		margin: 8px auto 0px;
	}
	.compare-price .price-dawn{
		width: min(162px,96%);
	}
}



/* --------------------------------- */
/* #benefits */

#benefits {
  position: relative;
  background: #fff;
}
.container-benefits {
    max-width: 89.28vw;
	margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}
#benefits .c-secTtl {
    /* font-size: 24px; */
    font-size: 32px;
    line-height: 1.4286;
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 56px;
    font-weight: bold;
}
/* #benefits h2 {
  margin-bottom: 80px;
  font-size: 28px;
  text-align: center;
  color: #447355;
  line-height: 1.2308;
  font-weight: 600;
} */

.benefits-list-wrapper {
  margin-right: calc(50% - 50vw);
    padding: 10px 0 40px 10px;
        /* overflow: visible !important; */
}

/* .benefits-list-wrapper .bx-wrapper {
  overflow: hidden;
}

.benefits-list-wrapper .bx-viewport {
  overflow: visible !important;
  width: 59.1% !important;
  margin-right: auto;
} */


/* .benefits-list */

/* .benefits-list {
  display: flex;
} */

/* .benefits-list li {
  text-align: center;
  max-width: 240px;
  font-size: 14px;
  color: #518a70;
  padding: 20px 8px 9px;
  display: block;
  background: #D8EAD2;
} */
  .benefits-list li {
    text-align: center;
    /* width: 33.333%;
    max-width: 400px; */
    font-size: 20px;
    padding: 45px 16px 51px 16px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px rgb(30 30 30 / 15%);
    height: auto;
    
  }

.benefits__image {
  max-width: 200px;
  /* height: 84px; */
  margin: 0 auto 24px;
}
.benefits__image-4{
  width: 260px;
}

/* .benefits__image img {
  width: 100%;
} */

.benefits-list li a {
  color: #447355;
      display: flex;
    flex-direction: column;
    height: 100%;
}

.benefits__label {
  font-size: 35px;
  color: #6cb86a;
  margin-bottom: 18px;
  line-height: 1.25;
  font-weight: 600;
}


.benefits__lead {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 24px;
  /* margin-top: 6px; */
  color: #3c4453;
}

.benefits__link {
  color: #767676;
  font-size: 20px;
  /* text-decoration: underline; */
  position: relative;
  /* vertical-align: middle; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* margin-top: auto; */
  display: inline-block;
    line-height: 1.5;
  border-bottom: 1px solid #767676;;
}
.benefits__txtWrap{
  display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: end;
      align-items: center;
}
.benefits__image-3{
  margin-bottom: 20px;
}
/* .benefits__link::after {
  content: "";

  width: 8px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  mask-image: url(/img/index_arw_06.png);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 7px auto;
  background: #6cb86a;
} */
.benefitSlider__pagination .swiper-pagination-bullet-active,.benefitSlider__pagination .swiper-pagination-bullet{
  background-color: #767676;
}
.benefitSlider__pagination{
  bottom: 0 !important;
    left: 10px !important;
    /* right: 0; */
    margin: auto;
    max-width: 89.28vw !important;
}

/* Mobile only */
@media screen and (max-width: 1000px) {

  #benefits {
    padding: 50px 0 70px;
  }

  /* #benefits .container {
    padding: 0 0 0 20px;
  } */

  /* #benefits h2 {
    font-size: 26px;
    margin-bottom: 50px;

  } */

  /* .benefits-list-wrapper {
    margin-bottom: 50px;
  } */

  .benefits-list-wrapper .bx-viewport {
    width: 67.6% !important;
  }

  /* .bn-area {
    margin-bottom: 50px;
  } */
	#benefits .c-secTtl{
		font-size: 25px;
    margin-bottom: 30px;
	}
  .bn-area img {
    width: 100%;
  }
	.benefits-list-wrapper{
  padding-left: 0;
  /* overflow: visible !important;
  margin-right: auto; */
}
.benefits-list li{
  padding: 26px 16px 26px 16px;
}
.benefitSlider__pagination{
  width: 100% !important;
  left: 0 !important;
  right: 0;
}
.benefits__label{
  font-size: 20px;
  margin-bottom: 13px;
}
.benefits__lead{
  font-size: 13px;
}
.benefits__image{
  width: 107px;
}
.benefits__image4{
  width: 140px;
}
.benefits__link{
  font-size: 13px;
}
.benefits__txtWrap{
  flex-grow: inherit;
}
.container-benefits{
  max-width: 100%;
}
}

/* PC only */
@media screen and (min-width: 1001px) {
  #benefits {
    padding: 60px 0 100px;
  }

  /* .benefits-list {
    display: flex;
    justify-content: center;
    gap: 13px;

  } */

  /* .benefits__image img {
    width: 100%;
  } */



  /* .benefits__label strong {
    font-size: 24px;
    color: #447355;
  } */
}


/* --------------------------------- */
/* fukidashi */
.tooltip02 {
	position: absolute;
	padding: 5px 10px;
	width: 155px;
	color: #000;
	background: #ebc172;
	box-sizing: border-box;
	border-radius: 25px;
	top: -26px;
	left: 45%;
	margin: 0 0 0 -67px;
	-webkit-box-shadow: 0px 8px 20px 8px rgb(112 112 112 / 12%);
	-moz-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
	-ms-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
	-o-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
	box-shadow: 0 8px 20px 8px rgb(112 112 112 / 12%);
	z-index: 2;
}

.tooltip02:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	border: 7px solid transparent;
	border-bottom: 10px solid #ebc172;
	z-index: 1;
	transform: rotateX(180deg);
}

.tooltip02-txt {
	text-align: center;
	line-height: 1.2;
	font-size: 13px;
}

.tooltip-event {
	position: relative;
	margin: 0;
}

.disabled + .tooltip02 {
	display: none;
}

.select-box .tooltip02 {
	top: -18px !important;
}

.select-box .tooltip-event:nth-child(2) .tooltip02 {
	top: -30px !important;
}

/* fukidashi FOR PC ------------------------------ */
@media screen and (min-width: 1001px) {

	.tooltip02 {
		padding: 10px 15px;
		top: -39px;
	}

	.tooltip02-txt {
		font-size: 16px;
	}

}

/*2025.11.05 add*/
.btnsWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
}

.btn-w100 {
	max-width: 100%;
}

.btnsWrap .btns {
	margin-top: 0;
}

.btn-color {
	padding: 12px 23px 12px 15px;
}

.btn__subTxt {
	font-size: 14px;
}


/* 2025.11.19 ADD */

.arrival {
	color: #1b4229;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 10px auto -20px;
	font-size: 18px;
	text-align: center;
}

.stayclean {
	width: 300px;
	margin-bottom: -10px;
}



/* fukidashi FOR PC ------------------------------ */
@media screen and (min-width: 1001px) {

	.arrival {
		font-size: 20px;
		margin: 20px auto -20px;
	}


}

/* 2025.12.03 ADD */
.solduot {
	color: #1b4229;
	font-size: 110%;
	line-height: 1.2;
}

.solduot span {
	font-size: 80%;
}

/* color-chip */
.product-box .image {
	position: relative
}

.color-chip {
	position: absolute;
	bottom: 20px;
	left: 25px;
	text-align: left
}

.color-chip-txt {
	font-size: 14px;
	margin-bottom: 8px
}

.color-chiplist {
	display: flex;
	gap: 16px;
}

.color-chiplist li span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	display: block;
}
/* 背景が白のときだけ、縁を強調 */
.color-chiplist li span[style*="background:#fff"],
.color-chiplist li span[style*="background: #fff"]{
  border:1px solid #999;   /* 好きな色に調整OK */
  box-sizing: border-box;
}
.color-chiplist li.is-active span {
	outline: 2px solid #518a70;
	outline-offset: 3px;
}

.color-chiplist li.is-active.soldout span {
	outline: 2px solid #767676;
	outline-offset: 3px;
	position: relative
}

.color-chiplist li.soldout span {
	position: relative
}

.color-chiplist li.soldout span:before {
	content: '';
	width: 24px;
	height: 2px;
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	right: 0;
	background: #767676;
}

.btn-primary.is-disabled {
	background: #c7c7c7
}

@media screen and (max-width: 1000px) {
	.color-chip {
		bottom: 10px;
		left: 10px;
	}

	.color-chip-txt {
		font-size: 10px;
	}

	

	#compare .product-box .image img{
		height: 82px;
		width: auto;
	}
	.compare-list li .compare-price{
		margin: 0px auto;
	}
	.allocation{
		font-size: 18px
	}
}
.price-txt-gn{
	color: #447355;
	line-height: 1.4
}
.price-txt-ls{
	font-size: 16px;
	margin-bottom: 4px;
}
.price-txt-ss{
	font-size: 12px;
	margin-bottom: 4px
}

@media screen and (max-width: 1000px) {

.price-txt-ls{
	font-size: 14px;
}

.price-txt-ss{
	font-size: 10px;
}


}
