@charset "UTF-8";

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

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

.flex-item {
	width: 100%;
}

/* 動画 */
video {
	width: 100%;
	vertical-align: bottom;
}

.video-container {
	margin-left: auto;
	margin-right: auto;
}

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

.sub-section:not(#intro)::before {
	content: url(/aircon/plasmacluster/images/icon-ion.svg);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -43%);
}

/* ページタイトル */
.main-title {
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
	margin-top: 3.0rem;
}

.main-title span {
	font-size: 3.0rem;
}

/* サブタイトル */
.sub-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(247, 252, 255, 1) 100%);
	font-size: 1.8rem;
	font-weight: 500;
}

#sub02 .sub-title {
	align-items: flex-end;
}

/* イントロダクション */
#intro .text-container {
	line-height: 2.0;
}

.pci-logo {
	margin-left: auto;
	margin-right: auto;
}

/* 自然の力を応用した作用抑制メカニズム */
#sub01 .text {
	line-height: 2.0;
}

.mechanism .sub-sub-title {
	position: relative;
	font-weight: 500;
	padding-left: 2.0rem;
}

.mechanism .sub-sub-title::before {
	content: '';
	display: block;
	width: 10px;
	height: 85%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #90D4FA;
}

.mechanism {
	margin-top: 3.0rem;
}

.mechanism .flex-container p {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #DBF2FF;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1.8rem 0;
	margin-bottom: 1.5rem;
}

.mechanism .flex-container span {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 10px;
	transform: translateY(-50%);
	color: #90D4FA;
	font-size: 3.0rem;
}

.flex-sub-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.flex-sub-container.half>.flex-sub-item {
	width: 45.83%;
}

.arrow-left {
	position: relative;
}

.arrow-left::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -14%;
	transform: translateY(-50%);
	width: 20px;
	height: 40px;
	background-image: url(/aircon/plasmacluster/images/arrow-next-blue.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

/* プラズマクラスターエアコンの空気浄化力共通スタイル */
#sub02 .text-container {
	text-align: center;
	margin-top: 6.0rem;
	border: 1px solid #000;
	padding: .5em;
}

#sub02 .text-container p:last-of-type {
	font-size: 1.4rem;
	margin-top: 1.1rem;
}

.pci-icon {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	font-weight: 500;
}

.pci-icon p {
	margin-bottom: 1.0rem;
}

.pci-icon div {
	position: relative;
}

.pci-icon sup {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 1.4rem;
}

/* プラズマクラスター濃度の違い共通スタイル */
.table-pci-wrap {
	margin-top: 5.0rem;
	text-align: center;
}

.table-pci-title {
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 1.0em 1.5em;
	color: #fff;
}

.table-title {
	font-size: 1.8rem;
	font-weight: 600;
}

.table-title+p {
	font-size: 1.4rem;
	margin-left: 2.0rem;
}

#tbl01 {
	margin-top: 3.0rem;
}

#tbl01 .table-pci-title {
	background-color: #0086E9;
}

#tbl02 .table-pci-title {
	background-color: #988702;
}

#tbl03 .table-pci-title {
	background-color: #7430C4;
}

#tbl04 .table-pci-title {
	background-color: #5ABF00;
}

.table-pci {
	margin-top: 3.0rem;
}

tr.text {
	text-align: left;
}

.table-pci thead th:nth-last-of-type(-n+2) {
	border-left: 4px solid #fff;
}

.table-pci tbody tr:not(tr.text) {
	border-top: 8px solid #fff;
}

.table-pci tbody tr:first-of-type {
	border-top: 4px solid #fff;
}

.table-pci tbody tr:not(tr.text) td {
	font-size: 2.0rem;
	font-weight: 500;
	color: #535353;
	background-color: #F5F5F5;
}

.table-pci tbody tr.text td {
	font-size: 1.1rem;
	padding-top: .5em;
}

.table-text {
	display: flex;
	align-items: center;
	justify-content: center;
}

#tbl01 tbody th {
	background-color: #DBF2FF;
}

#tbl02 tbody th {
	background-color: #FFFBDB;
}

#tbl03 tbody th {
	background-color: #F2E6FF;
}

#tbl04 tbody th {
	background-color: #ECFFDB;
}

.table-pci .arrow {
	position: relative;
}

.bubble {
	position: relative;
}

.bubble img {
	display: inline-block;
	width: 230%;
	height: auto;
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
}

/* プラズマクラスター搭載商品 */
.pci-unit-container {
	background-color: #F7FCFF;
	border-radius: 30px;
	text-align: center;
	margin-top: 6.0rem;
	padding: 4.0rem 5%;
}

.pci-unit-container .sub-sub-title {
	display: inline;
	font-size: 1.6rem;
	font-weight: 600;
	background: linear-gradient(transparent 70%, #E2F6FF 30%);
}

.pci-unit-container .flex-container {
	text-align: left;
	margin-top: 4.0rem;
}

/* 全製品一覧グローバルスタイル上書き */
#footLineup {
	margin-top: 0;
}

