.lp-sweets-item {
}

.lp-sweets-item__image-wrapper {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	transition: .3s;
}
.lp-sweets-item__image-wrapper:hover {
    transform: scale(1.05);
}
.lp-sweets-item__image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

.lp-sweets-item__body {
	padding-top: 24px;
}

.lp-sweets-item__titles {
	margin-bottom: 24px;
}

.lp-sweets-item__title-en {
	font-family: var(--font-en);
	font-size: 24px;
    font-weight: 600;
    height: auto;
    letter-spacing: normal;
    line-height: 1;
	color: var(--key-color);
}

.lp-sweets-item__title-ja {
	margin-top: 8px;
	font-size: 16px;
    font-weight: 500;
    height: auto;
    letter-spacing: normal;
    line-height: 1;
}

.lp-sweets-item__description {
	font-size: 14px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-align: left;
}

.lp-sweets-item__note {
	margin-top: 24px;
	font-size: 14px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-align: left;
}

/* サイドバー画像プレビュー */
.lp-sweets-item__image-preview {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
	border-radius: 4px;
}

@media screen and (max-width: 768px) {
	.lp-sweets-item__title-en {
		font-size: 32px;
	}
	.lp-sweets-item__title-ja {
		font-size: 20px;
	}
}
