@charset "UTF-8";

/*
**************************************************************************
*	hokkaido-butter history.css
**************************************************************************/


/* --------------------------------------------------
		override
-------------------------------------------------- */
.p-links__list li[data-id="2"] {
	display: none;
}
.c-h1__title span {
	color: #FFFFFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6), -1px 1px 0 rgba(0, 0, 0, 0.6), 1px -1px 0 rgba(0, 0, 0, 0.6), -1px -1px 0 rgba(0, 0, 0, 0.6),
					 0 0 10px rgba(0, 0, 0, 1);
}
.js-fadeIn--history {
	position: relative;
	opacity: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		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) {
}


/* --------------------------------------------------
		navi
-------------------------------------------------- */
.navi__list {
	display: flex;
	justify-content: space-between;
}
.navi__list li {
	min-width: 48.33333333333333%;
}
.navi__list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #17206D;
	border-radius: 40px 40px;
	height: 70px;
	text-align: center;
	line-height: 1.5;
}
.navi__list li a.is-active {
	color: #FFFFFF;
	background-color: #17206D;
}
@media screen and (min-width: 768px) {
	.navi__list li a {
		transition: color .3s ease,
					background-color .3s ease;
	}
	.navi__list li a:hover {
		color: #FFFFFF;
		background-color: #17206D;
	}
}
@media screen and (max-width: 767px) {
	.navi__list li {
		min-width: 48.33333333333333%;
	}
	.navi__list li a {
		border-width: 1px;
		height: 60px;
	}
}
@media screen and (max-width: 320px) {
	.navi__list li a {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------
		navi-target
-------------------------------------------------- */
.navi-target {
	display: none;
}
.navi-target.is-active {
	display: block;
}
.p-navi__ancher {
	display: flex;
	justify-content: space-between;
	text-align: center;
	background-color: #FFD500;
	border-radius: 30px 30px;
	padding: 0 40px;
}
.p-navi__ancher li {
	width: 25%;
}
.p-navi__ancher li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
@media screen and (min-width: 768px) {
	.p-navi__ancher li a {
		transition: color .3s ease;
	}
	.p-navi__ancher li a:hover {
		color: #FFFFFF;
	}
}
@media screen and (max-width: 767px) {
	.p-navi__ancher {
		border-radius: 0 0;
		padding: 0 5px;
		margin: 0 -16px;
	}
}


/* --------------------------------------------------
		story
-------------------------------------------------- */
.story {
	position: relative;
	overflow: hidden;
}
.story-navi {
	padding: 0 0;
}
.c-button--e.white {
	color: #FFFFFF;
}
.c-button--e.white:after {
	background-color: #FFFFFF;
	background-image: url(../../common/img/icon_plus_blue.svg);
}
.c-button--e.white span:before {
	background-color: #FFFFFF;
}
.story-sec .p-unit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.story-sec .p-unit.reverse {
	flex-direction: row-reverse;
}
.story-sec .p-unit__body {
	width: 48.33333333333333%;
	padding: 0 2.5%;
}
.story-sec .p-unit__image {
	width: 48.33333333333333%;
}
.story-sec .p-unit__title {
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 30px;
}
.story-sec .p-unit__text {
	font-size: 1.6rem;
}
.story-sec .p-unit__button {
	margin-top: 40px;
}
.story-sec .p-unit__note {
	margin-top: 15px;
}
/* sec--start */
.sec--start:before {
	content: "";
	position: absolute;
	top: 60px;
	left: calc(50% - 130px);
	width: 800px;
	height: 761px;
	background-image: url(../img/story_01_01.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.sec--start .u-cts__inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 760px;
}
.sec--start .start__list {
	display: flex;
	margin: 0 -1.724137931034483%;
}
.sec--start .start__list li {
	width: 33.33333333333%;
	padding: 0 1.666666666666667%;
	text-align: center;
	font-size: 1.6rem;
}
.sec--start .start__list li span {
	display: block;
	margin-top: 10px;
}
/* sec--production */
.sec--production .l-cts {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sec--production .u-cts__inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 660px;
}
.sec--production .p-unit__title {
	text-align: center;
}
.sec--production .production--01 {
	color: #FFFFFF;
	background-image: url(../img/story_02_01.webp);
}
.sec--production .production--02 {
	color: #FFFFFF;
	background-image: url(../img/story_02_03.webp);
}
.sec--production .production--03 {
	overflow: hidden;
	background-color: #FFF3B6
}
.sec--production .production--03 .p-unit {
	align-items: flex-start;
}
.sec--production .production--03 .p-unit__body {
	padding: 0 0;
}
.sec--production .production--03 .p-unit__body .image {
	position: relative;
	z-index: 1;
	width: 89.6551724137931%;
	margin: 0 auto;
}
.sec--production .production--03 .p-unit__body .en {
	font-size: 16rem;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	color: #FFF9DA;
	margin: -110px 0 -5px;
}
/* sec--quality */
.sec--quality {
	padding-bottom: 120px;
}
.sec--quality:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url(../../common/img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center bottom -1px;
	background-size: 1390px 40px;
}
.sec--quality .c-h2__title {
	padding-top: 30px;
}
.sec--quality .quality__list li + li {
	margin-top: 100px;
}
.sec--quality .quality__list .episode {
	text-align: center;
}
.sec--quality .quality__list li:nth-child(3) .p-unit__image,
.sec--quality .quality__list li:nth-child(4) .p-unit__image {
	width: 58.33333333333333%;
}
.sec--quality .quality__list li:nth-child(3) .p-unit__body,
.sec--quality .quality__list li:nth-child(4) .p-unit__body {
	width: 41.66666666666667%;
	padding: 0 4.166666666666667%;
}
/* sec--promotion */
.sec--promotion {
	background-color: #ECEAED;
	background-image: url(../img/story_04_01.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.sec--promotion:before {
	content: "";
	position: absolute;
	top: -40px;
	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;
}
.sec--promotion .c-h2__title {
	padding-top: 30px;
}
.sec--promotion .promotion__list li + li {
	margin-top: 100px;
}
.sec--promotion .promotion__list .p-unit {
	background-color: #FFFDF4;
	padding: 60px 5%;
}
.sec--promotion .promotion__list .p-unit__body,
.sec--promotion .promotion__list .p-unit__image {
	width: 48.14814814814815%;
	padding: 0 0;
}
.sec--promotion .promotion__list .episode {
	text-align: center;
}
.sec--promotion .promotion__list li:nth-child(1) .p-unit {
	background-color: transparent;
	padding: 0 0;
}
.sec--promotion .promotion__list li:nth-child(1) .p-unit__body {
	position: relative;
	z-index: 1;
	background-color: #FFFDF4;
	padding: 60px 5%;
	width: 43.33333333333333%;
}
.sec--promotion .promotion__list li:nth-child(1) .episode {
	margin-top: -100px;
}
.sec--promotion .promotion__list li:nth-child(1) .p-unit__image .image {
	margin-left: -42.11438474870017%;
}
.sec--promotion .promotion__list li:nth-child(2) .p-unit__body {
	width: 100%;
}
.sec--promotion .promotion__list li:nth-child(2) .episode {
	margin-top: -100px;
}
.sec--promotion .promotion__list li:nth-child(2) .p-unit__text {
	text-align: center;
}
.sec--promotion .promotion__list li:nth-child(3) .p-unit__image .image {
	margin: -100px -25% -20px 0;
}
.sec--promotion .promotion__future {
	padding: 180px 0 360px;
}
.sec--promotion .promotion__future__text {
	width: 43.33333333333333%;
	margin: 0 auto 0 5%;
	font-size: 2.0rem;
}
.sec--promotion .promotion__future__note {
	position: absolute;
	right: 30px;
	bottom: -30px;
}
@media screen and (min-width: 768px) {
	.c-button--e.white:hover {
		color: #FFAA00;
	}
	.c-button--e.white:hover:after {
		background-color: #FFAA00;
	}
	.c-button--e.white:hover span:before {
		background-color: #FFAA00;
	}
}
@media screen and (max-width: 767px) {
	.story-sec .p-unit {
		display: block;
		padding: 0 3.174603174603175%;
	}
	.story-sec .p-unit__body {
		width: 100%;
		padding: 0 0;
	}
	.story-sec .p-unit__image {
		width: 100%;
	}
	.story-sec .p-unit > *:first-child {
		margin-bottom: 30px;
	}
	.story-sec .p-unit__title {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.story-sec .p-unit__text {
		font-size: 1.4rem;
	}
	.story-sec .p-unit__button {
		margin-top: 20px;
	}
	.story-sec .p-unit__note {
		margin-top: 10px;
	}
	/* sec--start */
	.sec--start:before {
		top: 100px;
		left: 7.492795389048991;
		width: 85.01440922190202%;
		height: 74.93333333333333vw;
	}
	.sec--start .u-cts__inner {
		min-height: 0;
	}
	.sec--start .start__list {
		margin: 0 -0.6802721088435374%;
	}
	.sec--start .start__list li {
		padding: 0 0.6688963210702341%;
		font-size: 1.4rem;
	}
	.sec--start .start__list li span {
		margin-top: 5px;
	}
	/* sec--production */
	.sec--production .u-cts__inner {
		display: block;
		min-height: 0;
	}
	.sec--production .p-unit__title {
		text-align: left;
	}
	.sec--production .production--03 .p-unit__title {
		text-align: center;
	}
	.sec--production .production--03 .p-unit__body .image {
		width: 100%;
	}
	.sec--production .production--03 .p-unit__body .en {
		font-size: 8rem;
		margin: -50px 0 -5px;
	}
	/* sec--quality */
	.sec--quality {
		padding-bottom: 60px;
	}
	.sec--quality:before {
		background-size: 130% auto;
	}
	.sec--quality .c-h2__title {
		padding-top: 15px;
	}
	.sec--quality .quality__list li + li {
		margin-top: 50px;
	}
	.sec--quality .quality__list .episode {
		text-align: left;
		width: 120px;
		margin-top: -15px;
	}
	.sec--quality .quality__list li:nth-child(3) .p-unit__image,
	.sec--quality .quality__list li:nth-child(4) .p-unit__image {
		width: auto;
		margin-left: -8.813559322033898%;
		margin-right: -8.813559322033898%;
	}
	.sec--quality .quality__list li:nth-child(3) .p-unit__body,
	.sec--quality .quality__list li:nth-child(4) .p-unit__body {
		width: 100%;
		padding: 0 0;
	}
	/* sec--promotion */
	.sec--promotion {
		background-size: 200% auto;
		background-position: 80% bottom;
	}
	.sec--promotion:before {
		background-size: 130% auto;
	}
	.sec--promotion .c-h2__title {
		padding-top: 15px;
	}
	.sec--promotion .promotion__list li + li {
		margin-top: 50px;
	}
	.sec--promotion .promotion__list .p-unit {
		padding: 20px 6.349206349206349% 30px;
	}
	.sec--promotion .promotion__list .p-unit__body,
	.sec--promotion .promotion__list .p-unit__image {
		width: 100%;
	}
	.sec--promotion .promotion__list .episode {
		width: 120px;
	}
	.sec--promotion .promotion__list li:nth-child(1) .p-unit__body {
		padding: 20px 6.349206349206349% 30px;
		width: 100%;
		margin-top: -60px;
	}
	.sec--promotion .promotion__list li:nth-child(1) .episode {
		margin-top: 0;
	}
	.sec--promotion .promotion__list li:nth-child(1) .p-unit__image .image {
		margin-left: -8.813559322033898%;
		margin-right: -8.813559322033898%;
	}
	.sec--promotion .promotion__list li:nth-child(2) .episode {
		margin-top: 0;
	}
	.sec--promotion .promotion__list li:nth-child(2) .p-unit__text {
		text-align: left;
	}
	.sec--promotion .promotion__list li:nth-child(3) .p-unit {
		margin-top: 130px;
	}
	.sec--promotion .promotion__list li:nth-child(3) .p-unit__image .image  {
		margin: -120px -13.09090909090909% -10px 0;
	}
	.sec--promotion .promotion__future {
		padding: 60px 0 300px;
	}
	.sec--promotion .promotion__future__text {
		width: 100%;
		margin: 0 auto;
		font-size: 1.4rem;
	}
	.sec--promotion .promotion__future__note {
		right: 16px;
		bottom: -20px;
	}
}


/* --------------------------------------------------
		story modal
-------------------------------------------------- */
.story-modal {
	padding: 50px 50px;
}
.story-modal__title {
	position: relative;
	font-size: 2.8rem;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.story-modal__title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #EB0000;
	border-radius: 2px 2px;
}
.story-modal__body p + p {
	margin-top: 1.0em;
}
.story-modal__image .c-note {
	margin-top: 15px;
}
.story-modal__unit.col--1 .story-modal__image {
	width: 70%;
	margin: 30px auto 0;
}
.story-modal__unit .story-modal__image.col--2 {
	width: 100%;
}
.story-modal__unit.col--2 {
	display: flex;
	justify-content: space-between;
}
.story-modal__unit.col--2 > * {
	width: 47.77777777777778%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.story-modal {
		padding: 20px 20px 40px;
	}
	.story-modal__title {
		font-size: 2.0rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		text-align: center;
	}
	.story-modal__title:before {
		left: calc(50% - 15px);
		width: 30px;
		height: 2px;
	}
	.story-modal__image .c-note {
		margin-top: 10px;
	}
	.story-modal__unit.col--1 .story-modal__image {
		width: 100%;
	}
	.story-modal__unit.col--2 {
		display: block;
	}
	.story-modal__unit.col--2 > * {
		width: 100%;
		margin-top: 30px;
	}
}


/* --------------------------------------------------
		history
-------------------------------------------------- */
.history {
	position: relative;
	overflow: hidden;
}
.history-navi {
	padding: 0 0;
}
.history .p-navi-box .c-note {
	margin-top: 20px;
}
.history-sec {
	padding-top: 40px;
}
.history-sec:not(:last-child) {
	padding-bottom: 0;
}
.history-sec__title {
	text-align: center;
	font-size: 6.0rem;
	line-height: 1;
	margin-bottom: 30px;
}
.history-sec__list {
	position: relative;
	font-size: 1.6rem;
	padding-bottom: 80px;
}
.history-sec__list:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 3px;
	background-color: #17206D;
}
.history-sec__list:after {
	content: "";
	position: absolute;
	bottom: 40px;
	left: calc(50% - 12px);
	width: 24px;
	height: 24px;
	border-radius: 50% 50%;
	background-color: #17206D;
}
.sec--s2000 .history-sec__list {
	padding-bottom: 40px;
}
.sec--s2000 .history-sec__list:after {
	content: none;
}
.history-sec__list .item {
	position: relative;
	width: 47.5%;
}
.history-sec__list .item:nth-child(2n) {
	margin-left: 52.5%;
}
.history-sec__list .item.point {
	padding-top: 50px;
}
.history-sec__list .item.point:after {
	content: "";
	position: absolute;
	top: 13px;
	width: 24px;
	height: 24px;
	border-radius: 50% 50%;
	background-color: #17206D;
}
.history-sec__list .item:nth-child(2n).point:after {
	left: calc(-5.263157894736842% - 12px);
}
.history-sec__list .item:nth-child(2n+1).point:after {
	right: calc(-5.263157894736842% - 12px);
}
.history-sec__list .unit {
	position: relative;
	z-index: 1;
	padding: 35px 5.614035087719298%;
	border: 3px solid #17206D;
	background-color: #FFFFFF;
}
.history-sec__list .unit:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 5.614035087719298%;
	height: 3px;
	background-color: #17206D;
}
.history-sec__list .item:nth-child(2n) .unit:before {
	left: calc(-5.614035087719298% - 3px);
}
.history-sec__list .item:nth-child(2n+1) .unit:before {
	right: calc(-5.614035087719298% - 3px);
}
.history-sec__list .unit.color-red {
	border-color: #EB0000;
}
.history-sec__list .unit.color-red:before {
	background-color: #EB0000;
}
.history-sec__list .unit .title {
	position: relative;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.history-sec__list .unit .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 20px);
	width: 40px;
	height: 3px;
	background-color: #EB0000;
	border-radius: 2px 2px;
}
.history-sec__list .unit .text {
	margin-bottom: 20px;
}
.history-sec__list .unit .product {
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}
.history-sec__list .unit .product .thumb {
	margin: 0 auto;
}
.history-sec__list .unit .product.col--1 li {
	width: 100%;
}
.history-sec__list .unit .product.col--1 li .thumb {
	width: 30%;
}
.history-sec__list .unit .product.col--1 li .thumb.x2 {
	width: 60%;
}
.history-sec__list .unit .product.col--2 li {
	width: 49%;
}
.history-sec__list .unit .product.col--2 li .thumb {
	width: 61.22448979591837%;
}
.history-sec__list .unit .product.col--3 li {
	width: 32%;
}
.history-sec__list .unit .product.col--3 li .thumb {
	width: 93.75%;
}
.history-sec__list .unit .product .name {
	margin-top: 10px;
	line-height: 1.6;
}
.history-sec__list .unit .poster .thumb {
	width: 97.8%;
}
.history-sec__list .unit .poster .note {
	margin-top: 10px;
	font-size: 1.2rem;
}
.history-sec__list li.y1926 {
	margin-top: -18%;
}
.history-sec__list li.s1930 {
	margin-top: 2%;
}
.history-sec__list li.s1950 {
	margin-top: -18%;
}
.history-sec__list li.y1962 {
	margin-top: -30%;
}
.history-sec__list li.y1971 {
	margin-top: 2%;
}
.history-sec__list li.y1976,
.history-sec__list li.y1978,
.history-sec__list li.y1979 {
	margin-top: -12%;
}
.history-sec__list li.s1980,
.history-sec__list li.s1982 {
	margin-top: -22%;
}
.history-sec__list li.y1983,
.history-sec__list li.y1984,
.history-sec__list li.y1985 {
	margin-top: -12%;
}
.history-sec__list li.y1994 {
	margin-top: -20%;
}
.history-sec__list li.y1995 {
	margin-top: -4%;
}
.history-sec__list li.s1996,
.history-sec__list li.y1996 {
	margin-top: -20%;
}
.history-sec__list li.y2005,
.history-sec__list li.y2006 {
	margin-top: -12%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.history .p-navi-box .c-note {
		margin-top: 15px;
	}
	.history-sec__title {
		font-size: 4.0rem;
		margin-bottom: 20px;
	}
	.history-sec__list {
		font-size: 1.4rem;
		padding: 1px 0 50px;
	}
	.history-sec__list:before {
		width: 2px;
	}
	.history-sec__list:after {
		bottom: 15px;
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
	}
	.sec--s2000 .history-sec__list {
		padding-bottom: 30px;
	}
	.history-sec__list .item {
		width: 100%;
		margin-top: 20px !important;
	}
	.history-sec__list .item:nth-child(2n) {
		margin-left: 0;
	}
	.history-sec__list .item.point {
		padding-top: 30px;
	}
	.history-sec__list .item.point:after {
		top: -5px;
		width: 20px;
		height: 20px;
		left: calc(50% - 10px) !important;
	}
	.history-sec__list .unit {
		padding: 20px 18px;
		border-width: 2px;
	}
	.history-sec__list .unit:before {
		content: none;
	}
	.history-sec__list .unit .title {
		font-size: 1.8rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.history-sec__list .unit .title:before {
		left: calc(50% - 15px);
		width: 30px;
		height: 2px;
	}
	.history-sec__list .unit .product {
		display: block;
	}
	.history-sec__list .unit .product li {
		width: 100% !important;
	}
	.history-sec__list .unit .product li + li {
		margin-top: 15px;
	}
	.history-sec__list .unit .product li .thumb {
		width: 54.54545454545455% !important;
	}
	.history-sec__list .unit .poster .thumb {
		width: 100%;
	}
	.history-sec__list .unit .poster .note {
		font-size: 1.0rem;
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
