header{
	top:0;
}

.iruka.hide,.iruka_old.hide,.guide.hide,.guide2.hide{
	display:none !important;
}

.hm-container{
/*	    padding-top: 100px; */
}


/* .hm-articleCard__wrap img{
	width:100%;
} */

.iruka_old .hm-articleCard__wrap img{
	width:100%;
}

.iruka .hm-articleCard--result{
	height: auto;
}

.iruka .hm-articleCard__wrap{
	aspect-ratio: 7/5;
	padding-bottom: calc(5/7*100%);
}

.iruka .hm-articleCard__wrap img{
	position: absolute;
	width: 58%;
	top: 9%;
	left: 23%;
	z-index: 1;
}

@media only screen and (max-width: 768px){

	.hm-container{
		padding-top: 20px;	
	}
}

.guide .hm-articleCard--result{
	height: auto;
}

.guide .hm-articleCard__thumb{
 margin: 0;
}

.guide .hm-articleCard__thumb img{
	vertical-align: bottom;
	border-radius: 0px 0px 10px 10px;
}



.guide2 .hm-articleCard--result{
	height: auto;
}
.guide2 .hm-articleCard__thumb{
	margin: 0;
 }

.guide2 .hm-articleCard__wrap{
	padding: 0;
	position: relative;
	z-index: 1;
}

.guide2 .hm-articleCard__wrap img{
	width: 100%;
	vertical-align: bottom;
	margin-top: -74%;
	border-radius: 0px 0px 10px 10px;
}