@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 Sans Jp', sans-serif;
}
.inner {
	max-width: 1072px;
	margin: auto;
	width: 90%;
}
.f-sans {
	font-family: 'Noto Sans Jp', sans-serif;
}
.wrap{
	padding: 100px 0;
}
a {
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
.wrap p{
	font-size: 16px;
	line-height: 2;
}
.flex_box{
	display: flex;
}
@media screen and (max-width: 769px) {
	.wrap{
		padding: 48px 0;
	}
}
/************************
title
*************************/
.title{
	display: inline-block;
	margin-bottom: 24px;
}
.title h2{
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.41;
	letter-spacing: 0.02em;
	color: #2c69b5;
	text-align: center;
}
.title.type02 h2{
	color: #a79655;
}
.title p{
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2c69b5;
	/* text-align: center; */
	margin-bottom: 0;
}
.title p span{
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 769px) {
	.title h2{
		font-size: 36px;
		line-height: 1.33;
	}
	.title p{
		font-size: 18px;
	}
	.title p span{
		font-size: 10px;
	}
}
/************************
kv
*************************/
#kv .kvImg {
	position: relative;
	background-image: url(/85nohi/img/2026/kv_bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.imgTextWrap{
	max-width: 1119px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 769px) {
	#kv .kvImg {
		padding-bottom: 580px;
		background-image: url(/85nohi/img/2026/kv-sp.jpg);
	}
}
/************************
hakko
*************************/
.hakko{
	text-align: center;
}
.hakko p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 24px;
}
.hakko p.important{
	display: inline-block;
    padding: 6px 24px;
    margin-bottom: 0;
    letter-spacing: 0.07em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #2c69b5;
	border: 2px solid #2c69b5;
	border-radius: 4px;
	box-sizing: border-box;
}
.hakko .title p{
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
}
@media screen and (max-width: 769px) {
	.hakko p{
		letter-spacing: -0.03em;
	}
	.hakko p.important{
		width: 98%;
		font-size: 16px;
		line-height: 1.5;
		padding: 5px 24px;
	}
}
/************************
amazake
*************************/
.amazake{
	text-align: center;
}
.amazake .wrap{
	background: #f2f4f5;
}
.amazake .bk_img{
	padding-bottom: 240px;
	background-image: url(/85nohi/img/2026/amazake_bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.amazake .box{
	margin-top: 56px;
}
.box{
	display: flex;
	border-radius: 10px;
	box-shadow: 0 14px 40px rgba(44,105,181,0.1);
}
.box .text_area{
	width: 50%;
	padding: 49px 52px;
	text-align: left;
	background: #fff;
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
}
.box .text_area .tag{
	display: inline-block;
	padding: 7px 14px;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.072em;
	color: #fff;
	background: #2c69b5;
	border-radius: 20px;
	box-sizing: border-box;
}
.box .text_area h3{
	font-family: "source-han-sans-japanese", sans-serif;
	margin-bottom: 16px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #2c69b5;
	text-align: left;
}
.box .text_area p:not(.note){
	margin-bottom: 16px;
}
.box .text_area p.text_blue{
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #2c69b5;
}
.box .text_area p.note{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.05em;
	background: #f0f7ff;
}
.box .imgArea{
	width: 50%;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	background-image: url(/85nohi/img/2026/amazake.jpg);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
sup{
	vertical-align: super;
}
@media screen and (max-width: 769px) {
	.amazake .bk_img{
		padding-bottom: 190px;
		background-image: url(/85nohi/img/2026/amazake_bk_sp.jpg);
	}
	.box{
		flex-direction: column;
		box-shadow: 0 14px 40px rgba(44, 156, 151, 0.12);
	}
	.amazake .box {
		width: 98%;
		margin: 48px auto auto;
	}
	.box .text_area{
		width: 100%;
		padding: 25px 28px 28px 28px;
		border-radius: 10px 10px 0 0;
	}
	.box .text_area h3{
		font-size: 24px;
		line-height: 1.2;
	}
	.box .text_area .tag{
		padding: 6px 13px 7px;
	}
	.box .text_area p.text_blue{
		font-size: 16px;
		letter-spacing: -0.04em;
	}
	.box .text_area p.note{
		letter-spacing: -0.05em;
	}
	.box .imgArea{
		width: 100%;
		/* padding-bottom: 240px; */
		padding-bottom: max(48vw, 240px);
		border-radius: 0 0 10px 10px;
	}

}
/************************
recipe_area
*************************/
.recipe_area .wrap{
	padding: 90px 0;
	background-image: url(/85nohi/img/2026/recipe_area_bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.recipe_area .list:not(:last-of-type){
	margin-bottom: 80px;
}
.recipe_area h2{
	display: flex;
	align-items: center;
	font-family: "source-han-sans-japanese", sans-serif;
	padding: 2px 32px 8px;
	margin-bottom: 33px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	background-color: #2c69b5;
	border-radius: 100px;
	box-sizing: border-box;
}
.recipe_area h2 span{
	font-weight: 500;
}
.recipe_area h2 .num{
	font-family: "source-han-sans-japanese", sans-serif;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-right: 16px;
}
.recipe_area h2 .small_text{
	font-family: "source-han-sans-japanese", sans-serif;
	display: inline-block;
	margin-left: 38px;
	font-size: 16px;
	font-weight: bold;
}
.recipe_area .list > p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 33px;
}
.recipe_area .list .flex_box{
	justify-content: space-between;
}
.recipe_area .list li{
	width: 32%;
	max-width: 340px;
}
.recipe_area .list li a{
	display: block;
	background: #fff;
	border: 1px solid #f4eee1;
	border-radius: 6px;
	overflow: hidden;
}
.recipe_area .list li .text_area{
	padding: 21px 18px 16px;
	box-sizing: border-box;
}
.recipe_area .list li h3{
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 25px;
}
.recipe_area .arrow,
.product .list .arrow,
.hakkou_about .arrow,
.arrow{
	position: relative;
	padding: 0 30px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #a79655;
	text-align: right;
}
.arrow::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #fff;
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	background: #a79655;
	border-radius: 50%;
}
.arrow::before{
	content: '';
    position: absolute;
    right: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 7px;
    height: 10px;
    background-image: url(/85nohi/img/2026/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
@media screen and (max-width: 769px) {
	.recipe_area .wrap{
		padding: 48px 0;
		background-image: url(/85nohi/img/2026/recipe_area_bk_sp.png);
	}
	.recipe_area h2{
		justify-content: space-between;
		font-size: 20px;
		padding: 6px 16px 6px 27px;
	}
	.recipe_area h2 .num{
		font-size: 20px;
		margin-right: 19px;
	}
	.recipe_area h2 .small_text{
		margin-left: 8px;
	}
	.recipe_area .list:not(:last-of-type){
		margin-bottom: 48px;
	}
	.recipe_area .list .flex_box{
		flex-direction: column;
	}
	.recipe_area .list li{
		width: 100%;
		max-width: 100%;
	}
	.recipe_area .list li:not(:last-of-type){
		margin-bottom: 26px;
	}
	.recipe_area .list li h3{
		font-size: 16px;
		margin-bottom: 24px;
	}
	.recipe_area .bk_img{
		padding-bottom: 200px;
		background-image: url(/85nohi/img/2026/koji_bk_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}
/************************
product
*************************/
.product .wrap{
	text-align: center;
	background: #f2f4f5;
}
.product .inner > p {
	margin-bottom: 32px;
}
.product .list{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.product .list li{
	max-width: 250px;
	width: 23%;
	margin-right: 24px;
	margin-bottom: 38px;
}
.product .list li:nth-of-type(4n){
	margin-right: 0;
}
.product .list li:nth-child(n+9){
	margin-bottom: 0;
}
.product .list li a{
	display: block;
	background: #fff;
	border: 1px solid #ece6da;
	border-radius: 6px;
	overflow: hidden;
}
.product .list .text_area{
	padding: 16px 16px 20px;
	text-align: left;
	box-sizing: border-box;
}
.list p{
	font-size: 14px;
	line-height: 1.71;
	margin-bottom: 8px;
}
.product .list .tag{
	color: #a79655;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.063em;
	text-align: left;
	margin-bottom: 8px;
}
.product .list h3{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

@media screen and (max-width: 769px) {
	.product .inner > p{
		letter-spacing: -0.05em;
	}
	.product .list{
		width: 97%;
		margin: auto;
		flex-direction: column;
	}
	.product .list li{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.product .list li:nth-child(n+9){
		margin-bottom: 10px;
	}
	.product .list li:last-of-type{
		margin-bottom: 0;
	}
	.product .list .text_area{
		padding: 16px 16px 10px;
	}
	.product .list li .img{
		width: 73%;
		margin: auto;
	}
	.product .list .tag{
		font-size: 11px;
	}
}
/************************
hakkou_about
*************************/
.hakkou_about .wrap{
	background-image: url(/85nohi/img/2026/recipe_area_bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.hakkou_about .inner > p{
	margin-bottom: 32px;
}
.hakkou_about .box{
	box-shadow: none;
	margin-bottom: 33px;
}
.hakkou_about .box .text_area{
	width: 68%;
	max-width: 730px;
	padding: 42px 45px;
}
.hakkou_about .box .imgArea{
	width: 32%;
	max-width: 340px;
	padding-bottom: 433px;
	background-image: url(/85nohi/img/2026/nihon-koji-kabi.jpg);
	background-position: top left;
}
.hakkou_about .box h3{
	font-size: 26px;
	color: #333;
}
.hakkou_about .box p{
	letter-spacing: -0.01em;
	margin-bottom: 18px;
}
.hakkou_about .box .text_link a{
	position: relative;
	display: block;
	padding: 13px 20px 13px 10px;
	color: #a79655;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.18;
	border: 1px solid #a79655;
	border-radius: 10px;
	box-sizing: border-box;
}
.hakkou_about .box .text_link a::after{
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 24px;
	max-height: 24px;
	background-color: #a79655;
	background-image: url(/85nohi/img/2026/arrow.png);
	background-size: 7px;
    background-repeat: no-repeat;
    background-position: center right 7px;
	border-radius: 50%;
}
.hakkou_about .flex_box{
	justify-content: space-between;
}
.hakkou_about .flex_box li{
	width: 49%;
	max-width: 522px;
	text-align: left;
}
.hakkou_about .flex_box li a{
	display: block;
	background: #fff;
	border: 1px solid #ECE6DA;
	border-radius: 8px;
	overflow: hidden;
}
.hakkou_about .flex_box li .text_area{
	padding: 24px 24px 28px;
	box-sizing: border-box;
}
.hakkou_about .flex_box li h3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 13px;
	color: #a79655;
}
.hakkou_about .flex_box li p:not(.arrow){
	margin-bottom: 13px;
}
.hakkou_about .bk_img{
	padding-bottom: 420px;
	background-image: url(/85nohi/img/2026/koji_bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 769px) {
	.hakkou_about .inner > p{
		margin-bottom: 22px;
	}
	.hakkou_about .box{
		width: 97%;
		margin: auto auto 23px;
	}
	.hakkou_about .box .text_area{
		width: 100%;
		padding: 45px 22px 28px 22px;
	}
	.hakkou_about .box .imgArea{
		width: 100%;
		max-width: 100%;
		/* padding-bottom: 445px; */
		padding-bottom: max(114vw , 445px);
        /* background-image: url(/85nohi/img/2026/nihon-koji-kabi_sp.jpg); */
	}
	.hakkou_about .flex_box{
		width: 97%;
		margin: auto;
		flex-direction: column;
	}
	.hakkou_about .flex_box li{
		width: 100%;
		max-width: 100%;
	}
	.hakkou_about .flex_box li:not(:last-of-type){
		margin-bottom: 28px;
	}
	.hakkou_about .flex_box li h3{
		margin-bottom: 20px;
	}
	.hakkou_about .flex_box li p:not(.arrow){
		font-size: 14px;
		line-height: 1.71;
		margin-bottom: 7px;
	}
	.hakkou_about .flex_box li .text_area{
		padding: 30px 24px 28px;
	}
	.hakkou_about .box .text_link a{
		padding: 11px 20px 9px 10px;
	}
	.hakkou_about .bk_img{
		display: none;
	}
}
/************************
faq
*************************/
.faq .wrap{
	text-align: center;
}
.faq .title{
	margin-bottom: 32px;
}
.faq dl{
	max-width: 832px;
    margin: auto;
	text-align: left;
	border-bottom: 1px solid #E6DFD0;
}
.faq dl:first-of-type{
	border-top: 1px solid #E6DFD0;
}
.faq dl dt{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 6px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.faq dl dt:hover{
	opacity: 0.6;
}
.faq dl dt span{
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #72a7e8;
}
.faq dl dt span::after{
}
.faq dl dt span:before,
.faq dl dt span:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
	transition: transform .3s ease, opacity .3s ease;
}
.faq dl dt span:before {
	width: 3px;
    height: 9px;
	transform: rotate(0deg);
	transform-origin: center;
}
.faq dl dt span:after {
    width: 9px;
    height: 2px;
}
/* 開いた時 */
.faq dl dt.active span:before{
	transform: rotate(90deg);
	opacity: 0;
}
.faq dl dt p{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	padding-left: 30px;
}
.faq dl dt p::before{
	content: 'Q';
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	font-family: 'Noto Serif JP', serif;
	color: #72a7e8;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.29;
}
.faq dl dd{
	display: none;
	padding: 0 6px 26px;
	box-sizing: border-box;
}
.faq dl dd p{
	position: relative;
	font-size: 14px;
	line-height: 1.71;
	padding-left: 30px;
}
.faq dl dd p::before{
	content: 'A';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	font-family: 'Noto Serif JP';
	color: #A79655;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.59;
}
@media screen and (max-width: 769px) {
	.faq dl dt p{
		width: calc(100% - 55px - 33px);
		font-size: 14px;
		line-height: 1.57;
	}
	.faq dl dt p::before{
		left: 3px;
		font-size: 17px;
	}
	.faq dl dt span{
		margin-right: 5px;
	}
	.faq dl dd p::before{
		left: 4px;
	}
}
/************************
hakkoubishoku
*************************/
.hakkoubishoku .wrap{
	text-align: center;
	background-image: url(/85nohi/img/2026/bk_hakkoubishomku.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.hakkoubishoku .title{
	width: 100%;
	margin-bottom: 35px;
}
.hakkoubishoku .title h2{
	max-width: 241px;
	margin: auto auto 10px;
}
.hakkoubishoku .title p{
	position: relative;
	display: inline-block;
	font-family: 'Noto Serif JP',serif;
	padding: 0 48px;
	color: #000;
	font-weight: 500;
}
.hakkoubishoku .title p::before,
.hakkoubishoku .title p::after{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 36px;
	height: 1px;
}
.hakkoubishoku .title p::before{
	left: 0;
	border-top: 1px solid #000;
}
.hakkoubishoku .title p::after{
	right: 0;
	border-top: 1px solid #000;
}
.hakkoubishoku .inner > p{
	margin-bottom: 32px;
}
.hakkoubishoku .flex_box{
	justify-content: space-between;
}
.hakkoubishoku .flex_box li{
	max-width: 247px;
	width: 24%;
	text-align: left;
}
.hakkoubishoku .flex_box .img{
	border-radius: 6px;
	margin-bottom: 8px;
	overflow: hidden;
}
.hakkoubishoku .flex_box .tag{
	display: inline-block;
	background: #727272;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	padding: 3px 10px;
	margin-bottom: 8px;
	border-radius: 3px;
	box-sizing: border-box;
}
.hakkoubishoku .flex_box h3{
	font-size: 14px;
	line-height: 1.71;
}
@media screen and (max-width: 769px) {
	.hakkoubishoku .title{
		margin-bottom: 21px;
	}
	.hakkoubishoku .title h2{
		margin: auto auto 15px;
	}
	.hakkoubishoku .title p{
		max-width: 98%;
		margin: auto;
		padding: 0 32px;
		font-size: 16px;
		line-height: 1.5;
	}
	.hakkoubishoku .title p::before,
	.hakkoubishoku .title p::after{
		width: 24px;
	}
	.hakkoubishoku .inner > p{
		margin-bottom: 24px;
	}
	.hakkoubishoku .flex_box{
		width: 97%;
		margin: auto;
		flex-direction: column;
	}
	.hakkoubishoku .flex_box li{
		width: 100%;
        max-width: 494px;
        margin: auto;
	}
	.hakkoubishoku .flex_box li:not(:last-of-type){
		margin-bottom: 28px;
	}
	.hakkoubishoku .flex_box .tag{
		line-height: 1.2;
	}
}
