@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: adobe-garamond-pro, serif;
	text-align: left;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.helvetica {
	font-family: "Helvetica Neue" , Helvetica , Arial;
}

/* --------------------------------------------------

   Contents

   -------------------------------------------------- */

#container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
}

#contents {
	width: 100%;
}

#content_1 {
	width: 100%;
	padding: 6vw;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width:900px) {
	#content_1 {
		padding: 8vw 4vw;
		background-size: 100% 100%;
	}
}
@media screen and (max-width:768px) {
	#content_1 {
		background-size: auto 100%;
	}
}

#content_1 #site_name {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#content_1 #site_name > h1 {
	width: 100%;
	color: #efcd42;
	text-align: center;
}

#content_1 #site_name > p {
	width: 100%;
	margin-top: 2vw;
	color: #efcd42;
	text-align: center;
}

#content_1_inner {
	width: 100%;
	max-width: 1000px;
	margin: 5vw auto 0;
	display: flex;
}

/* LEFT */

#content_1_inner .left {
	width: 45%;
}
@media screen and (max-width:768px) {
	#content_1_inner .left {
		width: 40%;
	}
}

#content_1_inner .left > div {
	position: relative;
	width: 100%;
}

#content_1_inner .left .img {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	padding: 0 40px;
}
@media screen and (max-width:768px) {
	#content_1_inner .left .img {
		padding: 0 8vw 0 0;
	}
}

#content_1_inner .left .exp {
	position: absolute;
	bottom: 1vw;
	width: 90%;
	margin: 0 5%;
	padding: 20px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
}
@media screen and (max-width:768px) {
	#content_1_inner .left .exp {
		bottom: 10vw;
		left: -5%;
		width: 90%;
		margin: 0;
		padding: 10px;
	}
}

#content_1_inner .left .exp .line_1 {
	color: #efcd42;
}

#content_1_inner .left .exp .line_2 {
	margin-top: 1vw;
	color: #fff;
}

/* RIGHT */

#content_1_inner .right {
	width: 55%;
	padding: 0 8vw 0 0;
}
@media screen and (max-width:768px) {
	#content_1_inner .right {
		width: 60%;
		padding: 0;
	}
}

#content_1_inner .right .per {
	position: relative;
	width: 100%;
	padding: 14px 30px;
	display: table-cell;
	border: 10px solid #fff;
	border-radius: 2vw;
	color: #fff;
}
@media screen and (max-width:768px) {
	#content_1_inner .right .per {
		padding: 3vw 4vw;
		border: 6px solid #fff;
		display: block;
	}
}

#content_1_inner .right .per::before {
	position: absolute;
	left: -50px;
	bottom: 20px;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 20px solid transparent;
	content: '';
	z-index: 10;
}
@media screen and (max-width:768px) {
	#content_1_inner .right .per::before {
		left: -40px;
	}
}

#content_1_inner .right .per .line_1 span {
	padding-left: 10px;
}

#content_1_inner .right .catch {
	width: 100%;
	margin-top: 3vw;
}
@media screen and (max-width:768px) {
	#content_1_inner .right .catch {
		margin-top: 6vw;
	}
}

#content_1_inner .right .catch .ttl {
	color: #efcd42;
}

#content_1_inner .right .catch .exp {
	margin-top: 0.5vw;
	color: #fff;
}
@media screen and (max-width:768px) {
	#content_1_inner .right .catch .exp {
		margin-top: 1vw;
	}
}

#content_1_inner .right .point {
	margin-top: 3vw;
	color: #efcd42;
}
@media screen and (max-width:768px) {
	#content_1_inner .right .point {
		margin-top: 6vw;
	}
}

#content_1_inner .right .ingredients {
	width: 100%;
	margin-top: 3vw;
	padding-left: 3vw;
}
@media screen and (max-width:768px) {
	#content_1_inner .right .ingredients {
		margin-top: 6vw;
		padding-left: 3vw;
	}
}

#content_1_inner .right .ingredients .line_1 {
	color: #fff;
	font-family: sans-serif;
}

#content_1_inner .right .ingredients .line_1 .ttl::before {
	content: '[ '
}

#content_1_inner .right .ingredients .line_1 .ttl::after {
	content: ' ]'
}

#content_1_inner .right .ingredients .line_1 .exp {
	margin-top: .5vw;
}

#content_1_inner .right .ingredients .line_2 {
	width: 100%;
	margin-top: 2vw;
	padding: 8px 12px;
	border: 2px solid #efcd42;
	color: #efcd42;
}

#content_1_inner .right .point ul li {
	position: relative;
	margin-top: 2vw;
	padding-left: 3vw;
}
	#content_1_inner .right .point ul li:first-child {
		margin-top: 0;
	}

#content_1_inner .right .point ul li span {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 3vw;
	margin-right: 5px;
	display: inline-block;
	transform: translateY(-50%);
}

#content_1_inner .right .point ul li span::before {
	width: 100%;
	height: 0;
	padding-top: 100%;
	content: '';
	display: inline-block;
	background: url(../img/point_star.png) no-repeat;
	background-size: 100% 100%;
}

#content_2 {
	width: 100%;
	padding: 40px;
	background: #311e20;
}
@media screen and (max-width:768px) {
	#content_2 {
		padding: 10px 10px 20px;
	}
}

