@charset "UTF-8";
/*----------
	/cottagecheese/
----------*/
/* product */
.p-product {
	padding-top: 105px;
	padding-bottom: 80px;
	overflow: hidden;
	position: relative;
}
.p-product::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #FDFAEF;
	z-index: -2;
}
.p-product::after {
	position: absolute;
	top: -736px;
	left: -832px;
	width: 1141px;
	height: 1141px;
	content: "";
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}
.p-product__inner {
	padding: 0 30px;
}
.p-product-content__pic {
	width: 285px;
	margin: 0 auto;
}
.p-product-content__02 {
	margin-top: 10px;
}
.p-product-content__sub {
	display: block;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	color: #00338A;
	text-align: center;
	margin-bottom: 15px;
}
.p-product-content__name {
	display: block;
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}
.p-product-content__lead {
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 700;
	color: #5A7180;
	margin-top: 30px;
}
.p-product-content__text {
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 15px;
}
.p-product-content__btn {
	margin-top: 36px;
}
.p-product-content__subtitle {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	color: #22394D;
	margin-top: 80px;
	margin-bottom: 20px;
	position: relative;
}
.p-product-content__subtitle::before {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: radial-gradient(circle, #5A7180 1px, transparent 1px);
	background-position: 0 0;
	background-size: 6px 20px;
}
.p-product-content__subtitleinner {
	display: inline-block;
	padding: 0 12px 0 17px;
	background: #FDFAEF;
	position: relative;
}
.p-product-content__subtitleinner::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	content: "";
	background: #0062B6;
	border-radius: 50%;
}
.p-product-content-relation__link {
	display: flex;
	align-items: center;
}
.p-product-content-relation__pic {
	width: 110px;
}
.p-product-content-relation__text {
	width: calc( 100% - 110px );
}
.p-product-content-relation__sub {
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 700;
	color: #00338A;
}
.p-product-content-relation__name {
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 700;
	color: #22394D;
}
@media (min-width: 768px), print {
	.p-product {
		padding-top: 203px;
	}
	.p-product::after {
		position: absolute;
		top: -839px;
		left: -786px;
		width: 1407px;
		height: 1407px;
		content: "";
		background: #fff;
		border-radius: 50%;
		z-index: -1;
	}
	.p-product__inner {
		width: 100%;
		max-width: 1260px;
		margin-left: auto;
		margin-right: auto;
	}
	.p-product__content {
		display: flex;
		width: 100%;
	}
	.p-product-content__01 {
		width: 380px;
	}
	.p-product-content__02 {
		width: calc( 100% - 380px );
	}
	.p-product-content__sub {
		font-size: 2.4rem;
		text-align: left;
	}
	.p-product-content__name {
		font-size: 4.2rem;
		text-align: left;
	}
	.p-product-content__lead {
		font-size: 1.8rem;
	}
	.p-product-content__text {
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.p-product-content__btn {
		margin-top: 40px;
		margin-left: 0 !important;
	}
	.p-product-content__subtitle {
		font-size: 1.8rem;
	}
	.p-product-content__subtitle::before {
		background-size: 6px 26px;
	}
	.p-product-content__subtitleinner {
		padding: 0 18px 0 20px;
	}
	.p-product-content__subtitleinner::before {
		width: 10px;
		height: 10px;
	}
	.p-product-content-relation__pic {
		width: 150px;
	}
	.p-product-content-relation__pic img {
		transition: transform .3s;
	}
	.p-product-content-relation__link:hover .p-product-content-relation__pic img {
		transform: translate(0, -5px);
	}
	.p-product-content-relation__text {
		width: calc( 100% - 150px );
	}
	.p-product-content-relation__sub {
		font-size: 1.2rem;
		margin-bottom: 6px;
	}
	.p-product-content-relation__name {
		font-size: 1.5rem;
	}
}
/* recipe */
.p-recipe {
	background: #fff;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.p-recipe::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-200px, 0);
	width: 570px;
	height: 46px;
	content: "";
	background: url(/hokkaido100/assets/img/common/bg_yellow.png) no-repeat center top / contain;
}
.p-recipe__inner {
	padding: 0 30px;
}
.p-recipe__item + .p-recipe__item {
	margin-top: 40px;
}
.p-recipe__link {
	display: block;
}
.p-recipe__pic {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.p-recipe__pic::before {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	content: "";
	background: #fff;
	border-radius: 50%;
	z-index: 2;
}
.p-recipe__pic::after {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_blank.svg) no-repeat center center / 18px 18px;
	z-index: 3;
}
.p-recipe__text {
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 600;
	color: #22394D;
	margin-top: 10px;
}
.p-recipe__btn {
	margin-top: 40px;
}
@media (min-width: 768px), print {
	.p-recipe::before {
		transform: translate(-32px, 0);
	}
	.p-recipe__inner {
		width: 100%;
		max-width: 1260px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 30px;
	}
	.p-recipe__content {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
	}
	.p-recipe__item {
		width: 33.3333%;
		padding: 0 15px;
	}
	.p-recipe__item + .p-recipe__item {
		margin-top: 0;
	}
	.p-recipe__pic > img {
		transition: all .3s;
	}
	.p-recipe__link:hover .p-recipe__pic > img {
		transform: scale(1.05);
	}
	.p-recipe__text {
		font-size: 1.6rem;
		margin-top: 12px;
	}
	.p-recipe__btn {
		margin-top: 60px;
	}
}
/* bnr */
.p-bnr {
	background: #FDFAEF;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.p-bnr::before {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(223px, 0);
	width: 570px;
	height: 46px;
	content: "";
	background: url(/hokkaido100/assets/img/common/bg_white.png) no-repeat center top / contain;
	z-index: 2;
}
.p-bnr__inner {
	padding: 0 30px;
}
@media (min-width: 768px), print {
	.p-bnr {
		padding: 140px 0;
	}
	.p-bnr::before {
		transform: translate(130px, 0);
	}
	.p-bnr__inner {
		width: 100%;
		max-width: 1260px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 30px;
	}
	.p-bnr__link {
		display: block;
		width: 100%;
		max-width: 790px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* othes */
.p-others {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.p-others::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-200px, 0);
	width: 570px;
	height: 46px;
	content: "";
	background: url(/hokkaido100/assets/img/common/bg_yellow.png) no-repeat center top / contain;
}
.p-others__inner {
	padding: 0 30px;
}
.p-others__title {
	width: 100%;
	height: 50px;
	background: #FDFAEF;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.p-others__title::before {
	position: absolute;
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 10px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
}
.p-others__title::after {
	position: absolute;
	top: 0;
	right: 0;
	border-width: 25px 10px 25px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
}
.p-others-title__text {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 50px;
	font-weight: 700;
	color: #00338A;
	padding: 0 32px 0 0;
	position: relative;
}
.p-others-title__text::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 24px;
	height: 21px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_hokkaido.svg) no-repeat center center / contain;
}
.p-others-title__text > span {
	color: #0062B6;
}
.p-others__item + .p-others__item {
	margin-top: 20px;
}
.p-others__link {
	display: flex;
	align-items: center;
}
.p-others__pic {
	width: 158px;
}
.p-others__sub {
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 700;
	color: #00338A;
	margin-bottom: 5px;
}
.p-others__name {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	color: #333333;
}
@media (min-width: 768px), print {
	.p-others {
		padding: 140px 0 120px 0;
	}
	.p-others::before {
		transform: translate(-32px, 0);
	}
	.p-others__inner {
		width: 100%;
		max-width: 1260px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 30px;
	}
	.p-others__title {
		width: 100%;
		max-width: 777px;
		height: 70px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	.p-others__title::before {
		border-width: 35px 0px 35px 20px;
	}
	.p-others__title::after {
		border-width: 35px 20px 35px 0px;
	}
	.p-others-title__text {
		font-size: 2.6rem;
		line-height: 70px;
		padding: 0 50px 0 0;
	}
	.p-others-title__text::before {
		width: 43px;
		height: 37px;
	}
	.p-others__content {
		display: flex;
		width: 100%;
		max-width: 777px;
		margin-left: auto;
		margin-right: auto;
	}
	.p-others__item {
		width: 33.3333%;
		padding: 0 20px;
	}
	.p-others__item + .p-others__item {
		margin-top: 0;
	}
	.p-others__link {
		display: block;
	}
	.p-others__pic {
		width: 100%;
	}
	.p-others__pic img {
		transition: transform .3s;
	}
	.p-others__link:hover .p-others__pic img {
		transform: translate(0, -5px);
	}
	.p-others__sub {
		font-size: 1.2rem;
		text-align: center;
	}
	.p-others__name {
		font-size: 1.8rem;
		text-align: center;
	}
}
