@charset "UTF-8";

/*
**************************************************************************
*	hokkaido-butter kodawari.css
**************************************************************************/


/* --------------------------------------------------
		override
-------------------------------------------------- */
.p-links__list li[data-id="3"] {
	display: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.c-title--en {
	font-size: 20rem;
	line-height: 1;
	color: rgba(255,255,255,0.5);
}
.c-title {
	font-size: 3.6rem;
	line-height: 1.3;
	margin-bottom: 20px;
}
.c-unit {
	display: flex;
}
.c-unit + .c-unit {
	margin-top: 120px;
}
.c-unit__image {
	width: 50%;
	padding-right: 20px;
}
.c-unit__image .caption {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
}
.c-unit__body {
	width: 50%;
	padding: 10px 7.5% 0;
}
.c-unit.reverse {
	flex-direction: row-reverse;
}
.c-unit.reverse .c-unit__image {
	padding-right: 0;
	padding-left: 20px;
}
.c-unit__title {
	line-height: 1.5;
	margin-bottom: 30px;
}
.c-unit__title span {
	display: inline-block;
	background: -webkit-linear-gradient(top, transparent 70%, #FFE979 70%);
	background: linear-gradient(to bottom, transparent 70%, #FFE979 70%);
}
.c-unit__text p + p {
	margin-top: 1.0em;
}
@media screen and (min-width: 1017px) and (max-width: 1331px) {
	.c-unit__title {
		font-size: 2.70473328324568vw;
	}
}
@media screen and (max-width: 1017px) {
	.c-unit__title {
		font-size: 2.75rem;
	}
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.c-title--en {
		font-size: 8rem;
	}
	.c-title {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.c-unit {
		display: block;
	}
	.c-unit + .c-unit {
		margin-top: 60px;
	}
	.c-unit__image {
		width: 100%;
		padding-right: 0;
	}
	.c-unit__image .caption {
		font-size: 1.0rem;
		margin-top: 5px;
	}
	.c-unit__body {
		width: 100%;
		padding: 15px 0 0;
	}
	.c-unit.reverse .c-unit__image {
		padding-left: 0;
	}
}


/* --------------------------------------------------
		p-visual
-------------------------------------------------- */
.p-visual {
	background-image: url(../img/visual_01.webp);
	background-position: center bottom;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		p-lead
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		image-loop
-------------------------------------------------- */
.image-loop {
	padding-bottom: 20px;
}
.image-loop .image {
	height: 240px;
	background-image: url(../img/image-loop_01.webp);
	background-size: 2020px 240px;
	background-position: 0 0;
	background-repeat: repeat-x;
	animation: image-loop-motion 30s linear 0s infinite;
}
@keyframes image-loop-motion {
	  0% { background-position: 0 0; }
	100% { background-position: -2020px 0; }
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.image-loop .image {
		height: 120px;
		background-size: 1010px 120px;
		animation-duration: 40s;
	}
}


/* --------------------------------------------------
		tasty
-------------------------------------------------- */
.tasty {
	height: 780px;
	background-image: url(../img/tasty_01.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.tasty__title--en {
	margin-top: -30px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.tasty {
		height: auto;
	}
}


/* --------------------------------------------------
		customer
-------------------------------------------------- */
.customer {
	height: 780px;
	background-image: url(../img/customer_01.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.customer__inner {
	text-align: center;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.customer {
		height: auto;
		background-image: none;
		padding: 220px 0 40px;
	}
	.customer:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 200px;
		background-image: url(../img/customer_01.webp);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.customer__inner {
		text-align: left;
	}
}


/* --------------------------------------------------
		quality
-------------------------------------------------- */
.quality__title--en {
	color: rgba(255,233,121,0.5);
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.quality {
		margin-top: 0 !important;
	}
	.quality__title--en {
		margin-bottom: 20px;
	}
}


/* --------------------------------------------------
		safety
-------------------------------------------------- */
.safety__title--en {
	color: rgba(255,233,121,0.5);
	margin-bottom: 30px;
}
.safety .c-unit:last-child .c-unit__image {
	padding-right: 0;
}
.safety .package {
	position: relative;
	width: 66.66666666666667%;
	margin: 0 auto;
	pointer-events: none;
}
.safety .package span {
	position: absolute;
	z-index: 5;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.safety .package span.fixed {
	position: fixed;
	top: 50%;
}
.safety .package span.over {
	opacity: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.safety__title--en {
		margin-bottom: 20px;
	}
	.safety .c-unit:last-child {
		margin-top: 30px;
	}
	.safety .c-unit:last-child .c-unit__image {
		margin-top: 30px;
	}
	.safety .package {
		width: 63.49206349206349%;
	}
}


/* --------------------------------------------------
		future-unit
-------------------------------------------------- */
.future-unit {
	display: flex;
}
.future-unit__image {
	width: 50%;
}
.future-unit__image .image {
	position: relative;
	overflow: hidden;
	margin: 0 -66.66666666666667% 0 -16.66666666666667%;
	border-radius: 0 10px 10px 0;
}
.future-unit__body {
	position: relative;
	z-index: 1;
	width: 50%;
	padding-top: 120px;
}
.future-unit__body .text {
	font-size: 3.0rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
}
.future-unit__body .package {
	width: 66.66666666666667%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	opacity: 0;
}
.future-unit__body .package.over {
	opacity: 1;
}
.future__note {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.future-unit {
		display: block;
	}
	.future-unit__image {
		width: 100%;
		margin-bottom: 30px;
	}
	.future-unit__image .image {
		margin: 0 -16px;
		border-radius: 0 0;
	}
	.future-unit__body {
		width: 100%;
		padding: 0 0;
	}
	.future-unit__body .text {
		font-size: 2.0rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.future-unit__body .package {
		width: 63.49206349206349%;
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
