@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  table-layout: fixed;
}
h1, h2, h3, h4, h5, h6, p {
  display: block;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}

/* ============================
OverAll
===================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	color: #4b4948;
	font-size: 16px;
	font-family: 'dnp-shuei-gothic-kin-std', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	min-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

ul li {
	list-style: none;
}
/* ============================
content
===================================================*/
div.container {
	max-width: 750px;
	margin: 0 auto;
}

ul li {
	list-style: none;
}
/* ============================
content
===================================================*/
div.container {
	max-width: 750px;
	margin: 0 auto;
}
/* ============================
item
===================================================*/
.item {
	position: relative;
}
.item .btn {
	position: absolute;
	left: calc(60 / 750 * 100vw);
	bottom: calc(82 / 750 * 100vw);
	width: calc(628 / 750 * 100vw);
	z-index: 5;
}
.item .btn a {
	display: block;
}
/* ============================
Txt
===================================================*/
.txt p {
	font-size: calc(28 / 750 * 100vw);
	line-height: 1.6;
	letter-spacing: 0.01em;
	font-feature-settings : "palt";
}
.txt p span {
	color: #9e6ca5;
}
.txt p.note {
	font-size: calc(23 / 750 * 100vw);
	line-height: 1.9;
	text-indent: -1em;
	padding-left: 1em;
}

.point .txt {
	padding: calc(27 / 750 * 100vw) calc(30 / 750 * 100vw) calc(26 / 750 * 100vw);
}
.point02 .txt {
	background-color: #fff5fe;
}

#sec05 .txt {
	padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
}

#sec06 .graph {
	position: relative;
}
#sec06 .graph .txt {
	position: absolute;
	left: calc(62 / 750 * 100vw);
	bottom: calc(76 / 750 * 100vw);
	width: calc(645 / 750 * 100vw);
}
#sec06 .graph .txt p.component {
	font-size: calc(18 / 750 * 100vw);
	line-height: 1.3;
	letter-spacing: -0.025em;
	margin-top: calc(20 / 750 * 100vw);
}

#sec07 .txt {
	padding: calc(37 / 750 * 100vw) calc(30 / 750 * 100vw) calc(66 / 750 * 100vw);
	background-color: #fff5fe;
}

#sec08 .recipe {
	position: relative;
}
#sec08 .recipe .txt {
	position: absolute;
	bottom: 0;
	width: calc(650 / 750 * 100vw);
	padding: 0 calc(30 / 750 * 100vw);
}
#sec08 .recipe .txt p {
	letter-spacing: 0;
}
#sec08 .recipe01 .txt {
	right: 0;
	bottom: calc(104 / 750 * 100vw);
}
#sec08 .recipe02 .txt {
	left: 0;
	bottom: calc(104 / 750 * 100vw);
}
#sec08 .recipe03 .txt {
	right: 0;
	bottom: calc(104 / 750 * 100vw);
}
#sec08 .recipe04 .txt {
	left: 0;
	bottom: calc(104 / 750 * 100vw);
	padding-right: calc(12 / 750 * 100vw);
}


/* ============================
footer
===================================================*/
footer {
	background-color: #fff5fe;
	margin-top: calc(55 / 750 * 100vw);
	padding: calc(40 / 750 * 100vw) 0;
	border-top: 2px solid #9e6da4;
	position: relative;
}
footer::after {
	content: "";
	position: absolute;
	right: calc(30 / 750 * 100vw);
	top: calc(-54 / 750 * 100vw);
	display: block;
	width: calc(160 / 750 * 100vw);
	height: calc(88 / 750 * 100vw);
	background-image: url("../../img/usr/freepage/onlineshop/saishoku_kenbi_cassis/deco.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .footer-links {
	font-size: calc(18 / 750 * 100vw);
	line-height: 1.0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: calc(23 / 750 * 100vw);
}
footer .footer-links a {
	color: #4b4948;
	font-size: calc(18 / 750 * 100vw);
	line-height: 1.0;
	padding: 0 calc(10 / 750 * 100vw);
}
footer .footer-copy {
	font-size: calc(18 / 750 * 100vw);
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
}


@media screen and (min-width : 767px) {

	/* ============================
	item
	===================================================*/
	.item {
	}
	.item .btn {
		left: 60px;
		bottom: 82px;
		width: 628px;
	}
	/* ============================
	Txt
	===================================================*/
	.txt p {
		font-size: 28px;
	}
	.txt p span {
	}
	.txt p.note {
		font-size: 23px;
	}

	.point .txt {
		padding: 27px 30px 26px;
	}
	.point02 .txt {
	}

	#sec05 .txt {
		padding: 20px 30px 40px;
	}

	#sec06 .graph {
	}
	#sec06 .graph .txt {
		left: 63px;
		bottom: 80px;
		width: 645px;
	}
	#sec06 .graph .txt p.component {
		font-size: 18px;
		margin-top: 17px;
	}

	#sec07 .txt {
		padding: 37px 30px 66px;
	}

	#sec08 .recipe {
	}
	#sec08 .recipe .txt {
		width: 650px;
		padding: 0 30px;
	}
	#sec08 .recipe .txt p {
	}
	#sec08 .recipe01 .txt {
		bottom: 104px;
	}
	#sec08 .recipe02 .txt {
		bottom: 104px;
	}
	#sec08 .recipe03 .txt {
		bottom: 104px;
		padding: 0 30px 0 37px;
	}
	#sec08 .recipe04 .txt {
		bottom: 104px;
		padding-right: 12px;
	}


	/* ============================
	footer
	===================================================*/
	footer {
		margin-top: 55px;
		padding: 40px 0;
	}
	footer::after {
		right: 30px;
		top: -54px;
		width: 160px;
		height: 88px;
	}
	footer .footer-links {
		font-size: 18px;
		margin-bottom: 23px;
	}
	footer .footer-links a {
		font-size: 18px;
		padding: 0 10px;
	}
	footer .footer-copy {
		font-size: 18px;
	}

}
