@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&family=Tinos:ital,wght@0,400;0,700&display=swap');

/* 共通クラス */
body {
	margin-top: -150px;
	padding-top: 150px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.gBody * {
	box-sizing: border-box;
	position: relative;
}

.-respimg>img {
	margin: auto;
}

/* vis */
.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol30/bg-main@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color: #8DCAFF;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}

.vis_title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.vis_title>.icon {
	display: block;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 7px;
}

.vis_title>b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.vis_number {
	color: #fff;
	line-height: 1;
}

.vis_number>small {
	display: inline-block;
	font-size: 35px;
	margin-right: 4px;
}

.vis_number>b {
	display: inline-block;
	font-size: 50px;
}

/* section */
.feature_sechero {
	height: 300px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.feature_secttl {
	margin: 0 auto;
	max-width: 480px;
	width: calc(100% - 20px);
	height: 70px;
	line-height: 1;
	padding: 0 20px;
	background-color: #C35B4D;
	color: #ffffff;
	font-family: 'Zen Old Mincho', serif;
	font-size: 0;
	font-weight: normal;
	font-style: normal;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.feature_secttl::before,
.feature_secttl::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 35px 10px;
	border-style: solid;
	border-color: #C35B4D transparent;
	position: absolute;
	top: 50%;
}

.feature_secttl::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.feature_secttl::after {
	right: 0;
	transform: translate(50%, -50%);
}

.feature_secttl span {
	line-height: 1.25;
	display: inline-block;
	font-size: 34px;
}

/* link */
.feature_cmnlink {
	min-height: 70px;
	line-height: 1.5;
	padding: 0 20px;
	border: 1px solid #C35B4D;
	background-color: #C35B4D;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	position: relative;
	transition-property: background-color, color;
	transition-duration: 0.5s;
}

.feature_cmnlink:hover {
	background-color: #ffffff;
	color: #C35B4D;
}

.feature_cmnlink.-arrow::after {
	content: "";
	margin-left: 1.5em;
	width: 8px;
	height: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff #ffffff transparent transparent;
	transform: rotate(45deg);
	transition: border-color 0.5s;
}

.feature_cmnlink.-arrow:hover::after {
	border-color: #C35B4D #C35B4D transparent transparent;
}

/* ここから */

/* intro */
.intro {
	margin: 0 auto 80px;
	max-width: 1140px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.intro_ttl {
	line-height: 1.5;
	font-family: 'Zen Old Mincho', serif;
	font-size: 34px;
	font-weight: normal;
}

.intro_text {
	margin-top: 30px;
}

.intro_link {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 10px;
}

.intro_link .feature_cmnlink {
	font-size: 15px;
	font-weight: normal;
	border-radius: 15px;
}

/* interview */
#interview {
	padding: 0 20px;
	margin-bottom: 120px;
}

.interview_ttl {
	margin-bottom: 40px;
	line-height: 1.5;
	font-family: 'Zen Old Mincho', serif;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
}

.interview_img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.interview_img figcaption {
	margin-left: -15px;
	margin-bottom: 70px;
	max-width: 275px;
	width: 100%;
	height: 150px;
	line-height: 1;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.interview_img figcaption small {
	font-size: 15px;
}

.interview_img figcaption span {
	font-size: 24px;
}

/* character */
#character {
	margin-bottom: 120px;
}

#character .feature_sechero {
	background-image: url("/assets/img/feature_vol30/bg-character@2x.jpg");
}

#character .feature_secttl {
	transform: translateY(-50%);
}

