/* ==================== shokuiku-index/@.css ==================== */

/* responsive */

.shokuiku-index, .shokuiku-index img {
	font-size: 4vw;
}

@media (min-width: 376px) {
	.shokuiku-index, .shokuiku-index img {
		font-size: 15px;
	}
}

@media (min-width: 641px) {
	.shokuiku-index, .shokuiku-index img {
		font-size: calc(100vw/1000*20);
		/* font-size: 2vw; */
	}
	.shokuiku-index {
		/* min-width: 50em; */
	}
}

@media (min-width: 1001px) {
	.shokuiku-index, .shokuiku-index img {
		font-size: 20px;
	}
}


.shokuiku-index {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	color: black;
}

.shokuiku-index * {
	font-family: 'Hiragino Maru Gothic Pro', 'Meiryo', sans-serif;
}

.shokuiku-index a {
	color: #006eff;
	text-decoration: underline;
}
.shokuiku-index a:visited {
	color: purple;
}



/* ==================== shokuiku-index/<hr>.css ==================== */

.shokuiku-index hr {
	border: none;
	margin: 0;
	height: 2em;
}



/* ==================== shokuiku-index/<img>.css ==================== */

@media (max-width: 640px) {
	.shokuiku-index img[src$="/more.svg"] {
		height: 1.75em;
	}
}


@media (min-width: 641px) {
	.shokuiku-index img[src$="/more.svg"] {
		height: 1.25em;
	}
	.IE .shokuiku-index img[src$="/more.svg"] {
		width: 99px;
	}
}



/* ==================== shokuiku-index/<ul>.css ==================== */

.shokuiku-index ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



/* ==================== shokuiku-index/arc-back.css ==================== */

.shokuiku-index .arc-back {
	position: relative;
}
.shokuiku-index .arc-back::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: radial-gradient(farthest-side at 50% 500%, rgba(255,255,255,0) 99.99%, rgba(255,255,255,1)) no-repeat center top / 175% 100%;
}
.shokuiku-index .arc-back > * {
	position: relative;
}


@media (max-width: 640px) {
	.shokuiku-index .arc-back::before {
		height: 1.25em;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .arc-back::before {
		height: 1.75em;
	}
}



/* ==================== shokuiku-index/category-recipes.css ==================== */

.shokuiku-index .category-recipes {
	border-top: 1px solid #dfe4e8;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2em;
}

.shokuiku-index .category-recipes > h3 {
	font-size: inherit;
	margin: 0 0 1.5em;
}


@media (max-width: 640px) {
	.shokuiku-index .category-recipes {
		margin: 0 1em;
	}
	.shokuiku-index .category-recipes > h3 img {
		width: 13em;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .category-recipes {
		width: 47.5em;
		margin: 0 auto;
	}

	.shokuiku-index .category-recipes > h3 img {
		width: 11em;
	}
}



/* ==================== shokuiku-index/recipe-contents.css ==================== */

.shokuiku-index .recipe-contents {
	position: relative;
}

.shokuiku-index .recipe-contents::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 1em;
	background: #ffebeb;
}

.shokuiku-index .recipe-contents > * {
	position: relative;
}

.shokuiku-index .recipe-contents h3 {
	margin: 0;
	font-size: inherit;
}


@media (max-width: 640px) {
	.shokuiku-index .recipe-contents {
		display: grid;
		justify-content: center;
		grid-gap: 1.5em;
		padding: 1.5em 1em;
		text-align: center;
	}

	.shokuiku-index .recipe-contents.top::before {
		height: calc(100% - 4em);
	}

	.shokuiku-index .recipe-contents.top h3 img {
		width: 14em;
	}
	.shokuiku-index .recipe-contents.category h3 img {
		height: 1.25em;
	}

}


@media (min-width: 641px) {

	.shokuiku-index .recipe-contents {
		display: flex;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 1.5em;
		width: 47.5em;
	}

	.IE .shokuiku-index .recipe-contents {
		overflow: hidden;
	}

	.shokuiku-index .recipe-contents.top::before {
		height: calc(100% - 2em);
	}

	.shokuiku-index .recipe-contents > * {
		position: relative;
		margin: 1em 0 0;
	}

	.shokuiku-index .recipe-contents.top {
		padding-top: 0;
	}
	.shokuiku-index .recipe-contents.category {
		padding-top: 1em;
	}

	.shokuiku-index .recipe-contents.top h3 img {
		width: 12.5em;
	}
	.shokuiku-index .recipe-contents.category h3 img {
		height: 1em;
	}

}



/* ==================== shokuiku-index/recommend-columns.css ==================== */

.shokuiku-index .recommend-columns {
	border-top: 1px solid #dfe4e8;
	text-align: center;

}

.shokuiku-index .recommend-columns h3 {
	margin: 1.5em auto 0;
	font-size: inherit;
}

.shokuiku-index .recommend-columns ul {
	margin: 1.5em 0;
}

.shokuiku-index .recommend-columns li {
	transition: opacity 200ms;
}
.shokuiku-index .recommend-columns li:hover {
	opacity: 0.6;
}


.shokuiku-index .recommend-columns ul a {
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.25em;
	overflow: hidden;
	height: 100%;
	background: #e6f0f7;
	color: inherit;
	text-decoration: none;
}

.shokuiku-index .recommend-columns .thum {
	width: 100%;
	height: 8em;
	background: no-repeat center center / cover;
}

.shokuiku-index .recommend-columns .title {
	display: flex;
	justify-content: center;
	padding: 0.75em;
	text-align: left;
	line-height: 1.4;
}



@media (max-width: 640px) {
	.shokuiku-index .recommend-columns {
		margin: 0 1em;
	}
	.shokuiku-index .recommend-columns h3 img {
		height: 1.25em;
	}

	.shokuiku-index .recommend-columns ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1em;
	}

	.shokuiku-index .recommend-columns .title {
		font-size: 80%;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .recommend-columns {
		width: 47.5em;
		margin: 0 auto;
	}
	.shokuiku-index .recommend-columns h3 img {
		height: 1.1em;
	}

	.shokuiku-index .recommend-columns ul {
		display: flex;
		justify-content: space-between;
	}
	.shokuiku-index .recommend-columns ul::after {
		content: none;
	}

	.shokuiku-index .recommend-columns li {
		box-sizing: border-box;
		width: 100%;
		width: 32%;
	}

	.shokuiku-index .recommend-columns .title {
		font-size: 70%;
	}
}



/* ==================== shokuiku-index/recommend-contents.css ==================== */

.shokuiku-index .recommend-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: no-repeat center top / 101%;
}

.IE .shokuiku-index .recommend-contents > * {
	min-height: 0%;
}