#content_2_inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
}
@media screen and (max-width:768px) {
	#content_2_inner {
		padding: 10px;
	}
}

#usage {
	width: auto;
	padding: 10px 20px 8px;
	display: table;
	border: 1vw solid #311e20;
	border-radius: 1vw;
}

#usage > p {
	display: table-cell;
	vertical-align: middle;
}

#usage > p.ttl {
	padding-right: 20px;
	color: #311e20;
}

#usage > p.exp {
	font-family: sans-serif;
}

#care3 {
	width: 100%;
	margin-top: 40px;
}
@media screen and (max-width:768px) {
	#care3 {
		margin-top: 0;
	}
}

#care3 .sup {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 140px;
	height: 140px;
	padding-top: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #311e20;
	color: #fff;
	text-align: center;
}
@media screen and (max-width:768px) {
	#care3 .sup {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		margin-top: 10px;
		padding: 12px 0 8px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #311e20;
		color: #fff;
		text-align: center;
	}
}

#care3 .sup::before {
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	left: 5px;
	content: '';
	border-right: 20px solid #311e20;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	display: block;
	transform: rotate(-45deg);
}
@media screen and (max-width:768px) {
	#care3 .sup::before {
		bottom: -30px;
		left: 50%;
		border-top: 15px solid #311e20;
		border-right: 10px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 10px solid transparent;
		transform: translateX(-50%);
	}
}

#care3 ul {
	width: 100%;
}
@media screen and (max-width:768px) {
	#care3 ul {
		margin-top: 10px;
	}
}

#care3 ul li {
	margin-top: 20px;
	padding: 30px;
	display: flex;
	align-items: center;
	background: #fbf1cd;
}
@media screen and (max-width:768px) {
	#care3 ul li {
		margin-top: 0;
		padding: 0 10px 10px;
		flex-wrap: wrap;
	}
}

#care3 ul li:first-child {
	margin-top: 0;
}
@media screen and (max-width:768px) {
	#care3 ul li:first-child {
		padding-top: 10px;
	}
}

#care3 ul li .ttl {
	width: 100%;
	max-width: 140px;
}
@media screen and (max-width:768px) {
	#care3 ul li .ttl {
		max-width: 100%;
	}
}

#care3 ul li .ttl span {
	width: 100%;
	height: 50px;
	padding: 10px 15px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3vw;
	background: #f3994f;
	color: #fff;
	line-height: 1.0;
}
@media screen and (max-width:768px) {
	#care3 ul li .ttl span {
		height: 40px;
	}
}

#care3 ul li .exp {
	width: 100%;
	padding: 4px 0 0 20px;
}
@media screen and (max-width:768px) {
	#care3 ul li .exp {
		width: 100%;
		padding: 10px 10px 0;
	}
}

.warning {
	width: 100%;
	margin-top: 30px;
	padding: 20px 16px 18px;
	display: flex;
	align-items: center;
	border: 4px solid #c93664;
}
@media screen and (max-width:768px) {
	.warning {
		margin-top: 20px;
		flex-wrap: wrap;
	}
}

.warning .ttl {
	width: auto;
	padding-right: 20px;
	color: #c93664;
	text-align: center;
}

.warning .exp {
	width: 100%;
	padding-left: 20px;
	border-left: 1px solid #c93664;
	font-family: sans-serif;
}
@media screen and (max-width:768px) {
	.warning .exp {
		margin-top: 10px;
		padding-top: 10px;
		padding-left: 0;
		border-top: 1px solid #c93664;
		border-left: none;
	}
}

.warning .exp span {
	color: #c93664;
	text-decoration: underline;
}

#two-key-components {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 30px;
	background: #e5e5e5;
}
@media screen and (max-width:768px) {
	#two-key-components {
		margin-top: 20px;
		padding: 20px;
	}
}

#two-key-components h2 {
	width: 100%;
	color: #c93664;
}

#two-key-components h2 span {
	position: relative;
	z-index: 1;
}

#two-key-components h2 span::after {
	position: absolute;
	left: -5px;
	bottom: 0;
	width: calc(100% + 10px);
	height: 14px;
	content: '';
	background: #eac5c0;
	z-index: -1;
}

#two-key-components .box {
	width: 100%;
	margin-top: 25px;
}

#two-key-components .box h3 {
	width: 100%;
	max-width: 220px;
	padding: 12px 20px 8px;
	border-radius: 20px;
	background: #c93664;
	color: #fff;
}

#two-key-components .box ul li {
	width: 100%;
	margin-top: 10px;
}

#two-key-components .box ul li .ttl {
	display: inline;
	color: #c93664;
	line-height: inherit;
}

#two-key-components .box ul li .exp {
	display: inline;
	line-height: inherit;
}

#content_2 .copyright {
	position: relative;
	width: auto;
	margin: 3vw auto 0;
	padding-left: 40px;
	display: table;
	color: #efcd42;
	letter-spacing: 1px;
	text-align: center;
}
@media screen and (max-width:768px) {
	#content_2 .copyright {
		margin-top: 6vw;
	}
}

#content_2 .copyright::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 24px;
	content: '';
	display: inline-block;
	background: url(../img/logo.png) no-repeat;
	background-size: 20px 24px;
	transform: translateY(-50%);
}
