header h1 {
	position: relative;
	margin: 0;
	background: no-repeat center center;
	background-size: cover;
	font-size: inherit;
}
header h1 img {
	position: absolute;
}

@media all and (max-width: 640px) {
	header h1 {
		height: 23.5em;
		background-image: url(/images/index/mainpic_sp.jpg);
	}
	header h1 img {
		right: 1.25em;
		top: 2em;
		width: 16.75em;
	}
}

@media all and (min-width: 641px) {
	header h1 {
		height: 35em;
		background-image: url(/images/index/mainpic_pc.jpg);
	}
	header h1 img {
		right: calc((100% - 49em) / 2);
		top: 4em;
		width: 30em;
	}
	header h1::before {
		content: '';
		position: absolute;
		left: calc((100% - 49em) / 2);
		bottom: 6em;
		width: 42em;
		height: 12em;
		background: url(/images/common/logo_en.png) no-repeat left bottom;
		background-size: contain;
	}
}

/* ==================== ニュース ==================== */

.news {
	text-align: left;
}

.news h2 {
	border-bottom: 1px solid #0a3c8c;
	line-height: 1.2;
	text-align: left;
}
.news h2 img {
	height: 0.6em;
}

.news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*@media all and (min-width: 641px) {
	.news ul{
		width: 73%;
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}
}*/
p.campaign{
	width: 25%;
	height: auto;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
	@media all and (max-width: 640px) {
		p.campaign{
			width: 70%;
			height: auto;
			margin: 5% auto 0;
			display: block;
		}
	}
p.campaign a:hover{
	opacity: 0.7;
}
.news li {
	position: relative;
}
.news li:nth-of-type(n+2) {
	margin-top: 1em;
}

.news time {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	color: #333333;
	font-size: 92%;
}

@media all and (max-width: 640px) {
	.news {
		padding: 0 1em;
	}
	.news li {
		font-size: 0.8em;
		padding-left: 6.5em;
	}
}
@media all and (min-width: 641px) {
	.news {
		width: 49em;
		margin: 0 auto;
	}
	.news li {
		padding-left: 15em;
		font-size: 0.7em;
	}
	.news time::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		border-top: 1px solid #333333;
		margin-left: 1.5em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 7.7em;
	}
}

/* ==================== ピックアップ ==================== */

