@charset "UTF-8";

a.text-link {
	text-decoration: underline;
}

a.text-link:hover {
	text-decoration: none;
}

.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.fig-caption-bottom figcaption {
	font-size: 1.2rem;
	text-align: left;
}

.cook .fig-caption-bottom figcaption {
	margin-top: 1rem;
}


.btn-caret-right {
	text-align: center;
	margin-top: 3rem;
}

.btn-caret-right a {
	width: 190px;
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: normal;
	background: #535353;
	border-radius: 10px;
	display: inline-block;
	height: 100%;
	background-image: url(/products/common/images/caret-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left 1.8em center;
	background-size: auto 1.6em;
	padding: 0.6em 2em .6em 3em;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}


#sub01 .btn-detail {
	text-align: center;
	margin-top: 4rem;

}

/* COCORO KITCHEN */
#cocoro-kitchen .table {
	padding: 1.4em;
}

/* スライド */
#slider1 .swiper-container-thumbs .swiper-slide span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 3.6rem;
	background: #D9D9D9;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	cursor: pointer;
}

#slider1 .swiper-container-thumbs .swiper-slide {
	border-left: solid 4px #fff;
	padding-bottom: .5rem;
}

#slider1 .swiper-container-thumbs .swiper-slide:first-of-type {
	border-left: none;
}


#slider1 .swiper-container-thumbs .swiper-slide-thumb-active span {
	background: #535353;
}

#slider1 .swiper-container-thumbs {
	margin-top: .5rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

#slider1 .swiper-container-thumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
}



/* カルーセル arrow */
#carousel1 .slider-next,
#carousel1 .slider-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8.4%;
	display: inline-block;
	left: 4em;
	height: 76px;
	margin-top: .4%;
	z-index: 2;
	cursor: pointer;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	/* opacity: 0.8; */
}

#carousel1 .slider-prev {
	background-image: url(images/chevron-left-solid.svg);
	left: -3%;
	right: auto
}

#carousel1 .slider-next {
	background-image: url(images/chevron-right-solid.svg);
	right: -3%;
	left: auto
}

#carousel1 .slider-next.swiper-button-disabled,
#carousel1 .slider-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

/* カルーセル */
#carousel1 .swiper-contents-outer {
	position: relative;
	margin-top: 3rem;
	padding: 0 2%;
}


#carousel1 .swiper-slide .bg-title {
	font-size: 1.7rem;
}

#carousel1 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

#carousel1 .swiper-slide .fig-caption-bottom {
	width: 100%;
	margin: 0 auto;
}

#sub01 .gray-title {
	margin-bottom: .8rem;
	padding: 3px 4px;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.cook .gray-title {
		font-size: 1.4rem;
	}

	/* COCORO KITCHEN */
	#cocoro-kitchen {
		margin-top: 1rem;
	}

	#cocoro-kitchen .tableCell.left {
		padding: 0 20%;
		margin-bottom: 0.5em;
	}

	#cocoro-kitchen .tableCell.right {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	/* ポイント家電 */
	.btn-detail {
		margin-top: 2rem;
		font-size: 1.4rem;
	}

	/* 動画 */
	ul.list-figures.col3.list-movie .movie-container {
		margin-top: 4rem;
	}

	ul.list-figures.col3.list-movie .movie-container:first-of-type {
		margin-top: 0;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item {
		width: 100%;
		margin-top: 1rem;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .title {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.4;
		/* 文末処理 */
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .text {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 0.3rem;
		/* 文末処理 */
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	ul.list-figures.col3.list-movie .movie-container .movie-item {
		width: 100%;
	}

	.btn-detail.more {
		margin-top: 4rem;
		text-align: center;
		font-size: 1.4rem;
	}

	.btn-caret-right a {
		font-size: 1.4rem;
		width: 170px;
		padding: .6em 2em .6em 3em;
	}

	ul.list-figures.sp-col2.cook li:nth-of-type(n+3) {
		margin-top: 2em;
	}

	.cook .fig-caption-bottom figcaption {
		margin-top: .5rem;
	}

	#pointKaden .btn-detail {
		text-align: center;
	}

	#pointKaden .img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}


	/* スライド */
	#slider1 .swiper-container-thumbs .swiper-slide span {
		height: 2.6rem;
		font-size: 1.4rem;
	}

	/* グレータイトル改行の高さ処理 */
	.list-figures.col3.sp-min-h .gray-title {
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.4;
	}

	/* ul.list-figures.cook li:nth-of-type(n+2) {
		margin-top: 3rem;
	} */
	/*カルーセル arrow */
	#carousel1 .slider-prev {
		left: -5.8%;
	}

	#carousel1 .slider-next {
		right: -5.8%;
	}

	#carousel1 .slider-next,
	#carousel1 .slider-prev {
		width: 16%;
		height: 90px;
	}

	#carousel1 .swiper-slide .fig-caption-bottom {
		width: 100%;
	}

	.btn-detail.more {
		margin-top: 4rem;
		text-align: center;
		font-size: 1.4rem;
	}


}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.cook .gray-title {
		margin-bottom: 1rem;
	}

	ul.list-figures.col2.cook li {
		width: 47%;
	}

	/* COCORO KITCHEN */

	.table {
		display: table;
		width: 100%;
	}

	.tableCell {
		display: table-cell;
		vertical-align: top;
	}

	#cocoro-kitchen {
		margin-top: 0rem;
	}

	#cocoro-kitchen .base-width {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	#cocoro-kitchen .tableCell.left {
		width: 34%;
		padding: 1.5% 4% 1.5% 2%;
		vertical-align: middle;
	}

	#cocoro-kitchen .tableCell.right-text {
		font-size: 1.4rem;
		line-height: 1.6;
		vertical-align: middle;
		padding-right: 2%;
	}

	/* ポイント家電 */
	#pointKaden .flex-item-text {
		padding-right: 2.5%;
		flex: 1;
	}

	#pointKaden .flex-item-img {
		width: 300px;
	}

	.btn-detail {
		margin-top: 4rem;
		font-size: 1.4rem;
	}

	/* 動画 */
	ul.list-figures.col3.list-movie li {
		width: 31%;
		margin-left: 3.5%;
	}

	ul.list-figures.col3.list-movie li:nth-of-type(n+4) {
		margin-top: 3rem;
	}

	ul.list-figures.col3.list-movie li:nth-child(3n-2) {
		margin-left: 0;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .title {
		font-size: 1.8rem;
		font-weight: 500;
		margin-top: 1rem;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .text {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 0.6rem;
	}

	.btn-detail.more {
		margin-top: 3rem;
		text-align: center;
		font-size: 1.4rem;
	}

	/* 個別スタイル */
	.list-figures.col3.has-bg-title li:nth-of-type(n+4) {
		margin-top: 4rem;
	}

	/* カルーセル */
	#carousel1 .swiper-contents-outer {
		padding: 0 2%;
		margin-top: 4rem;
	}

	#carousel1 .swiper-slide .bg-title {
		font-size: 1.7rem;
	}

	/* arrow */
	#carousel1 .slider-prev {
		left: -2%;
	}

	#carousel1 .slider-next {
		right: -2%;
	}

	.btn-detail.more {
		margin-top: 4rem;
		text-align: center;
		font-size: 1.4rem;
	}
}



/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {

	/* グレータイトル改行の高さ処理 */
	.list-figures.cook.min-h .gray-title {
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.4;
	}
}