@charset "UTF-8";
/*----------
	/about/
----------*/
/* head */
.p-head {
	background: #FDFAEF;
	padding-top: 83px;
	position: relative;
}
@media (min-width: 768px), print {
	.p-head {
		padding-top: 133px;
	}
}
/* anchor */
.p-anchor {
	position: absolute;
	top: 293px;
	left: 50%;
	transform: translate( -50%, 0);
	width: 250px;
	display: flex;
}
.p-anchor__item {
	width: 120px;
}
.p-anchor__item:nth-of-type(1) {
	margin-right: 10px;
}
.p-anchor__link {
	display: flex;
	width: 100%;
	height: 120px;
	background: #00338A;
	border-radius: 50%;
	align-items: center;
	position: relative;
}
.p-anchor__text {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.p-anchor__item:nth-of-type(2) .p-anchor__link {
	background: #E7C77D;
}
.p-anchor__item:nth-of-type(2) .p-anchor__text {
	color: #22394D;
}
.p-anchor__icon {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0) rotate(90deg);
	width: 14px;
	height: 14px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_arrow_white.svg) no-repeat center center / contain;
}
@media (min-width: 768px), print {
	.p-anchor {
		top: 477px;
	}
	.p-anchor__link {
		transition: transform .3s;
	}
	.p-anchor__link:hover {
		transform: scale(1.1);
	}
}
/* brand */
.p-brand {
	padding: 140px 0 80px;
}
.p-brand__inner {
	padding: 0 30px;
}
@media (min-width: 768px), print {
	.p-brand {
		padding: 180px 0 150px;
	}
	.p-brand__inner {
		width: 100%;
		max-width: 1260px;
		margin: 0 auto;
		padding: 0 30px;
	}
}
.p-brand__item + .p-brand__item {
	margin-top: 20px;
}
.p-brand__link {
	display: block;
	position: relative;
}
.p-brand__pic {
	width: 190px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.p-brand__text {
	position: relative;
	margin-top: -40px;
	padding: 45px 0;
	background: #fff;
	border-radius: 100px;
}
.p-brand__text::before {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_arrow3.svg) no-repeat center center / contain;
}
.p-brand__link--blank .p-brand__text::before {
	background: url(/hokkaido100/assets/img/common/icon_blank.svg) no-repeat center center / contain;
}
.p-brand__sub {
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 700;
	color: #00338A;
	text-align: center;
	margin-bottom: 3px;
}
.p-brand__name {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	color: #22394D;
	text-align: center;
}
@media (min-width: 768px), print {
	.p-brand__content {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.p-brand__item {
		width: 50%;
		padding: 0 15px;
	}
	.p-brand__item + .p-brand__item {
		margin-top: 0;
	}
	.p-brand__item:nth-of-type(n+3) {
		margin-top: 25px;
	}
	.p-brand__link {
		display: flex;
		padding: 0 0 0 40px;
		position: relative;
	}
	.p-brand__pic {
		width: 220px;
		margin: 0 0;
		transition: transform .3s;
	}
	.p-brand__link:hover .p-brand__pic {
		transform: translate(0, -5px);
	}
	.p-brand__text {
		position: absolute;
		top: 30px;
		right: 0;
		width: 100%;
		height: 190px;
		background: #fff;
		border-radius: 105px;
		padding: 0 0 0 270px;
		margin-top: 0;
		display: flex;
		align-items: center;
	}
	.p-brand__textinner {
		display: inline-block;
		min-width: 250px;
	}
	.p-brand__sub {
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 6px;
	}
	.p-brand__name {
		font-size: 2.4rem;
	}
}
/* products */
.p-products {
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}
.p-products::before {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(223px, 0);
	width: 570px;
	height: 46px;
	content: "";
	background: url(/hokkaido100/assets/img/common/bg_yellow.png) no-repeat center top / contain;
}
.p-products__inner {
	padding: 0 30px;
}
@media (min-width: 768px), print {
	.p-products {
		padding: 120px 0;
	}
	.p-products::before {
		transform: translate(130px, 0);
	}
	.p-products__inner {
		width: 100%;
		max-width: 1260px;
		padding: 0 30px;
		margin: 0 auto;
	}
}
.p-products__cat {

}
.p-products-cat__box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	border: solid 1px #5A7180;
	border-radius: 10px;
	padding: 5px 35px 5px 20px;
	position: relative;
}
.p-products-cat__box::before {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	content: "";
	background: url(/hokkaido100/assets/img/common/icon_arrow_blue.svg) no-repeat center center / contain;
}
.p-products-cat__boxtext {
	width: 100%;
	text-align: left;
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 500;
	color: #22394D;
}
@media (max-width: 767px) {
	.p-products-cat__list {
		display: none;
		border-top: solid 1px #5A7180;
		border-left: solid 1px #5A7180;
		border-right: solid 1px #5A7180;
	}
	.p-products-cat__item {
		border-bottom: solid 1px #5A7180;
	}
	.p-products-cat__link {
		display: flex;
		align-items: center;
		height: 36px;
		padding: 0 35px 0 20px;
		font-family: "Noto Sans JP";
		font-size: 1.4rem;
		line-height: 1.3;
		font-weight: 500;
		color: #22394D;
	}
	.p-products-cat__link.is-check {
		background: #dddddd;
	}
	.p-products-cat__text {
		width: 100%;
	}
}
@media (min-width: 768px), print {
	.p-products__cat {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.p-products-cat__box {
		display: none;
	}
	.p-products-cat__list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.p-products-cat__item {
		width: 25%;
		padding: 0 15px;
		position: relative;
	}
	.p-products-cat__item:nth-of-type(n+5) {
		margin-top: 20px;
	}
	.p-products-cat__link {
		display: flex;
		align-items: center;
		padding: 10px 0;
		position: relative;
	}
	.p-products-cat__link::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-products-cat__link:hover::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 17px;
		height: 9px;
		content: "";
		background: url(/hokkaido100/assets/img/common/icon_check.svg) no-repeat center center / contain;
	}
	.p-products-cat__link.is-check::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 17px;
		height: 9px;
		content: "";
		background: url(/hokkaido100/assets/img/common/icon_check.svg) no-repeat center center / contain;
	}
	.p-products-cat__text {
		width: 100%;
		text-align: center;
		font-family: "Noto Sans JP";
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: 500;
		color: #22394D;
	}
}
.p-products__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}
.p-products-list__item {
	width: 50%;
	padding: 0 10px;
	margin-top: 10px;
}
.p-products-list__link {
	display: block;
	width: 100%;
}
.p-products-list__pic {
	background: #F7F9FA;
	border-radius: 10px;
}
.p-products-list__pic > img {
	width: 100%;
}
.p-products-list__text {
	margin-top: 10px;
	font-family: "Noto Sans JP";
	line-height: 1.3;
}
.p-products-list__sub {
	font-size: 1.2rem;
	font-weight: 500;
	color: #00338A;
	margin-bottom: 5px;
}
.p-products-list__name {
	font-size: 1.2rem;
	font-weight: 500;
	color: #22394D;
}
.p-products-list__detail {
	font-size: 1rem;
	color: #5A7180;
	margin-top: 5px;
}
.p-products-list__text .c-btn {
	margin-top: 15px;
}
.p-products-list__text .c-btn + .c-btn {
	margin-top: 5px;
}
@media (min-width: 768px), print {
	.p-products__list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 20px;
	}
	.p-products-list__item {
		display: flex;
		width: 25%;
		padding: 0 15px;
		margin-top: 54px;
	}
	.p-products-list__link {
		display: block;
	}
	.p-products-list__pic > img {
		transition: transform .3s;
	}
	.p-products-list__link:hover .p-products-list__pic > img {
		transform: translate(0, -5px);
	}
	.p-products-list__sub {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.p-products-list__name {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.p-products-list__detail {
		font-size: 1.1rem;
		margin-top: 10px;
	}
	.p-products-list__text .c-btn {
		margin-top: 30px;
	}
	.p-products-list__text .c-btn + .c-btn {
		margin-top: 10px;
	}
}





