.p-top-venue .swiper-slide img {
		height: 100%;
		object-fit: cover;
	}

	.p-top-magazine-item__img{
		aspect-ratio: 100 / 66;
        overflow: hidden;
        display: flex;
        align-items: center;
	}
	.p-top-magazine-item__img img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.p-top-voice .c-card01__img img{
		height: 100%;
		object-fit: cover;
	}
	.c-btn {
        border: none;
        width: 100%;
		cursor: pointer;
    }

		.p-about-offer-card__label {
        line-height: 1;
        display: flex;
    }


@media screen and (min-width: 1025px) {
  .p-fair-card {
    width: calc((100% - 50px) / 2);
  }
  .p-fair-card__img img{
    min-height: 382px;
    height: 100%;
    object-fit: cover;
  }
}