.character_intro {
	margin-bottom: 120px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.character_list {
	counter-reset: character 0;
}

.character_listitem {
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	counter-increment: character 1;
}

.character_listitem:last-child {
	margin-bottom: 0;
}

.character_listitem:nth-child(odd) {
	flex-direction: row;
}

.character_listitem:nth-child(even) {
	flex-direction: row-reverse;
}

.character_listcont {
	width: 78.571%;
	background-image: url("/assets/img/feature_vol30/bg-character_list@2x.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 90px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10.869%;
}

.character_listitem:nth-child(odd) .character_listcont {
	flex-direction: row;
}

.character_listitem:nth-child(even) .character_listcont {
	flex-direction: row-reverse;
}

.character_listcont::before {
	content: "0"counter(character);
	width: 101px;
	height: 98px;
	line-height: 1;
	background-image: url("/assets/img/feature_vol30/bg-character_count@2x.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: 'Zen Old Mincho', serif;
	font-size: 43px;
	position: absolute;
	top: 0;
}

.character_listitem:nth-child(odd) .character_listcont::before {
	left: 0;
	transform: translate(-33.333%, -25%);
}

.character_listitem:nth-child(even) .character_listcont::before {
	right: 0;
	transform: translate(33.333%, -25%);
}

.character_listcont .-txt {
	max-width: 500px;
	width: 54.348%;
	padding: 20px 0;
}

.character_listcont .-ttl {
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 20px;
}

.character_listcont .-img {
	margin-top: -40px;
	max-width: 320px;
	width: 34.783%;
	height: calc(100% + 40px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.character_listcont .-img img {
	max-width: 100%;
	height: auto;
}

/* commitment */
#commitment {
	background-color: #F7F5F4;
	padding-bottom: 100px;
}

#commitment .feature_sechero {
	background-image: url("/assets/img/feature_vol30/bg-commitment@2x.jpg");
}

#commitment .feature_sechero+.feature_secttl {
	transform: translateY(-50%);
}

#commitment .-inner {
	margin: 0 auto 70px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

#commitment .-inner .feature_secttl {
	margin-bottom: 45px;
}

#commitment .-inner:last-child {
	margin-bottom: 0;
}

#commitment .feature_sectxt {
	margin-bottom: 50px;
}

#commitment .feature_sectxt .-catch {
	margin-bottom: 45px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#commitment .feature_secimg {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#commitment .feature_secimg.-col2 {
	gap: 4%
}

#commitment .feature_secimg.-col2 img {
	width: 48%;
}

/* manufacturer */
#manufacturer {
	margin: 120px auto 150px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 6%;
}

.manufacturer_img {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex: none;
	gap: 30px;
}

.manufacturer_txt {
	width: 59%;
}

.manufacturer_ttl {
	margin-bottom: 30px;
	line-height: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #C35B4D;
	font-size: 20px;
	gap: 45px;
}

.manufacturer_ttl::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #C35B4D;
	display: block;
}

.manufacturer_ttl span {
	display: block;
	flex: none;
}

.manufacturer_msg {
	line-height: 2.25;
}

#manufacturer .feature_cmnlink {
	margin-top: 50px;
}

#manufacturer .feature_cmnlink::after {
	content: "";
	margin-left: 0.5em;
	background-color: #ffffff;
	display: block;
	height: 20px;
	width: 25px;
	-webkit-mask: url("/assets/img/feature_vol30/path-blank.svg");
	mask: url("/assets/img/feature_vol30/path-blank.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	transition: background-color 0.5s;
}

#manufacturer .feature_cmnlink:hover::after {
	background-color: #C35B4D;
}

/* product */
#product {
	background-color: #F7F5F4;
	padding: 0 20px 90px;
}

#product .feature_secttl {
	max-width: 530px;
	transform: translateY(-50%);
}

.product_intro {
	margin-bottom: 60px;
	font-weight: bold;
	text-align: center;
}

.product_list {
	margin: 0 auto 90px;
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 60px 6%;
}

.product_item {
	width: 47%;
}

.product_item .-img {
	margin-bottom: 20px;
}

.product_item .-ttl {
	margin-bottom: 10px;
	font-size: 20px;
}

.product_item .-detail {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}

.product_item .-detail dt {
	margin-bottom: 10px;
	line-height: 1;
	font-weight: bold;
}

