@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */

/* サブセクション */
.sub-title {
	font-weight: 500;
	background: #e6e6e6;
}

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

/* 製品概要・フォトギャラリー */
ul.gallery-thumbs li {
	border: solid 1px #d9d9d9;
}

ul.gallery-thumbs li.active {
	border: solid 2px #535353;
	pointer-events: none;
}

ul.list-prod-colors li a.active {
	border: solid 1px #535353;
	pointer-events: none;
}

.gallery-outer {
	position: relative;
}

.gallery-container .hint {
	display: none;
}

.gallery-container .swiper-slide .title {
	padding: .5em 0;
	font-size: 1.4rem;
	text-align: center;
}

ul.gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}

ul.gallery-thumbs li {
	width: 15%;
	margin-top: 1rem;
	margin-left: 2%;
}

ul.gallery-thumbs li:nth-child(-n + 6) {
	margin-top: 0;
}

ul.gallery-thumbs li:nth-child(6n-5) {
	margin-left: 0;
}

ul.gallery-thumbs li a {
	display: block;
	cursor: pointer;
}



/* 発売予定 */
.red-yotei {
	color: red;
	padding-left: 1.4rem;
}

/* 仕様ボタン */
a.btn-spec {
	background: #535353;
	color: #fff;
	display: inline-block;
	padding: .5em .75em .5em 1.5em;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	position: relative;
	text-decoration: none;
}

a.btn-spec.recipe {
	margin: 1.5em 0 0 0;
}

a.btn-spec {
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left .5em center;
	background-size: auto .8em;
}

#about .base-width {
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 6rem;
}

/* おすすめ特長 */
#features .sub-item .img.has-img-caption {
	margin-bottom: 0;
}

#features .sub-item .img-caption-right {
	min-height: 1.5em;
	text-align: right;
}


/* 冷蔵庫専用 製品概要：製品情報 */
ul.reizo-prod-info li {
	margin-top: 1.2em;
	font-size: 1.2rem;
	line-height: 1.4;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	margin-bottom: 1.4rem;
	border-left: 1px solid #898989;
	display: inline-block;
	display: flex;
	align-items: center;
}

ul.reizo-prod-info li:last-of-type {
	border-right: 1px solid #898989;
}

ul.reizo-prod-info li span {
	font-size: 2.5rem;
	font-weight: 700;
	padding-left: 1.8rem;
}

ul.reizo-prod-info li span.small {
	font-size: 1.6rem;
	padding-left: 0.6em;
}

ul.reizo-prod-info {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	color: #000;
	line-height: 1.4;
}

/* 冷蔵庫専用 付け換え手順はこちら */
a.btn-tsukekae {
	background: #535353;
	color: #fff;
	display: inline-block;
	padding: 0.6em 1.2em 0.6em 1.8em;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	position: relative;
	text-decoration: none;
	margin-top: 1.4em;
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left 0.5em center;
	background-size: auto 0.8em;
}


/* 冷蔵庫専用 製品アイコン */
.product-icons {
	margin-top: 1em;
	padding-top: 1.8em;
	border-top: solid 1px #bfbfbf;
}

ul.list-product-icons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8em;
	align-items: flex-end;
}

ul.list-product-icons li sup {
	position: absolute;
	top: 0.1em;
	right: 0rem;
	font-size: 1.1rem;
}

ul.list-product-icons li {
	position: relative;
}

ul.reizo-list-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ul.reizo-list-logo li {
	height: 7rem;
	margin-right: 3%;
	margin-top: 2%;
}

ul.reizo-list-logo li.cocoro {
	height: 5.6rem;
}

ul.reizo-list-logo li:first-child {
	margin-left: 0;
}

ul.reizo-list-logo li img {
	width: auto;
	height: 100%;
}

.icon-siaa img {
	width: 80px;
}

.icon-siaa sup {
	vertical-align: top;
	top: .5em;
}

/* 冷蔵庫専用 */
.btn-arrow-left {
	margin-top: 3em;
	margin-bottom: 5em;
	text-align: center;
}

.arrow-link {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin: 0 auto;
	max-width: 500px;
}

/* 動画 */
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}

.video-js {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-js .vjs-big-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	outline: none;
}

.video-js .vjs-play-control,
.video-js .vjs-mute-control,
.video-js .vjs-fullscreen-control {
	outline: none;
}