.foot-lineup-title-container {
	display: none;
}

.footer-lineup-outer {
	padding: 0 5%;
}

.footer-lineup-button-next {
	background-image: url(/aircon/plasmacluster/images/arrow-next-navy.svg);
	background-size: 10px auto;
	right: 0;
	left: auto;
}

.footer-lineup-button-prev {
	background-image: url(/aircon/plasmacluster/images/arrow-prev-navy.svg);
	background-size: 10px auto;
	left: 0;
	right: auto;
}

.footer-lineup-button-next,
.footer-lineup-button-prev {
	width: 5%;
	height: 120px;
	margin-top: -60px;
	background-color: #DBF2FF;
}

/* 全製品一覧ボタン */
.btn-product-list {
	text-align: center;
}

.btn-product-list a {
	display: inline-block;
	margin-top: 4.0rem;
	padding: 1.0rem 4.0rem;
	background-image: url(/aircon/plasmacluster/images/arrow-next-navy.svg);
	background-repeat: no-repeat;
	background-position: left 2.4rem center;
	background-size: auto .8em;
	font-size: 1.6rem;
	font-weight: 600;
	color: #005EA3;
	text-decoration: none;
	border: solid 2px #005EA3;
	border-radius: 10px;
	box-shadow: 5px 5px #D9D9D9;
}

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

	.tb-only {
		display: none;
	}

	.maxw480 {
		max-width: 480px;
		margin: 0 auto;
	}

	/* サブタイトル */
	#sub02 .sub-title {
		padding-bottom: 2.0rem;
	}

	/* イントロダクションSPスタイル */
	#intro .text-container {
		margin-top: 3.0rem;
		background-image: url(/aircon/plasmacluster/images/bg-ion_sp.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#intro .text-container p {
		margin-top: 4.8rem;
	}

	.pci-logo {
		width: 100px;
	}

	/* 自然の力を応用した作用抑制メカニズム */
	#sub01 .text {
		font-size: 1.4rem;
		margin-top: .5em;
	}

	.mechanism .flex-container {
		display: block;
		margin-top: 4.5rem;
	}

	.flex-sub-container {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.mechanism .flex-container p {
		margin-bottom: 1.2rem;
	}

	.mechanism .flex-item {
		margin-top: 5.0rem;
	}

	.mechanism .flex-item:nth-of-type(odd) {
		text-align: center;
	}

	.mechanism .flex-item:nth-of-type(odd) img {
		width: 45.83%;
	}

	.arrow-left:first-of-type::before {
		display: none;
	}

	.arrow-down {
		position: relative;
	}

	.arrow-down::before {
		content: '';
		display: block;
		position: absolute;
		bottom: -5.0rem;
		left: 50%;
		transform: translate(-50%, -10%) rotate(90deg);
		width: 20px;
		height: 40px;
		background-image: url(/aircon/plasmacluster/images/arrow-next-blue.svg);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center center;
	}

	/* プラズマクラスターエアコンの空気浄化力SPスタイル */
	.pci-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		margin-top: 4.0rem;
	}

	.pci-icon {
		flex-direction: column;
		width: 250px;
	}

	.pci-arrow {
		width: 60px;
		height: auto;
		margin-left: 2.4rem;
	}

	/* プラズマクラスター濃度の違いSPスタイル */
	.table-pci tbody th {
		width: 33%;
	}

	.table-pci .flex-container {
		display: block;
		text-align: center;
	}

	.table-pci tbody tr:not(tr.text) td:not(:first-of-type) {
		border-left: 4px solid #fff;
	}

	.table-text {
		font-size: 1.3rem;
		padding: 1.0rem .3rem;
	}

	.td-text-top {
		vertical-align: top;
	}

	.td-text-top td {
		padding-top: 2.0rem;
	}

	#tbl02 .bubble img {
		bottom: 10%;
	}

	/* プラズマクラスター搭載商品SPスタイル */
	.pci-unit-container p {
		font-size: 1.5rem;
	}

	.pci-unit-container .flex-item:last-of-type {
		margin: 2.0rem auto 0;
		width: 80%;
	}
}

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

	.maxw1080 {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	.maxw960 {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}

	.flex-container.half>.flex-item {
		width: 48%;
	}

	/* ページタイトルPCスタイル */
	.main-title {
		position: absolute;
		top: 3%;
		left: 0;
		width: 100%;
		z-index: 1;
		margin-top: 0;
	}

	.main-title {
		font-size: 3.4rem;
	}

	.main-title span {
		font-size: 5.0rem;
	}

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

	#intro.sub-section {
		padding-bottom: 4.8rem;
	}

	#sub03.sub-section {
		padding-bottom: 10rem;
	}

	/* メインビジュアルエリア */
	#mainVisual {
		position: relative;
	}

	/* イントロダクション */
	#intro {
		position: relative;
		overflow: hidden;
	}

	#intro .text-container {
		background-image: url(/aircon/plasmacluster/images/bg-ion.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		padding-top: 8.8rem;
		padding-bottom: 11.6rem;
		height: 500px;
		text-align: center;
		font-size: 2.0rem;
	}

	#intro .text-container p {
		margin-top: 4.8rem;
	}

	.pci-logo {
		width: 8%;
	}

	/* サブタイトルPCスタイル */
	.sub-title {
		height: 150px;
		font-size: 3.4rem;
	}

	/* 自然の力を応用した作用抑制メカニズム */
	#sub01 .text {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		line-height: 2.0;
	}

	.mechanism {
		margin-top: 4.7rem;
	}

	.mechanism .text-container,
	.mechanism .img-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		text-align: center;
	}

	.mechanism .text-container {
		margin-top: 4.7rem;
	}

	.mechanism .flex-container {
		justify-content: space-between;
		flex-wrap: nowrap;
		margin-top: 4.7rem;
	}

	.mechanism .flex-container p {
		text-align: center;
		padding: .6em 0;
	}

	.mechanism .flex-item {
		width: 22%;
	}

	.mechanism .flex-item:nth-of-type(2) {
		width: 48%;
	}

	.mechanism .flex-item:not(:first-of-type) {
		margin-left: 4%;
	}

	/* プラズマクラスターエアコンの空気浄化力PCスタイル */
	#sub02 .text-container {
		margin-top: 10rem;
	}

	#sub02 .text-container p:last-of-type {
		margin-top: 1.8rem;
	}

	.pci-container {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6.0rem;
	}

	.pci-icon {
		flex-wrap: nowrap;
	}

	.pci-icon div:not(:first-of-type) {
		margin-left: 3.0rem;
	}

	.pci-arrow {
		margin-top: 2.0rem;
	}

	ul.star {
		margin-top: 2.5rem;
	}

	/* プラズマクラスター濃度の違いPCスタイル */
	.table-pci-wrap {
		margin-top: 10rem;
	}

	#tbl01 {
		margin-top: 4.0rem;
	}

	.table-title {
		font-size: 3.0rem;
	}

	.table-title+p {
		font-size: 2.0rem;
		margin-left: 2.4rem;
	}

	.table-pci tbody th {
		width: 50%;
		font-weight: 600;
	}

	.table-pci .flex-container {
		flex-wrap: nowrap;
	}

	.table-pci .flex-container img:first-of-type {
		width: 28%;
	}

	.table-text {
		flex: 1;
	}

	.table-pci thead th:nth-last-of-type(-n+2) {
		border-left: 5px solid #fff;
	}

	.table-pci tbody {
		border-top: 15px solid #fff;
	}

	.table-pci tbody tr:not(tr.text) {
		border-top: 10px solid #fff;
	}

	.table-pci tbody tr:not(tr.text) td {
		font-size: 2.5rem;
		border-left: 5px solid #fff;
	}

	.table-pci tr.text td {
		font-size: 1.2rem;
	}

	.bubble img {
		width: 210%;
		bottom: -13%;
	}

	/* 全製品一覧グローバル上書きPCスタイル */
	#lineup {
		margin-top: 4.0rem;
	}

	.footer-lineup-outer {
		padding: 0 60px;
	}

	.footer-lineup-button-next,
	.footer-lineup-button-prev {
		width: 60px;
		height: 60px;
		top: calc(50% + 6.2rem);
		transform: translateY(-50%);
		border-radius: 50%;
	}

	.footer-lineup-button-next {
		background-size: 12px auto;
	}

	.footer-lineup-button-prev {
		background-size: 12px auto;
	}

	.btn-product-list a {
		margin-top: 4.0rem;
		padding: 1.7rem 7.7rem;
		background-position: left 5.0rem center;
		background-size: auto .8em;
		font-size: 1.8rem;
		border: solid 2px #005EA3;
	}

	.btn-product-list a:hover {
		background-color: #DBF2FF;
	}

	/* プラズマクラスター搭載商品PCスタイル */
	.pci-unit-container {
		margin-top: 10rem;
		padding: 4.3rem 5% 7.0rem;
	}

	.pci-unit-container .sub-sub-title {
		font-size: 2.0rem;
	}

	.pci-unit-container .flex-container {
		margin-top: 7.0rem;
	}

	.pci-unit-container ul {
		margin-top: 4.0rem;
	}

	/* 注釈セクション */
	.caption-section {
		padding-bottom: 4rem;
	}
}

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

	#mainVisual {
		margin-top: 100px;
	}

}

/* ====================================
	タブレット-PC小画面用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {}

/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1080px) {
	.tb-only {
		display: none;
	}
}