.g-poster_el-1 {
	background: url("/-/media/Project/Daikin/ac_daikin_co_jp/sumai/alldenka/ecocute/images/index/bnr_1_bg jpg") no-repeat 50% 50%;
	background-color: #fff;
	background-size: auto 100%;
}
.g-hover_ss:hover img{
	opacity: .5!important;
}

.g-point img{
	vertical-align:bottom;
}

.banners {
	background-color: #000;
	border: 2px solid #b4ad52;
	overflow: hidden;
}

.banners li {
	float: left;
}

.banners_1 {
  width: 57.3221757%;
}

.banners_2 {
  width: 42.6778243%;
}

.exp .g-media_left {
  width: 39.1304348%;
}

.exp .g-media_left img {
  max-width: 180px;
}

.exp .g-media_body {
  font-size: 12px;
}

.g-point .sp_img{
	display:none;
}
.g-point .pc_img{
	display:block;
}


#about a{
	display: block;
	box-shadow: 0 5px 5px #ccc;
}

@media only screen and (max-width: 480px) {
  .banners li {
    float: none;
  }
  .banners_1, .banners_2 {
    width: auto;
  }
.g-point .sp_img{
	display:block;
}
.g-point .pc_img{
	display:none;
}

}

.home_recomme_02{
	position: relative;
}
.home_recomme_02_bnr{
	position: absolute;
	bottom: 10.37735849%;
	right: 10.6%;
	width: 33.541666%;
}
@media only screen and (max-width: 480px){
	.home_recomme_02{
		position: relative;
		padding-bottom: 25px;
	}
	.home_recomme_02_bnr{
		position: absolute;
		margin: 0 5.46479%;
		bottom: 0;
		right: 0;
		width: 90.7042%;
	}
}

/**2024.08 EQアンカーリンク追加
*************************/
.g-poster_el-1.eq_ttl{
	background: url(/-/media/5C3288756C10497FBEDA9F45C426DB1C.ashx) no-repeat 50% 50%;
	background-color: #fff;
	background-size: auto 100%;
}
.eq-anchor-link{
	width: 100%;
}
.eq-anchor-link ul{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	max-width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.eq-anchor-link ul li{
	width: calc(100% / 3);
	border-left: 1px solid #f0f0f0;
	text-align: center;
}
.eq-anchor-link ul li:last-child{
	border-right: 1px solid #f0f0f0;
}
.eq-anchor-link ul li a{
	width: 100%;
	display: inline-block;
	padding: 1.5em 1em;
	position: relative;
	font-size: 16px;
	transition: 0.2s ease-out;
}
.eq-anchor-link ul li a:hover{
	background-color: #f1f1f1;
}
.eq-anchor-link ul li a > span{
	position: relative;
	padding-left: 1.5em;
}
.eq-anchor-link ul li a:hover > span{
	color: #0099cc;
	text-decoration: underline #0099cc;
}
.eq-anchor-link ul li a > span::before{
	content: "";
	position: absolute;
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	width: 10px;
	height: 10px;
	transform: rotate(225deg);
	top: 2px;
	left: 0;
}
.eq-anchor-link ul li a:hover > span::before{
	border-top: solid 2px #0099cc;
	border-left: solid 2px #0099cc
}
@media (max-width: 560px) {
	.eq_kv-area{
		margin-top: 30px;
	}
	.eq-anchor-link ul li a{
		font-size: 14px;
		1em 0.75em 1.5em;
	}
	.eq-anchor-link ul li a > span{
		padding-left: 0;
		position: relative;
		display: inline-block;
		height: 2.75em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.eq-anchor-link ul li a > span::before{
		border-top: solid 1px #000;
		border-left: solid 1px #000;
		width: 6px;
		height: 6px;
		top: auto;
		bottom: -8px;
		left: calc(50% - 3px);
	}
}