@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Protest+Revolution&family=Zen+Kaku+Gothic+New&display=swap');

/************************
common
*************************/
.cmnContents {
	color: #000000;
	font-family: "Noto Serif JP", serif;
}
.inner {
	max-width: 960px;
	margin: auto;
	width: 90%;
}
.f-sans {
	font-family: 'Noto Sans Jp', sans-serif;
}

a {
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
h2 {
	width: 100%;
}
h3 {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}
h4 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
}
h4 span {
	font-weight: inherit;
}
@media screen and (max-width: 769px) {
	h3 {
		font-size: 32px;
		line-height: 1.4;
		text-align: center;
	}
	h4 {
		font-size: 32px;
	}
}

/************************
kv
*************************/
#kv .kvImg {
	position: relative;
}
#kv .imgWrap {
	height: auto;
}
#kv .imgTextWrap {
	position: absolute;
	top: 15%;
	left: 5%;
	right: 0;
	margin: 0 auto;
	width: 60%;
	height: auto;
	aspect-ratio: 109 / 48;
}
@media screen and (max-width: 960px) {
	#kv .imgWrap {
		height: 450px;
	}
	#kv .imgWrap img {
		height: 100%;
		object-fit: cover;
	}
	#kv .imgTextWrap {
		width: auto;
		height: 320px;
	}
}
@media screen and (max-width: 769px) {
	#kv .imgWrap {
		height: auto;
	}
	#kv .imgWrap img {
		height: auto;
	}
}

/************************
movie
*************************/
#movie .wrap {
	margin-top: 120px;
}
#movie .movieWrap iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 769px) {
	#movie .wrap {
		margin-top: 60px;
	}
}

/************************
profile
*************************/
#profile .wrap {
	margin-top: 120px;
	padding: 50px 0;
	background: #F2F2F2;
}
#profile .profileWrap {
	display: flex;
	flex-direction: row;
}
#profile .profileWrap .imgWrap {
	width: 286px;
}
#profile .profileWrap .textWrap {
	width: calc(100% - 286px);
	padding-left: 20px;
}
#profile .profileWrap .textWrap .main {
	margin-bottom: 30px;
}
#profile .profileWrap .textWrap .main .name {
	font-size: 24px;
	font-weight: 700;
}
#profile .profileWrap .textWrap .main .name span {
	font-size: 14px;
}
#profile .profileWrap .textWrap .main .position {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}
#profile .profileWrap .textWrap .detail p {
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (max-width: 769px) {
	#profile .wrap {
		margin-top: 60px;
	}
	#profile .profileWrap {
		flex-direction: column;
		align-items: center;
	}
	#profile .profileWrap .imgWrap {
		width: 100%;
		max-width: 400px;
	}
	#profile .profileWrap .textWrap {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}

/************************
overview
*************************/
#overview .wrap {
	margin-top: 110px;
}
#overview h3 {
	margin-bottom: 54px;
}
#overview .block {
	position: relative;
	max-width: 1728px;
	margin: 0 auto;
}
#overview .block + .block {
	margin-top: 120px;
}
#overview .block .imgWrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 55vw;
	max-width: 860px;
	height: auto;
	aspect-ratio: 43 / 30;
	z-index: -1;
}
#overview .block:nth-of-type(2n) .imgWrap {
	left: 0;
	right: auto;
}
#overview .block .textContent {
	position: relative;
	width: 55vw;
	max-width: 860px;
	height: auto;
	padding-bottom: 30px;
	aspect-ratio: 43 / 30;
}
#overview .block:nth-of-type(2n) .textContent {
	margin: 0 0 0 auto;
}
#overview .block .textWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
	max-width: 450px;
	padding: 50px;
	background: #ffffff;
	box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
}
#overview .block:nth-of-type(2n) .textWrap {
	left: auto;
	right: 0;
}
#overview .block .textinner {
	width: 100%;
}
#overview .block .textWrap p {
	font-size: 16px;
	line-height: 1.8;
}
#overview .block .textWrap p + p {
	margin-top: 1em;
}
@media screen and (max-width: 1440px) {
	#overview .block .imgWrap {
		width: 53vw;
		max-width: 645px;
	}
	#overview .block .textContent {
		width: 65%;
		max-width: initial;
	}
	#overview .block .textWrap {
		width: 100%;
		padding: 30px;
	}
	#overview .block .textWrap p {
		font-size: 14px;
	}
}
@media screen and (max-width: 960px) {
	#overview .block + .block {
		margin-top: 80px;
	}
	#overview .block .imgWrap {
		width: 500px;
	}
	#overview .block .textContent {
		width: 66%;
		aspect-ratio: 3 / 2;
	}
}
@media screen and (max-width: 769px) {
	#overview .wrap {
		margin-top: 55px;
	}
	#overview .block + .block {
		margin-top: 60px;
	}
	#overview .block .imgWrap {
		position: static;
		width: 100%;
		max-width: initial;
	}
	#overview .block .textContent {
		width: 100%;
		aspect-ratio: auto;
	}
	#overview .block .textWrap {
		position: static;
		width: 100%;
		max-width: initial;
		margin-top: 30px;
		padding: 0;
		box-shadow: none;
	}
	#overview .block .textWrap p {
		font-size: 16px;
	}
}

