/* ==================== 1_base.css ==================== */

.Kyushoku {
	/* background: #fcf9d9; */

	background: url(../images/bg_pattern.png) repeat left top / 8em auto;

	color: #333;
	text-align: center;
}
.Kyushoku.qa {
	/* background-color: #e6faff; */
	background-image: url(../images/bg_pattern_qa.png);
}

.Kyushoku *::after {
	content: none;
	visibility: visible;
}
.Kyushoku * {
	font-family: 'Hiragino Maru Gothic Pro', Meiryo, sans-serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

@media all and (max-width: 640px) {
	.Kyushoku {
		overflow-x: hidden;
		font-size: 4vw;
		line-height: 1.5;
	}
}

@media all and (min-width: 641px) {
	.Kyushoku {
		font-size: 20px;
		line-height: 1.6;
	}
}

@media all and (min-width: 641px) {
	.transLink {
		-webkit-transition: opacity 150ms ease;
		transition: opacity 150ms ease;
	}
	.transLink:hover {
		opacity: 0.7;
	}

	.popLink {
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-transition: all 150ms ease;
		transition: all 150ms ease;
	}
	.popLink:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}



/* ==================== ContentsHead.css ==================== */

.ContentsHead {
	position: relative;
}

.Kyushoku.list .ContentsHead {
	padding: 1.5em 0;
}

.ContentsHead .title {
	display: table;
}
.ContentsHead .title h2,
.ContentsHead .title p {
	display: table-cell;
	vertical-align: bottom;
}
.ContentsHead h2 {
	margin: 0;
	font-size: inherit;
}
.ContentsHead .title p {
	margin: 0;
	padding-left: 1em;
	line-height: 1.5;
	text-align: left;
	color: #822300;
}

.ContentsHead .submenu ul {
	margin: 0;
	padding: 0;
	list-sytle-type: none;
}
.ContentsHead .submenu li {
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
}
.ContentsHead .submenu li img {
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}
.ContentsHead .submenu li img:hover {
	transform: scale(1.1);
}

.ContentsHead .submenu li.on {
	opacity: 0.5;
	transform: scale(1);
}

@media all and (max-width: 640px) {

	.ContentsHead {
		margin-bottom: 1em;
	}

	.ContentsHead h2 img {
		width: 10.5em;
		max-width: none;
	}
	.Kyushoku.category .ContentsHead h2 img {
		width: 8.5em;
	}
	.Kyushoku.list .ContentsHead h2 img {
		width: 11em;
	}

	.ContentsHead .title p {
		padding-bottom: 1.5em;
		font-size: 0.9em;
		line-height: 1.4;
	}
	.Kyushoku.category .ContentsHead .title p {
		padding-bottom: 0.5em;
	}
	.Kyushoku.category.soup .ContentsHead .title p {
		font-size: 0.85em;
	}

	.Kyushoku.season .ContentsHead .title p {
		padding-bottom: 0.5em;
	}
	.ContentsHead .title p br {
		display: none;
	}
	.ContentsHead .submenu {
		display: none;
	}
}


@media all and (min-width: 641px) {
	.ContentsHead {
		width: 45em;
	}

	.Kyushoku.category .ContentsHead h2 {
		line-height: 11em;
	}

	.Kyushoku.anniversary .ContentsHead {
		z-index: 1;
	}

	.ContentsHead h2 img {
		width: 12em;
	}
	.Kyushoku.category .ContentsHead h2 img {
		width: 11em;
	}
	.Kyushoku.list .ContentsHead h2 img {
		width: 12em;
	}

	.ContentsHead .title p {
		font-size: 0.8em;
		padding-bottom: 4.75em;
	}
	.Kyushoku.category .ContentsHead .title p {
		padding-bottom: 3.5em;
	}
	.Kyushoku.category.staple .ContentsHead .title p,
	.Kyushoku.category.soup .ContentsHead .title p {
		padding-bottom: 2.5em;
	}

	/* サブメニュー */
	.ContentsHead .submenu {
		position: absolute;
		right: 0;
		top: 0;
	}
	.Kyushoku.anniversary .ContentsHead ul {
		width: calc(3.25em * 6);
	}
	.Kyushoku.anniversary .ContentsHead .submenu li {
		width: 3.25em;
		padding: 0.1em 0.2em;
	}
	.Kyushoku.anniversary .ContentsHead .submenu li:nth-of-type(-n+6) {
		transform: translateX(-50%);
	}
	.Kyushoku.category .ContentsHead .submenu li {
		width: 4.5em;
		padding: 0.2em;
	}
}



/* ==================== KyushokuFoot.css ==================== */

.KyushokuFoot {
	padding: 2em 1em;
	background: url(../images/bg_pattern.png) repeat left top;
	background-size: 8em auto;
}

/* .KyushokuFoot::after {
	content: '';
	display: block;
	width: 100%;
	height: 0.75em;
	margin-top: 1.5em;
	background: url(../images/bg_frame.png) repeat-x left top;
	background-size: auto 100%;
} */
.Kyushoku.qa .KyushokuFoot::after {
	background-image: url(../images/bg_frame_qa.png);
}

.Kyushoku.qa .KyushokuFoot {
	background-image: url(../images/bg_pattern_qa.png);
}
.Kyushoku.qa .KyushokuFoot::before {
	background-image: url(../images/bg_arch_qa.png);
}

.KyushokuFoot ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.KyushokuFoot .recipe li {
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	padding: 0.25em;
}

.KyushokuFoot .recipe ul:nth-of-type(1) li {
	width: 33.333%;
}

.KyushokuFoot .totop {
	margin: 1em auto 0;
}


@media all and (max-width: 640px) {
	.KyushokuFoot .menu {
	}
	.KyushokuFoot .recipe ul:nth-of-type(2) {
		width: 80%;
	}
	.KyushokuFoot .recipe ul:nth-of-type(2) li {
		width: 33.333%;
	}

	.KyushokuFoot .recipe ul:nth-of-type(1) li:nth-of-type(odd),
	.KyushokuFoot .recipe ul:nth-of-type(1) li:nth-of-type(-2n+3) {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	.KyushokuFoot .list {
		width: 40%;
		margin: 1em auto;
	}

	.KyushokuFoot .norecipe li {
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
		padding: 0 0.5em;
		width: 50%;
	}

	.KyushokuFoot .totop {
		width: 9em;
		margin: 0.5em auto 0;
	}
}


@media all and (min-width: 641px) {
	.KyushokuFoot .menu {
		display: table;
		width: 40em;
		border-spacing: 1em 0;
		margin: 0 auto;
	}
	
	.KyushokuFoot .menu > div {
		display: table-cell;
		vertical-align: middle;
	}
	.KyushokuFoot .menu > div img {
		width: 100%;
	}

	.KyushokuFoot .recipe {
		width: 75%;
	}
	.KyushokuFoot .recipe ul:nth-of-type(1) {
		width: 80%;
	}

	.KyushokuFoot .recipe ul:nth-of-type(2) li {
		width: 20%;
	}

	.KyushokuFoot .recipe ul:nth-of-type(1) li:nth-of-type(2),
	.KyushokuFoot .recipe ul:nth-of-type(2) li:nth-of-type(odd) {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	.KyushokuFoot .list {
		width: 30%;
		margin: 0.5em auto;
	}

	.KyushokuFoot .norecipe {
		width: 25%;
	}
	.KyushokuFoot .norecipe li:nth-of-type(n+2) {
		margin-top: 1em;
	}
	.KyushokuFoot .totop {
		width: 7em;
	}
}



/* ==================== Recipes.css ==================== */

.Recipes {
}
.Recipes ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.Recipes li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

@media all and (max-width: 640px) {
	.Recipes {
		margin-top: 1em;
	}
	.Recipes li {
		width: 50%;
	}
	.Recipes li:nth-of-type(n+3) {
		margin-top: 1em;
	}
}

@media all and (min-width: 641px) {
	.Kyushoku.index .topAnniversary .Recipes ul,
	.Kyushoku.anniversary .Recipes ul {
		text-align: center;
	}
	.Kyushoku.index .topAnniversary .month[data-count="5"] ul,
	.Kyushoku.index .topAnniversary .month[data-count="6"] ul,
	.Kyushoku.anniversary .month[data-count="5"] ul,
	.Kyushoku.anniversary .month[data-count="6"] ul {
		width: calc(11.25em * 3);
	}

	.Recipes ul {
		margin-top: -1.5em;
	}
	.Recipes li {
		width: calc(45em / 4);
		margin-top: 1.5em;
	}
	.Kyushoku.season .Recipes li {
		width: 50%;
		margin-top: 1em;
	}


	.Kyushoku.category .Recipes ul,
	.Kyushoku.list .Recipes ul {
		padding-top: 1em;
	}
	.Kyushoku.category .Recipes li:nth-of-type(even),
	.Kyushoku.list .Recipes li:nth-of-type(even) {
		transform: translateY(-10%);
		transform: translateY(-1em);
	}

	/* world */

	.Kyushoku.world .Recipes ul {
		padding-top: 2em;
	}
	.Kyushoku.world .Recipes li {
		width: 13.333em; /* calc(40em / 3); */
	}
	.Kyushoku.world .Recipes li:nth-of-type(n+4) {
		margin-top: 2em;
	}
	.Kyushoku.world .Recipes li:nth-of-type(3n+2) {
		transform: translateY(-2em);
	}

	/* qa */

	.Kyushoku.qa .Recipes li {
		width: 25%;
		margin-top: 0.75em;
	}
	.Kyushoku.qa .Recipes li:nth-of-type(even) {
		transform: translateY(-20%);
	}
}



/* ==================== kyushoku-body.css ==================== */

.kyushoku-body {
	position: relative;
	padding-top: 1px;
	padding-bottom: 3em;
}
.Kyushoku.index .kyushoku-body {
	padding-top: 1em;
}

.kyushoku-body::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image:
		linear-gradient(rgb(252,249,217), rgb(252,249,217)),
		radial-gradient(farthest-side at 50% 200%, rgba(252,249,217,1) 99.9%, rgba(252,249,217,0)),
		radial-gradient(farthest-side at 50% -100%, rgba(252,249,217,1) 99.9%, rgba(252,249,217,0));

}

.Kyushoku.qa .kyushoku-body::before {
	background-image:
		linear-gradient(rgb(230,250,255), rgb(230,250,255)),
		radial-gradient(farthest-side at 50% 200%, rgba(230,250,255,1) 99.9%, rgba(230,250,255,0)),
		radial-gradient(farthest-side at 50% -100%, rgba(230,250,255,1) 99.9%, rgba(230,250,255,0));
}

.kyushoku-body > * {
	position: relative;
}


@media (max-width: 640px) {
	.kyushoku-body {
		padding-left: 1em;
		padding-right: 1em;
	}
	.Kyushoku.qa .kyushoku-body {
		padding-top: 1em;
	}
	.Kyushoku.qa.top .kyushoku-body {
		padding-top: 2em;
	}
	.Kyushoku.recipe .kyushoku-body {
		padding-top: 3em;
	}

	.kyushoku-body::before {
		background-position:
			center top 2em,
			center top,
			center bottom;
		background-size:
			100% calc(100% - 3.5em),
			150% 2em,
			150% 1.5em;
	}
	.Kyushoku.anniversary .kyushoku-body::before,
	.Kyushoku.world .kyushoku-body::before,
	.Kyushoku.season .kyushoku-body::before {
		height: calc(100% - 1em);
	}
	.Kyushoku.category .kyushoku-body::before {
		height: calc(100% - 0.5em);
	}
}

@media (min-width: 641px) {
	.kyushoku-body {
		padding-left: calc((100% - 45em) / 2);
		padding-right: calc((100% - 45em) / 2);
	}

	.Kyushoku.world .kyushoku-body {
		padding-left: calc((100% - 40em) / 2);
		padding-right: calc((100% - 40em) / 2);
	}

	.kyushoku-body::before {
		background-position:
			center top 3.5em,
			center top,
			center bottom;
		background-size:
			100% calc(100% - 5.5em),
			124% 3.5em,
			124% 2em;
	}

	.Kyushoku.anniversary .kyushoku-body::before,
	.Kyushoku.world .kyushoku-body::before,
	.Kyushoku.season .kyushoku-body::before,
	.Kyushoku.category .kyushoku-body::before,
	.Kyushoku.qa .kyushoku-body::before,
	.Kyushoku.recipe .kyushoku-body::before {
		height: calc(100% - 1em);
	}

}



/* ==================== kyushoku-head.contents.css ==================== */

.kyushoku-head.contents h1 {
	margin: 0;
	font-size: inherit;
}
.kyushoku-head.contents h1 img {
	/* vertical-align: bottom; */
	width: auto;
	height: 3.4em;
}

.kyushoku-head.contents .body {
	padding: 1em;
}

.kyushoku-head.contents ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* .kyushoku-head.contents::after {
	margin-top: 1.5em;
} */

@media all and (max-width: 640px) {
	.Kyushoku.list .kyushoku-head.contents::after,
	.Kyushoku.recipe .kyushoku-head.contents::after,
	.Kyushoku.qa .kyushoku-head.contents::after,
	.Kyushoku.report .kyushoku-head.contents::after {
		margin-top: 0.5em;
	}

	.kyushoku-head.contents h1 {
		padding: 0.5em 1em;
	}
	.kyushoku-head.contents ul {
		display: none;
	}
}

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

	.kyushoku-head.contents .body {
		position: relative;
	}
	.kyushoku-head.contents h1 {
		/* line-height: 4em; */
	}
	.kyushoku-head.contents ul {
		position: absolute;
		left: 50%;
		top: 50%;
		/* top: 2.5em; */
		width: 46em;
		/* -webkit-transform: translate(-50%, -50%); */
		transform: translate(-50%, -50%);
	}
	.kyushoku-head.contents li {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.kyushoku-head.contents li:nth-of-type(1) {
		left: 0;
	}
	.kyushoku-head.contents li:nth-of-type(2) {
		right: 0;
	}
	.kyushoku-head.contents li img {
		width: auto;
		max-width: none;
	}
	.kyushoku-head.contents li:nth-of-type(1) img {
		height: 1.7em;
	}
	.kyushoku-head.contents li:nth-of-type(2) img {
		height: 1.4em;
	}
}



/* ==================== kyushoku-head.css ==================== */

/* .kyushoku-head::before {
	content: '';
	display: block;
	width: 100%;
	height: 0.75em;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	background: url(../images/bg_frame.png) repeat-x left top;
	background-size: auto 100%;
} */

/* Q .kyushoku-head A */
.Kyushoku.qa .kyushoku-head::before {
	background-image: url(../images/bg_frame_qa.png);
}


@media (max-width: 640px) {
}


@media (min-width: 641px) {
}



/* ==================== kyushoku-head.top.css ==================== */

.kyushoku-head.top {
	padding: 1.5em;
}

.kyushoku-head.top h1 {
	margin: 0;
	font-size: inherit;
}

@media all and (max-width: 640px) {
}

@media all and (min-width: 641px) {
	.kyushoku-head.top .body {
		margin: 0 auto;
		width: 40em;
	}
	.kyushoku-head.top h1 img {
		width: 656px;
	}
}

/*  ---------- リード  ---------- */

.kyushoku-head.top .lead {
	margin-top: 1em;
}
.kyushoku-head.top .lead p {
	margin: 0;
	color: #422000;
}

@media all and (max-width: 640px) {
	.kyushoku-head.top .lead p {
		padding: 0 0.5em;
		line-height: 1.5;
		text-align: left;
	}
	.kyushoku-head.top .lead p br {
		display: none;
	}
}

@media all and (min-width: 641px) {
	.kyushoku-head.top .lead {
	}
	.kyushoku-head.top .lead p {
		font-size: 0.75em;
		font-weight: bold;
	}
}



/* ==================== Recipes/recipeThum.css ==================== */

.recipeThum {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-align: center;
}
.recipeThum a {
	display: block;
	padding: 0.5em;
	color: inherit;
}
.recipeThum .pic {
	display: block;
}
.recipeThum .title {
	display: inline-table;
	vertical-align: bottom;
	margin-top: 0.5em;
}
.recipeThum .title::before,
.recipeThum .title span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
}
.recipeThum .title::before {
	content: '　\A　\A';
	width: 0;
	letter-spacing: -1em;
	white-space: pre;
}
.recipeThum .title span {
	text-align: left;
}

.recipeThum.new::before,
.recipeThum.new::after {
	content: '' !important;
	display: block;
	position: absolute;
	z-index: 1;
	right: -0.5em;
	top: -0.5em;
	width: 2.5em;
	height: 2.5em;
	background: no-repeat center center;
}

.recipeThum.new::before {
	background-image: url(../images/new_base.png);
	background-size: contain;
	animation-name: rotateNew;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.recipeThum.new::after {
	background-image: url(../images/new_text.png);
	background-size: 60%;
}


@keyframes rotateNew {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media all and (max-width: 640px) {
	.recipeThum {
		width: 10.5em;
	}
	.Kyushoku.qa .recipeThum {
		width: 9.5em;
	}
	.recipeThum .title::before,
	.recipeThum .title span {
		font-size: 0.8em;
	}

	.Kyushoku.index .topCategory > div:nth-of-type(n+3) .recipeThum {
		width: 7.25em;
	}
	.Kyushoku.index .topCategory > div:nth-of-type(n+3) .recipeThum a {
		padding: 0.4em;
	}
}


@media all and (min-width: 641px) {
	.recipeThum {
		width: 10em;
		-webkit-transition: all 200ms ease;
		transition: all 150ms ease;
	}

	.recipeThum:hover {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	}

	.Kyushoku.index .topCategory .recipeThum {
		width: 8.5em;
	}
	.Kyushoku.world .recipeThum {
		width: 12em;
	}
	.Kyushoku.qa .recipeThum {
		width: 7.5em;
	}

	.recipeThum a {
		-webkit-transition: opacity 150ms ease;
		transition: opacity 150ms ease;
	}
	.recipeThum a:hover {
		opacity: 0.7;
	}

	.Kyushoku.index .topCategory .recipeThum a {
		padding: 0.4em;
	}
	.Kyushoku.world .recipeThum a {
		padding: 0.6em;
	}
	.Kyushoku.qa .recipeThum a {
		padding: 0.4em;
	}

	.recipeThum .title::before,
	.recipeThum .title span {
		font-size: 0.65em;
	}
	.Kyushoku.world .recipeThum .title::before,
	.Kyushoku.world .recipeThum .title span {
		font-size: 0.75em;
	}
	.Kyushoku.qa .recipeThum .title::before,
	.Kyushoku.qa .recipeThum .title span {
		font-size: 0.6em;
	}
	.Kyushoku.qa .recipeThum.new::before,
	.Kyushoku.qa .recipeThum.new::after {
		font-size: 0.9em;
	}

}