.product_item .-detail dd {
	line-height: 1.75;
}

.product_inquiry {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
}

.product_inquiry>li {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #C9C9C9;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.product_inquiry>li:last-child {
	border-bottom: none;
}

.product_inquiry_tel {
	gap: 20px;
}

.product_inquiry_tel .-ttl,
.product_inquiry_net .-ttl {
	font-size: 20px;
	font-weight: bold;
}

.product_inquiry_tel .-desc a {
	color: #267EF5;
	text-decoration: underline;
	text-decoration-color: #599ef7;
	text-underline-offset: 1px;
}

.product_inquiry_tel .-desc a:hover {
	text-decoration: none;
}

.product_inquiry_tel .-link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
}

.product_inquiry_tel .-link::before {
	content: "";
	margin-right: 0.5em;
	background-color: #9B9B9B;
	display: block;
	height: 60px;
	width: 60px;
	-webkit-mask: url("/assets/img/feature_vol30/path-telbtn.svg");
	mask: url("/assets/img/feature_vol30/path-telbtn.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}

.product_inquiry_net {
	gap: 20px;
}

.product_inquiry_net .-link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.product_inquiry_net .-link a {
	display: block;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.5s;
}

.product_inquiry_net .-link a:hover {
	box-shadow: none;
}

/* recipe */
#recipe {
	margin: 100px 0;
	padding: 0 20px;
}

#recipe .feature_secttl {
	max-width: 530px;
	margin-bottom: 40px;
}

.recipe_intro {
	margin-bottom: 60px;
	font-weight: bold;
	text-align: center;
}

.recipe_list {
	margin: 0 auto 70px;
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 60px 6%;
}

.recipe_item {
	width: 47%;
}

.recipe_item .-img {
	margin-bottom: 20px;
}

.recipe_item .-ttl {
	margin-bottom: 10px;
	font-size: 20px;
}

#recipe .feature_cmnlink {
	margin: 0 auto;
	max-width: 340px;
	width: 100%;
}

/* takumi */
#takumi {
	padding: 0 20px;
	background-color: #F7F5F4;
}

.takumi_inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 5%;
}

.takumi_cont.-desc {
	max-width: 430px;
	width: 100%;
	flex: none;
}

.takumi_ttl {
	line-height: 1;
}

.takumi_ttl figure {
	font-size: 0;
}

.takumi_ttl span {
	font-family: 'Zen Old Mincho', serif;
	font-size: 28px;
	font-weight: normal;
}

.takumi_ttl img {
	margin-bottom: 10px;
	display: block;
}

.takumi_ttl img:first-child {
	margin-left: -20px;
}

.takumi_ttl img:last-child {
	margin-bottom: 0;
}

.takumi_intro {
	margin-top: 40px;
}

#takumi .feature_cmnlink {
	margin-top: 40px;
	max-width: 340px;
	width: 100%;
}

.takumi_cont.-img {
	margin-right: -70px;
	max-width: 540px;
	width: 54%;
	text-align: center;
}

.takumi_cont.-img img {
	max-width: 100%;
	height: auto;
}

.takumi_cont.-img img.-sub {
	transform: translate(120px);
}

/* furusato */
.furusato_sec.-emark {
	padding: 60px 20px 80px;
}

.emark_ttl {
	margin-bottom: 60px;
	text-align: center;
}

.emark_ttl figure {
	line-height: 1;
	font-size: 0;
}

.emark_ttl img {
	margin: 0 auto 10px;
	display: block;
}

.emark_ttl img:last-child {
	margin-bottom: 0;
}

.emark_ttl span {
	font-family: 'Zen Old Mincho', serif;
	font-size: 28px;
	font-weight: normal;
}

