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

 追記用CSS

--------------------------------------------------------*/
/*.__gas_conro{display: none;}     /*ガスコンロ*/
/*.__leggiero{display: none;}      /*無水調理鍋*/
/*.__rh_hood{display: none;}       /*レンジフード*/
/*.__ricecooker{display: none;}    /*ガス炊飯器*/
/*.__kitchen_dryer{display: none;} /*食洗機*/
/*.__waterheater{display: none;}   /*ガス給湯器*/
/*.__laundry_dryer{display: none;} /*ガス衣類乾燥機*/
.__fan_heater{display: none;}    /*ガスファンヒーター*/

.topVisual__Tokuten, .Intro__Tokuten, .ContactNav__Tokuten, .Footer__Company__name{
	display: none;
}
.Header__head__kikan{
	display: none!important;
}
.fz-small{
	font-size: 75%;
	margin: 5px 0;
}
.Freearea.__colum4{
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  gap: 25px 20px;
  margin-bottom: 3em;
}
.Freearea__title{
  color: var(--color-main);
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  margin: 1.5em 0 0.75em;
}
.Freearea.__colum4 .Freearea__item{
  width: calc(50% - 10px);
}
.Freearea.__colum4 .Freearea__item + .Freearea__item{
    margin: 0;
}
.Freearea.__colum4 .Product__notes{
  font-size: 0.75em;
  margin-top: 1em;
}

/* 2025家事ラクフェア */
.Product__Icon.icon-5000off{
	width: 100px;
	top: 8px;
	left: 5px;
}
.Product__Icon.icon-set{
	position: relative;
	width: 180px;
	margin-bottom: 2px;
}
.Product__Price__sales dt.cp{
	color: var(--color-red);
	font-weight: bold;
	margin-bottom: 0;
}
.fair_detail{
	margin-top: 1em;
}
.kanta-present{
	margin: 10px 0;
}

/*--------------------------------------------------------
 Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
	.Freearea.__colum4{
		gap: 0px 37px;
	}
	.Freearea__title{
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.Freearea.__colum4 .Freearea__item{
		width: calc(25% - 28px);
		margin-bottom: 40px;
	 }

	 /* 2025家事ラクフェア */
	.Product__Icon.icon-5000off{
		width: 135px;
	}
	.Product__Icon.icon-set{
		width: 200px;
	}
	.fair_detail{
		width: 85%;
		margin-top: 2em;
	}
	.kanta-present{
		margin-top: 0;
	}
}