.hp-product-wrap {
	margin: 0 !important;
}

.hp-product-wrap__body {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__body {
		flex-direction: column;
	}
}

.hp-product-wrap__img-wrap {
	width: 36.16%;
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__img-wrap {
		width: 100%;
	}
}

.hp-product-wrap__img-wrap .hc-category {
	margin-top: 8px;
}

.hp-product-wrap__img-wrap .hc-category:not(:last-of-type) {
	margin-right: 8px;
}

.hp-product-wrap__img {
	width: 100%;
	max-height: 250px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__img {
		max-height: 282px;
		padding: 16px;
		box-sizing: border-box;
	}
}

.hp-product-wrap__img img {
	max-width: 100%;
	max-height: 250px;
	width: auto;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__img img {
		max-width: 328px;
	}
}

.hp-product-wrap__img + .hc-category--product {
	margin-top: 16px;
}

.hp-product-wrap__data-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__data-wrap {
		align-items: center;
		margin-top: 16px;
	}
}

.hp-product-wrap__data-wrap .hc-button-04 {
	margin: 0 0 0 auto;
	flex-shrink: 0;
}

.hp-product-wrap__data-img {
	width: 210px;
}

.hp-product-wrap__contents-wrap {
	width: calc(63.8% - 24px);
	margin-left: 24px;
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__contents-wrap {
		width: 100%;
		margin: 24px 0 0 0;
	}
}

.hp-product-wrap__button-group {
	margin-top: 20px;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.hp-product-wrap__button-group {
		align-items: stretch;
	}
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__button-group {
		flex-direction: column;
		margin-top: 32px;
	}
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__button-group .hp-button-group__item {
		width: 100%;
		max-width: 280px;
	}
}

.hp-product-wrap__button-group .hp-button-group__item:nth-of-type(even) {
	margin-left: 16px;
}

@media screen and (min-width: 768px) {
	.hp-product-wrap__button-group .hp-button-group__item:nth-of-type(n+3) {
		margin-top: 16px;
	}
}

@media screen and (max-width: 767px) {
	.hp-product-wrap__button-group .hp-button-group__item:nth-of-type(even) {
		margin-left: 0;
	}

	.hp-product-wrap__button-group .hp-button-group__item:nth-of-type(n+2) {
		margin-top: 16px;
	}
}

.hp-product-wrap .hc-sns {
	margin: 24px 0 0 0;
}

@media screen and (max-width: 767px) {
	.hp-product-wrap .hc-sns {
		justify-content: center;
	}
}

.hp-product-wrap .hc-sns__item:not(:last-child) {
	margin-right: 16px;
}

.hp-product-wrap__text-red {
	color: var(--main-color);
	font-size: 16px;
	line-height: 1.7;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-top: 16px;
}
