@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {
	font-family: sans-serif;
	font-weight:500;
	font-feature-settings: "palt" 1;
	line-height: 1.8em;
	letter-spacing: .05em;
	overflow-x: hidden
	-webkit-text-size-adjust: 100%;
}

/*
html { font-size: 100%; }
body { font-size: 1rem; }
*/

html { font-size: 62.5%; }
body { font-size: 18px; font-size: 1.8rem; color: #333; }

.gf {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.gf_b {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.gf_g {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.bold {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

::selection {
	color: #fff;
	background-color: #333;
}

a {
	color: #333;
}

a:hover {
	text-decoration: underline;
}

p.sml {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
	word-break: break-all;
}

/**/

nav	{
	position: fixed;
	top: 0;
	right: 3%;
	line-height: 1em;
}

nav	a {
	color: #fff;
	background-color: #333;
	padding: 2em 1em .6em 1em;
	line-height: 2.5em;
	border-radius: 0 0 10px 10px;
	transition: .3s;
}

nav	a:hover {
	color: #333;
	background-color: #e8e8e8;
	text-decoration: none;
}

main {
	max-width: 1200px;
	margin: 60px auto auto auto;
}

.fv {
	width: 100%;
	aspect-ratio: 5 / 3;
	background-image: url("../images/DSC_0085.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fv div {
	width: 100%;
	height: 100%;
	position: relative;
}

.fv div h1 {
	width: 40%;
	height: 40%;
	position: absolute;
	top: -14px;
	left: -14px;
}

.fv div h1 img {

}

.fv div p {
	width: 28%;
	height: 28%;
	position: absolute;
	top: 50%;
	left: 6%;
}

.fv div p img {

}

.cont {
	display: flex;
	justify-content: space-between;
	margin: 3em 0;
}

.cont div {
	width: 48%;
}

.cont div.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont div.inner div.w100 {
	width: 100%;
}

.cont div.inner div.w100 div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont div.inner div.w100 div.pledges {
	border: 1px solid #333;
	padding: 20px;
	margin-top: 1em;
}

.cont div h2 {
	display: flex;
	align-items: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 4px;
}

.cont div h2 span.gf_g {
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	background-color: #000;
	border-radius: 10px;
	margin-right: 1em;
	line-height: 1rem;
	padding: 4px 10px;
}

.cont div h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: .6em 0;
}

.cont div h3.no_topMrg {
	margin-top: 0;
}

.cont div p {
	text-align: justify;
}

.cont div p.full img {
	width: 100%;
}

.cont div p.border img {
	/*border: 1px solid #333;*/
	margin-top: 1em;
}

.cont div p.border-none img {
	margin-top: 1em;
}

hr.border_mrg {
	margin: 1em 0;
}
	
.youtube div {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	text-align: center;
}

_::-webkit-full-page-media, _:future, :root .youtube div {
	padding-bottom: 3em;
}

.youtube div h2 {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: none;
	margin-bottom: 1em;
}

.youtube div iframe {
	width: 100%;
	height: 100%;
}

.product div.howto {
	display: block;
	width: 100%;
}

.product div.howto ol {
 	list-style-type: none;
 	margin-left: 0;
 	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
	word-break: break-all;
}

.product div.howto ol li {
	margin-bottom: 1em;
}

.product div.howto h3 {
	margin-top: 1em;
}

.product ol.pledges-lst {
 	list-style-type: disc;
 	margin-left: 1em;
}

.product ol.pledges-lst2 {
 	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
 	list-style-type: disc;
 	margin-left: 1em;
}

.product ol.pledges-lst2 li {
	margin-bottom: .6em;
}

.product ol.pledges-lst2 li:last-child {
	margin-bottom: 0;
}

p.gf_b {
 	list-style-type: disc;
}

.free_space {
	margin-top: 2em;
}

footer p {
	text-align: center;
	margin-bottom: 30px;
}
.sp {
	display: none;
}
@media screen and (max-width: 1200px) {
	.sp {
		display: block;
	}
	main, footer {
		max-width: 94%;
		width: 94%;
		margin: 3%;
	}

	.about div p.full,
	.benefit div p.full,
	.special div p.full,
	.how div p.full {
		height: 100%;
	}

	.about div p.full img,
	.benefit div p.full img,
	.special div p.full img,
	.how div p.full img {
		height: 100%;
		object-fit: cover;
	}

}

@media screen and (max-width: 768px) {
	main {
		margin-top: 36px;
	}
	nav {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.fv div h1 {
		width: 35%;
		height: 35%;
		position: absolute;
		top: 10px;
		left: 3%;
	}
	.fv div p {
		width: 38%;
		height: 38%;
		position: absolute;
		top: 42%;
		left: 3%;
	}
	.cont {
		margin: 2em 0;
	}
	.cont div {
		width: 100%;
	}
	.cont div h2 span.gf_g {
		font-size: 12px;
		font-size: 1.2rem;
		margin-right: .4em;
	}
	p.sml {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.about, .special { flex-direction: column; }
	.about img, .special img { margin-top: 1em; }
	.benefit, .how { flex-direction: column-reverse; }
	.benefit img, .how img { margin-top: 1em; }

	.youtube {
		margin-bottom: 5em;
	}
	.product {
		flex-direction: column;
	}
	.product p.drink {
		width: 50%;
		margin: 1em auto 0;
	}
	.pledges {
		gap: 1em;
		margin-bottom: 1em;
	}
}