@charset "UTF-8";

/* ====================================
	製品トップ共通スタイル
 ==================================== */
.has-arrow-left .fa-angle-right {
	margin-right: 0.25em;
}

.has-arrow-left.ttl {
	text-indent: -0.36em;
	padding-left: 1.2em;
}

.products-sub-title {
	font-weight: 300;
}

.sub-section .ttl {
	font-weight: 500;
}

.sub-title {
	background: #e6e6e6;
}

.ttl .fa-window-restore {
	font-size: 0.8em;
}

/* 一覧を見るボタン */
.has-btn-show-list {
	display: flex;
}

ul.list-btn-show-list {
	display: flex;
}

ul.list-btn-show-list li {
	display: flex;
	align-items: center;
}

/* メインビジュアル：スライドショー */
.main-visual-button-next, .main-visual-button-prev {
    position: absolute;
    top: 50%;
	width: 6%;
    height: 12%;
    margin-top: -6%;
    z-index: 2;
    cursor: pointer;
    background-color: rgba(255,255,255,0.6);
    background-size: 40% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.main-visual-button-prev {
	background-image: url(/products/common/images/arrow-prev-b.svg);
	left: 0;
	right: auto
}

.main-visual-button-next {
	background-image: url(/products/common/images/arrow-next-b.svg);
	right: 0;
	left: auto
}

.main-img .swiper-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

.main-img .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	margin: 0 5px;
	background: #aaa;
	border-radius: 0;
}

.main-img .swiper-pagination-bullet-active {
	background: #878787;
}

/* カテゴリを選ぶ */
#categoryNavi .base-width::after {
	content: '';
	display: block;
	width: 100%;
	margin-top: 3rem;
	border-bottom: dashed 1px #000;
}

.category-navi-title {
	font-weight: 500;
	border-bottom: dashed 1px #000;
}

ul.list-category-navi a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 1rem 1rem 1rem 8rem;
	color: #535353;
	background-repeat: no-repeat;
	background-position: left 1rem center;
	background-size: 6rem auto;
	text-decoration: none;
	background-image: url(/range/common/product-images/axxw600r-01.png);
}

ul.list-category-navi li a[href="#steam"] {
	background-image: url(/range/common/product-images/ref31aw-01.png);
}

ul.list-category-navi li a[href="#ovenRange"] {
	background-image: url(/range/common/product-images/ref18ab-01.png);
}

ul.list-category-navi li a[href="#microwave"] {
	background-image: url(/range/common/product-images/retf1w-01.png);
}

ul.list-category-navi li a[href="#grie"] {
	background-image: url(/range/common/product-images/axhr2r-01.png);
}

.category-title {
	font-weight: 500;
	position: relative;
}

.category-title::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f13a";
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.3em;
}

.category-title {
	padding-left: 1.5em;
}

/* アローボタン・左 */
.btn-arrow-left {
	text-align: center;
}

.btn-arrow-left a {
	display: inline-block;
	padding: 0.5em 1em 0.5em 2em;
	line-height: 1.4;
	background: #fff;
	color: #535353;
	border: solid 1px #535353;
	border-radius: 0.5rem;
	position: relative;
}

.btn-arrow-left a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 0.5em;
	left: 0.75em;
}

.btn-arrow-left a:hover {
	background: #535353;
	color: #fff;
	text-decoration: none;
}

/* 製品ラインアップ */
#lineup .prod-name {
	font-weight: 700;
}

#lineup .icon-new {
	color: #e6000d;
}

#lineup .prod-colors .pcolor {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
	background: #fff;
	border: solid 1px #a2a2a2;
	border-radius: 50%;
}

#lineup .prod-colors .pcolor.white {
	background: #fff;
}
#lineup .prod-colors .pcolor.blue {
    background: #c7eafb;
}
#lineup .prod-colors .pcolor.beige {
    background: #eae3b1;
}

#lineup .prod-text {
	font-weight: 500;
	border-top: dashed 1px #a0a0a0;
}

