@charset "UTF-8";
.recommend {
	margin-bottom: 50px;
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #cc0033;
}

.recommend img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

/*
.recommend__container {
	max-width: 750px;
	margin: auto;
}
 */

.recommend__inner {
	width: 1010px;
	margin: auto;
}


.recommend__head {
	margin-bottom: 50px;
}

/* .recommend__period {
	margin-bottom: 30px;
}

.recommend__text {
	margin-bottom: 50px;
}

.recommend__product {

}

.recommend__product__h {
	margin-bottom: 20px;
} */


.recommend__note li {
	padding-left: 1em;
	text-indent: -1em;
	color: #ffffff;
	font-size: 19px;
	line-height: 1.3;
}

.recommend__note li::before {
	content:'※';
}


.recommend__list {
	width: 670px;
	margin: auto;
	margin-bottom: 80px;
}

.recommend__li {
	margin-bottom: 50px;
}

.recommend__bnr {
	text-decoration: none;

	width: 750px;
	margin: auto;
	margin-top: 50px;
	transition: transform 0.3s;
	transition-timing-function: ease;
}

.recommend__bnr:hover {
	transform: scale(0.97);
}




.card {
	color: inherit;
	text-decoration: none;

	margin-bottom: 20px;
	transition: transform 0.3s, box-shadow 0.2s;
	transition-timing-function: ease;
	display: block;
	background-color: #fffb99;
	overflow: hidden;
	color: #191919;
	border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.2) 0px 8px 16px -8px

}

.card:hover {
	color: #191919;
	transform: scale(0.97);
	box-shadow: rgba(50, 50, 93, 0) 0px 13px 27px 0px, rgba(0, 0, 0, 0) 0px 8px 16px 0px
}

.card:visited {
	color: #191919
}

.card__head {
	position: relative;
	padding: 5px 20px 10px;
	background-color: #191919;
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
}

.card__head::before {
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	border: 5px solid #ffffff;
	border-left: none;
	border-bottom: none;
	transform: translateY(-50%) rotate(45deg);
	content: "";
}

.card__head em {
	color: #fff600;
	margin-left: 0.1em;
}

.card__head span {
	font-size: 1.4em;
}

.card__body {
	padding:20px;
}

/* .card__catch {
	margin-bottom: 20px;
	text-align: center;
	color: #cc0033;
	font-size: 35px;
	line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
} */

.card__wrap {
	display: flex;
	/* flex-flow: row wrap; */
	gap: 20px;
}

.card__pict {
	flex-shrink: 0;
	width: 300px;
}

.card__pict img {
	border: 2px solid #666666;
	background-color: #ffffff;
}

.card__data {
	display: flex;
	flex-flow: column wrap;
	gap: 10px;
}

.card__product_name {
	font-size: 28px;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
}

.card__price {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	gap: 15px;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.card__price del {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	background-position: 0 55%;
	background-size: 100% 4px;
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 0 5px
}

.card__sale_price {
	margin-top: auto;
	text-align: right;
	color: #cc0033;
	font-size: 50px;
	line-height: 1.1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
}
.card__sale_price span {
	font-size: 110px;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
}
/*
.card__product_count {
	text-align: right;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.recommend__note {

}

*/





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

	.recommend {
		padding-top: 20px;
		margin-bottom: 30px;
		padding-bottom: 40px;
	}

	.recommend__inner {
		width: 100%;
		margin: 0;
	}

	.recommend__head {
		margin-bottom: 20px;
	}

	/*
	.recommend__period {
		margin-bottom: 15px;
	}

	.recommend__text {
		margin-bottom: 20px;
	} */


	.recommend__note li {
		font-size: 15px;
	}

	.recommend__product__h {
		margin-bottom: 10px;
	}


	.recommend__list {
		width: 100%;
		margin: 0;
	}

	.recommend__li {
		margin-bottom: 25px;
		padding: 0 20px;
	}

	.recommend__bnr {
		width: calc(100% - 40px);
		margin-top: 40px;
		padding: 0 20px;
	}



	.card {
		margin-bottom: 10px;
		border-radius: 13px;
	}

	.card__head {
		padding: 5px 20px 10px;
		font-size: 22px;
	}

	.card__head::before {
		right: 15px;

		width: 12px;
		height: 12px;
		border: 4px solid #ffffff;
		border-left: none;
		border-bottom: none;
	}

	.card__head span {
		font-size: 1.3em;
	}

	.card__body {
		padding: 15px;
	}
	/*
	.card__catch {
		margin-bottom: 10px;
		font-size: 25px;
		line-height: 1.2;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 800;
	}
	*/
	.card__wrap {
		gap: 15px;
	}

	.card__pict {
		width: 45%;
	}

	.card__pict img {
		border-width: 1px;
	}

	.card__data {
		gap: 5px;
	}

	.card__product_name {
		font-size: 16px;
		font-weight: 600;
	}

	.card__product_name br {
		display: none;
	}

	.card__price {
		gap: 10px;
		font-size: 15px;
	}

	.card__price del {
		background-size: 100% 2px;
		padding: 0 3px
	}

	.card__sale_price {
		font-size: 25px;
	}
	.card__sale_price span {
		font-size: 60px;
	}

	.card__product_count {
		font-size: 15px;
	}
}
