@charset "utf-8";

/*-------------------------------------------------------------------

	#siteContent__aside

-------------------------------------------------------------------*/

#siteContent__aside[data-design-pattern="fill"] {
	background-color: #F5F6F6;
}

@media screen and (max-width:768px) {

	#siteContent__aside[data-design-pattern="fill"] {
		overflow: hidden;
	}

}

@media screen and (min-width:769px) {

	#siteContent__aside[data-design-pattern="fill"] {
	}

}

/*-------------------------------------------------------------------

	.ffControlTableReplacement

-------------------------------------------------------------------*/

.ffControlTableReplacement {}

.ffControlTableReplacement th {
	background-color: #e9e9e9;
	font-weight: normal;
	text-align: center;
}

.ffControlTableReplacement th.old {
	background-color: #fff;
	position: relative;
}

.ffControlTableReplacement th.old::after {
	border-color: transparent transparent transparent #ccc;
	border-style: solid;
	border-width: 16px 20px;
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-16px);
}

.ffControlTableReplacement td {
	text-align: center;
}

.ffControlTableReplacement td.plus {
	position: relative;
}

.ffControlTableReplacement td.plus::after {
	align-items: center;
	background-color: #000;
	border-radius: 9999px;
	color: #fff;
	content: "+";
	display: flex;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	justify-content: center;
	left: -10px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-10px);
	width: 20px;
}

.ffControlTableReplacement td.price span {
	font-size: 1.5em;
}

@media screen and (max-width:768px) {

	.ffControlTableReplacement {
		margin-top: 20px;
	}

}

@media screen and (min-width:769px) {

	.ffControlTableReplacement {
		margin-top: 30px;
	}

}

/*-------------------------------------------------------------------

	.ffHeaterIconPerformance

-------------------------------------------------------------------*/

.ffHeaterIconPerformance {
	background-color: #7A7C7D;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-feature-settings: "palt";
	font-size: 10px;
	gap: 5px;
	height: 80px;
	justify-content: center;
	line-height: 1;
	padding: 5px;
	text-align: center;
	width: 80px;
}

