@charset "UTF-8";

/* 基本レイアウト */

#wrapper {
	overflow: hidden;
	width: 100%;
}

.page_header_container {
	background: #fff;
}

.contents_2col #sub {
	padding-top: 52px;
}

.contents_area .box_notice {
	margin-top: 52px;
}

.contents_area .headline_lv2 {
	margin: 45px 0 24px;
}

.contents_area .box_wrap {
	margin-top: 20px;
}


/* カルーセル */

.vi_carousel_product {
	height: 463px;
	opacity: 0;
	visibility: hidden;
}
.vi_carousel_product.is-initialized {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.vi_carousel_product.is-singleItem {
	overflow: hidden;
	height: 381px;
}

.hero_carousel_area {
	position: relative;
	height: 463px;
	background: #fafaf8;
	border-bottom: 1px solid #e0ddd5;
}
.is-singleItem .hero_carousel_area {
	height: 380px;
}

.hero_carousel_wrapper {
	position: absolute;
	top: 0;
	left: -1000px;
	right: -1000px;
	width: 2000px;
	height: 463px;
	margin: 0 auto;
}
.is-singleItem .hero_carousel_wrapper {
	height: 380px;
}

.hero_carousel {
	overflow: hidden;
	height: 380px;
	background: #fff;
}

.hero_carousel_item a {
	display: block;
	height: 380px;
}

.hero_carousel_item img {
	position: absolute;
	top: 0;
	left: 0;
}

.mainvisual_item .cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
}
.mainvisual_item.layout-left .cont,
.mainvisual_item.layout-left-bg .cont {
	left: 544px;
}
.mainvisual_item.layout-right .cont,
.mainvisual_item.layout-right-bg .cont {
	right: 564px;
}
.mainvisual_item.layout-center .cont,
.mainvisual_item.layout-center-bg .cont {
	top: 117px;
	bottom: 28px;
	left: 622px;
}
.mainvisual_item.layout-left-bg .cont::before,
.mainvisual_item.layout-right-bg .cont::before,
.mainvisual_item.layout-center-bg .cont::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background: #000;
	opacity: 0.46;
}
.mainvisual_item.layout-left-bg .cont::before,
.mainvisual_item.layout-right-bg .cont::before {
	top: 49px;
	right: -34px;
	bottom: 49px;
	left: -34px;
}
.mainvisual_item.layout-center-bg .cont::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mainvisual_item .cont img {
	position: static;
}

.mainvisual_item .btn {
	opacity: 0;
	transition: opacity 0s 0.5s;
}

.is-initialized .mainvisual_item.slick-active .btn {
	opacity: 1;
	transition: opacity 0.6s 0.7s;
}

.mainvisual_item .cont .copy,
.mainvisual_item .cont .desc,
.mainvisual_item .cont .btn {
	position: relative;
	z-index: 2;
}

.mainvisual_item .cont .desc,
.mainvisual_item .cont .btn {
	margin-top: 25px;
}
.mainvisual_item.layout-center .cont .desc,
.mainvisual_item.layout-center .cont .btn,
.mainvisual_item.layout-center-bg .cont .desc,
.mainvisual_item.layout-center-bg .cont .btn {
	margin-top: 26px;
}

.mainvisual_item .cont .btn img.default {
	position: relative;
	z-index: 2;
	opacity: 1;
	transition: opacity 0.3s;
}
.mainvisual_item .cont .btn img.over {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0s 0.3s;
}
.mainvisual_item a:hover .cont .btn img.default {
	opacity: 0;
}
.mainvisual_item a:hover .cont .btn img.over {
	opacity: 1;
	transition: opacity 0s 0s;
}

.hero_carousel_switch {
	box-sizing: border-box;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 20px;
}

.hero_carousel_switch_item {
	box-sizing: border-box;
	float: left;
	width: 180px;
	height: 44px;
	margin: 0 10px 0 0;
	padding: 6px 8px 0 8px;
	border: 1px solid #bdbdbd;
	background: #fff;
	color: #333;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.364;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.hero_carousel_switch_item:hover {
	background: #f0f0f0;
}
.hero_carousel_switch_item.is-current {
	background: #dddad1;
}


/* 三菱を選ぶポイント */

.list_choice {
	overflow: hidden;
}

.list_choice_item {
	float: left;
	border: 1px solid #e0ddd5;
	background: #fff;
}

.list_choice_1col .list_choice_item {
	width: 750px;
}

