@charset "shift_jis";
/* CSS Document */



/*=======================================▼PCスマホ切り替え▼=======================================*/



#eco_kaden2023 .pc { display: block !important; }
#eco_kaden2023 .sp { display: none !important; }
#eco_kaden2023 .none{display: none;}
#eco_kaden2023 .tab_none{display: none}



/*=======================================▼共通設定▼=======================================*/



#eco_kaden2023{
    text-align: center;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

#eco_kaden2023 *,#eco_kaden2023 *::before,#eco_kaden2023 *::after {box-sizing: border-box;}

#eco_kaden2023 img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}

#eco_kaden2023 ol, #eco_kaden2023 ul {list-style: none;}

#eco_kaden2023 table {border-collapse: collapse;border-spacing: 0;}

#eco_kaden2023 a {text-decoration: none;color: #383838;display: inline-block;}

#eco_kaden2023 .spesicalprice {display: none;}

#eco_kaden2023 h2{
	color: #f67840;
	font-size: 35px;
	font-weight: bold;
	margin: 0 auto 3% auto;
}

#eco_kaden2023 .content{
	width: 100%;
	margin: 0 auto;
	padding: 1% 0 0 0;
}

#eco_kaden2023 .wrapper{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}

#eco_kaden2023 section{padding: 0 0 5% 0;}



/*=======================================▼ヘッダー▼=======================================*/



#eco_kaden2023 .header{
	display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#eco_kaden2023 .kanban{
	width: 100%;
	margin: 0 auto;
}

#eco_kaden2023 .subtitle{margin: 3% auto;}

#eco_kaden2023 .subtitle h3{margin-bottom: 0.5%;}

#eco_kaden2023 .subtitle p{font-size: 16px;}



/*=======================================▼タブ▼=======================================*/



#eco_kaden2023 .contents{
    border: 2px solid #f67840;
    border-right: none;
    border-left: none;
    border-bottom: none;
    position: relative;
}

#eco_kaden2023 .tabBox .tabArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-end;
}

#eco_kaden2023 .tabBox .tabArea .one_tab {
    width: calc((100% - 18%)/3);
	padding: 2% 0;
	display: block;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	color: #f67840;
	cursor: pointer;
	border: 2px solid #f67840;
	border-bottom: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
    position: relative;
}

#eco_kaden2023 .tabBox .tabArea .one_tab.home{
    width: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    border:none;
}

#eco_kaden2023 .tabBox .tabArea .one_tab:hover {
	color: #fff;
	background-color: #f67840;
	text-decoration: none;
	transition: 0.3s;
}

#eco_kaden2023 .tabBox .tabArea .one_tab.select {
	color: #fff;
	background-color: #f67840;
}

#eco_kaden2023 .tabBox .tabArea .one_tab .tab_inner {
	font-size: 18px;
	font-weight: bold;
}

#eco_kaden2023 .tabBox .tabArea .one_tab .tab_inner {background-color: transparent;}

#eco_kaden2023 .contents .tab_main {
	display: none;
	transition-duration: 2s;
}

#eco_kaden2023 .tab_main.is_show {
	display: block;
	animation-name: fade;
	animation-duration: 2s;
	border-right: none;
	border-left: none;
}

@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