.video-btn {
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	cursor: pointer;
}

.finished .video-btn {
	position: absolute;
}

.finished .video-btn:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-image: url(images/chevron-right-solid.svg);
	width: 1em;
	height: 1em;
	margin: auto;
	color: #fff;
	font-size: 50px;
	line-height: 1em;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

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

	.flex-container.img-text>.flex-img {
		width: 30%;
	}

	.flex-container.img-text>.flex-text {
		width: 65%;
	}

	/* 製品ロゴアイコン */
	ul.list-logo-icons {
		margin-top: 1em;
	}

	ul.list-logo-icons li {
		height: 4.5rem;
		margin-right: 2%;
	}

	ul.list-logo-icons li img {
		width: auto;
		height: 100%;
	}

	/* 製品ピクト */
	ul.list-pict-icons {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		margin-top: 3rem;
	}

	ul.list-pict-icons li {
		height: 4rem;
		margin-bottom: 2%;
		margin-right: 2%;
	}

	ul.list-pict-icons li.large {
		height: 5rem;
		margin-right: 4%;
	}

	ul.list-pict-icons li.small {
		height: 3rem;
	}

	ul.list-pict-icons li img {
		width: auto;
		height: 100%;
	}

	ul.list-pict-icons li sup {
		top: -1em;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.sub-title {
		margin-bottom: 3rem;
		padding: .2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	/* 製品概要 */
	#about {
		padding-bottom: 0;
	}

	#about .about-title {
		font-size: 2rem;
		font-weight: 500;
	}

	#aboutMain .about-title {
		font-size: 2rem;
		font-weight: 500;
	}

	/* 製品概要・基本情報 */
	ul.list-prod-about {
		margin-top: 1em;
	}

	ul.list-prod-about li .sub-text {
		font-size: 1.2rem;
	}

	ul.list-prod-about li.prod-category {
		font-size: 1.3rem;
	}

	ul.list-prod-about li.product-name {
		font-size: 2.2rem;
		font-weight: 700;
	}

	ul.list-prod-about li.product-name .open-price {
		margin-left: .5em;
		font-size: 1.4rem;
		font-weight: 300;
	}

	/* 製品概要・製品カラー */
	ul.list-prod-colors {
		margin-top: 1rem;
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-prod-colors li {
		margin-right: .5em;
		margin-bottom: .5em;
	}

	ul.list-prod-colors li:last-child {
		margin-right: 0;
	}

	ul.list-prod-colors li a {
		display: flex;
		align-items: center;
		padding: .2em .8em;
		font-size: 1.2rem;
		border: solid 1px #d9d9d9;
		text-decoration: none;
		cursor: pointer;
	}

	/* 仕様ボタン */
	a.btn-spec {
		margin-top: 4rem;
	}

	/* 製品概要・製品情報 */
	ul.list-prod-info {
		margin-top: 1em;
		border-bottom: solid 1px #bfbfbf;
	}

	ul.list-prod-info li {
		padding: .5em 0;
		border-top: solid 1px #bfbfbf;
	}

	/* おすすめ特長 */
	#features {
		border-top: none;
	}

	#features .sub-item {
		margin-top: 4rem;
		padding-top: 4rem;
		font-size: 1.5rem;
		border-top: dashed 1px #d9d9d9;
	}

	#features .sub-item:first-of-type {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	#features .sub-item .img {
		margin-bottom: 1em;
	}

	#features .sub-item .ttl {
		font-size: 1.8rem;
	}

	#features .sub-item .text {
		margin-top: .5em;
	}

	.other-feature {
		margin-top: 4rem;
		padding-top: 4rem;
		font-size: 1.5rem;
		border-top: dashed 1px #d9d9d9;
	}

	.other-feature .flex-container {
		margin-top: 2rem;
	}

	.other-feature .ttl {
		font-size: 1.8rem;
	}

	ul.list-other-feature {
		margin-top: 1.2em;
		padding-left: 2.2rem;
	}

	ul.list-other-feature li {
		margin-top: .5em;
		text-indent: -2.2rem;
	}

	ul.list-other-feature li:first-child {
		margin-top: 0;
	}

	/* おすすめ特長・概要バージョン */
	.features-about>.flex-item {
		margin-top: 2rem;
		padding-top: 2rem;
		border-top: dashed 1px #d9d9d9;
	}

	.features-about>.flex-item:first-of-type {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	.features-about .ttl {
		font-size: 1.8rem;
	}

	.features-about .text {
		margin-top: 1em;
		font-size: 1.5rem;
	}

	/* おすすめ特長・詳しく見るバナー */
	#features .btn-arrow {
		display: block;
		margin: 4rem 0 0;
	}

	/* ポップアップ動画 */
	.popup-movie {
		margin-top: 3rem;
	}

	.movie-mb {
		margin-bottom: 2rem;
	}

	/* 冷蔵庫専用 製品概要：製品情報 */
	ul.reizo-prod-info li {
		margin-top: 1em;
		font-size: 1.2rem;
		line-height: 1.4;
		padding-right: 1.4rem;
		padding-left: 1.4rem;
		margin-bottom: 1.4rem;
		border-left: 1px solid #898989;
		display: inline-block;
		display: flex;
		align-items: center;
	}

	ul.reizo-prod-info li span.small {
		font-size: 1.4rem;
		padding-left: 0.4em;
	}

	ul.reizo-prod-info li span {
		font-size: 1.8rem;
		font-weight: 500;
		padding-left: 1.4rem;
	}

	/* 冷蔵庫専用 付け換え手順はこちら */
	a.btn-tsukekae {
		font-size: 1.5rem;
	}

	/* 冷蔵庫専用 製品アイコン */
	ul.list-product-icons li {
		width: 32%;
		margin-bottom: 2%;
		margin-right: 2%;
	}

	ul.list-product-icons li.has-caption {
		padding-top: 0.5em;
	}

	/* ul.list-product-icons li:nth-child(-n+3) {
		margin-top: 2%;
	} */

	ul.list-product-icons li:nth-child(3n) {
		margin-right: 0;
	}

	ul.reizo-list-logo li.plainly img {
		width: 13rem;
		height: auto;
		margin-left: 0.4em;
	}

	/* 冷蔵庫専用 詳しく見るバナー */
	.arrow-link {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	/* AIoTバナー */
	.banner-aiot {
		max-width: 480px;
		margin: 6rem auto 0;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

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

	.flex-container.img-text>.flex-img {
		width: 30%;
	}

	.flex-container.img-text>.flex-text {
		width: 65%;
	}

	/* 製品ロゴアイコン */
	ul.list-logo-icons {
		margin: 0 0 1rem;
	}

	ul.list-logo-icons li {
		height: 6rem;
		margin-right: 2%;
	}



	ul.list-logo-icons li img {
		width: auto;
		height: 100%;
	}

	/* 製品ピクト */
	ul.list-pict-icons {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		margin-top: 3rem;
	}

	ul.list-pict-icons li {
		height: 4rem;
		margin-bottom: 2%;
		margin-right: 2%;
	}

	ul.list-pict-icons li.large {
		height: 5rem;
		margin-right: 4%;
	}

	ul.list-pict-icons li.small {
		height: 3rem;
	}

	ul.list-pict-icons li img {
		width: auto;
		height: 100%;
	}

	ul.list-pict-icons li sup {
		top: -1em;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 6rem;
	}

	.sub-title {
		margin-bottom: 72px;
		padding: .2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	/* 製品概要 */
	#aboutMain .about-title {
		font-size: 3.6rem;
		font-weight: 500;
		padding-bottom: 3rem;
	}

	#aboutMain .about-title sup {
		font-size: 50%;
		top: -.8em;
	}

	/* 製品概要・フォトギャラリー */
	.gallery-button-next,
	.gallery-button-prev {
		width: 30px;
		height: 80px;
		margin-top: -50px;
	}

	/* 製品概要・基本情報 */
	ul.list-prod-about {}

	ul.list-prod-about li {}

	ul.list-prod-about li.prod-category {
		font-size: 1.4rem;
	}

	ul.list-prod-about li .sub-text {
		font-size: 1.4rem;
	}

	ul.list-prod-about li.product-name {
		font-size: 2.8rem;
		font-weight: 700;
	}

	ul.list-prod-about li .open-price {
		margin-left: .5em;
		font-size: 1.6rem;
		font-weight: 300;
	}

	/* 製品概要・製品カラー */
	ul.list-prod-colors {
		margin-top: 1rem;
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-prod-colors li {
		margin-right: .5em;
		margin-bottom: .5em;
	}

	ul.list-prod-colors li:last-child {
		margin-right: 0;
	}

	ul.list-prod-colors li a {
		display: flex;
		align-items: center;
		padding: .2em .8em;
		font-size: 1.2rem;
		border: solid 1px #d9d9d9;
		text-decoration: none;
		cursor: pointer;
	}

	/* 仕様ボタン */
	a.btn-spec {
		margin-top: 4rem;
	}

	/* 製品概要・製品情報 */
	ul.list-prod-info {
		margin-top: 1em;
		border-bottom: solid 1px #bfbfbf;
	}

	ul.list-prod-info li {
		padding: .5em 0;
		border-top: solid 1px #bfbfbf;
		font-size: 1.4rem;
	}

	/* おすすめ特長 */
	#features {
		padding-top: 9rem;
	}

	#features .sub-item {
		padding-top: 4rem;
		padding-bottom: 4rem;
		font-size: 1.6rem;
		border-bottom: dashed 1px #d9d9d9;
		position: relative;
	}

	#features .sub-item:nth-of-type(-n+2) {
		padding-top: 0;
	}

	#features .ttl {
		font-size: 2rem;
	}

	#features .text {
		margin-top: 1em;
	}

	#features .img {
		margin-bottom: 1em;
	}

	#features .sub-item.other-feature {
		padding-top: 4rem;
		padding-bottom: 4rem;
		border-bottom: none;
	}

	.other-feature .ttl {
		font-size: 2rem;
	}

	ul.list-other-feature {
		margin-top: 1em;
	}

	ul.list-other-feature li {
		margin-top: .5em;
	}

	ul.list-other-feature li:first-child {
		margin-top: 0;
	}

	.caption.has-mt {
		margin-top: 9rem;
	}

	/* おすすめ特長・概要バージョン */
	.features-about>.flex-item {
		margin-top: 6rem;
	}

	.features-about>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	.features-about .ttl {
		font-size: 2rem;
	}

	.features-about .ttl.uruoi {
		letter-spacing: -0.02em;
	}

	.features-about .text {
		margin-top: 1em;
	}

	/* ピックアップ */
	#pickup {
		padding-top: 9rem;
	}

	/* おすすめ特長・詳しく見るバナー */
	#features .btn-arrow {
		display: block;
		width: 380px;
		padding-top: 8rem;
		padding-bottom: 5rem;
		margin: 0 auto;
		font-size: 1.8rem;
		line-height: 1.4;

	}

	/* ポップアップ動画 */
	.popup-movie {
		max-width: 400px;
		margin-top: 4rem;
	}

	.movie-mb {
		margin-bottom: 4rem;
	}

	/* 冷蔵庫専用 製品概要 */
	#aboutMain .about-title {
		padding-bottom: 0;
	}

	/* 冷蔵庫専用 製品概要：製品情報 */
	ul.list-prod-about {
		margin-top: 3rem;
	}

	/* 冷蔵庫専用 製品アイコン */
	ul.list-product-icons li {
		width: 20%;
		margin-bottom: 2%;
		margin-right: 2%;
	}

	ul.reizo-list-logo li.has-caption.pci sup {
		top: -3.5em;
		right: 1.5em;
	}

	ul.list-product-icons li.has-caption {
		padding-top: 0.48em;
	}

	/* ul.list-product-icons li:nth-child(-n+4) {
		margin-top: 2%;
	} */

	ul.list-product-icons li:nth-child(4n) {
		margin-right: 0;
	}

	ul.reizo-list-logo li.plainly img {
		width: 15rem;
		height: auto;
		margin-left: 0;
	}

	/* AIoTバナー */
	.banner-aiot {
		max-width: 480px;
		margin: 6rem auto 0;
	}
}

/* ====================================
	PC専用スタイル
===================================== */
@media screen and (min-width: 1080px) {

	/* 製品概要・フォトギャラリー */
	.gallery-container .hint {
		font-size: .8em;
		text-align: center;
		display: inherit;
	}

	/* 拡大鏡 */
	.zoomContainer {
		z-index: 1;
	}

	.zoomWindow {
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .6);
	}
}