#lineup .prod-info, #lineup .prod-info sup {
	color: #000;
}

#lineup .prod-icon {
    margin-top: 5px;
	width: 120px;
}
#lineup .prod-icon img {
    line-height: 0;
	width: 100%;
}

/* 一覧を見る */
.more-lineup {
	text-align: right;
}

.more-lineup a {
	display: inline-block;
	padding-left: 1em;
	color: #535353;
	position: relative;
}

.more-lineup a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	color: #000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}

.btn-lineup {
	text-align: center;
}

.btn-lineup a {
	display: inline-block;
	font-size: inherit;
	line-height: 1;
	font-weight: 700;
	color: #535353;
	border: solid 2px #000;
	border-radius: 1rem;
	text-decoration: none;
	position: relative;
}

.btn-lineup a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	color: #000;
	position: absolute;
	top: 50%;
	left: 0.75em;
	margin-top: -0.5em;
}

/* 発売予定 */
.yotei {
	font-size: 0.9em;
	color: #e6000d;
}

.flex-container.column4 .category {
	color: #a0a0a0;
}

.flex-container.column4 .flex-item .img {
	border: solid 1px #d9d9d9;
}

/* 新着情報 */
#news a {
	text-decoration: underline;
}

#news a:hover {
	text-decoration: none;
}

