@charset "UTF-8";
/* --------------------------------
 * 商品紹介
 * -------------------------------- */

/*エンザミン*/

/*--------------------------------------
	[1] エンザミン
---------------------------------------*/

.section-lp {
	margin-right: 15px;
	margin-left: 15px;
	max-width: 1000px;
	text-align: left;
}
.lp-header {
	margin: 0 auto;
	background: url(../img/bg-header_m.png) no-repeat center center / 242px;
	height: 60px;
}
.lp-jumbotron {
	background-color: #CC9900;
}
.lp-jumbotron-inner {
	margin: 0 auto;
	padding: 260px 0 20px 0;
	position: relative;
}
.jumbotron-bottle {
	background: url(../img/bg-main-m.png) no-repeat center top / 448px;
	width: 100%;
	height: 325px;
	z-index: 0;
	position: absolute;
	top: -60px;
	left: 0;
}
.jumbotron-enzamin {
	margin: 10px auto;
	background: url(../img/j-enzamin-m.png) no-repeat left bottom / 264px;
	width: 264px;
	height: 296px;
	position: relative;
	z-index: 2;
}
.jumbotron-80 {
	margin: 10px auto;
	background: url(../img/j-sozai-m.png) no-repeat left bottom / 264px;
	width: 264px;
	height: 296px;
	position: relative;
	z-index: 2;
}
.jumbotron-button {
	width: 96px;
	height: 32px;
	position: absolute;
	bottom: 9px;
	left: 84px;
}
.jumbotron-button a img {
	transiton: .2s;
}
.jumbotron-button a:hover img {
	opacity: 0.8;
}
.not_kanetsu {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.lp-koso_exaple {
	padding: 0;
	list-style: none;
}
.lp-koso_exaple li {
	width: 48%;
	float: left;
}
.lp-koso_exaple li:nth-of-type(2) {
	float: right;
}
.lp-nama {
	margin: 10px 0;
	padding-top: 140px;
	background: url(../img/moji-i.png) no-repeat center top / 160px;
}
.lp-nama--bunsi {
	background: url(../img/moji-tyo.png) no-repeat center top / 160px;
}
.lp-haigou__text {
	margin: 1em 0 0 0;
}
/*赤澤プロフィール*/
.profile {
	margin-top: 30px;
	overflow: hidden;
}
.profile__image {
	text-align: center;
}
.profile__content h2 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.profile__content h3 {
	margin: 0 0 10px 0;
}
.profile__content p {
	margin: 0 0 20px 0;
}
/*80種の素材ブロック*/
.lp-ippan_kouso {
	margin-top: 30px;
	padding: 30px;
	background-color: #FFC;
	border: 5px double #FFDC71;
}
.section-sozai {
	padding: 0;
	box-sizing: border-box;
}
.section-sozai__image {
	background: url(../img/enzamin02.jpg) no-repeat center center / cover fixed;
	height: 350px;
	width: 100%;
}
.material {
	margin: 30px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.material .material_container {
	margin: 0 60px;
}
.material .material_content {
	margin: 0 15px;
}
.material .material_content p {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	text-align: left;
}
.material .material_image img {
	border: 1px solid #CCC;
}
.material .material_name {
	margin: 15px 0;
	font-size: 14px;
	letter-spacing: 1px;
}
/*左右の矢印を変える*/
.material .slick-prev:before, .material .slick-next:before {
	width: 30px;
	height: 50px;
	display: block;
	border-radius: 3px;
	opacity: 1;
}
.material .slick-prev:before {
	content: "";
	background: url(../img/arrow-left.png) no-repeat center center / 24px 50px #0F640F;
}
.material .slick-next:before {
	content: "";
	background: url(../img/arrow-right.png) no-repeat center center / 24px 50px #0F640F;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
	opacity: .9 !important;
}
/*左右の矢印の位置を変える*/
.material .slick-next {
	right: -35px;
	width: 30px;
	height: 50px;
}
.material .slick-prev {
	left: -35px;
	width: 30px;
	height: 50px;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #000;
}
.material-list {
}
.material-list__table {
	width: 100%;
}
.material-list__table th, .material-list__table td {
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}
/*おいしさ*/

.lp-teiki {
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #CDFF36;
	overflow: hidden;
	text-align: center;
}
.lp-teiki-item {
	float: left;
	margin: 10px 0 0 10px;
}
/*仕様*/
table.spec-l {
	margin-bottom: 10px;
	width: 100%;
}
table.spec-l th {
	background-color: #FFEAAA;
	width: 12em;
	text-align: center;
}
table.spec-l th, table.spec-l td {
	padding: 12px;
	border: 1px solid #CCCCCC;
	line-height: 1.6;
	font-weight: normal;
}
.lp-begin-price {
	padding: 2px 2px 0 2px;
	background-color: #CDFF36;
}
/*レシピ*/

.recipe__list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.recipe__item {
	margin-top: 20px;
}
.recipe__item h3 {
	margin: 15px 0 5px 0;
	font-size: 13px;
	color: #960;
	letter-spacing: 3px;
}
.recipe__item p {
	margin: 5px 0 0 0;
}
.recipe__item ol {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.8;
}
.recipe__howto {
	margin: 10px 0;
	padding: 0 14px 14px 14px;
	background-color: #F8F2DF;
	border: 1px solid #F8F2DF;
	font-size: 12px;
}
.item-copy {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 2.8rem;
}
.section-enzamin-outline {
	padding: 30px 0;
}
.enzamin-copy__text {
	margin: 0;
}
.enzamin-copy__text img {
	margin: 0 15px;
	width: 80px;
	float: right;
}
.koso-gen img {
	margin: 0 auto 15px auto;
	display: block;
}

@media (min-width:600px) {
	.lp-jumbotron-inner {
		height: 280px;
	}
	.jumbotron-enzamin {
		margin: 0;
		background: url(../img/j-enzamin-m.png) no-repeat left bottom / 165px;
		width: 165px;
		height: 185px;
		position: absolute;
		bottom: 15px;
		left: 15px;
	}
	.jumbotron-80 {
		margin: 0;
		background: url(../img/j-sozai-m.png) no-repeat left bottom / 165px;
		width: 165px;
		height: 185px;
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	.jumbotron-button {
		width: 72px;
		height: 24px;
		position: absolute;
		bottom: 4px;
		left: 46px;
	}
	.lp-enzamin_text {
		padding-left: 180px;
		background: url(../img/lp-img-cup.jpg) no-repeat left center;
	}
	.profile {
		margin-top: 60px;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.profile__image {
		width: 200px;
		display: table-cell;
		vertical-align: top;
	}
	.profile__content {
		padding-left: 30px;
		display: table-cell;
		vertical-align: top;
	}
	.lp-haigou__text {
		padding: 0 0 20px 225px;
		background: url(../img/lp-enzamin_mark.png) no-repeat left top;
	}
	.section-enzamin-outline {
		padding: 60px 0 30px 0;
	}
	.koso-gen img {
		margin: 0 0 10px 10px;
		display: inline;
		float: right;
	}
	.material__table {
		margin-top: 30px;
	}
}

@media (min-width:768px) {
	.lp-header {
		background: url(../img/bg-header_m.png) no-repeat center center;
		height: 120px;
	}
	.lp-jumbotron {
		height: 530px;
	}
	.lp-jumbotron-inner {
		max-width: 1080px;
		height: 530px;
	}
	.jumbotron-bottle {
		background: url(../img/bg-main-m.png) no-repeat center top;
		max-width: 1080px;
		height: 650px;
		top: auto;
		bottom: 0;
	}
	.jumbotron-enzamin {
		background: url(../img/j-enzamin-m.png) no-repeat left bottom;
		width: 330px;
		height: 370px;
		bottom: 100px;
		left: 10px;
	}
	.jumbotron-80 {
		background: url(../img/j-sozai-m.png) no-repeat left bottom;
		width: 330px;
		height: 370px;
		bottom: 100px;
		right: 10px;
	}
	.jumbotron-button {
		width: 120px;
		height: 40px;
		position: absolute;
		bottom: 11px;
		left: 105px;
	}
	.jumbotron-button a img {
		transiton: .2s;
	}
	.jumbotron-button a:hover img {
		opacity: 0.8;
	}
	.not_kanetsu {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.lp-intake {
		padding-left: 280px;
		background: url(../img/lp-bg-tokusei.jpg) no-repeat left top;
	}
	.lp-nama {
		margin: 30px 0;
		padding: 0 0 0 280px;
		background: url(../img/moji-i.png) no-repeat 20px center;
	}
	.lp-nama--bunsi {
		background: url(../img/moji-tyo.png) no-repeat 20px center;
	}
	.recipe__list {
		margin: 30px 0 0 0;
	}
	.recipe__item {
		margin-right: 2%;
		width: 32%;
		float: left;
	}
	.recipe__item:nth-of-type(3) {
		margin-right: 0;
	}
}

@media (min-width:1030px) {
	.section-lp {
		margin-right: auto;
		margin-left: auto;
	}
}

