

/* hwrecipe
===============================================================*/
#AllBox {
	overflow: auto !important;
}

main {
	overflow: hidden;
}

img {
	max-width: 100%;
}

.content_sec {
	padding: 20px 0;
	background-color: #231816;
}

.container {
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
	max-width: 1200px;
}

ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

ul > li {
	background-color: #422962;
	border-radius: 15px;
	padding: 10px;
	box-sizing: border-box;
}
.row {
	display: grid;
	grid-template-columns: 68% 1fr;
	column-gap: 10px;
}

figure {
	margin: 0;
}

.row .text_wrap figure {
	margin-bottom: 20px;
}

dt, dd, ol li {
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
}

.text_wrap dl {
	display: flex;
}
.text_wrap dl dt {
	white-space: nowrap;
}

.text_wrap ol {
	margin-top: 10px;
	margin-top: .7em;
}
.text_wrap ol li {
	text-indent: -1em;
	margin-left: 1em;
}
.text_wrap a {
	color: #fff;
	text-decoration: underline;
	transition: .3s;
}
@media (hover: hover){
	.text_wrap a:hover {
		opacity: .7;
	}
}

.bottom_row {
	display: grid;
	grid-template-columns: 36% 1fr;
	column-gap: 20px;
	margin-top: 10px;
}

.chara_wrap {
	display: grid;
	background-color: transparent;
	grid-template-columns: 26% 26% 23% 1fr;
	column-gap: 4%;
	align-items: center;
	width: 90%;
	margin: auto;
	padding: 0;
}

.foot_wrap {
	margin-top: 50px;
	position: relative;
}

.foot_wrap h2 {
	position: absolute;
	right: -20px;
	top: -35px;
	width: 65%;
}

.copy {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.copy .sp {
	display: none;
}

@media (min-width:1051px){
	ul > li:nth-of-type(4){
		grid-column: 1 / 2;
		grid-row: 2 / 4;
	}
	.row .text_wrap figure {
		margin-bottom: 20px;
		margin-left: -15%;
	}
	ul > li:nth-of-type(4) .row {
		grid-template-columns: 1fr 68%;
	}
	ul > li:nth-of-type(4) .row .text_wrap figure {
		margin-right: -15%;
		margin-left: 0;
	}
	ul > li:nth-of-type(4) .row .text_wrap {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.foot_wrap .chara_wrap {
		display: none;
	}
}
@media (min-width:1150px){
	ul > li:nth-of-type(4) .bottom_row figure {
		margin-top: -50px;
	}
}

@media (max-width:1050px){
	ul {
		grid-template-columns: 1fr;
		max-width: 600px;
		margin: auto;
	}

	.row {
		grid-template-columns: 55% 1fr;
		column-gap: 13px;
	}

	.row .text_wrap figure {
		width: 75%;
		margin-bottom: 10px;
	}

	.bottom_row {
		grid-template-columns: 38% 1fr;
		column-gap: 15px;
	}
	.bottom_row figure {
		margin-left: 15px;
	}

	ul .chara_wrap {
		display: none;
	}

	.foot_wrap .chara_wrap {
		margin-top: 10px;
		width: 80%;
	}
}
@media (max-width:600px){
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.row {
		align-items: center;
	}
	dt, dd, ol li {
		line-height: 1.3;
	}
	.foot_wrap {
		margin-top: 15px;
	}
	.foot_wrap h2 {
		width: 85%;
		top: -15px;
		right: -15px;
	}
	.copy {
		font-size: 10px;
		line-height: 1.2;
	}
	.copy .sp {
		display: block;
	}
}
@media (max-width:450px){
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	ul {
		gap: 15px;
	}
	ul > li {
		padding: 5px;
	}
	dt, dd, ol li {
		font-size: 10px;
		line-height: 1.2;
	}
}