	@media screen and (min-width: 768px) {
    	.c-card01.c-news-card .c-card01__img {
			aspect-ratio: 160 / 100;
			overflow: hidden;
			display: flex;
	        align-items: center;
		}
		.c-card01.c-news-card .c-card01__img img {
			height: auto;
			object-fit: cover;
			object-position: center;
			min-height: 100%;
		}
		.c-pickup-card__img {
			aspect-ratio: 100 / 66;
			overflow: hidden;
			display: flex;
	        align-items: center;
		}
	}
	.c-pickup-card__img img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.c-category__item-lg a.current {
		background: #DB8997;
		color: #fff;
	}

	@media screen and (max-width: 768px) {.swiper-slide{width: 100%;}}