/* ==================== illustBanner.css ==================== */

.illustBanner {
	margin: 1em auto 0;
}
.illustBanner img {
	border: 1px solid #efb75e;
	width: 16em;
}



/* ==================== topCategory.css ==================== */

.topCategory h2 {
	margin: 0;
	font-size: inherit;
}
.topCategory .recipe {
	position: relative;
}

@media all and (max-width: 640px) {
	.topCategory > div {
		display: inline-block;
		vertical-align: top;
	}
	.topCategory > div:nth-of-type(-n+2) {
		width: 50%;
	}
	.topCategory > div:nth-of-type(n+3) {
		width: 33.333%;
	}

	.topCategory > div:nth-of-type(-n+2) h2 {
		line-height: 9.5em;
	}
	.topCategory > div:nth-of-type(n+3) h2 {
		line-height: 7em;
	}

	.topCategory h2 img {
		display: inline-block;
		margin-bottom: -0.5em;
	}
	.topCategory > div:nth-of-type(-n+2) h2 img {
		width: 80%;
	}
	.topCategory > div:nth-of-type(n+3) h2 img {
		width: 90%;
	}
}

@media all and (min-width: 641px) {
	.topCategory {
		padding-top: 1em;
	}
	.topCategory > div {
		display: inline-block;
		vertical-align: bottom;
		box-sizing: border-box;
		width: 20%;
	}
	.topCategory > div:nth-of-type(odd) {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
	.topCategory h2 {
		margin-bottom: -0.25em;
	}
	.topCategory h2 img {
		width: 7em;

	}
}



/* ==================== topContents.css ==================== */

.topContents hr {
	border: none;
	margin: 0;
	padding: 0;
	height: 3em;
	background: url(../images/border_bold_h.png) repeat-x left center;
	background-size: 40em auto;
}

.topContents .showAll {
	margin-top: 0.5em;
}

.topContents .showAll img {
	width: 6em;
}



/* ==================== topList.css ==================== */

.topList h2 {
	margin: 0;
	font-size: inherit;
}
.topList h2 img {
	width: 12em;
}



/* ==================== topPoint.css ==================== */

.topPoint {
	position: relative;
	background: #ffd74f;
	border-radius: 1em;
}
.topPoint h2 {
	margin: 0;
	font-size: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.topPoint ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topPoint li {
	background: white;
	border-radius: 0.25em;
	padding-top: 1px;
}

.topPoint h3,
.topPoint p {
	text-align: left;
}

.topPoint h3 {
	position: relative;
	margin: 1em;
	padding-left: 1.5em;
}
.topPoint h3::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1em;
	height: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/top_point_check.png) no-repeat left center;
	background-size: contain;
}

.topPoint h3 + p {
	margin: 1em;
}

.topPoint .comment {
	border-radius: 0 0 0.25em 0.25em;
	padding: 1.5em 1em 1em;
	background: #65ba00 url(../images/top_point_comment_head.png) repeat-x center top;
	background-size: 10em auto;
}
.topPoint .comment p {
	margin: 0;
	color: white;
	font-weight: bold;
}

@media all and (max-width: 640px) {
	.topPoint {
		padding: 8.5em 1em 1em;
	}
	.topPoint h2 {
		-webkit-transform: translateY(-45%);
		transform: translateY(-30%);
	}
	.topPoint h2 img {
		width: 19em;
	}
	.topPoint li {
	}
	.topPoint li:nth-of-type(n+2) {
		margin-top: 1em;
	}
	.topPoint h3 {
		font-size: 1.1em;
	}
	.topPoint p {
		font-size: 0.85em;
		height: auto !important;
	}
}

@media all and (min-width: 641px) {
	.topPoint {
		width: 40em;
		margin: -1em auto;
		padding-top: 2.75em;
	}
	.topPoint h2 {
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
	}
	.topPoint h2 img {
		width: 38em;
	}

	.topPoint ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-spacing: 1em;
	}

	.topPoint li {
		display: table-cell;
		vertical-align: top;
	}
	.topPoint h3 {
		font-size: 0.8em;
	}
	.topPoint p {
		font-size: 0.75em;
	}
	.topPoint .comment p {
		font-size: 0.7em;
	}
}



/* ==================== topProfile.css ==================== */

.topProfile {
	position: relative;
	background: no-repeat center center;
	background-size: 100% 100%;
	text-align: left;
}

.topProfile img[src*="_pic.png"] {
	display: inline-block;
	float: right;
}

.topProfile h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	font-size: inherit;
}

.topProfile h3,
.topProfile p {
	margin: 0.75em 0 0;
}
.topProfile h3 {
	font-size: inherit;
}
.topProfile p strong {
	font-size: 110%;
}