.pickup {
	margin-top: 1em;
	background: #dee7f4;
	cursor: pointer;
}
.pickup > div {
	-webkit-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
.pickup:hover > div {
	opacity: 0.7;
}

.pickup h2 {
	margin: 0;
	font-size: inherit;
}
.pickup h2 img {
	width: 10em;
}
.pickup .itempic img {
	vertical-align: bottom;
	max-width: none;
	height: 16em;
}

.pickup .features h3 {
	margin: 0;
	padding-left: 0.5em;
	background: #9db1d1;
	line-height: 1.6;
	text-align: left;
}
.pickup .features h3 img {
	height: 0.7em;
}

.pickup .features ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.pickup .features li {
	position: relative;
	margin-top: 2em;
	padding: 0.5em 0 0.5em 5em;
	line-height: 1.5;
}

.pickup .features li::before,
.pickup .features li::after {
	content: '';
	position: absolute;
}
.pickup .features li::before {
	left: 1.25em;
	top: 0;
	width: 2em;
	height: 100%;
	background: no-repeat center center;
	background-size: 1.5em auto;
}

.pickup .features li::after {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.75em;
	border: solid #9db1d1;
	border-width: 0 0 1px 1px;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.pickup .features li:nth-of-type(1)::before {
	background-image: url(/images/index/pickup_features_cap1.png);
}
.pickup .features li:nth-of-type(2)::before {
	background-image: url(/images/index/pickup_features_cap2.png);
}
.pickup .features li:nth-of-type(3)::before {
	background-image: url(/images/index/pickup_features_cap3.png);
}

.pickup .features li strong {
	font-size: 106%;
}
.pickup .features small {
	font-size: 65%;
}

@media all and (max-width: 640px) {
	.pickup {
		position: relative;
		padding: 1.5em 1em;
	}
	.pickup .itempic {
		position: relative;
		text-align: right;
		margin-bottom: -1em;
	}
	.pickup h2 {
		position: absolute;
	}
	.pickup .features h3 {
		font-size: 1.4em;
	}
	.pickup .features li {
		font-size: 0.85em;
	}
}

@media all and (min-width: 641px) {
	.pickup {
		display: table;
		box-sizing: border-box;
		width: 100%;
		padding: 2em calc((100% - 49em) / 2);
	}
	.pickup > * {
		display: table-cell;
		vertical-align: top;
	}
	.pickup h2 {
		vertical-align: middle;
	}
	.pickup .features {
		width: 21.5em;
	}
	.pickup .features li {
		font-size: 0.75em;
	}
}

/* ==================== 製品紹介 ==================== */

.products {
	margin: 4em auto;
}

.products h2 img {
	vertical-align: top;
	height: 1.8em;
}

/* ==================== 新商品 バナーエリア ==================== */


@media all and (min-width: 641px) {
	.new-banner{
		width: 980px;
		height: 290px;
		margin: 0 auto;
		padding: 0;
	}
	.new-banner a{
		width: 980px;
		height: 290px;
		display: block;
		background: url(/images/index/ginkgo-leaves_pc.png) no-repeat center center;
		background-size: 100%;
	}
	.new-banner img.sp{display: none;}
}
@media all and (max-width: 640px) {
	.new-banner.
	.new-banner a{
		width: 100%;
		height: auto;
		background: none;
	}
	.new-banner img.sp{width: 90%;}
}
.new-banner a:hover{
	opacity: 0.7;
}

/* ==================== 健康食品、機能性食品 ==================== */

.about {
	margin-top: 0;
	background: #0a3c8c;
}
.about ul {
	display: inline-table;
	vertical-align: top;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: linear-gradient(0deg, white, white) no-repeat center center;
}
.about li {
	display: table-cell;
	vertical-align: middle;
}
/*.about li:nth-of-type(2) {
	background: url(/images/index/about_comingsoon.png) no-repeat center center;
}*/
.about a {
	display: block;
	margin: 0.5em auto 0;
}

@media all and (max-width: 640px) {
	.about ul {
		width: 100%;
		background-size: 1px 100%;
	}
	.about li {
		padding: 1em 1.5em;
	}
	.about li:nth-of-type(2) {
		background-size: 75% auto;
	}
}

@media all and (min-width: 641px) {
	.about {
	}
	.about ul {
		width: 50em;
		background-size: 2px 100%;
	}
	.about li {
		padding: 3em 0 2.5em;
	}
	.about img[src*="about_"] {
		width: 12.3em;
	}
	.about li:nth-of-type(2) {
		background-size: 50% auto;
	}
}

/* notice */
@media all and (min-width: 641px) {
	#info{
		background-color: #ffffff;
		padding-top: 40px;
	}
	#notice_w{
		width: 1000px;
		background-color: #F0F8FF;
		border: solid 10px #ffffff;
		box-sizing: border-box;
		color: #000;
		margin: 0 auto 0;
		padding: 1.5em 0;
	}
	#notice_w p{
		text-align: center;
		font-size: 0.7em;
	}
	#notice_w a{color: #000;}
}
	@media all and (max-width: 640px) {
		/* notice */
		#info{
			background-color: #ffffff;
			padding-top: 5%;
		}
		#notice_w{
			width: 90%;
			background-color: #F0F8FF;
			border: solid 10px #ffffff;
			box-sizing: border-box;
			color: #000;
			margin: 0 auto 0;
			padding: 1.5em;
		}
		#notice_w p#left{
			text-align: left;
			font-size: 0.8em;
		}
		#notice_w p#strong{
			text-align: center;
			font-size: 0.8em;
			font-weight: bold;
		}
		#notice_w a{color: #000;}
	}
