@charset "UTF-8";

/* ===============================
	top
 =============================== */
.bx-wrapper .bx-viewport {
	box-shadow: 0 0 0 #fff;
	border: none;
	left: 0;
	background: #fff;
}

#mainVisual {
	position: relative;
	overflow: hidden;
}

#mainView {
	position: absolute;
	top: 0;
	left: 50%;
}

#mainView:BEFORE {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top: solid 8px #e5e5e5;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#mainView:AFTER {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: solid 8px #e5e5e5;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#mainViewInner {
	position: relative;
	width: 100%;
	height: 100%;
}

.load {
	display: none;
}

/* ===============================
	device setting
 =============================== */
@media print , screen and (min-width: 415px) {
	#mainVisual {
		min-width: 950px;
		height: 500px;
	}
	#mainView {
		width: 3000px;
		height: 500px;
		margin-left: -1500px;
		background: url(images/main-visual.jpg) no-repeat center top;
	}
	#mainTitle {
		width: 326px;
		height: 400px;
		position: absolute;
		top: 56px;
		left: 50%;
		margin-left: -168px;
	}
	#mainCopy {
		font-size: 0.77em;
		line-height: 1em;
		position: absolute;
		bottom: 18px;
		left: 50%;
		margin-left: -475px;
	}
	#topNaviArea ul li {
	padding: 16px 16px 0;
	}
	section {
		padding-top: 60px;
	}
	#special .tableCell {
		padding: 20px;
	}
	.category,#recipe .table {
		margin-top: 4em;
	}
	.category {
		position: relative;
	}
	.category .desc {
		min-height: 7em;
		padding: 1em;
	}
	.moreBtn {
		position: absolute;
		top: 33px;
		right: 8px;
	}
	.moreBtn a {
		display: inline-block;
		width: 130px;
	}
	.table .moreBtn {
		top: 19px;
		right: 18px;
	}
	.col2Box {
		padding: 0 20px;
	}
}

@media screen and (max-width: 414px) {
	#mainVisual {
		height: 500px;
	}
	#mainView {
		width: 3000px;
		height: 500px;
		margin-left: -1500px;
		background: url(images/main-visual.jpg) no-repeat center top;
	}
	#mainTitle {
		width: 326px;
		height: 400px;
		position: absolute;
		top: 56px;
		left: 50%;
		margin-left: -168px;
	}
	#special .tableCell {
		padding: 2%;
	}
	section {
		padding-top: 2em;
	}
	.category {
		margin-bottom: 2em;
	}
	.category .desc {
		padding: 1em 1em 0;
	}
	.moreBtn {
		margin-top: 1em;
		text-align: right;
	}
	.moreBtn a {
		display: inline-block;
		width: 130px;
	}
}