.shokuiku-index .recommend-contents.all { background-color: red; }
.shokuiku-index .recommend-contents.age-0 { background-color: #b5c9d6; }
.shokuiku-index .recommend-contents.age-1 { background-color: #ffbb00; }
.shokuiku-index .recommend-contents.age-2 { background-color: #77c700; }
.shokuiku-index .recommend-contents.age-3 { background-color: #73b7ff; }
.shokuiku-index .recommend-contents.age-4 { background-color: #ae8fff; }
.shokuiku-index .recommend-contents.age-5 { background-color: #ffa3dc; }

.shokuiku-index .recommend-contents.top,
.shokuiku-index .recommend-contents.pickup {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.75), white 10em);
}

.shokuiku-index .recommend-contents.category {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.6) 12.5em, white 12.5em);
}
.shokuiku-index .recommend-contents.category.all {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.6) 11em, white 11em);
}


.shokuiku-index .recommend-contents h2 {
	margin: 1.5em 0;
	text-align: center;
	font-size: inherit;
}

.shokuiku-index .recommend-contents .reset-age {
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	font-size: inherit;
}

.shokuiku-index .recommend-contents .reset-age.hide {
	display: none;
}


@media (max-width: 640px) {
	.shokuiku-index .recommend-contents {
		padding: 0 1em;
	}
	.shokuiku-index .recommend-contents h2 img {
		height: 1.25em;
	}

	.shokuiku-index .recommend-contents .reset-age {
		margin: -0.75em 0 1.25em;

	}

	.shokuiku-index .recommend-contents .reset-age img {
		height: 1.75em;
	}

}


@media (min-width: 641px) {
	.shokuiku-index .recommend-contents h2 img {
		height: 1.1em;
	}

	.IE .shokuiku-index .recommend-contents h2 {
		width: 100%;
	}

	.shokuiku-index .recommend-contents .reset-age {
		position: absolute;
		left: 50%;
		top: 1.7em;
		transform: translateX(16em);
	}

	.shokuiku-index .recommend-contents .reset-age img {
		height: 1.4em;
	}

	.IE .shokuiku-index .recommend-contents .reset-age {
		width: 123px;
	}

}



/* ==================== shokuiku-index/recommend-features.css ==================== */

.shokuiku-index .recommend-features ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.shokuiku-index .recommend-features ul::after {
	content: none;
}

.shokuiku-index .recommend-features li {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	box-sizing: border-box;
}
.shokuiku-index .recommend-features li > * {
	width: 100%;
}

.shokuiku-index .recommend-features li .title {
	margin: 0.5em 0;
}

.shokuiku-index .recommend-features.top .title,
.shokuiku-index .recommend-features.top .description {
	display: none;
}


@media (max-width: 640px) {

	.shokuiku-index .recommend-features ul {
		justify-content: space-between;
	}

	.shokuiku-index .recommend-features li {
		width: 48%;
		margin-bottom: 1em;
	}
	.shokuiku-index .recommend-features.top li {
		width: 75%;
		margin: 0.5em auto;
	}

	.shokuiku-index .recommend-features li .title {
		font-size: 85%;
	}
	.shokuiku-index .recommend-features li .description {
		font-size: 80%;
		line-height: 1.4;
	}

}


@media (min-width: 641px) {

	.shokuiku-index .recommend-features ul {
		justify-content: center;
	}


	.shokuiku-index .recommend-features.top li {
		width: calc(100%/3 - 2%);
		margin: 0 1%;
	}
	.IE .shokuiku-index .recommend-features.top li {
		width: 31.3%;
	}

	.shokuiku-index .recommend-features.category li {
		width: calc(47.5em/4 - 1em);
		margin: 0 0.5em 0.5em;
	}

	.shokuiku-index .recommend-features .title {
		font-size: 65%;
	}
	.shokuiku-index .recommend-features .description {
		font-size: 60%;
	}


	.IE .shokuiku-index .recommend-features,
	.IE .shokuiku-index .recommend-features ul {
		max-width: 100%;
		overflow: hidden;
	}

}



/* ==================== shokuiku-index/recommend-pages.css ==================== */

.shokuiku-index .recommend-pages {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.IE .shokuiku-index .recommend-pages > * {
	min-height: 0%;
}

.shokuiku-index .recommend-pages ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.shokuiku-index .recommend-pages li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	box-sizing: border-box;
}

.shokuiku-index .recommend-pages li.new {
	position: relative;
}
.shokuiku-index .recommend-pages li.new::before {
	content: 'NEW';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -1em;
	top: -1.25em;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	background: red;
	opacity: 0.9;
	color: white;
	font-size: 50%;
	font-family: Helvetica, Arial, sans-serif;

	/* animation-name: shokuiku-pages-new;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(1); */

}

@keyframes shokuiku-pages-new {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

.shokuiku-index .recommend-pages li img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dfe4e8;
}

