@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
article {
	font-weight: 400;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	position: relative;
}

article .pc,
article .sp {
	display: unset;
}

/* フォント */
.font-medium {
	font-weight: 500;
}

.tsukushi-a {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tsukushi-b {
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

/* カラー */
.list-item-top,
.bg-illust {
	background: #eeeeee;
}

.bg-number {
	background-color: #942d3a;
}

.color-catch {
	color: #942d3a;
}

/* アローボタン */
.btn-arrow {
	text-align: center;
}

.btn-arrow a {
	display: block;
	padding: 1em 1em;
	line-height: 1.4;
	font-weight: 500;
	background-color: #942d3a;
	color: #fff;
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left .8em center;
	background-size: 1.25em auto;
	text-align: center;
	text-decoration: none;
}

.btn-arrow.small a {
	padding: .5em 1em;
}

/* ヘルシオの基本的なこと */
.recommend-header {
	font-weight: bold;
	text-align: center;
}

.recommend-title {
	font-weight: inherit;
}

/*
.recommend-title em {
	border-bottom: solid #942d3a 4px;
}
*/
.recommend-catch {
	display: inline-block;
	padding: 0 1em;
	margin-bottom: .5em;
	position: relative;
}

.recommend-catch::before {
	content: '';
	display: block;
	width: 1px;
	height: 1.5em;
	background: #942d3a;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-30deg);
}

.recommend-catch::after {
	content: '';
	display: block;
	width: 1px;
	height: 1.5em;
	background: #942d3a;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(30deg);
}

/* 製品 */
.products-title {
	display: block;
	margin-bottom: 4rem;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.product-container {
	display: flex;
	justify-content: space-between;
	padding: 0 0 6rem;
}

.product-item {
	width: 50%;
	text-align: center;
}

.product-item a {
	display: block;
}

.product-item .img {
	margin-top: 2rem;
}

.product-name {
	font-weight: bold;
}

/* パラパラ アニメーション */
.koma3 {
	padding-top: 68.35%;
}

.img01 {
	background-image: url(../images/illust01.png);
}

.img02 {
	background-image: url(../images/illust02.png);
}

.img03 {
	background-image: url(../images/illust03.png);
}

.img04 {
	background-image: url(../images/illust04.png);
}

.img05 {
	background-image: url(../images/illust05.png);
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {

	article .pc {
		display: none;
	}

	.pc-large {
		display: none;
	}

	.pc-small {
		display: none;
	}

	article .base-width-sp,
	article .base-width {
		padding-left: 5%;
		padding-right: 5%;
	}

	article .outer-base-width {
		padding-left: 0;
		padding-right: 0;
	}

	.font-viewport-sp {
		font-size: 2.667vw;
	}

	.maxw480 {
		max-width: 480px;
	}

	.maxw540 {
		max-width: 540px;
	}

	.maxw768 {
		max-width: 768px;
	}

	.mts {
		margin-top: 2rem;
	}

	.mtm {
		margin-top: 5rem;
	}

	/* ヘルシオの基本的なこと */
	#recommend {
		padding: 8rem 0 0;
	}

	#recommend .flex-container {
		padding: 0 10%;
	}

	.recommend-title {
		margin-bottom: 4rem;
		font-size: 2.6rem;
	}

	.recommend-catch {
		font-size: 1.6rem;
	}

	#recommend .ttl {
		margin: 1em 0 .5em;
	}

	#recommend .text {
		font-size: 1.5rem;
	}

	/* 製品 */
	.products-section {
		padding: 6rem 0 0;
	}

	.product-container {
		flex-wrap: wrap;
	}

	.product-item:first-of-type {
		border-right: dotted 1px #535353;
	}

	.product-item {
		padding: 0 5%;
	}

	.product-item:not(:nth-child(-n+2)) {
		margin-top: 20px;
	}

	.product-text {
		min-height: 4.6em;
		font-size: 1.4rem;
	}

}


/* ====================================
	568px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 568px) and (max-width: 1023px) {
	.sp-small {
		display: none;
	}

	/* ヘルシオの基本的なこと */
	#recommend .flex-container.half {
		justify-content: space-between;
	}

	#recommend .flex-container.half>.flex-item {
		width: 44%;
	}

}

/* ====================================
	567px以下専用スタイル
===================================== */
@media only screen and (max-width: 567px) {
	.sp-large {
		display: none;
	}

	/* ヘルシオの基本的なこと */
	#recommend .flex-container.half>.flex-item:last-child {
		margin-top: 3rem;
	}

	.product-text {
		min-height: 5.8em;
	}
}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
	article .sp {
		display: none;
	}

	.sp-small {
		display: none;
	}

	.sp-large {
		display: none;
	}

	.maxw680 {
		max-width: 680px;
	}

	.maxw780 {
		max-width: 780px;
	}

	.maxw800 {
		max-width: 800px;
	}

	.maxw870 {
		max-width: 870px;
	}

	.maxw960 {
		max-width: 960px;
	}

	.maxw1024 {
		max-width: 1024px;
	}

	.mts {
		margin-top: 4rem;
	}

	.mtm {
		margin-top: 10rem;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}

	.flex-container.half>.flex-item {
		width: 47%;
	}

	/* ヘルシオの基本的なこと */
	#recommend {
		padding: 16rem 0 0;
	}

	.recommend-title {
		margin-bottom: 8rem;
		font-size: 4rem;
	}

	.recommend-catch {
		font-size: 2rem;
	}

	#recommend .flex-container.half>.flex-item {
		width: 45%;
	}

	#recommend .ttl {
		margin: 3rem 0 2rem;
		font-size: 2rem;
	}

	/* 製品 */
	.products-section {
		padding: 14rem 0 0;
	}

	.products-title {
		margin-bottom: 7rem;
		font-size: 5rem;
	}

	.product-container {
		max-width: 960px;
		padding: 0 0 12rem;
	}

	.product-item {
		width: 28%;
	}

	.product-name {
		font-size: 3rem;
	}
}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {
	.pc-large {
		display: none;
	}

}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {
	.pc-small {
		display: none;
	}

}