@charset "UTF-8";
/* CSS Document */

/*  Recipe detail  */
.outer-wrapper>.recipe h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	min-height: auto;
}

.recipe-wrapper .wrapper {
	padding-top: 20px;
}

.recipe-wrapper .point {
	line-height: 1.4;
	margin-bottom: 20px;
}

.recipe-wrapper .section h2 {
	font-size: 23px;
	font-weight: 700;
}

.recipe-wrapper .section h2 span {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif !important;
}

.recipe-wrapper .recipe-action {
	padding: 0 0 20px;
}

.recipe-wrapper .freeText {
	line-height: 1.4;
	margin-bottom: 20px;
}

.recipe-wrapper .creator_name {
	line-height: 1.4;
	margin-bottom: 20px;
}

/*  材料  */
.ingredients .box {
	margin-bottom: 20px;
}

.ingredients .box:last-child {
	margin-bottom: 0;
}

.ingredients .box .cook_name {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #a9a9a9;
	padding: 9px 0 13px 0;
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #ffc320;
}

.ingredients .box dl {
	border-bottom: 1px solid #a9a9a9;
}

.ingredients .box dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ingredients .box dl dt {
	padding: 13px 0;
	display: inline-block;
	float: left;
	font-size: 15px;
}

.ingredients .box dl dd {
	padding: 13px 0;
	display: inline-block;
	text-align: right;
	float: right;
	font-size: 15px;
}

/*  作り方  */
.recipe-wrapper .directions.section .leftBlc {
	width: 30%;
	float: left;
}

.recipe-wrapper .directions.section .leftBlc h2 {
	float: none;
	width: 100%;
}

/*  調理のポイント  */
.recipe-wrapper #coockpoint.directions.section .copy p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	padding-bottom: 0;
}

.recipe-wrapper #coockpoint.directions.section {
	border-bottom: 1px solid #666666;
	margin-bottom: 50px;
}

#directions .copy {
	margin-top: -10px;
}

#directions .copy .box {
	margin-bottom: 15px;
	font-size: 15px;
	text-indent: -12.5px;
	margin-left: 29px;
	line-height: 1.8;
}

#directions .copy .box span {
	font-family: "wisdom";
	font-size: 35px;
	font-weight: bold;
	color: #ffc320;
	display: inline-block;
	line-height: 1;
}

.outer-wrapper>.recipe .related-recipes .ul {
	justify-content: center !important;
}

.outer-wrapper>.recipe .related-recipes .ul>div {
	margin-right: 20px;
}


.outer-wrapper>.recipe .related-recipes .ul>div:nth-child(4n),
.outer-wrapper>.recipe .related-recipes .ul>div:last-child {
	margin-right: 0;
}

/*  動画レシピbtn  */
.recipe-wrapper .btn_mv {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	background-color: #fec31f;
	padding: 15px 40px;
	border: 2px solid #fec31f;
	display: inline-block;
	line-height: 1;
}

.recipe-wrapper .btn_mv:hover {
	color: #fec31f;
	background-color: #ffffff;
}




@media (max-width: 767px) {

	/*  Recipe detail  */
	.outer-wrapper>.recipe .recipe-wrapper.new .see-all-recipes {
		margin-left: 0;
	}

	.outer-wrapper>.recipe .recipe-wrapper {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	.outer-wrapper>.recipe p {
		font-size: 3.5vw;
	}

	.outer-wrapper>.recipe h1 {
		width: 100%;
		font-size: 5vw;
		text-align: left;
	}

	.recipe-wrapper .wrapper {
		padding-top: 0;
	}

	.recipe-wrapper .section {
		padding: 4vw 0;
	}

	.recipe-wrapper .directions.section .leftBlc h2 {
		font-size: 5vw;
	}

	#directions .copy .box span {
		font-size: 6.5vw;
	}

	#directions .copy .box {
		text-indent: -10.5px;
	}

	.outer-wrapper>.recipe .related-recipes .ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.outer-wrapper>.recipe .related-recipes .ul>div {
		width: 48%;
		margin-right: 2%;
	}

	.outer-wrapper>.recipe .related-recipes .ul>div a {
		width: 100% !important;
	}

	.recipe-wrapper a {
		font-size: 4.5vw !important;
	}

	.outer-wrapper>.recipe .related-recipes .ul>div:nth-child(2n) {
		margin-right: 0;
	}

	.recipe-link div span {
		font-size: 3vw;
	}



	/*  調理のポイント  */
	.recipe-wrapper .directions.section .leftBlc {
		width: 100%;
		float: none;
	}

	/*  調理のポイント  */





}