#eco_kaden2023 .tabBox2 {
    position: absolute;
    width: 100%;
    height: 78%;
    top: 21%;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom{
	position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab{
	border-radius: 50%;
    background-color: rgb(4 154 212 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 170px;
    height: 170px;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab .tab_inner{
    color: #fff;
    line-height: 1em;
    font-size: 24px;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab .tab_inner span{
    display: block;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab2{
    bottom: -25%;
    left: -5%;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab3{
    top: -20%;
    left: -15%;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab3 span::after{
    background-image: url(/IMAGE/eco_kaden2023/ek23_icon_hand.gif);
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 1%;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab4{
    bottom: -8%;
    right: 10%;
}

#eco_kaden2023 .tabBox2.on , #eco_kaden2023 .bottom.on , 
.one_tab1.on , .one_tab2.on , .one_tab3.on , .one_tab4.on
{display: none;}


#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab2::before,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab3::before,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab4::before,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab2::after,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab3::after,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab4::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #1da1f2;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    animation: pulsate 2s linear infinite;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab2::after,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab3::after,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab4::after{animation-delay: 1s;}


@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab2,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab3,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab4{
    transition: 0.5s;
}

#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab2:hover,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab3:hover,
#eco_kaden2023 .tabBox2 .tabArea.bottom .one_tab4:hover{
    transform: scale(1.1);
    transition: 0.5s;
}



/*=======================================▼タブ中身▼=======================================*/



#eco_kaden2023 .innerArea{
    padding: 3% 0 5% 0;
    background-color: #fbf8ed;
}

#eco_kaden2023 .item_content{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
    flex-direction: column;
}

#eco_kaden2023 .item_content > h3{
    width: 100%;
    margin: 0 auto 2% auto;
}

#eco_kaden2023 .item_content > h3::before{
    background-image: url(/IMAGE/eco_kaden2023/ek23_icon_hand.gif);
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 1%;
}

#eco_kaden2023 .interior{
    max-width: 750px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

/* #eco_kaden2023 .js-modal-open{
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-color: rgba(0,0,0,0.5);
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    transition: 0.5s;
}

#eco_kaden2023 .js-modal-open::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
    transition: 0.5s;
} */

#eco_kaden2023 .js-modal-open{
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

#eco_kaden2023 .js-modal-open-circle{
    content: " ";
    position: absolute;
    background-image: url(/IMAGE/eco_kaden2023/ek23_icon_hand.gif);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 50%;
    height: 50%;
    transition: 0.5s;
}

#eco_kaden2023 .js-modal-open:hover .js-modal-open-circle{
    transition: 0.5s;
    transform: translateY(-4px);
}

/* #eco_kaden2023 .js-modal-open-circle{
    width: 26px;
    height: 26px;
    background-color: rgba(0,0,0,0.5);
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

#eco_kaden2023 .js-modal-open-circle::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
    transition: 0.5s;
}

#eco_kaden2023 .js-modal-open:hover .js-modal-open-circle::before{
    background-color: #fff;
    transition: 0.5s;
} */



/*==========リビング==========*/


/*遮光カーテン*/
#eco_kaden2023 .n-1-1{
    top: 20%;
    left: 25%;
}

/*ラ・クッションラグ*/
#eco_kaden2023 .n-1-2{
    bottom: 5%;
    right: 25%;
}

/*サーキュレーター*/
#eco_kaden2023 .n-1-3{
    bottom: 38%;
    left: 42%;
}

/*エアコン*/
#eco_kaden2023 .n-1-4{
    top: 27%;
    left: 10%;
}

/*シーリングライト*/
#eco_kaden2023 .n-1-5{
    top: 30%;
    right: 40%;
}

/*電源タップ*/
#eco_kaden2023 .n-1-6{
    bottom: 28%;
    left: 5%;
}

/*カメラ付き冷蔵庫*/
#eco_kaden2023 .n-1-7{
    bottom: 37%;
    right: 5%;
}

/*電気圧力鍋*/
#eco_kaden2023 .n-1-8{
    bottom: 20%;
    right: 30%;
}


/*==========寝室==========*/


/*遮光カーテン*/
#eco_kaden2023 .n-2-1{
    bottom: 34%;
    left: 12%;
}

/*シーリングライト*/
#eco_kaden2023 .n-2-2{
    top: 13%;
    right: 38%;
}

/*フロアランプ*/
#eco_kaden2023 .n-2-3{
    top: 35%;
    right: 17%;
}

/*冷感敷パッド*/
#eco_kaden2023 .n-2-4{
    top: 45%;
    right: 36%;
}

/*冷感ケット*/
#eco_kaden2023 .n-2-5{
    bottom: 40%;
    left: 43%;
}

/*サーキュレーター*/
#eco_kaden2023 .n-2-6{
    bottom: 17%;
    right: 30%;
}


/*==========ランドリー==========*/


/*ドラム式洗濯機*/
#eco_kaden2023 .n-3-1{
    top: 31%;
    right: 45%;
}

/*除湿機*/
#eco_kaden2023 .n-3-2{
    bottom: 15%;
    right: 38%;
}

/*風ドライ物干し*/
#eco_kaden2023 .n-3-3{
    bottom: 33%;
    left: 33%;
}

/*シャワーヘッド*/
#eco_kaden2023 .n-3-4{
    top: 27%;
    left: 31%;
}



/*=======================================▼モーダルウィンドウ内容▼=======================================*/



