/* ==================== meiji.css ==================== */

@media all and (max-width: 640px) {
	#cmn-footer {
		font-family: sans-serif;
	}
	#cmn-footer ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.shokuiku div:after {
		font-size: inherit;
	}
}

/* 2020 */
#fb-root::after {
	content: none;
}



/* ==================== recipe-has-movie.css ==================== */

.recipe-has-movie {
	display: inline-block;
	position: relative;
}

.recipe-has-movie::after {
	content: '';
	display: block;
	position: absolute;
	right: 3%;
	top: 5%;
	width: 50%;
	max-width: 150px;
	min-width: 100px;
	height: 20%;
	background: url(/meiji-shokuiku/recipe/assets/images/movie_icon.svg) no-repeat top right / contain;
}

.left .new_item .recipe-has-movie::after {
	height: 13%;
}



/* ==================== ruby.css ==================== */

ruby.shokuiku-ruby {
	display: inline-block;
	position: relative;
	line-height: 1.1;
}
ruby.shokuiku-ruby span {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: translate(-50%, 0) scale(0.6);
	transform: translate(-50%, 0) scale(0.6);
	line-height: 1.2;
	white-space: nowrap;
}



/* ==================== shokuiku.css ==================== */

.shokuiku {
	transition: opacity 150ms ease;
}

.shokuiku:not(.ready){
	opacity: 0;
}
.shokuiku.ready {
	opacity: 1;
}

.shokuiku * {
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	/* -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased; */
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.shokuiku img {
	max-width: 100%;
	vertical-align: bottom;
}

@media screen and (max-width: 640px) {
	.shokuiku {
		font-size: 4vw;
	}
	.shokuiku img[src*="_pc."] {
		display: none;
	}
	.shokuiku picture img[src*="_pc."] {
		display: inline;
	}
}

@media screen and (min-width: 641px) {


	body {
		overflow-x: auto;
		min-width: 950px;
		/*
		2024年3月
		明治共通CSSのオーバーライド

		明治共通フレームの仕様で、
		950px以下のウィンドウではみ出したコンテンツが見られなくなる問題に対応
		（食物アレルギー、日本の食など、比較的古いコンテンツ
		　世界の食、ロスゼロなど、
		　新しいコンテンツはレスポンシブで狭いウィンドウではスケールが縮小される）
		将来的にすべてのコンテンツで相対フォントサイズにできれば、
		このオーバーライドは削除できる
		*/
	}


	.shokuiku main {
		/* min-width: 950px; */
	}
	.shokuiku img[src*="_sp."] {
		display: none;
	}
	.shokuiku picture img[src*="_sp."] {
		display: inline;
	}

	.shokuiku a.mouseover {
		display: block;
	}
	.shokuiku .mouseover:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.shokuiku .altimg {
		background-repeat: no-repeat;
		font-size: 0;
		text-indent: -9999px;
	}
	.shokuiku .altimg br {
		display: none;
	}
	.shokuiku .altimg a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.shokuiku .clearfix::after {
		content: "";
		display: block;
		clear: both;
	}
	.shokuiku .clearfix .left {
		float: left;
	}
	.shokuiku .clearfix .right {
		float: right;
	}
}



/* ==================== shokuiku/scss/movieplayer.css ==================== */

#moviePlayer {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
@media (max-width: 640px) {
  #moviePlayer {
    font-size: 4vw;
  }
}
@media (min-width: 641px) {
  #moviePlayer {
    font-size: 2vw;
  }
}
@media (min-width: 1001px) {
  #moviePlayer #moviePlayer {
    font-size: 20px;
  }
}
#moviePlayer .body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#moviePlayer .body #moviePlayerBody {
  width: 28em;
  height: 15.7em;
}
@media (max-width: 640px) {
  #moviePlayer .body #moviePlayerBody {
    font-size: 0.75em;
  }
}
#moviePlayer .body #moviePlayerBody iframe {
  width: 100%;
  height: 100%;
}
#moviePlayer .body button.close {
  display: block;
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 1em;
  height: 1em;
  border: none;
  margin: 0 0 0 auto;
  padding: 0;
  background: none;
  color: rgba(0, 0, 0, 0);
  font-size: 2em;
  line-height: 1em;
  cursor: pointer;
}
@media (max-width: 640px) {
  #moviePlayer .body button.close {
    left: auto;
    right: 0;
    bottom: 105%;
  }
}
#moviePlayer .body button.close::before, #moviePlayer .body button.close::after {
  content: "";
  display: block;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 0.05em;
  background: white;
}
#moviePlayer .body button.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#moviePlayer .body button.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}