.emark_sec {
	margin: 0 auto 30px;
	max-width: 820px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.emark_col-no1 {
	width: 27%;
}

.emark_image>img {
	display: block;
	margin: 0 auto;
}

.emark_col-no2 {
	width: 73%;
}

.emark_list {
	list-style: none;
	max-width: 500px;
}

.emark_list>li {
	border-bottom: 1px solid #dddddd;
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding: 8px;
	justify-content: space-between;
}

.emark_list>li:last-child {
	border-bottom: none;
}

.emark_list>li>b {
	font-weight: normal;
	font-size: 30px;
	display: block;
	letter-spacing: 0.07em;
}

.emark_list>li>b>span {
	color: #e83428;
}

.emark_list>li>small {
	font-size: 15px;
	display: block;
	width: 30%;
}

.emark_txt {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 55px 20px;
}

.furusato_sec.-georaphical {
	padding: 50px 20px;
	background-color: #F7F5F4;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 65px;
}

.furusato_sec.-georaphical .-img {
	flex: none;
}

.furusato_sec.-georaphical .-txt {
	line-height: 1.25;
	font-family: 'Zen Old Mincho', serif;
	font-size: 34px;
}

.furusato_sec.-about_gi {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 10px 20px 60px;
}

.furusato_sec.-about_gi li {
	padding: 50px 0;
	border-bottom: 1px solid #dddddd;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 2.5%;
}

.furusato_sec.-about_gi li:last-child {
	border-bottom: none;
}

.furusato_sec.-about_gi .-txt {
	width: 61.5%;
}

.furusato_sec.-about_gi .-ttl,
.furusato_sec.-about_gi .-subttl {
	margin-bottom: 30px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
}

.furusato_sec.-about_gi .-ttl {
	font-size: 34px;
}

.furusato_sec.-about_gi .-subttl {
	font-size: 28px;
}

.furusato_sec.-about_gi .-name {
	margin-bottom: 30px;
	font-weight: bold;
}

.furusato_sec.-about_gi .-img {
	width: 36%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:1399px) {

	/* section */

	/* ここから */

	/* intro */

	/* interview */

	/* character */
	.character_listitem:nth-child(odd) .character_listcont {
		padding-left: 90px;
		padding-right: 40px;
	}

	.character_listitem:nth-child(even) .character_listcont {
		padding-left: 40px;
		padding-right: 90px;
	}

	/* commitment */

	/* manufacturer */

	/* product */

	/* recipe */

	/* takumi */
	.takumi_cont.-img {
		margin-right: -20px;
		max-width: 460px;
	}

	.takumi_cont.-img img.-sub {
		transform: none;
	}

	/* furusato */
}

@media screen and (max-width:1039px) {
	img.vis-tb {
		margin: auto;
	}

	.vis {
		height: 360px;
	}

	.vis_areattl {
		width: 180px;
		height: 180px;
	}

	.vis_title>b {
		font-size: 20px;
	}

	.vis_number>small {
		font-size: 30px;
	}

	.vis_number>b {
		font-size: 40px;
	}

	/* section */
	.feature_sechero {
		height: 200px;
	}

	/* ここから */

	/* intro */

	/* interview */
	.interview_img {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.interview_img figcaption {
		margin: 20px 0 0;
		height: 110px;
	}

	/* character */
	.character_listcont {
		width: 90%;
		justify-content: space-between;
		gap: 0;
	}

	.character_listitem:nth-child(odd) .character_listcont {
		padding-left: 60px;
		padding-right: 20px;
	}

	.character_listitem:nth-child(even) .character_listcont {
		padding-left: 20px;
		padding-right: 60px;
	}

	.character_listcont::before {
		width: 75px;
		height: 74px;
		font-size: 32px;
	}

	.character_listcont .-txt {
		width: 60%;
	}

	.character_listcont .-img {
		width: 35%;
	}

	/* commitment */

	/* manufacturer */

	/* product */

	/* recipe */

	/* takumi */
	.takumi_intro {
		margin-top: 30px;
	}

	#takumi .feature_cmnlink {
		margin-top: 30px;
	}

	.takumi_cont.-img {
		margin: 0;
	}

	/* furusato */
	.emark_list>li>b {
		font-size: 28px;
	}

	.emark_list>li>small {
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	body {
		line-height: 1.75;
		font-size: 12px;
	}

	img.vis-sp {
		margin: auto;
	}

	.vis {
		height: 200px;
	}

	.vis_areattl {
		width: 80px;
		height: 80px;
		border: 1px solid #ffffff;
	}

	.vis_title {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}

	.vis_title>.icon {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.vis_title>b {
		font-size: 11px;
	}

	.vis_number>small {
		font-size: 12px;
		margin-right: 2px;
	}

	.vis_number>b {
		font-size: 20px;
	}

	/* section */
	.feature_sechero {
		height: 100px;
	}

	.feature_secttl {
		height: 50px;
	}

	.feature_secttl::before,
	.feature_secttl::after {
		border-width: 25px 10px;
	}

	.feature_secttl span {
		font-size: 20px;
	}

	/* link */
	.feature_cmnlink {
		min-height: 50px;
	}

	/* ここから */

	/* intro */
	.intro_ttl {
		font-size: 20px;
	}

	.intro_link {
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
	}

	/* interview */
	.interview_ttl {
		font-size: 24px;
	}

	.interview_img figcaption {
		max-width: 200px;
		height: 80px;
		gap: 10px;
	}

	.interview_img figcaption small {
		font-size: 13px;
	}

	.interview_img figcaption span {
		font-size: 19px;
	}

	/* character */
	#character .feature_secttl {
		margin-bottom: 20px;
		width: calc(100% - 50px);
		transform: translateY(-25%);
	}

	.character_intro {
		margin-bottom: 80px;
	}

	.character_listcont {
		width: 100%;
		padding-top: 20px;
		display: block;
	}

	.character_listitem:nth-child(odd) .character_listcont {
		padding-left: 20px;
	}

	.character_listitem:nth-child(even) .character_listcont {
		padding-right: 20px;
	}

	.character_listcont::before {
		width: 50px;
		height: 49px;
		font-size: 24px;
	}

	.character_listitem:nth-child(odd) .character_listcont::before {
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.character_listitem:nth-child(even) .character_listcont::before {
		right: 50%;
		transform: translate(50%, -50%);
	}

	.character_listcont .-txt {
		width: 100%;
	}

	.character_listcont .-ttl {
		font-size: 18px;
	}

	.character_listcont .-img {
		margin-top: 0;
		width: 100%;
		height: auto;
	}

	.character_listcont .-img img {
		max-width: 160px;
	}

	/* commitment */
	#commitment {
		padding-bottom: 50px;
	}

	#commitment .feature_sechero+.feature_secttl {
		width: calc(100% - 50px);
	}

	#commitment .-inner {
		margin-bottom: 30px;
	}

	#commitment .-inner .feature_secttl {
		margin-bottom: 25px;
	}

	#commitment .feature_sectxt {
		margin-bottom: 20px;
	}

	#commitment .feature_sectxt .-catch {
		margin-bottom: 20px;
		font-size: 18px;
	}

	#commitment .feature_secimg {
		flex-direction: column;
	}

	#commitment .feature_secimg.-col2 {
		gap: 20px;
	}

	#commitment .feature_secimg.-col2 img {
		width: 100%;
	}

	/* manufacturer */
	#manufacturer {
		margin: 0 0 70px;
		padding: 0;
		display: block;
	}

	.manufacturer_img {
		width: 100%;
		flex-direction: row;
		justify-content: center;
		gap: 0;
	}

	.manufacturer_img img {
		width: 50%;
	}

	.manufacturer_txt {
		margin-top: 30px;
		width: 100%;
		padding: 0 20px;
	}

	.manufacturer_ttl {
		font-size: 15px;
	}

	.manufacturer_msg {
		line-height: inherit;
	}

	#manufacturer .feature_cmnlink {
		margin-top: 20px;
		padding: 0 10px;
		font-size: 15px;
	}

	#manufacturer .feature_cmnlink::after {
		width: 15px;
		height: 10px;
	}

	/* product */
	#product {
		padding-bottom: 50px;
	}

	.product_intro {
		margin-bottom: 30px;
	}

	.product_list {
		margin-bottom: 50px;
		display: block;
	}

	.product_item {
		margin: 0 auto 50px;
		max-width: 470px;
		width: 100%;
	}

	.product_item:last-child {
		margin-bottom: 0;
	}

	.product_item .-ttl {
		font-size: 15px;
	}

	.product_item .-detail dd {
		font-size: 11px;
	}

	.product_inquiry {
		padding: 0 20px;
	}

	.product_inquiry>li {
		padding: 20px 0;
	}

	.product_inquiry_tel {
		text-align: center;
	}

	.product_inquiry_tel .-ttl,
	.product_inquiry_net .-ttl {
		font-size: 18px;
	}

	.product_inquiry_tel .-link {
		font-size: 20px;
	}

	.product_inquiry_tel .-link::before {
		width: 40px;
		height: 40px;
	}

	.product_inquiry_net .-link {
		flex-direction: column;
	}

	/* recipe */
	#recipe {
		margin-top: 50px;
	}

	#recipe .feature_secttl span {
		font-size: 18px;
	}

	.recipe_list {
		margin-bottom: 50px;
		display: block;
	}

	.recipe_item {
		margin: 0 auto 50px;
		max-width: 470px;
		width: 100%;
	}

	.recipe_item:last-child {
		margin-bottom: 0;
	}

	#recipe .feature_cmnlink {
		padding: 0 10px;
		font-size: 15px;
	}

	/* takumi */
	#takumi {
		padding: 30px 0 0;
	}

	.takumi_inner {
		display: block;
	}

	.takumi_cont.-desc {
		padding: 0 20px;
	}

	.takumi_ttl span {
		font-size: 20px;
	}

	.takumi_intro {
		margin-top: 30px;
	}

	.takumi_cont.-img {
		margin-top: 20px;
		max-width: none;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.takumi_cont.-img img.-main {
		width: 52.942%;
	}

	.takumi_cont.-img img.-sub {
		width: 47.058%;
	}

	/* furusato */
	.furusato_sec.-emark {
		padding: 50px 20px;
	}

	.emark_ttl span {
		font-size: 20px;
	}

	.emark_sec {
		display: block;
	}

	.emark_col {
		width: auto;
	}

	.emark_col-no1 {
		margin-bottom: 10px;
	}

	.emark_list>li {
		flex-direction: column;
		text-align: center;
	}

	.emark_list>li>b {
		font-size: 20px;
	}

	.emark_list>li>small {
		font-size: 13px;
		width: auto;
	}

	.emark_txt {
		padding: 30px 0 0;
	}

	.furusato_sec.-georaphical {
		display: block;
		text-align: center;
	}

	.furusato_sec.-georaphical .-img img {
		margin-bottom: 20px;
		max-width: 120px;
	}

	.furusato_sec.-georaphical .-txt {
		line-height: 1.5;
		font-size: 18px;
	}

	.furusato_sec.-about_gi li {
		flex-direction: column-reverse;
	}

	.furusato_sec.-about_gi li:last-child {
		padding-bottom: 0;
	}

	.furusato_sec.-about_gi .-txt {
		width: 100%;
	}

	.furusato_sec.-about_gi .-ttl,
	.furusato_sec.-about_gi .-subttl {
		font-size: 20px;
		text-align: center;
	}

	.furusato_sec.-about_gi .-name {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.furusato_sec.-about_gi .-img {
		margin-bottom: 20px;
		width: 100%;
	}

	.furusato_sec.-about_gi li:nth-child(1) img {
		max-width: 135px;
	}

	.furusato_sec.-about_gi li:nth-child(2) img {
		max-width: 175px;
	}
}