/* モーダル全体(背景＋本体) */
#eco_kaden2023 .modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
}

#eco_kaden2023 .modal::before,
#eco_kaden2023 .modal::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
    display: flex;
}

#eco_kaden2023 .modal::-webkit-scrollbar {display: none;}

/* モーダル背景 */
#eco_kaden2023 .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 101;
}

/* モーダル本体 */
#eco_kaden2023 .modal-content{
    position: absolute;
    top: calc(50% + 7.5vh);
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-width: 750px;
    max-height: 70vh;
    background-color: #fff;
    z-index: 102;
    border-radius: 5px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#eco_kaden2023 .modal-content02{
    position: relative;
    width: 98%;
    padding: 3% 1% 2% 1%;
    margin: 0 auto;
}

#eco_kaden2023 .modal-content::-webkit-scrollbar{display: none;}

#eco_kaden2023 .point{
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    background-color: #20cb74;
    padding: 1.5% 0;
    position: relative;
    font-weight: 700;
}

#eco_kaden2023 .point i{
    font-size: 25px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #f67840;
    border-radius: 50%;
    margin-right: 2%;
}

/* #eco_kaden2023 .pointicon{
    position: absolute;
    top: calc(50% - 2.5vw);
    left: 3%;
    width: 6vw;
    height: 6vw;
    z-index: 99;
} */

#eco_kaden2023 .item_info{
    width: 100%;
    padding: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #fbf8ed;
}

#eco_kaden2023 .item_info.link a{
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#eco_kaden2023 .modal-img{
    width: 40%;
    margin: 1%;
}

#eco_kaden2023 .item_info > dl {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#eco_kaden2023 .icon{
    width: 100%;
    margin: 2% auto 4% auto;
}

#eco_kaden2023 .icon ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#eco_kaden2023 .icon ul li{
    display: inline-block;
    color: #fff;
    background-color: #f67840;
    padding: 1% 1.5%;
    width: auto;
    font-size: 14px;
    margin: 1%;
}


#eco_kaden2023 .item_name span{
    font-size: 18px;
    /* padding-bottom: 1%;
    border-bottom: 1px solid #383838;
    line-height: 2em; */
}

#eco_kaden2023 .modal-text{font-size: 16px;}

#eco_kaden2023 .btn{
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    padding: 3% 0;
    border-radius: 5px;
    border: 2px solid #383838;
    background-color: #383838;
    color: #fff;
    position: relative;
    transition: all 0.5s ease 0s;
}

#eco_kaden2023 .btn::after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0%;
    bottom: 0;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}

#eco_kaden2023 .link:hover .btn , #eco_kaden2023 .extra:hover .btn{
    border: 2px solid #383838;
    background-color: transparent;
    color: #383838;
    transition: all 0.5s ease 0s;
}

#eco_kaden2023 .link:hover .btn::after , #eco_kaden2023 .extra:hover .btn::after{
    right: 3%;
    transition: all 0.5s ease 0s;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
}

#eco_kaden2023 .extra{
    width: 100%;
    background-color: #fbf8ed;
    padding: 1% 0 3% 0;
}

#eco_kaden2023 .extra .btn{
    width: 60%;
    padding: 2% 0;
    position: relative;
}

#eco_kaden2023 .link a , #eco_kaden2023 .extra .btn a{
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#eco_kaden2023 .price{margin: 3% auto 1% auto;}

#eco_kaden2023 .buy_price > ol .price , #eco_kaden2023 .buy_price > ul .price{
	font-size: 25px;
	align-items: center;
    flex-flow: wrap;
    color: #EA0012;
}

#eco_kaden2023 .buy_price > ol, #eco_kaden2023 .buy_price > ul{align-items: baseline;}

#eco_kaden2023 .buy_price > ul .intax{
    color: #EA0012;
    font-size: 100%;
}

#eco_kaden2023 .modal-content02 .js-modal-close{
    position: absolute;
    top: 0;
    right: 0;
    color: #383838;
    cursor: pointer;
    z-index: 105;
    font-size: 20px;
}

#eco_kaden2023 .modal-content02 .js-modal-close2{
    position: relative;
    cursor: pointer;
    z-index: 105;
    font-size: 17px;
    margin: 3% auto 1% auto;
    display: inline-block;
}

#eco_kaden2023 .lineup_title{
    width: 98%;
    margin: 4% auto 0 auto;
    position: relative;
}

