@charset "UTF-8";
/*----------
	/recipe/
----------*/
/* head */
.p-head {
	background: #FDFAEF;
	padding-top: 83px;
	padding-bottom: 90px;
	position: relative;
}
.p-head__box {
	margin-top: 48px;
	padding: 0 30px;
}
.p-head-box__lead {
	font-size: 2rem;
	line-height: 2.4;
	font-weight: 700;
	color: #00338A;
}
.p-head-box__leadinner {
	display: inline-block;
	position: relative;
}
.p-head-box__leadinner::before {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: radial-gradient(circle, #00338A 1px, transparent 1px);
	background-position: 0 0;
	background-size: 6px 50px;
}
.p-head-box__leadicon {
	display: inline-block;
	width: 36px;
	height: 1em;
	margin-right: 4px;
	position: relative;
}
.p-head-box__leadicon::before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 36px;
	height: 32px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_hokkaido.svg) no-repeat center center / contain;
}
@media (min-width: 768px), print {
	.p-head {
		padding-top: 133px;
		padding-bottom: 100px;
	}
	.p-head__box {
		margin-top: 60px;
		padding: 0 30px;
		width: 100%;
		max-width: 1190px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
	}
	.p-head-box__lead {
		font-size: 3rem;
	}
	.p-head-box__leadinner::before {
		position: absolute;
		display: inline-block;
		top: 28px;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-image: radial-gradient(circle, #00338A 1px, transparent 1px);
		background-position: 0 0;
		background-size: 6px 74px;
	}
	.p-head-box__leadicon {
		width: 51px;
		margin-right: 6px;
	}
	.p-head-box__leadicon::before {
		top: -5px;
		width: 51px;
		height: 44px;
	}
}
/* scene */
.p-scene {
	padding: 80px 0 80px 0;
	overflow: hidden;
	position: relative;
}
.p-scene::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-scene__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (min-width: 768px), print {
	.p-scene {
		padding: 120px 0 140px 0;
	}
	.p-scene::before {
		transform: translate(-32px, 0);
	}
}
.p-scene__content {
	width: 315px;
	margin: 0 auto;
}
.p-scene__item + .p-scene__item {
	margin-top: 40px;
}
.p-scene__link {
	display: block;
	border-radius: 154.5px 154.5px 20px 20px;
	position: relative;
}
.p-scene__pic {
	display: block;
	border-radius: 154.5px 154.5px 20px 20px;
	overflow: hidden;
}
.p-scene__text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 78px;
}
.p-scene__link--01 .p-scene__text::before {
	position: absolute;
	top: 115px;
	left: 50%;
	width: 90%;
	height: 	100%;
	transform: translate(-50%, 0);
	content: "";
	background: url(/hokkaido100/assets/img/recipe/icon_scene_01.svg) no-repeat center center / contain;
}
.p-scene__link--02 .p-scene__text::before {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 85%;
	height: 	100%;
	transform: translate(-55%, 0);
	content: "";
	background: url(/hokkaido100/assets/img/recipe/icon_scene_02.svg) no-repeat center center / contain;
}
.p-scene__link--03 .p-scene__text::before {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 90%;
	height: 	100%;
	transform: translate(-50%, 0);
	content: "";
	background: url(/hokkaido100/assets/img/recipe/icon_scene_03.svg) no-repeat center center / contain;
}
.p-scene__title {
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 700;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
}
.p-scene__titleinner {
	display: inline-block;
	padding: 0 0.3em;
	position: relative;
}
.p-scene__titleinner::before {
	position: absolute;
	display: inline-block;
	top: 42px;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
	background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px);
	background-position: 0 0;
	background-size: 8px 3px;
}
.p-scene__lead {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 700;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
}
.p-scene__icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
}
.p-scene__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_blank.svg) no-repeat center center / contain;
}
@media (min-width: 768px), print {
	.p-scene__content {
		width: auto;
		margin: 0 -15px;
		display: flex;
	}
	.p-scene__item {
		width: 33.3333%;
		padding: 0 15px;
	}
	.p-scene__item + .p-scene__item {
		margin-top: 0;
	}
	.p-scene__link {
		border-radius: 190px 190px 20px 20px;
	}
	.p-scene__pic {
		border-radius: 190px 190px 20px 20px;
	}
	.p-scene__pic > img {
		transition: all .3s;
	}
	.p-scene__link:hover .p-scene__pic > img {
		transform: scale(1.05);
	}
	.p-scene__title {
		font-size: 2.8rem;
	}
	.p-scene__lead {
		font-size: 1.8rem;
	}
	.p-scene__icon {
		width: 46px;
		height: 46px;
	}
	.p-scene__icon::before {
		width: 18px;
		height: 18px;
	}
}
/* combination */
.p-combination {
	background: #FDFAEF;
	padding: 80px 0 80px 0;
	overflow: hidden;
	position: relative;
}
.p-combination::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;
}
.p-combination__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (min-width: 768px), print {
	.p-combination {
		padding: 120px 0 140px 0;
	}
	.p-combination::before {
		transform: translate(130px, 0);
	}
}
.p-combination__lead {
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 2;
	color: #22394D;
	text-align: center;
}
.p-combination__stext {
	font-family: "Noto Sans JP";
	font-size: 1rem;
	line-height: 2;
	color: #5A7180;
	text-align: center;
	margin-top: 24px;
}
@media (min-width: 768px), print {
	.p-combination__lead {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.p-combination__stext {
		line-height: 1.3;
		margin-top: 15px;
	}
}
.p-combination__content {
	margin-top: 40px;
}
.p-combination__content + .p-combination__content {
	margin-top: 30px;
}
.p-combination-content__pic {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	position: relative;
}
.p-combination-content__cat {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 90px;
	height: 90px;
	background: #B20037;
	border-radius: 50%;
	display: flex;
	align-items: center;
}
.p-combination-content__catinner {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
}
.p-combination-content__tbox {
	background: #fff;
	padding: 30px 20px 40px;
	border-radius: 0 0 20px 20px;
}
.p-combination-content__product {
	padding: 0 0 24px 0;
	position: relative;
}
.p-combination-content__product::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #ffffff;
	background-image: radial-gradient(circle, #5a7180 1px, transparent 1px);
	background-position: 0 0;
	background-size: 6px 2px;
}
.p-combination-content-product__link {
	display: block;
}
.p-combination-content-product__pic {
	width: 160px;
	margin: 0 auto 10px;
}
.p-combination-content-product__sub {
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 700;
	color: #00338A;
	text-align: center;
	margin-bottom: 3px;
}
.p-combination-content-product__name {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	color: #22394D;
	text-align: center;
}
.p-combination-content-product__text {
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 2;
	color: #22394D;
	margin-top: 10px;
}
.p-combination-content__other {
	padding: 30px 0 0 0;
	display: flex;
}
.p-combination-content-other__title {
	width: 70px;
	height: 70px;
	border: solid 1px #5A7180;
	border-radius: 50%;
	display: flex;
	align-items: center;
}
.p-combination-content-other__titleinner {
	width: 100%;
	padding: 0 0 0 6px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	color: #22394D;
}
.p-combination-content-other__list {
	padding: 0 0 0 15px;
}
.p-combination-content-other__item {

}
.p-combination-content-other__link {
	display: inline-block;
	padding: 0 0 0 20px;
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 1.5;
	color: #00338A;
	position: relative;
}
.p-combination-content-other__link::before {
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 14px;
	height: 14px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_arrow3.svg) no-repeat center center / contain;
}
.p-combination__content--02 .p-combination-content__cat {
	background: #F8FFBF;
	left: initial;
	right: 10px;
}
.p-combination__content--02 .p-combination-content__catinner {
	color: #22394D;
}
.p-combination__content--03 .p-combination-content__cat {
	background: #FFDE00;
}
.p-combination__content--03 .p-combination-content__catinner {
	color: #22394D;
}
.p-combination__content--04 .p-combination-content__cat {
	background: #FFEAA7;
	left: initial;
	right: 10px;
}
.p-combination__content--04 .p-combination-content__catinner {
	color: #22394D;
}
@media (min-width: 768px), print {
	.p-combination__content {
		margin-top: 80px;
		position: relative;
	}
	.p-combination__content + .p-combination__content {
		margin-top: 80px;
	}
	.p-combination-content__pic {
		width: 790px;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
	}
	.p-combination-content__cat {
		position: absolute;
		top: 20px;
		left: 30px;
		width: 155px;
		height:155px;
	}
	.p-combination-content__catinner {
		font-size: 2.4rem;
	}
	.p-combination-content__tbox {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 582px;
		padding: 40px;
		border-radius: 20px;
	}
	.p-combination-content__product {
		padding: 0 0 30px 0;
		position: relative;
	}
	.p-combination-content-product__link {
		display: flex;
		align-items: center;
	}
	.p-combination-content-product__pic {
		width: 220px;
		padding: 0 10px 0 0;
		margin: 0;
	}
	.p-combination-content-product__pic > img {
		transition: transform .3s;
	}
	.p-combination-content-product__link:hover .p-combination-content-product__pic > img {
		transform: translate(0, -5px);
	}
	.p-combination-content-product__detail {
		width: calc( 100% - 220px );
	}
	.p-combination-content-product__sub {
		font-size: 1.4rem;
		line-height: 1.3;
		font-weight: 700;
		color: #00338A;
		text-align: left;
		margin-bottom: 8px;
	}
	.p-combination-content-product__name {
		font-size: 2.2rem;
		line-height: 1.3;
		font-weight: 700;
		color: #22394D;
		text-align: left;
	}
	.p-combination-content-product__text {
		font-family: "Noto Sans JP";
		font-size: 1.6rem;
		line-height: 2;
		color: #22394D;
		margin-top: 15px;
	}
	.p-combination-content__other {
		padding: 30px 0 0 0;
		display: flex;
		align-items: center;
	}
	.p-combination-content-other__title {
		width: 86px;
		height: 86px;
		border: solid 1px #5A7180;
		border-radius: 50%;
		display: flex;
		align-items: center;
	}
	.p-combination-content-other__titleinner {
		width: 100%;
		padding: 0 0 0 7px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: 700;
		color: #22394D;
	}
	.p-combination-content-other__list {
		padding: 0 0 0 23px;
	}
	.p-combination-content-other__item + .p-combination-content-other__item {
		margin-top: 4px;
	}
	.p-combination-content-other__link {
		display: inline-block;
		padding: 0 0 0 23px;
		font-family: "Noto Sans JP";
		font-size: 1.5rem;
		line-height: 1.5;
		color: #00338A;
		position: relative;
	}
	.p-combination-content-other__link::before {
		position: absolute;
		top: 0.3em;
		left: 0;
		width: 18px;
		height: 18px;
		content: "";
		background: url(/hokkaido100/assets/img/common/icon_arrow3.svg) no-repeat center center / contain;
	}
	.p-combination-content-other__link:hover {
		text-decoration: underline;
	}
	.p-combination__content--02 .p-combination-content__pic {
		margin-left: auto;
	}
	.p-combination__content--02 .p-combination-content__cat {
		top: 20px;
		left: initial;
		right: 30px;
	}
	.p-combination__content--02 .p-combination-content__tbox {
		left: 0;
	}
	.p-combination__content--04 .p-combination-content__pic {
		margin-left: auto;
	}
	.p-combination__content--04 .p-combination-content__cat {
		top: 20px;
		left: initial;
		right: 30px;
	}
	.p-combination__content--04 .p-combination-content__tbox {
		left: 0;
	}
}
/* arrangement */
.p-arrangement {
	padding: 80px 0 80px 0;
	overflow: hidden;
	position: relative;
}
.p-arrangement::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-arrangement__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (min-width: 768px), print {
	.p-arrangement {
		padding: 120px 0 140px 0;
	}
	.p-arrangement::before {
		transform: translate(-32px, 0);
	}
}
.p-arrangement__item + .p-arrangement__item {
	margin-top: 40px;
}
.p-arrangement__pic {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.p-arrangement__text {
	background: #FDFAEF;
	padding: 20px 20px 30px;
	border-radius: 0 0 20px 20px;
}
.p-arrangement__sub {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	color: #00338A;
	text-align: center;
	margin-bottom: 6px;
}
.p-arrangement__name {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	color: #00338A;
	text-align: center;
}
.p-arrangement__product {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.p-arrangement-product__link {
	display: block;
}
.p-arrangement-product__pic {
	width: 100px;
	padding: 0 0 0 10px;
}
.p-arrangement-product__lead {
	width: calc( 100% - 100px );
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 2;
	color: #22394D;
}
@media (max-width: 767px) {
	.p-arrangement .c-copy01__inner::before {
		height: 64px;
	}
	.p-arrangement .c-copy01__inner::after {
		height: 64px;
	}
}
@media (min-width: 768px), print {
	.p-arrangement__content {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
	}
	.p-arrangement__item {
		width: 50%;
		padding: 0 15px;
	}
	.p-arrangement__item + .p-arrangement__item {
		margin-top: 0;
	}
	.p-arrangement__text {
		padding: 40px 40px 50px;
		position: relative;
	}
	.p-arrangement__sub {
		font-size: 1.8rem;
		margin-bottom: 10px;
		text-align: left;
		margin-left: 200px;
		padding-top: 30px;
	}
	.p-arrangement__name {
		font-size: 2.4rem;
		text-align: left;
		margin-left: 200px;
	}
	.p-arrangement__product {
		display: block;
		margin: 10px 0 0 200px;
	}
	.p-arrangement-product__pic {
		position: absolute;
		top: 40px;
		left: 40px;
		width: 190px;
		padding: 0 0 0 0;
	}
	.p-arrangement-product__pic img {
		transition: transform .3s;
	}
	.p-arrangement-product__link:hover .p-arrangement-product__pic img {
		transform: translate(0, -5px);
	}
	.p-arrangement-product__lead {
		width: auto;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}
	.p-arrangement__text .c-btn {
		margin-top: 40px;
	}
}