/* ==================== shokuiku/scss/new.css ==================== */

.shokuiku-header-preview__page.new .shokuiku-header-preview__page-banner,
.shokuiku-search-keywords .page.new .banner {
  position: relative;
}
.shokuiku-header-preview__page.new .shokuiku-header-preview__page-banner::before,
.shokuiku-search-keywords .page.new .banner::before {
  content: "new";
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 35%;
  max-height: 3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 60%;
  line-height: 0;
  transform: translate(-40%, -40%);
}



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

.shokuiku-frame {
  color: black;
}
@media (max-width: 640px) {
  .shokuiku-frame {
    font-size: 5.1282051282vw;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame {
    font-size: 2vw;
  }
}
@media (min-width: 1001px) {
  .shokuiku-frame {
    font-size: 20px;
  }
}
.shokuiku-frame * {
  font-family: "Hiragino Maru Gothic Pro", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.shokuiku-frame a {
  color: #006eff;
  text-decoration: underline;
}
.shokuiku-frame a:visited {
  color: purple;
}
.shokuiku-frame img {
  font-size: 1em;
}



/* ==================== shokuiku/scss/shokuiku.css ==================== */

.shokuiku {
  --shokuiku-category-color-1: #ffbb00;
  --shokuiku-category-color-2: #77c700;
  --shokuiku-category-color-3: #73b7ff;
  --shokuiku-category-color-4: #ae8fff;
  --shokuiku-category-color-5: #ffa3dc;
  --shokuiku-category-color-6: #ff8080;
  --shokuiku-category-color-7: red;
  --shokuiku-category-color-1-text: #D47300;
  --shokuiku-category-color-2-text: #328200;
  --shokuiku-category-color-3-text: #0050A6;
  --shokuiku-category-color-4-text: #411DA1;
  --shokuiku-category-color-5-text: #D92B97;
  --shokuiku-category-color-6-text: #ed0000;
  --shokuiku-category-color-7-text: red;
  --shokuiku-category-color-1-bg: #ffbb00;
  --shokuiku-category-color-2-bg: #77c700;
  --shokuiku-category-color-3-bg: #73b7ff;
  --shokuiku-category-color-4-bg: #ae8fff;
  --shokuiku-category-color-5-bg: #ffa3dc;
  --shokuiku-category-color-7-bg: #b5c9d6;
  --shokuiku-category-color-1-shadow: rgba(212, 115, 0, 0.25);
  --shokuiku-category-color-2-shadow: rgba(50, 130, 0, 0.25);
  --shokuiku-category-color-3-shadow: rgba(0, 80, 166, 0.25);
  --shokuiku-category-color-4-shadow: rgba(65, 29, 161, 0.25);
  --shokuiku-category-color-5-shadow: rgba(217, 43, 151, 0.25);
}



/* ==================== shokuiku/scss/shokuiku-frame/shokuiku-check-history.css ==================== */

.shokuiku-frame .shokuiku-check-history {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f4f8fa;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-check-history {
    margin: 2em 1em;
    padding: 0.75em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-check-history {
    box-sizing: border-box;
    width: 47.5em;
    margin: 2em auto;
    padding: 0.75em;
  }
}
.shokuiku-frame .shokuiku-check-history:empty {
  display: none;
}
.shokuiku-frame .shokuiku-check-history h2 {
  margin: 0;
  font-size: inherit;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-check-history h2 img {
    height: 0.8em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-check-history h2 img {
    height: 0.75em;
  }
}
.shokuiku-frame .shokuiku-check-history ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1em;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-check-history ul {
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-check-history ul::after {
    content: none;
  }
}
.shokuiku-frame .shokuiku-check-history ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-check-history ul li {
    width: 50%;
    padding: 2%;
  }
  .shokuiku-frame .shokuiku-check-history ul li:nth-of-type(n+5) {
    display: none;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-check-history ul li {
    width: 20%;
    padding: 1%;
  }
}
.shokuiku-frame .shokuiku-check-history ul li .banner {
  background: #dfe4e8 linear-gradient(white, white) no-repeat center center/calc(100% - 2px) calc(100% - 2px);
}
.shokuiku-frame .shokuiku-check-history ul li .banner img {
  mix-blend-mode: darken;
}
.shokuiku-frame .shokuiku-check-history ul li .text {
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 0.6em;
}



/* ==================== shokuiku/scss/shokuiku-frame/shokuiku-footer.css ==================== */

.shokuiku-frame.shokuiku-footer {
  margin-top: 2em;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 640px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords {
    margin: 2em 1em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords {
    box-sizing: border-box;
    width: 47.5em;
    margin: 2em auto;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords:empty {
  display: none;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords::after {
  content: none;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords h2 {
  margin: 0;
  font-size: inherit;
}
@media (max-width: 640px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords h2 img {
    height: 1.25em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords h2 img {
    height: 1em;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .select,
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents,
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages {
  margin-top: 1.5em;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents,
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages {
  width: 100%;
  animation-name: shokuiku-search-keywords-open;
  animation-duration: 150ms;
  animation-delay: 100ms;
  animation-fill-mode: both;
}
@keyframes shokuiku-search-keywords-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents:empty,
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages:empty {
  position: fixed;
  visibility: hidden;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page,
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page {
  display: flex;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page,
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page {
    padding: 0.5em;
  }
}
@media (max-width: 640px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page .text,
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page .text {
    font-size: 0.65em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page .text,
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page .text {
    font-size: 0.65em;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .banner,
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .banner a {
  display: flex;
  background: #dfe4e8 linear-gradient(white, white) no-repeat center center/calc(100% - 2px) calc(100% - 2px);
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .banner img,
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .banner a img {
  mix-blend-mode: darken;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .select button {
  border: none;
  border-radius: 0.25em;
  margin: 0.25em;
  padding: 0.75em 0.75em;
  background: #edf3f7;
  color: black;
  font-size: inherit;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 150ms ease;
  transition: background 150ms ease;
}
@media (max-width: 640px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .select button {
    font-size: 0.6em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .select button {
    font-size: 0.7em;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .select button:hover, .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .select button.selected {
  background: #d2eaf7;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page {
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page {
    width: 50%;
    padding: 2%;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page {
    width: 25%;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .contents .page .text {
  margin-top: 0.5em;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages {
    display: flex;
    flex-wrap: wrap;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page {
  align-items: flex-start;
}
@media (max-width: 640px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page {
    width: 100%;
    border-top: 1px dotted #ddd;
    padding: 3% 2%;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page {
    width: 33.3%;
  }
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page .banner {
  width: 4.5em;
  flex-shrink: 0;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page .text {
  padding-left: 1em;
  line-height: 1.4;
}
.shokuiku-frame.shokuiku-footer .shokuiku-search-keywords .pages .page .title_contents {
  color: #999999;
  font-size: 0.9em;
}



/* ==================== shokuiku/scss/shokuiku-frame/shokuiku-header-preview.css ==================== */

.shokuiku-header-preview {
  display: grid;
  grid-row-gap: 0.75em;
  justify-items: center;
}
@media (max-width: 640px) {
  .shokuiku-header-preview {
    padding: 1em 0;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview {
    padding: 1.5em 0;
  }
}
.shokuiku-header-preview--cat7.shokuiku-header-preview {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.4)) no-repeat left top 0.75em/100% 9em;
}
@media (max-width: 640px) {
  .shokuiku-header-preview--cat7.shokuiku-header-preview {
    padding-top: 1.5em;
  }
}

@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__title {
    font-size: 0.8em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__title {
    font-size: 0.9em;
  }
}
.shokuiku-header-preview--cat1.shokuiku-header-preview .shokuiku-header-preview__title {
  color: var(--shokuiku-category-color-1-text);
}

.shokuiku-header-preview--cat2.shokuiku-header-preview .shokuiku-header-preview__title {
  color: var(--shokuiku-category-color-2-text);
}

.shokuiku-header-preview--cat3.shokuiku-header-preview .shokuiku-header-preview__title {
  color: var(--shokuiku-category-color-3-text);
}

.shokuiku-header-preview--cat4.shokuiku-header-preview .shokuiku-header-preview__title {
  color: var(--shokuiku-category-color-4-text);
}

.shokuiku-header-preview--cat5.shokuiku-header-preview .shokuiku-header-preview__title {
  color: var(--shokuiku-category-color-5-text);
}

.shokuiku-header-preview--cat6.shokuiku-header-preview .shokuiku-header-preview__title {
  color: var(--shokuiku-category-color-6-text);
}

.shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__title {
  color: var(--shokuiku-category-color-7-text);
}

.shokuiku-header-preview .shokuiku-header-preview__pages {
  display: grid;
  align-content: start;
}
@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__pages {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.75em;
    padding: 0 0.75em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__pages {
    grid-template-columns: repeat(3, 13em);
    grid-gap: 1em 1.5em;
  }
  .shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__pages {
    grid-template-columns: repeat(4, 11em);
    grid-column-gap: 1em;
  }
}
.shokuiku-header-preview .shokuiku-header-preview__page {
  display: grid;
  grid-row-gap: 0.5em;
  justify-items: center;
}
@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__page {
    align-content: start;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__page {
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .shokuiku-header-preview .shokuiku-header-preview__page::after {
    content: none;
  }
}
.shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page {
  background: white;
  border: 1px solid #ffbfbf;
  border-radius: 0.25em;
  box-shadow: 0 0.2em 0.2em rgba(255, 0, 0, 0.2);
}
@media (min-width: 641px) {
  .shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page {
    grid-row: span 2;
  }
}

.shokuiku-header-preview .shokuiku-header-preview__page-banner {
  background: #dfe4e8 linear-gradient(white, white) no-repeat center center/calc(100% - 2px) calc(100% - 2px);
}
.shokuiku-header-preview .shokuiku-header-preview__page-banner img {
  mix-blend-mode: darken;
}
.shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page-banner {
  background-position: left top;
  background-size: 100% calc(100% - 1px);
}
.shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page-banner, .shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page-banner img {
  border-radius: 0.2em 0.2em 0 0;
}

.shokuiku-header-preview .shokuiku-header-preview__page-title {
  line-height: 1.3;
  text-decoration: none !important;
}
.shokuiku-header-preview--cat1.shokuiku-header-preview .shokuiku-header-preview__page-title {
  color: var(--shokuiku-category-color-1-text) !important;
}

.shokuiku-header-preview--cat2.shokuiku-header-preview .shokuiku-header-preview__page-title {
  color: var(--shokuiku-category-color-2-text) !important;
}

.shokuiku-header-preview--cat3.shokuiku-header-preview .shokuiku-header-preview__page-title {
  color: var(--shokuiku-category-color-3-text) !important;
}

.shokuiku-header-preview--cat4.shokuiku-header-preview .shokuiku-header-preview__page-title {
  color: var(--shokuiku-category-color-4-text) !important;
}

.shokuiku-header-preview--cat5.shokuiku-header-preview .shokuiku-header-preview__page-title {
  color: var(--shokuiku-category-color-5-text) !important;
}

.shokuiku-header-preview--cat6.shokuiku-header-preview .shokuiku-header-preview__page-title {
  color: var(--shokuiku-category-color-6-text) !important;
}

.shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page-title {
  color: var(--shokuiku-category-color-7-text) !important;
}

.shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page-title {
  display: none;
}

@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__page-title {
    display: none;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__page-title {
    font-size: 0.7em;
  }
}
.shokuiku-header-preview .shokuiku-header-preview__page-text {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__page-text {
    display: none;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__page-text {
    font-size: 0.6em;
  }
}
.shokuiku-header-preview--cat7.shokuiku-header-preview .shokuiku-header-preview__page-text {
  padding: 0 0.75em 0.75em;
}

.shokuiku-header-preview .shokuiku-header-preview__seminar {
  display: grid;
  justify-items: center;
  width: 100%;
  background: #FFE5E5;
}
@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar {
    grid-row-gap: 0.5em;
    padding: 0.75em 0;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar {
    grid-row-gap: 0.75em;
    padding: 1em 0;
  }
}
.shokuiku-header-preview .shokuiku-header-preview__seminar-title {
  color: var(--shokuiku-category-color-6-text);
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar-title {
    font-size: 0.6em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar-title {
    font-size: 0.75em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar-title br {
    display: none;
  }
}
@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0.25em;
    width: 36em;
  }
}
@media (max-width: 640px) {
  .shokuiku-header-preview .shokuiku-header-preview__seminar-listitem {
    width: 25%;
  }
}
@media (min-width: 641px) {
  .shokuiku-header-preview .shokuiku-header-preview__viewall {
    margin-top: 0.5em;
  }
}
.shokuiku-header-preview .shokuiku-header-preview__viewall img {
  width: 5em;
}



/* ==================== shokuiku/scss/shokuiku-frame/shokuiku-header.css ==================== */

@charset "UTF-8";
.shokuiku-header {
  display: grid;
  position: relative;
  z-index: 12;
}
@media (max-width: 640px) {
  .shokuiku-header {
    border-bottom: 1px solid #dfe4e8;
  }
}
body:not(.is-shokuiku-menu-open) .shokuiku-header {
  transform: none !important;
}

.shokuiku-header .shokuiku-header-inner {
  display: grid;
  background: linear-gradient(#dfe4e8, #dfe4e8) no-repeat left bottom/100% 1px, linear-gradient(to bottom, #EDF3F7, #DFE8ED);
}
.top.shokuiku-header .shokuiku-header-inner {
  position: relative;
  background: none;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-inner {
    grid-auto-flow: column;
    justify-content: center;
  }
  .shokuiku-header .shokuiku-header-inner::after,
  .shokuiku-header .shokuiku-header-inner *::after {
    all: unset;
  }
}
body:is(.is-shokuiku-menu-scroll):is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-inner {
  transition: transform 150ms;
  transform: translateY(100%);
}

.shokuiku-header .head {
  display: grid;
  grid-row-gap: 0.5em;
  line-height: 0;
}
@media (max-width: 640px) {
  .shokuiku-header .head {
    grid-auto-flow: column;
    grid-column-gap: 0.25em;
    align-items: center;
    justify-content: start;
    padding: 0 0.5em;
    height: 2.5em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .head {
    align-self: center;
    justify-items: center;
    margin-right: 0.75em;
    padding: 1em 0;
  }
}
.top.shokuiku-header .head {
  display: none;
}

@media (max-width: 640px) {
  .shokuiku-header .head .title {
    width: 5em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .head .title {
    width: 6.4em;
  }
}
.shokuiku-header .head .link img {
  width: 6.5em;
}
.shokuiku-header .shokuiku-header-menu {
  display: grid;
  grid-auto-flow: column;
}
@media (max-width: 640px) {
  .shokuiku-header .shokuiku-header-menu {
    background: linear-gradient(to bottom, white, #EDF3F7);
  }
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu {
    grid-auto-columns: 1fr;
    align-self: end;
  }
}
.shokuiku-header .shokuiku-header-menu__group {
  display: grid;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .shokuiku-header .shokuiku-header-menu__group {
    grid-auto-flow: column;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu__group {
    grid-template-columns: subgrid;
    grid-column-gap: 0.25em;
  }
}
@media (max-width: 640px) {
  .shokuiku-header .shokuiku-header-menu__group--home {
    display: none;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu__group--home {
    margin-right: 0.5em;
  }
}
.shokuiku-header .shokuiku-header-menu__group--categories {
  grid-column: span 5;
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu__group--seminar {
    margin-left: 0.5em;
  }
}
.shokuiku-header .shokuiku-header-menu__item {
  display: flex;
  color: black;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu__item {
    background: linear-gradient(#dfe4e8, #dfe4e8) no-repeat left bottom/100% 1px, linear-gradient(to bottom, white, #EDF3F7);
    border-radius: 0.25em 0.25em 0 0;
  }
  body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-menu__item.is-selected, body:not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-menu__item.is-current-page, .shokuiku-header .shokuiku-header-menu__item:not(.is-current-page):hover {
    background: white;
  }
}
.shokuiku-header .shokuiku-header-menu__item--6 {
  color: var(--shokuiku-category-color-6-text);
}
.shokuiku-header .shokuiku-header-menu__item--7 {
  color: var(--shokuiku-category-color-7-text);
}
.top.shokuiku-header .shokuiku-header-menu__item {
  border-radius: 0.3em 0.3em 0 0;
}

.shokuiku-header .shokuiku-header-menu__item::before {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.25em;
  border-radius: 1px;
}
@media (max-width: 640px) {
  .shokuiku-header .shokuiku-header-menu__item::before {
    top: 0.5em;
    bottom: 0.5em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu__item::before {
    top: 0.25em;
    bottom: 0.25em;
  }
  .top.shokuiku-header .shokuiku-header-menu__item::before {
    top: 0.35em;
    bottom: 0.35em;
    left: 0.35em;
    width: 0.35em;
  }
}
.shokuiku-header .shokuiku-header-menu__item--1::before {
  background-color: var(--shokuiku-category-color-1);
}
.shokuiku-header .shokuiku-header-menu__item--2::before {
  background-color: var(--shokuiku-category-color-2);
}
.shokuiku-header .shokuiku-header-menu__item--3::before {
  background-color: var(--shokuiku-category-color-3);
}
.shokuiku-header .shokuiku-header-menu__item--4::before {
  background-color: var(--shokuiku-category-color-4);
}
.shokuiku-header .shokuiku-header-menu__item--5::before {
  background-color: var(--shokuiku-category-color-5);
}
.shokuiku-header .shokuiku-header-menu__item--6::before {
  background-color: var(--shokuiku-category-color-6);
}
.shokuiku-header .shokuiku-header-menu__item--7::before {
  background-color: var(--shokuiku-category-color-7);
}
.shokuiku-header .shokuiku-header-menu__item.off:not(.is-selected) {
  color: #979ca1;
}
.shokuiku-header .shokuiku-header-menu__item.off:not(.is-selected)::before {
  background-color: #dfe4e8;
}
.shokuiku-header .shokuiku-header-menu__item a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 640px) {
  .shokuiku-header .shokuiku-header-menu__item a {
    padding: 0.25em;
    padding-left: 0.75em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu__item a {
    padding: 0.3em 0.4em;
    padding-left: 0.8em;
  }
  .top.shokuiku-header .shokuiku-header-menu__item a {
    padding: 0.35em 0.7em;
    padding-left: 1em;
  }
}
.shokuiku-header .shokuiku-header-menu__item a:visited {
  color: inherit;
}
@media (max-width: 640px) {
  .shokuiku-header .shokuiku-header-menu__item a span {
    font-size: 0.55em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-menu__item a span {
    font-size: 0.65em;
  }
  .top.shokuiku-header .shokuiku-header-menu__item a span {
    font-size: 0.7em;
  }
}
.shokuiku-header .losszero-quiz-master {
  display: grid;
  line-height: 0;
}
@media (max-width: 640px) {
  .shokuiku-header .losszero-quiz-master {
    position: absolute;
    right: 0.25em;
    bottom: 2.25em;
    width: 6.5em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .losszero-quiz-master {
    align-self: center;
    position: relative;
    width: 3.25em;
    margin-left: 0.5em;
  }
  .top.shokuiku-header .losszero-quiz-master {
    transform: translateY(-0.25em);
  }
}
.shokuiku-header .losszero-quiz-master:empty {
  display: none;
}
.shokuiku-header .shokuiku-header-contents {
  display: grid;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
body:is(.is-shokuiku-menu-scroll):not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents {
  position: fixed;
  left: 0;
  top: 0;
}

.shokuiku-header .shokuiku-header-contents__preview {
  display: grid;
  position: relative;
  background: white;
}
body:is(.is-shokuiku-menu-scroll) .shokuiku-header .shokuiku-header-contents__preview {
  min-height: 0.5em;
  border-bottom: 1px solid #DFE4E8;
}

body:not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__preview * {
  display: none;
}

body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__preview::after {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  content: "";
  width: 100%;
  height: 2em;
  background: linear-gradient(to bottom, #6996b5, transparent);
  opacity: 0.3;
  mix-blend-mode: multiply;
}
body:is(.is-shokuiku-menu-scroll):not(.is-shokuiku-menu-open) body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__preview::after {
  content: none;
}

.shokuiku-header .shokuiku-header-contents__control {
  display: grid;
  justify-items: center;
  position: absolute;
  z-index: 1;
  transition: transform 200ms;
}
@media (max-width: 640px) {
  .shokuiku-header .shokuiku-header-contents__control {
    left: 0.25em;
  }
}
@media (min-width: 641px) {
  .shokuiku-header .shokuiku-header-contents__control {
    right: 0.5em;
  }
}
body:not(.is-shokuiku-menu-scroll):not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control, body:not(.is-shokuiku-menu-scroll):not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control * {
  visibility: hidden;
}

body:not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control {
  top: 100%;
}

@media (max-width: 640px) {
  body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control {
    top: 0.25em;
  }
}
@media (min-width: 641px) {
  body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control {
    bottom: 0.75em;
  }
  body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control::after {
    content: "閉じる";
    font-size: 0.6em;
  }
}

.shokuiku-header .shokuiku-header-contents__control button {
  display: grid;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 2.5em;
  aspect-ratio: 1/1;
  border: none;
  padding: 0.6em;
  cursor: pointer;
  font-size: inherit;
}
body:not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control button {
  border: 1px solid #DFE4E8;
  border-radius: 0 0 0.25em 0.25em;
  border-top: none;
  margin-top: -1px;
  background: white;
}

body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control button {
  background: none;
}

.shokuiku-header .shokuiku-header-contents__control button img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control button img[src*=close] {
  visibility: visible;
}
body:is(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control button img[src*=open] {
  visibility: hidden;
}

body:not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control button img[src*=open] {
  visibility: visible;
}
body:not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control button img[src*=close] {
  visibility: hidden;
}

body:not(.is-shokuiku-menu-scroll):not(.is-shokuiku-menu-open) .shokuiku-header .shokuiku-header-contents__control button img {
  visibility: hidden;
}



/* ==================== shokuiku/scss/shokuiku-frame/shokuiku-sitemap.css ==================== */

.shokuiku-frame .shokuiku-sitemap {
  border: 1px solid #ffb2b2;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap {
    border-radius: 0.5em;
    margin: 1em 1em 2em;
    padding: 1em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap {
    box-sizing: border-box;
    width: 47.5em;
    border-radius: 1em;
    margin: 2.5em auto;
    padding: 1.5em;
  }
}
.shokuiku-frame .shokuiku-sitemap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.shokuiku-frame .shokuiku-sitemap a {
  color: inherit;
  text-decoration: none;
  transition: 100ms;
}
.shokuiku-frame .shokuiku-sitemap a:visited {
  color: inherit;
}
.shokuiku-frame .shokuiku-sitemap a:hover {
  color: red;
}
.shokuiku-frame .shokuiku-sitemap .body {
  display: grid;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body {
    grid-row-gap: 1em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body {
    grid-template-areas: "head categories" "contents contents";
    grid-gap: 1em;
    align-items: center;
  }
  .shokuiku-frame .shokuiku-sitemap .body .head {
    grid-area: head;
  }
  .shokuiku-frame .shokuiku-sitemap .body .categories {
    grid-area: categories;
  }
  .shokuiku-frame .shokuiku-sitemap .body .contents {
    grid-area: contents;
  }
  .shokuiku-frame .shokuiku-sitemap .body::after {
    content: none;
  }
}
.shokuiku-frame .shokuiku-sitemap .body .head {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0.5em;
  align-items: center;
  line-height: 1;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .head {
    justify-content: center;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .head {
    justify-content: start;
  }
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .head .title img {
    width: 5em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .head .title img {
    width: 6.4em;
  }
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .head .link img {
    width: 6em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .head .link img {
    width: 7.6em;
  }
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em 0.75em;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .categories ul {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 0.5em;
    justify-content: end;
  }
  .shokuiku-frame .shokuiku-sitemap .body .categories ul::after {
    content: none;
  }
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li {
  font-size: 65%;
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li a {
  display: flex;
  align-items: center;
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li a::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.25em;
  background: no-repeat center center/98%;
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li:nth-of-type(1) a::before {
  background-image: url(../images/sitemap_arrow_cat_1.svg);
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li:nth-of-type(2) a::before {
  background-image: url(../images/sitemap_arrow_cat_2.svg);
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li:nth-of-type(3) a::before {
  background-image: url(../images/sitemap_arrow_cat_3.svg);
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li:nth-of-type(4) a::before {
  background-image: url(../images/sitemap_arrow_cat_4.svg);
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li:nth-of-type(5) a::before {
  background-image: url(../images/sitemap_arrow_cat_5.svg);
}
.shokuiku-frame .shokuiku-sitemap .body .categories ul li:nth-of-type(6) a::before {
  background-image: url(../images/sitemap_arrow_cat_6.svg);
}
.shokuiku-frame .shokuiku-sitemap .body .contents {
  display: grid;
  border-top: 1px solid #ffb2b2;
  padding-top: 1em;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents {
    grid-row-gap: 1em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents {
    grid-row-gap: 0.75em;
  }
}
.shokuiku-frame .shokuiku-sitemap .body .contents h2 {
  margin: 0;
  color: #ff6666;
  font-weight: normal;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents h2 {
    font-size: 0.9em;
    text-align: center;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents h2 {
    font-size: 0.8em;
  }
}
.shokuiku-frame .shokuiku-sitemap .body .contents ul {
  display: grid;
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents ul {
    grid-row-gap: 0.5em;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents ul {
    grid-row-gap: 0.5em;
    grid-column-gap: 1em;
    grid-template-columns: repeat(4, 1fr);
  }
  .shokuiku-frame .shokuiku-sitemap .body .contents ul::after {
    content: none;
  }
}
@media (max-width: 640px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents ul li {
    font-size: 70%;
  }
}
@media (min-width: 641px) {
  .shokuiku-frame .shokuiku-sitemap .body .contents ul li {
    font-size: 60%;
  }
}
.shokuiku-frame .shokuiku-sitemap .body .contents ul li a {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0.5em;
  justify-content: start;
}
.shokuiku-frame .shokuiku-sitemap .body .contents ul li a::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  opacity: 0.6;
  background: url(../images/sitemap_arrow_forward.svg) no-repeat center center/80%;
  transition: 200ms;
}
.shokuiku-frame .shokuiku-sitemap .body .contents ul li a:hover::before {
  opacity: 0.8;
}
.shokuiku-frame .shokuiku-sitemap .body .contents hr {
  all: unset;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ffb2b2 60%, white 60%) repeat-x left bottom/6px;
}



/* ==================== shokuiku/scss/shokuiku-frame/shokuiku-top-mv.css ==================== */

.shokuiku-top-mv {
  display: grid;
}
@media (max-width: 640px) {
  .shokuiku-top-mv {
    justify-items: center;
    padding: 1em 0 3em;
    background: url(/meiji-shokuiku/index/images/mv_back_sp.png) no-repeat center top/100% auto;
    background-color: #edf3f7;
  }
}
@media (min-width: 641px) {
  .shokuiku-top-mv {
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: -1em;
    padding-bottom: 1em;
    background: url(/meiji-shokuiku/index/images/mv_back_pc.png) no-repeat right center/auto 100%, linear-gradient(to bottom, #EDF3F7, #DFE8ED);
  }
}
.shokuiku-top-mv .mv-title {
  display: grid;
  grid-row-gap: 0.75em;
  justify-items: center;
  line-height: 0;
}
@media (max-width: 640px) {
  .shokuiku-top-mv .mv-title {
    width: 44vw;
    padding: 1em 0;
  }
}
@media (min-width: 641px) {
  .shokuiku-top-mv .mv-title {
    order: 1;
    margin-left: 2.5em;
    width: 12.5em;
  }
}
.shokuiku-top-mv .mv-title h1,
.shokuiku-top-mv .mv-title p {
  margin: 0;
  font-size: inherit;
}
.shokuiku-top-mv .mv-title img {
  width: 100%;
}
.shokuiku-top-mv .mv-title p.about {
  width: 85%;
}
.shokuiku-top-mv .mv-title .award {
  width: 50%;
  margin-top: -1em;
}
.shokuiku-top-mv .mv-title .award figure {
  margin: 0;
  display: grid;
  justify-items: center;
  grid-gap: 0.25em;
}
.shokuiku-top-mv .mv-title .award figure > img {
  mix-blend-mode: darken;
}
.shokuiku-top-mv .mv-title .award figure figcaption {
  width: 90%;
}
.shokuiku-top-mv .mv-images {
  position: relative;
  display: grid;
  animation-name: shokuiku-mv-fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 640px) {
  .shokuiku-top-mv .mv-images {
    width: 85.7142857143vw;
    height: 64.2857142857vw;
  }
}
@media (min-width: 641px) {
  .shokuiku-top-mv .mv-images {
    width: 30em;
    height: 22.5em;
  }
}
.shokuiku-top-mv .mv-images .view {
  position: relative;
  box-sizing: border-box;
  padding: 1px;
  width: 100%;
  height: 100%;
  background: url(/meiji-shokuiku/index/images/mv_base.png) no-repeat center center/99%;
}
.shokuiku-top-mv .mv-images .view img {
  transform: scale(0.99);
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}
.shokuiku-top-mv .mv-images .view.autoplay img {
  animation-name: shokuiku-mv-slide;
  animation-duration: 5s;
}
.shokuiku-top-mv .mv-images .view:not(.autoplay) img {
  animation-name: shokuiku-mv-fadein;
  animation-duration: 400ms;
}
.shokuiku-top-mv .mv-images button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 2.4em;
  border: none;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  background: none;
  font-size: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.shokuiku-top-mv .mv-images button.prev {
  left: 1%;
}
.shokuiku-top-mv .mv-images button.next {
  left: 99%;
}
@keyframes shokuiku-mv-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shokuiku-mv-slide {
  0% {
    filter: brightness(150%);
    opacity: 0;
  }
  32% {
    filter: none;
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shokuiku-mv-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}