@charset "utf-8";

/*------------------------------
  gris-perle
------------------------------*/
/* img-hero */
.img-hero {
	position: relative;
}
.img-hero .heading {
	margin-top: 30px;
	font-size: 1.6rem;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.img-hero {
		max-width: 1000px;
		margin: 0 auto;
	}
	.img-hero .heading {
		margin-top: 40px;
		font-size: 1.8rem;
	}
}

/* sec-story */
.sec-story {
	margin: 80px 0 60px;
	padding: 0 20px;
	text-align: center;
}
.sec-story .heading {
	margin-bottom: 30px;
	font-size: 3.4rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
}
.sec-story .heading::before,
.sec-story .heading::after {
	display: none;
}
.sec-story .text {
	margin: 0;
	font-size: 1.5rem;
	line-height: 2;
	text-align: left;
}
.sec-story .img {
	margin: 40px -20px 0;
}
@media only screen and (min-width: 768px) {
	.sec-story {
		margin-top: 100px;
	}
	.sec-story .heading {
		font-size: 4.2rem;
	}
	.sec-story .text {
		font-size: 1.6rem;
		line-height: 2.4;
		text-align: center;
	}
	.sec-story .img {
		margin-top: 60px;
	}
	.sec-story .img img {
		max-width: 690px;
	}
}

/* sec-effect */
.sec-effect {
	max-width: 690px;
	margin: 60px auto;
	padding: 0 20px;
	text-align: center;
}
.sec-effect .image img {
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.sec-effect {
		margin: 80px auto 100px;
	}
	.sec-effect .image img {
		max-width: 427px;
	}
}

