@charset "UTF-8";

/*
**************************************************************************
*	hokkaido-butter common.css
**************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* --------------------------------------------------
		foundation
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
html {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: 62.5%;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	height: 100%;
	background-color: #FFFDF4;
}
body {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #17206D;
	min-width: 1000px;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
		min-width: 0;
	}
	img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		layout
-------------------------------------------------- */
.l-frame {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	pointer-events: none;
	box-shadow: 0 0 0 25px #FFFFFF inset;
}
.l-frame:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 6px solid #17206D;
}
.l-frame:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	border: 2px solid #EB0000;
}
.l-wrap {
	position: relative;
	padding: 27px 27px;
}
.l-main {
	position: relative;
	padding-bottom: 80px;
}
.l-cts {
	padding: 60px 0;
}
.l-cts--bg {
	padding: 120px 0;
}
.l-cts--bg,
.l-cts--bg + .l-cts:not(.l-cts--bg) {
	margin-top: 60px;
}
.l-cts--bg + .l-cts--bg {
	margin-top: 0;
}
.l-header {
	position: relative;
	z-index: 90;
	margin: 0 30px;
}
.l-header .u-cts__inner {
	height: 120px;
	max-width: 1200px;
	border-radius: 0 0 20px 20px;
	background-color: #FFD500;
	box-shadow: 0 0 4px rgba(91, 63, 0, 0.25);
}
.header__logo-butter {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 40px;
	display: block;
	width: 180px;
	transform: translateY(-54%);
}
.header-nav__link {
	display: flex;
	justify-content: center;
	padding-top: 47px;
	font-size: 1.6rem;
}
.header-nav__link li {
	padding: 0 15px;
}
.header-nav__link li a {
	position: relative;
	display: inline-block;
}
.header-nav__link li a:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #17206D;
}
.header-nav__logo-megmilk {
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	width: 160px;
	transform: translateY(-50%);
	line-height: 1;
}
.footer-box--01 {
	padding: 60px 0;
	background-color: #FFD500;
}
.footer__logo-butter {
	display: block;
	width: 280px;
	margin: 0 auto 30px;
}
.footer__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.6rem;
}
.footer__link li {
	padding: 0 15px;
}
.footer__link li a {
	position: relative;
	display: inline-block;
}
.footer__link li a:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #17206D;
}
.footer-box--02 {
	padding: 30px 0;
	background-color: #FFFFFF;
}
.footer__logo-megmilk {
	display: block;
	width: 180px;
	margin: 0 auto 15px;
}
.footer__copyright {
	text-align: center;
	font-size: 1.2rem;
	color: #666666;
}
.footer__textlink {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 35px;
}
.footer__textlink a {
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
	.header__logo-butter {
		width: 130px;
		left: 30px;
	}
	.header-nav__link li {
		padding: 0 12px;
	}
	.header-nav__logo-megmilk {
		width: 120px;
		right: 30px;
	}
}
@media screen and (min-width: 768px) {
	.header-nav__link li a {
		transition: color .3s ease;
	}
	.header-nav__link li a:hover {
		color: #FFFFFF;
	}
	.header-nav__link li a:after {
		transition: width .3s ease;
	}
	.header-nav__link li a:hover:after {
		width: 0;
		left: auto;
		right: 0;
	}
	.footer__link li a {
		transition: color .3s ease;
	}
	.footer__link li a:hover {
		color: #FFFFFF;
	}
	.footer__link li a:after {
		transition: width .3s ease;
	}
	.footer__link li a:hover:after {
		width: 0;
		left: auto;
		right: 0;
	}
	.footer__textlink a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.l-frame {
		min-width: 0;
		box-shadow: 0 0 0 13px #FFFFFF inset;
	}
	.l-frame:before {
		top: 8px;
		left: 8px;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		border-width: 3px;
	}
	.l-frame:after {
		top: 13px;
		left: 13px;
		width: calc(100% - 26px);
		height: calc(100% - 26px);
		border-width: 1px;
	}
	.l-wrap {
		position: relative;
		padding: 14px 14px;
	}
	.l-main {
		padding-bottom: 60px;
	}
	.l-cts {
		padding: 40px 0;
	}
	.l-cts--bg {
		padding: 80px 0;
	}
	.l-cts--bg,
	.l-cts--bg + .l-cts:not(.l-cts--bg) {
		margin-top: 40px;
	}
	.l-header {
		margin: 0 0;
	}
	.l-header .u-cts__inner {
		height: 65px;
		border-radius: 0 0;
	}
	.header__logo-butter {
		top: 10px;
		left: 50%;
		width: 140px;
		transform: translate(-50%, 0);
	}
	.l-header.is-open .header__logo-butter {
		top: 30px;
		width: 170px;
	}
	.header-nav {
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		background-color: #FFD500;
		display: none;
		box-shadow: rgb(91 63 0 / 20%) 0px 4px 4px;
	}
	.l-nav {
		padding: 80px 0 50px;
	}
	.header-nav__link {
		display: block;
		padding: 0 40px 30px;
	}
	.header-nav__link li {
		padding: 0 0;
		border-bottom: 1px solid #8C7A37;
	}
	.header-nav__link li a {
		position: relative;
		display: block;
		padding: 16px 0;
	}
	.header-nav__link li a:before {
		content: "";
		position: absolute;
		top: calc(50% - 9px);
		right: 0;
		width: 18px;
		height: 18px;
		background-color: #17206D;
		background-image: url(../img/arrow_r01_white.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 6px auto;
		border-radius: 50% 50%;
	}
	.header-nav__link li a:after {
		content: none;
	}
	.header-nav__logo-megmilk {
		position: relative;
		top: 0;
		right: 0;
		width: 140px;
		transform: translateY(0);
		margin: 0 auto;
	}
	.header-nav__toggle {
		position: absolute;
		top: 17px;
		right: 16px;
		width: 30px;
		height: 30px;
	}
	.header-nav__toggle:before {
		content: '';
		position: absolute;
		top: calc(50% - 8px);
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #17206D;
		transition: top .3s ease,
					transform .3s ease;
	}
	.header-nav__toggle:after {
		content: '';
		position: absolute;
		top: calc(50% + 6px);
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #17206D;
		transition: top .3s ease,
					transform .3s ease;
	}
	.header-nav__toggle span {
		position: absolute;
		top: calc(50% - 1px);
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #17206D;
		transition: opacity .3s ease;
	}
	.l-header.is-open .header-nav__toggle:before {
		top: 50%;
		transform: rotate(30deg);
	}
	.l-header.is-open .header-nav__toggle:after {
		top: 50%;
		transform: rotate(-30deg);
	}
	.l-header.is-open .header-nav__toggle span {
		opacity: 0;
	}
	.footer-box--01 {
		padding: 40px 0;
	}
	.footer__logo-butter {
		width: 180px;
	}
	.footer__link {
		margin-top: -10px;
		font-size: 1.4rem;
	}
	.footer__link li {
		margin-top: 10px;
	}
	.footer__link li a:after {
		content: none;
	}
	.footer__logo-megmilk {
		width: 140px;
	}
	.footer__copyright {
		font-size: 1.0rem;
	}
}


/* --------------------------------------------------
		component
-------------------------------------------------- */
.js-fadeIn--up {
	position: relative;
	opacity: 0;
}
.js-fadeIn--in {
	position: relative;
	opacity: 0;
}
.c-h1__title {
	position: relative;
	font-size: 4.8rem;
	line-height: 1.4;
	text-align: center;
	opacity: 0;
}
.c-h1__title span {
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6), -1px -1px 0 rgba(255, 255, 255, 0.6),
					 0 0 10px rgba(255, 255, 255, 1);
}
.c-h1__title span:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
	width: 0;
	height: 6px;
	background-color: #EB0000;
	border-radius: 3px 3px;
	transition: width .3s ease;
}
.c-h1__title.is-motion span:before {
	width: 80px;
}
.c-h2__title {
	position: relative;
	font-size: 3.2rem;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.c-h2__title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 20px);
	width: 40px;
	height: 4px;
	background-color: #EB0000;
	border-radius: 2px 2px;
}
.c-h3__title {
	position: relative;
	padding-left: 40px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.c-h3__title:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 20px;
	height: 4px;
	background-color: #EB0000;
	border-radius: 3px 3px;
}
.c-button--line {
	text-decoration: underline;
}
.c-button--a {
	display: inline-block;
	border: 1px solid #17206D;
	border-radius: 30px 30px;
	padding: 12px 30px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	transition: color .3s ease,
					background-color .3s ease;
}
.c-button--a.is-active {
	color: #FFFFFF;
	background-color: #17206D;
}
.c-button--b {
	display: block;
	text-align: center;
	line-height: 1.4;
	padding: 20px 30px;
	margin: 0 auto;
	width: 66.66666666666667%;
	border: 2px solid #17206D;
	border-radius: 40px 40px;
}
.c-button--c {
	position: relative;
	display: block;
	line-height: 1.6;
	padding-left: 40px;
}
.c-button--c:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50% 50%;
	background-color: #17206D;
	background-image: url(../img/arrow_r01_white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
}
.c-button--d {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.c-button--d:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #17206D;
	border-left: 3px solid #17206D;
	transform: rotate(-135deg);
}
.c-button--e {
	position: relative;
	display: inline-block;
	line-height: 1.3;
	padding: 14px 70px 14px 0;
}
.c-button--e:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	background-image: url(../img/arrow_r01_white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	background-color: #17206D;
	border-radius: 50% 50%;
}
.c-button--e span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.c-button--e span:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #17206D;
}
.c-button--e.icon--outside:after {
	background-image: url(../img/icon_outside.svg);
	background-size: 24px auto;
}
.c-button--e.icon--clear:after {
	background-image: url(../img/icon_close.svg);
	background-size: 20px auto;
}
.c-button--e.icon--relative:after {
	background-image: url(../img/icon_relative.svg);
	background-size: 20px auto;
}
.c-button--e.icon--plus:after {
	background-image: url(../img/icon_plus.svg);
	background-size: 20px auto;
}
.c-note {
	font-size: 1.2rem;
}
.c-tags {
	display: flex;
	flex-wrap: wrap;
	color: #FFAA00;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-left: -20px;
}
.c-tags li {
	margin-left: 20px;
}
.c-list--a {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -10px 0;
}
.c-list--a li {
	margin: 15px 10px 0;
}
.c-sns {
	display: flex;
	align-items: center;
}
.c-sns__text {
	font-size: 1.4rem;
	margin-right: 30px;
}
.c-sns__list {
	display: flex;
}
.c-sns__list li {
	width: 36px;
}
.c-sns__list li + li {
	margin-left: 15px;
}
@media screen and (min-width: 768px) {
	.c-button--line:hover {
		text-decoration: none;
	}
	.c-button--a:hover {
		color: #FFFFFF;
		background-color: #17206D;
	}
	.c-button--b {
		transition: color .3s ease,
						background-color .3s ease;
	}
	.c-button--b:hover {
		color: #FFFFFF;
		background-color: #17206D;
	}
	.c-button--c {
		transition: color .3s ease;
	}
	.c-button--c:hover {
		color: #FFAA00;
	}
	.c-button--c:before {
		transition: background-color .3s ease;
	}
	.c-button--c:hover:before {
		background-color: #FFAA00;
	}
	.c-button--d {
		transition: color .3s ease;
	}
	.c-button--d:hover {
		color: #FFAA00;
	}
	.c-button--d:before {
		transition: border-color .3s ease;
	}
	.c-button--d:hover:before {
		border-color: #FFAA00;
	}
	.c-button--e {
		transition: color .3s ease;
	}
	.c-button--e:hover {
		color: #FFAA00;
	}
	.c-button--e:after {
		transition: background-color .3s ease;
	}
	.c-button--e:hover:after {
		background-color: #FFAA00;
	}
	.c-button--e span:before {
		transition: background-color .3s ease;
	}
	.c-button--e:hover span:before {
		background-color: #FFAA00;
	}
	.c-sns__list li a {
		display: block;
		transition: opacity .3s ease;
	}
	.c-sns__list li a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	.c-h1__title {
		font-size: 2.8rem;
	}
	.c-h1__title span {
		padding-bottom: 20px;
	}
	.c-h1__title span:before {
		left: calc(50% - 25px);
		height: 4px;
	}
	.c-h1__title.is-motion span:before {
		width: 50px;
	}
	.c-h2__title {
		font-size: 2.2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.c-h2__title:before {
		left: calc(50% - 15px);
		width: 30px;
		height: 2px;
	}
	.c-h3__title {
		padding-left: 20px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.c-h3__title:before {
		top: 12px;
		width: 10px;
		height: 2px;
	}
	.c-button--a {
		padding: 9px 20px;
		font-size: 1.4rem;
	}
	.c-button--b {
		font-size: 1.6rem;
		padding: 14px 20px;
	}
	.c-button--c {
		padding-left: 30px;
	}
	.c-button--c:before {
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}
	.c-button--d {
		padding-left: 20px;
	}
	.c-button--d:before {
		left: 2px;
		width: 8px;
		height: 8px;
		border-top-width: 2px;
		border-left-width: 2px;
	}
	.c-button--e {
		padding: 9px 52px 9px 0;
	}
	.c-button--e:after {
		width: 40px;
		height: 40px;
		background-size: 13px auto;
	}
	.c-button--e.icon--outside:after {
		background-size: 17px auto;
	}
	.c-button--e.icon--clear:after {
		background-size: 13px auto;
	}
	.c-button--e.icon--relative:after {
		background-size: 14px auto;
	}
	.c-button--e.icon--plus:after {
		background-size: 14px auto;
	}
	.c-note {
		font-size: 1.0rem;
	}
	.c-tags {
		font-size: 1.2rem;
		margin-left: -15px;
	}
	.c-tags li {
		margin-left: 15px;
	}
	.c-list--a {
		margin: -15px -7px 0;
	}
	.c-list--a li {
		margin: 15px 7px 0;
	}
	.c-sns__text {
		font-size: 1.2rem;
		margin-right: 20px;
	}
	.c-sns__list li {
		width: 28px;
	}
}


/* --------------------------------------------------
		project
-------------------------------------------------- */
.p-links .u-cts__inner {
	max-width: none;
	padding: 0 0;
}
.p-links__list {
	display: flex;
	flex-wrap: wrap;
}
.p-links__list li {
	width: 50%;
}
.p-links__list li a {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 50.35971223021583%;
	font-size: 3.2rem;
	line-height: 1.4;
	color: #FFFFFF;
	background-position: center 80%;
	background-repeat: no-repeat;
	background-size: 101% auto;
}
.p-links__list li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}
.p-links__list li a:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50% 50%;
	background-color: #FFFFFF;
	background-image: url(../img/arrow_r01_blue.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.p-links__list li[data-id="1"] a {
	background-image: url(../img/links_lineup.webp);
}
.p-links__list li[data-id="2"] a {
	background-image: url(../img/links_history.webp);
}
.p-links__list li[data-id="3"] a {
	background-image: url(../img/links_kodawari.webp);
}
.p-links__list li[data-id="4"] a {
	background-image: url(../img/links_recipe.webp);
}
.p-links__list li[data-id="5"] a {
	background-image: url(../img/links_knowledge.webp);
}
.p-links__list li a span {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20px;
	transform: translateY(-50%);
	text-align: center;
}
@media screen and (min-width: 1457px) {
	.p-links__list li a {
		padding-bottom: 350px;
	}
}
.p-visual {
	padding-top: 120px;
	margin-top: -120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-visual:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center bottom -1px;
	background-size: 1390px 40px;
}
.p-visual__box {
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-lead__text {
	font-size: 2.0rem;
	text-align: center;
}
.p-lead__text p + p {
	margin-top: 1.5em;
}
.p-panel__list {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: -80px -20px 0;
}
.p-panel__list > li {
	width: 33.33333333333333%;
	padding: 80px 20px 0;
}
.p-panel__list > li.col--1 {
	width: 100%;
}
.p-panel__list > li.col--2 {
	width: 50%;
}
.p-panel {
	display: block;
}
.p-panel .image {
	position: relative;
}
.p-panel .image span {
	display: block;
	overflow: hidden;
	border-radius: 10px 10px;
	height: 0;
	padding-bottom: 66.66666666666667%;
}
.p-panel .image.icon--new:after {
	content: 'NEW';
	position: absolute;
	top: -10px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #FFAA00;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Marcellus', serif;
	font-size: 1.8rem;
	line-height: 60px;
	border-radius: 50% 50%;
}
.p-panel .body {
	position: relative;
	z-index: 1;
	margin-top: -45px;
}
.p-panel .body:before {
	content: '';
	position: absolute;
	top: 1px;
	left: -1px;
	width: 90%;
	height: 45px;
	background-color: #FFFEF8;
	border-radius: 0 10px 0 0;
}
.p-panel .body .title {
	position: relative;
	z-index: 1;
	font-size: 2.0rem;
	line-height: 1.5;
	padding: 25px calc(10% + 20px) 0 0;
	margin-bottom: 20px;
}
.p-panel .body .text {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.col--1 .p-panel .image.icon--new:after,
.col--2 .p-panel .image.icon--new:after {
	width: 90px;
	height: 90px;
	font-size: 2.6rem;
	line-height: 90px;
}
.col--1 .p-panel {
	display: flex;
}
.col--1 .p-panel .image {
	width: 58.33333333333333%;
}
.col--1 .p-panel .body {
	flex: 1;
	margin: 0 0 0 40px;
	padding: 40px 0;
	border-top: 1px solid #17206D;
	border-bottom: 1px solid #17206D;
}
.col--1 .p-panel .body:before {
	opacity: 0;
}
.col--1 .p-panel .title {
	font-size: 2.6rem;
	padding: 0 0;
}
.p-pagetop {
	position: fixed;
	z-index: 99;
	left: calc(100% - 116px);
	bottom: 50px;
	display: none;
}
.p-pagetop__button {
	display: block;
	width: 56px;
	height: 56px;
	background-image: url(../img/arrow_t01_white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 18px;
	background-color: #FFD500;
	border-radius: 50% 50%;
}
@media screen and (max-width: 1017px) {
	.p-pagetop {
		left: 884px;
	}
}
.p-recipe-modal__inner {
	display: flex;
	justify-content: space-between;
}
.p-recipe-modal .image {
	width: 62.5%;
}
.p-recipe-modal .image span {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px 10px;
}
.p-recipe-modal .image img {
	width: 100%;
	max-width: none;
}
.p-recipe-modal .body {
	width: 32.29166666666667%;
	padding-right: 3.125%;
}
.p-recipe-modal .title {
	padding: 1em 0 20px;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
.p-recipe-modal .title:before {
	top: calc(100% - 4px);
	width: 40px;
}
.p-recipe-modal .text {
	margin-bottom: 20px;
}
.p-recipe-modal .info {
	margin-bottom: 30px;
}
.p-recipe-modal .title + .info {
	margin-top: 30px;
}
.p-recipe-modal .detail {
	line-height: 1;
}
.p-recipe-modal .detail dd + dd {
	margin-top: 15px;
}
.p-recipe-modal .detail .unit {
	font-size: 1.6rem;
	margin-right: 20px;
}
.p-recipe-modal .detail .unit [class*='icon-'] {
	position: relative;
	top: 2px;
	vertical-align: top;
	margin-right: 10px;
}
.p-recipe-modal .detail .unit [class*='icon-'] {
	position: relative;
	top: 2px;
	vertical-align: top;
	margin-right: 10px;
}
.p-recipe-modal .detail .unit .icon--t {
	width: 32px;
}
.p-recipe-modal .detail .unit .icon--e {
	width: 26px;
}
.p-recipe-modal .detail em {
	position: relative;
	top: 2px;
	font-size: 3.0rem;
}
@media screen and (max-width: 967px) {
	.p-recipe-modal {
		max-width: 640px !important;
	}
	.p-recipe-modal__inner {
		display: block;
	}
	.p-recipe-modal .image {
		width: 100%;
	}
	.p-recipe-modal .body {
		width: 100%;
		padding-right: 0;
	}
	.p-recipe-modal .title {
		text-align: center;
	}
	.p-recipe-modal .title:before {
		left: calc(50% - 20px);
	}
	.p-recipe-modal .title + .info {
		margin-top: 20px;
	}
	.p-recipe-modal .detail {
		text-align: center;
	}
	.p-recipe-modal .button {
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.p-links__list li a {
		transition: background-size .3s ease;
	}
	.p-links__list li a:hover {
		background-size: 106% auto;
	}
	.p-links__list li a:before {
		transition: opacity .3s ease;
	}
	.p-links__list li a:hover:before {
		opacity: 0.1;
	}
	a.p-panel .image span img {
		transition: transform .3s ease;
	}
	a.p-panel:hover .image span img {
		transform: scale(1.05);
	}
	a.p-panel .body {
		transition: color .3s ease;
	}
	a.p-panel:hover .body {
		color: #FFAA00;
	}
	.p-pagetop__button {
		transition: background-color .3s ease;
	}
	.p-pagetop__button:hover {
		background-color: #FFAA00;
	}
}
@media screen and (max-width: 767px) {
	.p-links__list li {
		width: 100%;
	}
	.p-links__list li a {
		padding-bottom: 175px;
		font-size: 2.0rem;
		background-size: cover;
	}
	.p-links__list li a:after {
		right: 20px;
		bottom: 20px;
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}
	.p-links__list li a span {
		padding: 0 15px;
	}
	.p-visual {
		padding-top: 0;
		margin-top: 0;
		background-size: cover;
	}
	.p-visual:before {
		background-size: 130% auto;
	}
	.p-visual__box {
		height: 270px;
	}
	.p-lead__text {
		font-size: 1.6rem;
	}
	.p-panel__list {
		margin: -40px 0 0;
	}
	.p-panel__list > li {
		width: 100% !important;
		padding: 40px 0 0;
	}
	.p-panel .image.icon--new:after {
		right: 15px;
	}
	.p-panel .body {
		margin-top: -30px;
	}
	.p-panel .body:before {
		height: 30px;
	}
	.p-panel .body .title {
		font-size: 1.8rem;
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.p-panel .body .text {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.col--1 .p-panel .image.icon--new:after,
	.col--2 .p-panel .image.icon--new:after {
		width: 60px;
		height: 60px;
		font-size: 1.8rem;
		line-height: 60px;
	}
	.col--1 .p-panel {
		display: block;
	}
	.col--1 .p-panel .image {
		width: 100%;
	}
	.col--1 .p-panel .body {
		margin: -30px 0 0;
		padding: 0 0;
		border-top: none;
		border-bottom: none;
	}
	.col--1 .p-panel .body:before {
		opacity: 1;
	}
	.col--1 .p-panel .title {
		font-size: 1.8rem;
		padding: 20px calc(10% + 20px) 0 0;
	}
	.p-pagetop {
		left: calc(100% - 65px);
		bottom: 25px;
	}
	.p-pagetop__button {
		width: 40px;
		height: 40px;
		background-size: auto 13px;
	}
	.p-recipe-modal .title {
		padding: 20px 0 20px;
		font-size: 2.0rem;
		line-height: 1.5;
	}
	.p-recipe-modal .title:before {
		height: 4px;
	}
	.p-recipe-modal .info {
		margin-bottom: 20px;
	}
	.p-recipe-modal .detail .unit {
		font-size: 1.4rem;
	}
	.p-recipe-modal .detail .unit [class*='icon-'] {
		top: 1px;
		margin-right: 5px;
	}
	.p-recipe-modal .detail .unit .icon--t {
		width: 24px;
	}
	.p-recipe-modal .detail .unit .icon--e {
		width: 22px;
	}
	.p-recipe-modal .detail em {
		top: 1px;
		font-size: 2.4rem;
	}
}


/* --------------------------------------------------
		utility
-------------------------------------------------- */
.u-font--default {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	font-weight: normal;
}
.u-font--marcellus {
	font-family: 'Marcellus', serif;
}
.u-font--marugothic {
	font-family: 'Zen Maru Gothic', sans-serif;
}
.u-cfx:after {
	content: '';
	display: table;
	clear: both;
}
.u-cts {
	position: relative;
}
.u-cts__inner {
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1260px;
}
.u-bold {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	font-weight: bold;
}
.u-center {
	text-align: center;
}
.u-left {
	text-align: left;
}
.u-right {
	text-align: right;
}
.u-ancher {
	padding-top: 27px;
	margin-top: -27px;
}
.u-mt00 { margin-top: 0 }
.u-mt05 { margin-top: 5px }
.u-mt10 { margin-top: 10px}
.u-mt15 { margin-top: 15px}
.u-mt20 { margin-top: 20px }
.u-mt25 { margin-top: 25px }
.u-mt30 { margin-top: 30px }
.u-mt35 { margin-top: 35px }
.u-mt40 { margin-top: 40px }
.u-mt45 { margin-top: 45px }
.u-mt50 { margin-top: 50px }
.u-mt55 { margin-top: 55px }
.u-mt60 { margin-top: 60px }
.u-mt65 { margin-top: 65px }
.u-mt70 { margin-top: 70px }
.u-mt75 { margin-top: 75px }
.u-mt80 { margin-top: 80px }
.u-mt85 { margin-top: 85px }
.u-mt90 { margin-top: 90px }
.u-mt95 { margin-top: 95px }
.u-mt100 { margin-top: 100px }
.u-mt110 { margin-top: 110px }
.u-mt120 {
	margin-top: 120px
}
.u-mb00 { margin-bottom: 0 }
.u-mb05 { margin-bottom: 5px }
.u-mb10 { margin-bottom: 10px }
.u-mb15 { margin-bottom: 15px }
.u-mb20 { margin-bottom: 20px }
.u-mb25 { margin-bottom: 25px }
.u-mb30 { margin-bottom: 30px }
.u-mb35 { margin-bottom: 35px }
.u-mb40 { margin-bottom: 40px }
.u-mb45 { margin-bottom: 45px }
.u-mb50 { margin-bottom: 50px }
.u-mb55 { margin-bottom: 55px }
.u-mb60 { margin-bottom: 60px }
.u-mb65 { margin-bottom: 65px }
.u-mb70 { margin-bottom: 70px }
.u-mb75 { margin-bottom: 75px }
.u-mb80 { margin-bottom: 80px }
.u-mb85 { margin-bottom: 85px }
.u-mb90 { margin-bottom: 90px }
.u-mb95 { margin-bottom: 95px }
.u-mb100 { margin-bottom: 100px }
.u-mb110 { margin-bottom: 110px }
.u-mb120 {
	margin-bottom: 120px
}
@media screen and (min-width: 768px) {
	.u-pc {
		display: block;
	}
	.u-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
	.u-cts__inner {
		max-width: none;
		padding: 0 16px;
	}
	.u-ancher {
		padding-top: 14px;
		margin-top: -14px;
	}
	.u-center-sp {
		text-align: center;
	}
	.u-left-sp {
		text-align: left;
	}
	.u-right-sp {
		text-align: right;
	}
	.u-mt00-sp { margin-top: 0 }
	.u-mt05-sp { margin-top: 5px }
	.u-mt10-sp { margin-top: 10px }
	.u-mt15-sp { margin-top: 15px }
	.u-mt20-sp { margin-top: 20px }
	.u-mt25-sp { margin-top: 25px }
	.u-mt30-sp { margin-top: 30px }
	.u-mt35-sp { margin-top: 35px }
	.u-mt40-sp { margin-top: 40px }
	.u-mt45-sp { margin-top: 45px }
	.u-mt50-sp { margin-top: 50px }
	.u-mt55-sp { margin-top: 55px }
	.u-mt60-sp { margin-top: 60px }
	.u-mt65-sp { margin-top: 65px }
	.u-mt70-sp { margin-top: 70px }
	.u-mt75-sp { margin-top: 75px }
	.u-mt80-sp { margin-top: 80px }
	.u-mt85-sp { margin-top: 85px }
	.u-mt90-sp { margin-top: 90px }
	.u-mt95-sp { margin-top: 95px }
	.u-mt100-sp { margin-top: 100px }
	.u-mt110-sp { margin-top: 110px }
	.u-mt120-sp {
		margin-top: 120px
	}
	.u-mb00-sp { margin-bottom: 0 }
	.u-mb05-sp { margin-bottom: 5px }
	.u-mb10-sp { margin-bottom: 10px }
	.u-mb15-sp { margin-bottom: 15px }
	.u-mb20-sp { margin-bottom: 20px }
	.u-mb25-sp { margin-bottom: 25px }
	.u-mb30-sp { margin-bottom: 30px }
	.u-mb35-sp { margin-bottom: 35px }
	.u-mb40-sp { margin-bottom: 40px }
	.u-mb45-sp { margin-bottom: 45px }
	.u-mb50-sp { margin-bottom: 50px }
	.u-mb55-sp { margin-bottom: 55px }
	.u-mb60-sp { margin-bottom: 60px }
	.u-mb65-sp { margin-bottom: 65px }
	.u-mb70-sp { margin-bottom: 70px }
	.u-mb75-sp { margin-bottom: 75px }
	.u-mb80-sp { margin-bottom: 80px }
	.u-mb85-sp { margin-bottom: 85px }
	.u-mb90-sp { margin-bottom: 90px }
	.u-mb95-sp { margin-bottom: 95px }
	.u-mb100-sp { margin-bottom: 100px }
	.u-mb110-sp { margin-bottom: 110px }
	.u-mb120-sp {
		margin-bottom: 120px
	}
}


/* --------------------------------------------------
		slick
-------------------------------------------------- */
.p-slick {
	position: relative;
}
.p-slick .slick-arrow {
	position: absolute;
	z-index: 2;
	top: calc(50% - 28px);
	width: 56px;
	height: 56px;
	background-color: #17206D;
	border-radius: 50% 50%;
	border: none;
	font-size: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
}
.p-slick .slick-arrow.slick-prev {
	left: 0;
	background-image: url(../img/arrow_l01_white.svg);
}
.p-slick .slick-arrow.slick-next {
	right: 0;
	background-image: url(../img/arrow_r01_white.svg);
}
@media screen and (min-width: 768px) {
	.p-slick .slick-arrow {
		transition: background-color .3s ease;
	}
	.p-slick .slick-arrow:hover {
		background-color: #FFAA00;
	}
}
@media screen and (max-width: 767px) {
	.p-slick .slick-arrow {
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
		background-size: 12px auto;
	}
}


/* --------------------------------------------------
		magnificPopup
-------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0.4;
	background-color: #17206D;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0 30px !important;
}
button.mfp-close {
	background-color: #17206D !important;
	background-image: url(../img/icon_close.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 20px 20px !important;
	border: 5px solid #FFFFFF !important;
	border-radius: 50% 50%;
	width: 60px;
	height: 60px;
	font-size: 0;
	opacity: 1;
	padding: 0 0;
	box-sizing: border-box;
	top: -30px !important;
	right: -30px;
}
.p-modal {
	max-width: 1000px;
	margin: 50px auto 20px;
	position: relative;
	background-color: #FFFFFF;
	padding: 20px 20px;
	border-radius: 10px 10px;
}
@media screen and (min-width: 768px) {
	button.mfp-close {
		transition: background-color .3s ease;
	}
	button.mfp-close:hover {
		background-color: #FFAA00 !important;
	}
}
@media screen and (max-width: 767px) {
	.mfp-container {
		padding: 0 10px !important;
	}
	button.mfp-close {
		background-size: 13px 13px !important;
		border-width: 3px !important;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		top: auto !important;
		bottom: -20px !important;
		right: calc(50% - 20px);
	}
	.p-modal {
		margin: 20px auto;
		padding-bottom: 40px;
	}
}

/* --------------------------------------------------
		バター100周年用
-------------------------------------------------- */

.c-100th__bnr {
	width: 500px;
	position: fixed;
	z-index: 10;
	bottom: 5%;
	right: 3%;
	background-color: #fffdf4;
	cursor: pointer;
	border-radius: 30px;
	padding: 0 10px 20px 30px;
	font-family: "Zen Maru Gothic", sans-serif;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
	font-weight: 700;
}

.c-100th__bnr::before {
	content: '';
	position: absolute;
	top: -34px;
	left: 40px;
	width: 170px;
	height: 45px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #fffdf4;
	z-index: 8;
}

@keyframes Fukidashi {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(6px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(8px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

.c-100th__bnr::after {
	content: '';
	position: absolute;
	width: 116px;
	height: 55px;
	background-image: url(/hokkaido-butter/common/img/img_fukidashi.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: -70px;
	animation: Fukidashi 4s infinite;
	z-index: 10;
}

.c-100th__bnr .c-100th__bnr-ttl {
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
	z-index: 11;
}

.c-100th__bnr .c-100th__bnr-ttl::before,
.c-100th__bnr .c-100th__bnr-ttl::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.c-100th__bnr .c-100th__bnr-ttl::before {
	left: -40px;
	top: -10px;
	width: 52px;
	height: 100px;
	background-image: url(/hokkaido-butter/common/img/img_confetti_left.svg);

}

.c-100th__bnr .c-100th__bnr-ttl::after {
	right: 20px;
	top: -20px;
	width: 94px;
	height: 76px;
	background-image: url(/hokkaido-butter/common/img/img_confetti_right.svg);

}

.c-100th__bnr .c-100th__bnr-ttl .c-100th__bnr-logo {
	margin-right: 30px;
	margin-top: -5px;
}

.c-100th__bnr .c-100th__bnr-ttl .c-100th__bnr-sttl p {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.08em;
	background: linear-gradient(transparent 60%, #ffdf3e 0%);
	display: inline;
	padding: 0 ;
}

.c-100th__bnr .c-100th__bnr-ttl .c-100th__bnr-sttl p span {
	font-size: 32px;
}

.c-100th__bnr .c-100th__bnr-tx {
	margin-top: 10px;
	font-size: 15px;
}

.c-100th__bnr .c-100th__bnr-tx span {
	font-size: 17px;
}

.c-100th__bnr .c-100th__bnr-tx span.tx-big {
	font-size: 28px;
	font-weight: 900;
}

.p-pagetop {
	bottom: 210px;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	
	.c-100th__bnr {
		width: 88%;
		border-radius: 10px;
		bottom: 3%;
	    right: 0;
		left: 0;
		margin: auto;
		padding: 10px;
	}
	.c-100th__bnr::before {
        top: -16px;
        left: 30px;
        width: 100px;
        height: 25px;
	}
	
	.c-100th__bnr .c-100th__bnr-ttl {
		justify-content: space-evenly;
	}
	
	.c-100th__bnr .c-100th__bnr-ttl .c-100th__bnr-sttl p {
		font-size: 16px;
	}
	
	.c-100th__bnr .c-100th__bnr-ttl .c-100th__bnr-sttl p span {
		font-size: 20px;
	}

	.c-100th__bnr .c-100th__bnr-ttl .c-100th__bnr-logo {
		width: 30%;
		margin-right: 0;
	}
	
	.c-100th__bnr .c-100th__bnr-tx {
		margin-top: 10px;
		font-size: 14px;
	}	

	.p-pagetop {
		bottom: 20%;
	}
}



/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