.list_choice_2col {
	margin-right: -16px;
}
.list_choice_2col .list_choice_item {
	width: 366px;
	margin: 0 16px 0 0;
}

.list_choice_3col {
	margin-right: -16px;
}
.list_choice_3col .list_choice_item {
	width: 238px;
	margin: 0 16px 0 0;
}

.list_choice_item a.primary {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.list_choice_item a.primary:hover {
	background: #f0f0f0;
	text-decoration: underline;
}

.list_choice .choice_heading {
	position: relative;
	margin: 0 -1px;
	padding: 4px 12px;
	background: #dddad1;
	font-size: 100%;
	font-weight: bold;
}
.list_choice .choice_heading:before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 0;
	border-left: 3px solid #d50000;
}

.list_choice .choice_img {
	overflow: hidden;
	position: relative;
	margin: 0;
	line-height: 0;
}
.list_choice_1col .choice_img {
	width: 750px;
	height: 168px;
}
.list_choice_2col .choice_img {
	width: 366px;
	height: 167px;
}
.list_choice_3col .choice_img {
	width: 238px;
	height: 163px;
}
.list_choice .choice_img img {
	position: absolute;
	top: 0;
	left: 0;
}

.list_choice .choice_lead {
	margin: 0;
	padding: 9px 8px 10px;
}

.list_choice .choice_link {
	margin: 0 8px;
	padding: 8px 1px 11px;
	border-top: 1px solid #e0ddd5;
	text-align: right;
	font-size: 85.7%;
}

/* 三菱を選ぶポイント - アニメーション */