/* 在庫僅少 */
#lineup .icon-zaiko {
    color: #e6000d;
    display: inline-block;
    margin-left: 0.5em;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2px;
    position: relative;
    top: -0.1em;
    border: solid 1px;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	/* 一覧を見るボタン */
	.has-btn-show-list ul.list-btn-show-list {
		margin-left: 2rem;
	}

	/* サブセクション */
	.other-section,
	.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
		border-top: solid 1px #d9d9d9;
	}
	.sub-title-container {
		margin-bottom: 3rem;
	}
	.products-sub-title {
		margin-bottom: 3rem;
		flex-shrink: 0;
		font-size: 2.2rem;
	}
	.sub-section:first-of-type .products-sub-title {
		padding-top: 0;
		border-top: none;
		/* 2022_0201_追加スタイル */
		margin-bottom: 0;
		/**/
	}
	.sub-title {
		margin-top: 6rem;
		margin-bottom: 2rem;
		padding: 0.25em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.sub-section .base-width > .sub-title:first-of-type {
		margin-top: 0;
	}

	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text>.img-container, .flex-container.img-text>.text-container
		{
		width: 48%;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container>.flex-item {
		width: 100%;
		margin-top: 3rem;
	}
	.flex-container>.flex-item:first-of-type {
		margin-top: 0;
	}

	/* フレックスコンテナ：スマホ2列 */
	.flex-container.sp-column2 {
		font-size: 1.5rem;
	}
	.flex-container.sp-column2 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.sp-column2 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.sp-column2 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.sp-column2>.flex-item {
		width: 48%;
	}
	.flex-container.sp-column2>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* カテゴリを選ぶ */
	#categoryNavi {
		padding-top: 4rem;
	}
	.category-navi-title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	.category-sub-title {
		font-size: 1.4rem;
	}

	/* アローボタン・左 */
	.btn-arrow-left {
		margin-top: 2rem;
		font-size: 1.5rem;
	}
	.btn-arrow-left a {
		text-align: left;
	}

	/* 製品ラインアップ */
	#lineup {
		border-top: none;
	}
	#lineup .img-container {
		padding: 0 2%;
	}
	#lineup .flex-item .text-container {
		padding-top: 10px;
	}
	#lineup .prod-name {
		font-size: 1.7rem;
	}
	#lineup .icon-new {
		display: inline-block;
		margin-left: 0.5em;
		font-size: 1.4rem;
		line-height: 1;
		position: relative;
		top: -0.1em;
	}
	#lineup .prod-text {
		margin-top: 1em;
		padding-top: 0.6em;
		font-size: 1.5rem;
	}
	#lineup .flex-item .prod-info {
		margin-top: 0.4em;
		font-size: 1.3rem;
		padding-top: 0.4em;
	}
	.flex-container.half > .flex-item:last-of-type .sub-title {
		margin-top: 0;
	}

	/* 一覧を見る */
	.more-lineup {
		margin-top: 0.5em;
	}
	.btn-lineup {
		margin-top: 4rem;
		font-size: 1.5rem;
	}
	.btn-lineup a {
		padding: 0.8em 2em 0.8em 4em;
	}

	/* 新着情報 */
	ul.list-news li {
		margin-top: 1em;
		padding-top: 1em;
		border-top: dashed 1px #a0a0a0;
		display: none;
	}
	ul.list-news li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	ul.list-news li:nth-child(-n + 12) {
		display: inherit;
	}
	ul.list-news li .text {
		margin-top: 0.2em;
	}

	ul.list-news li .date {
		font-size: 1.4rem;
	}
	ul.list-news li .text {
		font-size: 1.4rem;
	}

	/* ヘルシオ炊飯器（生産終了）ボタン */
	.arrow-link {
		margin-top: 4rem;
		margin-bottom: 5rem;
		text-align: center;
	}
	a.btn-detail {
		width: 270px;
		background: #535353;
		color: #fff;
		display: inline-block;
		padding: 1.2em 0 1.2em 0.5em;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
		position: relative;
		text-decoration: none;
	}
	a.btn-detail::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 2.2em;
		margin-top: -0.4em;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	/* 一覧を見るボタン */
	.has-btn-show-list ul.list-btn-show-list {
		margin-left: 3rem;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 6rem;
	}
	.products-sub-title {
		margin-bottom: 4rem;
		padding-top: 5rem;
		font-size: 2.8rem;
		border-top: solid 1px #d9d9d9;
	}
	.sub-section:first-of-type .products-sub-title {
		padding-top: 0;
		border-top: none;
		/* 2022_0201_追加スタイル */
		margin-bottom: 0.5rem;
		/**/
	}
	.sub-title {
		margin-top: 6rem;
		/* margin-bottom: 3rem; */
		padding: 0.2em 0;
		font-size:1.8rem;
		text-align: center;
	}
	.sub-section .base-width > .sub-title:first-of-type {
		margin-top: 4rem;
	}

	/* その他エリア */
	.other-section {
		padding-top: 6rem;
	}
	.other-section .base-width {
		padding-top: 5rem;
		position: relative;
	}
	.other-section .base-width::before {
		content: '';
		display: block;
		width: 100%;
		border-top: solid 1px #d9d9d9;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}
	.flex-container.half>.flex-item {
		width: 48%;
		margin-top: 4rem;
	}
	.flex-container.half>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}
	.flex-container.img-text>.img-container, .flex-container.img-text>.text-container
		{
		width: 48%;
	}

	/* フレックスコンテナ：3列 */
	.products-sub-title + .flex-container.column3 {
		margin-top: 5rem;
	}
	.flex-container.column3 {
		font-size: 1.5rem;
	}
	.flex-container.column3 .ttl {
		font-size: 1.8rem;
	}
	.flex-container.column3>.flex-item {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 2rem;
	}
	.flex-container.column3>.flex-item:nth-of-type(3n-2) {
		margin-left: 0;
	}
	.flex-container.column3>.flex-item:nth-of-type(-n+3) {
		margin-top: 0;
	}

	/* フレックスコンテナ：4列 */
	.flex-container.column4 {
		margin-top: 5rem;
	}
	.flex-container.column4 {
		font-size: 1.5rem;
	}
	.flex-container.column4 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.column4 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.column4 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.column4>.flex-item {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 2rem;
	}
	.flex-container.column4>.flex-item:nth-of-type(4n-3) {
		margin-left: 0;
	}
	.flex-container.column4>.flex-item:nth-of-type(-n+4) {
		margin-top: 0;
	}

