@charset "UTF-8";

/* common */
body {
  overflow-x: hidden;
}
.kazokunohi *,
.kazokunohi *::before,
.kazokunohi *::after {
	box-sizing: border-box;
}
.pcCont {
  display: block;
}
.spCont {
  display: none;
}
.sawarabi-font {
	font-family: 'Sawarabi Mincho', serif;
}
.text-bold {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pcCont {
    display: none;
  }
  .spCont {
    display: block;
  }
}


/* kazokunohi_kv */
.kazokunohi_kv {
	width: 100%;
}
.kazokunohi_kv img {
	width: 100%;
	height: auto;
}


/* kazokunohi_notice */
.kazokunohi_notice {
	width: calc( 100% - 40px );
	max-width: 800px;
	margin: 40px auto 0;
	padding: 20px;
	border: 1px solid #E60012;
	text-align: center;
}
.kazokunohi_notice p {
	font-size: 2.0rem;
	line-height: 1.5;
}
.kazokunohi_notice P + p {
	margin-top: 10px;
}
.kazokunohi_notice .text-small {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.kazokunohi_notice {
		width: calc( 100% - 10% );
		max-width: 100%;
		margin: 20px auto 0;
		padding: 4%;
	}
	.kazokunohi_notice p {
		font-size: 3.72vw;
	}
	.kazokunohi_notice .text-small {
		font-size: 3.2vw;
	}
}


/* kazokunohi_about */
.kazokunohi_about {
	padding: 80px 20px;
}
.kazokunohi_about_inner {
	position: relative;
	padding: 80px 0;
}
.kazokunohi_about_inner::after {
	content: '';
	display: block;
	width: 418px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
	background: url(/tsunagu/famimog/kazokunohi/images/bk_pc.png) top/contain;
}
.kazokunohi_about_heading {
	font-size: 3.6rem;
	line-height: 1.388;
	text-align: center;
	color: #222;
}
.kazokunohi_about_text {
	margin-top: 33px;
	font-size: 1.6rem;
	line-height: 2.25;
	text-align: center;
	color: #222;
}
.kazokunohi_about_text p + p {
	margin-top: 1em;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.kazokunohi_about {
		padding: 50px 5% 68px;
	}
	.kazokunohi_about_inner {
		position: relative;
		padding: 50px 0;
	}
	.kazokunohi_about_inner::after {
		width: 54.5%;
	}
	.kazokunohi_about_heading {
		font-size: 2.8rem;
	}
	.kazokunohi_about_text {
		margin-top: 28px;
		font-size: 1.4rem;
		line-height: 1.785;
	}
	.kazokunohi_about_text p + p {
		margin-top: 1.5em;
	}
}


/* kazokunohi_recipe */
.kazokunohi_recipe {
	position: relative;
}
.kazokunohi_recipe_heading {
	position: relative;
	padding: 50px 20px 0;
	font-size: 2.2rem;
	text-align: center;
	color: #111;
}
.kazokunohi_recipe_heading::after {
	content: '';
	display: block;
	width: 295px;
	height: 86px;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(/tsunagu/famimog/kazokunohi/images/Recipe_pc.png) top/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
	.kazokunohi_recipe_heading {
		padding: 35px 5% 0;
		font-size: 2.0rem;
	}
	.kazokunohi_recipe_heading::after {
		width: 229px;
		height: 67px;
	}
}
.kazokunohi_recipe_inner {
	position: relative;
	margin-top: 40px;
	padding-bottom: 40px;
}
.kazokunohi_recipe_bk {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
	background: url(/tsunagu/famimog/kazokunohi/images/bk_color_pc.png) center/contain;
}
.kazokunohi_recipe_list_wrap {
	width: 100%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.kazokunohi_recipe_list {
	display: flex;
	flex-wrap: wrap;
}
.kazokunohi_recipe_list_item {
	width: 50%;
}
.kazokunohi_recipe_list_img {
	width: 100%;
	height: auto;
}
.kazokunohi_recipe_list_body {
	padding: 20px 25px 43px;
}
.kazokunohi_recipe_list_heading {
	font-size: 2.2rem;
	line-height: 1.636;
}
.kazokunohi_recipe_list_text {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.kazokunohi_recipe_inner {
		margin-top: 30px;
		padding-bottom: 0;
	}
	.kazokunohi_recipe_bk {
		display: none;
	}
	.kazokunohi_recipe_list_wrap {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.kazokunohi_recipe_list_item {
		position: relative;
		width: 100%;
		padding-left: 12%;
    padding-right: 12%;
	}
	.kazokunohi_recipe_list_item:nth-of-type(n+2) {
		margin-top: 24px;
	}
	.kazokunohi_recipe_list_body {
		padding: 15px 0 40px;
	}
	.kazokunohi_recipe_list_heading {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.kazokunohi_recipe_list_text {
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	.kazokunohi_recipe_list_item_bk {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: -1;
	}
	.bk-01 {
		background: #dacebe;
	}
	.bk-02 {
		background: #f4f1ea;
	}
}


/* kazokunohi_button */
.kazokunohi_button_wrap {
	margin-top: 64px;
	padding-left: 20px;
	padding-right: 20px;
}
.kazokunohi_button {
	width: 520px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.kazokunohi_button a {
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 20px 150px 20px 80px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	font-size: 2.0rem;
	line-height: 1.8;
	font-family: 'Sawarabi Mincho', serif;
	color: #fff;
	background: #111;
	transition: background .3s;
}
.kazokunohi_button a:hover {
	background: #e50012;
}
.kazokunohi_button a span {
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.kazokunohi_button a span::after {
	content: '';
	display: inline-block;
	width: 53px;
	height: 1px;
	margin-left: 15px;
	background: #fff;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.kazokunohi_button_wrap {
		margin-top: 40px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.kazokunohi_button {
		width: 300px;
	}
	.kazokunohi_button a {
		min-height: 70px;
		padding: 10px 120px 10px 40px;
		border-radius: 35px;
		font-size: 1.4rem;
		line-height: 1.285;
	}
	.kazokunohi_button a span {
		font-size: 0.9rem;
	}
	.kazokunohi_button a span::after {
		width: 37px;
		margin-left: 10px;
	}
}


/* kazokunohi_bk */
.kazokunohi_bk {
	margin-top: 100px;
	padding: 0 20px;
}
.kazokunohi_bk_img {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background: url(/tsunagu/famimog/kazokunohi/images/bk_img_pc.jpg) top/cover no-repeat;
}
.kazokunohi_bk_text {
	padding: 80px 20px;
}
.kazokunohi_bk_text p {
	font-size: 1.6rem;
	line-height: 2;
	color: #fff;
	text-align: center;
}
.kazokunohi_bk_text p + p {
	margin-top: 23px;
}
@media screen and (max-width: 767px) {
	.kazokunohi_bk {
		margin-top: 70px;
		padding: 0 5%;
	}
	.kazokunohi_bk_img {
		max-width: 100%;
		background: url(/tsunagu/famimog/kazokunohi/images/bk_img_sp.jpg) top/cover no-repeat;
	}
	.kazokunohi_bk_text {
		padding: 23.5% 5.8%;
	}
	.kazokunohi_bk_text p {
		font-size: 3.73vw;
		line-height: 1.785;
	}
	.kazokunohi_bk_text p + p {
		margin-top: 6.5%;
	}
}
