@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1030px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.lead,
.topbnr,
.menu,
.paragraph,
.productBox {
	font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

/*==============================================
 看板
============================================= */
.offer {
	width: 1030px;
	font-size: 16px;
	margin: 20px auto;
}
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_healthychef/mainimg.jpg) no-repeat center top;
	margin: 0 auto;
}
h1 {
	width: 930px;
	height: 660px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 930px;
	font-size: 16px;
	line-height: 2;
	margin: 0 auto;
}
.lead a {
	color: #c20f25;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 930px;
	margin: 40px auto 0;
}
.topbnr a {
	display:block;
	width: 500px;
	height: 60px;
	background: #c20f25;
	border-radius: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 62px;
	margin: auto;
	position: relative;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 13px;
	height: 23px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_healthychef/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px;
}
.topbnr a:hover {
	background: #dc0721;
}
.innerbnr {
	width: 930px;
	margin: 130px auto 140px;
}
.innerbnr a {
	display: block;
	width: 770px;
	margin: auto;
	position: relative;
}
.innerbnr a:before {
	content: "";
	display: block;
	width: 770px;
	height: 100px;
	background: #c20f25;
	border-radius: 100px;
	transition: all ease .3s;
}
.innerbnr a dl {
	width: 770px;
	height: 149px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_healthychef/innerbnr.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: absolute;
	top: -35px;
}
.innerbnr a:hover:before {
	background: #dc0721;
}


/*==============================================
 目次
============================================= */
.menu {
	margin: 70px auto 120px;
}
.menu ul {
	width: 870px;
	margin: auto;
}
.menu li {
	background: #e7e7e7;
	font-size: 14px;
	line-height: 1.25;
	margin: 5px auto;
}
.menu li a {
	display: table;
	color: #000;
	line-height: 1.2;
}
.menu li a strong {
	display: table-cell;
	width: 30px;
	background: #000;
	font-size: 16px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0 5px;
	transition: all ease .3s;
}
.menu li a em {
	display: table-cell;
	border-right: 1px dashed #555;
	width: 190px;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px 12px 5px;
}
.menu li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 7px 10px 5px;
}
.menu li a:hover strong {
	background: #c20f25;
}
.menu li a:hover em {
	color: #c20f25;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	width: 930px;
	margin: 100px auto 0;
}
.paragraph h2 {
	border-top: 1px solid #000;
	font-size: 33px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
	margin: 0 0 65px;
	padding-top: 65px;
	position: relative;
}
.paragraph h2 em {
	display: inline-block;
	height: 42px;
	background: #000;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	padding: 0 50px 0 52px;
	position: absolute;
	top: 0;
	left: 0;
}
.paragraphIn {
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p.note {
	font-size: 12px;
	line-height: 1.6;
	margin-top: -5px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox .cap small {
	display: block;
	margin-top: 10px;
}
.imgBox h3 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_healthychef/check.png) no-repeat 0 center;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 25px;
	padding-left: 50px;
}
.imgBox h3 sup {
	font-size: .25rem;
	vertical-align: 7px;
}

.w930 a {
	width: 930px;
	float: none;
}
.w640,
.w640 a {
	width: 640px;
	float: none;
	margin: auto;
}
.w250 {
	width: 640px;
}
.w250 a {
	width: 250px;
}
.w250 .cap.right {
	width: 360px;
}
.extra {
	width: 640px;
	float: none;
}
.extra .cap {
	margin-top: -50px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 80px auto 0;
}
.productBox a {
	display: block;
	width: 930px;
	height: 570px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_healthychef/itemimg.jpg) no-repeat 0 0;
}
.productBox a dt {
	font-size: 0;
	text-indent: -999em;
}
.productBox a dd {
	width: 500px;
	height: 60px;
	background: #c20f25;
	border-radius: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 62px;
	margin: 518px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 13px;
	height: 23px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_healthychef/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px;
}
.productBox a dd:hover {
	background: #dc0721;
}


/*==============================================
 注釈
============================================= */
.notice {
	width: 930px;
	margin: 100px auto 0;
}
.notice li {
	font-size: 12px;
	line-height: 1.6;
	text-indent: -3em;
	margin: 6px auto;
	padding-left: 3em;
}