/* メインビジュアル：スライドショー */
	.main-visual-button-next, .main-visual-button-prev {
	    position: absolute;
	    top: 50%;
		width: 30px;
		height: 80px;
		margin-top: -40px;
	}

	/* カテゴリを選ぶ */
	#categoryNavi {
		padding-top: 4rem;
	}
	.category-navi-title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	.category-sub-title {
		font-size: 1.4rem;
	}
	ul.list-category-navi {
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-category-navi li {
		width: 33.33%;
	}
	ul.list-category-navi li:nth-child(-n+3) {
		margin-top: 0;
	}
	.btn-arrow-left {
		margin-top: 3rem;
		font-size: 1.5rem;
	}

	/* 製品ラインアップ */
	#lineup .icon-new {
		display: inline-block;
		margin-left: 0.5em;
		font-size: 1.6rem;
		line-height: 1;
		position: relative;
		top: -0.2em;
	}
	#lineup .img-container {
		padding: 0 6.8%;
	}
	#lineup .flex-item .text-container {
		padding-top: 10px;
	}
	#lineup .prod-name {
		font-size: 2.3rem;
	}
	#lineup .prod-text {
		margin-top: 2rem;
		padding-top: 1rem;
	}
	#lineup .flex-item .prod-info {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}

	/* 一覧を見る */
	.more-lineup {
		margin-top: 0.5em;
	}
	.btn-lineup {
		margin-top: 8rem;
		font-size: 1.8rem;
	}
	.btn-lineup a {
		padding: 0.8em 2em 0.8em 4em;
	}

	/* 新着情報 */
	ul.list-news {
		margin-top: 4rem;
	}
	ul.list-news li {
		padding-top: 1em;
		display: none;
	}
	ul.list-news li:first-child {
		padding-top: 0;
	}
	ul.list-news li:nth-child(-n + 12) {
		display: inherit;
	}
	ul.list-news li {
		display: table;
	}
	ul.list-news li .date {
		display: table-cell;
		width: 8em;
		font-size: 1.4rem;
	}
	ul.list-news li .text {
		display: table-cell;
		padding-left: 2em;
		font-size: 1.4rem;
	}

	/* ヘルシオ炊飯器（生産終了）ボタン */
	.arrow-link {
		margin-top: 4rem;
		text-align: center;
	}
	a.btn-detail {
		display: inline-block;
		width: 350px;
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 1em 0 1em 1em;
		background: #535353;
		color: #fff;
		position: relative;
		text-decoration: none;
	}
	a.btn-detail::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		display: inline-block;
		position: absolute;
		top: 50%;
		margin-top: -0.6em;
		left: 5em;
	}
}

/* ====================================
	IE印刷専用スタイル
===================================== */
@media print and (-ms-high-contrast: none) {
	.flex-container.half {
		display: block;
	}
	.flex-container.half .flex-item {
		margin-left: 3.5%;
		display: inline-block;
		vertical-align: top;
	}
	.flex-container.half .flex-item:nth-child(odd) {
		margin-left: 0;
	}
}

/*-------------追加CSS-------------*/

.main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10rem;
    font-size: 3rem;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #D9D9D9;
}

/* 今年のモデルを見るボタン */

ul.list-btn-show-list_new {
	display: flex;
	justify-content: flex-end;
}

ul.list-btn-show-list_new li{
	display: flex;
	align-items: center;
	margin: 50px 20px;
}

ul.list-btn-show-list_new li a{
	font-size: 1.6rem;
}


@media only screen and (max-width: 767px) {
.main-title {
    height: 6rem;
    font-size: 2.4rem;
    border-top: 0;
    border-bottom: solid 1px #D9D9D9;
}

/* 今年のモデルを見るボタン */

ul.list-btn-show-list_new {
	justify-content: center;
}

ul.list-btn-show-list_new li{
	display: flex;
	align-items: center;
	margin-top: 50px ;
}


}




/* ====================================
	（追加）枠囲み
===================================== */
.border-box {
    padding: .25em .5em;
    font-size: 1.2rem;
    border: solid 1px #000;
	margin-top: 2em;
}

/* 追加ここまで */