@charset "utf-8";

/* ----------------------------------------
		base
---------------------------------------- */
body, html {
	width: 100%;
	height: 100%;
	font-family: 'Helvetica Neue', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, sans-serif;
}
#wrapper {
	min-width: 1024px;
	background-color: #e3e3e3;
}
#container,
#container a {
	color: #000;
}
#container a:hover {
	text-decoration: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
footer {
	min-width: 1024px;
}
.specialOriginalFooter {
	position: inherit;
}





/* ----------------------------------------
		#container
---------------------------------------- */
#container header {
	position: relative;
	width: 100%;
	height: 62.5vw;
	background: url(../img/img_cover_pc.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#container header h1 {
	position: absolute;
	right: 30px;
	bottom: 30px;
	vertical-align: middle;
}
#container header h1 img {
	width: 240px;
}
#container #summary {
	padding: 60px 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.06em;
}
#container #summary br:nth-child(2n) {
	display: none;
}

#container section {
	margin-bottom: 100px;
}
#container section .mainImg {
	float: left;
	width: 50%;
	height: 50vw;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#container #section_01 .mainImg {
	background-image: url(../img/img_01.jpg);
}
#container #section_02 .mainImg {
	background-image: url(../img/img_02.jpg);
}
#container #section_03 .mainImg {
	background-image: url(../img/img_03.jpg);
}
#container #section_04 .mainImg {
	background-image: url(../img/img_04.jpg);
}
#container section .txtWrapper {
	float: right;
	width: calc(50% - 160px);
	padding: 0 80px;
}
#container section h2 {
	display: table;
	margin-bottom: 40px;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.4;
}
#container section h2 span {
	display: table-cell;
	vertical-align: middle;
}
#container section h2 span:first-child {
	padding-right: 20px;
}
#container section h2 br {
	display: none;
}
#container section .clearfix {
	margin: 0 auto;
}
#container section .ingredients {
	padding-bottom: 16px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #000;
	counter-reset: number 0;
}
#container section .ingredients p,
#container section .ingredients li {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
#container section .ingredients p,
#container section .ingredients li {
	display: table;
	width: 100%;
	margin-bottom: 12px;
}
#container section .ingredients li span {
	display: table-cell;
	vertical-align: middle;
}
#container section .ingredients li span:first-child {
	width: 75%;
	padding-right: 12px;
}
#container section .ingredients li span a {
	display: inline-block;
	text-decoration: underline;
}
#container section .ingredients li span a:hover {
	text-decoration: none;
}
#container section .directions li {
	display: table;
	width: 100%;
	margin-bottom: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
#container section .directions li::before {
	display: table-cell;
	counter-increment: number 1;
	content: counter(number);
	width: 1.4rem;
	padding-right: 0.7rem;
	font-size: 1.4rem;
	font-weight: bold;
}
#container section .directions li a {
	text-decoration: underline;
}
#container section .directions li a:hover {
	text-decoration: none;
}


#container section .products {
	margin-top: 30px;
}
#container section .products li a {
	display: table;
	width: 100%;
	border: 1px solid #0d0d0d;
	margin-bottom: 20px;
	background-color: #0d0d0d;
	color: #fff;
}
#container section .products li a:hover {
	opacity: 0.7;
}
#container section .products li a div {
	display: table-cell;
	vertical-align: middle;
}
#container section .products li a div:first-child {
	width: 80px;
}
#container section .products li a div:last-child {
	position: relative;
	padding: 0 35px 0 16px;
}
#container section .products li a div:last-child::before{
	content: "";
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 11px;
	height: 1px;
	margin: auto;
	background: #fff;
	vertical-align: middle;
}
#container section .products li a div:last-child::after{
	content: "";
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	vertical-align: middle;
}
#container section .products li a div p {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}