.shokuiku-index .recommend-pages.all li img { border-color: #ffbfbf; }
.shokuiku-index .recommend-pages.age-1 li img { border-color: #ffdd80; }
.shokuiku-index .recommend-pages.age-2 li img { border-color: #bbe380; }
.shokuiku-index .recommend-pages.age-3 li img { border-color: #b9dbff; }
.shokuiku-index .recommend-pages.age-4 li img { border-color: #d6c7ff; }
.shokuiku-index .recommend-pages.age-5 li img { border-color: #ffd1ed; }

.shokuiku-index .recommend-pages li .title {
	margin: 0.5em 0;
}


.shokuiku-index .recommend-pages.category-middle h3 {
	margin: 0 0 1em;
	font-size: inherit;
}


@media (max-width: 640px) {
	.shokuiku-index .recommend-pages.category-middle {
		margin: 1em 1em 0;
	}

	.shokuiku-index .recommend-pages ul {
		box-sizing: border-box;
		width: 100%;
		justify-content: space-between;
	}

	.shokuiku-index .recommend-pages li {
		width: 48%;
		margin-bottom: 1em;
	}

	.shokuiku-index .recommend-pages li .title {
		font-size: 85%;
	}
	.shokuiku-index .recommend-pages li .description {
		font-size: 80%;
		line-height: 1.4;
	}

	.shokuiku-index .recommend-pages.category-middle h3 img {
		height: 1.25em;
	}

}


@media (min-width: 641px) {
	
	.shokuiku-index .recommend-pages ul {
		max-width: calc(11em * 4 + 1em * 4);
	}
	.shokuiku-index .recommend-pages ul::after {
		content: none;
	}

	.shokuiku-index .recommend-pages li {
		width: 11em;
		margin: 0 0.5em 1em;
	}

	.shokuiku-index .recommend-pages.top-index li {
		width: 10.25em;
	}

	.shokuiku-index .recommend-pages li .title {
		font-size: 65%;
	}
	.shokuiku-index .recommend-pages li .description {
		font-size: 60%;
		line-height: 1.5;
	}

	.shokuiku-index .recommend-pages.category-middle h3 img {
		height: 1em;
	}

}



/* ==================== shokuiku-index/recommend-pages.head.css ==================== */

@media (max-width: 640px) {
	.shokuiku-index .recommend-pages.head.all li {
		/* overflow: hidden; */
		border: 1px solid #ffbfbf;
		border-radius: 0.25em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(255,0,0,0.2);
		transform: scale(1.05);
	}

	.shokuiku-index .recommend-pages.head.all li .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.all li .description {
		padding: 0.75em;
	}

	.shokuiku-index .recommend-pages.head.all li img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

}

@media (min-width: 641px) {
	.shokuiku-index .recommend-pages.head.all li {
		/* overflow: hidden; */
		border: 1px solid #ffbfbf;
		border-radius: 0.25em;
		margin-bottom: 2em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(255,0,0,0.2);
	}

	.shokuiku-index .recommend-pages.head.all li .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.all li .description {
		padding: 0.75em;
		font-size: 65%;
	}

	.shokuiku-index .recommend-pages.head.all li img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

}

@media (max-width: 640px) {
	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+2) {
		/* overflow: hidden; */
		border: 1px solid #ffdd80;
		border-radius: 0.25em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(255,187,0,0.2);
		transform: scale(1.05);
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(3),
	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(4) {
		margin-top: 1em;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+2) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+2) .description {
		padding: 0.75em;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+2) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

}

@media (min-width: 641px) {
	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+3) {
		/* overflow: hidden; */
		border: 1px solid #ffdd80;
		border-radius: 0.25em;
		margin-bottom: 2em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(255,187,0,0.2);
		width: 13.5em;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+3) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+3) .description {
		padding: 0.75em;
		font-size: 65%;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(-n+3) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:first-child {
		margin-left: auto;
	}

	.shokuiku-index .recommend-pages.head.age-1 li:nth-of-type(3) {
		margin-right: auto;
	}

}

@media (max-width: 640px) {
	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+2) {
		/* overflow: hidden; */
		border: 1px solid #bbe380;
		border-radius: 0.25em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(119,199,0,0.2);
		transform: scale(1.05);
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(3),
	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(4) {
		margin-top: 1em;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+2) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+2) .description {
		padding: 0.75em;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+2) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

}

@media (min-width: 641px) {
	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+3) {
		/* overflow: hidden; */
		border: 1px solid #bbe380;
		border-radius: 0.25em;
		margin-bottom: 2em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(119,199,0,0.2);
		width: 13.5em;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+3) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+3) .description {
		padding: 0.75em;
		font-size: 65%;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(-n+3) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:first-child {
		margin-left: auto;
	}

	.shokuiku-index .recommend-pages.head.age-2 li:nth-of-type(3) {
		margin-right: auto;
	}

}

@media (max-width: 640px) {
	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+2) {
		/* overflow: hidden; */
		border: 1px solid #b9dbff;
		border-radius: 0.25em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(115,183,255,0.2);
		transform: scale(1.05);
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(3),
	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(4) {
		margin-top: 1em;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+2) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+2) .description {
		padding: 0.75em;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+2) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

}

@media (min-width: 641px) {
	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+3) {
		/* overflow: hidden; */
		border: 1px solid #b9dbff;
		border-radius: 0.25em;
		margin-bottom: 2em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(115,183,255,0.2);
		width: 13.5em;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+3) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+3) .description {
		padding: 0.75em;
		font-size: 65%;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(-n+3) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:first-child {
		margin-left: auto;
	}

	.shokuiku-index .recommend-pages.head.age-3 li:nth-of-type(3) {
		margin-right: auto;
	}

}

@media (max-width: 640px) {
	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+2) {
		/* overflow: hidden; */
		border: 1px solid #d6c7ff;
		border-radius: 0.25em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(174,143,255,0.2);
		transform: scale(1.05);
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(3),
	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(4) {
		margin-top: 1em;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+2) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+2) .description {
		padding: 0.75em;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+2) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

}

@media (min-width: 641px) {
	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+3) {
		/* overflow: hidden; */
		border: 1px solid #d6c7ff;
		border-radius: 0.25em;
		margin-bottom: 2em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(174,143,255,0.2);
		width: 13.5em;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+3) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+3) .description {
		padding: 0.75em;
		font-size: 65%;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(-n+3) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:first-child {
		margin-left: auto;
	}

	.shokuiku-index .recommend-pages.head.age-4 li:nth-of-type(3) {
		margin-right: auto;
	}

}

@media (max-width: 640px) {
	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+2) {
		/* overflow: hidden; */
		border: 1px solid #ffd1ed;
		border-radius: 0.25em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(255,163,220,0.2);
		transform: scale(1.05);
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(3),
	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(4) {
		margin-top: 1em;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+2) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+2) .description {
		padding: 0.75em;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+2) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

}