@media all and (max-width: 640px) {
	.topProfile {
		margin-top: 2em;
		padding: 1.5em;
		background-image: url(../images/top_profile_base_sp.png);
	}
	.topProfile h2 {
		box-sizing: border-box;
		width: 100%;
		padding: 0 1.5em;
	}
	.topProfile img[src*="_pic.png"] {
		width: 11.5em;
		margin: 0.25em -2em 0 0.5em;
	}

	.topProfile h3 {
		width: 6.5em;
	}
	.topProfile p {
		font-size: 0.9em;
		line-height: 1.5;
	}
	.topProfile p:nth-of-type(2) br {
		display: none;
	}
	.topProfile p:nth-of-type(4) {
		margin-top: 1.25em;
		color: #852500;
	}
}

@media all and (min-width: 641px) {
	.topProfile {
		margin-top: 1.5em;
		padding: 1.5em;
		background-image: url(../images/top_profile_base_pc.png);
	}
	.topProfile h2 {
		width: 17em;
		padding-left: 1.5em;
	}
	.topProfile img[src*="_pic.png"] {
		width: 12.25em;
		margin: -7em -0.75em 0 1em;
	}
	.topProfile h3 {
		position: absolute;
		width: 5em;
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
	}
	.topProfile p {
		font-size: 0.75em;
	}
	.topProfile p:nth-of-type(1) br {
		display: none;
	}
	.topProfile p:nth-of-type(-n+3) {
		padding-left: 7.5em;
	}
	.topProfile p:nth-of-type(4) {
		margin-top: 1.5em;
	}
}



/* ==================== topQA.css ==================== */

.topQA {
	position: relative;
	box-sizing: border-box;
}
.topQA::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	border-radius: 1em;
	background: #d0f2fa;
}

.topQA > * {
	position: relative;
}

.topQA h2 {
	margin: 0;
	font-size: inherit;
}
.topQA h2 img {
	width: 15em;
}
.topQA p img {
	width: 18em;
}
.topQA p a {
	display: block;
	margin: 1em auto 0;
}
.topQA p a img {
	width: 9em;
}

@media all and (max-width: 640px) {
	.topQA {
		display: inline-block;
		margin: 1.5em auto 0;
		padding: 0 1.5em 1.5em;
	}
	.topQA::before {
		left: 0;
		bottom: 0;
		height: calc(100% - 2em);
	}
	.topQA h2 {
		margin-top: -2em;
	}
	.topQA p {
		margin: 1.5em 0 0;
	}
}

@media all and (min-width: 641px) {
	.topQA {
		display: inline-flex;
		align-items: center;
		padding: 0 1.5em;
	}
	.topQA::before {
		left: 0;
		top: 50%;
		height: calc(100% - 1.5em);
		transform: translateY(-50%);
	}
	.topQA p {
		margin: 0 0 0 2em;
	}
}



/* ==================== topWorld|topSeason.css ==================== */

.topWorld,
.topSeason {
	position: relative;
}

.topWorld > div,
.topSeason > div {
	display: inline-block;
	vertical-align: top;
}

.topWorld > .title,
.topWorld > .recipe,
.topSeason > .title,
.topSeason > .recipe {
	box-sizing: border-box;
	width: 50%;
}

.topWorld .recipe,
.topSeason .recipe {
	/*
	position: absolute;
	right: 0;
	top: 4em;
	*/
	padding-left: 0.5em;
}

.topWorld h2,
.topSeason h2 {
	margin: 0;
	font-size: inherit;
	height: 11em;
	line-height: 11em;

}
.topWorld h2 img,
.topSeason h2 img {
	display: inline-block;
	vertical-align: bottom;
}

.topWorld h3,
.topSeason h3 {
	margin: 0;
	line-height: 5em;
}
.topWorld h3 img,
.topSeason h3 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.25em;
}
.topWorld h3 img {
	width: 5em;
	margin-right: 0.5em;
}
.topSeason h3 img {
	width: auto;
	height: 4em;
}
.topWorld .text,
.topSeason .text {
	margin-top: 1em;
}

.topWorld p,
.topSeason p {
	margin: 0;
	text-align: left;
}

@media all and (max-width: 640px) {
	.topWorld h3,
	.topSeason h3 {
		font-size: 0.9em;
	}
	/* .topSeason {
		margin-top: -1em;
	} */
	.topWorld p,
	.topSeason p {
		font-size: 0.9em;
	}
}

@media all and (min-width: 641px) {
	.topWorld,
	.topSeason {
		box-sizing: border-box;
		width: 21.5em;
	}
	.topWorld {
		float: left;
	}
	.topSeason {
		position: relative;
		float: right;
	}
	.topSeason::before {
		content: '';
		position: absolute;
		right: 100%;
		top: 0;
		width: 2em;
		height: 100%;
		background: url(../images/border_bold_v.png) repeat-y center top;
		background-size: auto 40em;
	}

	.topWorld h3,
	.topSeason h3 {
		font-size: 0.8em;
	}
	.topWorld p,
	.topSeason p {
		font-size: 0.75em;
	}

	.topWorld + hr {
		display: none;
	}
	.topSeason + hr {
		clear: both;
	}
}