.ffHeaterIconPerformance .structure {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.ffHeaterIconPerformance .capacity em {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

@media screen and (max-width:768px) {

	.ffHeaterIconPerformance {
	}

}

@media screen and (min-width:769px) {

	.ffHeaterIconPerformance {
	}

	.ffHeaterIconPerformance .structure {
	}

}

/*-------------------------------------------------------------------

	.ffHeaterLineup

-------------------------------------------------------------------*/

.ffHeaterLineup {}

.ffHeaterLineup__product {
	display: flex;
}

.ffHeaterLineup__product figure.image img {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	height: auto;
}

.ffHeaterLineup__product .content .model {
	font-weight: normal;
}

.ffHeaterLineup__product .content .feature {
	margin-top: .3em;
}

.ffHeaterLineup__product .content .price {
	margin-top: .3em;
}

.ffHeaterLineup__product .content .price span {
	font-size: 1.28em;
}

.ffHeaterLineup__product .content .performance {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.ffHeaterLineup__product .content .performance .col {
}

.ffHeaterLineup__product .content .performance .col h6 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}

.ffHeaterLineup__product .content .performance .col ul {
	display: flex;
	gap: 10px;
}

.ffHeaterLineup__product .content .performance .col .icon img {
	height: 80px;
	width: auto;
}

.ffHeaterLineup__section h4 {
	font-weight: normal;
	margin-bottom: 1.363em;
}

.ffHeaterLineup__section figure {
	display: flex;
	justify-content: center;
}

.ffHeaterLineup__section figure img {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

.ffHeaterLineup__section table th {
	background-color: #e9e9e9;
}

.ffHeaterLineup__section table td {
	background-color: #fff;
}

@media screen and (max-width:768px) {

	.ffHeaterLineup {
	}

	.ffHeaterLineup__product {
		flex-direction: column;
		gap: 20px;
	}

	.ffHeaterLineup__product .content .performance {
		gap: 30px;
	}

	.ffHeaterLineup__product .content .performance .col ul {
		flex-direction: column;
	}

	.ffHeaterLineup__section {
		margin-top: 40px;
	}

	.ffHeaterLineup__section h4 {
		font-size: 18px;
	}

	.ffHeaterLineup__section figure img {
		padding: 10px;
	}

	.ffHeaterLineup__section table th {
		white-space: nowrap;
	}

}

@media screen and (min-width:769px) {

	.ffHeaterLineup {
	}

	.ffHeaterLineup__product {
		gap: 40px;
	}

	.ffHeaterLineup__product figure img {
		width: 480px;
	}

	.ffHeaterLineup__product .content .model {
		font-size: 18px;
	}

	.ffHeaterLineup__section {
		margin-top: 70px;
	}

	.ffHeaterLineup__section h4 {
		font-size: 22px;
	}

	.ffHeaterLineup__section figure img {
		padding: 20px;
	}

}

/*-------------------------------------------------------------------

	.listLabelFfHeater

-------------------------------------------------------------------*/

.listLabelFfHeater {
	display: flex;
	flex-wrap: wrap;
}

.listLabelFfHeater li {
	align-items: center;
	background-color: #fff;
	border: 1px solid #CF000D;
	color: #CF000D;
	display: flex;
	padding: 0 5px;
}

@media screen and (max-width:768px) {

	.listLabelFfHeater {
		gap: 15px;
		margin-top: 15px;
	}

}

@media screen and (min-width:769px) {

	.listLabelFfHeater {
		gap: 15px 20px;
		margin-top: 20px;
	}

	.listLabelFfHeater li {
		height: 30px;
	}

}

/*-------------------------------------------------------------------

	.navAnchor

-------------------------------------------------------------------*/

.navAnchor ul {
	display: flex;
}

.navAnchor a {
	align-items: center;
	border: 1px solid #000;
    box-sizing: border-box;
	color: #000;
	display: flex;
	font-size: 14px;
	justify-content: center;
	padding: 10px;
	position: relative;
	text-align: center;
}

.navAnchor a::before {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 5px;
	content: "";
	display: block;
	left: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
}

@media screen and (max-width:768px) {

	.navAnchor {
	}

	.navAnchor ul {
		flex-wrap: wrap;
	}

	.navAnchor li {
		width: calc( calc( 100% - 20px ) / 2 );
	}

	.navAnchor li:nth-child( even ) {
		margin-left: 20px;
	}

	.navAnchor li:nth-child( n + 3 ) {
		margin-top: 20px;
	}

	.navAnchor a {
		font-size: 12px;
	}

}

@media screen and (min-width:769px) {

	.navAnchor {
        margin-bottom: 70px;
	}

    .navAnchor ul {
        justify-content: center;
    }

	.navAnchor li {
		width: calc( calc( 100% - 20px * 3 ) / 4 );
	}

	.navAnchor li + li {
		margin-left: 20px;
	}

    .navAnchor a {
        min-height: 60px;
    }

}

/*-------------------------------------------------------------------

	.navFfheater

-------------------------------------------------------------------*/

.navFfheater ul {
	display: flex;
	flex-wrap: wrap;
}

.navFfheater[data-item-justify="center"] ul {
	justify-content: center;
}

.navFfheater a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: flex;
	font-size: 14px;
	height: 100%;
	padding: 12px 15px 12px 35px;
	position: relative;
}

.navFfheater a::before {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 5px 8px;
	content: "";
	display: block;
	left: 15px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
}

.navFfheater[data-button-type="anchor"] a::before {
	border-color: #000 transparent transparent transparent;
	border-width: 8px 5px;
	margin-top: -4px;
}

@media screen and (max-width:768px) {

	#siteContent__aside .navFfheater {
		padding: 0 15px;
	}

	.navFfheater {
		margin: 30px 0;
	}

	.navFfheater ul {
		flex-wrap: wrap;
		gap: 20px;
	}

	.navFfheater a {
		font-size: 12px;
	}

	.navFfheater[data-item-col-sp="1"] {
		flex-direction: column;
	}

	.navFfheater[data-item-col-sp="1"] li {
		width: 100%;
	}

	.navFfheater[data-item-col-sp="2"] li {
		width: calc( calc( 100% - 20px ) / 2 );
	}

}

@media screen and (min-width:769px) {

	#siteContent__aside .navFfheater {
		margin: 0 auto;
		padding: 70px 0;
		width: 1000px;
	}

	.navFfheater ul {
		gap: 30px 50px;
	}

	.navFfheater li {
	}

	.navFfheater[data-item-col-pc="3"] li {
		width: calc( calc( 100% - 50px * 2 ) / 3 );
	}

	.navFfheater[data-item-justify="center"] ul {
		justify-content: center;
	}

}

/*-------------------------------------------------------------------

	.noteFeatureFfHeater

-------------------------------------------------------------------*/

.noteFeatureFfHeater {
	background-color: #fff;
	border: 1px solid #707070;
}

.noteFeatureFfHeater__heading {
	font-weight: normal;
}

@media screen and (max-width:768px) {

	.noteFeatureFfHeater {
		margin-top: 30px;
		padding: 15px 20px;
	}

	.noteFeatureFfHeater__heading {
		font-size: 18px;
		margin-bottom: 15px;
	}

}

@media screen and (min-width:769px) {

	.noteFeatureFfHeater {
		margin-top: 40px;
		padding: 20px 50px;
	}

	.noteFeatureFfHeater__heading {
		font-size: 22px;
		margin-bottom: 20px;
	}

}

/*-------------------------------------------------------------------

	.sectionIndexLineup

-------------------------------------------------------------------*/

.sectionIndexLineup[data-design-pattern="stripe"]:nth-child(even) {
	background-color: #F5F6F6;
}

@media screen and (max-width:768px) {

	.sectionIndexLineup[data-design-pattern="stripe"] + .sectionIndexLineup[data-design-pattern="stripe"] {
		margin: 0;
		padding: 60px 0;
	}

}

@media screen and (min-width:769px) {

	.sectionIndexLineup[data-design-pattern="stripe"] + .sectionIndexLineup[data-design-pattern="stripe"] {
		margin: 0;
		padding: 70px 0;
	}

}