@media (min-width: 641px) {
	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+3) {
		/* overflow: hidden; */
		border: 1px solid #ffd1ed;
		border-radius: 0.25em;
		margin-bottom: 2em;
		background: white;
		box-shadow: 0 0.2em 0.2em rgba(255,163,220,0.2);
		width: 13.5em;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+3) .title {
		display: none;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+3) .description {
		padding: 0.75em;
		font-size: 65%;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(-n+3) img {
		border: none;
		border-radius: 0.25em 0.25em 0 0;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:first-child {
		margin-left: auto;
	}

	.shokuiku-index .recommend-pages.head.age-5 li:nth-of-type(3) {
		margin-right: auto;
	}

}


/* .shokuiku-index .recommend-pages.head.all li:nth-of-type(1) img,
.shokuiku-index .recommend-pages.head.all li:nth-of-type(2) img {
	border-bottom: 1px solid #ffbfbf;
} */

/* @media (min-width: 641px) {
	.shokuiku-index .recommend-pages.head.age-4 ul {
		justify-content: center;
	}
} */



/* ==================== shokuiku-index/recommend-pickups.css ==================== */

.IE .shokuiku-index .recommend-pickups {
	overflow: hidden;
}

.shokuiku-index .recommend-pickups ul::after {
	content: none;
}

.shokuiku-index .recommend-pickups li {
	display: flex;
	align-items: flex-start;
}

.shokuiku-index .recommend-pickups li .banner {
	flex-shrink: 0;
	width: 4.5em;
	margin-right: 1em;
}

.shokuiku-index .recommend-pickups li img {
	box-sizing: border-box;
	border: 1px solid #dfe4e8;
}

.shokuiku-index .recommend-pickups.age-1 li img { border-color: #ffdd80; }
.shokuiku-index .recommend-pickups.age-2 li img { border-color: #bbe380; }
.shokuiku-index .recommend-pickups.age-3 li img { border-color: #b9dbff; }
.shokuiku-index .recommend-pickups.age-4 li img { border-color: #d6c7ff; }
.shokuiku-index .recommend-pickups.age-5 li img { border-color: #ffd1ed; }


.shokuiku-index .recommend-pickups li .text {
	display: flex;
	flex-wrap: wrap;
}
.shokuiku-index .recommend-pickups li .text > * {
	width: 100%;
}

.shokuiku-index .recommend-pickups li .parent_title {
	color: #999;
	text-decoration: none;
}

.shokuiku-index .recommend-pickups li .title {
	margin: 0.25em 0;
	font-size: 110%;
}


@media (max-width: 640px) {
	.shokuiku-index .recommend-pickups ul {
		display: grid;
		grid-template-column: repeat(2, 1fr);
	}

	.shokuiku-index .recommend-pickups li {
		border: dashed #dfe4e8;
		border-width: 1px 0;
		padding: 1em 0.5em;
	}
	.shokuiku-index .recommend-pickups li:nth-of-type(n+2) {
		border-top: none;
	}

	.shokuiku-index .recommend-pickups .text {
		font-size: 80%;
	}
}


@media (min-width: 641px) {

	.shokuiku-index .recommend-pickups ul {
		display: flex;
		flex-wrap: wrap;
		width: 47.5em;
	}

	.shokuiku-index .recommend-pickups li {
		width: 31.3%;
		margin: 1%;
	}

	.shokuiku-index .recommend-pickups li .text {
		font-size: 60%;
	}

}



/* ==================== shokuiku-index/recommend-recipes.css ==================== */

.shokuiku-index .recommend-recipes li {
	border-radius: 0.25em;
	background: white;
	overflow: hidden;
}

.shokuiku-index .recommend-recipes li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.shokuiku-index .recommend-recipes li span.pic {
	background-size: cover;
	width: 100%;
}
.shokuiku-index .recommend-recipes li span.pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* visibility: hidden; */
}


.shokuiku-index .recommend-recipes li span.title {
	flex-grow: 2;
	display: flex;
	align-items: center;
	padding: 0.75em;
	line-height: 1.3;
	min-height: 2.6em;
}


@media (max-width :640px) {

	.shokuiku-index .recommend-recipes ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1em;
	}
	.shokuiku-index .recommend-recipes li span.pic {
		height: 25vw;
	}

	.shokuiku-index .recommend-recipes li .title {
		font-size: 80%;
	}

}

@media (min-width: 641px) {

	.shokuiku-index .recommend-recipes ul {
		display: flex;
	}
	.shokuiku-index .recommend-recipes ul::after {
		content: none;
	}

	.shokuiku-index .recommend-recipes li {
		width: calc(100%/4 - 2%);
		margin: 0 1%;
	}

	.shokuiku-index .recommend-recipes li .title {
		font-size: 60%;
	}

	.shokuiku-index .recommend-recipes li span.pic {
		height: 6.5em;
	}

	.IE .shokuiku-index .recommend-recipes li {
		width: 11em;
	}
	.IE .shokuiku-index .recommend-recipes li span.pic img {
		display: none;
	}
	.IE .shokuiku-index .recommend-recipes li span.title {
		max-width: 100%;
		box-sizing: border-box;
	}

}



/* ==================== shokuiku-index/seminar-banner.css ==================== */

.shokuiku-index .seminar-banner {
	margin: 1em auto 0;
	width: max-content;
	background: #FFE5E5;
	border-radius: 0.5em;
}

.shokuiku-index .seminar-banner figure {
	display: grid;
	grid-gap: 0.5em;
	justify-items: center;
	margin: 0;
}

.shokuiku-index .seminar-banner figcaption {
	color: #FF0000;
}

.shokuiku-index .seminar-banner figure img {
	width: 16em;
}


@media (max-width: 640px) {

	.shokuiku-index .seminar-banner {
		padding: 1em;
	}

	.shokuiku-index .seminar-banner figcaption {
		font-size: 80%;
	}

}


@media (min-width: 641px) {

	.shokuiku-index .seminar-banner {
		padding: 1em 1.5em;
	}

	.shokuiku-index .seminar-banner figcaption {
		font-size: 65%;
	}

}



/* ==================== shokuiku-index/seminar-link.css ==================== */

.shokuiku-index .seminar-link {
	border-top: 1px solid #dfe4e8;
	padding: 2em 0;
}


@media (max-width: 640px) {
	.shokuiku-index .seminar-link {
		margin: 0 1em;
	}
	.shokuiku-index .seminar-link ul {
		display: grid;
		grid-gap: 1.5em;
		justify-content: center;
	}
	.shokuiku-index .seminar-link a img {
		width: 15em;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .seminar-link {
		width: 47.5em;
		margin: 0 auto;
	}

	.shokuiku-index .seminar-link ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.shokuiku-index .seminar-link li {
		margin: 0 0.5em;
	}

	.shokuiku-index .seminar-link a img {
		width: 12em;
	}
}



/* ==================== shokuiku-index/top-category-index.css ==================== */

.shokuiku-index .top-category-index {
	margin: 1.5em auto;
}

.shokuiku-index .top-category-index > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	border: 0 solid #dfe4e8;
	padding: 1.5em 0;
}

.IE .shokuiku-index .top-category-index > div > * {
	min-height: 0%;
}

.shokuiku-index .top-category-index h3 {
	margin: 0;
	font-size: inherit;
	line-height: 1;
}

.shokuiku-index .top-category-index ul {
	margin-top: 1em;
}


@media (max-width: 640px) {
	.shokuiku-index .top-category-index {
		margin: 0 1em;
	}

	.shokuiku-index .top-category-index > div {
		border-width: 1px 0;
	}
	.shokuiku-index .top-category-index > div:nth-of-type(n+2) {
		border-top: none;
	}

	.shokuiku-index .top-category-index h3 img {
		height: 1.25em;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .top-category-index {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 47.5em;
		border-bottom: 1px solid #dfe4e8;
		background: linear-gradient(#dfe4e8, #dfe4e8) no-repeat center top / 1px calc(100% - 1em);
	}
	.shokuiku-index .top-category-index > div {
		width: 48%;
	}
	.shokuiku-index .top-category-index > div:nth-last-of-type(n+3) {
		border-bottom-width: 1px;
	}

	.shokuiku-index .top-category-index h3 img {
		height: 1em;
	}

	.IE .shokuiku-index .top-category-index h3 {
		width: 100%;
		text-align: center;
	}

	.IE .shokuiku-index .top-category-index h3 img {
		/* max-width: none; */
	}

	.shokuiku-index .top-category-index .more {
		margin-top: auto;
	}
}



/* ==================== shokuiku-index/top-headline.css ==================== */

.shokuiku-index .top-headline {
	display: grid;
	margin: 0 auto;
}


@media (max-width: 640px) {
	.shokuiku-index .top-headline {
		grid-gap: 2em;
		margin: 1em;
	}
}


@media (min-width: 641px) {

	.shokuiku-index .top-headline {
		grid-gap: 1em;
		grid-template-columns: repeat(2, 1fr);
		width: 47.5em;
	}

	.shokuiku-index .top-headline > div:nth-of-type(1) {
		align-self: start;
	}

	.shokuiku-index .top-headline > div:nth-of-type(2) {
		align-self: center;
	}

	.shokuiku-index .top-headline > div:nth-of-type(3) {
		grid-column: 2;
		grid-row: 1/3;
	}


	.IE .shokuiku-index .top-headline {
		display: -ms-grid;
		-ms-grid-columns: 1fr 1em 1fr;
		-ms-grid-rows: auto 1em auto;
		grid-template-columns: repeat(2, 1fr);
	}
	.IE .shokuiku-index .top-headline > div:nth-of-type(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.IE .shokuiku-index .top-headline > div:nth-of-type(2) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	.IE .shokuiku-index .top-headline > div:nth-of-type(3) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
	}


}



/* ==================== shokuiku-index/top-meiiku.css ==================== */

.shokuiku-index .top-meiiku {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 22em;
	justify-self: center;
	-ms-grid-column-align: center;
}

.shokuiku-index .top-meiiku h3 {
	position: relative;
	margin: 0;
	padding: 0 1.25em;
	line-height: 1.35;
	font-weight: normal;
}

.shokuiku-index .top-meiiku h3::before,
.shokuiku-index .top-meiiku h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 90%;
	border-left: 1.5px solid #e50012;
}

.shokuiku-index .top-meiiku h3::before {
	left: 0;
	transform: rotate(-15deg);
	transform-origin: left top;
}
.shokuiku-index .top-meiiku h3::after {
	right: 0;
	transform: rotate(15deg);
	transform-origin: right top;
}

.shokuiku-index .top-meiiku h3 strong {
	font-weight: normal;
	color: #e50012;
}


.shokuiku-index .top-meiiku .banner {
	position: relative;
	margin-top: 0.25em;
}
.IE .shokuiku-index .top-meiiku .banner {
	min-height: 0%;
	max-width: 100%;
}

.shokuiku-index .top-meiiku img:not([src*="banner"]) {
	position: absolute;
	right: 0;
	bottom: 0;
}

.shokuiku-index .top-meiiku img[src*="new"] {
	width: 36.818181818182%;
	transform-origin: center bottom;
	transition: 150ms;
}
.shokuiku-index .top-meiiku img[src*="new"]:hover {
	transform: scale(1.05);
}

.shokuiku-index .top-meiiku img[src*="bn_btn"] {
	width: 51.136363636364%;
}


@media (max-width: 640px) {
	.shokuiku-index .top-meiiku h3 {
		font-size: 85%;
	}
	.shokuiku-index .top-meiiku h3 span:nth-of-type(3) {
		display: block;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .top-meiiku h3 {
		font-size: 65%;
	}
	.shokuiku-index .top-meiiku h3 span:nth-of-type(1) {
		display: block;
	}
}



/* ==================== shokuiku-index/top-monthly-recommend__pages.css ==================== */

.shokuiku-index .top-monthly-recommend .pages {
	margin: 1em 0;
}

.shokuiku-index .top-monthly-recommend .pages ul {
	display: flex;
	justify-content: space-between;
}
.shokuiku-index .top-monthly-recommend .pages ul::after {
	content: none;
}

.shokuiku-index .top-monthly-recommend .pages li {
	display: flex;
	flex-direction: column;
	width: 48%;
}

.shokuiku-index .top-monthly-recommend .pages li img {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.shokuiku-index .top-monthly-recommend .pages .title {
	margin: 0.5em 0;
}


@media (max-width: 640px) {
	.shokuiku-index .top-monthly-recommend .pages .title {
		font-size: 85%;
	}
	.shokuiku-index .top-monthly-recommend .pages .description {
		font-size: 80%;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .top-monthly-recommend .pages .title {
		font-size: 65%;
	}
	.shokuiku-index .top-monthly-recommend .pages .description {
		font-size: 60%;
	}

	.IE .shokuiku-index .top-monthly-recommend .pages li img {
		width: 10.25em;
	}
}



/* ==================== shokuiku-index/top-monthly-recommend__pickup.css ==================== */

.shokuiku-index .top-monthly-recommend .pickup {
	line-height: 1.4;
}

.shokuiku-index .top-monthly-recommend .pickup {
	border-radius: 0.25em;
}
.shokuiku-index .top-monthly-recommend .pickup .text {
	margin-top: 0.5em;
}


@media (max-width: 640px) {
	.shokuiku-index .top-monthly-recommend .pickup {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 1em;
		justify-content: center;
	}

	.shokuiku-index .top-monthly-recommend .pickup .title-image {
		order: 1;
		flex-shrink: 0;
	}
	.shokuiku-index .top-monthly-recommend .pickup .banner {
		order: 2;
	}
	.shokuiku-index .top-monthly-recommend .pickup .title {
		order: 3;
	}
	.shokuiku-index .top-monthly-recommend .pickup .text {
		order: 4;
	}

	.shokuiku-index .top-monthly-recommend .pickup .title-image,
	.shokuiku-index .top-monthly-recommend .pickup .banner {
		margin: 0 0.5em;
	}

	.shokuiku-index .top-monthly-recommend .pickup .title-image {
		width: 8em;
	}
	.shokuiku-index .top-monthly-recommend .pickup .banner {
		width: 6em;
	}

	.shokuiku-index .top-monthly-recommend .pickup .title,
	.shokuiku-index .top-monthly-recommend .pickup .text {
		margin-top: 0.5em;
	}

	.shokuiku-index .top-monthly-recommend .pickup .title {
		font-size: 85%;
	}

	.shokuiku-index .top-monthly-recommend .pickup .text {
		display: flex;
		justify-content: center;
		width: 100%;
		font-size: 80%;
	}

}


@media (min-width: 641px) {

	.shokuiku-index .top-monthly-recommend .pickup {
		display: grid;
		grid-template-columns: 4em auto 4em;
		grid-gap: 0 0.5em;
		align-items: center;
		margin-top: auto;
		padding: 0.5em;
	}

	.shokuiku-index .top-monthly-recommend .pickup .title-image {
		grid-column: 1;
		grid-row: 1/3;
	}
	.shokuiku-index .top-monthly-recommend .pickup .title {
		grid-column: 2;
		grid-row: 1;
	}
	.shokuiku-index .top-monthly-recommend .pickup .text {
		grid-column: 2;
		grid-row: 2;
	}
	.shokuiku-index .top-monthly-recommend .pickup .banner {
		grid-column: 3;
		grid-row: 1/3;
	}

	.shokuiku-index .top-monthly-recommend .pickup .title {
		font-size: 65%;
	}
	.shokuiku-index .top-monthly-recommend .pickup .text {
		font-size: 60%;
	}


	.IE .shokuiku-index .top-monthly-recommend .pickup {
		display: -ms-grid;
		-ms-grid-columns: 4em auto 4em;
	}

	.IE .shokuiku-index .top-monthly-recommend .pickup > * {
		display: block;
	}

	.IE .shokuiku-index .top-monthly-recommend .pickup .title-image {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
	}
	.IE .shokuiku-index .top-monthly-recommend .pickup .title {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	.IE .shokuiku-index .top-monthly-recommend .pickup .text {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
	.IE .shokuiku-index .top-monthly-recommend .pickup .banner {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
	}

	.IE .shokuiku-index .top-monthly-recommend .pickup .title-image img,
	.IE .shokuiku-index .top-monthly-recommend .pickup .banner img {
		width: 4em;
	}

}



/* ==================== shokuiku-index/top-monthly-recommend.css ==================== */

.shokuiku-index .top-monthly-recommend {
	display: flex;
	flex-direction: column;
	border-radius: 1em;
}

.shokuiku-index .top-monthly-recommend.month-1 { background: #FFDBDB; }
.shokuiku-index .top-monthly-recommend.month-2 { background: #E0F0FF; }
.shokuiku-index .top-monthly-recommend.month-3 { background: #ECF586; }
.shokuiku-index .top-monthly-recommend.month-4 { background: #FFEBEB; }
.shokuiku-index .top-monthly-recommend.month-5 { background: #E8EDFF; }
.shokuiku-index .top-monthly-recommend.month-6 { background: #F7EDCD; }
.shokuiku-index .top-monthly-recommend.month-7 { background: #D9F5CD; }
.shokuiku-index .top-monthly-recommend.month-8 { background: #D9F1FF; }
.shokuiku-index .top-monthly-recommend.month-9 { background: #FCE8D3; }
.shokuiku-index .top-monthly-recommend.month-10 { background: #E7F298; }
.shokuiku-index .top-monthly-recommend.month-11 { background: #FCE7B3; }
.shokuiku-index .top-monthly-recommend.month-12 { background: #FCD9FB; }

.shokuiku-index .top-monthly-recommend.month-1 .pickup { background: #FFC9C9; }
.shokuiku-index .top-monthly-recommend.month-2 .pickup { background: #C7E5FF; }
.shokuiku-index .top-monthly-recommend.month-3 .pickup { background: #DFEB57; }
.shokuiku-index .top-monthly-recommend.month-4 .pickup { background: #FFD9D9; }
.shokuiku-index .top-monthly-recommend.month-5 .pickup { background: #DBE3FF; }
.shokuiku-index .top-monthly-recommend.month-6 .pickup { background: #F2E0A9; }
.shokuiku-index .top-monthly-recommend.month-7 .pickup { background: #C3EDB2; }
.shokuiku-index .top-monthly-recommend.month-8 .pickup { background: #C2E8FF; }
.shokuiku-index .top-monthly-recommend.month-9 .pickup { background: #FCDBB8; }
.shokuiku-index .top-monthly-recommend.month-10 .pickup { background: #D7E864; }
.shokuiku-index .top-monthly-recommend.month-11 .pickup { background: #FCDA8B; }
.shokuiku-index .top-monthly-recommend.month-12 .pickup { background: #FAC6F9; }

.shokuiku-index .top-monthly-recommend h2 {
	margin: 0;
	text-align: center;
	font-size: inherit;
	line-height: 1;
}


@media (max-width: 640px) {
	.shokuiku-index .top-monthly-recommend {
		padding: 1.5em 1em 1em;
	}
	.shokuiku-index .top-monthly-recommend h2 img {
		height: 1.25em;
	}
}


@media (min-width: 641px) {
	.shokuiku-index .top-monthly-recommend {
		padding: 1em;
	}
	.shokuiku-index .top-monthly-recommend h2 img {
		height: 1em;
	}
}



/* ==================== shokuiku-index/top-recommends__select-age.css ==================== */

.shokuiku-index .top-recommends .select-age {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shokuiku-index .top-recommends .select-age::before,
.shokuiku-index .top-recommends .select-age::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 22.5em;
	height: 2em;
	transform: translateX(-50%);
}

.shokuiku-index .top-recommends .select-age::before {
	border: 1px solid #dde3e8;
	border-bottom: none;
	border-radius: calc(1.75em + 1px) calc(1.75em + 1px) 0 0;
	top: -1px;
	box-sizing: border-box;
	width: calc(22.5em + 2px);
}

.shokuiku-index .top-recommends .select-age::after {
	top: 0;
	visibility: visible;
	border-radius: 1.75em 1.75em 0 0;
	background: white;
}

.shokuiku-index .top-recommends .select-age h3,
.shokuiku-index .top-recommends .select-age ul {
	position: relative;
}

.shokuiku-index .top-recommends .select-age::before {
	z-index: 0;
}
.shokuiku-index .top-recommends .select-age ul {
	z-index: 1;
}
.shokuiku-index .top-recommends .select-age::after {
	z-index: 2;
}
.shokuiku-index .top-recommends .select-age h3 {
	z-index: 3;
}

.shokuiku-index .top-recommends .select-age h3 {
	position: relative;
	box-sizing: border-box;
	height: 1.75em;
	border-width: 1px 1px 0;
	margin: 0 0 -0.25em;
	padding: 0.75em 1.5em 0;
	color: red;
	font-weight: normal;
}

.shokuiku-index .top-recommends .select-age ul {
	display: flex;
	align-items: center;
	border: 1px solid #dde3e8;
	margin: 0;
	background: white;
	box-shadow: 0 4px 2px rgba(0,0,0,0.1);
	list-style-type: none;
}

.shokuiku-index .top-recommends .select-age li button {
	display: flex;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	cursor: pointer;
}



@media (max-width: 640px) {

	.shokuiku-index .top-recommends .select-age::before,
	.shokuiku-index .top-recommends .select-age::after,
	.shokuiku-index .top-recommends .select-age h3 {
		font-size: 90%;
	}

	.shokuiku-index .top-recommends .select-age ul {
		border-radius: 1em;
		padding: 1.25em 1em 0.75em;
		flex-wrap: wrap;
		justify-content: center;
	}

	.shokuiku-index .top-recommends .select-age li {
		margin: 0.25em;
		width: 6.25em;
		width: 7.5em;
	}
}


@media (min-width: 641px) {

	.shokuiku-index .top-recommends .select-age::before,
	.shokuiku-index .top-recommends .select-age::after,
	.shokuiku-index .top-recommends .select-age h3 {
		font-size: 70%;
	}
	.shokuiku-index .top-recommends .select-age ul {
		border-radius: 1em;
		padding: 1.25em;
	}
	.shokuiku-index .top-recommends .select-age li {
		margin: 0 0.5em;
	}
}



/* ==================== shokuiku-index/top-recommends.css ==================== */

.shokuiku-index .top-recommends {
	position: relative;
}

.shokuiku-index .top-recommends > div:not(.selected) {
	opacity: 0;
	position: fixed;
	visibility: hidden;
}

.shokuiku-index .top-recommends > div.selected {
	opacity: 1;
	transition: opacity 200ms 100ms;
}



/* ==================== shokuiku-index/top-update.css ==================== */

.shokuiku-index .top-update {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shokuiku-index .top-update h2 {
	margin: 1em auto;
	font-size: inherit;
	line-height: 1;
}

.shokuiku-index .top-update li {
	display: flex;
	align-items: center;
}
.shokuiku-index .top-update li:nth-of-type(n+2) {
	margin-top: 0.5em;
}

.shokuiku-index .top-update li .thum {
	margin-right: 0.5em;
	flex-shrink: 0;
}

.shokuiku-index .top-update li .text time {
	display: flex;
	align-items: center;
	font-size: 90%;
}
.shokuiku-index .top-update li.new .text time::after {
	content: 'new';
	color: red;
	margin-left: 0.5em;
	font-size: 90%;
}


@media (max-width: 640px) {
	.shokuiku-index .top-update h2 img {
		height: 1.25em;
	}
	.shokuiku-index .top-update li .thum img {
		width: 3.5em;
	}
	.shokuiku-index .top-update li .text {
		font-size: 85%;
	}
}


@media (min-width: 641px) {

	.shokuiku-index .top-update h2 img {
		height: 1em;
	}

	.IE .shokuiku-index .top-update h2 {
		width: 100%;
		text-align: center;
	}

	.shokuiku-index .top-update ul {
		min-width: 22em;
	}

	.shokuiku-index .top-update li .thum img {
		width: 2.75em;
	}

	.shokuiku-index .top-update li .text {
		font-size: 65%;
	}
}


.IE .shokuiku-index .top-update ul {
	max-width: 100%;
}



/* ==================== shokuiku-index/scss/p-category-recommend.css ==================== */

.p-category-recommend {
  display: grid;
  grid-row-gap: 1.5em;
}
.p-category-recommend-head {
  display: grid;
}
@media (max-width: 640px) {
  .p-category-recommend-head {
    grid-row-gap: 1em;
    padding: 0 1em;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-head {
    grid-auto-flow: column;
    align-items: end;
    justify-content: space-between;
    width: 47.5em;
    margin: 0 auto;
  }
}
.p-category-recommend-head__title {
  display: grid;
  grid-row-gap: 0.5em;
  position: relative;
  padding-left: 0.8em;
  line-height: 1.4;
}
.p-category-recommend-head__title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 0.3em;
  height: 100%;
  border-radius: 0.1em;
}
.p-category--1 .p-category-recommend-head__title::before {
  background-color: var(--shokuiku-category-color-1);
}
.p-category--2 .p-category-recommend-head__title::before {
  background-color: var(--shokuiku-category-color-2);
}
.p-category--3 .p-category-recommend-head__title::before {
  background-color: var(--shokuiku-category-color-3);
}
.p-category--4 .p-category-recommend-head__title::before {
  background-color: var(--shokuiku-category-color-4);
}
.p-category--5 .p-category-recommend-head__title::before {
  background-color: var(--shokuiku-category-color-5);
}
.p-category-recommend-head__title h1 {
  margin: 0;
  font-size: inherit;
}
@media (max-width: 640px) {
  .p-category-recommend-head__title h1 img {
    height: 1.5em;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-head__title h1 img {
    height: 1.3em;
  }
}
.p-category-recommend-head__title p {
  margin: 0;
}
@media (max-width: 640px) {
  .p-category-recommend-head__title p {
    font-size: 80%;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-head__title p {
    font-size: 75%;
  }
}
.p-category-recommend-head__menu {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1em;
  justify-content: start;
}
.p-category-recommend-head__menu li {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
}
.p-category-recommend-head__menu li::before {
  content: "";
  width: 1.2em;
  aspect-ratio: 1/1;
  background: no-repeat center center/contain;
}
.p-category--1 .p-category-recommend-head__menu li::before {
  background-image: url(../images/category_head_menu_arrow_age-1.svg);
}
.p-category--2 .p-category-recommend-head__menu li::before {
  background-image: url(../images/category_head_menu_arrow_age-2.svg);
}
.p-category--3 .p-category-recommend-head__menu li::before {
  background-image: url(../images/category_head_menu_arrow_age-3.svg);
}
.p-category--4 .p-category-recommend-head__menu li::before {
  background-image: url(../images/category_head_menu_arrow_age-4.svg);
}
.p-category--5 .p-category-recommend-head__menu li::before {
  background-image: url(../images/category_head_menu_arrow_age-5.svg);
}
.p-category-recommend-head__menu li a {
  display: inline-block;
  padding-bottom: 0.5em;
  text-decoration: none;
  background: repeat-x center bottom/0.4em 0.1em;
  line-height: 1;
}
.p-category--1 .p-category-recommend-head__menu li a {
  color: var(--shokuiku-category-color-1-text);
  background-image: linear-gradient(to right, var(--shokuiku-category-color-1-text) 49%, transparent 51%);
}
.p-category--2 .p-category-recommend-head__menu li a {
  color: var(--shokuiku-category-color-2-text);
  background-image: linear-gradient(to right, var(--shokuiku-category-color-2-text) 49%, transparent 51%);
}
.p-category--3 .p-category-recommend-head__menu li a {
  color: var(--shokuiku-category-color-3-text);
  background-image: linear-gradient(to right, var(--shokuiku-category-color-3-text) 49%, transparent 51%);
}
.p-category--4 .p-category-recommend-head__menu li a {
  color: var(--shokuiku-category-color-4-text);
  background-image: linear-gradient(to right, var(--shokuiku-category-color-4-text) 49%, transparent 51%);
}
.p-category--5 .p-category-recommend-head__menu li a {
  color: var(--shokuiku-category-color-5-text);
  background-image: linear-gradient(to right, var(--shokuiku-category-color-5-text) 49%, transparent 51%);
}
@media (max-width: 640px) {
  .p-category-recommend-head__menu li a {
    font-size: 85%;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-head__menu li a {
    font-size: 75%;
  }
}
.p-category-recommend-pages {
  display: grid;
  grid-row-gap: 1.5em;
  justify-items: center;
  background-image: linear-gradient(to bottom, white 2em, rgba(255, 255, 255, 0.9) 2em, rgba(255, 255, 255, 0.6));
}
.p-category--1 .p-category-recommend-pages {
  background-color: var(--shokuiku-category-color-1-bg);
}
.p-category--2 .p-category-recommend-pages {
  background-color: var(--shokuiku-category-color-2-bg);
}
.p-category--3 .p-category-recommend-pages {
  background-color: var(--shokuiku-category-color-3-bg);
}
.p-category--4 .p-category-recommend-pages {
  background-color: var(--shokuiku-category-color-4-bg);
}
.p-category--5 .p-category-recommend-pages {
  background-color: var(--shokuiku-category-color-5-bg);
}
@media (max-width: 640px) {
  .p-category-recommend-pages {
    padding: 0 1em 1.5em;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-pages {
    padding-bottom: 1.5em;
  }
}
.p-category-recommend-pages__group {
  display: grid;
  grid-row-gap: 1em;
  background: white;
  border-radius: 1em;
  justify-items: center;
}
.p-category--1 .p-category-recommend-pages__group {
  box-shadow: 0 0.2em 0.8em var(--shokuiku-category-color-1-shadow);
}
.p-category--2 .p-category-recommend-pages__group {
  box-shadow: 0 0.2em 0.8em var(--shokuiku-category-color-2-shadow);
}
.p-category--3 .p-category-recommend-pages__group {
  box-shadow: 0 0.2em 0.8em var(--shokuiku-category-color-3-shadow);
}
.p-category--4 .p-category-recommend-pages__group {
  box-shadow: 0 0.2em 0.8em var(--shokuiku-category-color-4-shadow);
}
.p-category--5 .p-category-recommend-pages__group {
  box-shadow: 0 0.2em 0.8em var(--shokuiku-category-color-5-shadow);
}
@media (max-width: 640px) {
  .p-category-recommend-pages__group {
    padding: 1.5em 1em;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-pages__group {
    padding: 1.5em 2em;
  }
}
.p-category-recommend-pages__group h2 {
  margin: 0;
  font-weight: normal;
}
@media (max-width: 640px) {
  .p-category-recommend-pages__group h2 {
    font-size: 110%;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-pages__group h2 {
    font-size: 100%;
  }
}
.p-category--1 .p-category-recommend-pages__group h2 {
  color: var(--shokuiku-category-color-1-text);
}
.p-category--2 .p-category-recommend-pages__group h2 {
  color: var(--shokuiku-category-color-2-text);
}
.p-category--3 .p-category-recommend-pages__group h2 {
  color: var(--shokuiku-category-color-3-text);
}
.p-category--4 .p-category-recommend-pages__group h2 {
  color: var(--shokuiku-category-color-4-text);
}
.p-category--5 .p-category-recommend-pages__group h2 {
  color: var(--shokuiku-category-color-5-text);
}
.p-category-recommend-pages__group ul {
  align-items: start;
}
@media (max-width: 640px) {
  .p-category-recommend-pages__group ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.75em;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-pages__group ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5em;
    row-gap: 1em;
    justify-content: center;
    max-width: 43.5em;
  }
}
.p-category-recommend-pages__group ul li {
  display: grid;
  grid-row-gap: 0.25em;
  justify-items: center;
}
@media (min-width: 641px) {
  .p-category-recommend-pages__group ul li {
    width: 13.5em;
  }
}
.p-category-recommend-pages__group ul li .banner {
  background: #DFE4E8 linear-gradient(white, white) no-repeat center center/calc(100% - 2px) calc(100% - 2px);
}
.p-category-recommend-pages__group ul li .banner img {
  mix-blend-mode: darken;
}
.p-category-recommend-pages__group ul li .title {
  text-decoration: none;
}
.p-category--1 .p-category-recommend-pages__group ul li .title {
  color: var(--shokuiku-category-color-1-text);
}
.p-category--2 .p-category-recommend-pages__group ul li .title {
  color: var(--shokuiku-category-color-2-text);
}
.p-category--3 .p-category-recommend-pages__group ul li .title {
  color: var(--shokuiku-category-color-3-text);
}
.p-category--4 .p-category-recommend-pages__group ul li .title {
  color: var(--shokuiku-category-color-4-text);
}
.p-category--5 .p-category-recommend-pages__group ul li .title {
  color: var(--shokuiku-category-color-5-text);
}
@media (max-width: 640px) {
  .p-category-recommend-pages__group ul li .title {
    font-size: 80%;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-pages__group ul li .title {
    font-size: 70%;
  }
}
.p-category-recommend-pages__group ul li .description {
  line-height: 1.4;
}
@media (max-width: 640px) {
  .p-category-recommend-pages__group ul li .description {
    font-size: 70%;
  }
}
@media (min-width: 641px) {
  .p-category-recommend-pages__group ul li .description {
    font-size: 60%;
  }
}



/* ==================== shokuiku-index/scss/p-key-images.css ==================== */

.p-key-images {
  position: relative;
  display: grid;
  width: 100%;
  margin: 1em 0;
}
@media (max-width: 640px) {
  .p-key-images {
    height: 100vw;
  }
}
@media (min-width: 641px) {
  .p-key-images {
    height: 24em;
  }
}
@media (min-width: 641px) and (min-width: 1440px) {
  .p-key-images {
    height: 33.3333333333vw;
  }
}
.p-key-images::before {
  position: absolute;
  z-index: 1;
  content: "";
  aspect-ratio: 102/112;
  background: url(../images/banner/shokuiku_logo.png) no-repeat center center/contain;
}
@media (min-width: 1440px) {
  .p-key-images::before {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 640px) {
  .p-key-images::before {
    left: 0.7em;
    top: 0.8em;
    width: 3.65em;
  }
}
@media (min-width: 641px) {
  .p-key-images::before {
    left: 50%;
    top: 0;
    width: 5.1em;
    transform: translate(-26.5em, 1.1em);
  }
}
.p-key-images .p-key-image {
  grid-column: 1;
  grid-row: 1;
  background: white;
  cursor: pointer;
}
.p-key-images .p-key-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-key-images .p-key-image:not(.is-active) {
  visibility: hidden;
}
.p-key-images .p-key-image:not(.is-active) img {
  opacity: 0;
}
.p-key-images .p-key-image.is-active img {
  transition: opacity 1200ms;
}

.p-key-images-controls {
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 1em;
  justify-content: center;
}
.p-key-images-controls button {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 1.5em;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
}
.p-key-images-controls button::before {
  content: "";
  height: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #dfe4e8;
}
.p-key-images-controls button.is-active::before {
  transition: background-color 200ms;
}
.p-category--1 .p-key-images-controls button.is-active::before {
  background-color: var(--shokuiku-category-color-1);
}
.p-category--2 .p-key-images-controls button.is-active::before {
  background-color: var(--shokuiku-category-color-2);
}
.p-category--3 .p-key-images-controls button.is-active::before {
  background-color: var(--shokuiku-category-color-3);
}
.p-category--4 .p-key-images-controls button.is-active::before {
  background-color: var(--shokuiku-category-color-4);
}
.p-category--5 .p-key-images-controls button.is-active::before {
  background-color: var(--shokuiku-category-color-5);
}



/* ==================== shokuiku-index/scss/recommend-contents.css ==================== */





/* ==================== shokuiku-index/scss/recommend-pages.css ==================== */





/* ==================== shokuiku-index/scss/shokuiku-index.css ==================== */

.shokuiku-index::after, .shokuiku-index *::after {
  all: unset;
}