/************************
recipe
*************************/
#recipe .wrap {
	margin-top: 120px;
}
#recipe .sectionTitleWrap {
	position: relative;
	padding-top: 55px;
}
#recipe .sectionTitleWrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: url('/85nohi/img/2025/recipe-main_title-text.svg');
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 48 / 5;
	z-index: -1;
}
#recipe .sectionTitleWrap p {
	width: fit-content;
	margin: 10px auto 0;
	padding: 5px 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #ffffff;
	background: #000000;
	border-radius: 100px;
}
#recipe .recipeList {
	margin-top: 60px;
}
#recipe .recipeList .recipeBlock + .recipeBlock {
	margin-top: 60px;
}
#recipe .recipeList .recipeBlock .title {
	width: fit-content;
	height: 30px;
	margin: 0 auto 30px;
}
#recipe .recipeList .recipeBlock .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#recipe .recipeList .recipeBlock .list a {
	width: calc((100% - 40px) / 3);
}
#recipe .recipeList .recipeBlock .list a + a {
	margin-left: 20px;
}
#recipe .recipeList .recipeBlock .list a:nth-of-type(3n+1) {
	margin-left: 0;
}
#recipe .recipeList .recipeBlock .list a:nth-of-type(n+4) {
	margin-top: 20px;
}
#recipe .recipeList .recipeBlock .list .imgWrap {
	width: 100%;
}
#recipe .recipeList .recipeBlock .list .imgWrap img {
	aspect-ratio: 5 / 4;
	object-fit: cover;
}
#recipe .recipeList .recipeBlock .list .textWrap {
	margin-top: 12px;
}
#recipe .recipeList .recipeBlock .list .textWrap p {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 769px) {
	#recipe .wrap {
		margin-top: 60px;
	}
	#recipe .sectionTitleWrap {
		padding-top: 30px;
	}
	#recipe .recipeList {
		margin-top: 55px;
	}
	#recipe .recipeList .recipeBlock .title {
		height: 75px;
	}
	#recipe .recipeList .recipeBlock .list {
		flex-direction: column;
	}
	#recipe .recipeList .recipeBlock .list a {
		width: 100%;
	}
	#recipe .recipeList .recipeBlock .list a + a {
		margin-top: 20px;
		margin-left: 0;
	}
}
@media screen and (max-width: 375px) {
	#recipe .sectionTitleWrap p {
		padding: 5px 20px;
		font-size: 13px;
	}
}

/************************
fermentation
*************************/
#fermentation .wrap {
	margin-top: 120px;
	padding: 70px 0 50px;
	background: url('/85nohi/img/2025/bg-sky.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
#fermentation .title p {
	font-size: 90px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}
#fermentation .title p span {
	font-size: 64px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#fermentation .detail {
	margin-top: 30px;
}
#fermentation .detail p {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
}
#fermentation .detail p + p {
	margin-top: 1em;
}
@media screen and (max-width: 769px) {
	#fermentation .wrap {
		margin-top: 60px;
		padding: 60px 0 30px;
	}
	#fermentation .title p {
		font-size: 35px;
	}
	#fermentation .title p span {
		font-size: 30px;
	}
	#fermentation .detail p {
		text-align: left;
	}
}