/* sec-feature */
.sec-feature {
	padding: 0 20px;
	text-align: center;
}
.sec-feature .title {
	padding: 5px 0;
	border: 1px solid #595757;
}
.sec-feature .note {
	margin-top: .5rem;
	font-size: 1.2rem;
	text-align: right;
}
.sec-feature .list {
	max-width: 480px;
	margin: 20px auto 40px;
}
.sec-feature .list li {
	font-size: 1.5rem;
	letter-spacing: .1rem;
	text-align: left;
}
@media only screen and (min-width: 768px) {
	.sec-feature {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
	.sec-feature .heading {
		width: 100%;
	}
	.sec-feature > .heading::before {
		position: static;
		margin-right: 2.5rem;
		margin-bottom: 5px;
	}
	.sec-feature > .heading::after {
		position: static;
		margin-left: 1.5rem;
		margin-bottom: 5px;
	}
	.sec-feature .box-feature {
		width: 330px;
	}
	.sec-feature .box-feature + .box-feature {
		margin-left: 40px;
	}
	.sec-feature .title {
		max-width: 480px;
		margin: 0 auto .5rem;
		font-size: 2rem;
	}
	.sec-feature .note {
		max-width: 480px;
		margin: 0 auto;
		font-size: 1.3rem;
	}
	.sec-feature .list {
		margin: 20px auto 0;
	}
	.sec-feature .list li {
		font-size: 1.7rem;
	}
}

/* sec-recipe */
.sec-recipe {
	margin: 60px 0;
	padding: 0 20px;
	text-align: center;
}
.sec-recipe .heading {
	width: 100%;
	margin-bottom: 30px;
	font-size: 3.4rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
}
.sec-recipe .heading::before,
.sec-recipe .heading::after {
	display: none;
}
.sec-recipe .title {
	position: relative;
	height: 48px;
	margin-bottom: 1rem;
	padding: 12px 0 12px 34px;
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: .05rem;
	text-align: left;
}
.sec-recipe .notice + .title {
	margin-top: 5rem;
}
.sec-recipe .title::before {
	position: absolute;
	top: 0;
	left: 15px;
	width: 1px;
	height: 48px;
	background: #595757;
	content: "";
	transform: rotate(35deg);
}
.sec-recipe .title span {
	position: absolute;
	top: -8px;
	left: 50px;
	font-size: 1.3rem;
}
.sec-recipe .text {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
}
.sec-recipe .recipe {
	margin-top: 30px;
}
.sec-recipe .recipe li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	text-align: left;
}
.recipe .text {
	width: calc(100% - 160px);
}
.recipe .text .num {
	font-size: 1.6rem;
}
.recipe .text .txt {
	font-size: 1.5rem;
}
.recipe .text .note {
	padding-left: 1em;
	font-size: 1.3rem;
	text-indent: -1em;
}
.recipe .image {
	width: 150px;
}
.sec-recipe .notice li {
	margin-bottom: 5px;
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
	text-indent: -1em;
}
@media only screen and (min-width: 768px) {
	.sec-recipe {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 920px;
		margin: 100px auto 0;
		padding: 0;
	}
	.sec-recipe .heading {
		font-size: 4.2rem;
	}
	.sec-recipe .title {
		height: 68px;
		margin-right: 4rem;
		padding: 20px 0 19px 34px;
		font-size: 2rem;
	}
	.sec-recipe .title::before {
		top: 8px;
	}
	.sec-recipe .notice + .title {
		margin-top: 0;
	}
	.sec-recipe .title span {
		left: 60px;
		font-size: 1.4rem;
		white-space: nowrap;
	}
	.sec-recipe .recipe {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sec-recipe .recipe li {
		width: 440px;
		margin-bottom: 30px;
	}
	.sec-recipe .text {
		font-size: 1.6rem;
		line-height: 2;
	}
	.recipe .text {
		width: calc(100% - 250px);
	}
	.recipe .text .num {
		font-size: 2.2rem;
	}
	.recipe .text .txt {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.recipe .text .note {
		margin-top: 1rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.recipe .image {
		width: 220px;
	}
	.sec-recipe .notice {
		width: 100%;
		margin: 20px auto 100px;
	}
	.sec-recipe .notice li {
		font-size: 1.5rem;
	}
}

/* sec-pack */
.sec-pack {
	max-width: 690px;
	margin: 40px auto;
	padding: 0 20px;
	text-align: center;
}
.sec-pack .heading {
	margin-bottom: 30px;
	font-size: 3.4rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
}
.sec-pack .heading::before,
.sec-pack .heading::after {
	display: none;
}
.sec-pack .title {
	position: relative;
	height: 48px;
	margin-bottom: 1rem;
	padding: 12px 0 12px 34px;
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: .05rem;
	text-align: left;
}
.sec-pack .title::before {
	position: absolute;
	top: 0;
	left: 15px;
	width: 1px;
	height: 48px;
	background: #595757;
	content: "";
	transform: rotate(35deg);
}
.sec-pack .text {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
}
.sec-pack .sub {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}
.sec-pack .note {
	margin: 1rem 0 3rem;
	font-size: 1.3rem;
	text-align: left;
}
.sec-pack .notice {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-align: center;
}
.sec-pack .list li {
	padding-left: 1em;
	font-size: 1.3rem;
	text-align: left;
	text-indent: -1em;
}
@media only screen and (min-width: 768px) {
	.sec-pack {
		margin-top: 20px;
		padding: 0;
	}
	.sec-pack .heading {
		font-size: 4.2rem;
	}
	.sec-pack .title {
		font-size: 1.9rem;
	}
	.sec-pack .note + .title {
		margin-top: 5rem;
	}
	.sec-pack .text {
		margin-top: 2rem;
		font-size: 1.7rem;
		line-height: 2;
	}
	.sec-pack .sub {
		margin-top: 2rem;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.sec-pack .note {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	.sec-pack .notice {
		margin: 5rem 0 2rem;
		font-size: 1.7rem;
	}
	.sec-pack .list li {
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

/* sec-item */
.sec-item {
	margin-top: 80px;
	margin-bottom: 80px;
}
.sec-item .item-img {
	position: relative;
}
.sec-item .item-img p {
	position: absolute;
	top: 15%;
	left: calc(50% - 120px);
	z-index: 1;
}
.sec-item .item-img .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 280px;
}
.sec-item .item-img .img img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	max-width: initial;
	height: 100%;
	transform: translateX(-50%);
}
.sec-item .item-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin: 0;
}
.sec-item .item-txt h2 {
	width: 230px;
	margin: 0 auto;
}
.sec-item .item-txt .text {
	width: 230px;
	margin: 1rem auto 0;
	font-size: 1.4rem;
}
.sec-item .item-txt .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 335px;
	margin: 25px auto 20px;
}
.sec-item .item-txt .button a {
	border: 1px solid #595757;
}
.sec-item .item-txt .button a.stores {
	margin-left: 5px;
}
@media only screen and (min-width: 768px) {
	.sec-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 120px;
	}
	.sec-pack + .sec-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sec-item .item-img {
		width: 360px;
		margin-right: 40px;
	}
	.sec-item .item-img p {
		top: 25%;
		left: calc(50% - 150px);
	}
	.sec-item .item-img p img {
		width: 120px;
	}
	.sec-item .item-img .img {
		padding-top: 400px;
	}
	.sec-item .item-txt {
		width: 290px;
		margin: 0 0 30px 40px;
	}
	.sec-item .item-txt h2 {
		width: 100%;
	}
	.sec-item .item-txt h2 img {
		width: 190px;
	}
	.sec-item .item-txt .text {
		width: 100%;
		font-size: 1.8rem;
	}
	.sec-item .item-txt .button {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 335px;
		margin: 20px -45px 0 0;
	}
	.sec-item .item-txt .button a {
		width: 167px;
	}
}


/* sec-voice */
.sec-voice {
	max-width: 740px;
	margin: 40px auto;
	padding: 0 20px;
	text-align: center;
}
.sec-voice .top {
	margin-bottom: 1rem;
}
.sec-voice .top img {
	width: 160px;
	vertical-align: middle;
}
.sec-voice .box-voice {
	position: relative;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}
.sec-voice .box-voice:last-child {
	padding-bottom: 0;
}
.sec-voice .box-voice:not(:last-child)::after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 1px;
	background: #595757;
	content: "";
}
.sec-voice .title {
	font-size: 1.7rem;
}
.sec-voice .text {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
}
.sec-voice .note {
	margin-top: 1rem;
	padding-left: 1em;
	font-size: 1.3rem;
	text-align: left;
	text-indent: -1em;
}
@media only screen and (min-width: 768px) {
	.sec-voice {
		margin-top: 120px;
		margin-bottom: 70px;
		padding: 0;
	}
	.sec-voice .top {
		margin-bottom: 2rem;
	}
	.sec-voice .top img {
		width: auto;
		height: 19px;
	}
	.sec-voice .box-voice {
		margin-bottom: 5rem;
		padding-bottom: 5rem;
	}
	.sec-voice .title {
		font-size: 1.9rem;
	}
	.sec-voice .text {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.sec-voice .note {
		margin-top: 2rem;
		font-size: 1.4rem;
	}
}
