@charset "utf-8";
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* 非表示 */
.footer .footer__media {
	display: none;
}
.footer .footer__category {
	border-top: 1px solid #333;
}




/* atclhead */
.atclhead .inner {
	width: 600px;
}
@media screen and (max-width: 767px) {
	.atclhead .inner {
		width: 89.33333vw;
	}
}





/* atclmain */
.atclmain {
	padding: 30px 0 0 0;
}
	.atclmain .atclmain__container p a {
		color: #2271b1;
		text-decoration: underline;
	}
	.atclmain .atclmain__container p a:hover {
		text-decoration: none;
	}


	.atclmain .atclmain__container .receipe-thumbnail {
		margin-bottom: 30px;
	}
		.atclmain .atclmain__container .receipe-thumbnail img {
			width: 100%;
			height: auto;
		}


	.atclmain .atclmain__container .receipe-read {
		margin-bottom: 40px;
	}


	.atclmain .atclmain__container .table-of-contents {
		border: solid 5px #F4F4F4;
		padding: 35px 50px;
	}
		.atclmain .atclmain__container .table-of-contents .headttl {
			font-size: 22px;
			font-weight: 700;
			line-height: 1.3em;
			margin: 0 0 5px 0;
		}
		.atclmain .atclmain__container .table-of-contents .row:nth-last-child(1) p:nth-last-child(1) {
			margin-bottom: 0;
		}


	.atclmain .atclmain__container .recipe-content {
		margin-top: 40px;
	}
		.atclmain .atclmain__container .recipe-content h2 {
			font-size: 18px;
			font-weight: 700;
			margin-top: 30px;
			margin-bottom: 5px;
		}
		.atclmain .atclmain__container .recipe-content h2:nth-child(1) {
			margin-top: 0;
		}
		.atclmain .atclmain__container .recipe-content h3 {
			font-size: 16px;
			font-weight: 700;
			margin-top: 30px;
			margin-bottom: 10px;
		}
		.atclmain .atclmain__container .recipe-content p {
			margin-bottom: 25px;
		}
		.atclmain .atclmain__container .recipe-content .wp-block-image {
			margin-bottom: 25px;
		}


	.atclmain .atclmain__container .point-block {
		background: #F2EFE8;
		padding: 30px 40px;
	}
		.atclmain .atclmain__container .point-block h3 {
			margin: 0 0 10px 0;
		}
		.atclmain .atclmain__container .point-block p {
			margin: 0
		}


	.atclmain .atclmain__container .recipe-tag {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 25px;
		margin-bottom: 0;
	}
		.atclmain .atclmain__container .recipe-tag li {
			margin: 5px 5px 5px 5px;
		}
			.atclmain .atclmain__container .recipe-tag li a {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 30px;
				padding: 0 10px;
				background: #fff;
				border-radius: 15px;
				border: solid 1px #020202;
				font-size: 14px;
				color: #020202;
				text-align: center;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.atclmain .atclmain__container .recipe-tag li a:hover {
				background: #020202;
				color: #fff;
			}


	.atclmain .atclmain__container .webrecipe {
		margin-top: 70px;
	}
		.atclmain .atclmain__container .webrecipe .webrecipe__list li {
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			margin-bottom: 30px;
		}
			.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__img {
				width: 210px;
			}
				.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__img img {
					width: 100%;
					height: auto;
					border: solid 1px #ddd;
				}

			.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt {
				width: -webkit-calc(100% - 210px);
				width: calc(100% - 210px);
				padding-left: 30px;
			}
				.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt .webrecipe__list__detail__txt__title {
					font-size: 24px;
					margin-top: 0;
					margin-bottom: 5px;
				}
				.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt .webrecipe__list__detail__txt__price {
					margin-bottom: 15px;
				}
				.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt a.webrecipe__list__detail__link {
					display: block;
					width: 200px;
					height: 50px;
					padding: 0 15px;
					background: #000 url(/assets/img/recipe/icon_cart_white.svg) no-repeat right 15px center;
					font-weight: 500;
					color: #fff;
					line-height: 50px;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}
				.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt a.webrecipe__list__detail__link:hover {
					opacity: 0.7;
				}
@media screen and (max-width: 767px) {
	.atclmain {
		padding: 5% 0 0 0;
	}
		.atclmain .atclmain__container .receipe-thumbnail {
			margin-bottom: 20px;
		}


		.atclmain .atclmain__container .receipe-read {
			margin-bottom: 35px;
		}


		.atclmain .atclmain__container .table-of-contents {
			padding: 22px 22px;
		}
			.atclmain .atclmain__container .table-of-contents .headttl {
				font-size: 5.33333vw;
			}
			.atclmain .atclmain__container .table-of-contents p {
				margin-bottom: 4.0vw;
			}


		.atclmain .atclmain__container .recipe-content {
			margin-top: 40px;
		}
		.atclmain .atclmain__container .recipe-content h2 {
			font-size: 4.8vw;
			margin-top: 30px;
			margin-bottom: 5px;
		}
		.atclmain .atclmain__container .recipe-content h3 {
			font-size: 120%;
			margin-top: 30px;
			margin-bottom: 10px;
		}
		.atclmain .atclmain__container .recipe-content p {
			margin-bottom: 25px;
		}
		.atclmain .atclmain__container .recipe-content .wp-block-image {
			margin-bottom: 25px;
		}


		.atclmain .atclmain__container .point-block {
			padding: 20px 22px;
		}
			.atclmain .atclmain__container .point-block h3 {
				margin: 0 0 10px 0;
			}
			.atclmain .atclmain__container .point-block p {
				margin: 0
			}


		.atclmain .atclmain__container .recipe-tag {
			margin-top: 20px;
			margin-bottom: 0;
		}
			.atclmain .atclmain__container .recipe-tag li a {
					height: auto;
					padding: 0.2vw 3vw;
					border-radius: 6vw;
					font-size: 2.8vw;
			}


	.atclmain .atclmain__container .webrecipe {
		margin-top: 60px;
	}
		.atclmain .atclmain__container .webrecipe .webrecipe__list li {
			margin-bottom: 20px;
		}
			.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt .webrecipe__list__detail__txt__title {        font-size: 4.66667vw;
			}
	
			.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__img {
				width: 35%;
			}

			.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt {
				width: 65%;
				padding-left: 4%;
			}
				.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt .webrecipe__list__detail__txt__price {
					margin-bottom: 12px;
				}
				.atclmain .atclmain__container .webrecipe .webrecipe__list li .webrecipe__list__detail__txt a.webrecipe__list__detail__link {
					width: 75%;
					height: 40px;
					background: #000 url(/assets/img/recipe/icon_cart_white.svg) no-repeat right 15px center;
					line-height: 40px;
				}
}





/* backbtn */
.backbtn {
    text-align: center;
    margin-top: 40px;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.backbtn {
		margin-top: 5%;
		margin-bottom: 12%;
	}
}





/* recipe-cat */
.recipe-cat {
	margin-top: 90px;
}
	.recipe-cat .recipe-list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.recipe-cat .recipe-list a.linkbox {
			width: 49%;
			height: 70px;
			margin-top: 2%;
			margin-right: 2%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 20px center;
			padding: 0 40px 0 15px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		.recipe-cat .recipe-list a.linkbox:hover {
			opacity: 0.7;
			background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 15px center;
		}
		.recipe-cat .recipe-list a.linkbox:nth-child(2n) {
			margin-right: 0;
		}
			.recipe-cat .recipe-list a.linkbox img {
				width: 50px;
				border-radius: 50%;
				margin-right: 15px;
			}

			.recipe-cat .recipe-list a.linkbox span {
				display: block;
				font-size: 18px;
				line-height: 1.3em;
			}

	.recipe-cat .other-list {
		width: 400px;
		margin: 30px auto 0 auto;
	}
		.recipe-cat .other-list .link_menu {
			width: 100%;
			height: 50px;
			padding: 0 20px;
			border-radius: 25px;
			border: solid 1px #ddd;
			background: #ffff url("/assets/img/recipe/icon_arrow_down.svg") no-repeat right 15px center;
			font-size: 16px;
			font-family: 'Roboto', sans-serif;
			font-weight: 600;
			cursor: pointer;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}

	.recipe-cat .recipe-tag {
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 0;
	}
		.recipe-cat .recipe-tag li {
			margin: 5px 5px 5px 5px;
		}
			.recipe-cat .recipe-tag li a {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 30px;
				padding: 0 10px;
				background: #fff;
				border-radius: 15px;
				border: solid 1px #020202;
				font-size: 14px;
				color: #020202;
				text-align: center;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.recipe-cat .recipe-tag li a:hover {
				background: #020202;
				color: #fff;
			}
@media screen and (max-width: 767px) {
	.recipe-cat {
		margin-top: 12vw;
	}
		.recipe-cat .recipe-list {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.recipe-cat .recipe-list a.linkbox {
				height: auto;
				background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 2.5vw center / 3.5vw;
				padding: 2vw 2.5vw;
			}
			.recipe-cat .recipe-list a.linkbox.simple {
				padding: 3.5vw 2.5vw;
			}
			.recipe-cat .recipe-list a.linkbox:hover {
				background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 2.5vw center / 3.5vw;
			}
				.recipe-cat .recipe-list a.linkbox img {
					width: 9vw;
					margin-right: 2vw;
				}

				.recipe-cat .recipe-list a.linkbox span {
					font-size: 3.6vw;
				}

		.recipe-cat .other-list {
			width: 100%;
			margin: 5vw auto 0 auto;
		}
			.recipe-cat .other-list .link_menu {
				height: auto;
				padding: 3.5vw 4vw;
				box-sizing: border-box;
				border-radius: 6vw;
				border: solid 1px #ddd;
				background: #ffff url("/assets/img/recipe/icon_arrow_down.svg") no-repeat right 4vw center / 3vw;
				font-size: 4vw;
			}

		.recipe-cat .recipe-tag {
			margin-top: 10px;
		}
			.recipe-cat .recipe-tag li {
				margin: 1vw;
			}
				.recipe-cat .recipe-tag li a {
					height: auto;
					padding: 0.2vw 3vw;
					border-radius: 6vw;
					font-size: 2.8vw;
				}
}





/* recipe-tit */
h2.recipe-tit {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	h2.recipe-tit {
		font-size: 7vw;
		margin-bottom: 10px;
	}
}





/* recipe__link */
.recipe__link {
	display: block;
	width: 310px;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin: 30px auto 0 auto;
}
.recipe__link p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.recipe__link .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background-image: url("../img/top/pc_btn_ar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 300ms 0s ease;
  pointer-events: none;
}
.recipe__link .arrow a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.recipe__link:hover p {
  opacity: 0.8;
}
.recipe__link:hover .arrow {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
	.recipe__link {
	  position: relative;
	  margin: 7vw auto 0;
	  display: block;
	  font-size: 3.46667vw;
	  font-weight: bold;
	  text-align: center;
	}
	.recipe__link p {
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 1.33333vw;
	}
	.recipe__link .arrow {
	  display: inline-block;
	  vertical-align: middle;
	  width: 11.733vw;
	  height: 11.733vw;
	  background-image: url("../img/top/sp_btn_ar.png");
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: contain;
	  text-indent: -9999px;
	  overflow: hidden;
	  white-space: nowrap;
	}
	.recipe__link .arrow a {
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
}





/* recipe-kv */
.recipe-kv {
	padding: 50px 0 0 0;
}
.recipe-kv .inner {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
	.recipe-kv .pht {
        width: 540px;
		height: 100%;
		overflow: hidden;
		order: 2;
	}
		.recipe-kv .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.recipe-kv .text {
		width: 390px;
		padding-top: 20px;
		order: 1;
	}
		.recipe-kv .text h1 {
			line-height: 1;
			margin-bottom: 20px;
		}
			.recipe-kv .text h1 img {
				width: 100%;
				height: auto;
			}

		.recipe-kv .text .txt {
			font-size: 16px;
			line-height: 1.8em;
			margin-bottom: 35px;
		}

		.recipe-kv .text .searchform {
			width: 100%;
			height: 50px;
			margin: 0 auto;
			overflow: hidden;
			background: #fff;
			border: solid 1px #ddd;
			border-radius: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			display: -webkit-flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
			.recipe-kv .text .searchform input {
				width: calc(100% - 70px);
				height: 100%;
				border: none;
				background: #fff;
				font-size: 16px;
				line-height: 1;
				padding: 0 20px;
				border-radius: 0;
				border: none;
			}

			.recipe-kv .text .searchform button {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 70px;
				height: 100%;
				background: #333;
				font-size: 16px;
				font-weight: 700;
				color: #fff;
				line-height: 1;
				text-align: center;
				border-radius: 0;
				border: none;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.recipe-kv .text .searchform button:hover {
				opacity: 0.7;
			}

		.recipe-kv .text .keyword {
			margin-top: 35px;
		}
			.recipe-kv .text .keyword .k-ttl {
				font-size: 18px;
				font-weight: 500;
				line-height: 1;
			}

			.recipe-kv .text .recipe-tag {
				display: flex;
				justify-content: flex-start;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin-top: 10px;
				margin-bottom: 0;
			}
				.recipe-kv .text .recipe-tag li {
					margin: 5px 5px 5px 5px;
				}
					.recipe-kv .text .recipe-tag li a {
						display: flex;
						justify-content: center;
						align-items: center;
						height: 30px;
						padding: 0 10px;
						border-radius: 15px;
						border: solid 1px #020202;
						font-size: 14px;
						color: #020202;
						text-align: center;
						transition: 0.3s;
						-webkit-transition: 0.3s;
					}
					.recipe-kv .text .recipe-tag li a:hover {
						background: #020202;
						color: #fff;
					}
@media screen and (max-width: 767px) {
	.recipe-kv {
		padding: 6vw 0 0 0;
	}
	.recipe-kv .inner {
		width: 100%;
		display: block;
	}
		.recipe-kv .pht {
			width: 100%;
		}

		.recipe-kv .text {
			width: 89.33333vw;
			margin: 0 auto;
		}
			.recipe-kv .text h1 {
				margin-top: 4vw;
				margin-bottom: 5vw;
				text-align: center;
			}
				.recipe-kv .text h1 img {
					width: 90%;
				}
	
			.recipe-kv .text .txt {
				font-size: 3.6vw;
				margin-bottom: 5vw;
			}
				

			.recipe-kv .text .searchform {
				width: 100%;
				height: auto;
			}
				.recipe-kv .text .searchform input {
					width: 87%;
					background: #fff;
					font-size: 4vw;
					padding: 2.6vw 2.9vw;
				}

				.recipe-kv .text .searchform button {
					width: 13%;
					aspect-ratio: 1 / 1;
					font-size: 3.6vw;
				}

			.recipe-kv .text .keyword {
				width: 100%;
				margin: 6vw auto 0 auto;
			}
				.recipe-kv .text .keyword .k-ttl {
					font-size: 4.6vw;
					text-align: center;
				}

				.recipe-kv .text .recipe-tag {
					margin-top: 3vw;
					justify-content: center;
				}
					.recipe-kv .text .recipe-tag li {
						margin: 1vw;
					}
						.recipe-kv .text .recipe-tag li a {
							height: auto;
							padding: 0.2vw 3vw;
							border-radius: 6vw;
							font-size: 2.8vw;
						}
}





/* recipe-pickup */
.recipe-pickup {
	padding-top: 90px;
}
	.recipe-pickup .recipe-list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 25px;
	}
		.recipe-pickup .recipe-list a.linkbox {
			display: block;
			width: 31%;
			margin-right: 3.5%;
		}
		.recipe-pickup .recipe-list a.linkbox:nth-child(3) {
			margin-right: 0;
		}
		.recipe-pickup .recipe-list a.linkbox:nth-child(4) {
			display: none;
		}
		.recipe-pickup .recipe-list a.linkbox:hover {
			opacity: 0.7;
		}
			.recipe-pickup .recipe-list a.linkbox .pht img {
				width: 100%;
				height: auto;
			}

			.recipe-pickup .recipe-list a.linkbox .text {
				margin-top: 10px;
			}
				.recipe-pickup .recipe-list a.linkbox .text .cat {
					display: inline-block;
					background: #EBEBEB;
					font-size: 14px;
					line-height: 1;
					padding: 5px 10px;
					margin-bottom: 10px;
				}

				.recipe-pickup .recipe-list a.linkbox .text h3 {
					font-size: 18px;
					font-weight: 500;
					line-height: 1.5em;
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
				}
@media screen and (max-width: 767px) {
	.recipe-pickup {
		padding-top: 12vw;
	}
		.recipe-pickup .recipe-list {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-top: 5vw;
		}
			.recipe-pickup .recipe-list a.linkbox {
				width: 47.5%;
				margin-bottom: 6vw;
				margin-right: 5%;
			}
			.recipe-pickup .recipe-list a.linkbox:nth-child(2) {
				margin-right: 0;
			}
			.recipe-pickup .recipe-list a.linkbox:nth-child(3) {
				margin-right: 5%;
				margin-bottom: 0;
			}
			.recipe-pickup .recipe-list a.linkbox:nth-child(4) {
				display: block;
				margin-right: 0;
				margin-bottom: 0;
			}
				.recipe-pickup .recipe-list a.linkbox .text {
					margin-top: 2vw;
				}
					.recipe-pickup .recipe-list a.linkbox .text .cat {
						font-size: 3.0vw;
						padding: 1vw 2vw;
						margin-bottom: 2vw;
					}

					.recipe-pickup .recipe-list a.linkbox .text h3 {
						font-size: 4.0vw;
					}
}





/* recipe-new */
.recipe-new {
	padding-top: 90px;
}
	.recipe-new .recipe-list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 25px;
	}
		.recipe-new .recipe-list a.linkbox {
			display: block;
			width: 31%;
			margin-right: 3.5%;
		}
		.recipe-new .recipe-list a.linkbox:nth-child(1) {
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
			width: 100%;
			margin-bottom: 40px;
		}
		.recipe-new .recipe-list a.linkbox:nth-child(4) {
			margin-right: 0;
		}
		.recipe-new .recipe-list a.linkbox:hover {
			opacity: 0.7;
		}
			.recipe-new .recipe-list a.linkbox:nth-child(1) .pht {
				width: 45%;
			}
				.recipe-new .recipe-list a.linkbox .pht img {
					width: 100%;
					height: auto;
				}

			.recipe-new .recipe-list a.linkbox .text {
				margin-top: 10px;
			}
			.recipe-new .recipe-list a.linkbox:nth-child(1) .text {
				width: 51%;
				margin-top: 0;
			}
				.recipe-new .recipe-list a.linkbox .text .cat {
					display: inline-block;
					background: #EBEBEB;
					font-size: 14px;
					line-height: 1;
					padding: 5px 10px;
					margin-bottom: 10px;
				}

				.recipe-new .recipe-list a.linkbox .text h3 {
					font-size: 18px;
					font-weight: 500;
					line-height: 1.5em;
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
				}
				.recipe-new .recipe-list a.linkbox:nth-child(1) .text h3 {
					font-size: 24px;
					-webkit-line-clamp: 3;
				}

				.recipe-new .recipe-list a.linkbox .text .txt {
					display: none;
				}
				.recipe-new .recipe-list a.linkbox:nth-child(1) .txt {
					display: block;
					margin-top: 15px;
				}
@media screen and (max-width: 767px) {
	.recipe-new {
		padding-top: 12vw;
	}
		.recipe-new .recipe-list {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-top: 5vw;
		}
			.recipe-new .recipe-list a.linkbox {
				width: 47.5%;
				margin-bottom: 0;
				margin-right: 5%;
			}
			.recipe-new .recipe-list a.linkbox:nth-child(1) {
				display: block;
				width: 100%;
				margin-right: 0;
				margin-bottom: 6vw;
			}
			.recipe-new .recipe-list a.linkbox:nth-child(2) {
				margin-right: 5%;
				margin-bottom: 0;
			}
			.recipe-new .recipe-list a.linkbox:nth-child(3) {
				margin-right: 0;
				margin-bottom: 0;
			}
			.recipe-new .recipe-list a.linkbox:nth-child(4) {
				display: none;
			}
				.recipe-new .recipe-list a.linkbox:nth-child(1) .pht {
					width: 100%;
				}
	
				.recipe-new .recipe-list a.linkbox .text {
					margin-top: 2vw;
				}
				.recipe-new .recipe-list a.linkbox:nth-child(1) .text {
					width: 100%;
					margin-top: 3vw;
				}
					.recipe-new .recipe-list a.linkbox .text .cat {
						font-size: 3.0vw;
						padding: 1vw 2vw;
						margin-bottom: 2vw;
					}
					.recipe-new .recipe-list a.linkbox:nth-child(1)  .text .cat {
						margin-bottom: 2.5vw;
					}

					.recipe-new .recipe-list a.linkbox .text h3 {
						font-size: 4.0vw;
					}
					.recipe-new .recipe-list a.linkbox:nth-child(1) .text h3 {
						font-size: 4.8vw;
					}
	
					.recipe-new .recipe-list a.linkbox:nth-child(1) .txt {
						margin-top: 2.5vw;
					}
}





/* recipe-article-list */
.recipe-article-list .recipe-list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
	.recipe-article-list .recipe-list a.linkbox {
		display: block;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 40px;
	}
	.recipe-article-list .recipe-list a.linkbox:nth-child(3) {
		margin-right: 0;
	}
	.recipe-article-list .recipe-list a.linkbox:hover {
		opacity: 0.7;
	}
		.recipe-article-list .recipe-list a.linkbox .pht img {
			width: 100%;
			height: auto;
		}

		.recipe-article-list .recipe-list a.linkbox .text {
			margin-top: 10px;
		}
			.recipe-article-list .recipe-list a.linkbox .text .cat {
				display: inline-block;
				background: #EBEBEB;
				font-size: 14px;
				line-height: 1;
				padding: 5px 10px;
				margin-bottom: 10px;
			}

			.recipe-article-list .recipe-list a.linkbox .text h3 {
				font-size: 18px;
				font-weight: 500;
				line-height: 1.5em;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}
@media screen and (max-width: 767px) {
	.recipe-article-list .recipe-list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 2vw;
	}
		.recipe-article-list .recipe-list a.linkbox {
			width: 47.5%;
			margin-bottom: 6vw;
			margin-right: 5%;
		}
		.recipe-article-list .recipe-list a.linkbox:nth-child(3n) {
			margin-right: 5%;
		}
		.recipe-article-list .recipe-list a.linkbox:nth-child(2n) {
			margin-right: 0;
		}
			.recipe-article-list .recipe-list a.linkbox .text {
				margin-top: 2vw;
			}
				.recipe-article-list .recipe-list a.linkbox .text .cat {
					font-size: 3.0vw;
					padding: 1vw 2vw;
					margin-bottom: 2vw;
				}

				.recipe-article-list .recipe-list a.linkbox .text h3 {
					font-size: 4.0vw;
				}
}





/* recipe-cat-kv */
.recipe-cat-kv .text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
	.recipe-cat-kv .text .cat-pht {
		width: 120px;
		border-radius: 50%;
		overflow: hidden;
		border: solid 1px #ddd;
		margin-right: 20px;
	}
		.recipe-cat-kv .text .cat-pht img {
			width: 100%;
			height: auto;
		}

	.recipe-cat-kv .text h1 {
		font-size: 40px;
		font-weight: 700;
		line-height: 1.0em;
	}
		.recipe-cat-kv .text h1 span {
			font-size: 24px;
		}

.recipe-cat-kv .recipe-cat-list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
	.recipe-cat-kv .recipe-cat-list a.linkbox {
		width: 32%;
		height: 60px;
		margin-bottom: 2%;
		margin-right: 2%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 20px center;
		padding: 0 40px 0 15px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.recipe-cat-kv .recipe-cat-list a.linkbox:hover {
		opacity: 0.7;
		background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 15px center;
	}
	.recipe-cat-kv .recipe-cat-list a.linkbox:nth-child(3n) {
		margin-right: 0;
	}
		.recipe-cat-kv .recipe-cat-list a.linkbox span {
			display: block;
			font-size: 18px;
			line-height: 1.3em;
		}
@media screen and (max-width: 767px) {
	.recipe-cat-kv .text {
		margin: 7vw 0;
	}
		.recipe-cat-kv .text .cat-pht {
			width: 23%;
			border-radius: 50%;
			margin-right: 5%;
		}
			.recipe-cat-kv .text .cat-pht img {
				width: 100%;
				height: auto;
			}

		.recipe-cat-kv .text h1 {
			font-size: 7.2vw;
			line-height: 1.1em;
		}
			.recipe-cat-kv .text h1 span {
				font-size: 5.4vw;
			}
	
	.recipe-cat-kv .recipe-cat-list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 8vw;
	}
		.recipe-cat-kv .recipe-cat-list a.linkbox {
			width: 48.5%;
			margin-right: 3%;
			height: auto;
			background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 2.5vw center / 3.5vw;
			padding: 3.5vw 8.5vw 3.5vw 2.5vw;
			margin-bottom: 2.5%;
			line-height: 1.4em;
		}
		.recipe-cat-kv .recipe-cat-list a.linkbox:nth-child(3n) {
			margin-right: 3%;
		}
		.recipe-cat-kv .recipe-cat-list a.linkbox:nth-child(2n) {
			margin-right: 0;
		}
		.recipe-cat-kv .recipe-cat-list a.linkbox:hover {
			background: #F2EFE8 url(/assets/img/recipe/icon_arrow_recipe.svg) no-repeat right 2.5vw center / 3.5vw;
		}
			.recipe-cat-kv .recipe-cat-list a.linkbox span {
				font-size: 3.6vw;
			}
}





