#eco_kaden2023 .lineup_title::before{
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #383838;
}

#eco_kaden2023 .lineup_title span{
    font-size: 20px;
    position: relative;
    padding: 0 1em;
    background-color: #fff;
}

/* #eco_kaden2023 .slide{
    width: 95%;
    margin: 0 auto;
    padding: 2% 0;
}

#eco_kaden2023 .slide > li{
    min-width: calc((100% - 12%)/3);
    margin: 1%;
    position: relative;
}

#eco_kaden2023 .slide .item_name{
    margin-top: 2%;
    height: 3rem;
}

#eco_kaden2023 .slide .item_name span{
    font-size: 15px;
    line-height: 1.5;
}

#eco_kaden2023 .slide .btn{width: 100%;} */

#eco_kaden2023 .lineup{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    overflow-x: auto;
    padding: 2% 0;
}

#eco_kaden2023 .lineup::-webkit-scrollbar{
	width: 15px;
	height: 15px;
}

#eco_kaden2023 .lineup::-webkit-scrollbar-track{
	border-radius: 7.5px;
	background: #fff;
}

#eco_kaden2023 .lineup::-webkit-scrollbar-thumb {
	border-radius: 7.5px;
	background: #888888;
}

#eco_kaden2023 .lineup > li{
    min-width: calc((100% - 12%)/3);
    margin: 1%;
    position: relative;
}

#eco_kaden2023 .lineup .item_name{
    margin-top: 2%;
    height: 2.5rem;
    line-height: 1.3em;
}

#eco_kaden2023 .lineup .item_name span{
    font-size: 15px;
    line-height: 1.3;
    height: 100%;
    display: inline-block;
}

#eco_kaden2023 .lineup .btn{width: 100%;}



/* #eco_kaden2023 .slick-prev, 
#eco_kaden2023 .slick-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 10px;
    width: 10px;
    z-index: 20;
}

#eco_kaden2023 .slick-prev {
    left: -3%;
    transform: rotate(-135deg);
}

#eco_kaden2023 .slick-next {
    right: -3%;
    transform: rotate(45deg);
}

#eco_kaden2023 .slick-dots li {
    display:inline-block;
    margin:0 !important;
    width: unset !important;
}

#eco_kaden2023 .slick-track {display: flex!important;}

#eco_kaden2023 .slick-slide {
	height: auto !important;
	display: flex;
    min-height: 1px;
    width: auto!important;
    margin-right: 1%;
}

#eco_kaden2023 .slick-prev:before,
#eco_kaden2023 .slick-next:before{display:none;}

#eco_kaden2023 .slick-dots li button:before{
    content: '';
    border-radius: unset;
    width: 15px;
    height: 3px;
    margin: 0 6px;
    background-color: #222;
    opacity: 0.2;
}

#eco_kaden2023 .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color:#222;
} */


/*-----------------------------------------------*/
/*クーポン*/
/*-----------------------------------------------*/
#eco_kaden2023 .coupon {
    padding: 3% 0;
}

#eco_kaden2023 .coupon a{
	border-radius: 50px;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    background: #4dcdaa;
    padding: 15px 0;
    position: relative;
    border: 2px solid #FFF;
    box-shadow: 0 5px 0 #c4c7ca;
    
}
#eco_kaden2023 .coupon a:hover{
    color: #fff !important;
    opacity: 0.8;
}


#eco_kaden2023 .coupon a::after{
    font-family: 'Material Icons';
    font-size: 1em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom: 20%;
    right: 5%;
    color: #fff;
    transition: all 0.3s;
}

#eco_kaden2023 .coupon a:hover::after{right: 4%;}



/*=======================================▼その他ボタン▼=======================================*/



#eco_kaden2023 .extra_bn{
    width: 100%;
    margin: 0 auto;
}

#eco_kaden2023 .cate_bn{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 0 auto;
}

#eco_kaden2023 .cate_bn li{
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 1%;
    border-radius: 10px;
}

#eco_kaden2023 .cate_bn li img{border-radius: 10px;}

#eco_kaden2023 .cate_bn.col_1 > li{width:100%;}

#eco_kaden2023 .cate_bn.col_2 > li{width:calc((100% - 4%)/2);}

#eco_kaden2023 .cate_bn li:hover{
    transform: translateY(-10px);
    transition: all 0.5s ease 0s;
}