.list_choice .list_choice_item .choice_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* 空調・換気・衛生 ---------- */
.list_choice_air .list_choice_item_01 .bg_ov {
	opacity: 0;
}
.list_choice_air .list_choice_item_01:hover .bg_ov {
	opacity: 1;
}
.list_choice_air .list_choice_item_01:hover .obj {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.list_choice_air .list_choice_item_02 .bg_ov {
	opacity: 0;
}
.list_choice_air .list_choice_item_02:hover .bg_ov {
	opacity: 1;
}
.list_choice_air .list_choice_item_02:hover .bg,
.list_choice_air .list_choice_item_02:hover .bg_ov {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.list_choice_air .list_choice_item_03 .bg_ov {
	opacity: 0;
}
.list_choice_air .list_choice_item_03:hover .bg_ov {
	opacity: 1;
}
.list_choice_air .list_choice_item_03:hover .obj {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* 低温・給湯・産業冷熱 ---------- */
.list_choice_hvacr .list_choice_item_01 .bg_ov {
	opacity: 0;
}
.list_choice_hvacr .list_choice_item_01:hover .bg_ov {
	opacity: 1;
}
.list_choice_hvacr .list_choice_item_01:hover .obj {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.list_choice_hvacr .list_choice_item_02 .bg_ov {
	opacity: 0;
}
.list_choice_hvacr .list_choice_item_02:hover .bg_ov {
	opacity: 1;
}
.list_choice_hvacr .list_choice_item_02:hover .bg,
.list_choice_hvacr .list_choice_item_02:hover .bg_ov {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* 映像・画像機器 ---------- */
.list_choice_visual .list_choice_item_01 .bg_ov {
	opacity: 0;
}
.list_choice_visual .list_choice_item_01:hover .bg_ov {
	opacity: 1;
}
.list_choice_visual .list_choice_item_01:hover .obj {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.list_choice_visual .list_choice_item_02 .bg_ov {
	opacity: 0;
}
.list_choice_visual .list_choice_item_02:hover .bg_ov {
	opacity: 1;
}
.list_choice_visual .list_choice_item_02:hover .bg,
.list_choice_visual .list_choice_item_02:hover .bg_ov {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* 照明 ---------- */
.list_choice_lighting .list_choice_item_01 .bg_ov {
	opacity: 0;
}
.list_choice_lighting .list_choice_item_01:hover .bg_ov {
	opacity: 1;
}
.list_choice_lighting .list_choice_item_01:hover .bg,
.list_choice_lighting .list_choice_item_01:hover .bg_ov {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.list_choice_lighting .list_choice_item_02 .bg_ov {
	opacity: 0;
}
.list_choice_lighting .list_choice_item_02:hover .bg_ov {
	opacity: 1;
}
.list_choice_lighting .list_choice_item_02:hover .bg,
.list_choice_lighting .list_choice_item_02:hover .bg_ov {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.list_choice_lighting .list_choice_item_03 .bg_ov {
	opacity: 0;
}
.list_choice_lighting .list_choice_item_03:hover .bg_ov {
	opacity: 1;
}
.list_choice_lighting .list_choice_item_03:hover .bg,
.list_choice_lighting .list_choice_item_03:hover .bg_ov {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* 環境・エネルギー ---------- */
.list_choice_energy .list_choice_item_01 .bg_ov {
	opacity: 0;
}
.list_choice_energy .list_choice_item_01:hover .bg_ov {
	opacity: 1;
}
.list_choice_energy .list_choice_item_01:hover .bg,
.list_choice_energy .list_choice_item_01:hover .bg_ov {
	-webkit-transform: scale(1.13);
	-ms-transform: scale(1.13);
	transform: scale(1.13);
}


/* 製品を探す */

.list_index {
	overflow: hidden;
	margin-right: -16px;
}

.list_index_item {
	float: left;
	width: 366px;
	margin: 16px 16px 0 0;
	border: 1px solid #e0ddd5;
	background: #fff;
}
.list_index_item:nth-child(-n+2) {
	margin-top: 0;
}

.list_index_item a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.list_index_item a:hover {
	background: #f0f0f0;
	text-decoration: underline;
}

.list_index_item .index_img {
	overflow: hidden;
	position: relative;
	margin: 0;
	line-height: 0;
}
.list_index_item .index_img img {
	position: absolute;
	top: 0;
	left: 0;
}
.list_index_item_01 .index_img,
.list_index_item_02 .index_img {
	width: 366px;
	height: 168px;
}
.list_index_item_03 .index_img,
.list_index_item_04 .index_img {
	width: 366px;
	height: 108px;
}

.list_index_item .index_heading {
	margin: 0;
	padding: 8px 11px;
}

/* 製品を探す - アニメーション */

.list_index .list_index_item .index_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* 空調・換気・衛生 ---------- */
.list_index_air .list_index_item_01 .bg_ov,
.list_index_air .list_index_item_01 .obj_ov {
	opacity: 0;
}
.list_index_air .list_index_item_01:hover .bg_ov,
.list_index_air .list_index_item_01:hover .obj_ov {
	opacity: 1;
}
.list_index_air .list_index_item_01:hover .obj,
.list_index_air .list_index_item_01:hover .obj_ov {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

.list_index_air .list_index_item_02 .bg {
	z-index: 2;
}
.list_index_air .list_index_item_02 .bg_ov {
	z-index: 1;
}
.list_index_air .list_index_item_02:hover .bg {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: 0;
	-webkit-transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	-webkit-transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
}

.list_index_air .list_index_item_03:hover .obj_01 {
	-webkit-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	    -ms-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	        transform: scale(1.1) rotate(4deg) translate(22px, -1px);
}
.list_index_air .list_index_item_03:hover .obj_02 {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.list_index_air .list_index_item_03:hover .obj_03 {
	-webkit-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	    -ms-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	        transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
}

.list_index_air .list_index_item_04 .index_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.list_index_air .list_index_item_04 .bg_ov {
	opacity: 0;
}
.list_index_air .list_index_item_04:hover .bg_ov {
	opacity: 1;
}

/* 低温・給湯・産業冷熱 ---------- */
.list_index_hvacr .list_index_item_01 .bg_ov,
.list_index_hvacr .list_index_item_01 .obj_ov {
	opacity: 0;
}
.list_index_hvacr .list_index_item_01:hover .bg_ov,
.list_index_hvacr .list_index_item_01:hover .obj_ov {
	opacity: 1;
}
.list_index_hvacr .list_index_item_01:hover .obj,
.list_index_hvacr .list_index_item_01:hover .obj_ov {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list_index_hvacr .list_index_item_02 .bg {
	z-index: 2;
}
.list_index_hvacr .list_index_item_02 .bg_ov {
	z-index: 1;
}
.list_index_hvacr .list_index_item_02:hover .bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	-webkit-transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	-webkit-transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
}

.list_index_hvacr .list_index_item_03:hover .obj_01 {
	-webkit-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	-ms-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	transform: scale(1.1) rotate(4deg) translate(22px, -1px);
}
.list_index_hvacr .list_index_item_03:hover .obj_02 {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.list_index_hvacr .list_index_item_03:hover .obj_03 {
	-webkit-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	-ms-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
}

.list_index_hvacr .list_index_item_04 .index_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.list_index_hvacr .list_index_item_04 .bg_ov {
	opacity: 0;
}
.list_index_hvacr .list_index_item_04:hover .bg_ov {
	opacity: 1;
}

/* 照明 ---------- */
.list_index_lighting .list_index_item_01 .bg_ov,
.list_index_lighting .list_index_item_01 .obj_ov {
	opacity: 0;
}
.list_index_lighting .list_index_item_01:hover .bg_ov,
.list_index_lighting .list_index_item_01:hover .obj_ov {
	opacity: 1;
}
.list_index_lighting .list_index_item_01:hover .obj,
.list_index_lighting .list_index_item_01:hover .obj_ov {
	-webkit-transform: scale(1.09);
	    -ms-transform: scale(1.09);
	        transform: scale(1.09);
}

.list_index_lighting .list_index_item_02 .bg_ov {
	opacity: 0;
}
.list_index_lighting .list_index_item_02:hover .bg_ov {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	opacity: 1;
	-webkit-transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	-webkit-transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
}

.list_index_lighting .list_index_item_03:hover .obj_01 {
	-webkit-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	    -ms-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	        transform: scale(1.1) rotate(4deg) translate(22px, -1px);
}
.list_index_lighting .list_index_item_03:hover .obj_02 {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.list_index_lighting .list_index_item_03:hover .obj_03 {
	-webkit-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	    -ms-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	        transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
}

.list_index_lighting .list_index_item_04 .index_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.list_index_lighting .list_index_item_04 .bg_ov {
	opacity: 0;
}
.list_index_lighting .list_index_item_04:hover .bg_ov {
	opacity: 1;
}

/* 映像・画像機器 ---------- */
.list_index_visual .list_index_item_01 .bg_ov {
	opacity: 0;
}
.list_index_visual .list_index_item_01:hover .bg_ov {
	opacity: 1;
}
.list_index_visual .list_index_item_01:hover .obj {
	-webkit-transform: scale(1.06);
	    -ms-transform: scale(1.06);
	        transform: scale(1.06);
}

.list_index_visual .list_index_item_02 .bg {
	z-index: 2;
}
.list_index_visual .list_index_item_02 .bg_ov {
	z-index: 1;
}
.list_index_visual .list_index_item_02:hover .bg {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: 0;
	-webkit-transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	-webkit-transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
}

.list_index_visual .list_index_item_03:hover .obj_01 {
	-webkit-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	    -ms-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	        transform: scale(1.1) rotate(4deg) translate(22px, -1px);
}
.list_index_visual .list_index_item_03:hover .obj_02 {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.list_index_visual .list_index_item_03:hover .obj_03 {
	-webkit-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	    -ms-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	        transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
}

.list_index_visual .list_index_item_04 .index_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.list_index_visual .list_index_item_04 .bg_ov {
	opacity: 0;
}
.list_index_visual .list_index_item_04:hover .bg_ov {
	opacity: 1;
}

/* 環境・エネルギー ---------- */
.list_index_energy .list_index_item_01 .bg_ov,
.list_index_energy .list_index_item_01 .obj_ov {
	opacity: 0;
}
.list_index_energy .list_index_item_01:hover .bg_ov,
.list_index_energy .list_index_item_01:hover .obj_ov {
	opacity: 1;
}
.list_index_energy .list_index_item_01:hover .obj,
.list_index_energy .list_index_item_01:hover .obj_ov {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list_index_energy .list_index_item_02 .bg {
	z-index: 2;
}
.list_index_energy .list_index_item_02 .bg_ov {
	z-index: 1;
}
.list_index_energy .list_index_item_02:hover .bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	-webkit-transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	-webkit-transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
}

.list_index_energy .list_index_item_03:hover .obj_01 {
	-webkit-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	-ms-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	transform: scale(1.1) rotate(4deg) translate(22px, -1px);
}
.list_index_energy .list_index_item_03:hover .obj_02 {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.list_index_energy .list_index_item_03:hover .obj_03 {
	-webkit-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	-ms-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
}

.list_index_energy .list_index_item_04 .index_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.list_index_energy .list_index_item_04 .bg_ov {
	opacity: 0;
}
.list_index_energy .list_index_item_04:hover .bg_ov {
	opacity: 1;
}

/* 住宅用設備 ---------- */
.list_index_housing .list_index_item_01 .bg_ov,
.list_index_housing .list_index_item_01 .obj_ov {
	opacity: 0;
}
.list_index_housing .list_index_item_01:hover .bg_ov,
.list_index_housing .list_index_item_01:hover .obj_ov {
	opacity: 1;
}
.list_index_housing .list_index_item_01:hover .obj,
.list_index_housing .list_index_item_01:hover .obj_ov {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list_index_housing .list_index_item_02 .bg {
	z-index: 2;
}
.list_index_housing .list_index_item_02 .bg_ov {
	z-index: 1;
}
.list_index_housing .list_index_item_02:hover .bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	-webkit-transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	-webkit-transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out;
	transition: transform 0.4s ease-out,
		opacity 0.4s 0.1s ease-out,
		-webkit-transform 0.4s ease-out;
}

.list_index_housing .list_index_item_03:hover .obj_01 {
	-webkit-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	-ms-transform: scale(1.1) rotate(4deg) translate(22px, -1px);
	transform: scale(1.1) rotate(4deg) translate(22px, -1px);
}
.list_index_housing .list_index_item_03:hover .obj_02 {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.list_index_housing .list_index_item_03:hover .obj_03 {
	-webkit-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	-ms-transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
	transform: scale(1.1) rotate(-4.82deg) translate(-25px, -5px);
}

.list_index_housing .list_index_item_04 .index_img img {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.list_index_housing .list_index_item_04 .bg_ov {
	opacity: 0;
}
.list_index_housing .list_index_item_04:hover .bg_ov {
	opacity: 1;
}


/* お知らせ・更新情報／展示会・キャンペーン */
/* module.css上書き */

.contents_area .info_contents .col.col1,
.contents_area .info_event_contents .col.col1 {
	width: 160px;
}

.contents_area .info_contents .col.col2,
.contents_area .info_event_contents .col.col2 {
	overflow: hidden;
	width: 560px;
}

.contents_area .info_contents .list_news li,
.contents_area .info_event_contents .list_news li {
	margin: 0;
	border-bottom: 1px solid #bdbdbd;
}
.contents_area .info_contents .list_news li:first-child,
.contents_area .info_event_contents .list_news li:first-child {
	padding-top: 23px;
}

.contents_area .info_contents .list_news li .date,
.contents_area .info_event_contents .list_news li .date {
	margin: 0;
	font-weight: bold;
	color: #333;
}

.contents_area .info_contents .list_news li .icon_txt,
.contents_area .info_event_contents .list_news li .icon_txt {
	border: 1px solid #6e6e6e;
	color: #333;
}

.contents_area .info_contents .list_news li .category_icon,
.contents_area .info_event_contents .list_news li .category_icon {
	margin: 5px 0 0;
}

.contents_area .info_contents .list_news li .icon_txt.icon_txt_m,
.contents_area .info_event_contents .list_news li .icon_txt.icon_txt_m {
	font-size: 12px;
}

.contents_area .info_contents .list_news li .title,
.contents_area .info_event_contents .list_news li .title {
	width: auto;
	margin: 0 0 8px;
}

.contents_area .info_contents .list_news li .img,
.contents_area .info_event_contents .list_news li .img {
	float: right;
	margin: 0 0 0 16px;
}

.contents_area .info_contents .list_news li a .lead,
.contents_area .info_event_contents .list_news li a .lead {
	display: block;
	margin: 0;
	padding: 0;
}


/* 暮らしと設備の製品分野 */

.list_products {
	overflow: hidden;
	margin-right: -10px;
}

.list_products_item {
	float: left;
	width: 244px;
	margin: 8px 8px 0 0;
	border: 1px solid #bdbdbd;
	border-top-width: 4px;
	background: #fff;
}
.list_products_item:nth-child(-n+3) {
	margin-top: 0;
}
.list_products_item:nth-child(3n+2) {
	width: 242px;
}

.list_products_item a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.list_products_item a:hover {
	background: #f0f0f0;
	text-decoration: underline;
}

.list_products .products_img {
	margin: 0;
	text-align: center;
	line-height: 0;
}

.list_products .products_heading {
	margin: 0;
	padding: 0 10px 12px;
	text-align: center;
}


/* サイドバー */

.side_mailnews {
}

.side_mailnews .bnr img {
	display: block;
}

.side_mailnews .link {
	margin: 6px 0 0;
	font-size: 85.7%;
}
